diff --git a/.github/ISSUE_TEMPLATE/------channel-request.md b/.github/ISSUE_TEMPLATE/------channel-request.md index 0eda1eb43..c8bd69649 100644 --- a/.github/ISSUE_TEMPLATE/------channel-request.md +++ b/.github/ISSUE_TEMPLATE/------channel-request.md @@ -7,13 +7,13 @@ assignees: '' --- - + **Channel Name:** xxx **Country:** xxx **Language:** xxx -**External Link (optional):** xxx +**Website:** xxx +**Stream URL (optional):** xxx **Notes (optional):** xxx 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 8f70da30d..a4668cae4 100644 --- a/README.md +++ b/README.md @@ -34,36 +34,36 @@ Or select one of the playlists from the list below. CategoryChannelsPlaylist - Auto11https://iptv-org.github.io/iptv/categories/auto.m3u - Animation9https://iptv-org.github.io/iptv/categories/animation.m3u - Business59https://iptv-org.github.io/iptv/categories/business.m3u - Classic46https://iptv-org.github.io/iptv/categories/classic.m3u - Comedy28https://iptv-org.github.io/iptv/categories/comedy.m3u - Cooking18https://iptv-org.github.io/iptv/categories/cooking.m3u - Culture4https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary41https://iptv-org.github.io/iptv/categories/documentary.m3u - Education21https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment125https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family13https://iptv-org.github.io/iptv/categories/family.m3u - General238https://iptv-org.github.io/iptv/categories/general.m3u - Kids117https://iptv-org.github.io/iptv/categories/kids.m3u + Auto21https://iptv-org.github.io/iptv/categories/auto.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 - Lifestyle41https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Local403https://iptv-org.github.io/iptv/categories/local.m3u - Movies141https://iptv-org.github.io/iptv/categories/movies.m3u - Music307https://iptv-org.github.io/iptv/categories/music.m3u - News385https://iptv-org.github.io/iptv/categories/news.m3u - Outdoor43https://iptv-org.github.io/iptv/categories/outdoor.m3u - Relax0https://iptv-org.github.io/iptv/categories/relax.m3u - Religious228https://iptv-org.github.io/iptv/categories/religious.m3u - Series31https://iptv-org.github.io/iptv/categories/series.m3u - Science7https://iptv-org.github.io/iptv/categories/science.m3u - Shop36https://iptv-org.github.io/iptv/categories/shop.m3u - Sports192https://iptv-org.github.io/iptv/categories/sports.m3u - Travel20https://iptv-org.github.io/iptv/categories/travel.m3u - Weather7https://iptv-org.github.io/iptv/categories/weather.m3u - XXX78https://iptv-org.github.io/iptv/categories/xxx.m3u - Other7898https://iptv-org.github.io/iptv/categories/other.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 + 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,88 +84,88 @@ 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 - Arabic369https://iptv-org.github.io/iptv/languages/ara.m3u - Armenian33https://iptv-org.github.io/iptv/languages/hye.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 Bashkir3https://iptv-org.github.io/iptv/languages/bak.m3u Bengali5https://iptv-org.github.io/iptv/languages/ben.m3u - Bosnian10https://iptv-org.github.io/iptv/languages/bos.m3u - Bulgarian9https://iptv-org.github.io/iptv/languages/bul.m3u + Bosnian9https://iptv-org.github.io/iptv/languages/bos.m3u + Bulgarian10https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u - Catalan9https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese689https://iptv-org.github.io/iptv/languages/zho.m3u + Catalan10https://iptv-org.github.io/iptv/languages/cat.m3u + Chinese679https://iptv-org.github.io/iptv/languages/zho.m3u Croatian10https://iptv-org.github.io/iptv/languages/hrv.m3u Czech22https://iptv-org.github.io/iptv/languages/ces.m3u - Danish6https://iptv-org.github.io/iptv/languages/dan.m3u + Danish4https://iptv-org.github.io/iptv/languages/dan.m3u Dutch60https://iptv-org.github.io/iptv/languages/nld.m3u - English1785https://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 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 - German208https://iptv-org.github.io/iptv/languages/deu.m3u + German211https://iptv-org.github.io/iptv/languages/deu.m3u Hebrew12https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi108https://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 - Indonesian87https://iptv-org.github.io/iptv/languages/ind.m3u - Inuktitut2https://iptv-org.github.io/iptv/languages/iku.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 - Khmer6https://iptv-org.github.io/iptv/languages/khm.m3u - Kinyarwanda4https://iptv-org.github.io/iptv/languages/kin.m3u - Korean40https://iptv-org.github.io/iptv/languages/kor.m3u - Kurdish12https://iptv-org.github.io/iptv/languages/kur.m3u + Khmer4https://iptv-org.github.io/iptv/languages/khm.m3u + Kinyarwanda3https://iptv-org.github.io/iptv/languages/kin.m3u + Korean38https://iptv-org.github.io/iptv/languages/kor.m3u + Kurdish18https://iptv-org.github.io/iptv/languages/kur.m3u Lao3https://iptv-org.github.io/iptv/languages/lao.m3u Latvian4https://iptv-org.github.io/iptv/languages/lav.m3u Lithuanian3https://iptv-org.github.io/iptv/languages/lit.m3u - Luxembourgish4https://iptv-org.github.io/iptv/languages/ltz.m3u + Luxembourgish3https://iptv-org.github.io/iptv/languages/ltz.m3u Macedonian5https://iptv-org.github.io/iptv/languages/mkd.m3u Malay (macrolanguage)9https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam23https://iptv-org.github.io/iptv/languages/mal.m3u + Malayalam22https://iptv-org.github.io/iptv/languages/mal.m3u Maltese3https://iptv-org.github.io/iptv/languages/mlt.m3u Mandarin Chinese76https://iptv-org.github.io/iptv/languages/cmn.m3u Maori3https://iptv-org.github.io/iptv/languages/mri.m3u Min Nan Chinese3https://iptv-org.github.io/iptv/languages/nan.m3u - Modern Greek (1453-)32https://iptv-org.github.io/iptv/languages/ell.m3u + Modern Greek (1453-)31https://iptv-org.github.io/iptv/languages/ell.m3u Mongolian2https://iptv-org.github.io/iptv/languages/mon.m3u 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 - Panjabi1https://iptv-org.github.io/iptv/languages/pan.m3u - Persian159https://iptv-org.github.io/iptv/languages/fas.m3u - Polish64https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese108https://iptv-org.github.io/iptv/languages/por.m3u - Pushto4https://iptv-org.github.io/iptv/languages/pus.m3u - Romanian68https://iptv-org.github.io/iptv/languages/ron.m3u - Russian341https://iptv-org.github.io/iptv/languages/rus.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 + Portuguese110https://iptv-org.github.io/iptv/languages/por.m3u + Romanian67https://iptv-org.github.io/iptv/languages/ron.m3u + Russian337https://iptv-org.github.io/iptv/languages/rus.m3u Serbian16https://iptv-org.github.io/iptv/languages/srp.m3u Sinhala5https://iptv-org.github.io/iptv/languages/sin.m3u 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 - Spanish572https://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 - Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u + Tagalog6https://iptv-org.github.io/iptv/languages/tgl.m3u Tamil18https://iptv-org.github.io/iptv/languages/tam.m3u - Telugu4https://iptv-org.github.io/iptv/languages/tel.m3u + Telugu3https://iptv-org.github.io/iptv/languages/tel.m3u Thai35https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish74https://iptv-org.github.io/iptv/languages/tur.m3u + Turkish72https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen9https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian78https://iptv-org.github.io/iptv/languages/ukr.m3u + Ukrainian75https://iptv-org.github.io/iptv/languages/ukr.m3u Urdu16https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese52https://iptv-org.github.io/iptv/languages/vie.m3u + 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 - Undefined4878https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined3873https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -183,241 +183,242 @@ Or select one of the playlists from the list below. CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan14https://iptv-org.github.io/iptv/countries/af.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania26https://iptv-org.github.io/iptv/countries/al.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria72https://iptv-org.github.io/iptv/countries/dz.m3u - ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa5https://iptv-org.github.io/iptv/countries/as.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra18https://iptv-org.github.io/iptv/countries/ad.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan28https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania25https://iptv-org.github.io/iptv/countries/al.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 - ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla1https://iptv-org.github.io/iptv/countries/ai.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua & Barbuda2https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina43https://iptv-org.github.io/iptv/countries/ar.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia43https://iptv-org.github.io/iptv/countries/am.m3u - ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba7https://iptv-org.github.io/iptv/countries/aw.m3u - ๐Ÿ‡ฆ๐Ÿ‡บ Australia111https://iptv-org.github.io/iptv/countries/au.m3u - ๐Ÿ‡ฆ๐Ÿ‡น Austria52https://iptv-org.github.io/iptv/countries/at.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan19https://iptv-org.github.io/iptv/countries/az.m3u - ๐Ÿ‡ง๐Ÿ‡ธ Bahamas3https://iptv-org.github.io/iptv/countries/bs.m3u - ๐Ÿ‡ง๐Ÿ‡ญ Bahrain60https://iptv-org.github.io/iptv/countries/bh.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla2https://iptv-org.github.io/iptv/countries/ai.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua & Barbuda3https://iptv-org.github.io/iptv/countries/ag.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina67https://iptv-org.github.io/iptv/countries/ar.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia41https://iptv-org.github.io/iptv/countries/am.m3u + ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba4https://iptv-org.github.io/iptv/countries/aw.m3u + ๐Ÿ‡ฆ๐Ÿ‡บ Australia108https://iptv-org.github.io/iptv/countries/au.m3u + ๐Ÿ‡ฆ๐Ÿ‡น 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 + ๐Ÿ‡ง๐Ÿ‡ญ 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 - ๐Ÿ‡ง๐Ÿ‡พ Belarus18https://iptv-org.github.io/iptv/countries/by.m3u - ๐Ÿ‡ง๐Ÿ‡ช Belgium48https://iptv-org.github.io/iptv/countries/be.m3u - ๐Ÿ‡ง๐Ÿ‡ฟ Belize1https://iptv-org.github.io/iptv/countries/bz.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 - ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda1https://iptv-org.github.io/iptv/countries/bm.m3u + ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda2https://iptv-org.github.io/iptv/countries/bm.m3u ๐Ÿ‡ง๐Ÿ‡น Bhutan8https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia21https://iptv-org.github.io/iptv/countries/bo.m3u - ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia17https://iptv-org.github.io/iptv/countries/ba.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 - ๐Ÿ‡ง๐Ÿ‡ท Brazil167https://iptv-org.github.io/iptv/countries/br.m3u - ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands1https://iptv-org.github.io/iptv/countries/vg.m3u - ๐Ÿ‡ง๐Ÿ‡ณ Brunei7https://iptv-org.github.io/iptv/countries/bn.m3u - ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria18https://iptv-org.github.io/iptv/countries/bg.m3u + ๐Ÿ‡ง๐Ÿ‡ท Brazil151https://iptv-org.github.io/iptv/countries/br.m3u + ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands2https://iptv-org.github.io/iptv/countries/vg.m3u + ๐Ÿ‡ง๐Ÿ‡ณ Brunei6https://iptv-org.github.io/iptv/countries/bn.m3u + ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria34https://iptv-org.github.io/iptv/countries/bg.m3u ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso5https://iptv-org.github.io/iptv/countries/bf.m3u ๐Ÿ‡ง๐Ÿ‡ฎ Burundi1https://iptv-org.github.io/iptv/countries/bi.m3u - ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia11https://iptv-org.github.io/iptv/countries/kh.m3u + ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia12https://iptv-org.github.io/iptv/countries/kh.m3u ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon5https://iptv-org.github.io/iptv/countries/cm.m3u - ๐Ÿ‡จ๐Ÿ‡ฆ Canada124https://iptv-org.github.io/iptv/countries/ca.m3u + ๐Ÿ‡จ๐Ÿ‡ฆ Canada142https://iptv-org.github.io/iptv/countries/ca.m3u ๐Ÿ‡จ๐Ÿ‡ป Cape Verde1https://iptv-org.github.io/iptv/countries/cv.m3u - ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands1https://iptv-org.github.io/iptv/countries/ky.m3u + ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands2https://iptv-org.github.io/iptv/countries/ky.m3u ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic1https://iptv-org.github.io/iptv/countries/cf.m3u ๐Ÿ‡น๐Ÿ‡ฉ Chad1https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile73https://iptv-org.github.io/iptv/countries/cl.m3u - ๐Ÿ‡จ๐Ÿ‡ณ China817https://iptv-org.github.io/iptv/countries/cn.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia29https://iptv-org.github.io/iptv/countries/co.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros45https://iptv-org.github.io/iptv/countries/km.m3u - ๐Ÿ‡จ๐Ÿ‡ฌ Congo - Brazzaville1https://iptv-org.github.io/iptv/countries/cg.m3u - ๐Ÿ‡จ๐Ÿ‡ฉ Congo - Kinshasa4https://iptv-org.github.io/iptv/countries/cd.m3u - ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands5https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica28https://iptv-org.github.io/iptv/countries/cr.m3u - ๐Ÿ‡ญ๐Ÿ‡ท Croatia16https://iptv-org.github.io/iptv/countries/hr.m3u - ๐Ÿ‡จ๐Ÿ‡บ Cuba13https://iptv-org.github.io/iptv/countries/cu.m3u - ๐Ÿ‡จ๐Ÿ‡ผ Curaรงao5https://iptv-org.github.io/iptv/countries/cw.m3u - ๐Ÿ‡จ๐Ÿ‡พ Cyprus21https://iptv-org.github.io/iptv/countries/cy.m3u - ๐Ÿ‡จ๐Ÿ‡ฟ Czechia50https://iptv-org.github.io/iptv/countries/cz.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ 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 + ๐Ÿ‡ฐ๐Ÿ‡ฒ 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 + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica45https://iptv-org.github.io/iptv/countries/cr.m3u + ๐Ÿ‡ญ๐Ÿ‡ท Croatia15https://iptv-org.github.io/iptv/countries/hr.m3u + ๐Ÿ‡จ๐Ÿ‡บ Cuba18https://iptv-org.github.io/iptv/countries/cu.m3u + ๐Ÿ‡จ๐Ÿ‡ผ Curaรงao7https://iptv-org.github.io/iptv/countries/cw.m3u + ๐Ÿ‡ฆ๐Ÿ‡ณ Curaรงao1https://iptv-org.github.io/iptv/countries/an.m3u + ๐Ÿ‡จ๐Ÿ‡พ Cyprus16https://iptv-org.github.io/iptv/countries/cy.m3u + ๐Ÿ‡จ๐Ÿ‡ฟ Czechia48https://iptv-org.github.io/iptv/countries/cz.m3u ๐Ÿ‡จ๐Ÿ‡ฎ Cรดte dโ€™Ivoire2https://iptv-org.github.io/iptv/countries/ci.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark19https://iptv-org.github.io/iptv/countries/dk.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti46https://iptv-org.github.io/iptv/countries/dj.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica1https://iptv-org.github.io/iptv/countries/dm.m3u - ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic68https://iptv-org.github.io/iptv/countries/do.m3u - ๐Ÿ‡ช๐Ÿ‡จ Ecuador10https://iptv-org.github.io/iptv/countries/ec.m3u - ๐Ÿ‡ช๐Ÿ‡ฌ Egypt82https://iptv-org.github.io/iptv/countries/eg.m3u - ๐Ÿ‡ธ๐Ÿ‡ป El Salvador18https://iptv-org.github.io/iptv/countries/sv.m3u - ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea2https://iptv-org.github.io/iptv/countries/gq.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark18https://iptv-org.github.io/iptv/countries/dk.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 + ๐Ÿ‡ช๐Ÿ‡ฌ 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 - ๐Ÿ‡ช๐Ÿ‡ช Estonia16https://iptv-org.github.io/iptv/countries/ee.m3u + ๐Ÿ‡ช๐Ÿ‡ช Estonia15https://iptv-org.github.io/iptv/countries/ee.m3u ๐Ÿ‡ธ๐Ÿ‡ฟ Eswatini1https://iptv-org.github.io/iptv/countries/sz.m3u ๐Ÿ‡ช๐Ÿ‡น Ethiopia3https://iptv-org.github.io/iptv/countries/et.m3u - ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands7https://iptv-org.github.io/iptv/countries/fo.m3u - ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji7https://iptv-org.github.io/iptv/countries/fj.m3u - ๐Ÿ‡ซ๐Ÿ‡ฎ Finland13https://iptv-org.github.io/iptv/countries/fi.m3u - ๐Ÿ‡ซ๐Ÿ‡ท France160https://iptv-org.github.io/iptv/countries/fr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana6https://iptv-org.github.io/iptv/countries/gf.m3u - ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia5https://iptv-org.github.io/iptv/countries/pf.m3u + ๐Ÿ‡ซ๐Ÿ‡ด 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 + ๐Ÿ‡ซ๐Ÿ‡ท 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 ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon1https://iptv-org.github.io/iptv/countries/ga.m3u ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia1https://iptv-org.github.io/iptv/countries/gm.m3u ๐Ÿ‡ฌ๐Ÿ‡ช Georgia17https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany333https://iptv-org.github.io/iptv/countries/de.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany342https://iptv-org.github.io/iptv/countries/de.m3u ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana3https://iptv-org.github.io/iptv/countries/gh.m3u - ๐Ÿ‡ฌ๐Ÿ‡ท Greece138https://iptv-org.github.io/iptv/countries/gr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland1https://iptv-org.github.io/iptv/countries/gl.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada1https://iptv-org.github.io/iptv/countries/gd.m3u - ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe8https://iptv-org.github.io/iptv/countries/gp.m3u - ๐Ÿ‡ฌ๐Ÿ‡บ Guam5https://iptv-org.github.io/iptv/countries/gu.m3u - ๐Ÿ‡ฌ๐Ÿ‡น Guatemala13https://iptv-org.github.io/iptv/countries/gt.m3u + ๐Ÿ‡ฌ๐Ÿ‡ท Greece124https://iptv-org.github.io/iptv/countries/gr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland2https://iptv-org.github.io/iptv/countries/gl.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada2https://iptv-org.github.io/iptv/countries/gd.m3u + ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe13https://iptv-org.github.io/iptv/countries/gp.m3u + ๐Ÿ‡ฌ๐Ÿ‡บ Guam4https://iptv-org.github.io/iptv/countries/gu.m3u + ๐Ÿ‡ฌ๐Ÿ‡น Guatemala17https://iptv-org.github.io/iptv/countries/gt.m3u ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea2https://iptv-org.github.io/iptv/countries/gn.m3u ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau1https://iptv-org.github.io/iptv/countries/gw.m3u - ๐Ÿ‡ญ๐Ÿ‡น Haiti10https://iptv-org.github.io/iptv/countries/ht.m3u - ๐Ÿ‡ญ๐Ÿ‡ณ Honduras28https://iptv-org.github.io/iptv/countries/hn.m3u - ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong24https://iptv-org.github.io/iptv/countries/hk.m3u - ๐Ÿ‡ญ๐Ÿ‡บ Hungary42https://iptv-org.github.io/iptv/countries/hu.m3u - ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland12https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India225https://iptv-org.github.io/iptv/countries/in.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia97https://iptv-org.github.io/iptv/countries/id.m3u - ๐ŸŒ International42https://iptv-org.github.io/iptv/countries/int.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran166https://iptv-org.github.io/iptv/countries/ir.m3u + ๐Ÿ‡ญ๐Ÿ‡น Haiti15https://iptv-org.github.io/iptv/countries/ht.m3u + ๐Ÿ‡ญ๐Ÿ‡ณ Honduras34https://iptv-org.github.io/iptv/countries/hn.m3u + ๐Ÿ‡ญ๐Ÿ‡ฐ 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 + ๐Ÿ‡ฎ๐Ÿ‡ณ India284https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia95https://iptv-org.github.io/iptv/countries/id.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 - ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel22https://iptv-org.github.io/iptv/countries/il.m3u - ๐Ÿ‡ฎ๐Ÿ‡น Italy342https://iptv-org.github.io/iptv/countries/it.m3u - ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica2https://iptv-org.github.io/iptv/countries/jm.m3u - ๐Ÿ‡ฏ๐Ÿ‡ต Japan56https://iptv-org.github.io/iptv/countries/jp.m3u - ๐Ÿ‡ฏ๐Ÿ‡ด Jordan57https://iptv-org.github.io/iptv/countries/jo.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan31https://iptv-org.github.io/iptv/countries/kz.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 + ๐Ÿ‡ฏ๐Ÿ‡ด 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 - ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati5https://iptv-org.github.io/iptv/countries/ki.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati4https://iptv-org.github.io/iptv/countries/ki.m3u ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo14https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait73https://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 - ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos8https://iptv-org.github.io/iptv/countries/la.m3u - ๐Ÿ‡ฑ๐Ÿ‡ป Latvia13https://iptv-org.github.io/iptv/countries/lv.m3u - ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon71https://iptv-org.github.io/iptv/countries/lb.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos7https://iptv-org.github.io/iptv/countries/la.m3u + ๐Ÿ‡ฑ๐Ÿ‡ป Latvia12https://iptv-org.github.io/iptv/countries/lv.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 - ๐Ÿ‡ฑ๐Ÿ‡พ Libya52https://iptv-org.github.io/iptv/countries/ly.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein12https://iptv-org.github.io/iptv/countries/li.m3u - ๐Ÿ‡ฑ๐Ÿ‡น Lithuania9https://iptv-org.github.io/iptv/countries/lt.m3u - ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg30https://iptv-org.github.io/iptv/countries/lu.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 ๐Ÿ‡ฒ๐Ÿ‡ด Macao15https://iptv-org.github.io/iptv/countries/mo.m3u ๐Ÿ‡ฒ๐Ÿ‡ฌ 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 - ๐Ÿ‡ฒ๐Ÿ‡น Malta9https://iptv-org.github.io/iptv/countries/mt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands5https://iptv-org.github.io/iptv/countries/mh.m3u - ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique7https://iptv-org.github.io/iptv/countries/mq.m3u - ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania45https://iptv-org.github.io/iptv/countries/mr.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 + ๐Ÿ‡ฒ๐Ÿ‡ท 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 - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico48https://iptv-org.github.io/iptv/countries/mx.m3u - ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia5https://iptv-org.github.io/iptv/countries/fm.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova21https://iptv-org.github.io/iptv/countries/md.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico72https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia4https://iptv-org.github.io/iptv/countries/fm.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova22https://iptv-org.github.io/iptv/countries/md.m3u ๐Ÿ‡ฒ๐Ÿ‡จ Monaco10https://iptv-org.github.io/iptv/countries/mc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia7https://iptv-org.github.io/iptv/countries/mn.m3u + ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia6https://iptv-org.github.io/iptv/countries/mn.m3u ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro10https://iptv-org.github.io/iptv/countries/me.m3u - ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat1https://iptv-org.github.io/iptv/countries/ms.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco64https://iptv-org.github.io/iptv/countries/ma.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique6https://iptv-org.github.io/iptv/countries/mz.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar6https://iptv-org.github.io/iptv/countries/mm.m3u + ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat2https://iptv-org.github.io/iptv/countries/ms.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 - ๐Ÿ‡ณ๐Ÿ‡ท Nauru5https://iptv-org.github.io/iptv/countries/nr.m3u + ๐Ÿ‡ณ๐Ÿ‡ท Nauru4https://iptv-org.github.io/iptv/countries/nr.m3u ๐Ÿ‡ณ๐Ÿ‡ต Nepal9https://iptv-org.github.io/iptv/countries/np.m3u - ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands106https://iptv-org.github.io/iptv/countries/nl.m3u - ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia5https://iptv-org.github.io/iptv/countries/nc.m3u - ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand20https://iptv-org.github.io/iptv/countries/nz.m3u - ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua13https://iptv-org.github.io/iptv/countries/ni.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 + ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua21https://iptv-org.github.io/iptv/countries/ni.m3u ๐Ÿ‡ณ๐Ÿ‡ช Niger2https://iptv-org.github.io/iptv/countries/ne.m3u - ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria10https://iptv-org.github.io/iptv/countries/ng.m3u - ๐Ÿ‡ณ๐Ÿ‡บ Niue5https://iptv-org.github.io/iptv/countries/nu.m3u - ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island5https://iptv-org.github.io/iptv/countries/nf.m3u - ๐Ÿ‡ฐ๐Ÿ‡ต North Korea7https://iptv-org.github.io/iptv/countries/kp.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia13https://iptv-org.github.io/iptv/countries/mk.m3u - ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands5https://iptv-org.github.io/iptv/countries/mp.m3u + ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria7https://iptv-org.github.io/iptv/countries/ng.m3u + ๐Ÿ‡ณ๐Ÿ‡บ Niue4https://iptv-org.github.io/iptv/countries/nu.m3u + ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island4https://iptv-org.github.io/iptv/countries/nf.m3u + ๐Ÿ‡ฐ๐Ÿ‡ต North Korea6https://iptv-org.github.io/iptv/countries/kp.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฐ 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 - ๐Ÿ‡ด๐Ÿ‡ฒ Oman56https://iptv-org.github.io/iptv/countries/om.m3u - ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan26https://iptv-org.github.io/iptv/countries/pk.m3u - ๐Ÿ‡ต๐Ÿ‡ผ Palau5https://iptv-org.github.io/iptv/countries/pw.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 ๐Ÿ‡ต๐Ÿ‡ธ Palestine66https://iptv-org.github.io/iptv/countries/ps.m3u - ๐Ÿ‡ต๐Ÿ‡ฆ Panama12https://iptv-org.github.io/iptv/countries/pa.m3u - ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea5https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay13https://iptv-org.github.io/iptv/countries/py.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru76https://iptv-org.github.io/iptv/countries/pe.m3u - ๐Ÿ‡ต๐Ÿ‡ญ Philippines23https://iptv-org.github.io/iptv/countries/ph.m3u - ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands5https://iptv-org.github.io/iptv/countries/pn.m3u - ๐Ÿ‡ต๐Ÿ‡ฑ Poland86https://iptv-org.github.io/iptv/countries/pl.m3u - ๐Ÿ‡ต๐Ÿ‡น Portugal39https://iptv-org.github.io/iptv/countries/pt.m3u - ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico19https://iptv-org.github.io/iptv/countries/pr.m3u - ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar61https://iptv-org.github.io/iptv/countries/qa.m3u - ๐Ÿ‡ท๐Ÿ‡ด Romania85https://iptv-org.github.io/iptv/countries/ro.m3u - ๐Ÿ‡ท๐Ÿ‡บ Russia466https://iptv-org.github.io/iptv/countries/ru.m3u - ๐Ÿ‡ท๐Ÿ‡ผ Rwanda4https://iptv-org.github.io/iptv/countries/rw.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 + ๐Ÿ‡ต๐Ÿ‡ญ Philippines21https://iptv-org.github.io/iptv/countries/ph.m3u + ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands4https://iptv-org.github.io/iptv/countries/pn.m3u + ๐Ÿ‡ต๐Ÿ‡ฑ 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 + ๐Ÿ‡ถ๐Ÿ‡ฆ 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 - ๐Ÿ‡ผ๐Ÿ‡ธ Samoa5https://iptv-org.github.io/iptv/countries/ws.m3u - ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino8https://iptv-org.github.io/iptv/countries/sm.m3u + ๐Ÿ‡ผ๐Ÿ‡ธ Samoa4https://iptv-org.github.io/iptv/countries/ws.m3u + ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino7https://iptv-org.github.io/iptv/countries/sm.m3u ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia100https://iptv-org.github.io/iptv/countries/sa.m3u ๐Ÿ‡ธ๐Ÿ‡ณ Senegal5https://iptv-org.github.io/iptv/countries/sn.m3u - ๐Ÿ‡ท๐Ÿ‡ธ Serbia30https://iptv-org.github.io/iptv/countries/rs.m3u + ๐Ÿ‡ท๐Ÿ‡ธ Serbia29https://iptv-org.github.io/iptv/countries/rs.m3u ๐Ÿ‡ธ๐Ÿ‡จ Seychelles1https://iptv-org.github.io/iptv/countries/sc.m3u ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone2https://iptv-org.github.io/iptv/countries/sl.m3u ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore10https://iptv-org.github.io/iptv/countries/sg.m3u - ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten1https://iptv-org.github.io/iptv/countries/sx.m3u - ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia46https://iptv-org.github.io/iptv/countries/sk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten2https://iptv-org.github.io/iptv/countries/sx.m3u + ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia52https://iptv-org.github.io/iptv/countries/sk.m3u ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia18https://iptv-org.github.io/iptv/countries/si.m3u - ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands5https://iptv-org.github.io/iptv/countries/sb.m3u - ๐Ÿ‡ธ๐Ÿ‡ด Somalia51https://iptv-org.github.io/iptv/countries/so.m3u + ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands4https://iptv-org.github.io/iptv/countries/sb.m3u + ๐Ÿ‡ธ๐Ÿ‡ด Somalia47https://iptv-org.github.io/iptv/countries/so.m3u ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa1https://iptv-org.github.io/iptv/countries/za.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea60https://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 - ๐Ÿ‡ช๐Ÿ‡ธ Spain286https://iptv-org.github.io/iptv/countries/es.m3u + ๐Ÿ‡ช๐Ÿ‡ธ Spain358https://iptv-org.github.io/iptv/countries/es.m3u ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka18https://iptv-org.github.io/iptv/countries/lk.m3u - ๐Ÿ‡ง๐Ÿ‡ฑ St. Barthรฉlemy7https://iptv-org.github.io/iptv/countries/bl.m3u + ๐Ÿ‡ง๐Ÿ‡ฑ St. Barthรฉlemy12https://iptv-org.github.io/iptv/countries/bl.m3u ๐Ÿ‡ธ๐Ÿ‡ญ St. Helena1https://iptv-org.github.io/iptv/countries/sh.m3u - ๐Ÿ‡ฐ๐Ÿ‡ณ St. Kitts & Nevis1https://iptv-org.github.io/iptv/countries/kn.m3u - ๐Ÿ‡ฑ๐Ÿ‡จ St. Lucia1https://iptv-org.github.io/iptv/countries/lc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ซ St. Martin7https://iptv-org.github.io/iptv/countries/mf.m3u - ๐Ÿ‡ต๐Ÿ‡ฒ St. Pierre & Miquelon1https://iptv-org.github.io/iptv/countries/pm.m3u - ๐Ÿ‡ป๐Ÿ‡จ St. Vincent & Grenadines1https://iptv-org.github.io/iptv/countries/vc.m3u - ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan48https://iptv-org.github.io/iptv/countries/sd.m3u + ๐Ÿ‡ฐ๐Ÿ‡ณ St. Kitts & Nevis2https://iptv-org.github.io/iptv/countries/kn.m3u + ๐Ÿ‡ฑ๐Ÿ‡จ St. Lucia2https://iptv-org.github.io/iptv/countries/lc.m3u + ๐Ÿ‡ฒ๐Ÿ‡ซ 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 + ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan45https://iptv-org.github.io/iptv/countries/sd.m3u ๐Ÿ‡ธ๐Ÿ‡ช Sweden27https://iptv-org.github.io/iptv/countries/se.m3u - ๐Ÿ‡จ๐Ÿ‡ญ Switzerland105https://iptv-org.github.io/iptv/countries/ch.m3u + ๐Ÿ‡จ๐Ÿ‡ญ Switzerland108https://iptv-org.github.io/iptv/countries/ch.m3u ๐Ÿ‡ธ๐Ÿ‡พ Syria64https://iptv-org.github.io/iptv/countries/sy.m3u ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ & Prรญncipe1https://iptv-org.github.io/iptv/countries/st.m3u - ๐Ÿ‡น๐Ÿ‡ผ Taiwan78https://iptv-org.github.io/iptv/countries/tw.m3u + ๐Ÿ‡น๐Ÿ‡ผ Taiwan77https://iptv-org.github.io/iptv/countries/tw.m3u ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan2https://iptv-org.github.io/iptv/countries/tj.m3u ๐Ÿ‡น๐Ÿ‡ฟ Tanzania5https://iptv-org.github.io/iptv/countries/tz.m3u - ๐Ÿ‡น๐Ÿ‡ญ Thailand53https://iptv-org.github.io/iptv/countries/th.m3u - ๐Ÿ‡น๐Ÿ‡ฑ Timor-Leste5https://iptv-org.github.io/iptv/countries/tl.m3u + ๐Ÿ‡น๐Ÿ‡ญ Thailand51https://iptv-org.github.io/iptv/countries/th.m3u + ๐Ÿ‡น๐Ÿ‡ฑ Timor-Leste4https://iptv-org.github.io/iptv/countries/tl.m3u ๐Ÿ‡น๐Ÿ‡ฌ Togo1https://iptv-org.github.io/iptv/countries/tg.m3u - ๐Ÿ‡น๐Ÿ‡ฐ Tokelau6https://iptv-org.github.io/iptv/countries/tk.m3u - ๐Ÿ‡น๐Ÿ‡ด Tonga5https://iptv-org.github.io/iptv/countries/to.m3u - ๐Ÿ‡น๐Ÿ‡น Trinidad & Tobago2https://iptv-org.github.io/iptv/countries/tt.m3u - ๐Ÿ‡น๐Ÿ‡ณ Tunisia48https://iptv-org.github.io/iptv/countries/tn.m3u - ๐Ÿ‡น๐Ÿ‡ท Turkey268https://iptv-org.github.io/iptv/countries/tr.m3u + ๐Ÿ‡น๐Ÿ‡ฐ 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 + ๐Ÿ‡น๐Ÿ‡ณ 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 Islands1https://iptv-org.github.io/iptv/countries/tc.m3u - ๐Ÿ‡น๐Ÿ‡ป Tuvalu5https://iptv-org.github.io/iptv/countries/tv.m3u - ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands2https://iptv-org.github.io/iptv/countries/vi.m3u + ๐Ÿ‡น๐Ÿ‡จ Turks & Caicos Islands2https://iptv-org.github.io/iptv/countries/tc.m3u + ๐Ÿ‡น๐Ÿ‡ป Tuvalu4https://iptv-org.github.io/iptv/countries/tv.m3u + ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands3https://iptv-org.github.io/iptv/countries/vi.m3u ๐Ÿ‡บ๐Ÿ‡ฌ Uganda6https://iptv-org.github.io/iptv/countries/ug.m3u - ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine115https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates124https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom197https://iptv-org.github.io/iptv/countries/uk.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1656https://iptv-org.github.io/iptv/countries/us.m3u - ๐Ÿ‡บ๐Ÿ‡พ Uruguay9https://iptv-org.github.io/iptv/countries/uy.m3u + ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine175https://iptv-org.github.io/iptv/countries/ua.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 - ๐Ÿ‡ป๐Ÿ‡บ Vanuatu5https://iptv-org.github.io/iptv/countries/vu.m3u - ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City7https://iptv-org.github.io/iptv/countries/va.m3u - ๐Ÿ‡ป๐Ÿ‡ช Venezuela27https://iptv-org.github.io/iptv/countries/ve.m3u - ๐Ÿ‡ป๐Ÿ‡ณ Vietnam58https://iptv-org.github.io/iptv/countries/vn.m3u - ๐Ÿ‡ผ๐Ÿ‡ซ Wallis & Futuna5https://iptv-org.github.io/iptv/countries/wf.m3u - ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara2https://iptv-org.github.io/iptv/countries/eh.m3u - ๐Ÿ‡พ๐Ÿ‡ช Yemen59https://iptv-org.github.io/iptv/countries/ye.m3u + ๐Ÿ‡ป๐Ÿ‡บ Vanuatu4https://iptv-org.github.io/iptv/countries/vu.m3u + ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City6https://iptv-org.github.io/iptv/countries/va.m3u + ๐Ÿ‡ป๐Ÿ‡ช Venezuela35https://iptv-org.github.io/iptv/countries/ve.m3u + ๐Ÿ‡ป๐Ÿ‡ณ 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 + ๐Ÿ‡พ๐Ÿ‡ช 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 - Undefined2580https://iptv-org.github.io/iptv/countries/undefined.m3u + Undefined0https://iptv-org.github.io/iptv/countries/undefined.m3u diff --git a/channels/ad.m3u b/channels/ad.m3u index 017e0f23a..e0e42e43f 100644 --- a/channels/ad.m3u +++ b/channels/ad.m3u @@ -1,11 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="ANTENATV.ad" tvg-name="ANTENA TV" tvg-country="AD" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLjoaELuSWxNfY9jk0tBfeqIOGFbH8EzQYcU4WR51aww6g6Y4Z" group-title="",ANTENA TV (720p) +#EXTINF:-1 tvg-id="ATV.ad" tvg-name="ATV" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",ATV (720p) http://videos.rtva.ad:1935/live/rtva/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.ad" tvg-name="ATV" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",ATV (720p) http://videos.rtva.ad:1935/live/web/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.ad" tvg-name="ATV" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",ATV (720p) https://videos.rtva.ad/live/rtva/playlist.m3u8 -#EXTINF:-1 tvg-id="ATVWebAndorra.ad" tvg-name="ATV Web Andorra" tvg-country="AD" tvg-language="" tvg-logo="" group-title="",ATV Web Andorra (720p) +#EXTINF:-1 tvg-id="ATV.ad" tvg-name="ATV" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",ATV (720p) https://videos.rtva.ad/live/web/playlist.m3u8 -#EXTINF:-1 tvg-id="RTVA.ad" tvg-name="RTVA" tvg-country="AD" tvg-language="" tvg-logo="" group-title="",RTVA -https://videos.rtva.ad/live/web/chunklist_w1342231881.m3u8 diff --git a/channels/ae.m3u b/channels/ae.m3u index 2d56641ed..1bc1fa01e 100644 --- a/channels/ae.m3u +++ b/channels/ae.m3u @@ -1,206 +1,130 @@ #EXTM3U #EXTINF:-1 tvg-id="3eeshAlAanTV.ae" tvg-name="3eesh Al Aan TV" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://www.3eeshalaan.net/wp-content/themes/alaan-child-3eesh/assets/img/logo.png" group-title="General",3eesh Al Aan TV https://streaming.3eeshalaan.net/AAAFinalFeed/AlAanFeed_live.m3u8 -#EXTINF:-1 tvg-id="AbuDabiAloula.ae" tvg-name="Abu Dabi Aloula" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Abu Dabi Aloula -http://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/chunklist_b4000000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="AbuDabiDrama.ae" tvg-name="Abu Dabi Drama" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Abu Dabi Drama -http://admdn5.cdn.mangomolo.com/drama/smil:drama.stream.smil/chunklist_b4000000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="AbuDabiEmirates.ae" tvg-name="Abu Dabi Emirates" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Abu Dabi Emirates -http://admdn3.cdn.mangomolo.com/emarat/smil:emarat.stream.smil/chunklist_b4000000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="AbuDabiSports2.ae" tvg-name="Abu Dabi Sports 2" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Abu Dabi Sports 2 -http://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/chunklist_b4000000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="AbuDabiSports3.ae" tvg-name="Abu Dabi Sports 3" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Abu Dabi Sports 3 -http://admdn3.cdn.mangomolo.com/adsports3/smil:adsports3.stream.smil/chunklist_b4000000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="Abu Dhabi Drama" tvg-name="Abu Dhabi Drama" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/7Bx66K7.jpg" group-title="General",Abu Dhabi Drama (1080p) +#EXTINF:-1 tvg-id="AbuDhabiAloula.ae" tvg-name="Abu Dhabi Aloula" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Abu Dhabi Aloula +https://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AbuDhabiDrama.ae" tvg-name="Abu Dhabi Drama" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/7Bx66K7.jpg" group-title="General",Abu Dhabi Drama (1080p) https://admdn5.cdn.mangomolo.com/drama/smil:drama.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AbuDhabiSports1.ae" tvg-name="Abu Dhabi Sports 1" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Abu Dhabi Sports 1 -https://admdn1.cdn.mangomolo.com/adsports1/smil:adsports1.stream.smil/chunklist_b1800000_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="Abu Dhabi Sports 1" 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="" tvg-logo="" group-title="",Abu Dhabi Sports 2 -https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/chunklist_b1800000_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="Abu Dhabi Sports 2" tvg-name="Abu Dhabi Sports 2" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/9q8gFsq.png" group-title="Sports",Abu Dhabi Sports 2 (1080p) -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="" tvg-logo="" group-title="",Abu Dhabi Sports 3 -https://admdn3.cdn.mangomolo.com/adsports3/smil:adsports3.stream.smil/chunklist_b1800000_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="Abu Dhabi Sports 3" tvg-name="Abu Dhabi Sports 3" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/U6XDpXY.png" group-title="Sports",Abu Dhabi Sports 3 (1080p) -https://admdn3.cdn.mangomolo.com/adsports3/smil:adsports3.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Abu Dhabi Sports 4" 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="Abu Dhabi TV" tvg-name="Abu Dhabi TV" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/oExmYqk.jpg" group-title="General",Abu Dhabi TV (1080p) -https://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="AEHawasTV.ae" tvg-name="AE | Hawas TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",AE | Hawas TV -https://jmc-live.ercdn.net/hawastvhd/hawastvhd_720p.m3u8 -#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] -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) -https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5 -#EXTINF:-1 tvg-id="Al Arabiya" 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 -#EXTINF:-1 tvg-id="Al Arabiya" 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://shls-alarabiya-prod-dub.shahid.net/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 -#EXTINF:-1 tvg-id="AlArabiyaAlHadath.ae" tvg-name="Al Arabiya Al Hadath" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Al Arabiya Al Hadath (1080p) -https://av.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlDafrahTV.ae" tvg-name="Al Dafrah TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://aldafrah.ae/wp-content/uploads/2018/02/logo_2x-1.png" group-title="General",Al Dafrah TV (1080p) -https://dcunilive62-lh.akamaihd.net/i/dclive_1@783592/master.m3u8 -#EXTINF:-1 tvg-id="Al Emarat TV" tvg-name="Al Emarat TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/5S2ci8p.png" group-title="General",Al Emarat TV (1080p) +#EXTINF:-1 tvg-id="AbuDhabiEmirates.ae" tvg-name="Abu Dhabi Emirates" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Abu Dhabi Emirates https://admdn3.cdn.mangomolo.com/emarat/smil:emarat.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ALHadathNewsHD.ae" tvg-name="AL Hadath News HD" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",AL Hadath News HD -https://av.alarabiya.net/alarabiapublish/alhadath_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="Al Arabiya Al Hadath" tvg-name="Al Arabiya Al Hadath" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/rLR5q2x.png" group-title="News",Al Hadath TV (1080p) +#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="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="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="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="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 +#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://shls-alarabiya-prod-dub.shahid.net/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 +#EXTINF:-1 tvg-id="AlArabiyaAlHadath.ae" tvg-name="Al Arabiya Al Hadath" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Al Arabiya Al Hadath (1080p) +https://av.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlDafrahTV.ae" tvg-name="Al Dafrah TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://aldafrah.ae/wp-content/uploads/2018/02/logo_2x-1.png" group-title="General",Al Dafrah TV +http://149.100.19.226:8001/play/AL_DAFRA_HD +#EXTINF:-1 tvg-id="AlDafrahTV.ae" tvg-name="Al Dafrah TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://aldafrah.ae/wp-content/uploads/2018/02/logo_2x-1.png" group-title="General",Al Dafrah TV (1080p) +https://iptv-all.lanesh4d0w.codes/saudiarabia/aldafrah +#EXTINF:-1 tvg-id="AlArabiyaAlHadath.ae" tvg-name="Al Arabiya Al Hadath" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/rLR5q2x.png" group-title="News",Al Hadath TV https://live.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Al Arabiya Al Hadath" tvg-name="Al Arabiya Al Hadath" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/rLR5q2x.png" group-title="News",Al Hadath TV (1080p) +#EXTINF:-1 tvg-id="AlArabiyaAlHadath.ae" tvg-name="Al Arabiya Al Hadath" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/rLR5q2x.png" group-title="News",Al Hadath TV https://shls-hadath-prod-dub.shahid.net/out/v1/0e1a306399c346faac4226aa0858f99b/index.m3u8 #EXTINF:-1 tvg-id="AlQamarTV.ae" tvg-name="Al Qamar TV" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://alqamartv-rfrfjjt.netdna-ssl.com/arb/wp-content/uploads/2017/05/Title5.png" group-title="",Al Qamar TV (360p) https://cdn5.iqsat.net/iq/8c17d37e0f5c88b1e9c7e1f8f82bc980.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Sharqiya from Kalba" tvg-name="Sharqiya from Kalba" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/6Er1lh6.png" group-title="General",Al Sharqiya Min Kalba (1080p) +#EXTINF:-1 tvg-id="AlSharqiyaMinKabla.ae" tvg-name="Al Sharqiya Min Kabla" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/6Er1lh6.png" group-title="General",Al Sharqiya Min Kabla (1080p) https://svs.itworkscdn.net/kablatvlive/kabtv1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlWoustaTV.ae" tvg-name="Al Wousta TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="General",Al Wousta TV (1080p) https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlYaum.ae" tvg-name="Al Yaum" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Al Yaum -http://172.105.89.215:5080/LiveApp/streams/270434322502251479308014.m3u8 #EXTINF:-1 tvg-id="AlYaumTV.ae" tvg-name="Al Yaum TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://alyaumtv.net/wp-content/uploads/2019/04/alyaom-1-1_small2.png" group-title="News",Al Yaum TV (720p) https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Alhadath.ae" tvg-name="Alhadath" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Alhadath -http://live.alarabiya.net/alarabiapublish/alhadath/chunks.m3u8 -#EXTINF:-1 tvg-id="Asharq.ae" tvg-name="Asharq" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Asharq +#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 #EXTINF:-1 tvg-id="Citruss TV" tvg-name="Citruss TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/6lTEvrU.jpg" group-title="Shop",Citruss TV (720p) https://citrusstv.akamaized.net/hls/live/687285/CTV/index.m3u8 -#EXTINF:-1 tvg-id="DUBNOORDUBAIHD.ae" tvg-name="DUB-NOOR DUBAI HD" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUB-NOOR DUBAI HD -http://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/chunklist_b1500000.m3u8 -#EXTINF:-1 tvg-id="DUBAIONE.ae" tvg-name="DUBAI ONE" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI ONE (1080p) -http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DUBAIONE.ae" tvg-name="DUBAI ONE" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI ONE -http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/chunklist_b1300000.m3u8 -#EXTINF:-1 tvg-id="DubaiOne.net" tvg-name="Dubai One" tvg-country="AE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/dubaione.png" group-title="",Dubai One -http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/chunklist_b1500000.m3u8 -#EXTINF:-1 tvg-id="DubaiOne.ae" tvg-name="Dubai One" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai One -http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/chunklist_b1800000.m3u8?1147504741 -#EXTINF:-1 tvg-id="DubaiOne.ae" tvg-name="Dubai One" tvg-country="ARAB" tvg-language="English;Arabic" tvg-logo="" group-title="General",Dubai One (720p) +#EXTINF:-1 tvg-id="DubaiOne.ae" tvg-name="Dubai One" tvg-country="ARAB" tvg-language="English;Arabic" tvg-logo="https://i.imgur.com/WjJ8MHC.png" group-title="General",Dubai One (1080p) +http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="DubaiOne.ae" tvg-name="Dubai One" tvg-country="ARAB" tvg-language="English;Arabic" tvg-logo="https://i.imgur.com/WjJ8MHC.png" group-title="General",Dubai One (1080p) https://ch.iptvmate.net/f5d063ba7b6f6a5acbb3dd649ecf38d8.m3u8 -#EXTINF:-1 tvg-id="Dubai One" tvg-name="Dubai One" tvg-country="ARAB" tvg-language="English;Arabic" tvg-logo="https://i.imgur.com/WjJ8MHC.png" group-title="General",Dubai One (1080p) -https://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DubaiOneEnglish.ae" tvg-name="Dubai One (English)" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai One (English) (1080p) -http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/media.m3u8 -#EXTINF:-1 tvg-id="DubaiOneHD.ae" tvg-name="Dubai One HD" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai One HD -http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione/chunklist_b180000.m3u8 -#EXTINF:-1 tvg-id="DUBAIRacing.ae" tvg-name="DUBAI Racing" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI Racing (1080p) -http://dmisvthvll.cdn.mangomolo.com/events/smil:events.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DubaiRacing.ae" tvg-name="Dubai Racing" tvg-country="AE" tvg-language="" tvg-logo="http://admango.cdn.mangomolo.com/analytics/uploads/71/icons/live/dubai-racing-live.png" group-title="",Dubai Racing -http://dmisvthvll.cdn.mangomolo.com/events/smil:events.smil/chunklist_b1600000.m3u8 -#EXTINF:-1 tvg-id="DubaiRacing.ae" tvg-name="Dubai Racing" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Racing -http://dmisvthvll.cdn.mangomolo.com/events/smil:events.smil/chunklist_b1600000.m3u8?2957056943 -#EXTINF:-1 tvg-id="Dubai Racing" tvg-name="Dubai Racing" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eytrf0Y.png" group-title="Sports",Dubai Racing (1080p) +#EXTINF:-1 tvg-id="DubaiRacing.ae" tvg-name="Dubai Racing" tvg-country="AE" tvg-language="Arabic" tvg-logo="http://admango.cdn.mangomolo.com/analytics/uploads/71/icons/live/dubai-racing-live.png" group-title="",Dubai Racing https://dmisvthvll.cdn.mangomolo.com/events/smil:events.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DubaiRacing2.ae" tvg-name="Dubai Racing 2" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Racing 2 (1080p) -http://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DubaiRacing2.ae" tvg-name="Dubai Racing 2" tvg-country="AE" tvg-language="" tvg-logo="http://admango.cdn.mangomolo.com/analytics/uploads/71/icons/live/duabi-racing-2-live.png" group-title="",Dubai Racing 2 -http://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/chunklist_b1600000.m3u8 -#EXTINF:-1 tvg-id="Dubai Racing 2" tvg-name="Dubai Racing 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eytrf0Y.png" group-title="Sports",Dubai Racing 2 (1080p) +#EXTINF:-1 tvg-id="DubaiRacing2.ae" tvg-name="Dubai Racing 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="http://admango.cdn.mangomolo.com/analytics/uploads/71/icons/live/duabi-racing-2-live.png" group-title="",Dubai Racing 2 https://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DUBAIRACING2HD.ae" tvg-name="DUBAI RACING 2 HD" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI RACING 2 HD -http://dmithrvll.cdn.mangomolo.com/dubairacing/smil%3Adubairacing.smil/chunklist_b1600000.m3u8 -#EXTINF:-1 tvg-id="Dubai Racing 3" tvg-name="Dubai Racing 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eytrf0Y.png" group-title="Sports",Dubai Racing 3 (1080p) +#EXTINF:-1 tvg-id="DubaiRacing3.ae" tvg-name="Dubai Racing 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eytrf0Y.png" group-title="Sports",Dubai Racing 3 (1080p) https://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DubaiSports.ae" tvg-name="Dubai Sports" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Sports (1080p) -http://dmitnthvll.cdn.mangomolo.com/dubaisports/smil:dubaisports.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DubaiSports1.ae" tvg-name="Dubai Sports 1" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Sports 1 -http://dmitnthvll.cdn.mangomolo.com/dubaisports/smil:dubaisports.smil/chunklist_b1600000.m3u8 -#EXTINF:-1 tvg-id="DUBAISPORTS1.ae" tvg-name="DUBAI SPORTS 1" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI SPORTS 1 (1080p) -http://dmitnthvll.cdn.mangomolo.com/dubaisports/smil:dubaisports/chunklist.m3u8 -#EXTINF:-1 tvg-id="Dubai Sports 1" 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) +#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="DubaiSports1HD.ae" tvg-name="Dubai Sports 1 HD" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Sports 1 HD -http://dmitnthvll.cdn.mangomolo.com/dubaisports/smil:dubaisports/chunklist_b2000000.m3u8 -#EXTINF:-1 tvg-id="DUBAISPORTS2.ae" tvg-name="DUBAI SPORTS 2" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI SPORTS 2 (1080p) -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DubaiSports2.ae" tvg-name="Dubai Sports 2" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Sports 2 -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/chunklist_b1300000.m3u8? -#EXTINF:-1 tvg-id="DubaiSports2.ae" tvg-name="Dubai Sports 2" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Sports 2 -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/chunklist_b1600000.m3u8?2957056943 -#EXTINF:-1 tvg-id="Dubai Sports 2" tvg-name="Dubai Sports 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/qBdOZ1x.png" group-title="Sports",Dubai Sports 2 (1080p) +#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="" tvg-logo="" group-title="",DUBAI SPORTS 3 (1080p) -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DubaiSports3.ae" tvg-name="Dubai Sports 3" tvg-country="AE" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/International_UAE_Generic_241x241.png?raw=true" group-title="",Dubai Sports 3 -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/chunklist_b1300000.m3u8 -#EXTINF:-1 tvg-id="DubaiSports3.ae" tvg-name="Dubai Sports 3" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Sports 3 -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/chunklist_b1600000.m3u8? -#EXTINF:-1 tvg-id="Dubai Sports 3" tvg-name="Dubai Sports 3" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/hxxjMPJ.jpg" group-title="Sports",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="" tvg-logo="" group-title="",DUBAI TV (1080p) -http://dmisxthvll.cdn.mangomolo.com/dubaitv/smil:dubaitv.stream.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DubaiTV.ae" tvg-name="Dubai TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai TV (1080p) -https://dmisxthvll.cdn.mangomolo.com/dubaitv/smil:dubaitv.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Dubai TV" tvg-name="Dubai TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/dWueFIE.png" group-title="General",Dubai TV (1080p) +#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 -#EXTINF:-1 tvg-id="DubaiZaman.ae" tvg-name="Dubai Zaman" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Dubai Zaman -http://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.smil/chunklist_b1500000.m3u8 -#EXTINF:-1 tvg-id="Etisalat Dubai Zaman TV" tvg-name="Etisalat Dubai Zaman TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5U9qpf.png" group-title="Classic",Dubai Zaman (576p) +#EXTINF:-1 tvg-id="DubaiZaman.ae" tvg-name="Dubai Zaman" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5U9qpf.png" group-title="Classic",Dubai Zaman https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DUBAIZAMAN.ae" tvg-name="DUBAI.ZAMAN" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",DUBAI.ZAMAN -http://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/chunklist_b1500000.m3u8 -#EXTINF:-1 tvg-id="DUBALONE.ae" tvg-name="DUBALONE" tvg-country="AE" tvg-language="" tvg-logo="https://es.live-tv-channels.org/pt-data/uploads/logo/ae-dubai-one-6158-300x225.jpg" group-title="",DUBALONE -https://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/chunklist_b1800000.m3u8 -#EXTINF:-1 tvg-id="EktaTV.ae" tvg-name="Ekta TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Ekta TV -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd/smil:dubaisportshd.smil/chunklist_b1300000.m3u8 -#EXTINF:-1 tvg-id="EktaTV.ae" tvg-name="Ekta TV" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Ekta TV -http://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/chunklist_b1600000.m3u8 #EXTINF:-1 tvg-id="HawasTV.ae" tvg-name="Hawas TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/rVYdkth.jpg" group-title="General",Hawas TV https://jmc-live.ercdn.net/hawastvhd/hawastvhd.m3u8 +#EXTINF:-1 tvg-id="HawasTV.ae" tvg-name="Hawas TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="" group-title="",Hawas TV +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="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 -#EXTINF:-1 tvg-id="MBC" tvg-name="MBC" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eKBXOKd.png" group-title="General",MBC 1 KSA (1080p) +#EXTINF:-1 tvg-id="MBC.ae" tvg-name="MBC" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eKBXOKd.png" group-title="General",MBC 1 KSA (1080p) https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/451b666db1fb41c7a4bbecf7b4865107/index.m3u8 -#EXTINF:-1 tvg-id="MBC" tvg-name="MBC" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eKBXOKd.png" group-title="General",MBC 1 KSA (360p) -https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/451b666db1fb41c7a4bbecf7b4865107/index_5.m3u8 #EXTINF:-1 tvg-id="MBC1USA.ae" tvg-name="MBC 1 USA" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eKBXOKd.png" group-title="General",MBC 1 USA (1080p) https://shls-mbc1-usa-prod.shahid.net/out/v1/1b559e832c3f40f996c1984245b3b24b/index.m3u8 -#EXTINF:-1 tvg-id="MBC" tvg-name="MBC 2" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/KXuzL1u.png" group-title="Movies",MBC 2 (1080p) +#EXTINF:-1 tvg-id="MBC2.ae" tvg-name="MBC 2" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/KXuzL1u.png" group-title="Movies",MBC 2 (1080p) https://shls-mbc2-prod-dub.shahid.net/out/v1/b4befe19798745fe986f5a9bfba62126/index.m3u8 -#EXTINF:-1 tvg-id="MBC 3" tvg-name="MBC 3" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FVNVC73.png" group-title="Kids",MBC 3 (1080p) +#EXTINF:-1 tvg-id="MBC3.ae" tvg-name="MBC 3" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FVNVC73.png" group-title="Kids",MBC 3 (1080p) https://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index.m3u8 #EXTINF:-1 tvg-id="MBC3EUR.ae" tvg-name="MBC 3 EUR" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FVNVC73.png" group-title="Kids",MBC 3 EUR (1080p) https://shls-mbc3-eur-prod-dub.shahid.net/out/v1/fce09dd6a967431a871efb3b8dec9f82/index.m3u8 #EXTINF:-1 tvg-id="MBC3USA.ae" tvg-name="MBC 3 USA" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FVNVC73.png" group-title="Kids",MBC 3 USA (1080p) https://shls-mbc3-usa-prod.shahid.net/out/v1/f7584f50d13c4c01b0fac2be04c61c7e/index.m3u8 -#EXTINF:-1 tvg-id="MBC 4" tvg-name="MBC 4" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/pfF61uH.png" group-title="General",MBC 4 (1080p) +#EXTINF:-1 tvg-id="MBC4.ae" tvg-name="MBC 4" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/pfF61uH.png" group-title="General",MBC 4 (1080p) https://shls-mbc4-prod-dub.shahid.net/out/v1/c08681f81775496ab4afa2bac7ae7638/index.m3u8 -#EXTINF:-1 tvg-id="MBC 5" tvg-name="MBC 5" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://upload.wikimedia.org/wikipedia/ar/thumb/4/48/Mbc5.webp/168px-Mbc5.webp.png" group-title="General",MBC 5 (1080p) +#EXTINF:-1 tvg-id="MBC5.ae" tvg-name="MBC 5" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://upload.wikimedia.org/wikipedia/ar/thumb/4/48/Mbc5.webp/168px-Mbc5.webp.png" group-title="General",MBC 5 (1080p) https://shls-mbc5-prod-dub.shahid.net/out/v1/2720564b6a4641658fdfb6884b160da2/index.m3u8 -#EXTINF:-1 tvg-id="MBC Action" tvg-name="MBC Action" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/n3TgfP0.png" group-title="Movies",MBC Action (1080p) +#EXTINF:-1 tvg-id="MBCAction.ae" tvg-name="MBC Action" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/n3TgfP0.png" group-title="Movies",MBC Action (1080p) https://shls-mbcaction-prod-dub.shahid.net/out/v1/68dd761538e5460096c42422199d050b/index.m3u8 -#EXTINF:-1 tvg-id="MBC Bollywood" tvg-name="MBC Bollywood" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/fMjhK06.png" group-title="General",MBC Bollywood (1080p) +#EXTINF:-1 tvg-id="MBCBollywood.ae" tvg-name="MBC Bollywood" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/fMjhK06.png" group-title="General",MBC Bollywood (1080p) https://shls-mbcbollywood-prod-dub.shahid.net/out/v1/a79c9d7ef2a64a54a64d5c4567b3462a/index.m3u8 -#EXTINF:-1 tvg-id="MBC Drama" tvg-name="MBC Drama" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5ER0we.png" group-title="General",MBC Drama KSA (1080p) +#EXTINF:-1 tvg-id="MBCDrama.ae" tvg-name="MBC Drama" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5ER0we.png" group-title="General",MBC Drama KSA (1080p) https://shls-mbcdramaksa-prod-dub.shahid.net/out/v1/ce0f0762d89e4394a856c5fd13e43645/index.m3u8 #EXTINF:-1 tvg-id="M.ae" tvg-name="M" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5ER0we.png" group-title="General",MBC Drama USA (1080p) https://shls-mbc-drama-usa-prod.shahid.net/out/v1/efb67fc5c04a40778cd5c21e2e7ea884/index.m3u8 #EXTINF:-1 tvg-id="MBCFM.ae" tvg-name="MBC FM" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/radio/mm/mbc_ae_fm.png" group-title="Music",MBC FM (1080p) https://mbcfm-riyadh-prod-dub.shahid.net/out/v1/69c8a03f507e422f99cf5c07291c9e3a/index.m3u8 -#EXTINF:-1 tvg-id="MBC Iraq" tvg-name="MBC Iraq" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc-iraq-ae-iq.png" group-title="General",MBC Iraq (1080p) +#EXTINF:-1 tvg-id="MBCIraq.ae" tvg-name="MBC Iraq" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc-iraq-ae-iq.png" group-title="General",MBC Iraq (1080p) https://shls-iraq-prod-dub.shahid.net/out/v1/c9bf1e87ea66478bb20bc5c93c9d41ea/index.m3u8 -#EXTINF:-1 tvg-id="MBC Egypt" tvg-name="MBC Egypt" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc_ae_masr.png" group-title="General",MBC Masr 1 (1080p) +#EXTINF:-1 tvg-id="MBCEgypt.ae" tvg-name="MBC Egypt" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc_ae_masr.png" group-title="General",MBC Masr 1 (1080p) https://shls-masr-prod-dub.shahid.net/out/v1/b7093401da27496797a8949de23f4578/index.m3u8 #EXTINF:-1 tvg-id="MBCMasr1USA.ae" tvg-name="MBC Masr 1 USA" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc_ae_masr.png" group-title="General",MBC Masr 1 USA (1080p) https://shls-mbc-masr-usa-prod.shahid.net/out/v1/d4fded7d5df04b88b9ea1db61d00f095/index.m3u8 -#EXTINF:-1 tvg-id="MBC Masr 2" tvg-name="MBC Masr 2" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc_ae_masr_2.png" group-title="General",MBC Masr 2 (1080p) +#EXTINF:-1 tvg-id="MBCMasr2.ae" tvg-name="MBC Masr 2" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://www.lyngsat.com/logo/tv/mm/mbc_ae_masr_2.png" group-title="General",MBC Masr 2 (1080p) https://shls-masr2-prod-dub.shahid.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8 -#EXTINF:-1 tvg-id="MBC Max" tvg-name="MBC Max" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/X6EliFm.png" group-title="Movies",MBC Max (1080p) +#EXTINF:-1 tvg-id="MBCMax.ae" tvg-name="MBC Max" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/X6EliFm.png" group-title="Movies",MBC Max (1080p) https://shls-mbcmax-prod-dub.shahid.net/out/v1/13815a7cda864c249a88c38e66a2e653/index.m3u8 #EXTINF:-1 tvg-id="MBCPersia.ae" tvg-name="MBC Persia" tvg-country="IR" tvg-language="Persian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/8f/MBC_Persia_Logo.png" group-title="General",MBC Persia (1080p) https://shls-mbcpersia-prod-dub.shahid.net/out/v1/bdc7cd0d990e4c54808632a52c396946/index.m3u8 -#EXTINF:-1 tvg-id="MBC Drama Plus" tvg-name="MBC Drama Plus" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5ER0we.png" group-title="Movies",MBC Plus Drama (1080p) +#EXTINF:-1 tvg-id="MBCDramaPlus.ae" tvg-name="MBC Drama Plus" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/F5ER0we.png" group-title="Movies",MBC Plus Drama (1080p) https://shls-mbcplusdrama-prod-dub.shahid.net/out/v1/97ca0ce6fc6142f4b14c0a694af59eab/index.m3u8 -#EXTINF:-1 tvg-id="National Geographic Abu Dhabi AR" tvg-name="National Geographic Abu Dhabi AR" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/baXbWro.jpg" group-title="Outdoor",National Geographic Abu Dhabi (1080p) +#EXTINF:-1 tvg-id="NationalGeographicAbuDhabi.ae" tvg-name="National Geographic Abu Dhabi" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/baXbWro.jpg" group-title="Outdoor",National Geographic Abu Dhabi (1080p) https://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Noor Dubai" tvg-name="Noor Dubai" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FP2yHkl.png" group-title="General",Noor Dubai (576p) -https://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/chunklist.m3u8 +#EXTINF:-1 tvg-id="NoorDubai.ae" tvg-name="Noor Dubai" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FP2yHkl.png" group-title="General",Noor Dubai (576p) +https://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PeaceTVBangla.ae" tvg-name="Peace TV Bangla" tvg-country="BD;IN" tvg-language="Bengali" tvg-logo="https://i.imgur.com/ibUfEGr.png" group-title="Religious",Peace TV Bangla https://api.visionip.tv/live/ASHTTP/peacetv-peacetv-peacetv-bangla-hsslive-25f-16x9-MB/playlist.m3u8 #EXTINF:-1 tvg-id="PeaceTVChinese.ae" tvg-name="Peace TV Chinese" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://i.imgur.com/ibUfEGr.png" group-title="Religious",Peace TV Chinese @@ -209,33 +133,29 @@ https://api.visionip.tv/live/ASHTTP/peacetv-peacetv-peacetv-china-hsslive-25f-16 http://peacetv.api.visionip.tv/live/ASHTTP/peacetv-peacetv-peacetv-english-hsslive-25f-16x9-MB/playlist.m3u8 #EXTINF:-1 tvg-id="PeaceTVUrdu.ae" tvg-name="Peace TV Urdu" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/ibUfEGr.png" group-title="Religious",Peace TV Urdu https://api.visionip.tv/live/ASHTTP/peacetv-peacetv-peacetv-urdu-hsslive-25f-16x9-MB/playlist.m3u8 -#EXTINF:-1 tvg-id="SAMADUBAI.ae" tvg-name="SAMA DUBAI" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",SAMA DUBAI (1080p) -http://dmieigthvll.cdn.mangomolo.com/samadubai/smil:samadubai.stream.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="Sama Dubai" tvg-name="Sama Dubai" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/bF6I3N1.jpg" group-title="General",Sama Dubai (1080p) https://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SharjahTV.ae" tvg-name="Sharjah TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ob1GhbC.jpg" group-title="Religious",Sharjah 2 (1080p) +#EXTINF:-1 tvg-id="Sharjah2.ae" tvg-name="Sharjah 2" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ob1GhbC.jpg" group-title="Religious",Sharjah 2 (1080p) https://svs.itworkscdn.net/smc2live/smc2tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Sharjah Sports HD" tvg-name="Sharjah Sports HD" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/IaRaabJ.jpg" group-title="Sports",Sharjah Sports TV (1080p) +#EXTINF:-1 tvg-id="SharjahSportsHD.ae" tvg-name="Sharjah Sports HD" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/IaRaabJ.jpg" group-title="Sports",Sharjah Sports TV (1080p) https://svs.itworkscdn.net/smc4sportslive/smc4.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Sharjah TV" tvg-name="Sharjah TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FAp0RtO.png" group-title="Religious",Sharjah TV (1080p) +#EXTINF:-1 tvg-id="SharjahTV.ae" tvg-name="Sharjah TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FAp0RtO.png" group-title="Religious",Sharjah TV (1080p) https://svs.itworkscdn.net/smc1live/smc1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Spacetoon" tvg-name="Spacetoon" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Kids",Spacetoon +#EXTINF:-1 tvg-id="Spacetoon.ae" tvg-name="Spacetoon" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Kids",Spacetoon http://45.92.69.131:8001/play/a023 #EXTINF:-1 tvg-id="TowheedTV.ae" tvg-name="Towheed TV" tvg-country="AE;IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/nsxrqta.jpg" group-title="Religious",Towheed TV http://51.210.199.1/hls/stream.m3u8 -#EXTINF:-1 tvg-id="Wanasah" tvg-name="Wanasah" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/GmgibYW.jpg" group-title="Music",Wanasah (1080p) +#EXTINF:-1 tvg-id="Wanasah.ae" tvg-name="Wanasah" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/GmgibYW.jpg" group-title="Music",Wanasah (1080p) 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 #EXTINF:-1 tvg-id="WeyyakNawaem.ae" tvg-name="Weyyak Nawaem" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/d867c2e9-328d-ea11-831d-02d662556796/poster-image" group-title="",Weyyak Nawaem (720p) https://weyyak-live.akamaized.net/weyyak_nawaem/index.m3u8 -#EXTINF:-1 tvg-id="Yas.ae" tvg-name="Yas" tvg-country="AE" tvg-language="" tvg-logo="" group-title="",Yas (1080p) -https://admdn1.cdn.mangomolo.com/yastv/smil:yastv.stream.smil/playlist.m3u8?adtv -#EXTINF:-1 tvg-id="YasTV.ae" tvg-name="Yas TV" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ky1sNul.png" group-title="Sports",Yas TV (1080p) +#EXTINF:-1 tvg-id="Yas.ae" tvg-name="Yas" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ky1sNul.png" group-title="Sports",Yas (1080p) https://admdn1.cdn.mangomolo.com/yastv/smil:yastv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ZeeAflam.ae" tvg-name="Zee Aflam" tvg-country="AE" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/5a7c9610-5562-407b-b711-f31ce6267786/poster-image" group-title="",Zee Aflam (720p) https://weyyak-live.akamaized.net/weyyak_zee_aflam/index.m3u8 diff --git a/channels/af.m3u b/channels/af.m3u index 862d3355a..b620ec0da 100644 --- a/channels/af.m3u +++ b/channels/af.m3u @@ -1,13 +1,43 @@ #EXTM3U -#EXTINF:-1 tvg-id="ArianaNews.af" tvg-name="Ariana News" tvg-country="AF" tvg-language="Pushto" tvg-logo="https://i.imgur.com/x8mlbJM.jpg" group-title="",Ariana News (360p) -https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="ArianaTV.af" tvg-name="Ariana TV" tvg-country="AF" tvg-language="Pushto" tvg-logo="https://i.imgur.com/8VbuI9n.png" group-title="",Ariana TV (480p) +#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="",am (480p) https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="ArianaTV.af" tvg-name="Ariana TV" tvg-country="AF" tvg-language="Pushto" tvg-logo="https://i.imgur.com/8VbuI9n.png" group-title="",Ariana TV (480p) +#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="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="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="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 +#EXTINF:-1 tvg-id="ArianaTV.af" tvg-name="Ariana TV US" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/8VbuI9n.png" group-title="",Ariana TV US https://d2g7v53450s2i2.cloudfront.net/ATNUS/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="KayhanTV.af" tvg-name="Kayhan TV" tvg-country="AF" tvg-language="Pushto" tvg-logo="https://i.imgur.com/XpR1VvZ.png" group-title="",Kayhan TV (720p) +#EXTINF:-1 tvg-id="ArianaTV.af" tvg-name="Ariana TV US" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/8VbuI9n.png" group-title="",Ariana TV US +https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 +#EXTINF:-1 tvg-id="BaharTV.af" tvg-name="Bahar TV" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Bahar TV +https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 +#EXTINF:-1 tvg-id="BaryaTV.af" tvg-name="Barya TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/yf5cI8r.jpg" group-title="",Barya TV +http://51.210.199.56/hls/stream.m3u8 +#EXTINF:-1 tvg-id="HelalTV.af" tvg-name="Helal TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/mfTccwm.png" group-title="",Helal TV +http://51.210.199.54/hls/stream.m3u8 +#EXTINF:-1 tvg-id="HewadTV.af" tvg-name="Hewad TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/RkcUtMK.jpg" group-title="",Hewad TV +http://51.210.199.58/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ImanTV.af" tvg-name="Iman TV" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Iman TV +https://59d39900ebfb8.streamlock.net/imantv/imantv/playlist.m3u8 +#EXTINF:-1 tvg-id="KayhanTV.af" tvg-name="Kayhan TV" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/XpR1VvZ.png" group-title="",Kayhan TV (720p) +http://208.93.117.113/live/Stream1/playlist.m3u8 +#EXTINF:-1 tvg-id="KayhanTV.af" tvg-name="Kayhan TV" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/XpR1VvZ.png" group-title="",Kayhan TV (720p) +http://playout395.livestreamingcdn.com:1935/live/Stream1/playlist.m3u8 +#EXTINF:-1 tvg-id="KayhanTV.af" tvg-name="Kayhan TV" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://i.imgur.com/XpR1VvZ.png" group-title="",Kayhan TV (720p) https://playout395.livestreamingcdn.com/live/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="PamirTV.af" tvg-name="Pamir TV" tvg-country="AF" tvg-language="" tvg-logo="" group-title="",Pamir TV http://live.stream.cdn.pamirtv.com/ptv/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 -#EXTINF:-1 tvg-id="Tuti.af" tvg-name="Tuti" tvg-country="AF" tvg-language="Pushto" tvg-logo="https://i.imgur.com/JerfIBt.jpg" group-title="",Tuti (480p) +#EXTINF:-1 tvg-id="Sharq.af" tvg-name="Sharq" tvg-country="AF" tvg-language="Pashto" tvg-logo="https://ws.shoutcast.com/images/contacts/b/b9f8/b9f811c5-d210-4d0b-ae32-f467823a913e/radios/0d677ea5-46b4-4129-9359-9e5783fb6a37/0d677ea5-46b4-4129-9359-9e5783fb6a37.png" group-title="General",Sharq +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_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 9a05a015f..5b940772c 100644 --- a/channels/al.m3u +++ b/channels/al.m3u @@ -1,14 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="ABCNews.al" tvg-name="ABC News" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://abcnews.al/wp-content/uploads/2020/11/cropped-abclogo.png" group-title="News",ABC News http://51.195.88.12:4050/live/abcnewsmob/playlist.m3u8 -#EXTINF:-1 tvg-id="ABCNews.al" tvg-name="ABC News" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://abcnews.al/wp-content/uploads/2020/11/cropped-abclogo.png" group-title="News",ABC News -https://tv2.abcnews.al/live/abcnews/chunks.m3u8 -#EXTINF:-1 tvg-id="ABCNews.al" tvg-name="ABC News" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://abcnews.al/wp-content/uploads/2020/11/cropped-abclogo.png" group-title="News",ABC News (540p) +#EXTINF:-1 tvg-id="ABCNews.al" tvg-name="ABC News" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://abcnews.al/wp-content/uploads/2020/11/cropped-abclogo.png" group-title="News",ABC News (540p) [Not 24/7] https://tv2.abcnews.al/live/abcnews/playlist.m3u8 #EXTINF:-1 tvg-id="AlbUKTV.uk" tvg-name="AlbUK TV" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://i.imgur.com/gRvEH4v.png" group-title="",AlbUK TV (1080p) http://albuk.dyndns.tv:1935/albuk/albuk.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="ALBUKTVHD.al" tvg-name="ALBUK TV HD" tvg-country="AL" tvg-language="" tvg-logo="" group-title="",ALBUK TV HD -http://albuk.dyndns.tv:1935/albuk/albuk.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="ALPO.al" tvg-name="ALPO" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/00hiXCL.png" group-title="",ALPO https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8 #EXTINF:-1 tvg-id="ApollonTV.al" tvg-name="Apollon TV" tvg-country="AL" tvg-language="Albanian" tvg-logo="http://albepg.com/tvlogi/Apollon%20TV.png" group-title="",Apollon TV @@ -19,14 +15,18 @@ 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",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",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="NeserTV.al" tvg-name="Nรซser TV" tvg-country="AL" tvg-language="" tvg-logo="" group-title="",Nรซser TV (Tirana) -http://195.154.252.221:8000/play/6355/index.m3u8 +#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 #EXTINF:-1 tvg-id="SyriTV.al" tvg-name="Syri TV" tvg-country="AL" tvg-language="Albanian" tvg-logo="http://www.albepg.com/tvlogi/Syri%20Blue.png" group-title="",Syri TV @@ -35,5 +35,9 @@ http://live.syri.tv:6969/live/syriblue/hd/23.ts http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TVKoha.al" tvg-name="TV Koha" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://i.imgur.com/AJ472ot.png" group-title="",TV Koha rtmp://live.tvkoha.tv:1935/live/koha/livestream +#EXTINF:-1 tvg-id="TVOpoja.al" tvg-name="TV Opoja" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/De7sZf6.jpg" group-title="",TV Opoja +http://54627d4fc5996.streamlock.net:1935/tvopoja/tvopoja/playlist.m3u8 +#EXTINF:-1 tvg-id="TVOpoja.al" tvg-name="TV Opoja" tvg-country="AL" tvg-language="" tvg-logo="https://i.imgur.com/De7sZf6.jpg" group-title="",TV Opoja +http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 #EXTINF:-1 tvg-id="ZjarrTelevizion.al" tvg-name="Zjarr Televizion" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://i.imgur.com/UValLp1.png" group-title="",Zjarr Televizion (1080p) http://217.73.132.66:1935/live/Zjarr.stream/playlist.m3u8 diff --git a/channels/am.m3u b/channels/am.m3u index f8016652e..cdbcdb240 100644 --- a/channels/am.m3u +++ b/channels/am.m3u @@ -1,8 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="1TV.am" tvg-name="1 TV" tvg-country="AM" tvg-language="" tvg-logo="" group-title="",1 TV (1080p) http://amtv1.livestreamingcdn.com/am2abr/index.m3u8 -#EXTINF:-1 tvg-id="1TV.am" tvg-name="1 TV" tvg-country="AM" tvg-language="" tvg-logo="" group-title="",1 TV -http://amtv1.livestreamingcdn.com/am2abr/tracks-v5a1/index.m3u8 #EXTINF:-1 tvg-id="21TV.am" tvg-name="21TV" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/hbkWdwn.png" group-title="",21TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s10/index.m3u8 @@ -14,10 +12,6 @@ https://streamer1.connectto.com/AMGA_WEB_1202/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="AraratTV.am" tvg-name="Ararat TV" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/nCdGhjB.png" group-title="",Ararat 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/s6/index.m3u8 -#EXTINF:-1 tvg-id="Armenia1.am" tvg-name="Armenia 1" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/MKVkDVo.png" group-title="",Armenia 1 -http://amtv1.livestreamingcdn.com/am2abr/tracks-v1a1/index.m3u8 -#EXTINF:-1 tvg-id="Armenia1.am" tvg-name="Armenia 1" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/MKVkDVo.png" group-title="",Armenia 1 -http://amtv1.livestreamingcdn.com/am2abr/tracks-v2a1/index.m3u8 #EXTINF:-1 tvg-id="Armenia2.am" tvg-name="Armenia 2" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/XwbLfqd.png" group-title="",Armenia 2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s22/index.m3u8 @@ -39,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) @@ -92,8 +86,6 @@ http://ott-cdn.ucom.am/s13/index.m3u8 #EXTINF:-1 tvg-id="SongTVArmenia.am" tvg-name="Song TV Armenia" tvg-country="AM" tvg-language="Armenian" tvg-logo="" group-title="",Song TV Armenia http://212.42.193.122:8888/play/a00d/index.m3u8 #EXTINF:-1 tvg-id="TBNArmenia.am" tvg-name="TBN Armenia" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/zdJeT34.jpg" group-title="Religious",TBN Armenia (1080p) -http://bogtvhdlive-f.akamaihd.net/i/tbn_armenia@198331/index_500_av-p.m3u8 -#EXTINF:-1 tvg-id="TBNArmenia.am" tvg-name="TBN Armenia" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/zdJeT34.jpg" group-title="Religious",TBN Armenia (1080p) https://bogtvhdlive-f.akamaihd.net/i/tbn_armenia@198331/master.m3u8 #EXTINF:-1 tvg-id="YerkirMedia.am" tvg-name="Yerkir Media" tvg-country="AM" tvg-language="Armenian" tvg-logo="https://i.imgur.com/FKpxkVH.png" group-title="",Yerkir Media (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 diff --git a/channels/an.m3u b/channels/an.m3u new file mode 100644 index 000000000..a2a008ff6 --- /dev/null +++ b/channels/an.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="BonceTV.an" tvg-name="Bonce TV" tvg-country="AN" tvg-language="" tvg-logo="" group-title="",Bonce TV +https://seswa.bonce.tv/hls/bonceswa_720p2628kbs/index.m3u8 diff --git a/channels/ao.m3u b/channels/ao.m3u index 8f312f1aa..579b57e57 100644 --- a/channels/ao.m3u +++ b/channels/ao.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="TPA1.ao" tvg-name="TPA 1" tvg-country="AO" tvg-language="Portuguese" tvg-logo="" group-title="",TPA 1 -https://iptv-all.lanesh4d0w.repl.co/angola/tpa1 +#EXTINF:-1 tvg-id="TPA1.ao" tvg-name="TPA 1" tvg-country="AO" tvg-language="Portuguese" tvg-logo="" group-title="",TPA 1 [Not 24/7] +https://iptv-all.lanesh4d0w.codes/angola/tpa1 #EXTINF:-1 tvg-id="TVZimbo.ao" tvg-name="TV Zimbo" tvg-country="AO" tvg-language="Portuguese" tvg-logo="" group-title="",TV Zimbo -https://iptv-all.lanesh4d0w.repl.co/angola/tv-zimbo +https://iptv-all.lanesh4d0w.codes/angola/tv-zimbo diff --git a/channels/ar.m3u b/channels/ar.m3u index d9cb99ff7..98dfee38c 100644 --- a/channels/ar.m3u +++ b/channels/ar.m3u @@ -9,82 +9,119 @@ https://panel.dattalive.com/6605140/6605140/playlist.m3u8 https://api.new.livestream.com/accounts/22636012/events/8242619/live.m3u8 #EXTINF:-1 tvg-id="5TV.ar" tvg-name="5TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/kujnLsO.png" group-title="",5TV (Corrientes) (480p) http://www.coninfo.net:1935/tvcinco/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericaTucuman.ar" tvg-name="Amรฉrica Tucumรกn" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Local",Amรฉrica Tucumรกn -http://45.6.4.50:50601/America_Tucuman/video.m3u8 +#EXTINF:-1 tvg-id="AmericaTV.ar" tvg-name="Amรฉrica TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Local",Amรฉrica TV +https://iptv-all.lanesh4d0w.codes/m3u8/america_hls.m3u8 #EXTINF:-1 tvg-id="AmericaTV.ar" tvg-name="Amรฉrica TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Local",Amรฉrica TV https://prepublish.f.qaotic.net/a07/americahls-100056/playlist_540p.m3u8 #EXTINF:-1 tvg-id="AmericaTV.ar" tvg-name="Amรฉrica TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Local",Amรฉrica TV https://prepublish.f.qaotic.net/a07/americahls-100056/playlist_720p.m3u8 #EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" tvg-name="Argentinรญsima Satelital" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Jo7p7yZ.png" group-title="",Argentinรญsima Satelital http://186.0.233.76:1935/Argentinisima/smil:argentinisima.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10MardelPlata.ar" tvg-name="Canal 10 Mar del Plata" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="",Canal 10 Mar del Plata -https://cdn2.zencast.tv:30443/live/canal10smil/live/canal10_480p/chunks.m3u8 #EXTINF:-1 tvg-id="Canal10MardelPlata.ar" tvg-name="Canal 10 Mar del Plata" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/4/4e/Canal_10_Mar_del_Plata_%28Logo_2010%29.png" group-title="",Canal 10 Mar del Plata (720p) https://cdn2.zencast.tv:30443/live/canal10smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10RioNegro.ar" tvg-name="Canal 10 Rio Negro" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/PE2Gi3N.png" group-title="Local",Canal 10 Rio Negro (720p) http://panel.dattalive.com:1935/8204/8204/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10RioNegro.ar" tvg-name="Canal 10 Rio Negro" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/PE2Gi3N.png" group-title="Local",Canal 10 Rio Negro (720p) https://59c5c86e10038.streamlock.net/8204/8204/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar" tvg-name="Canal 26" tvg-country="AR;LATAM" tvg-language="Spanish" tvg-logo="http://1.bp.blogspot.com/-oaM5k7pbu3A/ULKcb6odA1I/AAAAAAAAXko/nmQ_WMr0c4k/s1600/canal26hd.png" group-title="News",Canal 26 (360p) -http://live-edge01.telecentro.net.ar/live/smil:c26.smil/chunklist_w125697617_b1264000_sleng.m3u8 +#EXTINF:-1 tvg-id="Canal11LaRioja.ar" tvg-name="Canal 11 La Rioja" tvg-country="AR" tvg-language="" tvg-logo="http://www.fenix951.com.ar/nuevo_2013/a2017/assets/imgapp/logocanal.jpeg" group-title="",Canal 11 La Rioja +http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal12PuertoMadryn.ar" tvg-name="Canal 12 Puerto Madryn" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Canal 12 Puerto Madryn [Not 24/7] +https://5f700d5b2c46f.streamlock.net/madryntv/madryntv/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal13LaRioja.ar" tvg-name="Canal 13 La Rioja" tvg-country="AR" tvg-language="" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2017/10/13rioja.png" group-title="",Canal 13 La Rioja +http://arcast.net:1935/mp/mp/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal2Jujuy.ar" tvg-name="Canal 2 Jujuy" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Canal 2 Jujuy +http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" tvg-name="Canal 26" tvg-country="AR;LATAM" tvg-language="Spanish" tvg-logo="http://1.bp.blogspot.com/-oaM5k7pbu3A/ULKcb6odA1I/AAAAAAAAXko/nmQ_WMr0c4k/s1600/canal26hd.png" group-title="News",Canal 26 (720p) -http://live-edge01.telecentro.net.ar:1935/live/26hd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar" tvg-name="Canal 26" tvg-country="AR;LATAM" tvg-language="Spanish" tvg-logo="http://1.bp.blogspot.com/-oaM5k7pbu3A/ULKcb6odA1I/AAAAAAAAXko/nmQ_WMr0c4k/s1600/canal26hd.png" group-title="News",Canal 26 (360p) -https://live-edge01.telecentro.net.ar/live/26hd-360/playlist.m3u8 +http://live-edge01.telecentro.net.ar/live/c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" tvg-name="Canal 26" tvg-country="AR;LATAM" tvg-language="Spanish" tvg-logo="http://1.bp.blogspot.com/-oaM5k7pbu3A/ULKcb6odA1I/AAAAAAAAXko/nmQ_WMr0c4k/s1600/canal26hd.png" group-title="News",Canal 26 (720p) https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3Pinamar.ar" tvg-name="Canal 3 Pinamar" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="",Canal 3 Pinamar http://www.intelintec.com.ar:9090/hls/canal3pinamar.m3u8 +#EXTINF:-1 tvg-id="Canal3Rosario.ar" tvg-name="Canal 3 Rosario" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Canal 3 Rosario +https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4.ar" tvg-name="Canal 4" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="",Canal 4 (Posadas) (360p) http://184.154.28.210:1935/canal4/canal4/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal4Balcarce.ar" tvg-name="Canal 4 Balcarce" tvg-country="AR" tvg-language="" tvg-logo="http://canal4teleba.com.ar/wp-content/uploads/2016/12/teleba-youtube.jpg" group-title="",Canal 4 Balcarce +http://panel.dattalive.com:1935/8124/8124/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal4Jujuy.ar" tvg-name="Canal 4 Jujuy" tvg-country="AR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT1gHj_nLWhaGNfk5gYfEoENvdvYEEnrlFWCQ&usqp=CAU" group-title="",Canal 4 Jujuy +http://190.52.32.13:1935/canal4/smil:manifest.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Jujuy.ar" tvg-name="Canal 4 Jujuy" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://cdn.pixabay.com/photo/2017/05/07/14/59/flag-2292664_960_720.png" group-title="",Canal 4 Jujuy -https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/chunklist_w2121338131_b316000.m3u8 +https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal4Posadas.ar" tvg-name="Canal 4 Posadas" tvg-country="AR" tvg-language="" tvg-logo="https://i.imgur.com/fgrauI0.png" group-title="",Canal 4 Posadas +http://184.154.28.210:1935/canal4/canal4/live.m3u8 +#EXTINF:-1 tvg-id="Canal7SALTA.ar" tvg-name="Canal 7 SALTA" tvg-country="AR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR3v0JfX-x7l_CBLGgk-PyioJ4pEOIlRkwaOA&usqp=CAU" group-title="",Canal 7 SALTA +https://589ff3c36f7e8.streamlock.net:443/crespo3/crespo3/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9ComodoroRivadavia.ar" tvg-name="Canal 9 (Comodoro Rivadavia)" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://cdn.pixabay.com/photo/2017/05/07/14/59/flag-2292664_960_720.png" group-title="",Canal 9 (Comodoro Rivadavia) https://live.canalnueve.tv/canal.m3u8 +#EXTINF:-1 tvg-id="Canal9Televida.ar" tvg-name="Canal 9 Televida" tvg-country="AR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIgMORTmDFYoZ568zWDgjQ-hkmEHYDVGTFCw&usqp=CAU" group-title="",Canal 9 Televida +https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 #EXTINF:-1 tvg-id="CanalMilenium.ar" tvg-name="Canal Milenium" tvg-country="AR" tvg-language="" tvg-logo="https://serenotv.com/wp-content/uploads/2020/08/canal-milenium-salta-90x67.jpg" group-title="",Canal Milenium https://panel.tuvideostreaming.com:19360/8002/8002.m3u8 #EXTINF:-1 tvg-id="CanalProvincial.ar" tvg-name="Canal Provincial" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Local",Canal Provincial (San Miguel) (360p) http://www.trimi.com.ar/provincial/streaming/mystream.m3u8 +#EXTINF:-1 tvg-id="CanalProvincialSanMiguel.ar" tvg-name="Canal Provincial San Miguel" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Canal Provincial San Miguel +http://www.trimi.com.ar/provincial/streaming/mystreamProvincialHSMed.m3u8 #EXTINF:-1 tvg-id="CANALTDC.ar" tvg-name="CANAL TDC" tvg-country="AR" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2018/02/TDC-TV-Santa-F%C3%A9-en-vivo-Online.png" group-title="",CANAL TDC -https://5e7cdf2370883.streamlock.net/tdconline/_definst_/tdconline/chunklist_w1772083783.m3u8 +https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8 #EXTINF:-1 tvg-id="CANAL9MULTIVISION.ar" tvg-name="CANAL.9 MULTIVISION" tvg-country="AR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSg84RxHjkboUjpSwVwVYl7oviFLwGDJs-4UCKzP-JMCdIE4MOb&s" group-title="",CANAL.9 MULTIVISION -https://panel.dattalive.com/8250/8250/chunklist_w1456715835.m3u8?_=1 +https://panel.dattalive.com/8250/8250/playlist.m3u8 +#EXTINF:-1 tvg-id="canalLUZ.ar" tvg-name="canalLUZ" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://www.canalluz.org/assets/images/logo-2020-250x79.png" group-title="Religious",canalLUZ +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 +https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true #EXTINF:-1 tvg-id="ChacoTV.ar" tvg-name="Chaco TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/JbxMs5i.png" group-title="Local",Chaco TV (720p) https://5b7ecefab6325.streamlock.net/Streamtv/chacotv/playlist.m3u8 +#EXTINF:-1 tvg-id="ChacraTV.ar" tvg-name="Chacra TV" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Chacra TV +http://s8.stweb.tv:1935/chacra/live/chunks.m3u8 #EXTINF:-1 tvg-id="ChacraTV.ar" tvg-name="Chacra TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/mZlUGBf.jpg" group-title="",Chacra TV (480p) https://s8.stweb.tv/chacra/live/playlist.m3u8 +#EXTINF:-1 tvg-id="CincoTV.ar" tvg-name="Cinco TV" tvg-country="AR" tvg-language="" tvg-logo="https://i.pinimg.com/originals/2d/18/54/2d185451c3cc188c39add960b94c6844.png" group-title="",Cinco TV +https://59537faa0729a.streamlock.net/cincotv/cincotv/playlist.m3u8 +#EXTINF:-1 tvg-id="CINEAR.ar" tvg-name="CINE.AR" tvg-country="AR" tvg-language="" tvg-logo="https://www.totalmedios.com/img/noticias/2018/04/5ae3127f4ef2e__838x390.jpg" group-title="",CINE.AR +https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8 #EXTINF:-1 tvg-id="CiudadTVResistencia.ar" tvg-name="Ciudad TV Resistencia" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/WxzqqFQ.jpg" group-title="Local",Ciudad TV Resistencia (Chaco) (720p) http://coninfo.net:1935/chacodxdtv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="CN3Pinamar.ar" tvg-name="CN3 Pinamar" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",CN3 Pinamar +https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CPEtv.ar" tvg-name="CPEtv" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/75UgF.png" group-title="",CPEtv (720p) https://dcunilive28-lh.akamaihd.net/i/dclive_1@533583/master.m3u8 #EXTINF:-1 tvg-id="ElGarageTV.ar" tvg-name="El Garage TV" tvg-country="HISPAM;ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/cd0hP5e.png" group-title="Auto",El Garage TV (480p) http://186.0.233.76:1935/Garage/smil:garage.smil/master.m3u8 +#EXTINF:-1 tvg-id="Encuentro.ar" tvg-name="Encuentro" tvg-country="AR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6-D3Rt3VXwXAS0wMCCH2pKPU4tFL1SgKDGw&usqp=CAU" group-title="",Encuentro +http://panel.dattalive.com:1935/8204/8204/chunklist_w448763530.m3u8 #EXTINF:-1 tvg-id="FenixTV.ar" tvg-name="Fenix TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Op0zdh5.jpg" group-title="Local",Fenix TV (Ciudad de La Rioja) (720p) https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 -#EXTINF:-1 tvg-id="MultivisionFederal.ar" tvg-name="Multivisiรณn Federal" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/LHtd9oT.png" group-title="",Multivisiรณn Federal (720p) -http://panel.dattalive.com:1935/8250/8250/.m3u8 +#EXTINF:-1 tvg-id="MediosRioja.ar" tvg-name="Medios Rioja" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Medios Rioja +http://streamyes.alsolnet.com/mediosrioja/live/playlist.m3u8 #EXTINF:-1 tvg-id="MultivisionFederal.ar" tvg-name="Multivisiรณn Federal" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/sZ1yE4e.png" group-title="",Multivisiรณn Federal (720p) http://panel.dattalive.com:1935/8250/8250/playlist.m3u8 #EXTINF:-1 tvg-id="MusicTop.ar" tvg-name="MusicTop" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Music",MusicTop (720p) http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MusicTop.ar" tvg-name="MusicTop" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/dKpLbh6.png" group-title="Music",MusicTop (720p) -http://live-edge01.telecentro.net.ar:1935/live/msctphd-720/playlist.m3u8 #EXTINF:-1 tvg-id="NetTV.ar" tvg-name="Net TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/J7stpmb.png" group-title="",Net TV (720p) https://unlimited1-us.dps.live/nettv/nettv.smil/nettv/livestream1/playlist.m3u8 +#EXTINF:-1 tvg-id="PowerTV.ar" tvg-name="Power TV" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Power TV +https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="QuatroTV.ar" tvg-name="Quatro TV" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Quatro TV +https://59d52c5a5ce5e.streamlock.net:4443/quatro/quatro/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" tvg-name="Radio TV Neuquen" tvg-country="AR" tvg-language="" tvg-logo="https://www.televisiongratis.tv/components/com_televisiongratis/images/rtn-neuqun-1517.jpg" group-title="",Radio TV Neuquen +http://media.neuquen.gov.ar/rtn/television/playlist.m3u8 #EXTINF:-1 tvg-id="RTN.ar" tvg-name="RTN" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/daMqavf.jpg" group-title="",RTN (Neuquรฉn) (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/media.m3u8 -#EXTINF:-1 tvg-id="T5Satelital.ar" tvg-name="T5 Satelital" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Eu7rHtj.jpg" group-title="",T5 Satelital (540p) +#EXTINF:-1 tvg-id="SantaMariaTV.ar" tvg-name="Santa Marรญa TV" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Santa Marรญa TV +http://www.trimi.com.ar/santa_maria/streaming/mystreamSantaMariaHSMed.m3u8 +#EXTINF:-1 tvg-id="T5Satelital.ar" tvg-name="T5 Satelital" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Eu7rHtj.jpg" group-title="",T5 Satelital (540p) [Not 24/7] https://api.new.livestream.com/accounts/20819504/events/8664197/live.m3u8 #EXTINF:-1 tvg-id="TelefeRosario.ar" tvg-name="Telefe Rosario" tvg-country="AR" tvg-language="Spanish" tvg-logo="" group-title="Local",Telefe Rosario (720p) http://telefewhitehls-lh.akamaihd.net/i/whitelist_hls@302302/master.m3u8 #EXTINF:-1 tvg-id="Telemax.ar" tvg-name="Telemax" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1XgRcmd.png" group-title="",Telemax (720p) https://live-edge01.telecentro.net.ar/live/smil:tlx.smil/master.m3u8 -#EXTINF:-1 tvg-id="Telemax.ar" tvg-name="Telemax" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1XgRcmd.png" group-title="",Telemax (720p) -https://live-edge01.telecentro.net.ar/live/tlxhd-720/master.m3u8 #EXTINF:-1 tvg-id="TelenordCorrientes.ar" tvg-name="Telenord Corrientes" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/byxXHzq.png" group-title="Local",Telenord Corrientes (720p) http://www.coninfo.net:1935/previsoratv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="TelesolTLS.ar" tvg-name="Telesol (TLS)" tvg-country="AR" tvg-language="" tvg-logo="https://telesol.tv/wp-content/uploads/2020/06/LOGO-FINAL-TELESOL-2020.png" group-title="",Telesol (TLS) +https://cnnsanjuan.com:9999/live/telesol/woplay/telesoludp2_720p/chunks.m3u8 #EXTINF:-1 tvg-id="TelpinTVCanal2HD.ar" tvg-name="Telpin TV Canal 2 HD" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/B2lKSvo.png" group-title="",Telpin TV Canal 2 HD (720p) https://wowza.telpin.com.ar:1935/telpintv/smil:ttv.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TelpinTVHDARG.ar" tvg-name="Telpin TV HD (ARG)" tvg-country="AR" tvg-language="" tvg-logo="" group-title="",Telpin TV HD (ARG) +https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TierraMiaTV.ar" tvg-name="Tierra Mรญa TV" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://forounivers.com/uploads/monthly_2018_09/small.Logo_TierramiaTV.png.52a0b19eb1a7425c43898d0766558d1a.png" group-title="",Tierra Mรญa TV (480p) http://live-edge01.telecentro.net.ar/live/smil:trm.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVManaArgentina.ar" tvg-name="TV Manรก Argentina" tvg-country="AR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/GVI8kkp.jpg" group-title="Local",TV Manรก Argentina (576p) diff --git a/channels/at.m3u b/channels/at.m3u index 26d92e697..f993bcf38 100644 --- a/channels/at.m3u +++ b/channels/at.m3u @@ -1,18 +1,16 @@ #EXTM3U -#EXTINF:-1 tvg-id="ATM4.at" tvg-name="AT | M4" tvg-country="AT" tvg-language="" tvg-logo="" group-title="",AT | M4 -https://5a32c05065c79.streamlock.net/live/stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="antennevorarlberg.at" tvg-name="ANTENNE VORARLBERG" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/cnMTcPw.png" group-title="Music",Antenne Vorarlberg (720p) +https://5857db5306b83.streamlock.net/antennevorarlberg-live/_definst_/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="DorfTV.at" tvg-name="Dorf TV" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/SK9IQ1Z.png" group-title="",Dorf TV https://stream.openplayout.org/hls/dorf.m3u8 -#EXTINF:-1 tvg-id="dorftv.at" tvg-name="dorf tv" tvg-country="AT;DE" tvg-language="German" tvg-logo="" group-title="",dorf tv -https://stream.openplayout.org/hls/dorf_high/index.m3u8 -#EXTINF:-1 tvg-id="FS1Salzburg.at" tvg-name="FS1 (Salzburg)" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/HSRpYUl.jpg" group-title="",FS1 (Salzburg) -https://stream.fs1.tv/hls/webstream.m3u8 -#EXTINF:-1 tvg-id="FS1Salzburg.at" tvg-name="FS1 Salzburg" tvg-country="AT" tvg-language="" tvg-logo="https://i.imgur.com/P5pc813.png" group-title="",FS1 Salzburg +#EXTINF:-1 tvg-id="FS1Salzburg.at" tvg-name="FS1 Salzburg" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/HSRpYUl.jpg" group-title="",FS1 Salzburg http://stream.fs1.tv:8080/hls/webstream.m3u8 -#EXTINF:-1 tvg-id="GoTV.at" tvg-name="GoTV" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/UxISEZf.png" group-title="",GoTV (576p) -https://nstream17.gotv.at:1443/live/_definst_/gotvlive_576p/playlist.m3u8 -#EXTINF:-1 tvg-id="Gotv.at" tvg-name="gotv" tvg-country="AT" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/gotv.png" group-title="",gotv -https://nstream17.gotv.at:1443/live/gotvlive_360p/manifest.mpd +#EXTINF:-1 tvg-id="FS1Salzburg.at" tvg-name="FS1 Salzburg" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/HSRpYUl.jpg" group-title="",FS1 Salzburg +https://stream.fs1.tv/hls/webstream.m3u8 +#EXTINF:-1 tvg-id="GoTV.at" tvg-name="GoTV" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/UxISEZf.png" group-title="",GoTV +https://nstream17.gotv.at:1443/live/gotvlive/manifest.mpd +#EXTINF:-1 tvg-id="GoTV.at" tvg-name="GoTV" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/UxISEZf.png" group-title="",GoTV +https://nstream17.gotv.at:1443/live/gotvlive/playlist.m3u8 #EXTINF:-1 tvg-id="HitradioO3.at" tvg-name="Hitradio ร–3" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/pb4Iqno.png" group-title="",Hitradio ร–3 (360p) http://185.85.28.19/oe3sd/orf.sdp/master.m3u8 #EXTINF:-1 tvg-id="HitradioO3Webradio.at" tvg-name="Hitradio ร–3 (Webradio)" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/pb4Iqno.png" group-title="",Hitradio ร–3 (Webradio) @@ -21,16 +19,8 @@ https://studiocam-oe3.mdn.ors.at/out/u/studiocam_oe3/q6a/manifest_1.m3u8 https://d1pz8zear993v8.cloudfront.net/hlsme/kathtv.m3u8 #EXTINF:-1 tvg-id="KroneTV.at" tvg-name="Krone.TV" tvg-country="AT" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/kronetv.png" group-title="",Krone.TV (360p) https://kronetv.mdn.ors.at/out/u/kronetv-nodrm.m3u8 -#EXTINF:-1 tvg-id="Kronehit.at" tvg-name="Kronehit" tvg-country="AT" tvg-language="German" tvg-logo="" group-title="Music",Kronehit (720p) -http://bitcdn-kronehit.bitmovin.com/v2/hls/chunklist_b1628000.m3u8 -#EXTINF:-1 tvg-id="Kronehit.at" tvg-name="Kronehit" tvg-country="AT" tvg-language="German" tvg-logo="" group-title="Music",Kronehit (1080p) -http://bitcdn-kronehit.bitmovin.com/v2/hls/chunklist_b3128000.m3u8 #EXTINF:-1 tvg-id="Kronehit.at" tvg-name="Kronehit" tvg-country="AT" tvg-language="German" tvg-logo="" group-title="Music",Kronehit (1080p) https://bitcdn-kronehit.bitmovin.com/v2/hls/playlist.m3u8 -#EXTINF:-1 tvg-id="KroneHitTV.at" tvg-name="KroneHit TV" tvg-country="AT" tvg-language="" tvg-logo="" group-title="",KroneHit TV (1080p) -http://bitcdn-kronehit.bitmovin.com/v2/hls/fluxustv.m3u8 -#EXTINF:-1 tvg-id="kronehitV.at" tvg-name="kronehitV" tvg-country="AT" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcS0VSx-O8tmYO9z-tEfuspFxVwlOoLvPwSDwbHyLgAnNWZdHlLo" group-title="",kronehitV -https://bitcdn-kronehit.bitmovin.com/v2/hls/chunklist_b628000.m3u8 #EXTINF:-1 tvg-id="M4.at" tvg-name="M4" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/xmfgBrg.png" group-title="",M4 (1080p) https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="oe24TV.at" tvg-name="oe24 TV" tvg-country="AT" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/oe24tv.png" group-title="",oe24 TV (360p) @@ -41,16 +31,18 @@ https://apasfoe24l.sf.apa.at/ipad/oe24-live1/oe24.sdp/playlist.m3u8 https://d38d1dtxhym0zi.cloudfront.net/LiveHTTPOrigin/okto/playlist.m3u8 #EXTINF:-1 tvg-id="OktoTV.at" tvg-name="Okto TV" tvg-country="AT" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/7/7b/Okto.svg/150px-Okto.svg.png" group-title="",Okto TV https://d2i6psfxyapxwi.cloudfront.net/out/v1/f0cc8e3aceb64ad8968231dc5a0041d4/index.m3u8 -#EXTINF:-1 tvg-id="ORF1.at" tvg-name="ORF 1" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/ORF1_logo.svg/1280px-ORF1_logo.svg.png" group-title="General",ORF 1 (540p) +#EXTINF:-1 tvg-id="ORF1.at" tvg-name="ORF 1" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/ORF1_logo.svg/1280px-ORF1_logo.svg.png" group-title="General",ORF 1 (540p) [Geo-blocked] https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORF2.at" tvg-name="ORF 2" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/ORF2_logo_n.svg/1280px-ORF2_logo_n.svg.png" group-title="",ORF 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ORF2.at" tvg-name="ORF 2" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/ORF2_logo_n.svg/1280px-ORF2_logo_n.svg.png" group-title="",ORF 2 (720p) [Geo-blocked] https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORF3.at" tvg-name="ORF 3" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/4/40/ORF_III_Logo.png" group-title="",ORF 3 (720p) +#EXTINF:-1 tvg-id="ORF3.at" tvg-name="ORF 3" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/4/40/ORF_III_Logo.png" group-title="",ORF 3 (720p) [Geo-blocked] https://orf3.mdn.ors.at/out/u/orf3/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORFSportPlus.at" tvg-name="ORF Sport +" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/ORF_Sport%2B.svg/1200px-ORF_Sport%2B.svg.png" group-title="Sports",ORF Sport + (540p) +#EXTINF:-1 tvg-id="ORFSportPlus.at" tvg-name="ORF Sport +" tvg-country="AT" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/ORF_Sport%2B.svg/1200px-ORF_Sport%2B.svg.png" group-title="Sports",ORF Sport+ (540p) [Geo-blocked] https://orfs.mdn.ors.at/out/u/orfs/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="P3tv.at" tvg-name="P3tv" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/C6Hp5Pb.jpg" group-title="",P3tv (720p) [Not 24/7] http://p3-6.mov.at:1935/live/weekstream/master.m3u8 +#EXTINF:-1 tvg-id="PremiumChannel.at" tvg-name="Premium Channel" tvg-country="AT" tvg-language="" tvg-logo="https://i.imgur.com/XLeth50.jpg" group-title="",Premium Channel [Not 24/7] +http://premium-channel.tv:88/live/kali.m3u8 #EXTINF:-1 tvg-id="R9.at" tvg-name="R9" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/Wu6SMvb.png" group-title="",R9 (720p) https://ms01.w24.at/R9/smil:liveeventR9.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RedBullTV.at" tvg-name="Red Bull TV" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/7NeBmWX.jpg" group-title="Sports",Red Bull TV (1080p) @@ -65,14 +57,10 @@ https://i.mjh.nz/au/Sydney/tv.redbull.tv.m3u8 https://i.mjh.nz/nz/tv.redbull.tv.m3u8 #EXTINF:-1 tvg-id="RedBullTV.at" tvg-name="Red Bull TV" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/7NeBmWX.jpg" group-title="Sports",Red Bull TV (1080p) https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master.m3u8 -#EXTINF:-1 tvg-id="RedBullTV.at" tvg-name="Red Bull TV" tvg-country="INT" tvg-language="English" tvg-logo="" group-title="Sports",Red Bull TV (540p) -https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_1660.m3u8?xtreamiptv.m3u8 -#EXTINF:-1 tvg-id="RedBullTV.at" tvg-name="Red Bull TV" tvg-country="INT" tvg-language="English" tvg-logo="" group-title="Sports",Red Bull TV (720p) -https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_3360.m3u8?denmstv.m3u8 -#EXTINF:-1 tvg-id="RTVAT.at" tvg-name="RTV (AT)" tvg-country="AT" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/rtvat.png" group-title="",RTV (AT) +#EXTINF:-1 tvg-id="RTV.at" tvg-name="RTV" tvg-country="AT" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/rtvat.png" group-title="",RTV http://iptv.rtv-ooe.at/stream.m3u8 #EXTINF:-1 tvg-id="SchauTV.at" tvg-name="SchauTV" tvg-country="AT" tvg-language="German" tvg-logo="https://image.schautv.at/images/cfs_616w/3123676/schautv_homepagebanner_twitter.png" group-title="",SchauTV (720p) -https://schautv.mdn.ors.at/out/u/schautv-nodrm.m3u8?guid=c5bca0ef-7394-4b87-a48b-b625dfae0101 +https://schautv.mdn.ors.at/out/u/schautv-nodrm.m3u8 #EXTINF:-1 tvg-id="SwamijiTV.at" tvg-name="Swamiji TV" tvg-country="AT" tvg-language="English" tvg-logo="https://i.imgur.com/ygkBFYT.jpg" group-title="Outdoor",Swamiji TV (720p) https://stream.swamiji.tv/YogaIPTV/smil:YogaStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TeinsTV.at" tvg-name="Teins TV" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/KJie1k5.png" group-title="",Teins TV (1080p) @@ -81,11 +69,7 @@ https://live1.markenfunk.com/t1/live/playlist.m3u8 https://streaming14.huberwebmedia.at/LiveApp/streams/livestream.m3u8 #EXTINF:-1 tvg-id="UpperaBalkan.at" tvg-name="Uppera Balkan" tvg-country="AT" tvg-language="" tvg-logo="https://i.imgur.com/4fAkcCd.jpg" group-title="",Uppera Balkan http://89.187.168.245:8080/live/sUPPERchannel2/index.m3u8 -#EXTINF:-1 tvg-id="UpperABalkanTVAT.at" tvg-name="UpperA Balkan TV (AT)" tvg-country="AT" tvg-language="" tvg-logo="https://i.imgur.com/bMtY57i.jpg" group-title="Music",UpperA Balkan TV (AT) -http://89.187.168.245:8080/live/sUPPERchannel2/tracks-v1a1/index.m3u8 #EXTINF:-1 tvg-id="UPPERACommunityTV.at" tvg-name="UPPERA Community TV" tvg-country="AT" tvg-language="" tvg-logo="https://i.imgur.com/4fAkcCd.jpg" group-title="",UPPERA Community TV [Not 24/7] http://89.187.168.245:8080/live/sUPPERchannel/index.m3u8 #EXTINF:-1 tvg-id="W24.at" tvg-name="W24" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/J25y9ah.png" group-title="",W24 (720p) https://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="W24TV.at" tvg-name="W24 TV" tvg-country="AT" tvg-language="German" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/w24.png" group-title="",W24 TV -https://ms01.w24.at/W24/smil:liveevent.smil/chunklist_w89103916_b2176000_slger.m3u8 diff --git a/channels/au.m3u b/channels/au.m3u index 6588aaaee..b22c712da 100644 --- a/channels/au.m3u +++ b/channels/au.m3u @@ -27,12 +27,10 @@ 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="ABC News.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="ABCNewsAustralia.au" tvg-name="ABC News Australia" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",ABC News Australia -https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index_43.m3u8 #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/ #EXTINF:-1 tvg-id="ABCTV.au" tvg-name="ABC TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/rLCHYCs.png" group-title="",ABC TV (720p) @@ -47,61 +45,51 @@ https://c.mjh.nz/101002810281/ https://c.mjh.nz/3201026102E1/ #EXTINF:-1 tvg-id="ABCTVPlus.au" tvg-name="ABC TV Plus" tvg-country="AU" tvg-language="English" tvg-logo="" group-title="",ABC TV Plus (720p) https://c.mjh.nz/abc2/ -#EXTINF:-1 tvg-id="ACCTV.au" tvg-name="ACCTV" 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 (720p) -http://i.mjh.nz/au/Adelaide/tv.acctv.m3u8 -#EXTINF:-1 tvg-id="ACCTV.au" tvg-name="ACCTV" tvg-country="AU" tvg-language="English" tvg-logo="" group-title="Religious",ACCTV (720p) -https://i.mjh.nz/au/Melbourne/tv.acctv.m3u8 -#EXTINF:-1 tvg-id="ACCTV.au" tvg-name="ACCTV" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.acctv.png" group-title="Religious",ACCTV (720p) -https://i.mjh.nz/au/Sydney/tv.acctv.m3u8 -#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="ACCTV.au" tvg-name="ACCTV (Adelaide)" 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 (Adelaide) (720p) +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="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 #EXTINF:-1 tvg-id="AusTamil.au" tvg-name="Aus Tamil" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",Aus Tamil -https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/chunks.m3u8 -#EXTINF:-1 tvg-id="AusbizTV.au" tvg-name="Ausbiz TV" tvg-country="AU" tvg-language="" tvg-logo="https://i.imgur.com/8hYBj3q.png" group-title="",Ausbiz TV (720p) +https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="ausbizTV.au" tvg-name="ausbiz TV" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7ausbiz.png" group-title="Business",ausbiz TV (720p) [Geo-blocked] https://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8 #EXTINF:-1 tvg-id="ausbizTV.au" tvg-name="ausbiz TV" tvg-country="AU" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7ausbiz.png" group-title="Business",ausbiz TV (720p) [Geo-blocked] https://i.mjh.nz/au/Sydney/tv.7ausbiz.m3u8 #EXTINF:-1 tvg-id="AustraliaChannel.au" tvg-name="Australia Channel" tvg-country="INT" tvg-language="English" tvg-logo="" group-title="News",Australia Channel (720p) https://austchannel-live.akamaized.net/hls/live/2002729/austchannel-news/master.m3u8 -#EXTINF:-1 tvg-id="AustraliaChannelNews.au" tvg-name="Australia Channel News" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",Australia Channel News -https://austchannel-live.akamaized.net/hls/live/2002729/austchannel-news/master640x360v3.m3u8 #EXTINF:-1 tvg-id="BountyPlus.au" tvg-name="Bounty Plus" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/Q8mmLAB.png" group-title="",Bounty Plus (720p) https://bountyfilms-bounty-1-au.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="C31.au" tvg-name="C31" tvg-country="AU" tvg-language="English" tvg-logo="" group-title="",C31 (Melbourne) (404p) 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.repl.co/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) +https://iptv-all.lanesh4d0w.codes/australia/ch44 +#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="DUST.au" tvg-name="DUST" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/pXXUmuW.jpg" group-title="",DUST (720p) -https://dust-samsung-uk-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 #EXTINF:-1 tvg-id="ExpoChannel.au" tvg-name="Expo Channel" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/2KzCShW.png" group-title="Shop",Expo Channel (360p) https://tvsn-i.akamaihd.net/hls/live/261837/expo/expo.m3u8 -#EXTINF:-1 tvg-id="Filmstream.au" tvg-name="Filmstream" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/cFbzgED.jpg" group-title="",Filmstream (720p) -https://spi-filmstream-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.au" tvg-name="Gusto TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/DZD4jTq.png" group-title="",Gusto TV (720p) -https://gustotv-samsung-au.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HorseandCountry.au" tvg-name="Horse and Country" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/r5Ip3P0.png" group-title="",Horse and Country (720p) https://hncfree-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="IntroubleTV.au" tvg-name="Introuble TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/iVw55kC.png" group-title="",Introuble TV (1080p) -https://introuble-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InwildTV.au" tvg-name="Inwild TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/VSiG39E.png" group-title="",Inwild TV (720p) -https://inwild-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InwonderTV.au" tvg-name="Inwonder TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/d3LshRd.png" group-title="",Inwonder TV (720p) -https://inwonder-samsungau.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="M4TV.au" tvg-name="M4TV" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",M4TV +http://5a32c05065c79.streamlock.net:1935/live/stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="M4TV.au" tvg-name="M4TV" tvg-country="AU" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/m4tv.png" group-title="",M4TV +https://5a32c05065c79.streamlock.net/live/stream/chunklist_w286280757.m3u8 #EXTINF:-1 tvg-id="Nine.au" tvg-name="Nine" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.101204200421.png" group-title="",Nine [Geo-blocked] 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 @@ -119,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 @@ -149,12 +137,10 @@ 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="SnowyMountainsTV.au" tvg-name="Snowy Mountains TV" tvg-country="AU" tvg-language="" tvg-logo="http://i.mjh.nz/au/images/tv.snowy-mountains.png" group-title="",Snowy Mountains TV -https://dcunilive30-lh.akamaihd.net/i/dclive_1@535229/index_150_av-p.m3u8?sd=6&rebase=on -#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 -https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn_750.m3u8 +https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn.m3u8 #EXTINF:-1 tvg-id="VENN.au" tvg-name="VENN" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/H8ucPJd.jpg" group-title="",VENN (1080p) https://venntv-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="AoDaLiYaTianHeDianShi.au" tvg-name="ๆพณๅคงๅˆฉไบšๅคฉๅ’Œ็”ต่ง†" tvg-country="AU" tvg-language="" tvg-logo="http://www.rtvchannel.com.au/wp-content/uploads/2017/04/xshow_08.png.pagespeed.ic_.2KNN9OHw1p.png" group-title="",ๆพณๅคงๅˆฉไบšๅคฉๅ’Œ็”ต่ง† diff --git a/channels/aw.m3u b/channels/aw.m3u index 4544ec170..279c117af 100644 --- a/channels/aw.m3u +++ b/channels/aw.m3u @@ -1,14 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="ArubaTV.aw" tvg-name="Aruba.TV" tvg-country="AW" tvg-language="English" tvg-logo="https://i.imgur.com/9fWY09U.png" group-title="",Aruba.TV (720p) https://ed1ov.live.opencaster.com/GzyysAAvEhht/index.m3u8 -#EXTINF:-1 tvg-id="TeleAruba.aw" tvg-name="Tele Aruba" tvg-country="AW" tvg-language="" tvg-logo="" group-title="",Tele Aruba (720p) -http://cdn.setar.aw:1935/Telearuba/smil:telearuba.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="TeleAruba.aw" tvg-name="Tele Aruba" tvg-country="AW" tvg-language="" tvg-logo="" group-title="",Tele Aruba -http://cdn.setar.aw:1935/Telearuba/smil:telearuba.smil/chunklist_w964107368_b896000_sleng.m3u8 -#EXTINF:-1 tvg-id="TeleArubaChannel13.aw" tvg-name="Tele Aruba Channel 13" tvg-country="AW" tvg-language="" tvg-logo="" group-title="",Tele Aruba Channel 13 -https://backend-server-dot-telearuba-app.appspot.com/media/livestream13/chunklist_w812279767_b1596000_sleng.m3u8 -#EXTINF:-1 tvg-id="TeleAruba.aw" tvg-name="TeleAruba" tvg-country="AW" tvg-language="" tvg-logo="" group-title="",TeleAruba -http://cdn.setar.aw:1935/Telearuba/smil:telearuba.smil/chunklist_w158123675_b596000_sleng.m3u8 #EXTINF:-1 tvg-id="Telearuba13.aw" tvg-name="Telearuba 13" tvg-country="AW" tvg-language="Spanish" tvg-logo="https://i.imgur.com/wjwxp3K.png" group-title="",Telearuba 13 (720p) http://cdn.setar.aw:1935/Telearuba/smil:telearuba.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telearuba13.aw" tvg-name="Telearuba 13" tvg-country="AW" tvg-language="Spanish" tvg-logo="https://i.imgur.com/wjwxp3K.png" group-title="",Telearuba 13 (720p) diff --git a/channels/az.m3u b/channels/az.m3u index a1d4cf493..580a80ea8 100644 --- a/channels/az.m3u +++ b/channels/az.m3u @@ -15,14 +15,20 @@ 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 -https://swow1.socialsmart.tv/aznews/smil:aznews.smil/chunklist_w750686581_b1364000_sltur.m3u8 +#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 +#EXTINF:-1 tvg-id="ELTV.az" tvg-name="EL TV" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="",EL TV +http://85.132.53.162:1935/live/eltv/chunklist.m3u8 +#EXTINF:-1 tvg-id="ELTV.az" tvg-name="ELTV" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="",ELTV +http://85.132.53.162:1935/live/eltv/chunklist_.m3u8 #EXTINF:-1 tvg-id="ITV.az" tvg-name="ฤฐTV" tvg-country="AZ" tvg-language="Azerbaijani" tvg-logo="https://www.lyngsat-stream.com/logo/tv/ii/ictimai-tv-az.png" group-title="",ฤฐTV https://node19.connect.az:8086/ch1/ch1.hi.m3u8 #EXTINF:-1 tvg-id="ITV.az" tvg-name="ฤฐTV" tvg-country="AZ" tvg-language="Azerbaijani" tvg-logo="https://www.lyngsat-stream.com/logo/tv/ii/ictimai-tv-az.png" group-title="",ฤฐTV https://node19.connect.az:8086/ch1/ch1.med.m3u8 +#EXTINF:-1 tvg-id="QBLTV.az" tvg-name="QฦBฦLฦ TV" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="",QฦBฦLฦ TV +https://qebele.tv/live/stream/index.m3u8 #EXTINF:-1 tvg-id="STARTVSD.az" tvg-name="STAR TV SD" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="",STAR TV SD http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV7.az" tvg-name="TV7" tvg-country="AZ" tvg-language="" tvg-logo="" group-title="",TV7 diff --git a/channels/ba.m3u b/channels/ba.m3u index ff8b657e7..ff26fa344 100644 --- a/channels/ba.m3u +++ b/channels/ba.m3u @@ -15,13 +15,9 @@ https://dns2.rtvbn.com:8080/live/index.m3u8 http://webtvstream.bhtelecom.ba/malta.m3u8 #EXTINF:-1 tvg-id="RTVBPK.ba" tvg-name="RTV BPK" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/g639yyT.jpg" group-title="",RTV BPK (720p) https://webtvstream.bhtelecom.ba/gorazde_cam2.m3u8 -#EXTINF:-1 tvg-id="RTVBPK.ba" tvg-name="RTV BPK" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/g639yyT.jpg" group-title="",RTV BPK (720p) [Not 24/7] -https://webtvstream.bhtelecom.ba/hls12/gorazde_cam2_1200.m3u8 #EXTINF:-1 tvg-id="RTVHB.com" tvg-name="RTV HB" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/EE8C8rR.png" group-title="",RTV HB (576p) -https://prd-hometv-live-open.spectar.tv/ERO_1_083/576p/chunklist.m3u8 +https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 #EXTINF:-1 tvg-id="Televizija5.ba" tvg-name="Televizija 5" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/hdwjkYa.png" group-title="",Televizija 5 (240p) https://balkanmedia.dynu.net/hls/tv5web.m3u8 -#EXTINF:-1 tvg-id="RTRS.ba" tvg-name="ะ ะขะ ะก" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/mhfGMIw.jpg" group-title="",ะ ะขะ ะก (576p) -https://parh.rtrs.tv/tv/live/chunklist_w1999912225.m3u8 -#EXTINF:-1 tvg-id="RTRS.ba" tvg-name="ะ ะขะ ะก" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/mhfGMIw.jpg" group-title="",ะ ะขะ ะก (576p) +#EXTINF:-1 tvg-id="RTRS.ba" tvg-name="ะ ะขะ ะก" tvg-country="BA" tvg-language="Bosnian" tvg-logo="https://i.imgur.com/mhfGMIw.jpg" group-title="",ะ ะขะ ะก [Geo-locked] https://parh.rtrs.tv/tv/live/playlist.m3u8 diff --git a/channels/bb.m3u b/channels/bb.m3u index 73d66f14d..024ee26ba 100644 --- a/channels/bb.m3u +++ b/channels/bb.m3u @@ -1,5 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="CBCTV8.bb" tvg-name="CBC TV 8" tvg-country="BB" tvg-language="" tvg-logo="" group-title="",CBC TV 8 -https://1740288887.rsc.cdn77.org/1740288887/tracks-v2a1/rewind-3600.m3u8 #EXTINF:-1 tvg-id="CBCTV8.bb" tvg-name="CBC TV8" tvg-country="BB" tvg-language="English" tvg-logo="https://i.imgur.com/o7IbMWy.png" group-title="",CBC TV8 (1080p) https://1740288887.rsc.cdn77.org/1740288887/index.m3u8 diff --git a/channels/be.m3u b/channels/be.m3u index 97bde89f0..9d5e43645 100644 --- a/channels/be.m3u +++ b/channels/be.m3u @@ -3,10 +3,6 @@ http://flusonic-4.platinum-tv.com/AB3/tracks-v1a1/mono.m3u8?token=test #EXTINF:-1 tvg-id="ATV" tvg-name="ATV" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.imgur.com/iWXUmje.jpg" group-title="",ATV (720p) https://api.new.livestream.com/accounts/27755193/events/8452381/live.m3u8 -#EXTINF:-1 tvg-id="BENotele.be" tvg-name="BE | Notele" tvg-country="BE" tvg-language="" tvg-logo="" group-title="",BE | Notele -https://streaming01.divercom.be/notele_live/_definst_/direct.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="BELRadioPROSWebradio.be" tvg-name="BEL Radio PROS (Webradio)" tvg-country="BE" tvg-language="" tvg-logo="https://d3kle7qwymxpcy.cloudfront.net/images/broadcasts/c8/01/37519/1/c175.png" group-title="",BEL Radio PROS (Webradio) -https://558bd16067b67.streamlock.net/radiopros/livestream/chunklist_w2014501819.m3u8 #EXTINF:-1 tvg-id="BelRTL.be" tvg-name="Bel RTL" tvg-country="BE" tvg-language="French" tvg-logo="https://i.ibb.co/VmQ5bzM/5107.jpg" group-title="",Bel RTL (720p) https://bel-lh.akamaihd.net/i/BEL_1@321282/master.m3u8 #EXTINF:-1 tvg-id="BX1.be" tvg-name="BX1" tvg-country="BE" tvg-language="French" tvg-logo="https://i.imgur.com/YjKqWru.png" group-title="",BX1 (720p) @@ -16,11 +12,15 @@ http://streamer.canalc.be:1935/canalc/smil:SMIL-canalc-multi/playlist.m3u8 #EXTINF:-1 tvg-id="CanalC.be" tvg-name="Canal C" tvg-country="BE" tvg-language="French" tvg-logo="https://i.imgur.com/JJcnXUF.png" group-title="",Canal C (1080p) https://594a365b4a1b2.streamlock.net/canalc/_definst_/live/playlist.m3u8 #EXTINF:-1 tvg-id="CanalZoom.be" tvg-name="Canal Zoom" tvg-country="BE" tvg-language="French" tvg-logo="https://i.imgur.com/uoSMNnr.png" group-title="Local",Canal Zoom (720p) -http://streamer.canalc.be:1935/canalzoom/smil:SMIL-canalzoom-multi/chunklist.m3u8 +http://streamer.canalc.be:1935/canalzoom/smil:SMIL-canalzoom-multi/playlist.m3u8 #EXTINF:-1 tvg-id="Canvas BE" tvg-name="Canvas BE" tvg-country="BE;LU;NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/xVgqbbT.jpg" group-title="",Canvas (540p) https://live-vrt.akamaized.net/groupc/live/14a2c0f6-3043-4850-88a5-7fb062fe7f05/live_aes.isml/playlist.m3u8 #EXTINF:-1 tvg-id="CityMusicTV.be" tvg-name="City Music TV" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.imgur.com/LJ4Hpdc.png" group-title="Music",City Music TV (720p) https://5592f056abba8.streamlock.net/citytv/citytv/playlist.m3u8 +#EXTINF:-1 tvg-id="EbSLiveEuropebySatellite.be" tvg-name="EbS Live (Europe by Satellite)" tvg-country="BE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ebs.png" group-title="",EbS Live (Europe by Satellite) +https://euc-live.fl.freecaster.net/live/eucom/ebs.m3u8 +#EXTINF:-1 tvg-id="EbSPlusLiveEuropebySatellite.be" tvg-name="EbS+ Live (Europe by Satellite)" tvg-country="BE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ebs.png" group-title="",EbS+ Live (Europe by Satellite) +https://euc-live.fl.freecaster.net/live/eucom/ebsp.m3u8 #EXTINF:-1 tvg-id="een BE" tvg-name="een BE" tvg-country="BE;LU;NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/hWfo6az.png" group-title="",Eรฉn (540p) https://live-vrt.akamaized.net/groupc/live/8edf3bdf-7db3-41c3-a318-72cb7f82de66/live_aes.isml/playlist.m3u8 #EXTINF:-1 tvg-id="Ketnet BE" tvg-name="Ketnet BE" tvg-country="BE;LU;NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/Du0YAJS.png" group-title="",Ketnet (540p) @@ -29,30 +29,20 @@ https://live-vrt.akamaized.net/groupc/live/f132f1b8-d04d-404e-90e0-6da1abb4f4fc/ https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.m3u8 #EXTINF:-1 tvg-id="LN24.be" tvg-name="LN24" tvg-country="BE" tvg-language="French" tvg-logo="https://i.imgur.com/bp1Qp0d.png" group-title="News",LN24 (1080p) https://live.cdn.ln24.be/out/v1/b191621c8b9a436cad37bb36a82d2e1c/index.m3u8 -#EXTINF:-1 tvg-id="LN24.be" tvg-name="LN24" tvg-country="BE" tvg-language="" tvg-logo="https://i.imgur.com/bp1Qp0d.png" group-title="",LN24 -https://live.cdn.ln24.be/out/v1/b191621c8b9a436cad37bb36a82d2e1c/index_1.m3u8 #EXTINF:-1 tvg-id="MaTele.be" tvg-name="MaTele" tvg-country="BE" tvg-language="" tvg-logo="https://i.ibb.co/m48XZS7/matele.png" group-title="",MaTele https://594a365b4a1b2.streamlock.net/matele/live/chunklist_w1413980839.m3u8 #EXTINF:-1 tvg-id="MNMWebradio.be" tvg-name="MNM (Webradio)" tvg-country="BE" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/Mnm_logo.svg/180px-Mnm_logo.svg.png" group-title="",MNM (Webradio) (720p) https://live-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.m3u8 -#EXTINF:-1 tvg-id="NoTele.be" tvg-name="NoTele" tvg-country="BE" tvg-language="" tvg-logo="https://i.imgur.com/8CWBmcN.png" group-title="",NoTele -https://streaming01.divercom.be/notele_live/_definst_/direct.stream/chunklist_w1424854023.m3u8 #EXTINF:-1 tvg-id="Notele.be" tvg-name="Notele" tvg-country="BE" tvg-language="" tvg-logo="" group-title="",Notele -https://streaming01.divercom.be/notele_live/_definst_/direct.stream/chunklist_w798871553.m3u8 -#EXTINF:-1 tvg-id="Notele.be" tvg-name="Notele" tvg-country="BE" tvg-language="French" tvg-logo="https://i.imgur.com/8CWBmcN.png" group-title="",Notele (576p) https://streaming01.divercom.be/notele_live/_definst_/direct.stream/playlist.m3u8 #EXTINF:-1 tvg-id="QMusic.be" tvg-name="Q-Music" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.imgur.com/s0CZjmi.png" group-title="Music",Q-Music (1080p) -https://dpp-streamlive-plain.medialaancdn.be/qmusic/plain/hls_hd.m3u8 -#EXTINF:-1 tvg-id="RadioContact.be" tvg-name="Radio Contact" tvg-country="BE" tvg-language="" tvg-logo="https://www.radiocontact.be/GED/00110000/118600/118657.png" group-title="",Radio Contact [Not 24/7] -http://contact-lh.akamaihd.net/i/CONTACT_1@321283/index_1200_av-p.m3u8 -#EXTINF:-1 tvg-id="RadioContact.be" tvg-name="Radio Contact" tvg-country="BE" tvg-language="" tvg-logo="" group-title="",Radio Contact -http://contact-lh.akamaihd.net/i/CONTACT_1@321283/index_1800_av-p.m3u8 -#EXTINF:-1 tvg-id="RadioContact.be" tvg-name="Radio Contact" tvg-country="BE" tvg-language="" tvg-logo="" group-title="",Radio Contact [Not 24/7] -http://contact-lh.akamaihd.net/i/CONTACT_1@321283/index_400_av-p.m3u8 +https://dpp-streamlive-plain.medialaancdn.be/qmusic/plain/hls.m3u8 #EXTINF:-1 tvg-id="RadioContact.be" tvg-name="Radio Contact" tvg-country="BE" tvg-language="French" tvg-logo="https://i.ibb.co/4jfSTKz/contact.jpg" group-title="Music",Radio Contact (720p) https://contact-lh.akamaihd.net/i/CONTACT_1@321283/master.m3u8 #EXTINF:-1 tvg-id="RadioPROS.be" tvg-name="Radio PROS" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.imgur.com/RMjFeGE.png" group-title="Music",Radio PROS (720p) http://highvolume04.streampartner.nl/radiopros/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioPROS.be" tvg-name="Radio PROS" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.imgur.com/RMjFeGE.png" group-title="Music",Radio PROS (720p) +https://558bd16067b67.streamlock.net/radiopros/livestream/chunklist_w2014501819.m3u8 #EXTINF:-1 tvg-id="ROB" tvg-name="ROB TV" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.imgur.com/CzQe0q2.png" group-title="",ROB TV (1080p) https://api.new.livestream.com/accounts/27755193/events/8462344/live.m3u8 #EXTINF:-1 tvg-id="RTL-TVi BE" tvg-name="RTL-TVi BE" tvg-country="BE;LU" tvg-language="French" tvg-logo="https://i.imgur.com/yjtxdmh.png" group-title="",RTL-TVi (720p) @@ -62,4 +52,4 @@ https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.m3u8 #EXTINF:-1 tvg-id="TVL.be" tvg-name="TVL" tvg-country="BE" tvg-language="Dutch" tvg-logo="https://i.ibb.co/KGRYRmt/download.jpg" group-title="Local",TVL (720p) https://player-api.new.livestream.com/accounts/27755193/events/8452383/live.m3u8 #EXTINF:-1 tvg-id="TVO.be" tvg-name="TVO" tvg-country="BE" tvg-language="" tvg-logo="" group-title="",TVO (576p) -https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8?v=20181101162759_4 +https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8 diff --git a/channels/bf.m3u b/channels/bf.m3u index 5b91c4300..73e11cf13 100644 --- a/channels/bf.m3u +++ b/channels/bf.m3u @@ -1,13 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="fasotv.net" tvg-name="Faso TV" tvg-country="BF" tvg-language="French" tvg-logo="https://fasotv.net/wp-content/uploads/2019/08/log-faso.png" group-title="",Faso TV [Not 24/7] +#EXTINF:-1 tvg-id="FasoTV.bf" tvg-name="Faso TV" tvg-country="BF" tvg-language="French" tvg-logo="https://fasotv.net/wp-content/uploads/2019/08/log-faso.png" group-title="",Faso TV [Not 24/7] https://playtv4kpro.com:5443/LiveApp/streams/163893638025530331068059.m3u8 #EXTINF:-1 tvg-id="ImpactTV.bf" tvg-name="Impact TV" tvg-country="BF" tvg-language="French" tvg-logo="https://i.imgur.com/sCGRccj.png" group-title="Religious",Impact TV (360p) -https://edge2.vedge.infomaniak.com/livecast/ik:impacttv/chunklist_w1404999051.m3u8 -#EXTINF:-1 tvg-id="ImpactTV.bf" tvg-name="Impact TV" tvg-country="BF" tvg-language="French" tvg-logo="https://i.imgur.com/sCGRccj.png" group-title="Religious",Impact TV (360p) -https://edge2.vedge.infomaniak.com/livecast/ik:impacttv/manifest.m3u8 +https://edge7.vedge.infomaniak.com/livecast/ik:impacttv_1/manifest.m3u8 #EXTINF:-1 tvg-id="RTB.bf" tvg-name="RTB" tvg-country="BF" tvg-language="" tvg-logo="https://www.rtb.bf/wp-content/uploads/2019/08/LOgo-RTB-272-90.png" group-title="",RTB https://edge2.vedge.infomaniak.com/livecast/ik:rtbtvlive1/manifest.m3u8 #EXTINF:-1 tvg-id="rtb.bf" tvg-name="RTB" tvg-country="BF" tvg-language="French" tvg-logo="https://www.rtb.bf/wp-content/uploads/2020/04/LOgo-RTB-272-90-3.png" group-title="",RTB (360p) -https://edge8.vedge.infomaniak.com/livecast/ik:rtbtvlive1/chunklist_w1633876581.m3u8 -#EXTINF:-1 tvg-id="rtb.bf" tvg-name="RTB" tvg-country="BF" tvg-language="French" tvg-logo="https://www.rtb.bf/wp-content/uploads/2020/04/LOgo-RTB-272-90-3.png" group-title="",RTB (360p) https://edge8.vedge.infomaniak.com/livecast/ik:rtbtvlive1/manifest.m3u8 diff --git a/channels/bg.m3u b/channels/bg.m3u index a82837f0a..799028ccd 100644 --- a/channels/bg.m3u +++ b/channels/bg.m3u @@ -3,27 +3,63 @@ 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="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="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 #EXTINF:-1 tvg-id="BTK.bg" tvg-name="BTK" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/5Sl6bKi.png" group-title="",BTK (576p) http://hls.cdn.bg:2007/fls/vtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Bulgaria On Air" 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) +#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="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 -#EXTINF:-1 tvg-id="Bulgaria On Air" 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) +#EXTINF:-1 tvg-id="Bulgaria On Air" 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 +http://edge15.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="Bulgaria On Air" 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 +http://hls.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="Bulgaria On Air" 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 http://ios.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="CityTV.bg" tvg-name="City TV" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",City TV +https://cdn1.mobiletv.bg/T10/citytv/citytv_794613_850k.m3u8 +#EXTINF:-1 tvg-id="CityTV.bg" tvg-name="City TV" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",City TV [Not 24/7] +https://tv.city.bg/play/tshls/citytv/index.m3u8 +#EXTINF:-1 tvg-id="Diema.bg" tvg-name="Diema" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",Diema +https://cdn1.mobiletv.bg/T13/diema/diema_794613_850k.m3u8 #EXTINF:-1 tvg-id="DiemaSport2HD.bg" tvg-name="Diema Sport 2 HD" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="" group-title="",Diema Sport 2 HD http://94.236.145.205:8000/play/a01b #EXTINF:-1 tvg-id="DiemaSportHD.bg" tvg-name="Diema Sport HD" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="" group-title="",Diema Sport HD http://94.236.145.205:8000/play/a00s +#EXTINF:-1 tvg-id="DMSAT.bg" tvg-name="DM SAT" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",DM SAT +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="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="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 #EXTINF:-1 tvg-id="LightChannel.bg" tvg-name="Light Channel" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/qskVMhF.png" group-title="",Light Channel (480p) https://streamer1.streamhost.org/salive/GMIlcbgM/playlist.m3u8 +#EXTINF:-1 tvg-id="MMTV.bg" tvg-name="MM TV" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/Fr1SYxZ.png" group-title="Music",MM TV +https://streamer103.neterra.tv/mmtv/mmtv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Nostalgia.bg" tvg-name="Nostalgia" tvg-country="BG" tvg-language="" tvg-logo="" group-title="",Nostalgia +https://cdn1.mobiletv.bg/T10/kanal4/kanal4_794613_850k.m3u8 #EXTINF:-1 tvg-id="SuperToonsTV.de" tvg-name="Super Toons TV" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/35BpWJh.jpg" group-title="Kids",Super Toons TV (720p) https://kedoo-supertoonstv-5-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ThisisBulgaria.bg" tvg-name="This is Bulgaria" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/FxLjPLh.jpg" group-title="",This is Bulgaria (1080p) https://streamer103.neterra.tv/thisisbulgaria/community.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Travel TV" tvg-name="Travel TV" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/7E4Kia6.jpg" group-title="Travel",Travel TV +#EXTINF:-1 tvg-id="TravelTV.bg" tvg-name="Travel TV" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/7E4Kia6.jpg" group-title="Travel",Travel TV http://31.13.223.104:1935/travel/travel.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVPlus.bg" tvg-name="TV+" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/W074hkS.jpg" group-title="",TV+ http://141.136.14.18/kanal1/kanal1.m3u8 #EXTINF:-1 tvg-id="TVPlus.bg" tvg-name="TV+" tvg-country="BG" tvg-language="Bulgarian" tvg-logo="https://i.imgur.com/W074hkS.jpg" group-title="",TV+ http://141.136.14.18/kanal1/kanal1_1500/index.m3u8 +#EXTINF:-1 tvg-id="WnessTV.bg" tvg-name="Wness TV" tvg-country="BG" tvg-language="" tvg-logo="https://i.imgur.com/n0YJN6v.png" group-title="",Wness TV +https://wness103.neterra.tv/wness/wness.smil/playlist.m3u8 diff --git a/channels/bh.m3u b/channels/bh.m3u index 73f1534da..e9fe7497e 100644 --- a/channels/bh.m3u +++ b/channels/bh.m3u @@ -1,34 +1,22 @@ #EXTM3U #EXTINF:-1 tvg-id="AlMaarefTV.bh" tvg-name="Al Maaref TV" tvg-country="BH" tvg-language="Arabic" tvg-logo="http://live.almaaref.tv/wp-content/uploads/2018/11/almaaref-Dark-Logo-175x100-1.jpg" group-title="Religious",Al Maaref TV (350p) http://38.96.175.40:1935/liveTrans/ngrp:channel23_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Albahraininternational.bh" tvg-name="Albahrain international" tvg-country="BH" tvg-language="" tvg-logo="" group-title="",Albahrain international -http://185.105.4.106:1935/live/Bahrain%20International/chunklist.m3u8?v=2957056943 -#EXTINF:-1 tvg-id="AlbahrainQuran.bh" tvg-name="Albahrain Quran" tvg-country="BH" tvg-language="" tvg-logo="" group-title="",Albahrain Quran -http://185.105.4.106:1935/live/Bahrain%20Quran/chunklist.m3u8?v=2992052339 -#EXTINF:-1 tvg-id="AlbahrainTV.bh" tvg-name="Albahrain TV" tvg-country="BH" tvg-language="" tvg-logo="" group-title="",Albahrain TV -http://185.105.4.106:1935/live/Bahrain%20TV/chunklist.m3u8?v=3116400149 -#EXTINF:-1 tvg-id="BAHRAININTERNATIONAL.bh" tvg-name="BAHRAIN INTERNATIONAL" tvg-country="BH" tvg-language="" tvg-logo="" group-title="",BAHRAIN INTERNATIONAL -http://185.105.4.106:1935/live/Bahrain%20International/chunklist.m3u8 #EXTINF:-1 tvg-id="BahrainInternational.bh" tvg-name="Bahrain International" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/XZcLqWk.jpg" group-title="General",Bahrain International (720p) http://185.105.4.106:1935/live/Bahrain%20International/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainInternational.bh" tvg-name="Bahrain International" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/XZcLqWk.jpg" group-title="General",Bahrain International (720p) https://5c7b683162943.streamlock.net/live/ngrp:Bahrain%20International_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainQuran.bh" tvg-name="Bahrain Quran" tvg-country="BH" tvg-language="" tvg-logo="" group-title="",Bahrain Quran -http://185.105.4.106:1935/live/Bahrain%20Quran/chunklist.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) 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="Bahrain Sport 1 ARB" tvg-name="Bahrain Sport 1 ARB" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/G9BMhDS.png" group-title="",Bahrain Sport 1 -http://185.105.4.106:1935/live/Bahrain%20Sports/chunklist.m3u8 -#EXTINF:-1 tvg-id="BahrainSports1.bh" tvg-name="Bahrain Sports 1" tvg-country="BH" tvg-language="Arabic" tvg-logo="" group-title="Sports",Bahrain Sports 1 (720p) +#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="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="" tvg-logo="" group-title="",Bahrain Sports 2 -http://185.105.4.107:1935/live/Bahrain%20Sports%202/chunklist.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 #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 (720p) https://5c7b683162943.streamlock.net/live/ngrp:Bahrain%20Sports%202_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BAHRAINTV.bh" tvg-name="BAHRAIN TV" tvg-country="BH" tvg-language="" tvg-logo="" group-title="",BAHRAIN TV -http://185.105.4.106:1935/live/Bahrain%20TV/chunklist.m3u8 #EXTINF:-1 tvg-id="BahrainTV.bh" tvg-name="Bahrain TV" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/XZcLqWk.jpg" group-title="General",Bahrain TV (720p) http://185.105.4.106:1935/live/Bahrain%20TV/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainTV.bh" tvg-name="Bahrain TV" tvg-country="BH" tvg-language="Arabic" tvg-logo="https://i.imgur.com/XZcLqWk.jpg" group-title="General",Bahrain TV (720p) diff --git a/channels/bn.m3u b/channels/bn.m3u index 90af1f6e6..72a19f491 100644 --- a/channels/bn.m3u +++ b/channels/bn.m3u @@ -1,3 +1,3 @@ #EXTM3U #EXTINF:-1 tvg-id="RTBSukmaindera.bn" tvg-name="RTB Sukmaindera" tvg-country="BN" tvg-language="Malay (macrolanguage);English" tvg-logo="https://i.imgur.com/wRzyzPA.png" group-title="",RTB Sukmaindera (1080p) -https://rtb-channel.glue.live/smil:rtb1/chunklist.m3u8 +https://rtb-channel.glue.live/smil:rtb1/playlist.m3u8 diff --git a/channels/bo.m3u b/channels/bo.m3u index 835974f11..1f86a3e01 100644 --- a/channels/bo.m3u +++ b/channels/bo.m3u @@ -8,28 +8,12 @@ https://mediacp.hostradios.com.ar:19360/atbcochabamba/atbcochabamba.m3u8 #EXTINF:-1 tvg-id="BoliviaTV.bo" tvg-name="Bolivia TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="http://www.boliviatv.bo/principal/assets/images/the-voyager/btv1.png" group-title="",Bolivia TV (720p) http://boliviatv1.srfms.com:5735/live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BoliviaTV72.bo" tvg-name="Bolivia TV 7.2" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zTLGdj.jpg" group-title="",Bolivia TV 7.2 (720p) -https://video1.getstreamhosting.com:1936/8224/8224/chunklist_w1684483949.m3u8 -#EXTINF:-1 tvg-id="BoliviaTV72.bo" tvg-name="Bolivia TV 7.2" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zTLGdj.jpg" group-title="",Bolivia TV 7.2 (720p) https://video1.getstreamhosting.com:1936/8224/8224/playlist.m3u8 -#EXTINF:-1 tvg-id="Bolivision.bo" tvg-name="Bolivisiรณn" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/KE0CrW7.png" group-title="",Bolivisiรณn (486p) -https://bo-bolivision-lapaz-live.ned.media/bolivision/smil:lapaz.smil/chunklist_b1200000.m3u8?iut=eyJwYXJhbXMiOnsiZXhwIjoxNjE4MDI2MjY0LCJzZXNzaW9uIjoiMTc0LjkyLjE4Ny4yNDgiLCJ3aGl0ZWxpc3QiOlsiMTc0LjkyLjE4Ny4yNDgiXX0sInNpZ25hdHVyZSI6IjU1YTc3ZjJmZDU4N2RiNWJiOTA5M2ZlMjMyMTkzMjdiMDRjY2YxZGUifQ -#EXTINF:-1 tvg-id="MegaTV.bo" tvg-name="Mega TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/j7opA5I.png" group-title="",Mega TV (Yacuiba) (720p) -https://stmv.panel.mivideo.pro/rtv/rtv/chunklist_w849315537.m3u8 -#EXTINF:-1 tvg-id="MegaTV.bo" tvg-name="Mega TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/j7opA5I.png" group-title="",Mega TV (Yacuiba) (720p) -https://stmv.panel.mivideo.pro/rtv/rtv/playlist.m3u8 -#EXTINF:-1 tvg-id="RedAdvenir.bo" tvg-name="Red Advenir" tvg-country="BO" tvg-language="" tvg-logo="" group-title="",Red Advenir (480p) -http://streamer1.streamhost.org:1935/salive/GMIredadvenirh/playlist.m3u8 #EXTINF:-1 tvg-id="RedAdvenir.bo" tvg-name="Red Advenir" tvg-country="BO" tvg-language="" tvg-logo="" group-title="",Red Advenir -http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/chunklist_w1507762007.m3u8 -#EXTINF:-1 tvg-id="RedADVenir.bo" tvg-name="Red ADVenir" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/gXHwjSg.jpg" group-title="",Red ADVenir (360p) -https://streamer1.streamhost.org/salive/GMIredadvenirm/chunklist.m3u8 -#EXTINF:-1 tvg-id="RedADVenir.bo" tvg-name="Red ADVenir" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/gXHwjSg.jpg" group-title="",Red ADVenir (360p) -https://streamer1.streamhost.org/salive/GMIredadvenirm/playlist.m3u8 -#EXTINF:-1 tvg-id="RedAdvenirBolivia.bo" tvg-name="Red Advenir (Bolivia)" tvg-country="BO" tvg-language="" tvg-logo="" group-title="",Red Advenir (Bolivia) -http://streamer1.streamhost.org:1935/salive/GMIredadvenirh/chunklist_w1291195276.m3u8 -#EXTINF:-1 tvg-id="RTP.bo" tvg-name="RTP" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/RmBR5sM.png" group-title="",RTP (720p) -http://136.243.3.70:1935/RtpBolivia/RtpBolivia/chunklist_w610457049.m3u8 +http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 #EXTINF:-1 tvg-id="RTP.bo" tvg-name="RTP" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/eTDc0wd.jpg" group-title="",RTP (720p) http://136.243.3.70:1935/RtpBolivia/RtpBolivia/playlist.m3u8 +#EXTINF:-1 tvg-id="TVLATINACANAL42HD.bo" tvg-name="TV LATINA CANAL 42 HD" tvg-country="BO" tvg-language="" tvg-logo="https://ya.co.ve/3VJ" group-title="",TV LATINA CANAL 42 HD [Not 24/7] +https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 #EXTINF:-1 tvg-id="TVU.bo" tvg-name="TVU" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/YdiF5k6.png" group-title="",TVU (276p) -http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/chunklist.m3u8 +http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 diff --git a/channels/br.m3u b/channels/br.m3u index 4aa099620..e2ccf768b 100644 --- a/channels/br.m3u +++ b/channels/br.m3u @@ -2,18 +2,10 @@ #EXTINF:-1 tvg-id="AgroBrasilTV.br" tvg-name="AgroBrasil TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.costadosol.tv.br/site/wp-content/uploads/2017/12/agro-brasil.png" group-title="Outdoor",AgroBrasil TV (486p) http://45.162.230.234:1935/agrobrasiltv/agrobrasiltv/playlist.m3u8 #EXTINF:-1 tvg-id="AllSports.br" tvg-name="All Sports" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/wULpnYR.png" group-title="Sports",All Sports -https://5cf4a2c2512a2.streamlock.net/dgrau/dgrau/chunklist.m3u8 -#EXTINF:-1 tvg-id="Animestation.br" tvg-name="Animestation" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/5UpjGcL.png" group-title="",Animestation (480p) [Not 24/7] -https://stmv.video.expressolider.com.br/animestation1/animestation1/chunklist_w2074350440.m3u8 +https://5cf4a2c2512a2.streamlock.net/dgrau/dgrau/playlist.m3u8 #EXTINF:-1 tvg-id="Animestation.br" tvg-name="Animestation" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/5UpjGcL.png" group-title="",Animestation (480p) [Not 24/7] https://stmv.video.expressolider.com.br/animestation1/animestation1/playlist.m3u8 -#EXTINF:-1 tvg-id="BRASILSBTImperatriz.br" tvg-name="BRASIL SBT Imperatriz" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",BRASIL SBT Imperatriz -http://difusorama.zoeweb.tv:1935/z438-live/stream/chunklist_w264526402.m3u8 -#EXTINF:-1 tvg-id="CGhost.br" tvg-name="C-Ghost" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/ZVO8GVI.png" group-title="",C-Ghost (480p) -https://stmv.video.expressolider.com.br/ghostv/ghostv/chunklist_w1238458345.m3u8 -#EXTINF:-1 tvg-id="CGhost.br" tvg-name="C-Ghost" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/ZVO8GVI.png" group-title="",C-Ghost (480p) -https://stmv.video.expressolider.com.br/ghostv/ghostv/chunklist_w609611790.m3u8 -#EXTINF:-1 tvg-id="CGhost.br" tvg-name="C-Ghost" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/ZVO8GVI.png" group-title="",C-Ghost (480p) +#EXTINF:-1 tvg-id="CGhost.br" tvg-name="C-Ghost" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/ZVO8GVI.png" group-title="",C-Ghost (1080p) https://stmv.video.expressolider.com.br/ghostv/ghostv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal25Jundiai.br" tvg-name="Canal 25 Jundiaรญ" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/9SjoGWj.png" group-title="Local",Canal 25 Jundiaรญ [Not 24/7] https://stream01.msolutionbrasil.com.br/hls/canal25/live.m3u8 @@ -25,17 +17,21 @@ https://arkyvbre1g.zoeweb.tv/fiocruz/fiocruz/playlist.m3u8 https://medias.sgr.globo.com/hls/vCBNRJ/vCBNRJ.m3u8 #EXTINF:-1 tvg-id="CBNSaoPaulo.br" tvg-name="CBN Sรฃo Paulo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/FZwHq8k.png" group-title="News",CBN Sรฃo Paulo https://medias.sgr.globo.com/hls/vCBNSP/vCBNSP.m3u8 +#EXTINF:-1 tvg-id="CentralTV.br" tvg-name="Central TV" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/6QcsihL.jpg" group-title="",Central TV +http://serv2.videovox.pw/joaorodrigo7309/joaorodrigo7309/playlist.m3u8 #EXTINF:-1 tvg-id="COMBrasil.br" tvg-name="COM Brasil" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/c8ztQnF.png" group-title="General",COM Brasil (720p) -https://596639ebdd89b.streamlock.net/8032/8032/index.m3u8 -#EXTINF:-1 tvg-id="COMBrazilTV.br" tvg-name="COM Brazil TV" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/azTiRz2.jpg" group-title="",COM Brazil TV (720p) https://596639ebdd89b.streamlock.net/8032/8032/playlist.m3u8 -#EXTINF:-1 tvg-id="CulturaPara.br" tvg-name="Cultura Parรก" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/5jPEI5c.png" group-title="",Cultura Parรก (480p) +#EXTINF:-1 tvg-id="CulturaPara.br" tvg-name="Cultura Parรก" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/5jPEI5c.png" group-title="",Cultura Parรก (480p) [Not 24/7] http://str.portalcultura.com.br/funtelpa/tv_funtelpa/live.m3u8 #EXTINF:-1 tvg-id="FonteTV.br" tvg-name="Fonte TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/4lnSlOZ.png" group-title="Religious",Fonte TV (1080p) http://flash.softhost.com.br:1935/fonte/fontetv/live.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="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 +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="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 @@ -45,90 +41,76 @@ http://tv02.logicahost.com.br:1935/itutv/itutv/live.m3u8 https://cast.cdnseguro.com:19360/8094/8094.m3u8 #EXTINF:-1 tvg-id="Loading.br" tvg-name="Loading" tvg-country="BR" tvg-language="Portuguese" tvg-logo="" group-title="",Loading (1080p) https://google.gcp.br.cdn.booyah.live/hls/151073/master_34850987.m3u8 -#EXTINF:-1 tvg-id="MetropoleNewsTV.br" tvg-name="Metrรณpole News TV" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Metrรณpole News TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MetropoleNewsTV.br" tvg-name="Metrรณpole News TV" tvg-country="BR" tvg-language="" tvg-logo="" group-title="News",Metrรณpole News TV (480p) [Not 24/7] http://in.uaimacks.net.br:1935/macks/macks.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="MKKWebTV.br" tvg-name="MKK Web TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://mkkwebtv.com.br/upload/logo_branco_MkkWeb_TV_okk_pequinino_20190503.jpg" group-title="General",MKK Web TV (360p) http://tv02.logicahost.com.br:1935/mkkweb/mkkweb/live.m3u8 -#EXTINF:-1 tvg-id="NGT.br" tvg-name="NGT" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/2/22/Logotipo_da_NGT.png" group-title="",NGT -https://cdn.jmvstream.com/w/AVJ-9644/playlist/chunklist.m3u8 #EXTINF:-1 tvg-id="NovaEraTV.br" tvg-name="Nova Era TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/IK3F9Uq.png" group-title="Local",Nova Era TV (1080p) http://wz3.dnip.com.br:1935/novaeratv/novaeratv.sdp/live.m3u8 -#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Novo Tempo (480p) -http://stream.novotempo.com/tv/tvnovotempo.smil/.m3u8 #EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/exdDHml.png" group-title="Religious",Novo Tempo (480p) -http://stream.novotempo.com:1935/tv/smil:tvnovotempo.smil/manifest.m3u8 -#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Novo Tempo (480p) +http://stream.novotempo.com/tv/tvnovotempo.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/exdDHml.png" group-title="Religious",Novo Tempo (480p) http://stream.novotempo.com:1935/tv/smil:tvnovotempo.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Novo Tempo" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/exdDHml.png" group-title="Religious",Novo Tempo (480p) +#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/exdDHml.png" group-title="Religious",Novo Tempo (480p) http://stream.novotempo.com:1935/tv/tvnovotempo.smil/live.m3u8 -#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Novo Tempo (240p) -http://stream.novotempo.com:1935/tv/tvnovotempo.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/sJoBFNp.png" group-title="",Novo Tempo (720p) +#EXTINF:-1 tvg-id="NovoTempo.br" tvg-name="Novo Tempo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/exdDHml.png" group-title="Religious",Novo Tempo (480p) https://stream.live.novotempo.com/tv/smil:tvnovotempo.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PortalCulturaPara.br" tvg-name="Portal Cultura Parรก" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/TnSvJpd.png" group-title="Education",Portal Cultura Parรก (360p) -http://str.portalcultura.com.br:80/funtelpa/tv_funtelpa/live.m3u8 #EXTINF:-1 tvg-id="Porto Canal.br" tvg-name="Porto Canal" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Porto Canal (360p) 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="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) -https://59f2354c05961.streamlock.net:1443/tvguara/_definst_/tvguara/chunklist.m3u8 +#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="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 #EXTINF:-1 tvg-id="RecordTVNatalTVTropical.br" tvg-name="RecordTV Natal - TV Tropical" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/TD6ZJoa.png" group-title="",RecordTV Natal - TV Tropical -https://59f2354c05961.streamlock.net:1443/tvtropical/_definst_/tvtropical/playlist.m3u8 +https://59f2354c05961.streamlock.net:1443/tvtropical/tvtropical/playlist.m3u8 #EXTINF:-1 tvg-id="RedeBrasil.br" tvg-name="Rede Brasil" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/3/39/Logotipo_da_Rede_Brasil_de_Televis%C3%A3o.png" group-title="General",Rede Brasil (720p) [Not 24/7] -https://59f2354c05961.streamlock.net:1443/rbtv/_definst_/rbtv/playlist.m3u8 +https://59f2354c05961.streamlock.net:1443/rbtv/rbtv/playlist.m3u8 #EXTINF:-1 tvg-id="RedeBrasildeComunicacao.br" tvg-name="Rede Brasil de Comunicaรงรฃo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="http://portal.rbc1.com.br/public/portal/img/layout/logorbc.png" group-title="Religious",Rede Brasil de Comunicaรงรฃo (540p) [Not 24/7] -http://rbc.directradios.com:1935/rbc/rbc_720p/live.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) -https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/chunklist.m3u8 -#EXTINF:-1 tvg-id="RedeMassaBrasil.br" tvg-name="Rede Massa Brasil" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",Rede Massa Brasil (720p) -https://cdn-cdn-iguacu.ciclano.io:1443/cdn-iguacu/cdn-iguacu/master.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="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/chunklist_w1570937414.m3u8 +https://cdn-cdn-iguacu.ciclano.io:1443/cdn-iguacu/cdn-iguacu/playlist.m3u8 #EXTINF:-1 tvg-id="RedeMinas.br" tvg-name="Rede Minas" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/Tgov03S.jpg" group-title="",Rede Minas (1080p) https://v4-slbps-sambavideos.akamaized.net/live/3282%2C8114%2Cec4b5a296d97fa99bf990662f5b4f8e1%3Bbase64np%3BMc8VDxqNjXKCAf8%21/amlst%3AMc_tFgfGiHOdQXPB/chunklist_.m3u8 #EXTINF:-1 tvg-id="RedeMaoAmiga.br" tvg-name="Rede Mรฃo Amiga" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/cqD6DNY.png" group-title="Religious",Rede Mรฃo Amiga (720p) http://streaming03.zas.media:1935/redemaoamiga/redemaoamiga/live.m3u8 #EXTINF:-1 tvg-id="RedeRC.br" tvg-name="Rede RC" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/nc95BPy.png" group-title="Local",Rede RC (360p) http://tv02.logicahost.com.br:1935/rederc/rederc/live.m3u8 -#EXTINF:-1 tvg-id="rs21.br" tvg-name="RS21" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/ayvc4Ni.jpg" group-title="Religious",Rede Seculo 21 (360p) -https://dhxt2zok2aqcr.cloudfront.net/live/rs21_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeSuper.br" tvg-name="Rede Super" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3ODbxcM.png" group-title="Religious",Rede Super (432p) https://api.new.livestream.com/accounts/10205943/events/3429501/live.m3u8 #EXTINF:-1 tvg-id="RedeSeculo21.br" tvg-name="Rede Sรฉculo 21" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/vvrCWVo.jpg" group-title="Religious",Rede Sรฉculo 21 (240p) [Not 24/7] https://d1gs793b1l6k9i.cloudfront.net/out/v1/a3aac39375df40a1a564635d7b41e90c/index.m3u8 +#EXTINF:-1 tvg-id="RedeSeculo21.br" tvg-name="Rede Sรฉculo 21" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/vvrCWVo.jpg" group-title="Religious",Rede Sรฉculo 21 +https://dhxt2zok2aqcr.cloudfront.net/live/rs21_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeTVES.br" tvg-name="Rede TV! ES" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.livetvnews.com.br/wp-content/uploads/2019/03/Logo-RedeTV.png" group-title="General",Rede TV! ES -https://hls.brasilstream.com.br/live/redetves/redetves/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="RedeVida.br" tvg-name="Rede Vida" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/rJ0kO2o.png" group-title="",Rede Vida (720p) -https://cvd1.cds.ebtcvd.net/live-redevida/smil:redevida.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="Rede Vida" tvg-name="Rede Vida" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/h4WaIw5.jpg" group-title="Religious",Rede Vida (720p) +https://hls.brasilstream.com.br/live/redetves/redetves/playlist.m3u8 +#EXTINF:-1 tvg-id="RedeVida.br" tvg-name="Rede Vida" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/h4WaIw5.jpg" group-title="Religious",Rede Vida (720p) 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/_definst_/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) -https://stmv1.srvif.com/retrotv/retrotv/playlist-480p.m3u8 -#EXTINF:-1 tvg-id="RadioMegaSom.br" tvg-name="Rรกdio MegaSom" tvg-country="BR" tvg-language="" tvg-logo="https://mytuner.global.ssl.fastly.net/media/tvos_radios/knaxxhg7jtab.png" group-title="",Rรกdio MegaSom -http://149.56.85.6:8341/play?1611806700516 +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="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 #EXTINF:-1 tvg-id="SBTTVCidadeVerdePI.br" tvg-name="SBT - TV Cidade Verde - (PI)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/WIDNIqB.png" group-title="",SBT - TV Cidade Verde - (PI) (1080p) [Not 24/7] -https://stmv1.transmissaodigital.com/cidadeverde/cidadeverde/playlist-480p.m3u8 +https://stmv1.transmissaodigital.com/cidadeverde/cidadeverde/playlist.m3u8 #EXTINF:-1 tvg-id="SBTTVJornalPE.br" tvg-name="SBT - TV Jornal (PE)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/WIDNIqB.png" group-title="",SBT - TV Jornal (PE) (720p) http://evpp.mm.uol.com.br:1935/ne10/ne10.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SBTTVSerraDouradaGO.br" tvg-name="SBT - TV Serra Dourada - (GO)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/WIDNIqB.png" group-title="",SBT - TV Serra Dourada - (GO) https://5a1c76baf08c0.streamlock.net/tvsd2/smil:tvsd2_20042020.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SescTV.br" tvg-name="Sesc TV" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://sesctv.org.br/wp-content/uploads/2018/06/SESCTV-ICON.png" group-title="Music",Sesc TV -https://slbps-ml-sambatech.akamaized.net/samba-live/2472/7424/8a00fe7cc36ac263b2c3e9324497d5ff/video/0c884f97-4264-446f-abcd-03aa46089a96_index720p.m3u8 +https://slbps-ml-sambatech.akamaized.net/samba-live/2472/7424/8a00fe7cc36ac263b2c3e9324497d5ff/video/0c884f97-4264-446f-abcd-03aa46089a96_index.m3u8 #EXTINF:-1 tvg-id="SexyKpopTV.br" tvg-name="Sexy Kpop TV" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/jsQmxyV.jpg" group-title="",Sexy Kpop TV (720p) https://srv1.zcast.com.br/kpoptv/kpoptv/playlist.m3u8 #EXTINF:-1 tvg-id="TELECINEACTION.br" tvg-name="TELE CINE ACTION" tvg-country="BR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSppL6n53PBbAfSGmT7iTtb3DxFJnshjqljGw&usqp=CAU" group-title="",TELE CINE ACTION (390p) -http://painelvj.com.br/tvaguaboa2/tvaguaboa2.sdp/playlist-480p.m3u8 -#EXTINF:-1 tvg-id="Teleganes.br" tvg-name="Teleganรฉs" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/uFsOxUD.jpg" group-title="",Teleganรฉs -https://cdn01.yowi.tv/P18V9163O7/master.m3u8 +http://painelvj.com.br/tvaguaboa2/tvaguaboa2.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TerraViva.br" tvg-name="Terra Viva" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/hBaG4Ce.png" group-title="Outdoor",Terra Viva (720p) http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAbertaSP.br" tvg-name="TV Aberta SP" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/1pZUGb4.png" group-title="",TV Aberta SP (1080p) @@ -137,20 +119,14 @@ https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 http://streaming.almg.gov.br:80/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVALMG.br" tvg-name="TV ALMG" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/5fyGrm5.png" group-title="Legislative",TV ALMG https://streaming.almg.gov.br/live/tvalmg.m3u8 -#EXTINF:-1 tvg-id="TVALRN.br" tvg-name="TV ALRN" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/G1VIULw.png" group-title="Legislative",TV ALRN (480p) -http://tv02.logicahost.com.br:1935/fundacao/fundacao/live.m3u8 #EXTINF:-1 tvg-id="TVAparecida.br" tvg-name="TV Aparecida" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://rd1.com.br/wp-content/uploads/2015/11/tv_aparecida.png" group-title="Religious",TV Aparecida https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8 -#EXTINF:-1 tvg-id="TVArapuan.br" tvg-name="TV Arapuan" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Arapuan (720p) -https://5b7f3c45ab7c2.streamlock.net/tvarapuan/ngrp:tvarapuan/playlist.m3u8 -#EXTINF:-1 tvg-id="TVArapuan.br" tvg-name="TV Arapuan" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.tvarapuan.com.br/2019/images/uploaded/grupo/9729ae26c38070d5febf2aa538a1a880.png" group-title="General",TV Arapuan (720p) -https://5b7f3c45ab7c2.streamlock.net/tvarapuan/ngrp:tvarapuan/playlist.m3u8?DVR #EXTINF:-1 tvg-id="TVBirigui.br" tvg-name="TV Birigui" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/cefSiod.jpg" group-title="",TV Birigui -https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/chunklist_w763334596.m3u8 +https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBNO.br" tvg-name="TV BNO" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/ejp65zr.png" group-title="Movies",TV BNO (270p) http://tv02.logicahost.com.br:1935/bonner/bonner/live.m3u8 #EXTINF:-1 tvg-id="TVBrasil.br" tvg-name="TV Brasil" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/1/1c/Logotipo_da_TV_Brasil.png" group-title="General",TV Brasil -https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(naXbjbTlDxrHlrlxKSNzig)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdgu3rQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyuG_AaUF86vlMJtsMkooySBOlQbVM33PgsYPQdea2BJafjjc-BWtPRlStfmQ939PXcd844pid2JY82J6JDM)'t(S2o)b(WaBWYarWoWCInKe38WSze3Q_-kYcqZf8MZQ)))/live_720_index.m3u8 +https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(naXbjbTlDxrHlrlxKSNzig)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdgu3rQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyuG_AaUF86vlMJtsMkooySBOlQbVM33PgsYPQdea2BJafjjc-BWtPRlStfmQ939PXcd844pid2JY82J6JDM)'t(S2o)b(WaBWYarWoWCInKe38WSze3Q_-kYcqZf8MZQ)))/index.m3u8 #EXTINF:-1 tvg-id="saopaulo.sp.leg.br" tvg-name="tvcamarasp" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/e8zZuyq.jpg" group-title="Legislative",TV Camara de Sao Paulo (720p) https://cdn.jmvstream.com/w/LVW-8711/ngrp:LVW8711_tG0F3TEBDL_all/playlist.m3u8 #EXTINF:-1 tvg-id="TVCapitalLucelia.br" tvg-name="TV Capital Lucelia" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Capital Lucelia (320p) @@ -158,23 +134,17 @@ http://tv02.logicahost.com.br:1935/tvcapital/tvcapital/live.m3u8 #EXTINF:-1 tvg-id="TVCATVE.br" tvg-name="TV CATVE" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV CATVE (720p) http://wowza4.catve.com.br:1935/live/livestream/media.m3u8 #EXTINF:-1 tvg-id="TVCidadeCanal9.br" tvg-name="TV Cidade Canal 9" tvg-country="BR" tvg-language="Portuguese" tvg-logo="" group-title="Local",TV Cidade Canal 9 (720p) -https://59f1cbe63db89.streamlock.net:1443/tvcidade/_definst_/tvcidade/playlist.m3u8 +https://59f1cbe63db89.streamlock.net:1443/tvcidade/tvcidade/playlist.m3u8 #EXTINF:-1 tvg-id="TVCidadedePetropolis.br" tvg-name="TV Cidade de Petrรณpolis" tvg-country="BR" tvg-language="Portuguese" tvg-logo="" group-title="Local",TV Cidade de Petrรณpolis (720p) https://stmv4.srvstm.com/tvc162/tvc162/playlist.m3u8 #EXTINF:-1 tvg-id="TVCidadedeSaoPaulo.br" tvg-name="TV Cidade de Sao Paulo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/thumb/8/88/Logotipo_da_TV_Cidade_de_S%C3%A3o_Paulo.png/200px-Logotipo_da_TV_Cidade_de_S%C3%A3o_Paulo.png" group-title="Local",TV Cidade de Sao Paulo https://cast.cdnseguro.com:19360/8012/8012.m3u8 #EXTINF:-1 tvg-id="TVCinec.br" tvg-name="TV Cinec" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/bEoN2tt.png" group-title="Movies",TV Cinec (720p) http://tv01.logicahost.com.br:1935/tvcinec/tvcinec/live.m3u8 -#EXTINF:-1 tvg-id="TVCOMBRASIL.br" tvg-name="TV COM BRASIL" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/hq6bLMS.png" group-title="",TV COM BRASIL -https://596639ebdd89b.streamlock.net/8032/8032/chunklist_w453009587.m3u8 #EXTINF:-1 tvg-id="TVCOSMO.br" tvg-name="TV COSMO" tvg-country="BR" tvg-language="" tvg-logo="https://media-exp1.licdn.com/dms/image/C4D0BAQFsoimm4OXuTQ/company-logo_200_200/0?e=2159024400&v=beta&t=jCMo3V7Jfays2l_qJeFZFA3KaJ0QhveGJtPtPQzzbas" group-title="",TV COSMO -https://59d39900ebfb8.streamlock.net/str15live/str15live/chunklist_w975422742.m3u8 -#EXTINF:-1 tvg-id="TVCultura.br" tvg-name="TV Cultura" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/I6hIQRN.png" group-title="",TV Cultura (720p) -https://origin-02.nxplay.com.br/TV_CULTURA_HD_PFZ/index.m3u8 +https://59d39900ebfb8.streamlock.net/str15live/str15live/playlist.m3u8 #EXTINF:-1 tvg-id="TVCulturaTVFuturoRJ.br" tvg-name="TV Cultura - TV Futuro (RJ)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/BFekw0L.png" group-title="",TV Cultura - TV Futuro (RJ) (720p) https://streaming03.zas.media/tvfuturo/tvfuturo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCulturaPA.br" tvg-name="TV Cultura PA" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Cultura PA (480p) -http://177.74.1.38/funtelpa/tv_funtelpa/playlist.m3u8 #EXTINF:-1 tvg-id="TVCamara.br" tvg-name="TV Cรขmara" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/UpV2PRk.png" group-title="Legislative",TV Cรขmara https://stream3.camara.gov.br/tv1/manifest.m3u8 #EXTINF:-1 tvg-id="TVCamara2.br" tvg-name="TV Cรขmara 2" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/UpV2PRk.png" group-title="Legislative",TV Cรขmara 2 @@ -182,9 +152,7 @@ https://stream3.camara.gov.br/tv2/manifest.m3u8 #EXTINF:-1 tvg-id="TVDestak.br" tvg-name="TV Destak" tvg-country="BR" tvg-language="Portuguese" tvg-logo="http://pa.srvsite.com/arquivos/3807/cabecalho-3807-20180828105442.jpg" group-title="General",TV Destak (360p) http://tv02.logicahost.com.br:1935/pascoal/pascoal/live.m3u8 #EXTINF:-1 tvg-id="TVDestak.br" tvg-name="TV Destak" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/W1LutVP.png" group-title="",TV Destak (480p) -https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.m3u8 -#EXTINF:-1 tvg-id="TVDIFUSORASUL.br" tvg-name="TV DIFUSORA SUL" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV DIFUSORA SUL (432p) -http://srv3.zoeweb.tv:1935/z438-live/stream/livestream.m3u8 +https://59f2354c05961.streamlock.net:1443/pascoal/pascoal/playlist.m3u8 #EXTINF:-1 tvg-id="TVDigitalBirigui.br" tvg-name="TV Digital Birigui" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/VqIzaFz.png" group-title="Local",TV Digital Birigui (320p) http://tv02.logicahost.com.br:1935/tvdigitalbirigui/tvdigitalbirigui/live.m3u8 #EXTINF:-1 tvg-id="TVDiariodoSertao.br" tvg-name="TV Diรกrio do Sertรฃo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/uBntXf1.png" group-title="General",TV Diรกrio do Sertรฃo (720p) @@ -193,18 +161,12 @@ http://painelvj.com.br:1935/pdsertaotv/pdsertaotv.sdp/playlist.m3u8 https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(q-QQ9tbM1LVeQsn3AkKguw)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdgu3rQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyun9A4sJuqq-ZZ5UGE5w4A5Lmy-yARb69ZFORunwlRZIfiLswT_MExl8qv6So0l5XeVL4-xmSFY_zRNOMnli)'t(aik)b(-Btgu9O9bZDM7fy6b7p0dDTzGRSrl_Avj_oC)))/live_540_index.m3u8 #EXTINF:-1 tvg-id="TVEvangelizar.br" tvg-name="TV Evangelizar" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/4LG6sA0.png" group-title="",TV Evangelizar (480p) https://5f593df7851db.streamlock.net/evangelizar/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TVFuntelpa.br" tvg-name="TV Funtelpa" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Funtelpa (480p) -http://str.portalcultura.com.br:80/funtelpa/tv_funtelpa/playlist.m3u8 #EXTINF:-1 tvg-id="TVGalegaBlumenau.br" tvg-name="TV Galega Blumenau" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://ps.srvsite.com/arquivos/5757/cabecalho-5757-20190807171022.png" group-title="Local",TV Galega Blumenau (720p) https://cdn.jmvstream.com/w/LVW-8538/LVW8538_KBtZ9UMIZn/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGazeta.br" tvg-name="TV Gazeta" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/MAMGt7I.png" group-title="General",TV Gazeta (720p) +#EXTINF:-1 tvg-id="TVGazeta.br" tvg-name="TV Gazeta" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/MAMGt7I.png" group-title="General",TV Gazeta (720p) [Not 24/7] https://api.new.livestream.com/accounts/5381476/events/8947634/live.m3u8 -#EXTINF:-1 tvg-id="TVGazetaSP.br" tvg-name="TV Gazeta (SP)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/XBe7M0s.png" group-title="",TV Gazeta (SP) (720p) -http://api.new.livestream.com:80/accounts/5381476/events/8947634/live.m3u8 -#EXTINF:-1 tvg-id="TVGIDEOESSD.br" tvg-name="TV GIDEOES SD" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV GIDEOES SD -https://streaming01.zas.media/gideoes/programacao_360p/chunklist_w1771625136_b1296000.m3u8 -#EXTINF:-1 tvg-id="TVGuara.br" tvg-name="TV Guarรก" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/f/ff/Logotipo_TV_Guar%C3%A1.png" group-title="News",TV Guarรก (720p) -https://59f2354c05961.streamlock.net:1443/tvguara/_definst_/tvguara/playlist.m3u8 +#EXTINF:-1 tvg-id="TVGIDEOES.br" tvg-name="TV GIDEOES" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV GIDEOES +https://streaming01.zas.media/gideoes/programacao/playlist.m3u8 #EXTINF:-1 tvg-id="TVIKIM.br" tvg-name="TV IKIM" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV IKIM http://edge.vediostream.com:80/abr/tvikim/live/tvikim_source/chunks.m3u8 #EXTINF:-1 tvg-id="TVInterlagos.br" tvg-name="TV Interlagos" tvg-country="BR" tvg-language="Portuguese" tvg-logo="http://www.tvinterlagos.com.br/images/logo_tv2.jpg" group-title="Local",TV Interlagos (576p) @@ -214,7 +176,7 @@ http://evpp.mm.uol.com.br:1935/ne10/ne10-tvjornal-caruaru-video-web.sdp/playlist #EXTINF:-1 tvg-id="TVJornaldoNordeste.br" tvg-name="TV Jornal do Nordeste" tvg-country="BR" tvg-language="" tvg-logo="http://www.m3u.cl/logo/109857_TV_Jornal_do_Nordeste.png" group-title="",TV Jornal do Nordeste (720p) https://5cf4a2c2512a2.streamlock.net/jornaldonorteste/jornaldonorteste/playlist.m3u8 #EXTINF:-1 tvg-id="TVLiberdade.br" tvg-name="TV Liberdade" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/W6bHHqE.png" group-title="",TV Liberdade (720p) -https://5c483b9d1019c.streamlock.net/8238/8238/playlist-480p.m3u8 +https://5c483b9d1019c.streamlock.net/8238/8238/playlist.m3u8 #EXTINF:-1 tvg-id="TVMackenzie.br" tvg-name="TV Mackenzie" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/TV_Mackenzie_logo.svg/320px-TV_Mackenzie_logo.svg.png" group-title="Education",TV Mackenzie (480p) https://player.internetaovivo.com:8443/live_tvmackenzieabr/tvmackenzieabr/playlist.m3u8 #EXTINF:-1 tvg-id="TVMANAENG.br" tvg-name="TV MANA (ENG)" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV MANA (ENG) (484p) @@ -225,8 +187,6 @@ http://c2.manasat.com:1935/iglesia-online/espanhol3/playlist.m3u8 http://c2.manasat.com:1935/eglise-online/frances3/playlist.m3u8 #EXTINF:-1 tvg-id="TVMANARU.br" tvg-name="TV MANA (RU)" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV MANA (RU) (486p) http://c2.manasat.com:1935/tserkov-online/russo3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMana1.br" tvg-name="TV Mana 1" tvg-country="BR" tvg-language="" tvg-logo="https://cdn.teleon.tv/logo/tv_mana_1_pt.png" group-title="",TV Mana 1 (720p) [Not 24/7] -http://195.22.11.11:1935/tvmana/tvmana2/playlist.m3u8 #EXTINF:-1 tvg-id="TVMANAMAPUTO.br" tvg-name="TV MANA MAPUTO" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV MANA MAPUTO (574p) [Not 24/7] http://csvl03.manasat.com:1935/tvmz/tvmz3/playlist.m3u8 #EXTINF:-1 tvg-id="TVMANAMAPUTO.br" tvg-name="TV MANA MAPUTO" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV MANA MAPUTO (574p) [Not 24/7] @@ -235,40 +195,40 @@ http://streamspub.manasat.com:1935/tvmz/tvmz2/playlist.m3u8 http://csvl04.manasat.com:1935/tvmana/tvmana3/playlist.m3u8 #EXTINF:-1 tvg-id="TVManchete.br" tvg-name="TV Manchete" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/VeELX7K.png" group-title="",TV Manchete (360p) https://srv5.zcast.com.br/tvmanchete/tvmanchete/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMana1.br" tvg-name="TV Manรก 1" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Manรก 1 [Not 24/7] -http://195.22.11.11:1935/tvmana/tvmana1/chunklist.m3u8 +#EXTINF:-1 tvg-id="TVMana1.br" tvg-name="TV Manรก 1" tvg-country="BR" tvg-language="" tvg-logo="https://cdn.teleon.tv/logo/tv_mana_1_pt.png" group-title="",TV Manรก 1 [Not 24/7] +http://195.22.11.11:1935/tvmana/tvmana1/playlist.m3u8 +#EXTINF:-1 tvg-id="TVMana2.br" tvg-name="TV Manรก 2" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Manรก 2 (720p) [Not 24/7] +http://195.22.11.11:1935/tvmana/tvmana2/playlist.m3u8 #EXTINF:-1 tvg-id="TVManaCordoba.br" tvg-name="TV Manรก Cรณrdoba" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Manรก Cรณrdoba (576p) http://csvl03.manasat.com:1935/tvar/tvmanaar2/playlist.m3u8 #EXTINF:-1 tvg-id="TVMAX.br" tvg-name="TV MAX" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/2Pg0baJ.png" group-title="",TV MAX (720p) -https://59f1cbe63db89.streamlock.net:1443/tvmax/_definst_/tvmax/playlist.m3u8 +https://59f1cbe63db89.streamlock.net:1443/tvmax/tvmax/playlist.m3u8 #EXTINF:-1 tvg-id="TVMetropolitanaRio.br" tvg-name="TV Metropolitana Rio" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Metropolitana Rio -https://59f1cbe63db89.streamlock.net:1443/caxiastv/_definst_/caxiastv/chunklist_w981877315.m3u8 +https://59f1cbe63db89.streamlock.net:1443/caxiastv/caxiastv/playlist.m3u8 #EXTINF:-1 tvg-id="TVMon.br" tvg-name="TV Mon" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/j7EJvHr.png" group-title="",TV Mon (720p) https://srv1.zcast.com.br/tvmon/tvmon/playlist.m3u8 #EXTINF:-1 tvg-id="TVNovaOnda.br" tvg-name="TV Nova Onda" tvg-country="BR" tvg-language="" tvg-logo="http://www.m3u.cl/logo/109856_TV_Nova_Onda.png" group-title="",TV Nova Onda -https://5c483b9d1019c.streamlock.net/8078/8078/chunklist_w1156158175.m3u8 +https://5c483b9d1019c.streamlock.net/8078/8078/playlist.m3u8 #EXTINF:-1 tvg-id="TVPaiEterno.br" tvg-name="TV Pai Eterno" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.paieterno.com.br/wp-content/uploads/2019/05/cropped-logo-portal-01-192x192.png" group-title="Religious",TV Pai Eterno -http://flash8.crossdigital.com.br/2306/2306/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVPaiEterno.br" tvg-name="TV Pai Eterno" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/H5zWaCa.png" group-title="",TV Pai Eterno -https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/chunklist.m3u8 +http://flash8.crossdigital.com.br/2306/2306/playlist.m3u8 #EXTINF:-1 tvg-id="TVPaiEterno.br" tvg-name="TV Pai Eterno" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.paieterno.com.br/wp-content/uploads/2019/05/cropped-logo-portal-01-192x192.png" group-title="Religious",TV Pai Eterno (480p) -https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/playlist.m3u8 +https://59f1cbe63db89.streamlock.net:1443/teste01/teste01/playlist.m3u8 #EXTINF:-1 tvg-id="TVPampaRedeTVRS.br" tvg-name="TV Pampa - RedeTV! RS" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/afeOjrn.png" group-title="",TV Pampa - RedeTV! RS (720p) -https://59f1cbe63db89.streamlock.net:1443/tvpampa/_definst_/tvpampa/playlist.m3u8 +https://59f1cbe63db89.streamlock.net:1443/tvpampa/tvpampa/playlist.m3u8 #EXTINF:-1 tvg-id="TVPantanalMS.br" tvg-name="TV Pantanal MS" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/0FOmktl.png" group-title="",TV Pantanal MS (720p) https://5e837408ea907.streamlock.net:1936/tvpantanalms/tvpantanalms/playlist.m3u8 #EXTINF:-1 tvg-id="TVParanaTurismo.br" tvg-name="TV Paranรก Turismo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3lxkJxb.png" group-title="Travel",TV Paranรก Turismo [Not 24/7] http://200.189.113.201/hls/tve.m3u8 #EXTINF:-1 tvg-id="TVPombalHD.br" tvg-name="TV Pombal HD" tvg-country="BR" tvg-language="" tvg-logo="http://www.m3u.cl/logo/109869_TV_Pombal.png" group-title="",TV Pombal HD -https://server.flixtv.com.br/agrobrasiltv/agrobrasiltv/chunklist_w236507452.m3u8 +https://server.flixtv.com.br/agrobrasiltv/agrobrasiltv/playlist.m3u8 #EXTINF:-1 tvg-id="TVPocos.br" tvg-name="TV Poรงos" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TV Poรงos (192p) http://rtmp.cdn.upx.net.br/00084/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRedeGospel.br" tvg-name="TV Rede Gospel" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/NVs5RhF.png" group-title="Religious",TV Rede Gospel (720p) -https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/playlist.m3u8 #EXTINF:-1 tvg-id="TVSantaCeciliaSP.br" tvg-name="TV Santa Cecรญlia (SP)" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/bPOQIxO.png" group-title="",TV Santa Cecรญlia (SP) (288p) http://flash1.crossdigital.com.br:1935/2063/2063/live.m3u8 +#EXTINF:-1 tvg-id="TVSantaCruz.br" tvg-name="TV Santa Cruz" tvg-country="BR" tvg-language="" tvg-logo="https://www.tvsantacruzcr.net/img/logotvsc.png" group-title="",TV Santa Cruz +https://rtmp.info/tvsantacruz/envivo/chunks.m3u8 #EXTINF:-1 tvg-id="TVSERIES.br" tvg-name="TV SERIES" tvg-country="BR" tvg-language="" tvg-logo="https://image.winudf.com/v2/image/Y29tLnR2c2VyaWVzLmdyYXRpc19zY3JlZW5fMF8xNTEzODc0NTE1XzA2OA/screen-0.jpg?fakeurl=1&type=.jpg" group-title="",TV SERIES (480p) -https://StmV4.srvstm.com/tvserie/tvserie/playlist-480p.m3u8 +https://stmv1.srvstm.com/tvserie/tvserie/playlist.m3u8 #EXTINF:-1 tvg-id="TVSolComunidade.br" tvg-name="TV Sol Comunidade" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://tvsolcomunidade.com.br/wp-content/uploads/2019/01/logo-tv-sol.png" group-title="Local",TV Sol Comunidade (480p) http://streaming03.zas.media:1935/tvsol/tvsol/playlist.m3u8 #EXTINF:-1 tvg-id="TVTerceiroAnjo.br" tvg-name="TV Terceiro Anjo" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.terceiroanjo.com/static/img/logo-2019-gif.gif" group-title="Religious",TV Terceiro Anjo (360p) @@ -276,24 +236,20 @@ https://streamer1.streamhost.org/salive/GMI3anjoh/livestream.m3u8 #EXTINF:-1 tvg-id="TVUFG.br" tvg-name="TV UFG" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.tvufg.org.br/wp-content/uploads/2018/10/logo_tv_ufg_azul_16bit.png" group-title="Education",TV UFG (720p) http://flash.softhost.com.br:1935/ufg/tvufgweb/playlist.m3u8 #EXTINF:-1 tvg-id="TVUFOP.br" tvg-name="TV UFOP" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://www.upf.br/Assets/img/logo.png" group-title="Science",TV UFOP -https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(6pbmcjLXNoerDLdAhoXBxw)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdgu3rQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyuXyAosvuqvlMJtsMkooySBOlQbVM33PgsYPQdea2CdwV3jCwh3bEWxgkPO8qmBPQtt_5bUEV1Mi_2t1AjM)'t(S2o)b(WaBWYarWoWCInKe38WSze3Q_-kcUr5z4MZQ)))/live_720_index.m3u8 +https://edge-df-01.eduplay.rnp.br/media/ocp(r(iRGrcw)t(AAAAAAAAAAA)p(d(Dxg)k(Qdk)m(6pbmcjLXNoerDLdAhoXBxw)n(a(3LDBWxJLACwHVOavx5cO4BC5lA2ZDpPC)s(HrY)'a(12ztgSdgu3rQqz6xH52ZjVZa)s(Pm8)))s(t(aTo)b(PTsuEXhXAScNjp6w9ssG70foQQQiZk9_8m0vsjgLJ_yzxGPuj8i57PEDMMA4cmTNsKda2B5oX-EEErouZ1HFyuXyAosvuqvlMJtsMkooySBOlQbVM33PgsYPQdea2CdwV3jCwh3bEWxgkPO8qmBPQtt_5bUEV1Mi_2t1AjM)'t(S2o)b(WaBWYarWoWCInKe38WSze3Q_-kcUr5z4MZQ)))/index.m3u8 #EXTINF:-1 tvg-id="TVUniSantos.br" tvg-name="TV UniSantos" tvg-country="BR" tvg-language="Portuguese" tvg-logo="http://tvunisantos.com.br/upload/612Logo%20TV%20Unisantos.JPG" group-title="Local",TV UniSantos -http://live.cdn.upx.com/7550/myStream.sdp/chunklist.m3u8?163fa4bccb4211dc8419e8cbdae3fba5 -#EXTINF:-1 tvg-id="tvunisantos.br" tvg-name="tv unisantos" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/blFYVqf.png" group-title="",TV Unisantos (216p) http://live.cdn.upx.com/7550/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVUniversal.br" tvg-name="TV Universal" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/TIsk5zN.png" group-title="Religious",TV Universal https://14398c.ha.azioncdn.net/primary/smil:tv_universal.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVVerdesCampos.br" tvg-name="TV Verdes Campos" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/1mK39TC.png" group-title="General",TV Verdes Campos -https://596639ebdd89b.streamlock.net/8124/8124/chunklist.m3u8 +https://596639ebdd89b.streamlock.net/8124/8124/playlist.m3u8 #EXTINF:-1 tvg-id="TVCI.br" tvg-name="TVCI" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TVCI (360p) http://flash8.crossdigital.com.br:1935/2306/2306/live.m3u8 -#EXTINF:-1 tvg-id="TVCIParanagua.br" tvg-name="TVCI Paranaguรก" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/4GKZbXD.png" group-title="General",TVCI Paranaguรก (360p) -http://flash8.crossdigital.com.br/2306/2306/playlist.m3u8 -#EXTINF:-1 tvg-id="TVE.br" tvg-name="TVE" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TVE -http://stream2.ba.gov.br:80/hls-live/livepkgr/_definst_/irdeb/pgm-1.m3u8 -#EXTINF:-1 tvg-id="TVEBahia.br" tvg-name="TVE Bahia" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/TVE_Bahia_logo.svg/800px-TVE_Bahia_logo.svg.png" group-title="Local",TVE Bahia +#EXTINF:-1 tvg-id="TVEBahia.br" tvg-name="TVE Bahia" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/TVE_Bahia_logo.svg/800px-TVE_Bahia_logo.svg.png" group-title="Local",TVE Bahia [Not 24/7] http://stream2.ba.gov.br/hls-live/livepkgr/_definst_/irdeb/pgm-1.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="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="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 @@ -308,13 +264,13 @@ http://cdn.tvmatic.net/sport.m3u8 #EXTINF:-1 tvg-id="TVMaticTikTok.br" tvg-name="TVMatic TikTok" tvg-country="BR" tvg-language="" tvg-logo="https://i.imgur.com/l5PBcKN.png" group-title="",TVMatic TikTok http://cdn.tvmatic.net/tiktok.m3u8 #EXTINF:-1 tvg-id="TVNBrasil.br" tvg-name="TVN Brasil" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TVN Brasil (720p) -http://painelvj.com.br:1935/tvnbrasil/tvnbrasil.sdp/live.m3u8 -#EXTINF:-1 tvg-id="TVNBrasil.br" tvg-name="TVN Brasil" tvg-country="BR" tvg-language="" tvg-logo="" group-title="",TVN Brasil (720p) http://painelvj.com.br:1935/tvnbrasil/tvnbrasil.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVNBrasil.br" tvg-name="TVN Brasil" tvg-country="BR" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/Cywnp02.png" group-title="Local",TVN Brasil (720p) 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="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 #EXTINF:-1 tvg-id="UniTVPortoAlegre.br" tvg-name="UniTV Porto Alegre" tvg-country="BR" tvg-language="Portuguese" tvg-logo="" group-title="Education",UniTV Porto Alegre diff --git a/channels/bs.m3u b/channels/bs.m3u index b8c9416ef..85be743c0 100644 --- a/channels/bs.m3u +++ b/channels/bs.m3u @@ -1,7 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="ParliamentaryChannel.bs" tvg-name="Parliamentary Channel" tvg-country="BS" tvg-language="English" tvg-logo="" group-title="",Parliamentary Channel (720p) -https://cloud.streamcomedia.com/parliamentarychannel/smil:parliamentarychannel_streams.smil/chunklist_w546622749_b1228000_sleng.m3u8 -#EXTINF:-1 tvg-id="ParliamentaryChannel.bs" tvg-name="Parliamentary Channel" tvg-country="BS" tvg-language="English" tvg-logo="" group-title="",Parliamentary Channel (720p) https://cloud.streamcomedia.com/parliamentarychannel/smil:parliamentarychannel_streams.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ZNSTV.bs" tvg-name="ZNS TV" tvg-country="BS" tvg-language="English" tvg-logo="https://znsbahamas.com/wp-content/uploads/2017/12/ZNS-PL-1.png" group-title="",ZNS TV (1080p) https://cloud.streamcomedia.com/znstv/smil:znstv_streams.smil/playlist.m3u8 diff --git a/channels/by.m3u b/channels/by.m3u index bb59848b6..decc99c47 100644 --- a/channels/by.m3u +++ b/channels/by.m3u @@ -1,12 +1,16 @@ #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 +#EXTINF:-1 tvg-id="VitebskTelekanal.by" tvg-name="Vitebsk Telekanal" tvg-country="BY" tvg-language="" tvg-logo="https://i.imgur.com/FXAqELU.jpg" group-title="",Vitebsk Telekanal +https://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="Belarus4.by" tvg-name="ะ‘ะตะปะฐั€ัƒััŒ 4" tvg-country="BY" tvg-language="Russian" tvg-logo="" group-title="",ะ‘ะตะปะฐั€ัƒััŒ 4 http://95.46.208.8:26258/belarus4 #EXTINF:-1 tvg-id="NasheTV.by" tvg-name="ะะฐัˆะต ะขะ’" tvg-country="BY" tvg-language="Russian" tvg-logo="" group-title="",ะะฐัˆะต ะขะ’ (ะ’ะธั‚ะตะฑัะบ) diff --git a/channels/ca.m3u b/channels/ca.m3u index c266077d3..098be70c7 100644 --- a/channels/ca.m3u +++ b/channels/ca.m3u @@ -1,36 +1,32 @@ #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="" tvg-logo="" group-title="",5AAB TV -http://158.69.124.9:1935/5aabtv/5aabtv/chunklist.m3u8 -#EXTINF:-1 tvg-id="5AABTV.ca" tvg-name="5AAB TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",5AAB TV -http://158.69.124.9:1935/5aabtv/5aabtv/chunklist_w2029417072.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 #EXTINF:-1 tvg-id="A3Bikini.ca" tvg-name="A3 Bikini" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/A3Network_A3Bikini.png?raw=true" group-title="XXX",A3 Bikini https://vcnbikininetwork.teleosmedia.com/stream/bikininetwork/a3bikini/seglist_720p.m3u8 #EXTINF:-1 tvg-id="AmazingDiscoveriesTV.ca" tvg-name="Amazing Discoveries TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/zXWgbVk.png" group-title="Religious",Amazing Discoveries TV (720p) https://uni01rtmp.tulix.tv/amazingdtv/amazingdtv/playlist.m3u8 -#EXTINF:-1 tvg-id="AzstarTV.ca" tvg-name="Azstar TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Azstar TV -http://live.livestreamtv.ca/azstar/smil:azstar.smil/chunklist_w1579849357_b2000000_slen.m3u8 +#EXTINF:-1 tvg-id="AzstarTV.ca" tvg-name="Azstar TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Azstar TV [Not 24/7] +http://live.livestreamtv.ca/azstar/smil:azstar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BBCTorontoGaundaPunjab.ca" tvg-name="BBC Toronto Gaunda Punjab" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/uSX4YXL.png" group-title="",BBC Toronto Gaunda Punjab (720p) http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 #EXTINF:-1 tvg-id="CanadaOne.ca" tvg-name="Canada One" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/zr6KoiS.jpg" group-title="",Canada One (720p) @@ -47,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="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="CityTVHD.ca" tvg-name="CityTV HD" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",CityTV HD -https://bozztv.com/teleyupp1/teleup-iSykLSKMFr/tracks-v1a1/mono.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 @@ -71,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 @@ -81,12 +77,8 @@ https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/playlist.m3u8 https://eu.streamjo.com/eetlive/eettv.m3u8 #EXTINF:-1 tvg-id="EMCITV.ca" tvg-name="EMCI TV" tvg-country="CA" tvg-language="French" tvg-logo="https://i.imgur.com/HRqcIcR.png" group-title="",EMCI TV (1080p) https://emci-fr-hls.akamaized.net/hls/live/2007265/emcifrhls/index.m3u8 -#EXTINF:-1 tvg-id="EWTNCanada.ca" tvg-name="EWTN Canada" tvg-country="CA" tvg-language="English" tvg-logo="" group-title="",EWTN Canada (720p) -https://dyo5cp96eopax.cloudfront.net/p/CANE.m3u8 -#EXTINF:-1 tvg-id="EWTNCanada.ca" tvg-name="EWTN Canada" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/Rxuem4o.png" group-title="",EWTN Canada -https://dyo5cp96eopax.cloudfront.net/p/CANE_1920x1080_4000k.m3u8 -#EXTINF:-1 tvg-id="FuelTV.ca" tvg-name="Fuel TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/ViWbGmj.png" group-title="",Fuel TV (720p) -https://fueltv-fueltv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="FightNetwork.ca" tvg-name="Fight Network" tvg-country="CA" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1bf32e5d221b1e5a7e55" group-title="Sports",Fight Network +https://d12a2vxqkkh1bo.cloudfront.net/hls/main.m3u8 #EXTINF:-1 tvg-id="GlobalBritishColumbia.ca" tvg-name="Global British Columbia" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/bcHP3Vg.png" group-title="Local",Global British Columbia (720p) https://live.corusdigitaldev.com/groupa/live/48a5882b-a1ec-42d7-bfd7-6c2739e737da/live.isml/master.m3u8 #EXTINF:-1 tvg-id="GlobalCalgary.ca" tvg-name="Global Calgary" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/ppMNSKT.png" group-title="Local",Global Calgary (720p) @@ -95,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 @@ -127,30 +119,20 @@ https://live.corusdigitaldev.com/groupd/live/8970c668-40cd-4ca9-8c4d-25fd04f619b http://brhn.xyz/stream/globaltvhd.m3u #EXTINF:-1 tvg-id="GurSikhSabhaTV.ca" tvg-name="GurSikh Sabha TV" tvg-country="CA" tvg-language="Hindi" tvg-logo="https://i.imgur.com/2EKCtQm.png" group-title="Religious",GurSikh Sabha TV http://cdn12.henico.net:8080/live/gsctv/index.m3u8 +#EXTINF:-1 tvg-id="HardKnocks.ca" tvg-name="Hard_Knocks" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/ixAkq26.png" group-title="",Hard Knocks +https://d3uyzhwvmemdyf.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HardKnocks-PLEX/121.m3u8 #EXTINF:-1 tvg-id="HollyWire.ca" tvg-name="HollyWire" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/BT31YWz.png" group-title="",HollyWire (720p) https://hollywire-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ICIMontreal.ca" tvg-name="ICI Montreal" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",ICI Montreal https://ici-i.akamaihd.net/hls/live/873426/ICI-Live-Stream/master.m3u8 #EXTINF:-1 tvg-id="IciRDI.ca" tvg-name="Ici RDI" tvg-country="CA" tvg-language="French" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ICI-RDI.png" group-title="News",Ici RDI (720p) https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8 -#EXTINF:-1 tvg-id="ICIRDI.ca" tvg-name="ICI RDI" tvg-country="CA" tvg-language="" tvg-logo="https://static.epg.best/ca/RDINews.ca.png" group-title="",ICI RDI -https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master_2500.m3u8 #EXTINF:-1 tvg-id="ICITeleHD.ca" tvg-name="ICI Tele HD" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/byTTNAi.png" group-title="",ICI Tele HD (720p) https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8 -#EXTINF:-1 tvg-id="ICITeleHD.ca" tvg-name="ICI Tele HD" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",ICI Tele HD -https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master_2500.m3u8 #EXTINF:-1 tvg-id="IIPCTV.ca" tvg-name="IIPC TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/G7hGk8y.png" group-title="Religious",IIPC TV (480p) https://uni10rtmp.tulix.tv/iipctv/iipctv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="InsightTV.ca" tvg-name="Insight TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/uTZBchA.png" group-title="",Insight TV (720p) -https://insighttv-samsung-canada.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Inwonder.ca" tvg-name="Inwonder" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/YqF4usD.png" group-title="",Inwonder (720p) -https://inwonder-samsung-canada.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="KidoodleTV.ca" tvg-name="Kidoodle TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/KHkerRD.png" group-title="",Kidoodle TV (720p) -https://kidoodletv-kdtv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="LegislativeAssemblyofOntario.ca" tvg-name="Legislative Assembly of Ontario" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/4gL9GEa.png" group-title="Legislative",Legislative Assembly of Ontario (720p) https://origin-http-delivery.isilive.ca/live/_definst_/ontla/house-en/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.ca" tvg-name="Mav TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/FrYwhaz.png" group-title="",Mav TV (720p) -https://mavtv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MHZ.ca" tvg-name="MHZ" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/a5fw83n.jpg" group-title="",MHZ (720p) https://mhz-samsung-linear-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="NETVTorontoHD.ca" tvg-name="NETV Toronto HD" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/IYDllP5.jpg" group-title="",NETV Toronto HD @@ -166,11 +148,9 @@ https://outside-tv-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Ovation.ca" tvg-name="Ovation" tvg-country="CA" tvg-language="English" tvg-logo="" group-title="",Ovation (720p) https://bozztv.com/teleyupp/teleup-ovation/playlist.m3u8 #EXTINF:-1 tvg-id="PardesiTV.ca" tvg-name="Pardesi TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/CwAdPpZ.jpg" group-title="",Pardesi TV -http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.ca" 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 -#EXTINF:-1 tvg-id="PlayersTV.ca" 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 +http://stream.pardesitv.online/pardesi/index.m3u8 +#EXTINF:-1 tvg-id="ParnianTV.ca" tvg-name="Parnian TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Parnian TV +https://live2.parnian.tv/hls/.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca" tvg-name="Plymouth Rock TV" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Plymouth Rock TV (1080p) https://na-us-sw10.secdn.net/barakyah-channel/play/mp4:plymouthtvedge/playlist.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTVSource1.ca" tvg-name="Plymouth Rock TV | Source 1" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PlymouthRockTV_205x205.png?raw=true" group-title="",Plymouth Rock TV | Source 1 (1080p) @@ -180,9 +160,7 @@ https://hls-cdn.tvstartup.net/barakyah-channel/live/plymouthtvedge/playlist.m3u8 #EXTINF:-1 tvg-id="PowerNation.ca" tvg-name="PowerNation" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/HwAQMJL.png" group-title="",PowerNation (720p) https://rtmtv-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PrimeAsiaTV.ca" tvg-name="Prime Asia TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/LdGWsGj.png" group-title="",Prime Asia TV -http://primeasia.dyndns.tv:8080/Live_web_250/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="PrimeCanadaTV.ca" tvg-name="Prime Canada TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/rEKsf20.jpg" group-title="",Prime Canada TV -http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/chunks.m3u8 +http://primeasia.dyndns.tv:8080/Live_web_250/index.m3u8 #EXTINF:-1 tvg-id="PrimeCanadaTV.ca" tvg-name="Prime Canada TV" tvg-country="CA" tvg-language="Panjabi" tvg-logo="" group-title="",Prime Canada TV (720p) http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="QVTV.ca" tvg-name="QVTV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/X9LBFzK.jpg" group-title="Religious",QVTV (720p) @@ -193,8 +171,18 @@ https://zm6gdaxeyn93-hls-live.5centscdn.com/slworld/d65ce2bdd03471fde0a1dc5e01d7 http://toronto3.live247stream.com:8081/sanjhapunjab/tv/playlist.m3u8 #EXTINF:-1 tvg-id="SardariTV.ca" tvg-name="Sardari TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/AhbJjPL.jpg" group-title="",Sardari TV (1080p) http://158.69.124.9:1935/sardaritv/sardaritv/playlist.m3u8 +#EXTINF:-1 tvg-id="SMOTV.ca" tvg-name="SMO TV" tvg-country="CA" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRK3YfvIjxnZGIS9FPa6q4Hv-7vpgzJURGfihFdKEuzug99Ens&s" group-title="",SMO TV +http://186.15.50.30:8080/hls/smotv.m3u8 +#EXTINF:-1 tvg-id="StingrayAmbience.ca" tvg-name="Stingray Ambience" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Ambience +https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziostingrayambiance/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayClassicRock.ca" tvg-name="Stingray Classic Rock" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Classic Rock +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayclassicrock/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayClassicRock.ca" tvg-name="Stingray Classic Rock" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Classic Rock +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayclassicrock/CDN/master.m3u8 #EXTINF:-1 tvg-id="StingrayClassicRock.ca" tvg-name="Stingray Classic Rock" tvg-country="CA" tvg-language="" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/dcf6dea4-94f1-49c2-8387-82569dde9f45-small3x1_stirr_1219_epg_singrayclassicrock_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Stingray Classic Rock (1080p) https://ott-linear-channels.stingray.com/hls/stirr/101.m3u8 +#EXTINF:-1 tvg-id="StingrayClassicRock.ca" tvg-name="Stingray Classic Rock" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Classic Rock +https://xumo-redbox.ott-channels.stingray.com/101/master.m3u8 #EXTINF:-1 tvg-id="StingrayClassica.ca" tvg-name="Stingray Classica" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzA5ODU0MDBf/Stingray-Classica_450x450.png" group-title="Entertainment",Stingray Classica (1080p) https://stirr.ott-channels.stingray.com/iota-classica/index.m3u8 #EXTINF:-1 tvg-id="Stingraydjazz.ca" tvg-name="Stingray djazz" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzA5ODU0MDFf/Stingray-DJazz_400x400.png" group-title="Entertainment",Stingray djazz (1080p) @@ -203,20 +191,68 @@ https://stirr.ott-channels.stingray.com/djazz/master.m3u8 https://ott-linear-channels.stingray.com/hls/stirr/128.m3u8 #EXTINF:-1 tvg-id="StingrayFlashback70s.ca" tvg-name="Stingray Flashback 70s" tvg-country="CA" tvg-language="" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/4b83571f-2374-4e84-a27b-e772b0c94c51-small3x1_stirr_1219_epg_stingrayflashback70s_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Stingray Flashback 70s (1080p) https://ott-linear-channels.stingray.com/hls/stirr/115.m3u8 +#EXTINF:-1 tvg-id="StingrayGreatestHits.ca" tvg-name="Stingray Greatest Hits" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Greatest Hits +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraygreatesthits/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayGreatestHits.ca" tvg-name="Stingray Greatest Hits" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Greatest Hits +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraygreatesthits/CDN/master.m3u8 +#EXTINF:-1 tvg-id="StingrayGreatestHits.ca" tvg-name="Stingray Greatest Hits" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Greatest Hits +https://xumo-redbox.ott-channels.stingray.com/155/master.m3u8 +#EXTINF:-1 tvg-id="StingrayHitList.ca" tvg-name="Stingray Hit List" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Hit List +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhitlist/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayHitList.ca" tvg-name="Stingray Hit List" tvg-country="CA" tvg-language="" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/d35ab388-cc91-4070-876d-b5c48d989a60-small3x1_stirr_1219_epg_singrayhitlist_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Stingray Hit List (1080p) https://ott-linear-channels.stingray.com/hls/stirr/107.m3u8 +#EXTINF:-1 tvg-id="StingrayHitList.ca" tvg-name="Stingray Hit List" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Hit List +https://xumo-redbox.ott-channels.stingray.com/107/master.m3u8 +#EXTINF:-1 tvg-id="StingrayHitlist.ca" tvg-name="Stingray Hitlist" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Hitlist +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayhitlist/CDN/master.m3u8 #EXTINF:-1 tvg-id="StingrayHolidayHits.ca" tvg-name="Stingray Holiday Hits" tvg-country="CA" tvg-language="" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/518a9541-fade-45ec-9d64-5b0a65806270-small3x1_stirr_1219_epg_stingraygreatesthits_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Stingray Holiday Hits (1080p) https://ott-linear-channels.stingray.com/hls/stirr/155.m3u8 +#EXTINF:-1 tvg-id="StingrayHotCountry.ca" tvg-name="Stingray Hot Country" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Hot Country +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayHotCountry.ca" tvg-name="Stingray Hot Country" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Hot Country +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayhotcountry/CDN/master.m3u8 #EXTINF:-1 tvg-id="StingrayHotCountry.ca" tvg-name="Stingray Hot Country" tvg-country="CA" tvg-language="" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/d2dac750-5e2b-4107-a037-6467fca68e93-small3x1_stirr_1219_epg_stingrayhotcountry_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="",Stingray Hot Country (1080p) https://ott-linear-channels.stingray.com/hls/stirr/108.m3u8 +#EXTINF:-1 tvg-id="StingrayHotCountry.ca" tvg-name="Stingray Hot Country" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Hot Country +https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 +#EXTINF:-1 tvg-id="StingrayKaraoke.ca" tvg-name="Stingray Karaoke" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Karaoke +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraykaraoke/CDN/master.m3u8 #EXTINF:-1 tvg-id="StingrayKaraoke.ca" tvg-name="Stingray Karaoke" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/XkBOu3Q.jpg" group-title="",Stingray Karaoke (1080p) https://stingray-karaoke-2-de.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayKaraokeAustralia.ca" tvg-name="Stingray Karaoke (Australia)" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Karaoke (Australia) +https://samsung-au.ott-channels.stingray.com/karaoke/master.m3u8 +#EXTINF:-1 tvg-id="StingrayKaraokeSweden.ca" tvg-name="Stingray Karaoke (Sweden)" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Karaoke (Sweden) +https://stingray-karaoke-3-se.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayKarokeNetherland.ca" tvg-name="Stingray Karoke (Netherland)" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Karoke (Netherland) +https://stingray-karaoke-4-nl.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayNaturescape.ca" tvg-name="Stingray Naturescape" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Naturescape +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraynaturescape/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayNaturescape.ca" tvg-name="Stingray Naturescape" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Naturescape +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraynaturescape/CDN/master.m3u8 +#EXTINF:-1 tvg-id="StingrayNaturescape.ca" tvg-name="Stingray Naturescape" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Naturescape +https://lg.ott-channels.stingray.com/naturescape/master.m3u8 +#EXTINF:-1 tvg-id="StingrayNaturescape.ca" tvg-name="Stingray Naturescape" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Naturescape +https://samsung-mx.ott-channels.stingray.com/naturescape/master.m3u8 #EXTINF:-1 tvg-id="StingrayNaturescape.ca" tvg-name="Stingray Naturescape" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/OweXTPf.png" group-title="",Stingray Naturescape (1080p) https://stingray-naturescape-1-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayNaturescape.ca" tvg-name="Stingray Naturescape" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzA5ODU0MDNf/Stingray-Naturescape_450x450.png" group-title="Entertainment",Stingray Naturescape (1080p) https://stirr.ott-channels.stingray.com/naturescape/master.m3u8 +#EXTINF:-1 tvg-id="StingrayNaturescapeAustralia.ca" tvg-name="Stingray Naturescape (Australia)" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Naturescape (Australia) +https://samsung-au.ott-channels.stingray.com/naturescape/master.m3u8 +#EXTINF:-1 tvg-id="StingrayQello.ca" tvg-name="Stingray Qello" tvg-country="CA" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/StingrayQello_190x190.png?raw=true" group-title="",Stingray Qello +https://samsung.ott-channels.stingray.com/qello/master.m3u8 +#EXTINF:-1 tvg-id="StingrayQelloConcerts.ca" tvg-name="Stingray Qello Concerts" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Stingray Qello Concerts +https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioqelloconcerts/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayQelloConcerts.ca" tvg-name="Stingray Qello Concerts" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Qello Concerts +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayqello/CDN/master.m3u8 #EXTINF:-1 tvg-id="StingrayQelloConcerts.ca" tvg-name="Stingray Qello Concerts" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/IVUgJPY.png" group-title="",Stingray Qello Concerts (1080p) https://stingray-qelloconcerts-2-de.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="StingraySoulStorm.ca" tvg-name="Stingray Soul Storm" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Soul Storm +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraysoulstorm/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingraySoulStorm.ca" tvg-name="Stingray Soul Storm" tvg-country="CA" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Stingray Soul Storm +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraysoulstorm/CDN/master.m3u8 +#EXTINF:-1 tvg-id="StingraySoulStorm.ca" tvg-name="Stingray Soul Storm" tvg-country="CA" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Stingray Soul Storm +https://xumo-redbox.ott-channels.stingray.com/134/master.m3u8 #EXTINF:-1 tvg-id="TAGTV.ca" tvg-name="TAG TV" tvg-country="CA" tvg-language="Hindi" tvg-logo="https://i.imgur.com/4PA2adF.png" group-title="",TAG TV (1080p) http://cdn11.live247stream.com/tag/tv/playlist.m3u8 #EXTINF:-1 tvg-id="TamilVisionInternational.ca" tvg-name="Tamil Vision International" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",Tamil Vision International @@ -233,8 +269,6 @@ https://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/61016 https://dhx-teletubbies-3-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TheDesignNetwork.ca" tvg-name="The Design Network" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/wCq3E0M.png" group-title="",The Design Network (720p) https://thedesignnetwork-tdn-6-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="THESHOPPINGCHANNEL.ca" tvg-name="THE SHOPPING CHANNEL" tvg-country="CA" tvg-language="" tvg-logo="" group-title="",THE SHOPPING CHANNEL -http://tscstreaming-lh.akamaihd.net/i/TSCLiveStreaming_1@91031/index_1_av-p.m3u8 #EXTINF:-1 tvg-id="Toronto360TV.ca" tvg-name="Toronto 360 TV" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/PkWndsv.png" group-title="Local",Toronto 360 TV (720p) http://toronto3.live247stream.com/toronto360/tv/playlist.m3u8 #EXTINF:-1 tvg-id="TSC.ca" tvg-name="TSC" tvg-country="CA" tvg-language="English" tvg-logo="https://i.imgur.com/FlJVD8a.png" group-title="Shop",TSC (720p) @@ -245,17 +279,11 @@ http://capcobroadcaststream.in:1935/capco/tv29/playlist.m3u8 https://bozztv.com/teleyupp1/teleup-OMZsmYVUMp/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" tvg-name="Tรฉlรฉ Culturelle Mรฉdias" tvg-country="CA" tvg-language="French" tvg-logo="https://i.imgur.com/oRigj9q.jpg" group-title="",Tรฉlรฉ Culturelle Mรฉdias (720p) https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 -#EXTINF:-1 tvg-id="isumatv.ca" tvg-name="isuma.tv" tvg-country="CA" tvg-language="English;Inuktitut" tvg-logo="https://i.imgur.com/RR7ATr2.png" group-title="",Uvagut TV (640p) -http://dee7mwgg9dzvl.cloudfront.net/hls/live640.m3u8 -#EXTINF:-1 tvg-id="isumatv.ca" tvg-name="isuma.tv" tvg-country="CA" tvg-language="English;Inuktitut" tvg-logo="https://i.imgur.com/RR7ATr2.png" group-title="",Uvagut TV (720p) -http://dee7mwgg9dzvl.cloudfront.net/hls/live720.m3u8 #EXTINF:-1 tvg-id="isumatv.ca" tvg-name="isuma.tv" tvg-country="CA" tvg-language="English;Inuktitut" tvg-logo="https://i.imgur.com/RR7ATr2.png" group-title="",Uvagut TV (720p) http://dee7mwgg9dzvl.cloudfront.net/live.m3u8 #EXTINF:-1 tvg-id="VBS.ca" tvg-name="VBS" tvg-country="CA" tvg-language="Vietnamese" tvg-logo="https://i.imgur.com/IWpevBp.jpg" group-title="",VBS https://uni6rtmp.tulix.tv/vbstv/vbsabr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="WaypointTV.ca" tvg-name="Waypoint TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/yBTz6JA.png" group-title="",Waypoint TV (720p) +#EXTINF:-1 tvg-id="WaypointTV.ca" tvg-name="Waypoint TV" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/yBTz6JA.png" group-title="",Waypoint TV (720p) https://waypointtv-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Weatherspy.ca" tvg-name="Weatherspy" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/8oJYi1z.png" group-title="",Weatherspy (720p) +#EXTINF:-1 tvg-id="Weatherspy.ca" tvg-name="Weatherspy" tvg-country="CA" tvg-language="" tvg-logo="https://i.imgur.com/8oJYi1z.png" group-title="",Weatherspy (720p) https://jukin-weatherspy-2-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.ca" tvg-name="World Poker Tour" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/ZqB9etQ.png" group-title="",World Poker Tour (720p) -https://world-poker-tour-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 diff --git a/channels/cd.m3u b/channels/cd.m3u index 718bb35ba..064bac9ed 100644 --- a/channels/cd.m3u +++ b/channels/cd.m3u @@ -5,5 +5,9 @@ https://stream.ecable.tv/afrobeats/index.m3u8 http://51.254.199.122:8080/bossbrothersTV/index.m3u8 #EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" tvg-name="Congo Planet Television" tvg-country="CD" tvg-language="French" tvg-logo="https://i.imgur.com/KiyYqPK.jpg" group-title="General",Congo Planet Television (1080p) https://radio.congoplanet.com/Congo_Planet_TV.sdp/Congo_Planet_TV/playlist.m3u8 +#EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" tvg-name="Congo Planet Television" tvg-country="CD" tvg-language="" tvg-logo="" group-title="",Congo Planet Television +https://radio.congoplanet.com/Congo_Planet_TV.sdp/Congo_Planet_TV/playlist_1080.m3u8 #EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" tvg-name="Congo Planet Television" tvg-country="CD" tvg-language="French" tvg-logo="https://i.imgur.com/KiyYqPK.jpg" group-title="General",Congo Planet Television (1080p) https://radio.congoplanet.com/Congo_Planet_TV_Pop.sdp/Congo_Planet_TV_Pop/playlist.m3u8 +#EXTINF:-1 tvg-id="CongoPlanetTelevision2.cd" tvg-name="Congo Planet Television 2" tvg-country="CD" tvg-language="" tvg-logo="" group-title="",Congo Planet Television 2 +https://radio.congoplanet.com/Congo_Planet_TV_Pop.sdp/Congo_Planet_TV_Pop/playlist_1080.m3u8 diff --git a/channels/cg.m3u b/channels/cg.m3u index fcd718794..0bfa271c1 100644 --- a/channels/cg.m3u +++ b/channels/cg.m3u @@ -1 +1,19 @@ #EXTM3U +#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="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="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="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="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="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="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="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 e10d241cc..5ca1045ae 100644 --- a/channels/ch.m3u +++ b/channels/ch.m3u @@ -19,6 +19,8 @@ http://source2.primetime.ch:2981/play/elittv/index.m3u8 https://livesd2.vedge.infomaniak.com/livecast/livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" tvg-name="Kanal 9" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/nQVDOVb.png" group-title="",Kanal 9 (1080p) https://livesd2.vedge.infomaniak.com/livecast/livesd2/master.m3u8 +#EXTINF:-1 tvg-id="LaTele.ch" tvg-name="La Tรฉlรฉ" tvg-country="CH" tvg-language="" tvg-logo="https://i.imgur.com/JiAnDPu.png" group-title="",La Tรฉlรฉ +https://latele.vedge.infomaniak.com/livecast/latele/chunklist.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" tvg-name="La Tรฉlรฉ" tvg-country="CH" tvg-language="French" tvg-logo="https://i.imgur.com/JiAnDPu.png" group-title="",La Tรฉlรฉ (1080p) https://latele.vedge.infomaniak.com/livecast/latele/playlist.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" tvg-name="La Tรฉlรฉ" tvg-country="CH" tvg-language="French" tvg-logo="https://i.imgur.com/JiAnDPu.png" group-title="",La Tรฉlรฉ (1080p) @@ -37,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 @@ -65,6 +67,18 @@ https://rougetv.vedge.infomaniak.com/livecast/rougetv/playlist.m3u8 http://source2.primetime.ch:2981/play/royaltv/index.m3u8 #EXTINF:-1 tvg-id="Schweiz5.ch" tvg-name="Schweiz 5" tvg-country="CH" tvg-language="German" tvg-logo="http://www.schweiz5.ch/wp-content/uploads/2018/10/ch5logo-large-1.png" group-title="",Schweiz 5 https://stream.schweiz5.ch/schweiz52020/stream.m3u8 +#EXTINF:-1 tvg-id="SofyTV.ch" tvg-name="Sofy TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/Srxa6cR.png" group-title="",Sofy TV (720p) +https://sofy-ger-samsung.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="SofyTV.ch" tvg-name="Sofy TV" tvg-country="CH" tvg-language="" tvg-logo="" group-title="",Sofy TV +https://sofytv-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="SofyTV.ch" tvg-name="Sofy TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/Srxa6cR.png" group-title="",Sofy TV (720p) +https://sofytv-samsungfr.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="SofyTV.ch" tvg-name="Sofy TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Srxa6cR.png" group-title="",Sofy TV (720p) +https://sofytv-samsunguk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="SofyTVItaly.ch" tvg-name="Sofy TV (Italy)" tvg-country="CH" tvg-language="" tvg-logo="" group-title="",Sofy TV (Italy) +https://sofytv-samsungit.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="SofyTVSpain.ch" tvg-name="Sofy TV (Spain)" tvg-country="CH" tvg-language="" tvg-logo="" group-title="",Sofy TV (Spain) +https://sofytv-samsunges.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SwissSportTV.ch" tvg-name="Swiss Sport TV" tvg-country="CH" tvg-language="English" tvg-logo="https://i.imgur.com/HC0j4cC.jpg" group-title="Sports",Swiss Sport TV (720p) https://av02.upstream-cloud.ch/sstvlinear/ngrp:sstvlinear_all/playlist.m3u8 #EXTINF:-1 tvg-id="SWISSSportTV247.ch" tvg-name="SWISS Sport TV 24/7" tvg-country="CH" tvg-language="German" tvg-logo="https://i.imgur.com/lTqP4Ij.jpg" group-title="",SWISS Sport TV 24/7 (720p) diff --git a/channels/cl.m3u b/channels/cl.m3u index 19b4dfd93..f4a50933f 100644 --- a/channels/cl.m3u +++ b/channels/cl.m3u @@ -3,64 +3,72 @@ http://edge1.cl.grupoz.cl/aeradio/live/index.m3u8 #EXTINF:-1 tvg-id="AlegriaTV.cl" tvg-name="Alegria TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.m3u.cl/logo/80111_Alegria_TV.png" group-title="",Alegria TV (480p) https://593b04c4c5670.streamlock.net:443/8192/8192/playlist.m3u8 -#EXTINF:-1 tvg-id="AntofagastaTV.cl" tvg-name="Antofagasta TV" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Antofagasta TV -https://unlimited1-us.dps.live/atv/atv.smil/atv/livestream2/chunks.m3u8 -#EXTINF:-1 tvg-id="AntofagastaTV.cl" tvg-name="Antofagasta TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/m70PUPf.jpg" group-title="",Antofagasta TV (720p) -https://unlimited1-us.dps.live/atv/atv.smil/atv/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="CamaradeDiputadosDVR.cl" tvg-name="Camara de Diputados (DVR)" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Camara de Diputados (DVR) (720p) http://camara.02.cl.cdnz.cl/cdndvr/ngrp:live_all/playlist.m3u8 -#EXTINF:-1 tvg-id="CampoAbierto.cl" tvg-name="Campo Abierto" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Campo Abierto (480p) -http://v3.tustreaming.cl/campoabierto/live1/index.m3u8 #EXTINF:-1 tvg-id="CampoAbiertoTV.cl" tvg-name="Campo Abierto TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.rodeoenvivo.cl/portal/wp-content/uploads/2016/05/BANNER_CAMPO_ABIERTO_TV.png" group-title="",Campo Abierto TV (Huechuraba) (480p) http://v3.tustreaming.cl/campoabierto/live1/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal13.cl" tvg-name="Canal 13" tvg-country="CL" tvg-language="Spanish" tvg-logo="" group-title="",Canal 13 +http://186.101.216.211:8000/play/ca13 #EXTINF:-1 tvg-id="Canal21.cl" tvg-name="Canal 21" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://lh3.googleusercontent.com/-zdameN8RkN4/Wn9k02_XleI/AAAAAAAAgwU/o7QWyXJUMuUIqbZ7vPAZ7eOHYmFLIBDNwCK8BGAs/s265/2018-02-10.png" group-title="",Canal 21 (720p) [Not 24/7] http://edge1.cl.grupoz.cl/canal21tv/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal21.cl" tvg-name="Canal 21" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.canal21tv.cl/wp/wp-content/uploads/2017/06/LogoFront-1.png" group-title="",Canal 21 (720p) [Not 24/7] https://tls.cdnz.cl/canal21tv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal21Chilldegn.cl" tvg-name="Canal 21 Chillโˆšยฐn" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Canal 21 Chillโˆšยฐn [Not 24/7] -http://edge1.cl.grupoz.cl/canal21tv/live/chunklist_w148640593.m3u8 #EXTINF:-1 tvg-id="Canal29.cl" tvg-name="Canal 29" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/iQ5Umwj.jpg" group-title="",Canal 29 (496p) -https://59f1cbe63db89.streamlock.net:1443/canal/_definst_/canal/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal29SERIESANTIGASHD.cl" tvg-name="Canal 29 SERIES ANTIGAS HD" tvg-country="CL" tvg-language="" tvg-logo="http://www.m3u.cl/logo/109839_Canal_29.png" group-title="",Canal 29 SERIES ANTIGAS HD -https://59f1cbe63db89.streamlock.net:1443/canal/_definst_/canal/chunklist_w732902769.m3u8 +https://59f1cbe63db89.streamlock.net:1443/canal/canal/playlist.m3u8 #EXTINF:-1 tvg-id="CANAL33HD.cl" tvg-name="CANAL 33 HD" tvg-country="CL" tvg-language="" tvg-logo="https://www.canal33.cl/assets/images/logo.png" group-title="",CANAL 33 HD -https://5eae379fb77bb.streamlock.net/eduardo555/eduardo555/chunklist_w1816507639.m3u8 -#EXTINF:-1 tvg-id="Canal9Chile.cl" tvg-name="Canal 9 Chile" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Canal 9 Chile (240p) +https://5eae379fb77bb.streamlock.net/eduardo555/eduardo555/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal9BioBio.cl" tvg-name="Canal 9 Bio-Bio Television" tvg-country="CL" tvg-language="" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2016/05/Bio-Bio-TV.png" group-title="",Canal 9 Bio-Bio Television (240p) [Not 24/7] https://unlimited1-us.dps.live/c9/c9.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal9BioBio.cl" tvg-name="Canal 9 Bio-Bio Television" tvg-country="CL" tvg-language="" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2016/05/Bio-Bio-TV.png" group-title="",Canal 9 Bio-Bio Television (720p) [Not 24/7] +https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalDiputados.cl" tvg-name="Canal Diputados" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Canal Diputados -http://camara.03.cl.cdnz.cl/camara19/live/chunklist.m3u8 +http://camara.03.cl.cdnz.cl/camara19/live/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurvisionAlerce.cl" tvg-name="Canal Survision Alerce" tvg-country="CL" tvg-language="" tvg-logo="http://tvsurvision.cl/wp-content/uploads/2020/10/LOGO-PNG.png" group-title="",Canal Survision Alerce -http://170.79.102.254:1935/pruebacamara/Survision_tv_alerce/chunklist_w565457012.m3u8 -#EXTINF:-1 tvg-id="CDTV.cl" tvg-name="Cรกmara de Diputadas y Diputados Televisiรณn (CDTV)" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://i.imgur.com/x3dL9pm.jpg" group-title="",Cรกmara de Diputadas y Diputados Televisiรณn (CDTV) (720p) -https://camara.03.cl.cdnz.cl/camara19/live/playlist.m3u8 +http://170.79.102.254:1935/pruebacamara/Survision_tv_alerce/playlist.m3u8 +#EXTINF:-1 tvg-id="CarolinaTV.cl" tvg-name="Carolina TV" tvg-country="CL" tvg-language="" tvg-logo="http://www.carolina.cl/carolina-tv/img/ogimage.png" group-title="",Carolina TV +https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CarolinaTV.cl" tvg-name="Carolina TV" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/eaHPbqd.png" group-title="Music",Carolina TV +https://unlimited6-cl.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (240p) [Not 24/7] http://streaming.elpinguino.com:1935/live/pinguinotv_240p/playlist.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (360p) [Not 24/7] -http://streaming.elpinguino.com:1935/live/pinguinotv_360p/livestream.m3u8 -#EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (360p) [Not 24/7] http://streaming.elpinguino.com:1935/live/pinguinotv_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (360p) [Not 24/7] -http://streaming.elpinguino.com:1935/live/pinguinotv_360p/sat.m3u8 -#EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (720p) [Not 24/7] -http://streaming.elpinguino.com:1935/live/pinguinotv_720p/livestream.m3u8 #EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (720p) [Not 24/7] http://streaming.elpinguino.com:1935/live/pinguinotv_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="ElPinguinoTV.cl" tvg-name="El Pingรผino TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3ob9ss3.jpg" group-title="",El Pingรผino TV (720p) [Not 24/7] +https://iptv-all.lanesh4d0w.codes/m3u8/elpinguino_cl.m3u8 #EXTINF:-1 tvg-id="ESTACIONTVHD.cl" tvg-name="ESTACION TV HD" tvg-country="CL" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS-ikVAyjIFBMuH1_tknzbL5zxfU9kQw1YfPw&usqp=CAU" group-title="",ESTACION TV HD -http://unlimited1-us.dps.live/estaciontv/estaciontv.smil/estaciontv/livestream2/chunks.m3u8 +http://unlimited1-us.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ESTACIONTVHD.cl" tvg-name="ESTACION TV HD" tvg-country="CL" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS-ikVAyjIFBMuH1_tknzbL5zxfU9kQw1YfPw&usqp=CAU" group-title="",ESTACION TV HD +http://unlimited6-cl.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="GenialTV.cl" tvg-name="Genial TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.chileiptv.cl/img/logos/file_1521688260.jpg" group-title="",Genial TV [Not 24/7] -http://v3.tustreaming.cl/genialtv/live1/tracks-v1a1/index.m3u8 +http://v3.tustreaming.cl/genialtv/live1/playlist.m3u8 #EXTINF:-1 tvg-id="GraciaTV.cl" tvg-name="Gracia TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://is1-ssl.mzstatic.com/image/thumb/Purple71/v4/dc/4f/bb/dc4fbb86-fb91-7803-17ad-9e26c5bc61f0/pr_source.png/246x0w.jpg" group-title="",Gracia TV (720p) http://v3.tustreaming.cl/graciatv/live1/index.m3u8 #EXTINF:-1 tvg-id="GraciaTVChile.cl" tvg-name="Gracia TV (Chile)" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Gracia TV (Chile) (720p) http://v3.tustreaming.cl:80/graciatv/live1/index.m3u8 #EXTINF:-1 tvg-id="HiperTV.cl" tvg-name="HiperTV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://lh3.googleusercontent.com/-Jzepv48lTKg/Xm-zbST5B9I/AAAAAAAAw9c/j5ZlS99NHzghrTZ7O-RHN8wIXHEkMRutgCK8BGAsYHg/s0/2020-03-16.png" group-title="",HiperTV (720p) -https://inliveserver.com:1936/11010/11010/playlist.m3u8?PlaylistM3UCL +https://inliveserver.com:1936/11010/11010/playlist.m3u8 +#EXTINF:-1 tvg-id="ITVPatagonia.cl" tvg-name="ITV Patagonia" tvg-country="CL" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQx7H4ZZVpypexXqbp7Devw9Jo8H1FMPIv4eA&usqp=CAU" group-title="",ITV Patagonia +https://unlimited1-us.dps.live/itv/itv.smil/itv/playlist.m3u8 #EXTINF:-1 tvg-id="ITVPatagonia.cl" tvg-name="ITV Patagonia" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/9sKGsmt.png" group-title="",ITV Patagonia (720p) -https://unlimited1-us.dps.live/itv/itv.smil/itv/livestream1/playlist.m3u8 -#EXTINF:-1 tvg-id="ITVPatagonia.cl" tvg-name="ITV Patagonia" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://lh3.googleusercontent.com/-uSEbJ_o0QlY/Wn9mgCZRMnI/AAAAAAAAgww/FemZGM5N_GQI7T4IgYhq3zTDPbhl_tfpQCK8BGAs/s302/2018-02-10.png" group-title="",ITV Patagonia (720p) -https://unlimited1-us.dps.live/itv/itv.smil/playlist.m3u8 +https://unlimited6-cl.dps.live/itv/itv.smil/itv/playlist.m3u8 #EXTINF:-1 tvg-id="MAXIMA.cl" tvg-name="MAXIMA" tvg-country="CL" tvg-language="" tvg-logo="https://maximachile.cl/wp-content/uploads/2019/10/LOGO-MAXIMA-MIO-ESTATICO-e1572548123359.png" group-title="",MAXIMA -https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/chunklist_w400572797.m3u8 +https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/playlist.m3u8 +#EXTINF:-1 tvg-id="MIX247.cl" tvg-name="MIX 24/7" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/1.m3u8 +#EXTINF:-1 tvg-id="MIX247Baladas.cl" tvg-name="MIX 24/7 Baladas" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 Baladas +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/6.m3u8 +#EXTINF:-1 tvg-id="MIX247ConciertosLive.cl" tvg-name="MIX 24/7 Conciertos Live" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 Conciertos Live +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/7.m3u8 +#EXTINF:-1 tvg-id="MIX247Pop.cl" tvg-name="MIX 24/7 Pop" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 Pop +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/5.m3u8 +#EXTINF:-1 tvg-id="MIX247Retro.cl" tvg-name="MIX 24/7 Retro" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 Retro +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/4.m3u8 +#EXTINF:-1 tvg-id="MIX247Top100.cl" tvg-name="MIX 24/7 Top 100" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 Top 100 +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/2.m3u8 +#EXTINF:-1 tvg-id="MIX247Tropical.cl" tvg-name="MIX 24/7 Tropical" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 Tropical +http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/3.m3u8 #EXTINF:-1 tvg-id="MASPlusTVCHILE.cl" tvg-name="MรS+.TV CHILE" tvg-country="CL" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT-gJQjLC4uY64nX5RDj7As24mWj35sC73ukw&usqp=CAU" group-title="",MรS+.TV CHILE https://593b04c4c5670.streamlock.net/8008/8008/playlist.m3u8 #EXTINF:-1 tvg-id="Pauta.cl" tvg-name="Pauta" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/CFbHdqZ.jpg" group-title="",Pauta @@ -68,7 +76,7 @@ https://video-ply.pauta.cl/playlist/stream.m3u8 #EXTINF:-1 tvg-id="PintanaTV.cl" tvg-name="Pintana TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://lh3.googleusercontent.com/-tRkb11g6GOI/WoBPJm9cd4I/AAAAAAAAgyc/lrR7FPg27aoiQryOJXRQGuG8FLpKoXxBQCK8BGAs/s132/2018-02-11.png" group-title="",Pintana TV http://cdn.vms.grupoz.cl/lapintanatv/content/5a7c8e25e19d3e641aca9fb2/hls/playlist.m3u8 #EXTINF:-1 tvg-id="Portalfoxmix.cl" tvg-name="Portalfoxmix" tvg-country="CL" tvg-language="Spanish" tvg-logo="" group-title="Music",Portalfoxmix (720p) -http://149.56.17.92:1935/portalfoxmix/_definst_/portalfoxmix/playlist.m3u8 +http://149.56.17.92:1935/portalfoxmix/portalfoxmix/playlist.m3u8 #EXTINF:-1 tvg-id="Portalfoxmix.cl" tvg-name="Portalfoxmix" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/umdJ2mP.jpg" group-title="Music",Portalfoxmix (720p) http://tv.portalfoxmix.club:1935/portalfoxmix/portalfoxmix/playlist.m3u8 #EXTINF:-1 tvg-id="Portalfoxmix.cl" tvg-name="Portalfoxmix" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/portalfoxmixtv/picture?width=320&height=320" group-title="Music",Portalfoxmix (720p) @@ -76,7 +84,13 @@ https://593b04c4c5670.streamlock.net/portalfoxmix/portalfoxmix/playlist.m3u8 #EXTINF:-1 tvg-id="RadioMaxima949FMSB.cl" tvg-name="Radio Maxima 94.9 FM SB" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/GQWiS9Q.png" group-title="",Radio Maxima 94.9 FM SB (720p) http://server1.oklanet.cl:1935/maximavideo1/maximavideo1/playlist.m3u8 #EXTINF:-1 tvg-id="RadioZetaTV.cl" tvg-name="Radio Zeta TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://ik.imagekit.io/ulangotv/image/upload/3788384_logo_radio_zeta.png" group-title="",Radio Zeta TV (480p) -https://unlimited1-cl.dps.live/radioztv/radioztv.smil/radioztv/livestream2/playlist.m3u8 +https://unlimited1-cl.dps.live/radioztv/radioztv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioZetaTV.cl" tvg-name="Radio Zeta TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://ik.imagekit.io/ulangotv/image/upload/3788384_logo_radio_zeta.png" group-title="",Radio Zeta TV (480p) +https://unlimited1-us.dps.live/radioztv/radioztv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="RetroPlus2HD.cl" tvg-name="Retro Plus 2 HD" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/i0rZsgG.png" group-title="Music",Retro Plus 2 HD +https://59f1cbe63db89.streamlock.net:1443/retroplussenal2/retroplussenal2/playlist.m3u8 +#EXTINF:-1 tvg-id="RetroPlusHD.cl" tvg-name="Retro Plus HD" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/i0rZsgG.png" group-title="Music",Retro Plus HD +https://59f1cbe63db89.streamlock.net:1443/retroplustv/retroplustv/playlist.m3u8 #EXTINF:-1 tvg-id="RewindHD.cl" tvg-name="Rewind HD" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/Ni2jlBi.png" group-title="Music",Rewind HD (720p) [Not 24/7] https://tls.cdnz.cl/rewindtv/rewindtv/playlist.m3u8 #EXTINF:-1 tvg-id="RoccoTV.cl" tvg-name="Rocco TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://roccotv.cl/wp-content/uploads/2015/02/roccotv.png" group-title="",Rocco TV (Coyhaique) (240p) [Not 24/7] @@ -85,59 +99,57 @@ http://evo.eltelon.com:1935/live/rocco-tv/playlist.m3u8 https://593b04c4c5670.streamlock.net:443/8038/8038/playlist.m3u8 #EXTINF:-1 tvg-id="StgoTV.cl" tvg-name="Stgo.TV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/984897951024713729/HyC8AIMf.jpg" group-title="",Stgo.TV (720p) https://stv.janus.cl/playlist/stream.m3u8 -#EXTINF:-1 tvg-id="SURVISIONALERCEHD.cl" tvg-name="SUR VISION ALERCE HD" tvg-country="CL" tvg-language="" tvg-logo="http://tvsurvision.cl/wp-content/uploads/2020/10/LOGO-PNG.png" group-title="",SUR VISION ALERCE HD -http://170.79.102.254:1935/pruebacamara/Survision_tv_alerce/chunklist_w1268767532.m3u8?_=1 #EXTINF:-1 tvg-id="Teletrak.cl" tvg-name="Teletrak" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/6J8xRah.png" group-title="",Teletrak (720p) -https://unlimited1-us.dps.live/teletrak/teletrak.smil/teletrak/livestream1/playlist.m3u8 +https://unlimited1-us.dps.live/teletrak/teletrak.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Teletrak.cl" tvg-name="Teletrak" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/6J8xRah.png" group-title="",Teletrak (720p) +https://unlimited6-cl.dps.live/teletrak/teletrak.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ThemaTelevision.cl" tvg-name="Thema Televisiรณn" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.thematelevision.cl/wp-content/uploads/2016/02/LOGO1.png" group-title="",Thema Televisiรณn (La Serena) (720p) -https://unlimited10-cl.dps.live/thema/thema.smil/thema/livestream1/playlist.m3u8 +https://unlimited1-us.dps.live/thema/thema.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ThemaTelevision.cl" tvg-name="Thema Televisiรณn" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.thematelevision.cl/wp-content/uploads/2016/02/LOGO1.png" group-title="",Thema Televisiรณn (La Serena) (720p) +https://unlimited10-cl.dps.live/thema/thema.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVCOSTA.cl" tvg-name="TV COSTA" tvg-country="CL" tvg-language="" tvg-logo="https://image.winudf.com/v2/image1/dHYuY29zdGEzX2ljb25fMTU3MTA1MDcwOV8wODA/icon.png?w=170&fakeurl=1" group-title="",TV COSTA http://cdn.streamingmedia.cl:1935/live/canalcosta/playlist.m3u8 #EXTINF:-1 tvg-id="TVPOPHD.cl" tvg-name="TV POP HD" tvg-country="CL" tvg-language="" tvg-logo="https://www.radiopop.cl/wp-content/uploads/2019/01/logo_pop_001.png" group-title="",TV POP HD -https://v4.tustreaming.cl/poptv/tracks-v1a1/mono.m3u8 +https://v4.tustreaming.cl/poptv/playlist.m3u8 #EXTINF:-1 tvg-id="TV5Linares.cl" tvg-name="TV5 Linares" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/FvqaFci.png" group-title="",TV5 Linares (720p) https://unlimited1-us.dps.live/tv5/tv5.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV5Linares.cl" tvg-name="TV5 Linares" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/FvqaFci.png" group-title="",TV5 Linares (720p) -https://unlimited1-us.dps.live/tv5/tv5.smil/tv5/livestream1/playlist.m3u8 +https://unlimited6-cl.dps.live/tv5/tv5.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVNHD.cl" tvg-name="TVN HD" tvg-country="CL" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLN4WfUMrRsD0b04jbG3EnYrnlV4FYPZURRw&usqp=CAU" group-title="",TVN HD -http://unlimited10-cl.dps.live/tvn/tvn.smil/tvn/livestream1/chunks.m3u8 +http://unlimited1-us.dps.live/tvn/tvn.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TVNHD.cl" tvg-name="TVN HD" tvg-country="CL" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLN4WfUMrRsD0b04jbG3EnYrnlV4FYPZURRw&usqp=CAU" group-title="",TVN HD +http://unlimited10-cl.dps.live/tvn/tvn.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVR.cl" tvg-name="TVR" tvg-country="CL" tvg-language="" tvg-logo="https://elfiltrador.com/wp-content/uploads/2019/03/53311917_1258469654318918_8926059123426983936_n.png" group-title="",TVR https://unlimited1-cl.dps.live/tvr/tvr.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TVR.cl" tvg-name="TVR" tvg-country="CL" tvg-language="" tvg-logo="https://elfiltrador.com/wp-content/uploads/2019/03/53311917_1258469654318918_8926059123426983936_n.png" group-title="",TVR +https://unlimited1-us.dps.live/tvr/tvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UCV3TV.cl" tvg-name="UCV3 TV" tvg-country="CL" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/f/f6/UCV_3.png/revision/latest?cb=20170820170650" group-title="",UCV3 TV (720p) http://unlimited1-cl.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Uestv.cl" tvg-name="Uestv" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",Uestv -http://cl.origin.grupoz.cl/uestv/live/chunklist_w694016780.m3u8 -#EXTINF:-1 tvg-id="UESTV.cl" tvg-name="UESTV" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",UESTV (720p) -http://cl.origin.grupoz.cl/uestv/live/playlist.m3u +#EXTINF:-1 tvg-id="UCV3TV.cl" tvg-name="UCV3 TV" tvg-country="CL" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/f/f6/UCV_3.png/revision/latest?cb=20170820170650" group-title="",UCV3 TV (720p) +http://unlimited6-cl.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UESTV.cl" tvg-name="UESTV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/2dVTcSF.png" group-title="",UESTV (720p) http://cl.origin.grupoz.cl/uestv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="UESTV.cl" tvg-name="UESTV" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/2dVTcSF.png" group-title="",UESTV (720p) -http://cl.origin.grupoz.cl:1935/uestv/live/playlist.m3u8 #EXTINF:-1 tvg-id="UESTV.cl" tvg-name="UESTV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://sitios.upla.cl/contenidos/wp-content/uploads/2010/06/logo-canal-tv-2.jpg" group-title="",UESTV (720p) http://edge1.cl.grupoz.cl/uestv/live/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="UESTV.cl" tvg-name="UESTV" tvg-country="CL" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/1158034752/logo_canal_tv_2.2.JPG" group-title="",UESTV -https://tls.cdnz.cl/uestv/live/chunklist_w168368058_DVR.m3u8 +https://tls.cdnz.cl/uestv/live/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="UMAGTVTelevision.cl" tvg-name="UMAGTV Televisiรณn" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://www.novasur.cl/sites/default/files/web_umag_tv.png" group-title="",UMAGTV Televisiรณn (Punta Arenas) (720p) http://edge1.cl.grupoz.cl/tser5/live/playlist.m3u8 #EXTINF:-1 tvg-id="UATV.cl" tvg-name="Universidad Autรณnoma Temuco (UATV)" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://uatv.cl/wp-content/uploads/2016/01/marcauatv_2.png" group-title="",Universidad Autรณnoma Temuco (UATV) (1080p) -https://unlimited1-us.dps.live/uatv/uatv.smil/uatv/livestream1/playlist.m3u8 +https://unlimited1-us.dps.live/uatv/uatv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="UATV.cl" tvg-name="Universidad Autรณnoma Temuco (UATV)" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://uatv.cl/wp-content/uploads/2016/01/marcauatv_2.png" group-title="",Universidad Autรณnoma Temuco (UATV) (1080p) +https://unlimited6-cl.dps.live/uatv/uatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UTVSanClemente.cl" tvg-name="UTV San Clemente" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://www.utvsanclemente.cl/img/logo-utv-sc.png" group-title="",UTV San Clemente (720p) http://v3.tustreaming.cl/utvsc/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="UTVSANCLEMENTEHD.cl" tvg-name="UTV SAN CLEMENTE HD" tvg-country="CL" tvg-language="" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2017/10/san-clemente.png" group-title="",UTV SAN CLEMENTE HD -https://v2.tustreaming.cl/utvsc/live1/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="VCOnline.cl" tvg-name="VC Online" tvg-country="CL" tvg-language="Spanish" tvg-logo="https://i.imgur.com/897eGEd.png" group-title="",VC Online (546p) https://593b04c4c5670.streamlock.net/8068/8068/playlist.m3u8 #EXTINF:-1 tvg-id="VTV.cl" tvg-name="VTV" tvg-country="CL" tvg-language="Spanish" tvg-logo="http://images.eltelon.com/cache/media/4151/square_150x150-2.jpg" group-title="",VTV (Valle de Aconcagua) -http://cdn.streamingmedia.cl:1935/live/vtv2/livestream3/playlist.m3u8 +http://cdn.streamingmedia.cl:1935/live/vtv2/playlist.m3u8 #EXTINF:-1 tvg-id="VTVAconcaga.cl" tvg-name="VTV Aconcaga" tvg-country="CL" tvg-language="" tvg-logo="http://images.eltelon.com/cache/media/4151/square_150x150-2.jpg" group-title="",VTV Aconcaga -http://unlimited1-us.dps.live/vtv/vtv.smil/vtv/livestream1/chunks.m3u8 -#EXTINF:-1 tvg-id="VTVHDiptvm3uplaylistscom.cl" tvg-name="VTV HD iptvm3uplaylists.com" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",VTV HD iptvm3uplaylists.com -http://cdn.streamingmedia.cl:1935/live//vtvvina/playlist.m3u8 -#EXTINF:-1 tvg-id="VTVValledeAconcagua.cl" tvg-name="VTV Valle de Aconcagua" tvg-country="CL" tvg-language="" tvg-logo="" group-title="",VTV Valle de Aconcagua -http://cdn.streamingmedia.cl:1935/live/vtv2//livestream1/playlist.m3u8 +http://unlimited1-us.dps.live/vtv/vtv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="VTVAconcaga.cl" tvg-name="VTV Aconcaga" tvg-country="CL" tvg-language="" tvg-logo="http://images.eltelon.com/cache/media/4151/square_150x150-2.jpg" group-title="",VTV Aconcaga +http://unlimited6-cl.dps.live/vtv/vtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VTVVinaValparaisoHD.cl" tvg-name="VTV Vina - Valparaiso HD" tvg-country="CL" tvg-language="" tvg-logo="http://images.eltelon.com/cache/media/4151/square_150x150-2.jpg" group-title="",VTV Vina - Valparaiso HD http://cdn.streamingmedia.cl:1935/live/vtvvina/playlist.m3u8 -#EXTINF:-1 tvg-id="XTVMusicHD.cl" tvg-name="XTV Music HD" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/Gh3UlFo.jpg" group-title="Music",XTV Music HD (720p) -https://tls.cdnz.cl/xtvmusic/xtvmusic/playlist.m3u8 #EXTINF:-1 tvg-id="ZappingMusicHD.cl" tvg-name="Zapping Music HD" tvg-country="CL" tvg-language="" tvg-logo="https://i.imgur.com/lHvoKdw.jpg" group-title="Music",Zapping Music HD https://zmlive.zappingtv.com/zm_free/zm.smil/playlist.m3u8 diff --git a/channels/cn.m3u b/channels/cn.m3u index 173747fd2..73f6875ad 100644 --- a/channels/cn.m3u +++ b/channels/cn.m3u @@ -149,9 +149,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 @@ -171,8 +171,6 @@ http://ivi.bupt.edu.cn/hls/chchd.m3u8 http://source07.v.news.cn/live/CNC_CN/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" tvg-name="CCTV1" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",CNC่‹ฑๆ–‡ http://source07.v.news.cn/live/CNC_EN/playlist.m3u8 -#EXTINF:-1 tvg-id="CNN.cn" tvg-name="CNN" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://parco-zh.github.io/demo/CNN-fei.png" group-title="",CNN -http://54.251.134.121:1935/live/15273.sdp/02.m3u8 #EXTINF:-1 tvg-id="HunanCity.cn" tvg-name="Hunan City" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",Hunan City (576p) http://hnsd.chinashadt.com:2036/live/stream:hunandushi.stream/playlist.m3u8 #EXTINF:-1 tvg-id="iHOTAiDongMan.cn" tvg-name="iHOT็ˆฑๅŠจๆผซ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",iHOT็ˆฑๅŠจๆผซ @@ -223,12 +221,14 @@ 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 #EXTINF:-1 tvg-id="XuzhouTV2.cn" tvg-name="Xuzhou TV 2" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://i.imgur.com/LcJZVV5.png" group-title="",Xuzhou TV 2 http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 +#EXTINF:-1 tvg-id="YushuTVJilin2.cn" tvg-name="Yushu TV Jilin 2" tvg-country="CN" tvg-language="" tvg-logo="https://i.imgur.com/PDzWK3L.png" group-title="",Yushu TV Jilin 2 +http://stream.zhystv.com/ysyt/sd/live.m3u8 #EXTINF:-1 tvg-id="WanZhouSanXiaYiMin.cn" tvg-name="ไธ‡ๅทžไธ‰ๅณก็งปๆฐ‘" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธ‡ๅทžไธ‰ๅณก็งปๆฐ‘ http://123.146.162.24:8013/tslslive/PU2vzMI/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="WanZhouYingShi.cn" tvg-name="ไธ‡ๅทžๅฝฑ่ง†" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธ‡ๅทžๅฝฑ่ง† @@ -239,12 +239,10 @@ 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 -#EXTINF:-1 tvg-id="ShangHaiZheYiKeLuJiaZui.cn" tvg-name="ไธŠๆตท่ฟ™ไธ€ๅˆป้™†ๅฎถๅ˜ด" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธŠๆตท่ฟ™ไธ€ๅˆป้™†ๅฎถๅ˜ด -http://bililive.kksmg.com/hls/sdi7000/playlist.m3u8 #EXTINF:-1 tvg-id="ShangHaiZheYiKeMoDuYan.cn" tvg-name="ไธŠๆตท่ฟ™ไธ€ๅˆป้ญ”้ƒฝ็œผ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธŠๆตท่ฟ™ไธ€ๅˆป้ญ”้ƒฝ็œผ http://bililive.kksmg.com/hls/sdi80/playlist.m3u8 #EXTINF:-1 tvg-id="ShangHaiJinShanDianShiTai.cn" tvg-name="ไธŠๆตท้‡‘ๅฑฑ็”ต่ง†ๅฐ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ไธŠๆตท้‡‘ๅฑฑ็”ต่ง†ๅฐ @@ -425,7 +423,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 @@ -447,7 +445,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 @@ -541,8 +539,6 @@ http://149.129.100.78/nantong.php?id=zh http://30539.hlsplay.aodianyun.com/lms_30539/tv_channel_142.m3u8 #EXTINF:-1 tvg-id="NanYangXinWenPinDao.cn" tvg-name="ๅ—้˜ณๆ–ฐ้—ป้ข‘้“" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅ—้˜ณๆ–ฐ้—ป้ข‘้“ (576p) http://hnnz.chinashadt.com:1935/live/1003.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NanYangKeJiaoPinDao.cn" tvg-name="ๅ—้˜ณ็ง‘ๆ•™้ข‘้“" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅ—้˜ณ็ง‘ๆ•™้ข‘้“ -http://30539.hlsplay.aodianyun.com/lms_30539/tv_channel_296.m3u8 #EXTINF:-1 tvg-id="BoZhouHanYuZongHe.cn" tvg-name="ๅšๅทžๆฑ‰่ฏญ็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅšๅทžๆฑ‰่ฏญ็ปผๅˆ http://klmyyun.chinavas.com/hls/bozhou1.m3u8 #EXTINF:-1 tvg-id="BoZhouWeiYuZongHe.cn" tvg-name="ๅšๅทž็ปด่ฏญ็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅšๅทž็ปด่ฏญ็ปผๅˆ @@ -685,8 +681,6 @@ http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 http://ivi.bupt.edu.cn/hls/tjhd.m3u8 #EXTINF:-1 tvg-id="YangShiTiYuPinDaoCCTV5FHD100.cn" tvg-name="ๅคฎ่ง†ไฝ“่‚ฒ้ข‘้“-CCTV5FHD100" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",ๅคฎ่ง†ไฝ“่‚ฒ้ข‘้“-CCTV5FHD100 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221226362/index.m3u8 -#EXTINF:-1 tvg-id="FengHuaXinWenZongHe.cn" tvg-name="ๅฅ‰ๅŒ–ๆ–ฐ้—ป็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅฅ‰ๅŒ–ๆ–ฐ้—ป็ปผๅˆ -http://stream.fhtv.net.cn/zhpd/sd/live.m3u8 #EXTINF:-1 tvg-id="FengHuaShengHuoYuLe.cn" tvg-name="ๅฅ‰ๅŒ–็”Ÿๆดปๅจฑไน" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅฅ‰ๅŒ–็”Ÿๆดปๅจฑไน http://stream.fhtv.net.cn/ylpd/sd/live.m3u8 #EXTINF:-1 tvg-id="AoShiWeiXing.cn" tvg-name="ๅฅฅ่ง†ๅซๆ˜Ÿ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://parco-zh.github.io/demo/AOSHI.png" group-title="",ๅฅฅ่ง†ๅซๆ˜Ÿ (720p) @@ -753,8 +747,6 @@ http://stream2.ahrtv.cn/xnxw/sd/live.m3u8 http://stream2.ahrtv.cn/lygb/sd/live.m3u8 #EXTINF:-1 tvg-id="AnHuiZongYiTiYu.cn" tvg-name="ๅฎ‰ๅพฝ็ปผ่‰บไฝ“่‚ฒ" tvg-country="CN" tvg-language="" tvg-logo="http://www.tvyan.com/uploads/dianshi/ahzy.jpg" group-title="",ๅฎ‰ๅพฝ็ปผ่‰บไฝ“่‚ฒ http://149.129.100.78/anhui.php?id=73 -#EXTINF:-1 tvg-id="AnYangXinWenZongHe.cn" tvg-name="ๅฎ‰้˜ณๆ–ฐ้—ป็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅฎ‰้˜ณๆ–ฐ้—ป็ปผๅˆ -http://hntvpull.8686c.com/wxtv/AY-1/playlist.m3u8 #EXTINF:-1 tvg-id="YiXingXinWenPinDao.cn" tvg-name="ๅฎœๅ…ดๆ–ฐ้—ป้ข‘้“" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅฎœๅ…ดๆ–ฐ้—ป้ข‘้“ http://live-dft-hls-yf.jstv.com/live/yixing_xw/online.m3u8 #EXTINF:-1 tvg-id="YiXingDianShiZiShaPinDao.cn" tvg-name="ๅฎœๅ…ด็”ต่ง†็ดซ็ ‚้ข‘้“" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅฎœๅ…ด็”ต่ง†็ดซ็ ‚้ข‘้“ @@ -799,8 +791,6 @@ http://121.31.30.90:8085/ysten-business/live/hdshandongstv/yst.m3u8 http://ivi.bupt.edu.cn/hls/sdhd.m3u8 #EXTINF:-1 tvg-id="38" tvg-name="ๅฑฑไธœๅซ่ง†" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๅฑฑไธœๅซ่ง†้ซ˜ๆธ… http://117.169.120.140:8080/live/hdshandongstv/.m3u8 -#EXTINF:-1 tvg-id="ShanDongGuoJi.cn" tvg-name="ๅฑฑไธœๅ›ฝ้™…" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",ๅฑฑไธœๅ›ฝ้™… -http://livealone302.iqilu.com/iqilu/gjpd.m3u8 #EXTINF:-1 tvg-id="ShanDongShaoEr.cn" tvg-name="ๅฑฑไธœๅฐ‘ๅ„ฟ" tvg-country="CN" tvg-language="" tvg-logo="http://epg.51zmt.top:8000/tb1/qt/sd_shaoer.png" group-title="",ๅฑฑไธœๅฐ‘ๅ„ฟ http://livealone302.iqilu.com/iqilu/sepd.m3u8 #EXTINF:-1 tvg-id="ShanDongJuJiaGouWu.cn" tvg-name="ๅฑฑไธœๅฑ…ๅฎถ่ดญ็‰ฉ" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",ๅฑฑไธœๅฑ…ๅฎถ่ดญ็‰ฉ @@ -1149,12 +1139,6 @@ http://jxyx.chinashadt.com:2036/live/1002.stream/playlist.m3u8 http://jxyx.chinashadt.com:2036/live/1004.stream/playlist.m3u8 #EXTINF:-1 tvg-id="YongXinDianShiErTao.cn" tvg-name="ๆฐธๆ–ฐ็”ต่ง†ไบŒๅฅ—" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆฐธๆ–ฐ็”ต่ง†ไบŒๅฅ— (576p) http://jxyx.chinashadt.com:2036/live/1003.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="QiuSuoJiLu.cn" tvg-name="ๆฑ‚็ดข่ฎฐๅฝ•" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆฑ‚็ดขๅŠจ็‰ฉ -http://39.134.176.166/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228983/01.m3u8?fmt=ts2hls -#EXTINF:-1 tvg-id="QiuSuoJiLu.cn" tvg-name="ๆฑ‚็ดข่ฎฐๅฝ•" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆฑ‚็ดข็”Ÿๆดป -http://39.134.176.166/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228980/01.m3u8?fmt=ts2hls -#EXTINF:-1 tvg-id="QiuSuoJiLu.cn" tvg-name="ๆฑ‚็ดข่ฎฐๅฝ•" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆฑ‚็ดข็ง‘ๅญฆ -http://39.134.176.166/hwltc.tv.cdn.zj.chinamobile.com/PLTV/88888888/224/3221228975/01.m3u8?fmt=ts2hls #EXTINF:-1 tvg-id="ShanTouZongHe.cn" tvg-name="ๆฑ•ๅคด็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆฑ•ๅคด็ปผๅˆ http://dslive.grtn.cn/stzh/sd/live.m3u8 #EXTINF:-1 tvg-id="ShanWeiGongGong.cn" tvg-name="ๆฑ•ๅฐพๅ…ฌๅ…ฑ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆฑ•ๅฐพๅ…ฌๅ…ฑ @@ -1341,8 +1325,6 @@ http://149.129.100.78/hainan.php?id=8 http://149.129.100.78/hainan.php?id=5 #EXTINF:-1 tvg-id="HaiNanJingJi.cn" tvg-name="ๆตทๅ—็ปๆตŽ" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",ๆตทๅ—็ปๆตŽ http://149.129.100.78/hainan.php?id=4 -#EXTINF:-1 tvg-id="HaiNanCangYu.cn" tvg-name="ๆตทๅ—่—่ฏญ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆตทๅ—่—่ฏญ -http://live.hnzzzzzdst.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="HaiWaiJuChang.cn" tvg-name="ๆตทๅค–ๅ‰งๅœบ" tvg-country="CN" tvg-language="Chinese" tvg-logo="https://parco-zh.github.io/demo/new7.png" group-title="",ๆตทๅค–ๅ‰งๅœบ http://121.31.30.91:8081/ysten-business/live/xiqumd/1.m3u8 #EXTINF:-1 tvg-id="HaiYanXinWenPinDao.cn" tvg-name="ๆตท็›ๆ–ฐ้—ป้ข‘้“" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",ๆตท็›ๆ–ฐ้—ป้ข‘้“ @@ -1503,9 +1485,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 @@ -1615,8 +1597,6 @@ http://149.129.100.78/suzhou.php?id=szxw http://149.129.100.78/suzhou.php?id=szshzx #EXTINF:-1 tvg-id="SuZhouSheHuiJingJi.cn" tvg-name="่‹ๅทž็คพไผš็ปๆตŽ" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",่‹ๅทž็คพไผš็ปๆตŽ http://149.129.100.78/suzhou.php?id=szshjj -#EXTINF:-1 tvg-id="RongChangShengHuo.cn" tvg-name="่ฃๆ˜Œ็”Ÿๆดป" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",่ฃๆ˜Œ็”Ÿๆดป -http://183.64.181.25:40023/rongchang02.m3u8 #EXTINF:-1 tvg-id="RongChangZongHe.cn" tvg-name="่ฃๆ˜Œ็ปผๅˆ" tvg-country="CN" tvg-language="Chinese" tvg-logo="" group-title="",่ฃๆ˜Œ็ปผๅˆ http://183.64.181.25:40023/rongchang01.m3u8 #EXTINF:-1 tvg-id="LianHuaWeiShi.cn" tvg-name="่Žฒ่Šฑๅซ่ง†" tvg-country="CN" tvg-language="" tvg-logo="" group-title="",่Žฒ่Šฑๅซ่ง† @@ -1631,7 +1611,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="",่กกๆฐดๅฝฑ่ง†ๅจฑไน http://hls.hsrtv.cn/hls/hstv2.m3u8 diff --git a/channels/co.m3u b/channels/co.m3u index 8b293d382..9cbfd51ba 100644 --- a/channels/co.m3u +++ b/channels/co.m3u @@ -1,42 +1,60 @@ #EXTM3U #EXTINF:-1 tvg-id="AvivamientoTV.co" tvg-name="Avivamiento TV" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7YB94Hf.png" group-title="",Avivamiento TV (720p) https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal1.co" tvg-name="Canal 1" tvg-country="CO" tvg-language="Spanish" tvg-logo="" group-title="",Canal 1 +http://186.101.216.211:8000/play/cuno #EXTINF:-1 tvg-id="Canal2.co" tvg-name="Canal 2" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://cdn.colombia.com/canales/canal-2-1725.jpg" group-title="",Canal 2 [Not 24/7] https://video13.virtualtronics.com/streamer/canal2_360/index.m3u8 #EXTINF:-1 tvg-id="Canal2.co" tvg-name="Canal 2" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://cdn.colombia.com/canales/canal-2-1725.jpg" group-title="",Canal 2 [Not 24/7] https://video13.virtualtronics.com/streamer/canal2_720/index.m3u8 +#EXTINF:-1 tvg-id="CanalC.co" tvg-name="Canal C (Cali | Valle del Cauca)" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://cdn.colombia.com/canales/canal-c-2584.jpg" group-title="",Canal C (Cali | Valle del Cauca) +https://cloud2.streaminglivehd.com:1936/8104/8104/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalCapital.co" tvg-name="Canal Capital" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Hlrdeds.png" group-title="",Canal Capital +http://186.101.216.211:8000/play/a03m #EXTINF:-1 tvg-id="CanalCapital.co" tvg-name="Canal Capital" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Hlrdeds.png" group-title="",Canal Capital (720p) https://mdstrm.com/live-stream-playlist/57d01d6c28b263eb73b59a5a.m3u8 -#EXTINF:-1 tvg-id="CanalCNCMedellin.co" tvg-name="Canal CNC Medellรญn" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/f3c5TIR.png" group-title="",Canal CNC Medellรญn (720p) -http://66.240.236.25:1936/canalcnc/canalcnc/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalCaracol.co" tvg-name="Canal Caracol" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/85/CaracolTelevisi%C3%B3n2019.png" group-title="",Canal Caracol +http://186.101.216.211:8000/play/a08z +#EXTINF:-1 tvg-id="CanalCaracol.co" tvg-name="Canal Caracol" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/85/CaracolTelevisi%C3%B3n2019.png" group-title="",Canal Caracol [Geo-locked] +https://mdstrm.com/live-stream-playlist/574463697b9817cf0886fc17.m3u8 +#EXTINF:-1 tvg-id="CanalClaro.co" tvg-name="Canal Claro" tvg-country="LATAM" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/85/CaracolTelevisi%C3%B3n2019.png" group-title="",Canal Claro (Colombia) +http://186.101.216.211:8000/play/a08e +#EXTINF:-1 tvg-id="CanalClaro.co" tvg-name="Canal Claro" tvg-country="LATAM" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/85/CaracolTelevisi%C3%B3n2019.png" group-title="",Canal Claro (Colombia) +http://209.91.213.10:8088/play/a00b #EXTINF:-1 tvg-id="CanalDos.co" tvg-name="Canal Dos (Ciudad de Yopal)" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Canal Dos (Ciudad de Yopal) http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 -#EXTINF:-1 tvg-id="CNCPasto.co" tvg-name="CNC Pasto" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Hjc7XaY.png" group-title="",CNC Pasto (540p) -http://66.240.236.25:1936/cncpasto/cncpasto/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalRCN.co" tvg-name="Canal RCN" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Canal_RCN_logo.svg/1200px-Canal_RCN_logo.svg.png" group-title="Entertainment",Canal RCN +http://186.101.216.211:8000/play/a09k +#EXTINF:-1 tvg-id="ChavoTV.co" tvg-name="Chavo TV" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Chavo TV +https://videostreaming.cloudserverlatam.com/chavotv/chavotv/playlist.m3u8 +#EXTINF:-1 tvg-id="ClaroMusica.co" tvg-name="Claro Musica" tvg-country="LATAM" tvg-language="" tvg-logo="" group-title="Music",Claro Musica +http://209.91.213.10:8088/play/a027 +#EXTINF:-1 tvg-id="ClaroSports.co" tvg-name="Claro Sports" tvg-country="LATAM" tvg-language="" tvg-logo="" group-title="Sports",Claro Sports +http://209.91.213.10:8088/play/a024 #EXTINF:-1 tvg-id="ColosalTV.co" tvg-name="Colosal TV" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Colosal TV (720p) http://tv.ticosmedia.com:1935/COLOSAL/COLOSAL/playlist.m3u8 +#EXTINF:-1 tvg-id="Eduvision.co" tvg-name="Eduvision" tvg-country="CO" tvg-language="" tvg-logo="https://cdn.colombia.com/canales/eduvision-2592.jpg" group-title="",Eduvision +http://66.240.236.25:1936/eduvision/eduvision/playlist.m3u8 #EXTINF:-1 tvg-id="LaMegaCOLOMBIA.co" tvg-name="La Mega COLOMBIA" tvg-country="CO" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/LaMegaColombia909.jpg/225px-LaMegaColombia909.jpg" group-title="",La Mega COLOMBIA http://20823.live.streamtheworld.com/LA_MEGA_BOG_SC #EXTINF:-1 tvg-id="LATAMTV.tv" tvg-name="LATAM TV" tvg-country="CO" tvg-language="Spanish;English" tvg-logo="https://t46.90f.myftpupload.com/wp-content/uploads/2020/08/cropped-Logo-LATAM-Horizontal-solo-alfa.png" group-title="",LATAM TV (Bogotร ) (540p) -https://iptv-all.lanesh4d0w.repl.co/latam +https://iptv-all.lanesh4d0w.codes/latam #EXTINF:-1 tvg-id="MarinaStereo.co" tvg-name="Marina Stereo" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://www.marinastereo.co/wp-content/uploads/2019/11/LOGO-4-300x136.png" group-title="",Marina Stereo (720p) https://rtmp02.portalexpress.es/marinastereo/marinastereo/playlist.m3u8 #EXTINF:-1 tvg-id="MelodyChannelColombia.co" tvg-name="Melody Channel Colombia" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Melody Channel Colombia (720p) https://5b464b69d264e.streamlock.net/Channels_live/ngrp:MelodyChannel_all/playlist.m3u8 #EXTINF:-1 tvg-id="MundoMas.co" tvg-name="Mundo Mas" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/CREs19T.png" group-title="",Mundo Mas (560p) http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 -#EXTINF:-1 tvg-id="NoticiasCaracol.co" tvg-name="Noticias Caracol" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://platform-static.cdn.mdstrm.com/player/logo/589b13f631f1bebd088ff756.png" group-title="News",Noticias Caracol (720p) -https://mdstrm.com/live-stream-playlist_800/58dc3d471cbe05ff3c8e463e.m3u8 -#EXTINF:-1 tvg-id="SenalColombiaHD.co" tvg-name="Senal Colombia HD" tvg-country="CO" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSBImyfiXK1eEyhfMws20HDX-aZmtpx5Kzeag&usqp=CAU" group-title="",Senal Colombia HD -https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/chunklist_b1500000.m3u8 +#EXTINF:-1 tvg-id="NoticiasCaracol.co" tvg-name="Noticias Caracol" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://platform-static.cdn.mdstrm.com/player/logo/589b13f631f1bebd088ff756.png" group-title="News",Noticias Caracol +https://mdstrm.com/live-stream-playlist/58dc3d471cbe05ff3c8e463e.m3u8 +#EXTINF:-1 tvg-id="RCNNovelas.co" tvg-name="RCN Novelas" tvg-country="CO" tvg-language="Spanish" tvg-logo="" group-title="Entertainment",RCN Novelas +http://209.91.213.10:8088/play/a020 #EXTINF:-1 tvg-id="SenalColombia.co" tvg-name="Seรฑal Colombia" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Seรฑal Colombia https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SuramTV.co" tvg-name="Suram TV" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/6d2fOjq.png" group-title="",Suram TV (1080p) https://5b3050bb1b2d8.streamlock.net/suramtv/suramtv/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleantioquiaColombia.co" tvg-name="Teleantioquia Colombia" tvg-country="CO" tvg-language="" tvg-logo="" group-title="",Teleantioquia Colombia -https://hdvideo2.cdn.net.co/live01/ta.m3u8 -#EXTINF:-1 tvg-id="TELEANTIOQUIAEMOCIONAHD.co" tvg-name="TELEANTIOQUIA EMOCIONA HD" tvg-country="CO" tvg-language="" tvg-logo="https://yvonnelaborda.com/wp-content/uploads/2020/06/descarga-1.jpg" group-title="",TELEANTIOQUIA EMOCIONA HD -https://hdvideo2.cdn.net.co/live01/ta_720p.m3u8 +#EXTINF:-1 tvg-id="Telecaribe.co" tvg-name="Telecaribe" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/i5wyEor.png" group-title="",Telecaribe +https://iptv-all.lanesh4d0w.codes/colombia/telecaribe_adaptive #EXTINF:-1 tvg-id="Telecaribe.co" tvg-name="Telecaribe" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/i5wyEor.png" group-title="",Telecaribe https://telecaribe-hd.gcdn.anvato.net/hls/live/telecaribehd/2196k/index.m3u8 #EXTINF:-1 tvg-id="Telecaribe.co" tvg-name="Telecaribe" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/i5wyEor.png" group-title="",Telecaribe @@ -45,7 +63,15 @@ https://telecaribe-hd.gcdn.anvato.net/hls/live/telecaribehd/3296k/index.m3u8 https://telecaribe-hd.gcdn.anvato.net/hls/live/telecaribehd/496k/index.m3u8 #EXTINF:-1 tvg-id="Teleislas.co" tvg-name="Teleislas" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/4xNgb8H.png" group-title="",Teleislas (480p) http://vbox2.cehis.net/live-teleislas/smil:teleislas.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TelemusicaTV.co" tvg-name="Telemรบsica TV" tvg-country="CO" tvg-language="" tvg-logo="https://i.imgur.com/bwp5lST.png" group-title="Music",Telemรบsica TV +https://5b464b69d264e.streamlock.net/Channels_live/ngrp:telemusica_all/playlist.m3u8 #EXTINF:-1 tvg-id="Telepacifico.co" tvg-name="Telepacรญfico" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://www.lyngsat-stream.com/logo/tv/tt/telepacifico_co.png" group-title="",Telepacรญfico https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVGracia.co" tvg-name="TVGracia" tvg-country="CO" tvg-language="Spanish" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/co-tv-gracia.jpg" group-title="",TVGracia (720p) 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="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="Sports",Win Sports + +http://186.101.216.211:8000/play/g07j diff --git a/channels/cr.m3u b/channels/cr.m3u index f0d76c83a..88d1eaf7e 100644 --- a/channels/cr.m3u +++ b/channels/cr.m3u @@ -1,6 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="88Stereo.cr" tvg-name="88 Stereo" tvg-country="CR" tvg-language="Spanish" tvg-logo="" group-title="",88 Stereo (486p) http://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8 +#EXTINF:-1 tvg-id="88Stereo.cr" tvg-name="88 Stereo" tvg-country="CR" tvg-language="" tvg-logo="" group-title="",88 Stereo +http://k3.usastreams.com:1935/CableLatino/88stereo/playlist.m3u8 #EXTINF:-1 tvg-id="AnexionTV.cr" tvg-name="Anexion TV" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/PrOYyU1.png" group-title="",Anexion TV (360p) https://rtmp.info/anexiontv/envivo/playlist.m3u8 #EXTINF:-1 tvg-id="AnexionTV36.cr" tvg-name="Anexion TV 36" tvg-country="CR" tvg-language="Spanish" tvg-logo="" group-title="",Anexion TV 36 (360p) @@ -11,24 +13,40 @@ http://inliveserver.com:1935/14510/14510/chunklist_w255137212.m3u8 http://inliveserver.com:1935/14510/14510/chunklist_w1591822251.m3u8 #EXTINF:-1 tvg-id="CANAL14SANCARLOS.cr" tvg-name="CANAL 14 SAN CARLOS" tvg-country="CR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTNDjR1edbxFUJ8KSf8dffHp6ch_Xz35Cm9UIlH9PGTyheprfQc" group-title="",CANAL 14 SAN CARLOS http://tvn.obix.tv:1935/TVN/CH14.stream_720p/chunklist_w853617232.m3u8 +#EXTINF:-1 tvg-id="CANAL38.cr" tvg-name="CANAL 38" tvg-country="CR" tvg-language="" tvg-logo="https://www.canal38cr.com/wp-content/uploads/2019/10/cropped-Logo-Nuevo-400.jpg" group-title="",CANAL 38 +https://rtmp.info/canal38/envivo/chunks.m3u8 +#EXTINF:-1 tvg-id="Canal38HD.cr" tvg-name="Canal 38 HD" tvg-country="CR" tvg-language="" tvg-logo="https://i.imgur.com/ZTClYwb.jpg" group-title="Music",Canal 38 HD +https://rtmp.info/canal38/envivo/playlist.m3u8 #EXTINF:-1 tvg-id="CANAL8.cr" tvg-name="CANAL 8" tvg-country="CR" tvg-language="" tvg-logo="https://image.multimedios.cr/sites/default/files/styles/social_share/public/multimedios1.jpg" group-title="",CANAL 8 (720p) http://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8?ref=http://www.multimedios.com +#EXTINF:-1 tvg-id="Canal88Stereo.cr" tvg-name="Canal 88 Stereo" tvg-country="CR" tvg-language="" tvg-logo="https://hosttec.online/wp-content/uploads/2020/03/img1920.jpg" group-title="",Canal 88 Stereo +http://k3.usastreams.com:1935/CableLatino/88stereo/chunklist_w1223558379.m3u8 +#EXTINF:-1 tvg-id="CanalNICOYATV36.cr" tvg-name="Canal NICOYA TV 36" tvg-country="CR" tvg-language="" tvg-logo="https://lh3.googleusercontent.com/pTdJRVDDV8jmJV-Nu-Ci9MCJOjsJOyE4QTNwOf_hLyqdRCi0qmUkDNElQ0hUD9qPGD1z" group-title="",Canal NICOYA TV 36 +https://rtmp.info/anexiontv/envivo/chunklist_w1325643620.m3u8 #EXTINF:-1 tvg-id="DANCE.cr" tvg-name="DANCE" tvg-country="CR" tvg-language="" tvg-logo="https://i.iinfo.cz/images/534/dance-radio-nove-logo-listopad-2017-1.png" group-title="",DANCE http://k2.usastreams.com/yeah1075 -#EXTINF:-1 tvg-id="EXTRATV42.cr" tvg-name="EXTRA TV 42" tvg-country="CR" tvg-language="" tvg-logo="" group-title="",EXTRA TV 42 (720p) -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVCR0014 #EXTINF:-1 tvg-id="ExtremaTV.cr" tvg-name="Extrema TV" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/E9AuhOU.png" group-title="",Extrema TV (720p) http://livestreamcdn.net:1935/ExtremaTV/ExtremaTV/playlist.m3u8 #EXTINF:-1 tvg-id="ExtremaTV.cr" tvg-name="Extrema TV" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i0.wp.com/unored.tv/wp-content/uploads/2018/03/Extrema-TV-portal-Unored-1.png" group-title="",Extrema TV https://www.livestreamcdn.net:444/ExtremaTV/_definst_/ExtremaTV/chunklist_w755934857.m3u8 +#EXTINF:-1 tvg-id="HBTVTicaVisionCanal54.cr" tvg-name="HBTV TicaVisiรณn Canal 54" tvg-country="CR" tvg-language="" tvg-logo="https://yt3.ggpht.com/-k5QO6YHdanw/AAAAAAAAAAI/AAAAAAAAAAA/UTcqO9gj0z0/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" group-title="",HBTV TicaVisiรณn Canal 54 +http://k3.usastreams.com:1935/HBTV/HBTV/chunklist_w1925475212.m3u8 #EXTINF:-1 tvg-id="MultimediosCostaRica.cr" tvg-name="Multimedios Costa Rica" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/yr9M9Kj.png" group-title="",Multimedios Costa Rica (720p) https://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8 #EXTINF:-1 tvg-id="QuinceUCR.cr" tvg-name="Quince UCR (Universidad de Costa Rica)" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7hRnPcP.png" group-title="",Quince UCR (Universidad de Costa Rica) http://163.178.170.127:1935/quinceucr/live.stream_720p/chunklist_w1801749930.m3u8 #EXTINF:-1 tvg-id="QuinceUCR.cr" tvg-name="Quince UCR (Universidad de Costa Rica)" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7hRnPcP.png" group-title="",Quince UCR (Universidad de Costa Rica) http://163.178.170.127:1935/quinceucr/live.stream_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="RETROTVPALMARES.cr" tvg-name="RETRO TV PALMARES" tvg-country="CR" tvg-language="" tvg-logo="http://tvretropalmares.com/img/logo.png" group-title="",RETRO TV PALMARES +http://tvretropalmares.com:8090/hls/envivo.m3u8 +#EXTINF:-1 tvg-id="SanRafaelenLinea.cr" tvg-name="San Rafael en Linea" tvg-country="CR" tvg-language="" tvg-logo="https://i0.wp.com/telemascr.com/wp-content/uploads/2020/10/LOGO-WEB.png" group-title="Local",San Rafael en Linea +https://cp.sradiotv.com:1936/8064/8064/playlist.m3u8 +#EXTINF:-1 tvg-id="STVELCAMALFAMILIAR.cr" tvg-name="STV EL CAMAL FAMILIAR" tvg-country="CR" tvg-language="" tvg-logo="https://serenotv.com/wp-content/uploads/2020/10/Canal-stv-en-vivo.jpg" group-title="",STV EL CAMAL FAMILIAR +http://tiquiciatv.com:1935/stv/web/chunklist_w915494086.m3u8 #EXTINF:-1 tvg-id="TELEUNOHD.cr" tvg-name="TELE UNO HD" tvg-country="CR" tvg-language="" tvg-logo="https://i0.wp.com/directostv.teleame.com/wp-content/uploads/2016/06/Tele-Uno-Costa-Rica-en-vivo-Online.png?fit=1920%2C1080" group-title="",TELE UNO HD http://tv.teleunotv.cr:1935/TVUNO/TVUNO/chunklist_w327295551.m3u8 +#EXTINF:-1 tvg-id="TELEREDTELEVISIONHD.cr" tvg-name="TELERED TELEVISION HD" tvg-country="CR" tvg-language="" tvg-logo="https://i.imgur.com/iO6qmgY.png" group-title="",TELERED TELEVISION HD +http://k4.usastreams.com/ARBtv/teleplus/chunklist_w1653213454.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" tvg-name="TeleSUR Costa Rica" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/r5p97Ex.jpg" group-title="",TeleSUR Costa Rica (720p) http://k3.usastreams.com:1935/telesur/telesur/playlist.m3u8 #EXTINF:-1 tvg-id="TelesurCostarica.cr" tvg-name="Telesur Costarica" tvg-country="CR" tvg-language="" tvg-logo="" group-title="",Telesur Costarica @@ -39,5 +57,11 @@ https://59ef525c24caa.streamlock.net/telesur/telesur/chunklist_w1535730648.m3u8 http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 #EXTINF:-1 tvg-id="TicaVision.cr" tvg-name="TicaVisiรณn" tvg-country="CR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/pjRfKkr.jpg" group-title="",TicaVisiรณn (720p) http://k3.usastreams.com:1935/HBTV/HBTV/playlist.m3u8 +#EXTINF:-1 tvg-id="TVCartagoDigital.cr" tvg-name="TV Cartago Digital" tvg-country="CR" tvg-language="" tvg-logo="https://1.bp.blogspot.com/-xsf6rrPqkTo/W-9raD0P78I/AAAAAAAAAUA/M_N3gE7Hz_Ekk2du-HCN6ES31PZtc714ACK4BGAYYCw/s1600/tvcartago%2Blogo%2Bprobincial%2B.png" group-title="",TV Cartago Digital +http://cdn2.envivo.win/HLS/?canal=zonafilmstv&c=ZwNjYwRkBF4kBQLhZmt=&p=ZGH4AGD1ZGtjZN==https://59ef525c24caa.streamlock.net/tvcartago/tvcartago/chunklist_w1703137278 #EXTINF:-1 tvg-id="TVSURCANAL14.cr" tvg-name="TV SUR CANAL 14" tvg-country="CR" tvg-language="" tvg-logo="https://www.tvsur.co.cr/wp-content/uploads/2020/05/tvsur-logo.png" group-title="",TV SUR CANAL 14 https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/chunklist_w1021985413.m3u8 +#EXTINF:-1 tvg-id="TVSurCanal9.cr" tvg-name="TV Sur Canal 9" tvg-country="CR" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQ-pLqFOvp-6R_dr9whF_Q5IBLtvtRcMjOY2xmROz5zFlIu7Y88Q&s" group-title="",TV Sur Canal 9 +http://tv.ticosmedia.com:1935/TVSUR/TVSUR/chunklist_w2062422029.m3u8 +#EXTINF:-1 tvg-id="VideoTourChannel.cr" tvg-name="Video Tour Channel" tvg-country="CR" tvg-language="" tvg-logo="https://i.imgur.com/l1oc3ER.png" group-title="Music",Video Tour Channel +http://k4.usastreams.com/videotour/videotour/playlist.m3u8 diff --git a/channels/cw.m3u b/channels/cw.m3u index d95aac414..13a5d7ec4 100644 --- a/channels/cw.m3u +++ b/channels/cw.m3u @@ -5,5 +5,9 @@ http://558bd16067b67.streamlock.net/nos_pais_24_7/smil:livestream.stream.smil/pl http://highvolume04.streampartner.nl:1935/nos_pais_24_7/smil:livestream.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCuracao.cw" tvg-name="TeleCuraรงao" tvg-country="CW" tvg-language="English" tvg-logo="https://i.imgur.com/9D9G4co.png" group-title="",TeleCuraรงao (720p) http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24a3d08cd6de/playlist.m3u8 +#EXTINF:-1 tvg-id="TVDirect13.cw" tvg-name="TV Direct 13" tvg-country="CW" tvg-language="" tvg-logo="" group-title="",TV Direct 13 +http://edge1.tvdirect13.com/live/smil:mystream.smil/playlist_720p.m3u8 +#EXTINF:-1 tvg-id="TVDirect13.cw" tvg-name="TV Direct 13" tvg-country="CW" tvg-language="" tvg-logo="" group-title="",TV Direct 13 +https://edge1.tvdirect13.com/live/playlist_720p.m3u8 #EXTINF:-1 tvg-id="TVDirect13.cw" tvg-name="TV Direct 13" tvg-country="CW" tvg-language="English" tvg-logo="https://i.imgur.com/icDfA5x.jpg" group-title="",TV Direct 13 (720p) https://edge1.tvdirect13.com/live/smil:mystream.smil/playlist.m3u8 diff --git a/channels/cy.m3u b/channels/cy.m3u index b65e634c7..464da2b88 100644 --- a/channels/cy.m3u +++ b/channels/cy.m3u @@ -1,9 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AdaTV.cy" tvg-name="Ada TV" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",Ada TV http://kuzeykibris.tv/m3u8/tv_ada.m3u8 -#EXTINF:-1 tvg-id="AdaTV.cy" tvg-name="Ada TV" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/d8op3Wh.jpg" group-title="",Ada TV -https://59cba4d34b678.streamlock.net/canlitv/kibrisadatv/chunklist.m3u8 -#EXTINF:-1 tvg-id="AdaTV.cy" tvg-name="Ada TV" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/d8op3Wh.jpg" group-title="",Ada TV (1080p) +#EXTINF:-1 tvg-id="AdaTV.cy" tvg-name="Ada TV" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/d8op3Wh.jpg" group-title="",Ada TV (1080p) [Not 24/7] https://59cba4d34b678.streamlock.net/canlitv/kibrisadatv/playlist.m3u8 #EXTINF:-1 tvg-id="ASTTV1.cy" tvg-name="AST TV 1" tvg-country="CY" tvg-language="English" tvg-logo="https://i.imgur.com/KmokZz8.jpg" group-title="XXX",AST TV 1 (HD) https://www.ast.tv/stream/1/ultra.m3u8 @@ -31,8 +29,6 @@ http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8 #EXTINF:-1 tvg-id="BRT1HD.cy" tvg-name="BRT 1 HD" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/8GocquE.png" group-title="",BRT 1 HD rtmp://wms.brtk.net:1935/live/BRTHD -#EXTINF:-1 tvg-id="BRT2FHD.cy" tvg-name="BRT 2 FHD" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",BRT 2 FHD -http://kuzeykibris.tv/m3u8/tv_brt2.m3u8 #EXTINF:-1 tvg-id="BRT2HD.cy" tvg-name="BRT 2 HD" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/P3ibIye.png" group-title="",BRT 2 HD http://wms.brtk.net:1935/live/brt1/playlist.m3u8 #EXTINF:-1 tvg-id="BRT2HD.cy" tvg-name="BRT 2 HD" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/P3ibIye.png" group-title="",BRT 2 HD @@ -43,24 +39,18 @@ http://wms.brtk.net:1935/live/brt2/BratuMarian.m3u8 http://wms.brtk.net:1935/live/brt2/playlist.m3u8 #EXTINF:-1 tvg-id="BRT3.cy" tvg-name="BRT 3" tvg-country="CY" tvg-language="Turkish" tvg-logo="https://i.imgur.com/HjuOfNf.png" group-title="",BRT 3 rtmp://wms.brtk.net:1935/live/brt2 -#EXTINF:-1 tvg-id="KibrisTV.cy" tvg-name="Kibris TV" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",Kibris TV -http://kuzeykibris.tv/m3u8/tv_ktv.m3u8 -#EXTINF:-1 tvg-id="KibrisTV.cy" tvg-name="Kibris TV" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",Kibris TV -https://play.kibrisfm.com/hls/canli1.m3u8 #EXTINF:-1 tvg-id="KuzeyKibrisTV.cy" tvg-name="Kuzey Kibris TV" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",Kuzey Kibris TV http://kuzeykibris.tv/m3u8/tv_kktv.m3u8 #EXTINF:-1 tvg-id="Reload.cy" tvg-name="Reload" tvg-country="CY" tvg-language="English;Modern Greek (1453-)" tvg-logo="" group-title="Music",Reload (720p) 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 #EXTINF:-1 tvg-id="SAT7TURK.cy" tvg-name="SAT-7 TรœRK" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/zia9ehv.jpg" group-title="",SAT-7 TรœRK (720p) https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="SimTV.cy" tvg-name="Sim TV" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",Sim TV -http://kuzeykibris.tv/m3u8/tv_sim.m3u8 #EXTINF:-1 tvg-id="TV2020.cy" tvg-name="TV 2020" tvg-country="CY" tvg-language="" tvg-logo="" group-title="",TV 2020 http://kuzeykibris.tv/m3u8/tv_dialog.m3u8 #EXTINF:-1 tvg-id="RIKSat.cy" tvg-name="ฮกฮ™ฮš Sat" tvg-country="CY" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/YAn5BJZ.png" group-title="",ฮกฮ™ฮš Sat (720p) [Not 24/7] diff --git a/channels/cz.m3u b/channels/cz.m3u index c6ca89db2..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,21 +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="PrimaTV.cz" tvg-name="Prima TV" tvg-country="CZ" tvg-language="" tvg-logo="https://i.imgur.com/G03w5XQ.png" group-title="",Prima TV -https://netstreaming.eu:8080/hls/unutv.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 b8dcfd6db..38ea00a8e 100644 --- a/channels/de.m3u +++ b/channels/de.m3u @@ -11,8 +11,6 @@ https://augsburgtv.iptv-playoutcenter.de/augsburgtv/augsburgtv.stream_1/playlist https://serve-first.folxplay.tv/folx/ch-1/master.m3u8 #EXTINF:-1 tvg-id="AlexBerlin.de" tvg-name="Alex Berlin" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/eTmHk4e.png" group-title="",Alex Berlin (1080p) https://alex-stream.rosebud-media.de/live/alexlivetv40.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="allgautv.de" tvg-name="allgรคu.tv" tvg-country="DE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/allgaeutv.png" group-title="",allgรคu.tv (1080p) -https://stream01.stream.welocal.world/stream/alg/ngrp:alg.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="AnixeHD.de" tvg-name="Anixe HD" tvg-country="DE" tvg-language="German" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c0/Anixe_HD.svg/641px-Anixe_HD.svg.png" group-title="",Anixe HD (720p) https://ma.anixa.tv/clips/stream/anixehd/index.m3u8 #EXTINF:-1 tvg-id="AntenneVorarlbergWebradio.de" tvg-name="Antenne Vorarlberg (Webradio)" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/TpBbZwq.png" group-title="",Antenne Vorarlberg (Webradio) (720p) [Not 24/7] @@ -23,7 +21,7 @@ http://wdrardevent1-lh.akamaihd.net/i/ardevent1_weltweit@566648/master.m3u8 http://livestreams.br.de/i/bralpha_germany@119899/master.m3u8 #EXTINF:-1 tvg-id="ARDalpha.de" tvg-name="ARD-alpha" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",ARD-alpha (720p) https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/index_1_av-p.m3u8 -#EXTINF:-1 tvg-id="ARD-alpha.de" tvg-name="ARD-alpha" tvg-country="DE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ardalpha.png" group-title="",ARD-alpha (720p) +#EXTINF:-1 tvg-id="ARDalpha.de" tvg-name="ARD-alpha" tvg-country="DE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ardalpha.png" group-title="",ARD-alpha (720p) https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/index_3660_av-p.m3u8 #EXTINF:-1 tvg-id="ARDalpha.de" tvg-name="ARD-alpha" tvg-country="DE" tvg-language="" tvg-logo="http://logos.zattic.com/images/channels/logos/e96fafec01ec632f9b38/black/84x48.png" group-title="",ARD-alpha (720p) https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8 @@ -31,6 +29,8 @@ https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8 http://163.172.39.215:25461/line/C4@!a3a1@!w72A/139 #EXTINF:-1 tvg-id="ARTITV.de" tvg-name="ARTI TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",ARTI TV http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/139.m3u8 +#EXTINF:-1 tvg-id="ARTITV.de" tvg-name="ARTI TV" tvg-country="DE" tvg-language="German;Turkish" tvg-logo="" group-title="",ARTI TV +http://176.10.117.18:8000/play/a002/index.m3u8 #EXTINF:-1 tvg-id="BadenTV.de" tvg-name="Baden TV" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",Baden TV (720p) http://badentv-stream2.siebnich.info/rtplive/btv.stream/live.m3u8 #EXTINF:-1 tvg-id="BadenTV.de" tvg-name="Baden TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Baden TV (720p) @@ -75,6 +75,8 @@ http://iptvcodes.blogspot.com@62.113.210.250/medienasa-live/ok-wernigerode_high/ http://62.113.210.250/medienasa-live/ok-wernigerode_high/chunklist_w937425968.m3u8 #EXTINF:-1 tvg-id="ChemnitzFernsehen.de" tvg-name="Chemnitz Fernsehen" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",Chemnitz Fernsehen (1080p) https://chemnitz.iptv-playoutcenter.de/chemnitz/chemnitzfernsehen.stream_1/playlist.m3u8 +#EXTINF:-1 tvg-id="CIRATV.de" tvg-name="CIRA TV" tvg-country="DE" tvg-language="Kurdish" tvg-logo="" group-title="",CIRA TV +http://176.10.117.18:8000/play/a00f/index.m3u8 #EXTINF:-1 tvg-id="DaVinci.de" tvg-name="Da Vinci" tvg-country="CIS" tvg-language="Russian" tvg-logo="" group-title="Kids",Da Vinci http://sc.id-tv.kz:80/DaVinci_38_39.m3u8 #EXTINF:-1 tvg-id="DaVinci.de" tvg-name="Da Vinci" tvg-country="CIS" tvg-language="Russian" tvg-logo="" group-title="Kids",Da Vinci @@ -103,6 +105,8 @@ http://62.113.210.250/medienasa-live/mdf1_high/chunklist_w735071599.m3u8 http://62.113.210.250/medienasa-live/ok-magdeburg_high/chunklist_w371875391.m3u8 #EXTINF:-1 tvg-id="DEtagesschau24Plus.de" tvg-name="DE-tagesschau24+" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",DE-tagesschau24+ http://tagesschau-lh.akamaihd.net/i/tagesschau_1@119231/index_3776_av-p.m3u8 +#EXTINF:-1 tvg-id="DeluxeLoungeHD.de" tvg-name="Deluxe Lounge HD" tvg-country="DE" tvg-language="German" tvg-logo="https://www.highview.com/fileadmin/Webdata/grafiken/highview/brands/lounge_deluxe_brand_logo_HD_neu.png" group-title="Music",Deluxe Lounge HD +https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/abb4746a-80c1-11eb-908d-533d39655269/0/master.m3u8?uid=%7BPSID%7D&optout=%7BTARGETOPT%7D&country=GB&vendor=samsung&ads:app_domain=%7BAPP_DOMAIN%7D&ads:app_name=%7BAPP_NAME%7D&coppa=1&ads:tcf=%7BTC_STRING%7D #EXTINF:-1 tvg-id="DeutscheWelle.de" tvg-name="Deutsche Welle" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Deutsche Welle https://dwstream72-lh.akamaihd.net/i/dwstream72_live@123556/index_1_av-p.m3u8 #EXTINF:-1 tvg-id="DeutscheWelleArabic.de" tvg-name="Deutsche Welle Arabic" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Deutsche Welle Arabic @@ -119,8 +123,6 @@ https://tv.artcom-venture.de/dmf/tv.m3u8 https://tv.artcom-venture.de/dmf/tv_720.m3u8 #EXTINF:-1 tvg-id="DresdenFernsehen.de" tvg-name="Dresden Fernsehen" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",Dresden Fernsehen (1080p) https://dresden.iptv-playoutcenter.de/dresden/dresdenfernsehen.stream_1/playlist.m3u8 -#EXTINF:-1 tvg-id="DUST.de" tvg-name="DUST" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/pXXUmuW.jpg" group-title="",DUST (720p) -https://dust-samsung-uk-de.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="DW.de" tvg-name="DW" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",DW http://89.106.234.3:80/DW_34_35.m3u8 #EXTINF:-1 tvg-id="DW.de" tvg-name="DW" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",DW @@ -180,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 @@ -204,18 +206,20 @@ https://5856e1a25f71a.streamlock.net/easycast9-live/_definst_/mp4:livestreamhd5/ http://14000-l.z.core.cdn.streamfarm.net/007erfiphonelive/smil:stream_live.smil/chunklist_w1563145417_b240000.m3u8 #EXTINF:-1 tvg-id="ERF1.de" tvg-name="ERF 1" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",ERF 1 http://14000-l.z.core.cdn.streamfarm.net/007erfiphonelive/smil:stream_live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ERF1.de" tvg-name="ERF 1" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",ERF 1 -https://cldf-wzw-live.r53.cdn.tv1.eu/14000erf/_definst_/live/app610238466/w2371551233/live.smil/chunklist_b18848000_slde.m3u8 #EXTINF:-1 tvg-id="ERF1.de" tvg-name="ERF 1" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/MAnSA7W.jpg" group-title="",ERF 1 (720p) https://cldf-wzw-live.r53.cdn.tv1.eu/14000erf/_definst_/live/app610238466/w2371551233/live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ErzTVStollberg.de" tvg-name="Erz-TV Stollberg" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/VenSjan.png" group-title="",Erz-TV Stollberg (576p) https://5acade5fc0c29.streamlock.net/kabeljournal/live2020.stream/playlist.m3u8 #EXTINF:-1 tvg-id="EuroAlTV.de" tvg-name="EuroAl TV" tvg-country="AL" tvg-language="Albanian" tvg-logo="https://i.imgur.com/Q1UOlkA.png" group-title="Music",EuroAl TV http://5.135.92.131:1935/live/euroAl/chunklist.m3u8 +#EXTINF:-1 tvg-id="EuroAlTV.de" tvg-name="EuroAl TV" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/qLaEmIT.png" group-title="",EuroAl TV +http://5.135.92.131:1935/live/euroAl/playlist.m3u8 #EXTINF:-1 tvg-id="Filstalwelle.de" tvg-name="Filstalwelle" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Filstalwelle http://62.113.210.2/filstalwelle-live/_definst_/mp4:livestream/chunklist_w660034089.m3u8 #EXTINF:-1 tvg-id="Filstalwelle.de" tvg-name="Filstalwelle" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/19iKLvf.png" group-title="",Filstalwelle (576p) http://62.113.210.2/filstalwelle-live/_definst_/mp4:livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="FinestTV.de" tvg-name="Finest TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Finest TV +http://media.finest.tv/hls/live.m3u8 #EXTINF:-1 tvg-id="FOLXMusic.de" tvg-name="FOLX Music" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/R9f5Fmx.png" group-title="Music",FOLX Music (1080p) https://serve-first.folxplay.tv/folx/ch-4/master.m3u8 #EXTINF:-1 tvg-id="FOLXSlovenija.de" tvg-name="FOLX Slovenija" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/R9f5Fmx.png" group-title="Music",FOLX Slovenija (1080p) @@ -244,8 +248,6 @@ https://hse24.akamaized.net/hls/live/2006663/hse24/master_1080p25.m3u8 https://hse24extra.akamaized.net/hls/live/2006596/hse24extra/playlist.m3u8 #EXTINF:-1 tvg-id="HSE24Trend.de" tvg-name="HSE24 Trend" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",HSE24 Trend (576p) https://hse24trend.akamaized.net/hls/live/2006597/hse24trend/playlist.m3u8 -#EXTINF:-1 tvg-id="InwonderTV.de" tvg-name="Inwonder TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/2V9wsWp.png" group-title="",Inwonder TV (720p) -https://inwonder-samsung-de.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="IsarTV.de" tvg-name="Isar TV" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",Isar TV (1080p) https://isar-tv.iptv-playoutcenter.de/isar-tv/isar-tv.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="JenaTV.de" tvg-name="JenaTV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/o3D4bQI.png" group-title="",JenaTV (1080p) @@ -288,6 +290,8 @@ https://5856e1a25f71a.streamlock.net/easycast7-live/_definst_/livestream/playlis https://mytvplus.iptv-playoutcenter.de/mytvplus/mytvplus.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="MunchenTV.de" tvg-name="Mรผnchen TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/67z7iRh.jpg" group-title="",Mรผnchen TV (1080p) https://muenchentv.iptv-playoutcenter.de/muenchentv/muenchentv.stream_1/playlist.m3u8 +#EXTINF:-1 tvg-id="ntvEvent.de" tvg-name="n-tv Event" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/9FPXcFY.jpg" group-title="",n-tv Event +https://ntvlivehls-lh.akamaihd.net/i/ntvlivehls_event1_1@409295/master.m3u8 #EXTINF:-1 tvg-id="naheTV.de" tvg-name="naheTV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/XINB3Zf.png" group-title="",naheTV (720p) https://s.ok54.de/nahetv/webstream/playlist.m3u8 #EXTINF:-1 tvg-id="NDREvent1.de" tvg-name="NDR Event 1" tvg-country="DE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ndr.png" group-title="",NDR Event 1 @@ -546,22 +550,32 @@ https://stream.rockantenne.de/rockantenne/stream/mp3 http://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RocklandTVMainz.de" tvg-name="Rockland TV - Mainz" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/vIMkVo6.png" group-title="",Rockland TV - Mainz (720p) http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 +#EXTINF:-1 tvg-id="RONTV.de" tvg-name="RON TV" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/ZqHWb40.png" group-title="",RON TV +https://ron-i.akamaihd.net/hls/live/523496/ron/master.m3u8 +#EXTINF:-1 tvg-id="RTL.de" tvg-name="RTL" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",RTL +https://cdn1.mobiletv.bg/T5/rtl/rtl_794613_850k.m3u8 +#EXTINF:-1 tvg-id="RTLWest.de" tvg-name="RTL West" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/i7245OO.png" group-title="",RTL West +https://rtl_west-i.akamaihd.net/hls/live/656246/rtlwest/master.m3u8 #EXTINF:-1 tvg-id="RWEErfurt.de" tvg-name="RWE Erfurt" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/AMzEPGl.jpg" group-title="",RWE Erfurt https://stream.keyweb.org:8085/hls/rwetv.m3u8 #EXTINF:-1 tvg-id="SaarlandFernsehen1.de" tvg-name="Saarland Fernsehen 1" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/Nvw7SaN.png" group-title="",Saarland Fernsehen 1 (1080p) https://saarland1.iptv-playoutcenter.de/saarland1/saarland1.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="SaarlandFernsehen2.de" tvg-name="Saarland Fernsehen 2" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/Nvw7SaN.png" group-title="",Saarland Fernsehen 2 (720p) https://saarland2.iptv-playoutcenter.de/saarland2/saarland2.stream_2/playlist.m3u8 +#EXTINF:-1 tvg-id="SanthoraShortFilm.de" tvg-name="Santhora Short Film" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/0Pq7fdJ.jpg" group-title="",Santhora Short Film +http://rtmp.santhoratv.zecast.net/santhora/santhorashortfilm/chunklist_w342316663.m3u8 #EXTINF:-1 tvg-id="SanthoraTV.de" tvg-name="Santhora TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/kn1DHZq.gif" group-title="",Santhora TV (720p) http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/playlist.m3u8 #EXTINF:-1 tvg-id="seenluft24.de" tvg-name="seenluft24" tvg-country="DE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/seenluft24.png" group-title="",seenluft24 https://5856e1a25f71a.streamlock.net/easycast7-live/_definst_/mp4:livestreamhd20/chunklist.m3u8 #EXTINF:-1 tvg-id="Seenluft24.de" tvg-name="Seenluft24" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/3TgBg9v.jpg" group-title="",Seenluft24 (1080p) https://5856e1a25f71a.streamlock.net/easycast7-live/_definst_/mp4:livestreamhd20/playlist.m3u8?=&ref=seenluft24.de -#EXTINF:-1 tvg-id="SofyTV.de" tvg-name="Sofy TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/Srxa6cR.png" group-title="",Sofy TV (720p) -https://sofy-ger-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SonnenklarTV.de" tvg-name="Sonnenklar.TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/piwT1HQ.jpg" group-title="",Sonnenklar.TV (1080p) http://euvia.cdn.ses-ps.com/HLS-Live/index.m3u8 +#EXTINF:-1 tvg-id="SonusFMAlemania.de" tvg-name="Sonus FM Alemania" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Sonus FM Alemania +http://www.sonus.fm:1935/public/stream_source/playlist.m3u8 +#EXTINF:-1 tvg-id="SophiaTV.de" tvg-name="Sophia TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",Sophia TV +https://www.onairport.live/sophiatv-it-live/livestream_low/chunklist_w217998957.m3u8 #EXTINF:-1 tvg-id="SophiaTV.de" tvg-name="Sophia TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/jyMedaF.png" group-title="Religious",Sophia TV https://www.onairport.live/sophiatv/smil:sophia-tv-en.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="SRFernsehen.de" tvg-name="SR Fernsehen" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",SR Fernsehen (720p) @@ -588,6 +602,8 @@ https://5856e1a25f71a.streamlock.net/easycast8-live/_definst_/mp4:livestreamhd8/ https://5856e1a25f71a.streamlock.net/easycast8-live/_definst_/mp4:livestreamhd8/chunklist_w432758340.m3u8?ref=www.teltowkanal.de #EXTINF:-1 tvg-id="teltOwkanal.de" tvg-name="teltOwkanal" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/05UB2YT.png" group-title="",teltOwkanal (1080p) https://5856e1a25f71a.streamlock.net/easycast8-live/_definst_/mp4:livestreamhd8/playlist.m3u8?&ref=www.teltowkanal.de +#EXTINF:-1 tvg-id="TesasTV.de" tvg-name="Tesas TV" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/xEGCX1f.png" group-title="",Tesas TV +https://jola.live:16200/tesastv.m3u8 #EXTINF:-1 tvg-id="TideTV.de" tvg-name="Tide TV" tvg-country="DE" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/tidetv.png" group-title="",Tide TV (1080p) https://5889e7d0d6e28.streamlock.net/tide-live/_definst_/smil:livestream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TideTVHamburgab1200.de" tvg-name="Tide TV (Hamburg - ab 12:00)" tvg-country="DE" tvg-language="" tvg-logo="https://i.imgur.com/p2lQVo0.png" group-title="",Tide TV (Hamburg - ab 12:00) (1080p) @@ -650,3 +666,7 @@ https://zdf-hls-17.akamaized.net/hls/live/2016500/de/high/master.m3u8 https://zdf-hls-16.akamaized.net/hls/live/2016499/de/high/master.m3u8 #EXTINF:-1 tvg-id="ZWEI2Music.de" tvg-name="ZWEI2 Music" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/VVwHID9.png" group-title="Music",ZWEI2 Music (1080p) https://serve-first.folxplay.tv/folx/ch-2/master.m3u8 +#EXTINF:-1 tvg-id="CIRATV.de" tvg-name="ร‡ฤฐRA TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",ร‡ฤฐRA TV +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/25 +#EXTINF:-1 tvg-id="CIRATV.de" tvg-name="ร‡ฤฐRA TV" tvg-country="DE" tvg-language="" tvg-logo="" group-title="",ร‡ฤฐRA TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/25.m3u8 diff --git a/channels/dk.m3u b/channels/dk.m3u index 0533ac32f..5e9e4d02c 100644 --- a/channels/dk.m3u +++ b/channels/dk.m3u @@ -9,14 +9,14 @@ http://stream.kkr.dk/live/kkr/playlist.m3u8 http://stream.kkr.dk/live/ngrp:kkr_adaptive/chunklist.m3u8 #EXTINF:-1 tvg-id="KKRtv.dk" tvg-name="KKRtv" tvg-country="DK" tvg-language="Danish" tvg-logo="https://i.imgur.com/cpl90ZC.png" group-title="",KKRtv (720p) http://stream.kkr.dk/live/ngrp:kkr_adaptive/playlist.m3u8 -#EXTINF:-1 tvg-id="KVF.dk" tvg-name="KVF" tvg-country="DK" tvg-language="Danish" tvg-logo="https://i.imgur.com/Nb93Skv.jpg" group-title="",KVF (720p) -https://w1.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KVF.dk" tvg-name="KVF" tvg-country="DK" tvg-language="Danish" tvg-logo="https://i.imgur.com/Nb93Skv.jpg" group-title="",KVF (480p) -https://w2.kringvarp.fo/uttanlands/480/manifest.m3u8 #EXTINF:-1 tvg-id="TV 2 Bornholm DK" tvg-name="TV 2 Bornholm DK" tvg-country="DK" tvg-language="Danish" tvg-logo="https://i.imgur.com/ylB5ea2.jpg" group-title="",TV 2/Bornholm https://live.tv2bornholm.dk/stream/live/chunklist.m3u8 #EXTINF:-1 tvg-id="TV 2 Ostjylland DK" tvg-name="TV 2 Ostjylland DK" tvg-country="DK" tvg-language="Danish" tvg-logo="https://i.imgur.com/rC07Op2.jpg" group-title="",TV 2/ร˜stjylland (720p) https://cdn-lt-live.tv2oj.dk/dc-1/live/hls/p/2102081/e/0_x4p3licd/sd/6000/t/5aoqiGIZk5dVwQnsYa1OiQ/master.m3u8 +#EXTINF:-1 tvg-id="TV2Fyn.dk" tvg-name="TV2 Fyn" tvg-country="DK" tvg-language="" tvg-logo="https://vignette1.wikia.nocookie.net/logopedia/images/6/6e/TV_2_Fyn.png" group-title="",TV2 Fyn +http://cdn-lt-hls-vod.tv2fyn.dk/fhls/p/1966291/sp/196629100/serveFlavor/entryId/0_yct7rqn3/v/2/flavorId/0_h2wfmuqm/name/a.mp4/index.m3u8 +#EXTINF:-1 tvg-id="TV2Lorry.dk" tvg-name="TV2 Lorry" tvg-country="DK" tvg-language="" tvg-logo="http://vignette1.wikia.nocookie.net/logopedia/images/6/6e/TV_2_Fyn.png" group-title="",TV2 Lorry +http://cdn-lt-hls-vod.tv2lorry.dk/fhls/p/2045321/sp/204532100/serveFlavor/entryId/0_0u9letdh/v/1/flavorId/0_p5f7q6yf/name/a.mp4/index.m3u8 #EXTINF:-1 tvg-id="TV2Lorry.dk" tvg-name="TV2 Lorry" tvg-country="DK" tvg-language="" tvg-logo="https://i.imgur.com/IxJIiLJ.jpg" group-title="",TV2 Lorry (720p) https://cdnapisec.kaltura.com/p/2045321/sp/204532100/playManifest/entryId/1_2kojfk4m/format/applehttp/protocol/https/uiConfId/32599481/a.m3u8 #EXTINF:-1 tvg-id="TV2Ostjylland.dk" tvg-name="TV2 Ostjylland" tvg-country="DK" tvg-language="" tvg-logo="https://i.imgur.com/rC07Op2.jpg" group-title="",TV2 Ostjylland diff --git a/channels/do.m3u b/channels/do.m3u index d44c3e0ca..341eaac89 100644 --- a/channels/do.m3u +++ b/channels/do.m3u @@ -1,10 +1,14 @@ #EXTM3U #EXTINF:-1 tvg-id="Ame47.do" tvg-name="Amรฉ 47" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Amรฉ 47 (720p) https://ss6.domint.net:3028/ame_str/amecanal47/playlist.m3u8 +#EXTINF:-1 tvg-id="AnimeZoneTV.do" tvg-name="Anime Zone TV" tvg-country="LATAM;PT;ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/AnimeZoneXTV/picture?width=300&height=300" group-title="",Anime Zone TV +http://azxtv.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="Boreal.do" tvg-name="Boreal" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://1.bp.blogspot.com/-_c3Wai2yuIY/Xl-e-HIk2VI/AAAAAAAAr5w/-vzqG9PJsg0DPrpR299YXH3m2u2BsQRvgCLcBGAsYHQ/s200/Boreal%2BTelevision.jpg" group-title="",Boreal (720p) https://5b38ce71f1f00.streamlock.net/8180/8180/playlist.m3u8 -#EXTINF:-1 tvg-id="CANAL5.do" tvg-name="CANAL 5" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",CANAL 5 (720p) -http://www.radiosargentina.com.ar/php/tvm3u.php +#EXTINF:-1 tvg-id="Canal56.do" tvg-name="Canal 56" tvg-country="DO" tvg-language="" tvg-logo="http://emisoradominicana.net/television/wp-content/uploads/2015/06/tv-recuerdos-56.jpg" group-title="",Canal 56 [Not 24/7] +https://cloudflare.streamgato.us:3549/live/canal56live.m3u8 +#EXTINF:-1 tvg-id="Canal8PUNTACANATVHD.do" tvg-name="Canal 8 PUNTA CANATV HD" tvg-country="DO" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/735482998372630529/bEgiPOU1_400x400.jpg" group-title="",Canal 8 PUNTA CANATV HD +https://cdn4.hostlagarto.com:8081/static/puntacanatv/chunks.m3u8 #EXTINF:-1 tvg-id="CANALAME47HD.do" tvg-name="CANAL AME 47 HD" tvg-country="DO" tvg-language="" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/do-ame-47-tv-1188.jpg?fbclid=IwAR1r-g3rV6p267JpjOxS7T-kt_or8H2T-ebvAtOyQlFqig7k8WTntWPYI7g#" group-title="",CANAL AME 47 HD http://ss6.domint.net:2028/ame_str/amecanal47/chunklist_w573523760.m3u8 #EXTINF:-1 tvg-id="CanalAme47.do" tvg-name="Canal Amรฉ 47" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/qExHiPc.png" group-title="",Canal Amรฉ 47 (720p) @@ -21,34 +25,66 @@ http://177.52.221.214:8000/play/a0f7/index.m3u8 http://50.30.37.36:1935/live/smil:MyStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ComunionTV.do" tvg-name="Comunion TV" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/BNtmf7o.png" group-title="",Comunion TV (720p) [Not 24/7] http://50.30.37.36:1935/live/stream/playlist.m3u8 +#EXTINF:-1 tvg-id="DANTV.do" tvg-name="DAN TV" tvg-country="DO" tvg-language="" tvg-logo="https://www.dantv.tv/images/dan-001.jpg" group-title="",DAN TV +http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/chunks.m3u8 #EXTINF:-1 tvg-id="DANTV.do" tvg-name="DAN TV" tvg-country="DO" tvg-language="Spanish" tvg-logo="" group-title="",DAN TV (720p) http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="Digital15.do" tvg-name="Digital 15" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Digital 15 +http://209.91.213.10:8088/play/a01h #EXTINF:-1 tvg-id="DigitalVision.do" tvg-name="Digital Vision" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Digital Vision https://ss3.domint.net:3120/dv6_str/digitalvision/chunklist_w432787620.m3u8 +#EXTINF:-1 tvg-id="FuegoTV.do" tvg-name="Fuego TV" tvg-country="DO" tvg-language="" tvg-logo="http://fuego40.com/wp-content/uploads/2018/11/cropped-FUEGO-LOGO-TIPO.png" group-title="",Fuego TV +https://video.misistemareseller.com/Fuegotv/Fuegotv/chunklist_w917415169.m3u8 #EXTINF:-1 tvg-id="GDMTELEVISION.do" tvg-name="GDM TELEVISION" tvg-country="DO" tvg-language="" tvg-logo="https://i0.wp.com/www.gdm.do/wp-content/uploads/2020/01/Logo-GDM.png?w=696&ssl=1" group-title="",GDM TELEVISION https://ss2.domint.net:3200/gdm_str/gdmtv/chunklist_w1317041912.m3u8 #EXTINF:-1 tvg-id="GHTELEVISIONCANAL10HD.do" tvg-name="GH TELEVISION CANAL 10 HD" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",GH TELEVISION CANAL 10 HD https://cloudflare.streamgato.us:3352/live/ghtelevisionhdlive.m3u8 #EXTINF:-1 tvg-id="GHTELEVISIONCANAL10HD.do" tvg-name="GH TELEVISION CANAL 10 HD" tvg-country="DO" tvg-language="" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwninYlGRCnZuK3DTrVqyzK4bbB9LoZUSJI-pww3yRA=s900-c-k-c0x00ffffff-no-rj" group-title="",GH TELEVISION CANAL 10 HD https://cloudflare.streamgato.us:3352/live/ghtelevisionhdlive.m3u8?DVR +#EXTINF:-1 tvg-id="HermanasMirabalTV.do" tvg-name="Hermanas Mirabal TV" tvg-country="DO" tvg-language="" tvg-logo="https://emisoradominicana.net/television/wp-content/uploads/2015/06/hermanas-mirabal-tv.jpg" group-title="",Hermanas Mirabal TV +https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/chunks.m3u8 #EXTINF:-1 tvg-id="HilandoFino.do" tvg-name="Hilando Fino" tvg-country="DO" tvg-language="Spanish" tvg-logo="http://www.hilandofinotv.com/wp-content/uploads/2017/04/cropped-logo-tv-3.png" group-title="",Hilando Fino (720p) https://4k-server-mia.2cdn.eu//HilandoFinoTV/ngrp:HilandoFinoTV_all/playlist.m3u8 +#EXTINF:-1 tvg-id="Hits360TV.do" tvg-name="Hits 360 TV" tvg-country="DO" tvg-language="" tvg-logo="https://i.imgur.com/Cx5V233.jpg" group-title="Music",Hits 360 TV +http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="HM.do" tvg-name="HM" tvg-country="DO" tvg-language="Spanish" tvg-logo="http://emisoradominicana.net/television/wp-content/uploads/2015/06/hermanas-mirabal-tv.jpg" group-title="",HM (720p) http://cm.hostlagarto.com:8081/Hmtv/hmtv.myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="LAMIATV.do" tvg-name="LA MIA TV" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/77uVMGw.png" group-title="",LA MIA TV (720p) +https://ss8.domint.net:3108/mia_str/lamiatv/chunklist_w2025663703.m3u8 +#EXTINF:-1 tvg-id="LocomotionTV.do" tvg-name="Locomotion TV" tvg-country="LATAM;PT;ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/auEJJvP.png" group-title="",Locomotion TV (480p) +http://51.222.85.85:81/hls/loco/index.m3u8 +#EXTINF:-1 tvg-id="LocomotionTV.do" tvg-name="Locomotion TV" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/auEJJvP.png" group-title="",Locomotion TV +http://locomotiontv.com/envivo/loco_ch/stream.m3u8 #EXTINF:-1 tvg-id="LVM.do" tvg-name="LVM" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/814AENk%2BEaL.png" group-title="",LVM (480p) https://uni01rtmp.tulix.tv/playout2multi9/lavozdemaria.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="MegavisionCanal43.do" tvg-name="Megavision Canal 43" tvg-country="DO" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2017/10/megavision.png" group-title="",Megavision Canal 43 +http://stream3.prostudionetwork.com:1943/megavision/MV/chunklist_w792904637.m3u8 +#EXTINF:-1 tvg-id="MICROVISION.do" tvg-name="MICRO VISION" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",MICRO VISION +http://190.103.183.24:1935/live/MicroHD/media_w1864019893.m3u8 #EXTINF:-1 tvg-id="Microvision.do" tvg-name="Microvision" tvg-country="DO" tvg-language="Spanish" tvg-logo="http://microvision.com.do/wp-content/uploads/Microvision_567-150.png" group-title="",Microvision http://190.103.183.24:1935/live/MicroHD/chunklist.m3u8 +#EXTINF:-1 tvg-id="Microvision.do" tvg-name="Microvision" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Microvision +http://190.103.183.24:1935/live/MicroHD/chunklist_w104421517.m3u8 +#EXTINF:-1 tvg-id="Microvision.do" tvg-name="Microvision" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Microvision +http://190.103.183.24:1935/live/MicroHD/chunklist_w1105794626.m3u8 +#EXTINF:-1 tvg-id="MICROVISION.do" tvg-name="MICROVISION" tvg-country="DO" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/836673683997483013/9xtjWyh6.jpg" group-title="",MICROVISION +http://190.103.183.24:1935/live/MicroHD/chunklist_w1260598310.m3u8 +#EXTINF:-1 tvg-id="Microvision10.do" tvg-name="Microvision 10" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Microvision 10 +http://190.103.183.24:1935/live/MicroHD/chunklist_w1468779956.m3u8 #EXTINF:-1 tvg-id="Microvision10.do" tvg-name="Microvision 10" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/Sbv9mq5.png" group-title="",Microvision 10 (720p) http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 +#EXTINF:-1 tvg-id="MICROVISIONCANAL10HD.do" tvg-name="MICROVISION CANAL 10 HD" tvg-country="DO" tvg-language="" tvg-logo="https://1.bp.blogspot.com/-GRjYYIG6Jcg/VPm_pcZgXAI/AAAAAAAABWw/eejVgkf6t30/s1600/Microvision.png" group-title="",MICROVISION CANAL 10 HD +http://190.103.183.24:1935/live/MicroHD/chunklist_w578096294.m3u8 #EXTINF:-1 tvg-id="MisionELTV.do" tvg-name="Mision ELTV" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://2.bp.blogspot.com/-OiAyNltHK1c/XoR4TuBHe4I/AAAAAAAAszg/d3NIH9pHptsJ75DDyIGuGjq9cVO-of7kgCLcBGAsYHQ/s200/misioneltvlogo.png" group-title="",Mision ELTV (360p) https://5790d294af2dc.streamlock.net:443/8286/8286/playlist.m3u8 -#EXTINF:-1 tvg-id="ONDATVCANAL10.do" tvg-name="ONDA TV CANAL 10" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/OE4q3b9.jpg" group-title="",ONDA TV CANAL 10 (720p) -http://ss6.domint.net:2052/otv_str/tv10/playlist.m3u8 #EXTINF:-1 tvg-id="ORBITTV.do" tvg-name="ORBIT TV" tvg-country="DO" tvg-language="" tvg-logo="http://orbittv.net/images/orbit_logo4.png" group-title="",ORBIT TV https://ss3.domint.net:3134/otv_str/orbittv/chunklist_w1625501623.m3u8 #EXTINF:-1 tvg-id="PH.do" tvg-name="PH" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://3.bp.blogspot.com/-INH3BeYCloo/XWVcY2zOpUI/AAAAAAAAmxI/YRwbGEa3orQf7ltrcE2VTv20TPoqYSiygCLcBGAs/s320/PHTV.png" group-title="",PH (720p) https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="PHTVCanal34.do" tvg-name="PHTV Canal 34" tvg-country="DO" tvg-language="" tvg-logo="https://dominicanchannels.com/wp-content/uploads/2014/10/PHTV-300x194.jpg" group-title="",PHTV Canal 34 +https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 +#EXTINF:-1 tvg-id="Radio105full.do" tvg-name="Radio105 full" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://ru0-cdn.onlineradiobox.com/img/l/2/94192.v2.png" group-title="Music",Radio105 full +https://cloudflare.streamgato.us:3901/live/radio105live.m3u8 #EXTINF:-1 tvg-id="ReadyTV.do" tvg-name="Ready TV" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/QT78nTj.png" group-title="",Ready TV [Not 24/7] http://190.103.183.24:1935/ReadyTV/ReadyHD/chunklist.m3u8 #EXTINF:-1 tvg-id="READYTVCANAL6HD.do" tvg-name="READY TV CANAL 6 HD" tvg-country="DO" tvg-language="" tvg-logo="http://juanvmedrano.com/readytv/wp-content/uploads/2016/12/Ready-Logo-2016-oi2.png" group-title="",READY TV CANAL 6 HD (360p) [Not 24/7] @@ -71,16 +107,26 @@ http://ss8.domint.net:2128/stv_str/tv55/playlist.m3u8 https://ss8.domint.net:3128/stv_str/tv55/master.m3u8 #EXTINF:-1 tvg-id="SUPERTV55HD.do" tvg-name="SUPER TV 55 HD" tvg-country="DO" tvg-language="" tvg-logo="https://4.bp.blogspot.com/-RayZHQsT_84/WJOhiYn5_ZI/AAAAAAAADGM/0tlwnlgoY3Aah9hVj991c062RXwkpm5JACLcB/s1600/Super%2BTV%2B55%2B-%2Bonline%2B-%2Ben%2Bvivo.png" group-title="",SUPER TV 55 HD https://ss8.domint.net:3128/stv_str/tv55/chunklist_w1366602525.m3u8 +#EXTINF:-1 tvg-id="TDNMedios.do" tvg-name="TDN Medios" tvg-country="DO" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRhNXeL2j6nDfgnmZxLlnMTAMne2l7IZ7boVIGUPL8h0VaFCFV2" group-title="",TDN Medios +http://108.175.14.125:1935/tdn/tdn/chunklist_w1416269518.m3u8 +#EXTINF:-1 tvg-id="TELECANAL12HD.do" tvg-name="TELE CANAL 12 HD" tvg-country="DO" tvg-language="" tvg-logo="https://serenotv.com/wp-content/uploads/2020/10/Canal-12-telecanal-republica-dominicana-en-vivo.jpg" group-title="",TELE CANAL 12 HD +https://cdn4.hostlagarto.com:8081/static/telecanal12/chunks.m3u8 #EXTINF:-1 tvg-id="TeleBendicion.do" tvg-name="TeleBendicion" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7v46dB1.png" group-title="",TeleBendicion (720p) http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8 #EXTINF:-1 tvg-id="Telecanal28.do" tvg-name="Telecanal 28" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/wYklHWy.png" group-title="",Telecanal 28 (360p) http://cm.hostlagarto.com:8081/Telecanal-28/telecanal.myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleCibao.do" tvg-name="TeleCibao" tvg-country="DO" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS0XRxX9IhpJdBoV0UZNy1vSZAI-YRkewjeA1Jbp7VUIUFgGRpM" group-title="",TeleCibao +http://cm.hostlagarto.com:8081/Telecibao/Telecibao/chunks.m3u8 +#EXTINF:-1 tvg-id="TeleCibao.do" tvg-name="TeleCibao" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",TeleCibao +https://cm.hostlagarto.com:4445/Telecibao/Telecibao/chunks.m3u8 #EXTINF:-1 tvg-id="Telefuturo23.do" tvg-name="Telefuturo 23" tvg-country="DO" tvg-language="Spanish" tvg-logo="" group-title="",Telefuturo 23 (720p) http://ss8.domint.net:2118/tf_str/futu/playlist.m3u8 #EXTINF:-1 tvg-id="TelefuturoCanal23.do" tvg-name="Telefuturo Canal 23" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/0Bbj2lh.jpg" group-title="",Telefuturo Canal 23 (720p) http://ss8.domint.net:2118/tf_str/futu/master.m3u8 #EXTINF:-1 tvg-id="TELEFUTUROCANAL23.do" tvg-name="TELEFUTURO CANAL 23" tvg-country="DO" tvg-language="" tvg-logo="http://telefuturo.com.do/home/wp-content/themes/telefuturo23/img/logo.png" group-title="",TELEFUTURO CANAL 23 https://ss8.domint.net:3118/tf_str/futu/chunklist_w1341184038.m3u8 +#EXTINF:-1 tvg-id="Teleimpacto.do" tvg-name="Teleimpacto" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Teleimpacto +http://190.122.96.188:8888/http/013 #EXTINF:-1 tvg-id="Telemicro.do" tvg-name="Telemicro" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://2.bp.blogspot.com/-4fTAMMvrofI/WtOf7D-zT4I/AAAAAAAAeRU/4AsiXPcfIqAQVfwxLg3sH_J4Sh_IcDO9wCLcBGAs/s200/Telemicro.png" group-title="",Telemicro (720p) https://api.new.livestream.com/accounts/28126860/events/8825282/live.m3u8 #EXTINF:-1 tvg-id="Telemilenio.do" tvg-name="Telemilenio" tvg-country="DO" tvg-language="Spanish" tvg-logo="http://santiagotv36.com/wp-content/uploads/2014/09/Logo-web1.png" group-title="",Telemilenio (720p) @@ -107,14 +153,20 @@ http://ss6.domint.net:2060/tvm_str/montanatv/master.m3u8 https://ss6.domint.net:3104/tvp_str/tvplata/playlist.m3u8 #EXTINF:-1 tvg-id="TVS.do" tvg-name="TVS" tvg-country="DO" tvg-language="Spanish" tvg-logo="http://dominicanchannels.com/wp-content/uploads/2016/06/tvs.jpg" group-title="",TVS (540p) http://cm.hostlagarto.com:8081/Tvstv/TvstvHD.myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVSCanal22.do" tvg-name="TVS Canal 22" tvg-country="DO" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/950878950149914624/1UJUmn-2.jpg" group-title="",TVS Canal 22 +http://cm.hostlagarto.com:8081/Tvstv/TvstvHD.myStream/chunks.m3u8 #EXTINF:-1 tvg-id="UrbancrisTV.do" tvg-name="UrbancrisTV" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://1.bp.blogspot.com/-rijz_M9Mfjg/XodzU4USyHI/AAAAAAAAAkQ/86J2L7EgOvw71sXXbTH5_cAKf9CgXEnEwCLcBGAsYHQ/s320/UrbancrisTV.png" group-title="",UrbancrisTV (720p) https://5790d294af2dc.streamlock.net/8228/8228/playlist.m3u8 #EXTINF:-1 tvg-id="Vallevision.do" tvg-name="Vallevision" tvg-country="DO" tvg-language="Spanish" tvg-logo="http://www.vallevision.com.do/images/vallevision.png" group-title="",Vallevision (720p) http://190.103.183.24:1935/Vallevision/ValleHD/playlist.m3u8 +#EXTINF:-1 tvg-id="VALLEVISIONCANAL10HD.do" tvg-name="VALLEVISION CANAL 10 HD" tvg-country="DO" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRcU_LQBmWLeJhke90-up8f9j6fCIEHaCmg5A&usqp=CAU" group-title="",VALLEVISION CANAL 10 HD +http://190.103.183.24:1935/Vallevision/ValleHD/chunklist_w1921252657.m3u8 #EXTINF:-1 tvg-id="VALLEVISIONCANAL10HD.do" tvg-name="VALLEVISION CANAL 10 HD" tvg-country="DO" tvg-language="" tvg-logo="https://es.live-tv-channels.org/pt-data/uploads/logo/do-vallevision-canal-10-9607-300x225.jpg" group-title="",VALLEVISION CANAL 10 HD https://streaming.telecablecentral.com.do/Vallevision/ValleHD/chunklist_w1749406618.m3u8 #EXTINF:-1 tvg-id="VegaTeve.do" tvg-name="Vega Teve" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://1.bp.blogspot.com/-5JBZ6ZO0ybk/XaS-xAYTF7I/AAAAAAAAoXA/u1OK-aVn_sQNM86uwWFBqLuk5Q-Uzo7hgCLcBGAsYHQ/s200/vegateve.jpg" group-title="",Vega Teve (480p) https://ss6.domint.net:3012/tes_str/teleelsalvador/playlist.m3u8 +#EXTINF:-1 tvg-id="VivaCanal5.do" tvg-name="Viva Canal 5" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Viva Canal 5 +https://iptv-all.lanesh4d0w.codes/dominicanrepublic/viva-canal-5 #EXTINF:-1 tvg-id="Zol106.do" tvg-name="Zol106" tvg-country="DO" tvg-language="" tvg-logo="" group-title="",Zol106 https://ss3.domint.net:3108/zol_str/vzol/chunklist_w1436990381.m3u8 #EXTINF:-1 tvg-id="Zol106.do" tvg-name="Zol106" tvg-country="DO" tvg-language="Spanish" tvg-logo="https://2.bp.blogspot.com/-OlrTJEjmmAI/Wr1YlnuxLOI/AAAAAAAAdIU/vTw_1pzwsTUbHwz_4zPiZwnbaeHDwiYAwCLcBGAs/s200/Zol%2B106.png" group-title="",Zol106 (720p) diff --git a/channels/dz.m3u b/channels/dz.m3u index 8ca5fe352..4e85f04b1 100644 --- a/channels/dz.m3u +++ b/channels/dz.m3u @@ -37,6 +37,8 @@ https://cdn02.hta.dz/abr_htatv/EL_FADJR_TV_DZ/htatv/EL_FADJR_TV_DZ_720p/chunks.m https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/htatv/EL_HAYAT_TV_ALGERIE_720p/chunks.m3u8 #EXTINF:-1 tvg-id="EnnaharTV.dz" tvg-name="Ennahar TV" tvg-country="DZ" tvg-language="Arabic" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/c/cc/Ennahar_TV.svg/330px-Ennahar_TV.svg.png" group-title="",Ennahar TV (240p) http://numidiatv-live.dzsecurity.net:8081/entv/EnnaharTV/playlist.m3u8 +#EXTINF:-1 tvg-id="EnnaharTV.dz" tvg-name="Ennahar TV" tvg-country="DZ" tvg-language="" tvg-logo="" group-title="",Ennahar TV +http://numidiatv-live.dzsecurity.net:8081/entv/EnnaharTV_SD/chunks.m3u8 #EXTINF:-1 tvg-id="EnnaharTV.dz" tvg-name="Ennahar TV" tvg-country="DZ" tvg-language="Arabic" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/c/cc/Ennahar_TV.svg/330px-Ennahar_TV.svg.png" group-title="",Ennahar TV (360p) http://numidiatv-live.dzsecurity.net:8081/entv/EnnaharTV_SD/playlist.m3u8 #EXTINF:-1 tvg-id="EnnaharTV.dz" tvg-name="Ennahar TV" tvg-country="DZ" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ta9o5qJ.png" group-title="",Ennahar TV diff --git a/channels/eg.m3u b/channels/eg.m3u index e35ce2b3e..243c543c0 100644 --- a/channels/eg.m3u +++ b/channels/eg.m3u @@ -1,6 +1,10 @@ #EXTM3U +#EXTINF:-1 tvg-id="AghapyTV.eg" tvg-name="Aghapy TV" tvg-country="EG" tvg-language="" tvg-logo="" group-title="",Aghapy TV +http://149.100.19.226:8001/play/AGHAPY_TV #EXTINF:-1 tvg-id="AghapyTVliveqnGby.eg" tvg-name="Aghapy TV live ู‚ู†ุงุฉ ุฃุบุงุจูŠ" tvg-country="EG" tvg-language="" tvg-logo="" group-title="",Aghapy TV live ู‚ู†ุงุฉ ุฃุบุงุจูŠ http://68.235.60.118:1935/aghapy.tv/aghapy.smil/chunklist_w1321939483_b1400000_slar_t64SEQ=.m3u8 +#EXTINF:-1 tvg-id="AlAhlyTV.eg" tvg-name="Al Ahly TV" tvg-country="EG" tvg-language="" tvg-logo="" group-title="",Al Ahly TV (1080p) +http://149.100.19.226:8001/play/a0r6 #EXTINF:-1 tvg-id="AlHayatTV.eg" tvg-name="Al Hayat TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://i.imgur.com/9HocMyE.jpg" group-title="Religious",Al Hayat TV (720p) http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AlHayatTV.eg" tvg-name="Al Hayat TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://i.imgur.com/9HocMyE.jpg" group-title="Religious",Al Hayat TV (360p) @@ -11,13 +15,13 @@ http://cdg3.edge.tmed.pw/arrafidaintv/live_1024p/chunks.m3u8 http://cdg3.edge.tmed.pw/arrafidaintv/live_1024p/chunks.m3u8?v= #EXTINF:-1 tvg-id="CopticTV.eg" tvg-name="Coptic TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="http://www.ctvchannel.tv/Images/Page/Logo.png" group-title="Religious",Coptic TV (720p) https://5d12bc59c4748.streamlock.net/redirect/ctvchannel.tv/ctv.smil?type=m3u8 -#EXTINF:-1 tvg-id="CYCChristanYouthChannel.eg" 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="ElsharqTV.eg" tvg-name="Elsharq TV" tvg-country="EG" tvg-language="" tvg-logo="" group-title="",Elsharq TV +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 @@ -35,28 +39,32 @@ 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 #EXTINF:-1 tvg-id="NileTVInternational.eg" tvg-name="Nile TV International" tvg-country="EG" tvg-language="English" tvg-logo="" group-title="",Nile TV International http://149.100.19.226:8001/play/Nile_TV +#EXTINF:-1 tvg-id="NobleTV.eg" tvg-name="Noble TV" tvg-country="EG" tvg-language="" tvg-logo="" group-title="",Noble TV +https://5d39f1ab8ba65.streamlock.net:1935/arabic-test/arabic-test/chunklist_w568620000.m3u8 #EXTINF:-1 tvg-id="NogoumFMTV.eg" tvg-name="Nogoum FM TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://storage.googleapis.com/nogoumfm-eu-web/1/2019/12/logo-nogoum-1.png" group-title="Music",Nogoum FM TV (180p) https://stream-speed.extremesolution.mobi/nogoumfm/nogoumfmlive/playlist.m3u8 #EXTINF:-1 tvg-id="OmgChannelTV.eg" tvg-name="Omg Channel TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="http://omgchannel.net/image/cache/catalog/logo-210x89.png" group-title="",Omg Channel TV http://media6.smc-host.com:1935/omgchannel.net/omgtv/playlist.m3u8 #EXTINF:-1 tvg-id="OmgSeries.eg" tvg-name="Omg Series" tvg-country="EG" tvg-language="Arabic" tvg-logo="http://omgchannel.net/image/cache/catalog/logo-210x89.png" group-title="",Omg Series http://media6.smc-host.com:1935/omgchannel.net/omgseries/playlist.m3u8 +#EXTINF:-1 tvg-id="TenTV.eg" tvg-name="Ten TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://content.weyyak.com/8ff99681-4dd8-4e97-aa18-de4a866ef0fd/poster-image" group-title="",Ten TV +https://weyyak-live.akamaized.net/weyyak_ten_tv/index.m3u8 #EXTINF:-1 tvg-id="TheKingdomSat.eg" tvg-name="The Kingdom Sat" tvg-country="EG" tvg-language="Arabic" tvg-logo="https://i.imgur.com/6xa14aQ.png" group-title="Religious",The Kingdom Sat (576p) https://bcovlive-a.akamaihd.net/87f7c114719b4646b7c4263c26515cf3/eu-central-1/6008340466001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="WatanTV.eg" tvg-name="Watan TV" tvg-country="EG" tvg-language="Arabic" tvg-logo="http://www.watanegypt.tv/design/home/img/f-logo.png" group-title="General",Watan TV (1080p) diff --git a/channels/es.m3u b/channels/es.m3u index 3619a643c..dc82fd8b3 100644 --- a/channels/es.m3u +++ b/channels/es.m3u @@ -23,24 +23,22 @@ https://limited38.todostreaming.es/live/101tv-AntequeraHD.m3u8 https://limited38.todostreaming.es/live/101tv-web101tv.m3u8 #EXTINF:-1 tvg-id="11TV.es" tvg-name="11 TV" tvg-country="AF" tvg-language="" tvg-logo="https://i.imgur.com/Uo3iDXN.jpg" group-title="Music",11 TV http://51.210.199.43/hls/stream.m3u8 -#EXTINF:-1 tvg-id="24h.es" tvg-name="24h" tvg-country="ES" tvg-language="Catalan" tvg-logo="" group-title="",24h (576p) +#EXTINF:-1 tvg-id="24Horas.es" tvg-name="24 Horas" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",24 Horas [Geo-blocked] +http://hlsliveamdgl8-lh.akamaihd.net/i/hlsdvrlive_1@583030/master.m3u8 +#EXTINF:-1 tvg-id="24h.es" tvg-name="24h" tvg-country="ES" tvg-language="Catalan" tvg-logo="" group-title="",24h (576p) [Geo-blocked] https://hlsliveamdgl8-lh.akamaihd.net/i/hlslive_1@156275/master.m3u8 #EXTINF:-1 tvg-id="24h.es" tvg-name="24h" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",24h (576p) https://hlsliveamdgl8-lh.akamaihd.net/i/hlslive_1@300207/master.m3u8 -#EXTINF:-1 tvg-id="24h.es" tvg-name="24h" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",24h (1080p) -https://rtvelivestream.akamaized.net/24h_cat_main_dvr.m3u8 -#EXTINF:-1 tvg-id="24h.es" tvg-name="24h" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",24h (1080p) -https://rtvelivestream.akamaized.net/24h_main_dvr.m3u8 #EXTINF:-1 tvg-id="25TV.es" tvg-name="25 TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",25 TV https://cdnlive.shooowit.net/25televisiolive/smil:channel1.smil/master.m3u8 -#EXTINF:-1 tvg-id="28Kanala.es" tvg-name="28 Kanala" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/ya3k9wU.png" group-title="",28 Kanala (720p) -https://5940924978228.streamlock.net/8157/8157/.m3u8 +#EXTINF:-1 tvg-id="25TV.es" tvg-name="25 TV" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/sADbx7S.png" group-title="",25 TV +https://originlive2.shooowit.net/25televisiolive/smil:channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="28kanala.es" tvg-name="28 kanala" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/28kanala/picture?width=320&height=320" group-title="",28 kanala (720p) https://5940924978228.streamlock.net/8157/8157/master.m3u8 #EXTINF:-1 tvg-id="324.es" tvg-name="3/24" tvg-country="ES;AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/CnIVW9o.jpg" group-title="News",3/24 (1080p) -https://directes-tv-int.ccma.cat/int/ngrp:324_web/chunklist.m3u8 -#EXTINF:-1 tvg-id="324.es" tvg-name="3/24" tvg-country="ES;AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/CnIVW9o.jpg" group-title="News",3/24 (1080p) https://directes-tv-int.ccma.cat/int/ngrp:324_web/master.m3u8 +#EXTINF:-1 tvg-id="324.es" tvg-name="3/24" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/1rtWgqD.jpg" group-title="",3/24 +https://directes-tv-int.ccma.cat/int/ngrp:324_web/playlist.m3u8 #EXTINF:-1 tvg-id="324.es" tvg-name="324" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",324 (1080p) https://directes-tv-int.ccma.cat/int/ngrp:324_web/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="7LaRioja.es" tvg-name="7 La Rioja" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",7 La Rioja (1080p) @@ -65,13 +63,11 @@ https://dcunilive93-lh.akamaihd.net/i/dclive_1@835798/master.m3u8 https://dcunilive93-lh.akamaihd.net/i/dclive_1@835800/master.m3u8 #EXTINF:-1 tvg-id="7TVAndaluciaSierra.es" tvg-name="7 TV Andalucรญa (Sierra)" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/7TelevisionAndalucia/picture?width=320&height=320" group-title="News",7 TV Andalucรญa (Sierra) https://dcunilive93-lh.akamaihd.net/i/dclive_1@835792/master.m3u8 -#EXTINF:-1 tvg-id="8LaMarinaTV.es" tvg-name="8 La Marina TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",8 La Marina TV -https://cdn01.yowi.tv/ZH5FGIEUAV/master.m3u8 #EXTINF:-1 tvg-id="8TVCadiz.es" tvg-name="8 TV Cรกdiz" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",8 TV Cรกdiz 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 @@ -83,29 +79,31 @@ http://217.182.77.27/live/alcarriatv-livestream.m3u8 http://cls.alcarria.tv/alcarriatv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.es" tvg-name="Alcarria TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Alcarria TV https://cls.alcarria.tv/live/alcarriatv-livestream.m3u8 +#EXTINF:-1 tvg-id="AragonRadioZaragoza.es" tvg-name="Aragรณn Radio (Zaragoza)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Aragรณn Radio (Zaragoza) +https://cartv.streaming.aranova.es/hls/live/aragonradio_aragonradio1.m3u8 #EXTINF:-1 tvg-id="AragonTV.es" tvg-name="Aragรณn TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/d/d4/Logo_aragon_tv_2016.png" group-title="",Aragรณn TV (720p) https://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8 +#EXTINF:-1 tvg-id="AtresSeriesInternacional.es" tvg-name="Atres Series Internacional" tvg-country="ES" tvg-language="Spanish" tvg-logo="" group-title="",Atres Series Internacional +http://186.101.216.211:8000/play/a0dv #EXTINF:-1 tvg-id="BailenTV.es" tvg-name="Bailรฉn TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Bailรฉn TV (720p) http://cpd.bailen.tv:8080/Playlist_CANAL_24H/playlist.m3u8 #EXTINF:-1 tvg-id="BARVATV.es" tvg-name="BARVA.TV" tvg-country="ES" tvg-language="" tvg-logo="http://barvatvplus.com/wp-content/uploads/2020/12/PicsArt_11-24-11.04.44.png" group-title="",BARVA.TV https://cp.sradiotv.com:1936/8076/8076/chunklist_w2067694417.m3u8 +#EXTINF:-1 tvg-id="BarcaTV.es" tvg-name="Barรงa TV" tvg-country="ES" tvg-language="Spanish;Catalan" tvg-logo="https://www.movistarplus.es/recorte/m-NEO/canal/BARNA.png" group-title="Sports",Barรงa TV +http://5.255.90.184:2002/play/a01z #EXTINF:-1 tvg-id="beteve.es" tvg-name="betevรฉ" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",betevรฉ (1080p) https://cdnapisec.kaltura.com/p/2346171/sp/234617100/playManifest/entryId/1_n6442jz0/format/applehttp/.m3u8?referrer=aHR0cHM6Ly9iZXRldmUuY2F0 -#EXTINF:-1 tvg-id="BigName.es" tvg-name="Big Name" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hChduSn.png" group-title="",Big Name (720p) -https://alchimie-big-names-4-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BonDiaTV.es" tvg-name="Bon Dia TV" tvg-country="ES" tvg-language="Catalan" tvg-logo="https://i.imgur.com/pY8zxN3.png" group-title="",Bon Dia TV (1080p) -https://directes-tv-int.ccma.cat/int/ngrp:bnd_web/chunklist.m3u8 #EXTINF:-1 tvg-id="BonDiaTV.es" tvg-name="Bon Dia TV" tvg-country="ES" tvg-language="Catalan" tvg-logo="https://i.imgur.com/pY8zxN3.png" group-title="",Bon Dia TV (1080p) https://directes-tv-int.ccma.cat/int/ngrp:bnd_web/playlist.m3u8 +#EXTINF:-1 tvg-id="CadenaElite.es" tvg-name="Cadena Elite" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Cadena Elite [Not 24/7] +https://cloudvideo.servers10.com:8081/8004/index.m3u8 #EXTINF:-1 tvg-id="CampinaSurTV.es" tvg-name="Campiรฑa Sur TV" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/87KGlQz.png" group-title="",Campiรฑa Sur TV [Not 24/7] https://cdn01.yowi.tv/4131RI73I9/master.m3u8 #EXTINF:-1 tvg-id="Canal10Emporda.es" tvg-name="Canal 10 Empordร " tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal 10 Empordร  http://ventdelnord.tv:8080/escala/directe.m3u8 #EXTINF:-1 tvg-id="Canal2000LaSolana.es" tvg-name="Canal 2000 La Solana" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal 2000 La Solana http://canal2000.berkano-systems.net/streaming/streams/canal2000-720p.m3u8 -#EXTINF:-1 tvg-id="Canal24horas.es" tvg-name="Canal 24 horas" tvg-country="INT" tvg-language="Spanish" tvg-logo="https://i.imgur.com/SvUWRQm.png" group-title="News",Canal 24 horas (576p) -https://hlsliveamdgl8-lh.akamaihd.net/i/hlsdvrlive_1@583030/master.m3u8 -#EXTINF:-1 tvg-id="Canal25TV.es" tvg-name="Canal 25 TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/2BBGZ1H.png" group-title="Local",Canal 25 TV (Barbastro) +#EXTINF:-1 tvg-id="Canal25TV.es" tvg-name="Canal 25 TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/2BBGZ1H.png" group-title="Local",Canal 25 TV (Barbastro) [Not 24/7] https://common01.todostreaming.es/live/tvbarbastro-livestream.m3u8 #EXTINF:-1 tvg-id="Canal33Madrid.es" tvg-name="Canal 33 Madrid" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zJpDIX.png" group-title="",Canal 33 Madrid (1080p) https://5ab29cc78f681.streamlock.net/canal33tvmadridgmailcom/livestream/master.m3u8 @@ -121,6 +119,8 @@ https://cdn01.yowi.tv/503L6OKTE2/live-1000.m3u8 https://cdn01.yowi.tv/503L6OKTE2/master.m3u8 #EXTINF:-1 tvg-id="Canal56.es" tvg-name="Canal 56" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal 56 https://videos.canal56.com/directe/stream/index.m3u8 +#EXTINF:-1 tvg-id="CanalCinesverdi.es" tvg-name="Canal Cinesverdi" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal Cinesverdi +https://contracorriente-canalcinesverdi-1-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Canald.es" tvg-name="Canal d" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/aoyHRgJ.jpg" group-title="Local",Canal d https://cdn01.yowi.tv/DDDDDDDDDD/master.m3u8 #EXTINF:-1 tvg-id="CanalDiocesano.es" tvg-name="Canal Diocesano" tvg-country="ES" tvg-language="" tvg-logo="https://i1.wp.com/directostv.teleame.com/wp-content/uploads/2016/01/Canal-Diocesano-en-directo-Online.png?fit=1920%2C1080" group-title="",Canal Diocesano @@ -129,8 +129,12 @@ https://cdn01.yowi.tv/DDDDDDDDDD/live-1000.m3u8 https://secure5.todostreaming.es/live/division-alm.m3u8 #EXTINF:-1 tvg-id="CanalExtremadura.es" tvg-name="Canal Extremadura" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/CanalExtremadura/picture?width=320&height=320" group-title="",Canal Extremadura https://cdnlive.shooowit.net/canalextremaduralive/smil:channel1DVR.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalMalagaRTV.es" tvg-name="Canal Mรกlaga RTV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/BXmmroM.jpg" group-title="Local",Canal Mรกlaga RTV (720p) +#EXTINF:-1 tvg-id="CanalFeelgood.es" tvg-name="Canal Feel good" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal Feel good +https://contracorriente-canalfeelgood-1-es.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalMalagaRTV.es" tvg-name="Canal Mรกlaga RTV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/BXmmroM.jpg" group-title="Local",Canal Mรกlaga RTV (720p) [Not 24/7] https://canalmalaga-tv-live.flumotion.com/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalParlamento.es" tvg-name="Canal Parlamento" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/8KHnBwx.png" group-title="",Canal Parlamento +http://congresodirecto-f.akamaihd.net:80/i/congreso6_1@54665/master.m3u8 #EXTINF:-1 tvg-id="CanalParlamento.es" tvg-name="Canal Parlamento" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/U842Z2c.png" group-title="",Canal Parlamento (360p) https://congresodirecto-f.akamaihd.net/i/congreso6_1@54665/master.m3u8 #EXTINF:-1 tvg-id="CanalSanRoque.es" tvg-name="Canal San Roque" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/QBzvCJc.png" group-title="",Canal San Roque @@ -141,10 +145,14 @@ http://217.125.136.93:8080/canalsierradecadiz1080.m3u8 http://217.125.136.93:8080/canalsierradecadiz720.m3u8 #EXTINF:-1 tvg-id="CanalSierradeCadizSD.es" tvg-name="Canal Sierra de Cรกdiz SD" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal Sierra de Cรกdiz SD http://217.125.136.93:8080/canalsierradecadiz576.m3u8 +#EXTINF:-1 tvg-id="CanalSuper3.es" tvg-name="Canal Super 3" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/kbgoyvg.png" group-title="",Canal Super 3 +https://directes-tv-int.ccma.cat/int/ngrp:c33_web/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurAndalucia.es" tvg-name="Canal Sur Andalucรญa" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/canalsurradioytv/picture?width=320&height=320" group-title="",Canal Sur Andalucรญa https://cdnlive.shooowit.net/rtvalive/channelDVR.smil/master.m3u8 #EXTINF:-1 tvg-id="CanalSurAndalucia.es" tvg-name="Canal Sur Andalucรญa" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal Sur Andalucรญa https://cdnlive.shooowit.net/rtvalive/smil:83CRxkDnV6DVR.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalSurAndalucia.es" tvg-name="Canal Sur Andalucรญa" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/sEN6VcY.png" group-title="",Canal Sur Andalucรญa +https://originlive2.shooowit.net/rtvalive/smil:channelDVR.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalTaronjaOsonaiMoianes.es" tvg-name="Canal Taronja Osona i Moianรฉs" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Canal Taronja Osona i Moianรฉs (480p) https://taronjavic.streaming-pro.com/hls/vic.m3u8 #EXTINF:-1 tvg-id="Canal4televisio.es" tvg-name="Canal4 televisiรณ" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/canal4televisio/picture?width=320&height=320" group-title="",Canal4 televisiรณ (1080p) @@ -157,7 +165,9 @@ https://directes-tv-int.ccma.cat/int/ngrp:oca2_web/playlist_DVR.m3u8 https://rtvelivestream.akamaized.net/clan_bkp_dvr.m3u8 #EXTINF:-1 tvg-id="Clan.es" tvg-name="Clan TVE" tvg-country="ES" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/5/5d/Tve_clan.png" group-title="",Clan TVE (1080p) [Geo-blocked] https://rtvelivestream.akamaized.net/clan_main_dvr.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="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="Movies",Comedy Movies (720p) https://rakuten-comedymovies-2-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Condavision.es" tvg-name="Condavision" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Condavision (720p) http://145.239.141.154:1935/live/uSCQc5ky/.m3u8 @@ -183,10 +193,10 @@ http://91.126.141.201:1935/live/cosmoHD/chunklist_w1473340396.m3u8 http://91.126.141.201:1935/live/cosmoHD/chunklist_w1035779792.m3u8 #EXTINF:-1 tvg-id="CostaNoroesteTV.es" tvg-name="Costa Noroeste TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Costa Noroeste TV https://limited31.todostreaming.es/live/noroestetv-livestream.m3u8 +#EXTINF:-1 tvg-id="Cuatro.es" tvg-name="Cuatro" tvg-country="ES" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTkNqLG3RxZrq61wKM8VOZIQx6UYY9XeiA_Jg&usqp=CAU" group-title="",Cuatro +http://149.202.68.178:1935/live/peprecasens/chunklist_w194306632.m3u8 #EXTINF:-1 tvg-id="CUATRO4TVVALLUXA.es" tvg-name="CUATRO 4 TV VALL UXA" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcReUVLq8nJbqLUY6jVbJvX0VMaoj1HVYu-OKg&usqp=CAU" group-title="",CUATRO 4 TV VALL UXA https://limited09.todostreaming.es/live/tarson-livestream.m3u8 -#EXTINF:-1 tvg-id="CordobaTV.es" tvg-name="Cรณrdoba TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Cรณrdoba TV (720p) -https://cloudvideo.servers10.com:8081/8020/index.m3u8 #EXTINF:-1 tvg-id="DiezTV.es" tvg-name="Diez TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/5KXkBbs.jpg" group-title="",Diez TV https://streaming.cloud.innovasur.es/mmj/index.m3u8 #EXTINF:-1 tvg-id="DistritoTV.es" tvg-name="Distrito TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/V04dJhe.jpg" group-title="Local",Distrito TV @@ -209,10 +219,6 @@ https://directes-tv-int.ccma.cat/int/ngrp:c33_web/playlist_DVR.m3u8 https://live1-eltorotv.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="Elche7TV.es" tvg-name="Elche 7 TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/zeC5t44.png" group-title="",Elche 7 TV https://streaming.elche7tv.es/hls/canal2.m3u8 -#EXTINF:-1 tvg-id="EsAsturiasTV.es" tvg-name="EsAsturiasTV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/EsAsturiasTV/picture?width=320&height=320" group-title="",EsAsturiasTV (720p) -https://5df8a678a3840.streamlock.net/8032/8032/chunklist_w872298128.m3u8 -#EXTINF:-1 tvg-id="EsAsturiasTV.es" tvg-name="EsAsturiasTV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/EsAsturiasTV/picture?width=320&height=320" group-title="",EsAsturiasTV (720p) -https://5df8a678a3840.streamlock.net/8032/8032/playlist.m3u8 #EXTINF:-1 tvg-id="ESNETV.es" tvg-name="ESNE TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/VbxfLY5.png" group-title="Religious",ESNE TV (1080p) https://zypelive-lh.akamaihd.net/i/default_1@710948/master.m3u8 #EXTINF:-1 tvg-id="Esport3.es" tvg-name="Esport3" tvg-country="ES" tvg-language="Spanish" tvg-logo="" group-title="Sports",Esport3 (1080p) @@ -223,17 +229,21 @@ https://directes-tv-int.ccma.cat/int/ngrp:es3_web/playlist_DVR.m3u8 https://5b38ce71f1f00.streamlock.net/8122/8122/master.m3u8 #EXTINF:-1 tvg-id="EsteponaTelevision.es" tvg-name="Estepona Televisiรณn" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/rMAB720.png" group-title="",Estepona Televisiรณn (720p) https://5b38ce71f1f00.streamlock.net/8122/8122/playlist.m3u8 -#EXTINF:-1 tvg-id="EsteponaTV.es" tvg-name="Estepona TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Estepona TV (720p) -https://cloudvideo.servers10.com:8081/8022/index.m3u8 +#EXTINF:-1 tvg-id="ETB1.es" tvg-name="ETB 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",ETB 1 +https://etbvnogeo-lh.akamaihd.net/i/ETBSTR1_1@595581/index_2596_av-b.m3u8 #EXTINF:-1 tvg-id="ETB1.es" tvg-name="ETB 1" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/KeBXBJE.png" group-title="Local",ETB 1 (720p) https://etbvnogeo-lh.akamaihd.net/i/ETBSTR1_1@595581/master.m3u8 +#EXTINF:-1 tvg-id="ETB2.es" tvg-name="ETB 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",ETB 2 +https://etbvnogeo-lh.akamaihd.net/i/ETBSTR2_1@595582/index_2596_av-b.m3u8 #EXTINF:-1 tvg-id="ETB2.es" tvg-name="ETB 2" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/SYkOBKP.png" group-title="Local",ETB 2 (720p) https://etbvnogeo-lh.akamaihd.net/i/ETBSTR2_1@595582/master.m3u8 #EXTINF:-1 tvg-id="ETBEventos1.es" tvg-name="ETB Eventos 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",ETB Eventos 1 (720p) https://etbvnogeo-lh.akamaihd.net/i/OCA1HD_1@748519/master.m3u8 #EXTINF:-1 tvg-id="EuropaPressTV.es" tvg-name="EuropaPress TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/europapress.es/picture?width=320&height=320" group-title="",EuropaPress TV https://cdnlive.shooowit.net/europapresslive/ep.smil/master.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="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="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 @@ -255,6 +265,8 @@ https://cloud.streamingconnect.tv:455/guadatv/guadatv.m3u8 https://wowzaprod130-i.akamaihd.net/hls/live/570468/275f3ea5/playlist.m3u8 #EXTINF:-1 tvg-id="HermesTV.es" tvg-name="Hermes TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Hermes TV https://cdn01.yowi.tv/1H23S04G4M/hermesvigo.m3u8 +#EXTINF:-1 tvg-id="HermesTV.es" tvg-name="Hermes TV" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/9vL1zZW.png" group-title="",Hermes TV +https://cdn01.yowi.tv/1H23S04G4M/master.m3u8 #EXTINF:-1 tvg-id="HQMArabic.es" tvg-name="HQM Arabic" tvg-country="ES" tvg-language="" tvg-logo="https://hqm.es/wp-content/uploads/arabic-hqm-logo.png" group-title="Music",HQM Arabic https://livelist01.yowi.tv/lista/39596c72840d27b213caf4e58c39599a6f2ed203/master.m3u8 #EXTINF:-1 tvg-id="HQMBaladas.es" tvg-name="HQM Baladas" tvg-country="ES" tvg-language="" tvg-logo="https://hqm.es/wp-content/uploads/baladas-hqm-logo.png" group-title="Music",HQM Baladas @@ -280,7 +292,7 @@ https://livelist01.yowi.tv/lista/f204aa5b3f0691e69851b54b7746ef09ede26f6a/master #EXTINF:-1 tvg-id="HQMKids.es" tvg-name="HQM Kids" tvg-country="ES" tvg-language="" tvg-logo="https://hqm.es/wp-content/uploads/kids-hqm-logo.png" group-title="Music",HQM Kids https://livelist01.yowi.tv/lista/e4bc12dafe33c3ceb3e382e3acc0ec2c012cf7fd/master.m3u8 #EXTINF:-1 tvg-id="HQMLatin.es" tvg-name="HQM Latin" tvg-country="ES" tvg-language="" tvg-logo="https://hqm.es/wp-content/uploads/latin-hqm-logo.png" group-title="Music",HQM Latin -https://livelist01.yowi.tv/lista/9a4da7871ec57b4b63ed49597a13d09869172be0/index-f1-v1-a1.m3u8 +https://livelist01.yowi.tv/lista/9a4da7871ec57b4b63ed49597a13d09869172be0/master.m3u8 #EXTINF:-1 tvg-id="HQMPop.es" tvg-name="HQM Pop" tvg-country="ES" tvg-language="" tvg-logo="https://hqm.es/wp-content/uploads/rock-hqm-logo.png" group-title="Music",HQM Pop https://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8 #EXTINF:-1 tvg-id="HQMRelax.es" tvg-name="HQM Relax" tvg-country="ES" tvg-language="" tvg-logo="https://hqm.es/wp-content/uploads/relax-hqm-logo.png" group-title="Music",HQM Relax @@ -309,12 +321,8 @@ https://str.intercomarcal.com/hls/tvixa.m3u8 https://zone.controlstreams.com:5443/LiveApp/streams/islatel.m3u8 #EXTINF:-1 tvg-id="JuntaCastillayLeon.es" tvg-name="Junta Castilla y Leรณn" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Junta Castilla y Leรณn [Not 24/7] https://16escalones-live2.flumotion.com/chunks.m3u8 -#EXTINF:-1 tvg-id="La1.es" tvg-name="La 1" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://i.imgur.com/0mGTdcg.png" group-title="",La 1 (720p) -https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/master.m3u8 -#EXTINF:-1 tvg-id="La1.es" tvg-name="La 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 (1080p) -https://rtvelivestream.akamaized.net/la1_bkp_dvr.m3u8 -#EXTINF:-1 tvg-id="La1.es" tvg-name="La 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 (1080p) -https://rtvelivestream.akamaized.net/la1_main_dvr.m3u8 +#EXTINF:-1 tvg-id="La1.es" tvg-name="La 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 +http://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/master.m3u8 #EXTINF:-1 tvg-id="La1Canarias.es" tvg-name="La 1 Canarias" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 Canarias (576p) https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@303292/master.m3u8 #EXTINF:-1 tvg-id="La1Canarias.es" tvg-name="La 1 Canarias" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 Canarias (576p) @@ -323,14 +331,8 @@ https://hlsliveamdgl7-lh.akamaihd.net/i/hlslive_1@134665/master.m3u8 https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@130182/master.m3u8 #EXTINF:-1 tvg-id="La1Catalunya.es" tvg-name="La 1 Catalunya" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 Catalunya (576p) https://hlsliveamdgl7-lh.akamaihd.net/i/hlslive_1@117262/master.m3u8 -#EXTINF:-1 tvg-id="La1Catalunya.es" tvg-name="La 1 Catalunya" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 1 Catalunya (1080p) -https://rtvelivestream.akamaized.net/la1_cat_main_dvr.m3u8 #EXTINF:-1 tvg-id="La2.es" tvg-name="La 2" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/1168862725369413632/pogqv5Ob_400x400.png" group-title="Documentary",La 2 (720p) https://hlsliveamdgl0-lh.akamaihd.net/i/hlsdvrlive_1@60531/master.m3u8 -#EXTINF:-1 tvg-id="La2.es" tvg-name="La 2" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/1168862725369413632/pogqv5Ob_400x400.png" group-title="Documentary",La 2 (720p) -https://rtvelivestream.akamaized.net/la2_bkp_dvr.m3u8 -#EXTINF:-1 tvg-id="La2.es" tvg-name="La 2" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/1168862725369413632/pogqv5Ob_400x400.png" group-title="Documentary",La 2 (720p) -https://rtvelivestream.akamaized.net/la2_main_dvr.m3u8 #EXTINF:-1 tvg-id="La8Avila.es" tvg-name="La 8 Avila" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 8 Avila https://cdnlive.shooowit.net/la8avilalive/smil:streamswitchingchannel.smil/playlist.m3u8 #EXTINF:-1 tvg-id="La8Bierzo.es" tvg-name="La 8 Bierzo" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 8 Bierzo @@ -359,12 +361,12 @@ https://pull12.atresmedia.com/lavoz/master.m3u8 https://cdnlive.shooowit.net/la7live/smil:channel1.smil/master.m3u8 #EXTINF:-1 tvg-id="LA7.es" tvg-name="LA7" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://www.rtvcyl.es/entorno/rtvcyl.png" group-title="",LA7 https://cdnlive.shooowit.net/la7live/smil:channel1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="LancelotTelevision.es" tvg-name="Lancelot Televisiรณn" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://www.lancelot.tv/images/logo.png" group-title="",Lancelot Televisiรณn (360p) -http://62.210.141.18:1935/directo/lancelot.television/live.m3u8 #EXTINF:-1 tvg-id="LancelotTelevision.es" tvg-name="Lancelot Televisiรณn" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/288850935035196/picture?width=320&height=320" group-title="",Lancelot Televisiรณn (360p) http://62.210.141.18:1935/directo/lancelot.television/playlist.m3u8 #EXTINF:-1 tvg-id="LancelotTV.es" tvg-name="Lancelot TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Lancelot TV (360p) -https://5c0956165db0b.streamlock.net:8090/directo/_definst_/lancelot.television/master.m3u8 +https://5c0956165db0b.streamlock.net:8090/directo/lancelot.television/master.m3u8 +#EXTINF:-1 tvg-id="LancelotTV.es" tvg-name="Lancelot TV" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/GIldurl.jpg" group-title="",Lancelot TV +https://cdn01.yowi.tv/I7V5TFE97R/master.m3u8 #EXTINF:-1 tvg-id="LaOtra.es" tvg-name="LaOtra" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",LaOtra (720p) https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/laotra_1/index.m3u8 #EXTINF:-1 tvg-id="LebrijaTV.es" tvg-name="Lebrija TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/oe66woA.png" group-title="",Lebrija TV @@ -375,6 +377,10 @@ https://wowzaprod197-i.akamaihd.net/hls/live/783141/f46281b4/playlist.m3u8 https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 #EXTINF:-1 tvg-id="LleidaTelevisio.es" tvg-name="Lleida Televisio" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/6qZNM6E.png" group-title="",Lleida Televisio https://cdn01.yowi.tv/lleida/playlist.m3u8 +#EXTINF:-1 tvg-id="LogosTV.es" tvg-name="Logos TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Logos TV +http://68.235.60.118:1935/logoschannel.com/logostv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="LogosTV.es" tvg-name="Logos TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Logos TV +http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.es" tvg-name="Logos TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://proyectoesperanza.es/wp-content/uploads/2017/02/logos-logo-big.png" group-title="",Logos TV (720p) https://streamer1.streamhost.org/salive/logosH/master.m3u8 #EXTINF:-1 tvg-id="M95TelevisionMarbella.es" tvg-name="M95 Televisiรณn Marbella" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/m95tvmarbella/picture?width=320&height=320" group-title="Local",M95 Televisiรณn Marbella @@ -383,24 +389,16 @@ https://limited2.todostreaming.es/live/m95-livestream.m3u8 https://stream.maestrat.tv/hls/stream.m3u8 #EXTINF:-1 tvg-id="MarTV.es" tvg-name="Mar TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/W1yuLKu.jpg" group-title="",Mar TV http://iptv.btpba1.es.network.do:8080/martv-web/video.m3u8 -#EXTINF:-1 tvg-id="MMATV.es" tvg-name="MMA TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/MYoNHMg.png" group-title="",MMA TV (720p) -https://alchimie-mmatv-3-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Moods.es" tvg-name="Moods" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/zSdsBGc.jpg" group-title="",Moods (720p) -https://alchimie-moods-4-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="mtmad24h.es" tvg-name="mtmad 24h" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",mtmad 24h -https://mdssplive-lh.akamaihd.net/i/mtmad_1@744785/index_2500_av-b.m3u8 -#EXTINF:-1 tvg-id="mtmad24h.es" tvg-name="mtmad 24h" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/I9QX555.png" group-title="",mtmad 24h -https://mdssplive-lh.akamaihd.net/i/mtmad_1@744785/index_2500_av-p.m3u8 -#EXTINF:-1 tvg-id="MySurfTV.es" 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="MirameTV.es" tvg-name="Mรญrame TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Mรญrame TV +#EXTINF:-1 tvg-id="mtmad24h.es" tvg-name="mtmad 24h" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",mtmad 24h [Geo-blocked] +https://mdssplive-lh.akamaihd.net/i/mtmad_1@744785/master.m3u8 +#EXTINF:-1 tvg-id="MirameTV.es" tvg-name="Mรญrame TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Mรญrame TV [Not 24/7] https://bit.controlstreams.com:5443/LiveApp/streams/mirametv.m3u8 #EXTINF:-1 tvg-id="NavarraTVHD.es" tvg-name="Navarra TV HD" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Navarra TV HD https://pc-sumandocomunicacion-hls.flumotion.com/promecal/live1_720p/chunks.m3u8 #EXTINF:-1 tvg-id="NavarraTVSD.es" tvg-name="Navarra TV SD" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Navarra TV SD https://pc-sumandocomunicacion-hls.flumotion.com/promecal/live1_480p/chunks.m3u8 #EXTINF:-1 tvg-id="NegociosTV.es" tvg-name="Negocios TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Negocios TV (720p) -https://play.gooru.live/playnegocios/_definst_/5646-1603313320000/master.m3u8 +https://play.gooru.live/playnegocios/5646-1603313320000/master.m3u8 #EXTINF:-1 tvg-id="NIUS.es" tvg-name="NIUS" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/NiusDiario/picture?width=320&height=320" group-title="",NIUS https://mdslivehlsb-i.akamaihd.net/hls/live/875601-b/niusdiario/01.m3u8 #EXTINF:-1 tvg-id="NiusSD.es" tvg-name="Nius SD" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Nius SD @@ -425,26 +423,20 @@ http://telemadridhls-live.hls.adaptive.level3.net/telemadrid/tvradio/bitrate_2.m http://telemadridhls-live.hls.adaptive.level3.net/telemadrid/tvradio/index.m3u8 #EXTINF:-1 tvg-id="OndaMezquita7TV.es" tvg-name="OndaMezquita 7 TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",OndaMezquita 7 TV https://cloud.streamingconnect.tv:455/mezquita/mezquita.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.es" 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="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 +#EXTINF:-1 tvg-id="PopularTVMelilla.es" tvg-name="Popular TV Melilla" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Popular TV Melilla +http://5940924978228.streamlock.net:1935/8009/8009/playlist.m3u8 +#EXTINF:-1 tvg-id="PopularTVMelilla.es" tvg-name="Popular TV Melilla" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Popular TV Melilla +https://5940924978228.streamlock.net/8009/8009/chunklist_w922827150.m3u8 #EXTINF:-1 tvg-id="PopularTVMelilla.es" tvg-name="Popular TV Melilla" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hwlTrtF.png" group-title="Local",Popular TV Melilla (720p) https://5940924978228.streamlock.net/8009/8009/master.m3u8 #EXTINF:-1 tvg-id="PopularTVMurcia.es" tvg-name="Popular TV Murcia" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Popular TV Murcia [Not 24/7] https://cloud.streamingconnect.tv:455/populartvrm/populartvrm.m3u8 -#EXTINF:-1 tvg-id="PTVCordoba.es" tvg-name="PTV Cรณrdoba" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",PTV Cรณrdoba (1080p) -https://streamer.zapitv.com/PTV-CORDOBA/index.m3u8 -#EXTINF:-1 tvg-id="PTVGranada.es" tvg-name="PTV Granada" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",PTV Granada (720p) -https://streamer.zapitv.com/GRANADA/index.m3u8 -#EXTINF:-1 tvg-id="PTVMalaga.es" tvg-name="PTV Mรกlaga" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",PTV Mรกlaga (1080p) -https://streamer.zapitv.com/PTV-MALAGA/index.m3u8 -#EXTINF:-1 tvg-id="PTVSevilla.es" tvg-name="PTV Sevilla" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",PTV Sevilla (720p) -https://streamer.zapitv.com/PTV-SEVILLA/index.m3u8 #EXTINF:-1 tvg-id="Punt3VallUixo.es" tvg-name="Punt 3 Vall Uixรณ" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Punt 3 Vall Uixรณ https://bit.controlstreams.com:5443/LiveApp/streams/punt3.m3u8 #EXTINF:-1 tvg-id="PUNTCANAL3HD.es" tvg-name="PUNT CANAL 3 HD" tvg-country="ES" tvg-language="" tvg-logo="https://serenotv.com/wp-content/uploads/2020/10/Canal-punt-3-espana-en-vivo.jpg" group-title="",PUNT CANAL 3 HD @@ -455,54 +447,162 @@ https://cloudtv.provideo.es/live/marbellatv-livestream.m3u8 https://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTelevisionMogan.es" tvg-name="Radio Televisiรณn Mogรกn" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/radiotelevisionmogan/picture?width=320&height=320" group-title="",Radio Televisiรณn Mogรกn (1080p) https://5b38ce71f1f00.streamlock.net/8162/8162/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="RakutenActionDenmark.es" tvg-name="Rakuten Action (Denmark)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Denmark) +https://rakuten-action-10-dk.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenActionNetherland.es" tvg-name="Rakuten Action (Netherland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Netherland) +https://rakuten-action-8-nl.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenActionNorway.es" tvg-name="Rakuten Action (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Norway) +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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="RakutenSpotlightFinland.es" tvg-name="Rakuten Spotlight (Finland)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Finland) +https://rakuten-spotlight-12-fi.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlightNetherlands.es" tvg-name="Rakuten Spotlight (Netherlands)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Netherlands) +https://rakuten-spotlight-8-nl.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlightNorway.es" tvg-name="Rakuten Spotlight (Norway)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Norway) +https://rakuten-spotlight-11-no.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlightSweden.es" tvg-name="Rakuten Spotlight (Sweden)" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Sweden) +https://rakuten-spotlight-9-se.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlight1.es" tvg-name="Rakuten Spotlight 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 1 +https://rakuten-spotlight-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlight2.es" tvg-name="Rakuten Spotlight 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 2 +https://rakuten-spotlight-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlight3.es" tvg-name="Rakuten Spotlight 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 3 +https://rakuten-spotlight-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlight6.es" tvg-name="Rakuten Spotlight 6" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 6 +https://rakuten-spotlight-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenSpotlight7.es" tvg-name="Rakuten Spotlight 7" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 7 +https://rakuten-spotlight-7-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTopFree1.es" tvg-name="Rakuten Top Free 1" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 1 +https://rakuten-topfree-1-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTopFree2.es" tvg-name="Rakuten Top Free 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 2 +https://rakuten-topfree-2-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTopFree3.es" tvg-name="Rakuten Top Free 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 3 +https://rakuten-topfree-3-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTopFree6.es" tvg-name="Rakuten Top Free 6" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 6 +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="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 +#EXTINF:-1 tvg-id="RakutenTVShows2.es" tvg-name="Rakuten TV Shows 2" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 2 +https://rakuten-tvshows-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVShows3.es" tvg-name="Rakuten TV Shows 3" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 3 +https://rakuten-tvshows-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVShows6.es" tvg-name="Rakuten TV Shows 6" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 6 +https://rakuten-tvshows-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVShows7.es" tvg-name="Rakuten TV Shows 7" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 7 +https://rakuten-tvshows-7-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightAustria.es" tvg-name="Rakuten TV Spotlight Austria" tvg-country="AT" tvg-language="German" tvg-logo="https://i.imgur.com/qgYRzl1.jpg" group-title="",Rakuten TV Spotlight Austria (720p) https://rakuten-spotlight-5-at.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightFrance.es" tvg-name="Rakuten TV Spotlight France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/TUDZvHw.jpg" group-title="",Rakuten TV Spotlight France (720p) @@ -519,27 +619,31 @@ https://rakuten-spotlight-1-gb.samsung.wurl.com/manifest/playlist.m3u8 http://rmtvlive-lh.akamaihd.net/i/rmtv_1@154306/index_1000_av-b.m3u8 #EXTINF:-1 tvg-id="RealMadridTV.es" tvg-name="Real Madrid TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="" group-title="Sports",Real Madrid TV (404p) https://rmtvlive-lh.akamaihd.net/i/rmtv_1@154306/master.m3u8 -#EXTINF:-1 tvg-id="RiberaTV.es" tvg-name="Ribera TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Ribera TV -https://common01.todostreaming.es/live/ribera-livestream.m3u8 #EXTINF:-1 tvg-id="RT.es" tvg-name="RT" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",RT (720p) https://rt-esp-gd.secure2.footprint.net/1102.m3u8 +#EXTINF:-1 tvg-id="RTVVida.es" tvg-name="RTV Vida" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",RTV Vida +https://vidartv2.todostreaming.es/live/radiovida-emisiontvhd.m3u8 #EXTINF:-1 tvg-id="RTVC.es" tvg-name="RTVC" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Logo_del_Ente_P%C3%BAblico_Radio_Televisi%C3%B3n_Canaria.svg/1920px-Logo_del_Ente_P%C3%BAblico_Radio_Televisi%C3%B3n_Canaria.svg.png" group-title="General",RTVC (Radio Televisiรณn Canaria) (576p) https://rtvc-live1-rm.flumotion.com/playlist.m3u8 +#EXTINF:-1 tvg-id="RTVE.es" tvg-name="RTVE" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",RTVE +http://hlsliveamdgl8-lh.akamaihd.net/i/hlsdvrlive_1@583030/index_1500_av-b.m3u8 +#EXTINF:-1 tvg-id="SalTelevision.es" tvg-name="Sal Televisiรณn" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/7ewYJ4Y.jpg" group-title="",Sal Televisiรณn [Not 24/7] +https://www.tdtchannels.com/stream/saltv.m3u8 +#EXTINF:-1 tvg-id="SevillaFCTV.es" tvg-name="Sevilla FC TV" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/yujGVbm.png" group-title="",Sevilla FC TV +https://open.http.mp.streamamg.com/p/3001314/sp/300131400/playManifest/entryId/0_ye0b8tc0/format/applehttp/protocol/https/uiConfId/30026292/a.m3u8 #EXTINF:-1 tvg-id="SolidariaTV.es" tvg-name="Solidaria TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2018/02/solidaria-tv.png" group-title="",Solidaria TV https://canadaremar2.todostreaming.es/live/solidariatv-webhd.m3u8 -#EXTINF:-1 tvg-id="SONY.es" tvg-name="SONY" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTcxPF9UjPuq9aipQifmfHGTgTObTvXJi4G6w&usqp=CAU" group-title="",SONY -https://sony-comedias-1.roku.wurl.com/manifest/playlist_1280x720_3000k.m3u8 -#EXTINF:-1 tvg-id="SONY.es" tvg-name="SONY" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTcxPF9UjPuq9aipQifmfHGTgTObTvXJi4G6w&usqp=CAU" group-title="",SONY -https://sony-novelas-1.roku.wurl.com/playlist_960x540_2000k.m3u8 -#EXTINF:-1 tvg-id="SONYCOMPLET.es" tvg-name="SONY COMPLET" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTcxPF9UjPuq9aipQifmfHGTgTObTvXJi4G6w&usqp=CAU" group-title="",SONY COMPLET -https://sony-competencias-1.roku.wurl.com/manifest/playlist_1280x720_3000k.m3u8 +#EXTINF:-1 tvg-id="SONYCOMEDIAS.es" tvg-name="SONY COMEDIAS" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTcxPF9UjPuq9aipQifmfHGTgTObTvXJi4G6w&usqp=CAU" group-title="",SONY COMEDIAS +https://sony-comedias-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="SONYCOMPETENCIAS.es" tvg-name="SONY COMPETENCIAS" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTcxPF9UjPuq9aipQifmfHGTgTObTvXJi4G6w&usqp=CAU" group-title="",SONY COMPETENCIAS +https://sony-competencias-1.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SONYNOVELAS.es" tvg-name="SONY NOVELAS" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTcxPF9UjPuq9aipQifmfHGTgTObTvXJi4G6w&usqp=CAU" group-title="",SONY NOVELAS -https://sony-novelas-1.roku.wurl.com/playlist_1280x720_3000k.m3u8 +https://sony-novelas-1.roku.wurl.com/playlist.m3u8 #EXTINF:-1 tvg-id="SophiaTV.es" tvg-name="Sophia TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/RPXusvS.png" group-title="",Sophia TV (720p) -https://www.onairport.live/sophiatv-es-live/livestream_high/master.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 @@ -549,6 +653,8 @@ https://nodo02-cloud01.streaming-pro.com/tac12tv/hls/tac12_2.m3u8 http://93.93.67.117:1935/taroteame/tarot_web/playlist.m3u8 #EXTINF:-1 tvg-id="TEF.es" tvg-name="TEF" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TEF https://cdn01.yowi.tv/36MLCJRAR2/36MLCJRAR2.m3u8 +#EXTINF:-1 tvg-id="TEF.es" tvg-name="TEF" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/jIV6sAS.png" group-title="",TEF +https://cdn01.yowi.tv/36MLCJRAR2/master.m3u8 #EXTINF:-1 tvg-id="TeleSafor.es" tvg-name="Tele Safor" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/Tele7Safor/picture?width=320&height=320" group-title="",Tele Safor (720p) [Not 24/7] http://video.telesafor.com/hls/video.m3u8 #EXTINF:-1 tvg-id="TeleSagunto.es" tvg-name="Tele Sagunto" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Tele Sagunto @@ -563,14 +669,12 @@ https://5940924978228.streamlock.net/Directo1/Directo1/master.m3u8 https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/telemadrid_1/index.m3u8 #EXTINF:-1 tvg-id="TeleRibera.es" tvg-name="TeleRibera" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/780539549239902208/g2MfVVuY_400x400.jpg" group-title="",TeleRibera http://37.187.7.106/teleribera/live.m3u8 -#EXTINF:-1 tvg-id="TeleToledo.es" tvg-name="TeleToledo" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TeleToledo +#EXTINF:-1 tvg-id="TeleToledo.es" tvg-name="TeleToledo" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TeleToledo [Not 24/7] https://cloud.streamingconnect.tv:455/teletoledo/teletoledo.m3u8 #EXTINF:-1 tvg-id="TeleVigo.es" tvg-name="TeleVigo" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TeleVigo https://cloud.streamingconnect.tv:455/televigo/televigo.m3u8 #EXTINF:-1 tvg-id="TelevisionAranda.es" tvg-name="Televisiรณn Aranda" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/FwIIdKG.png" group-title="Local",Televisiรณn Aranda https://cdn01.yowi.tv/BBBBBBBBBB/master.m3u8 -#EXTINF:-1 tvg-id="TelevisiondeAlicante.es" tvg-name="Televisiรณn de Alicante" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Televisiรณn de Alicante -http://46.26.171.189:8081/hls/emisionalicante.m3u8 #EXTINF:-1 tvg-id="TENTV.es" tvg-name="TEN TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="http://tentv.es/wp-content/uploads/2016/05/ten.png" group-title="",TEN TV (720p) http://91.126.141.201:1935/live/smil:ten.smil/playlist.m3u8 #EXTINF:-1 tvg-id="tevecat.es" tvg-name="teve.cat" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",teve.cat @@ -585,6 +689,8 @@ http://212.104.160.156:1935/live/trebujenatv2/master.m3u8 https://wowzaprod256-i.akamaihd.net/hls/live/779970/7e9bac89/playlist.m3u8 #EXTINF:-1 tvg-id="TRECE.es" tvg-name="TRECE" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TRECE https://play.cdn.enetres.net/091DB7AFBD77442B9BA2F141DCC182F5021/live.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TreceTV.es" tvg-name="Trece TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Trece TV +https://play.cdn.enetres.net/091DB7AFBD77442B9BA2F141DCC182F5021/021/playlist.m3u8 #EXTINF:-1 tvg-id="TRECETV.es" tvg-name="TRECE TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Trece.svg/320px-Trece.svg.png" group-title="",TRECE TV https://streaming.enetres.net/091DB7AFBD77442B9BA2F141DCC182F5021/live.smil/master.m3u8 #EXTINF:-1 tvg-id="TuyaLaJandaTelevision.es" tvg-name="Tuya La Janda Televisiรณn" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/8lajanda/picture?width=320&height=320" group-title="",Tuya La Janda Televisiรณn @@ -594,23 +700,27 @@ https://streaming01.gestec-video.com/hls/artequatreTVA.m3u8 #EXTINF:-1 tvg-id="TVCanaria.es" tvg-name="TV Canaria" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TV Canaria (576p) https://rtvc-live1.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVCOOSMOS.es" tvg-name="TV COOSMOS" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://www.cosmopolitantv.es/img/logorrss.png" group-title="",TV COOSMOS (480p) -https://59d39900ebfb8.streamlock.net:443/str15live/str15live/playlist.m3u8?PlaylistM3UCL -#EXTINF:-1 tvg-id="TVdeSanVicente.es" tvg-name="TV de San Vicente" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TV de San Vicente -http://46.26.171.189:8081/hls/emisionsanvicente.m3u8 +https://59d39900ebfb8.streamlock.net:443/str15live/str15live/playlist.m3u8 #EXTINF:-1 tvg-id="TVExtremena.es" tvg-name="TV Extremeรฑa" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TV Extremeรฑa https://cdn01.yowi.tv/43J82FST7L/master.m3u8 #EXTINF:-1 tvg-id="TVGirona.es" tvg-name="TV Girona" tvg-country="ES" tvg-language="Catalan" tvg-logo="https://i.imgur.com/khRXhT1.png" group-title="Local",TV Girona http://ventdelnord.tv:8080/girona/directe.m3u8 -#EXTINF:-1 tvg-id="TVHellin.es" tvg-name="TV Hellรญn" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TV Hellรญn (818p) -https://hellin-hls-live.flumotion.com/hellin/hellin-live/playlist.m3u8 #EXTINF:-1 tvg-id="TVShows.es" tvg-name="TV Shows" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/oMXfdkV.png" group-title="",TV Shows (720p) https://rakuten-tvshows-2-es.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="TVVegaBaja.es" tvg-name="TV Vega Baja" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TV Vega Baja +http://185.29.68.24/tvb.m3u8 +#EXTINF:-1 tvg-id="TV3Catalunya.es" tvg-name="TV3 Catalunya" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/QCKNWMJ.jpg" group-title="",TV3 Catalunya +https://directes-tv-int.ccma.cat/int/ngrp:tv3_web/playlist.m3u8 #EXTINF:-1 tvg-id="TV3CAT.es" tvg-name="TV3CAT" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/tv3/picture?width=320&height=320" group-title="",TV3CAT (1080p) https://directes-tv-int.ccma.cat/int/ngrp:tv3_web/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="TV3CAT.es" tvg-name="TV3CAT" tvg-country="ES" tvg-language="Catalan" tvg-logo="https://i.imgur.com/QCKNWMJ.jpg" group-title="",TV3CAT (1080p) -https://directes-tv-int.ccma.cat/int/ngrp:tvi_web/chunklist.m3u8 +https://directes-tv-int.ccma.cat/int/ngrp:tvi_web/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="TV5LIMARESHD.es" tvg-name="TV5 LIMARES HD" tvg-country="ES" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/1192795318749945858/o-jIBTK-_400x400.jpg" group-title="",TV5 LIMARES HD -https://unlimited1-us.dps.live/tv5/tv5.smil/tv5/livestream1/chunks.m3u8 +https://unlimited1-us.dps.live/tv5/tv5.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TV5LIMARESHD.es" tvg-name="TV5 LIMARES HD" tvg-country="ES" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/1192795318749945858/o-jIBTK-_400x400.jpg" group-title="",TV5 LIMARES HD +https://unlimited6-cl.dps.live/tv5/tv5.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TVG.es" tvg-name="TVG" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TVG +http://europa-crtvg.flumotion.com/crtvg/europa_med/chunks.m3u8 #EXTINF:-1 tvg-id="TVGAmerica.es" tvg-name="TVG Amรฉrica" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.imgur.com/1Z6svKc.jpg" group-title="General",TVG Amรฉrica (720p) https://america-crtvg.flumotion.com/crtvg/america_high/playlist.m3u8 #EXTINF:-1 tvg-id="TVGAmerica.es" tvg-name="TVG Amรฉrica" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.imgur.com/1Z6svKc.jpg" group-title="General",TVG Amรฉrica (720p) @@ -625,10 +735,14 @@ https://events1-crtvg.flumotion.com/playlist.m3u8 https://amodino-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVGInfantil.es" tvg-name="TVG Infantil" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.imgur.com/KgbNv4G.png" group-title="Local",TVG Infantil (720p) https://infantil-crtvg.flumotion.com/playlist.m3u8 +#EXTINF:-1 tvg-id="TVGMomento.es" tvg-name="TVG Momento" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TVG Momento +http://momentog-crtvg.flumotion.com:80/playlist.m3u8 #EXTINF:-1 tvg-id="TVGMomento.es" tvg-name="TVG Momento" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.imgur.com/QkhxAuY.png" group-title="Local",TVG Momento (720p) https://momentog-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVGMusigal.es" tvg-name="TVG Musigal" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.imgur.com/KgbNv4G.png" group-title="Local",TVG Musigal (360p) https://musigal-crtvg.flumotion.com/playlist.m3u8 +#EXTINF:-1 tvg-id="TVGXabarin.es" tvg-name="TVG Xabarin" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TVG Xabarin +http://infantil-crtvg.flumotion.com/chunks.m3u8 #EXTINF:-1 tvg-id="tvG2.es" tvg-name="tvG2" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.imgur.com/YAnSTc6.jpg" group-title="Local",tvG2 (720p) https://events2-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="tvG2.es" tvg-name="tvG2" tvg-country="ES" tvg-language="Galician" tvg-logo="https://i.ibb.co/2jtvMq0/TVG-GALICIA-2.png" group-title="Local",tvG2 (720p) @@ -643,19 +757,21 @@ https://5924d3ad0efcf.streamlock.net/cordoba/cordobalive/playlist.m3u8 https://cdn041.fractalmedia.es/stream/live/udtv/index.m3u8 #EXTINF:-1 tvg-id="UneVinalopo.es" tvg-name="Une Vinalopรณ" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/UneVinalopo/picture?width=320&height=320" group-title="",Une Vinalopรณ http://78.41.83.88:8880/hls/unesd.m3u8 -#EXTINF:-1 tvg-id="UrolaTelebista.es" tvg-name="Urola Telebista" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/w83wr1S.png" group-title="",Urola Telebista -https://5940924978228.streamlock.net/j_Directo1/j_Directo1.smil/.m3u8 -#EXTINF:-1 tvg-id="UrolaTV.es" tvg-name="Urola TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Urola TV -https://5940924978228.streamlock.net/j_Directo1/smil:j_Directo1.smil/master.m3u8 +#EXTINF:-1 tvg-id="VentdelnordTV.es" tvg-name="Ventdelnord TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Ventdelnord TV +http://ventdelnord.tv:8080/hls/directe.m3u8 #EXTINF:-1 tvg-id="Vision6TV.es" tvg-name="Visiรณn 6 TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/TB1wMQ7.jpg" group-title="",Visiรณn 6 TV https://secure3.todostreaming.es/live/visionseis-livestream.m3u8 #EXTINF:-1 tvg-id="WebcamOndaMadrid.es" tvg-name="Webcam OndaMadrid" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Webcam OndaMadrid (360p) https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/ondamadrid_1/index.m3u8 #EXTINF:-1 tvg-id="WebcamOndaMadrid.es" tvg-name="Webcam OndaMadrid" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Webcam OndaMadrid (720p) https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/tvradio_1/index.m3u8 +#EXTINF:-1 tvg-id="XtraTVHD.es" tvg-name="Xtra TV HD" tvg-country="ES" tvg-language="" tvg-logo="https://i.imgur.com/w1Lc150.jpg" group-title="Music",Xtra TV HD +https://mccdn-hls-a01-rbx.datah0stn3t.com/live/xtra/playlist.m3u8 +#EXTINF:-1 tvg-id="XtraHitsTV.es" tvg-name="XtraHits TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",XtraHits TV +https://mccdn-hls-a01-rbx.datah0stn3t.com/live/xtra/index.m3u8 #EXTINF:-1 tvg-id="ZafraTV.es" tvg-name="Zafra TV" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Zafra TV [Not 24/7] https://cloud.streamingconnect.tv:455/radiotvzafra/radiotvzafra.m3u8 #EXTINF:-1 tvg-id="APunt.es" tvg-name="ร€ Punt" tvg-country="ES" tvg-language="Catalan" tvg-logo="https://graph.facebook.com/apuntmedia/picture?width=200&height=200" group-title="General",ร€ Punt (720p) https://bcovlive-a.akamaihd.net/1e7e91116b104391a4f22e13a694d94f/eu-central-1/6057955885001/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="APunt.es" tvg-name="ร€ Punt" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",ร€ Punt (720p) +#EXTINF:-1 tvg-id="APunt.es" tvg-name="ร€ Punt" tvg-country="ES" tvg-language="Catalan" tvg-logo="https://graph.facebook.com/apuntmedia/picture?width=200&height=200" group-title="General",ร€ Punt (720p) https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/playlist_dvr.m3u8 diff --git a/channels/fo.m3u b/channels/fo.m3u index 9c2d36c71..e140b4bf3 100644 --- a/channels/fo.m3u +++ b/channels/fo.m3u @@ -1,13 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="" tvg-logo="" group-title="",KVF (720p) -https://w1.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/kvf.png" group-title="",KVF -https://w1.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/chunklist_w121411721_b5000000_slfao.m3u8 -#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="" tvg-logo="" group-title="",KVF -https://w1.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/chunklist_w65435769_b2236000_slfao.m3u8 -#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="Faroese" tvg-logo="" group-title="",KVF (720p) -https://w1.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KVFFaroeIsland.fo" tvg-name="KVF Faroe Island" tvg-country="FO" tvg-language="" tvg-logo="" group-title="",KVF Faroe Island -https://w2.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/chunklist_w587901821_b772000_slfao.m3u8 -#EXTINF:-1 tvg-id="KVFTV.fo" tvg-name="KVF TV" tvg-country="FO" tvg-language="" tvg-logo="" group-title="",KVF TV (720p) +#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="Faroese" tvg-logo="https://i.imgur.com/Nb93Skv.jpg" group-title="",KVF (480p) [Not 24/7] https://w1.kringvarp.fo/uttanlands/720/playlist.m3u8 +#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="Faroese" tvg-logo="https://i.imgur.com/Nb93Skv.jpg" group-title="",KVF (480p) [Not 24/7] +https://w1.kringvarp.fo/uttanlands/_definst_/smil:uttanlands.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="KVF.fo" tvg-name="KVF" tvg-country="FO" tvg-language="Faroese" tvg-logo="https://i.imgur.com/Nb93Skv.jpg" group-title="",KVF (480p) [Not 24/7] +https://w2.kringvarp.fo/uttanlands/480/manifest.m3u8 diff --git a/channels/fr.m3u b/channels/fr.m3u index d363c8ac1..9258431d5 100644 --- a/channels/fr.m3u +++ b/channels/fr.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="4Kurd.fr" tvg-name="4 Kurd" tvg-country="FR;IQ" tvg-language="Kurdish" tvg-logo="" group-title="",4 Kurd -http://51.210.199.28/hls/stream.m3u8 #EXTINF:-1 tvg-id="4TurkMusic.fr" tvg-name="4 Turk Music" tvg-country="FR;TK" tvg-language="Turkish" tvg-logo="" group-title="Music",4 Turk Music http://51.210.199.30/hls/stream.m3u8 #EXTINF:-1 tvg-id="AdultIPTVnetAnal.fr" tvg-name="AdultIPTV.net Anal" tvg-country="INT" tvg-language="English" tvg-logo="https://files.adultiptv.net/adultiptvnet.jpg" group-title="XXX",AdultIPTV.net Anal @@ -125,18 +123,76 @@ https://bfmparishdslive-lh.akamaihd.net/i/BFMPARIS_ESYTLS@429747/index_1100_av-p https://bfmparishdslive-lh.akamaihd.net/i/BFMPARIS_ESYTLS@429747/master.m3u8 #EXTINF:-1 tvg-id="BFMTV.fr" tvg-name="BFMTV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/ClMYrD0.png" group-title="",BFMTV (720p) https://bfmtvalive1-a.akamaihd.net/2cc377e69b5f492e91de57728c82f907/eu-central-1/876450610001/7b4151e1e2434a7cacdb9936db7a7910/playlist_ssaiM.m3u8 +#EXTINF:-1 tvg-id="BigName.fr" tvg-name="Big Name" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/hChduSn.png" group-title="",Big Name (720p) +https://alchimie-big-names-3-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BigName.fr" tvg-name="Big Name" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hChduSn.png" group-title="",Big Name (720p) +https://alchimie-big-names-4-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BIPTV.fr" tvg-name="BIP TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",BIP TV http://biptv.tv:80/live/biptvstream_orig/index.m3u8 #EXTINF:-1 tvg-id="BipTV.fr" tvg-name="BipTV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/YFEqBS7.png" group-title="",BipTV https://biptv.tv/live/biptvstream_orig/index.m3u8 +#EXTINF:-1 tvg-id="Brut.fr" tvg-name="Brut." tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/0DvV4gl.png" group-title="",Brut. +https://a.jsrdn.com/broadcast/baac3e801e/+0000/c.m3u8 +#EXTINF:-1 tvg-id="Brut.fr" tvg-name="Brut." tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oWj3dQP.jpg" group-title="News",Brut. +https://a.jsrdn.com/broadcast/baac3e801e/+0000/high/c.m3u8 +#EXTINF:-1 tvg-id="Caillou.fr" tvg-name="Caillou" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Caillou +https://dhx-caillou-1-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Caillou.fr" tvg-name="Caillou" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/4zJqmw6.png" group-title="",Caillou (720p) https://dhx-caillou-2-fr.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="CentralTVHD.fr" tvg-name="Central TV HD" tvg-country="FR" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/875664704764608512/L-8xnjNf_400x400.jpg" group-title="",Central TV HD [Not 24/7] http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 +#EXTINF:-1 tvg-id="Cherie25.fr" tvg-name="Chรฉrie 25" tvg-country="FR" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/fr/thumb/f/f0/Ch%C3%A9rie_25_logo_2015.svg/51px-Ch%C3%A9rie_25_logo_2015.svg.png" group-title="",Chรฉrie 25 +http://cdn.webtv4.cdnfr.orange.fr/hs/HALO3/hls/cherie25-850448/hls/index.m3u8 #EXTINF:-1 tvg-id="ClassicalHarmony.fr" tvg-name="Classical Harmony" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/JQaZblm.jpg" group-title="",Classical Harmony (720p) https://alchimie-classical-harmony-1-fr.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ClassicalHarmony.fr" tvg-name="Classical Harmony" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/JQaZblm.jpg" group-title="",Classical Harmony (720p) +https://alchimie-classical-harmony-2-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ClubbingTV.fr" tvg-name="Clubbing TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Clubbing TV +https://clubbingtv-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="DBM.fr" tvg-name="DBM" tvg-country="FR" tvg-language="" tvg-logo="http://www.dbm-tv.fr/wp-content/uploads/2017/12/logo-dbm.png" group-title="",DBM +https://edge5.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 +#EXTINF:-1 tvg-id="DBM.fr" tvg-name="DBM" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/KOlCUJ9.jpg" group-title="",DBM +https://edge6.vedge.infomaniak.com/livecast/smil:dbmtv.smil/manifest.m3u8 +#EXTINF:-1 tvg-id="DBMTV.fr" tvg-name="DBM TV" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",DBM TV +http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 #EXTINF:-1 tvg-id="ElHeddafTV.fr" tvg-name="El Heddaf TV" tvg-country="DZ" tvg-language="" tvg-logo="https://i.imgur.com/qd1sCE8.png" group-title="",El Heddaf TV https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/htatv/EL_HEDDAF_TV_720p/chunks.m3u8 +#EXTINF:-1 tvg-id="ElPatioSpain.fr" tvg-name="El Patio (Spain)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",El Patio (Spain) +https://alchimie-elpatio-1-es.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="EMCITV.fr" tvg-name="EMCI TV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/avIsx8W.png" group-title="",EMCI TV +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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="EuronewsDeutsch.fr" tvg-name="Euronews Deutsch" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/szYOy8S.jpg" group-title="News",Euronews Deutsch (720p) @@ -145,6 +201,10 @@ 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="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="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 #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) @@ -153,48 +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="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="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="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="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="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="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="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="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="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="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) @@ -205,8 +285,6 @@ 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) @@ -217,12 +295,20 @@ http://edge9.iptvnetwork.net/live/france3/playlist.m3u8 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="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) -https://fueltv-fueltv-5-de.samsung.wurl.com/manifest/playlist.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="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="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= +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) @@ -233,22 +319,26 @@ http://188.40.68.167/russia/gulli_girl/playlist.m3u8 https://dcunilive47-lh.akamaihd.net/i/dclive_1@739146/master.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) +https://alchimie-humanity-2-gb.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Humanity.fr" tvg-name="Humanity" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/DFjN26b.jpg" group-title="",Humanity (720p) +https://alchimie-humanity-3-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ILTV.fr" tvg-name="ILTV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/gGhCEmJ.jpg" group-title="",ILTV +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="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 +#EXTINF:-1 tvg-id="LuxeTV.fr" tvg-name="Luxe TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/8tWhfap.png" group-title="",Luxe TV (720p) +https://alchimie-luxe-2-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="M6International.fr" tvg-name="M6 International" tvg-country="FR;AD;BE;LU;MC;CH" tvg-language="French" tvg-logo="https://static.epg.best/fr/M6.fr.png" group-title="",M6 International (1080p) https://shls-m6-int-prod-dub.shahid.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 #EXTINF:-1 tvg-id="MagellanTV.fr" tvg-name="Magellan TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/6osyvwh.png" group-title="",Magellan TV (720p) https://magellantv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTV.fr" tvg-name="Mav TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/a2MgGmF.png" group-title="",Mav TV (720p) -https://mavtv-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MCMTop.fr" tvg-name="MCM Top" tvg-country="FR" tvg-language="French" tvg-logo="" group-title="Music",MCM Top (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s49/index.m3u8 @@ -259,54 +349,56 @@ http://tv.mondeduloisir.fr:1935/tixtv/smil:web.smil/playlist.m3u8 http://ott-cdn.ucom.am/s35/index.m3u8 #EXTINF:-1 tvg-id="MidnightPulp.fr" tvg-name="Midnight Pulp" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="",Midnight Pulp (1080p) https://midnightpulp-samsung.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="MMATV.fr" tvg-name="MMA TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/MYoNHMg.png" group-title="",MMA TV (720p) +https://alchimie-mmatv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="MMATV.fr" tvg-name="MMA TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/MYoNHMg.png" group-title="",MMA TV (720p) +https://alchimie-mmatv-2-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="MMATV.fr" tvg-name="MMA TV" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/MYoNHMg.png" group-title="",MMA TV (720p) +https://alchimie-mmatv-3-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Moods.fr" tvg-name="Moods" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/zSdsBGc.jpg" group-title="",Moods (720p) https://alchimie-moods-1-fr.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Moods.fr" tvg-name="Moods" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/zSdsBGc.jpg" group-title="",Moods (720p) +https://alchimie-moods-2-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Moods.fr" tvg-name="Moods" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/zSdsBGc.jpg" group-title="",Moods (720p) +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",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 +#EXTINF:-1 tvg-id="MySurfTV.fr" tvg-name="My Surf TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/byD2nrE.png" group-title="",My Surf TV (720p) +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 #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 http://51.210.199.10/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaCinema.fr" tvg-name="Persiana Cinema" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Cinema http://51.210.199.15/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PERSIANACLASSIC.fr" tvg-name="PERSIANA CLASSIC" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/2r7qMfh.png" group-title="",PERSIANA CLASSIC -http://51.210.199.26/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianaComedy.fr" tvg-name="Persiana Comedy" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Comedy -http://51.210.199.27/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianaDocumentary.fr" tvg-name="Persiana Documentary" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Documentary -http://51.210.199.23/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="PersianaIranian.fr" tvg-name="Persiana Iranian" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Iranian -http://51.210.199.22/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 -#EXTINF:-1 tvg-id="PersianaMusic.fr" tvg-name="Persiana Music" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Music -http://51.210.199.24/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaNostalgia.fr" tvg-name="Persiana Nostalgia" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Nostalgia http://51.210.199.20/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianaTechnology.fr" tvg-name="Persiana Technology" tvg-country="FR" tvg-language="Persian" tvg-logo="" group-title="",Persiana Technology -http://51.210.199.25/hls/stream.m3u8 #EXTINF:-1 tvg-id="POKERTV.fr" tvg-name="POKER TV" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/l5fZQ3V.png" group-title="",POKER TV http://51.210.199.17/hls/stream.m3u8 -#EXTINF:-1 tvg-id="SofyTV.fr" tvg-name="Sofy TV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/Srxa6cR.png" group-title="",Sofy TV (720p) -https://sofytv-samsungfr.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SportenFrance.fr" tvg-name="Sport en France" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/6L6hQnn.png" group-title="",Sport en France (720p) 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="TF1.fr" tvg-name="TF1" tvg-country="FR" tvg-language="" tvg-logo="https://i.ibb.co/M8GjLmy/TF1.png" group-title="",TF1 (720p) -https://tf1-hls-live-ssl.tf1.fr/tf1/1/hls/live_2328.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 #EXTINF:-1 tvg-id="TFX.fr" tvg-name="TFX" tvg-country="FR;AD;BE;LU;MC;CH" tvg-language="French" tvg-logo="https://i.imgur.com/yJ5JRAK.png" group-title="",TFX (720p) @@ -323,12 +415,24 @@ 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="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 #EXTINF:-1 tvg-id="TraceUrban.fr" tvg-name="Trace Urban" tvg-country="FR" tvg-language="" tvg-logo="" group-title="Music",Trace Urban 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="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-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 https://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/index.m3u8 +#EXTINF:-1 tvg-id="TV7Colmar.fr" tvg-name="TV7 Colmar" tvg-country="FR" tvg-language="" tvg-logo="http://i0.wp.com/quizho.com/wp-content/uploads/2019/08/t%C3%A9l%C3%A9chargement-42.jpg" group-title="",TV7 Colmar +http://tv7.hdr-tv.com:1935/live/tv7/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Colmar.fr" tvg-name="TV7 Colmar" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/RuFISFk.png" group-title="",TV7 Colmar (576p) https://tv7.hdr-tv.com/live/tv7/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TV78.fr" tvg-name="TV78" tvg-country="FR" tvg-language="French" tvg-logo="https://www.tv78.com/wp-content/uploads/2019/04/cropped-tv78_logo.png" group-title="Local",TV78 (720p) @@ -339,8 +443,16 @@ https://streamtv.cdn.dvmr.fr/TV78/ngrp:tv78.stream_all/playlist.m3u8 https://streamtv.cdn.dvmr.fr/TVR/ngrp:tvr.stream_all/master.m3u8 #EXTINF:-1 tvg-id="TZiK.fr" tvg-name="TZiK" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/6Iw1YRL.png" group-title="Music",TZiK [Not 24/7] https://54627d4fc5996.streamlock.net/tzik/tzik/chunklist.m3u8 +#EXTINF:-1 tvg-id="TebeSud.fr" tvg-name="TรฉbรฉSud" tvg-country="FR" tvg-language="" tvg-logo="https://i.imgur.com/WCjP4Wk.jpg" group-title="",TรฉbรฉSud +https://edge-live-ger1.ovstream.com/hls/10/index.m3u8 #EXTINF:-1 tvg-id="Unearth.fr" tvg-name="Unearth" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/PUacVoP.jpg" group-title="",Unearth (720p) https://alchimie-unearth-1-fr.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Unearth.fr" tvg-name="Unearth" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/bMqTNs1.jpg" group-title="",Unearth (720p) +https://alchimie-unearth-2-gb.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="UnearthSpain.fr" tvg-name="Unearth (Spain)" tvg-country="FR" tvg-language="" tvg-logo="" group-title="",Unearth (Spain) +https://alchimie-unearth-3-es.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ViaOccitanie.fr" tvg-name="Viร  Occitanie" tvg-country="FR" tvg-language="" tvg-logo="http://viaoccitanie.tv/fileadmin/via_main/img/logos/viaOccitanie-header.png" group-title="",Viร  Occitanie +https://streamer01.myvideoplace.tv/streamer02/hls/MDS_VIA_PAD_301117_medium/index.m3u8 #EXTINF:-1 tvg-id="viaMATELE.fr" tvg-name="viร MATร‰Lร‰" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/kmna9PU.png" group-title="",viร MATร‰Lร‰ [Not 24/7] https://streamer01.myvideoplace.tv/streamer02/hls/MATL_VLOC_PAD_100919_medium/index.m3u8 #EXTINF:-1 tvg-id="viaMoselleTV.fr" tvg-name="viร MoselleTV" tvg-country="FR" tvg-language="French" tvg-logo="https://i.imgur.com/YXUMEbi.png" group-title="",viร MoselleTV (720p) @@ -348,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 78c70cde9..6999b84a9 100644 --- a/channels/ge.m3u +++ b/channels/ge.m3u @@ -11,7 +11,9 @@ https://tv.cdn.xsg.ge/gpb-2tv/tracks-v1a1/mono.m3u8 http://94.43.239.178:8080/CHANNEL678/BITRATE0/playlist.m3u8 #EXTINF:-1 tvg-id="Formula.ge" tvg-name="Formula" tvg-country="GE" tvg-language="Georgian" tvg-logo="https://i.imgur.com/fsqBn8G.png" group-title="",Formula https://c4635.cdn.xsg.ge/c4635/TVFormula/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="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="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/gq.m3u b/channels/gq.m3u index 9210b28b0..1ddb243d6 100644 --- a/channels/gq.m3u +++ b/channels/gq.m3u @@ -1,3 +1,9 @@ #EXTM3U +#EXTINF:-1 tvg-id="TelevisiondeGuineaEcuatorial.gq" tvg-name="Televisiรณn de Guinea Ecuatorial" tvg-country="GQ" tvg-language="" tvg-logo="" group-title="",Televisiรณn de Guinea Ecuatorial +http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/chunklist_w2108596902_b1500000.m3u8 #EXTINF:-1 tvg-id="TelevisiondeGuineaEcuatorial.gq" tvg-name="Televisiรณn de Guinea Ecuatorial" tvg-country="GQ" tvg-language="Spanish" tvg-logo="http://www.tvgelive.gq/images/logo-dark.png" group-title="",Televisiรณn de Guinea Ecuatorial http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/master.m3u8 +#EXTINF:-1 tvg-id="TVGE.gq" tvg-name="TVGE" tvg-country="GQ" tvg-language="" tvg-logo="http://www.tvgelive.gq/images/logo-dark.png" group-title="",TVGE +http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TVGEInt.gq" tvg-name="TVGE Int" tvg-country="GQ" tvg-language="Spanish" tvg-logo="https://i.imgur.com/mt3YmuP.png" group-title="",TVGE Int +http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/master.m3u8?fluxustv.m3u8 diff --git a/channels/gr.m3u b/channels/gr.m3u index ad71796a6..72f0807ee 100644 --- a/channels/gr.m3u +++ b/channels/gr.m3u @@ -8,8 +8,10 @@ http://srv.viiideo.gr:1935/axeloos/live/playlist.m3u8 #EXTINF:-1 tvg-id="AKRITASTVHD.gr" tvg-name="AKRITAS TV HD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/aYgRkkB.jpg" group-title="",AKRITAS TV HD (1080p) http://akritastv1.flashmediacast.com:1935/akritastv1/livestream/playlist.m3u8 #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) +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 @@ -35,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 @@ -47,22 +49,14 @@ http://176.9.123.140:1935/channel9/channel9/playlist.m3u8 https://e-e.cyou:8222/channel9/channel9/playlist.m3u8 #EXTINF:-1 tvg-id="CHOICE.gr" tvg-name="CHOICE" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/6Yr0Axp.png" group-title="",CHOICE https://vod.streams.ovh:3528/stream/play.m3u8 -#EXTINF:-1 tvg-id="CorfuTV.gr" tvg-name="Corfu TV" tvg-country="GR" tvg-language="" tvg-logo="" group-title="",Corfu TV -https://itv.streams.ovh/corfuchannel/corfuchannel/chunklist.m3u8 -#EXTINF:-1 tvg-id="CorfuTV.gr" tvg-name="Corfu TV" tvg-country="GR" tvg-language="" tvg-logo="" group-title="",Corfu TV -https://itv.streams.ovh/corfuchannel/corfuchannel/chunklist_w477462551.m3u8 #EXTINF:-1 tvg-id="CorfuTV.gr" tvg-name="Corfu TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/G7LHkTE.jpg" group-title="",Corfu TV (576p) https://itv.streams.ovh/corfuchannel/corfuchannel/playlist.m3u8 #EXTINF:-1 tvg-id="CRETA.gr" tvg-name="CRETA" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/46893829/CRETA.png" group-title="",CRETA (540p) http://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8 -#EXTINF:-1 tvg-id="DELTATV.gr" tvg-name="DELTA TV" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/50028326/DELTA_TV.png" group-title="",DELTA TV (720p) -http://81.171.10.42:554/liveD/DStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="DIAVATATVHD.gr" tvg-name="DIAVATA TV HD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/MaAys0D.png" group-title="",DIAVATA TV HD (720p) https://video.streams.ovh:1936/DiavataTV/DiavataTV/playlist.m3u8 #EXTINF:-1 tvg-id="DIKTYO1.gr" tvg-name="DIKTYO 1" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/0klufvz.jpg" group-title="",DIKTYO 1 (360p) https://www.hellasnet.tv/rest.live.hn/diktyo1r/playlist.m3u8 -#EXTINF:-1 tvg-id="DIKTYOTV.gr" tvg-name="DIKTYO TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/IH0xIoZ.png" group-title="",DIKTYO TV (576p) -https://5d00db0e0fcd5.streamlock.net/7322/7322/playlist.m3u8 #EXTINF:-1 tvg-id="EGNATIATV.gr" tvg-name="EGNATIA TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/XQyysct.jpg" group-title="",EGNATIA TV (576p) https://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u8 #EXTINF:-1 tvg-id="EKKLHSIATVHD.gr" tvg-name="EKKLHSIA TV HD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/nxoHQqz.png" group-title="",EKKLHSIA TV HD (720p) @@ -75,46 +69,40 @@ http://176.9.123.140:1935/1c/stream/master.m3u8 http://176.9.123.140:1935/radioepirus/radioepirus/playlist.m3u8 #EXTINF:-1 tvg-id="EPSILONTVBUP.gr" tvg-name="EPSILON TV BUP" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/45020096/E.png" group-title="",EPSILON TV BUP (576p) https://edge1.mystream.gr/video417338/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ert.gr" tvg-name="EPT1" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="" group-title="",ERT 1 (720p) +#EXTINF:-1 tvg-id="ERT1.gr" tvg-name="ERT 1" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="" group-title="",ERT 1 (720p) http://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1.m3u8 -#EXTINF:-1 tvg-id="ert.gr" tvg-name="EPT2" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="" group-title="",ERT 2 (720p) +#EXTINF:-1 tvg-id="ERT2.gr" tvg-name="ERT 2" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="" group-title="",ERT 2 (720p) http://ert-live-bcbs15228.siliconweb.com/media/ert_2/ert_2.m3u8 -#EXTINF:-1 tvg-id="ert.gr" tvg-name="EPT3" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="" group-title="",ERT 3 (720p) +#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 -http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_2/ert_sports_2medium.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 -http://ert-live-bcbs15228.siliconweb.com/media/ert_sports_3/ert_sports_3medium.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="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="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_worldmedium.m3u8 +http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8 #EXTINF:-1 tvg-id="ERTWorld.gr" tvg-name="ERT World" tvg-country="GR" tvg-language="" tvg-logo="" group-title="",ERT World http://wpso.com:1936/hls/wzra.m3u8 -#EXTINF:-1 tvg-id="ERT1HD.gr" tvg-name="ERT1 HD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/Dd3HM0I.png" group-title="",ERT1 HD -http://ert-live-bcbs15228.siliconweb.com/media/ert_1/ert_1medium.m3u8 -#EXTINF:-1 tvg-id="ERT2HD.gr" tvg-name="ERT2 HD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/cpzgu5L.png" group-title="",ERT2 HD -http://ert-live-bcbs15228.siliconweb.com/media/ert_2/ert_2medium.m3u8 -#EXTINF:-1 tvg-id="ERT3HD.gr" tvg-name="ERT3 HD" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/GJjfeY8.png" group-title="",ERT3 HD -http://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3medium.m3u8 #EXTINF:-1 tvg-id="ERTALEXTV.gr" tvg-name="ERTA LEX TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/gGqNDZN.png" group-title="",ERTA LEX TV https://vdo.alphaserver.gr:3203/stream/play.m3u8 #EXTINF:-1 tvg-id="FAROSTV.gr" tvg-name="FAROS TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/T8mB6Kg.jpg" group-title="",FAROS TV (540p) 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) +#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 #EXTINF:-1 tvg-id="GREEKCINEMA.gr" tvg-name="GREEK CINEMA" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/FKJ6N9p.png" group-title="",GREEK CINEMA -https://bit.ly/3ownRrv +https://vdo.alphaserver.gr:3613/stream/play.m3u8 #EXTINF:-1 tvg-id="GREEKTVLONDON.gr" tvg-name="GREEK TV LONDON" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/YhwbcwE.png" group-title="",GREEK TV LONDON https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 -#EXTINF:-1 tvg-id="GROOVY.gr" tvg-name="GROOVY" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/0iklNh2.png" group-title="",GROOVY (720p) -http://bit.ly/2p6JqSo +#EXTINF:-1 tvg-id="GREEKTVLONDON.gr" tvg-name="GREEK TV LONDON" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/YhwbcwE.png" group-title="",GREEK TV LONDON +https://vdo3.alphaserver.gr:3466/stream/play.m3u8 #EXTINF:-1 tvg-id="GroovyTV.gr" tvg-name="Groovy TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/0iklNh2.png" group-title="Movies",Groovy TV (532p) http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 #EXTINF:-1 tvg-id="HELLENICTV.gr" tvg-name="HELLENIC TV" tvg-country="GR" tvg-language="" tvg-logo="http://www.tv14.net/wp-content/uploads/2010/10/Hellenic-TV.jpg" group-title="",HELLENIC TV (360p) @@ -131,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 @@ -143,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 @@ -153,18 +141,12 @@ http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 #EXTINF:-1 tvg-id="MESSATIDATV.gr" tvg-name="MESSATIDA TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/y3pUxXe.png" group-title="",MESSATIDA TV https://vod.streams.ovh:3037/stream/play.m3u8 -#EXTINF:-1 tvg-id="MESSINIATV.gr" tvg-name="MESSINIA TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/H0VDfpb.jpg" group-title="",MESSINIA TV (720p) -http://176.9.123.140:1935/messinia/messinia/master.m3u8 #EXTINF:-1 tvg-id="MGRTV.gr" tvg-name="MGR TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/zPyXLZs.jpg" group-title="",MGR TV https://vod.streams.ovh:3876/stream/play.m3u8 #EXTINF:-1 tvg-id="MYRADIOTV.gr" tvg-name="MY RADIO TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/ZBIyCAl.png" group-title="",MY RADIO TV https://vdo.alphaserver.gr:3305/stream/play.m3u8 #EXTINF:-1 tvg-id="NEATV.gr" tvg-name="NEA TV" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/46926622/NEA_TV.png" group-title="",NEA TV (1080p) https://live.neatv.gr:8888/hls/neatv.m3u8 -#EXTINF:-1 tvg-id="NEATV.gr" tvg-name="NEA TV" tvg-country="GR" tvg-language="" tvg-logo="" group-title="",NEA TV -https://live.neatv.gr:8888/hls/neatv_low/index.m3u8 -#EXTINF:-1 tvg-id="Nea TV GR" tvg-name="Nea TV GR" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="http://greektv.pbworks.com/w/file/fetch/46926622/NEA_TV.png" group-title="Local",Nea TV -https://live.neatv.gr:8888/hls/neatv_mid/index.m3u8 #EXTINF:-1 tvg-id="NETMAXTV.gr" tvg-name="NETMAX TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/Wad6CD4.png" group-title="",NETMAX TV (720p) http://live.netmaxtv.com:8080/live/live/playlist.m3u8 #EXTINF:-1 tvg-id="NG.gr" tvg-name="NG" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="http://i.imgur.com/pK2p5ey.png" group-title="Music",NG (612p) @@ -177,14 +159,12 @@ https://live.streams.ovh/YourStreaming/YourStreaming/playlist.m3u8 http://tv.nrg91.gr:1935/onweb/live/master.m3u8 #EXTINF:-1 tvg-id="NRGTV.gr" tvg-name="NRG TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/1Zl1OJ5.png" group-title="",NRG TV (720p) https://5c389faa13be3.streamlock.net:9553/onweb/live/playlist.m3u8 -#EXTINF:-1 tvg-id="NSTV.gr" tvg-name="NS TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/tZnziRp.jpg" group-title="",NS TV (720p) +#EXTINF:-1 tvg-id="NSTV.gr" tvg-name="NS TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/tZnziRp.jpg" group-title="",NS TV (720p) [Not 24/7] http://176.9.123.140:1935/nstv1/stream/playlist.m3u8 #EXTINF:-1 tvg-id="OPENTVBUP.gr" tvg-name="OPEN TV BUP" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/c9hgL1c.jpg" group-title="",OPEN TV BUP http://78.83.87.222:9999/play/a013/index.m3u8 #EXTINF:-1 tvg-id="tvopen.gr" tvg-name="Open TV HD" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/M6XG03v.png" group-title="",Open TV HD (576p) https://liveopencloud.siliconweb.com/1/ZlRza2R6L2tFRnFJ/eWVLSlQx/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PANIKTV.gr" tvg-name="PANIK TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/8tiiDJJ.jpg" group-title="",PANIK TV (720p) -https://panik.cast-control.eu:1936/paniktv/paniktv//playlist.m3u8 #EXTINF:-1 tvg-id="PELLATV.gr" tvg-name="PELLA TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/9YFieqB.jpg" group-title="",PELLA TV (576p) https://video.streams.ovh:1936/pellatv/pellatv/master.m3u8 #EXTINF:-1 tvg-id="PlayTV.gr" tvg-name="Play TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="http://i.imgur.com/100uuWA.png" group-title="Music",Play TV (480p) @@ -195,8 +175,6 @@ https://www.hellasnet.tv/rest.live.hn/ws.plp/playlist.m3u8 https://s1.cystream.net/live/epistrofi/playlist.m3u8 #EXTINF:-1 tvg-id="ReloadPlay.gr" tvg-name="Reload Play" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="http://reloadplay.com/wp-content/uploads/2017/04/logo-foto-tv.jpg" group-title="",Reload Play (536p) http://web.onair-radio.eu:1935/video/video/playlist.m3u8 -#EXTINF:-1 tvg-id="ReloadRadio.gr" tvg-name="Reload Radio" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/WCWvj2M.png" group-title="Music",Reload Radio -http://web.onair-radio.eu:1935/video/video/chunklist_w1235825277.m3u8 #EXTINF:-1 tvg-id="RIKSATCY.gr" tvg-name="RIK SAT CY" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/52186869/RikSat.png" group-title="",RIK SAT CY (720p) http://l3.cloudskep.com/cybcsat/abr/playlist.m3u8 #EXTINF:-1 tvg-id="SamiakiTV.gr" tvg-name="Samiaki TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="http://greektv.pbworks.com/w/file/fetch/67079118/SAMIAKI_TV%2C.png" group-title="",Samiaki TV (540p) @@ -210,7 +188,7 @@ https://skai-live.siliconweb.com/media/cambria4/index.m3u8 #EXTINF:-1 tvg-id="skai.gr" tvg-name="Skai TV" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/44RsYnf.jpg" group-title="",Skai TV (720p) https://skai-live-back.siliconweb.com/media/cambria4/index.m3u8 #EXTINF:-1 tvg-id="SMILETV.gr" tvg-name="SMILE TV" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/DOOVBu5.png" group-title="",SMILE TV -https://bit.ly/31hDj0w +http://31.177.62.174:8002/play/s58 #EXTINF:-1 tvg-id="SMILETVCY.gr" tvg-name="SMILE TV CY" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/DOOVBu5.png" group-title="",SMILE TV CY (360p) https://s1.cystream.net/live/smile/playlist.m3u8 #EXTINF:-1 tvg-id="star.gr" tvg-name="Star" tvg-country="GR" tvg-language="Modern Greek (1453 -)" tvg-logo="https://i.imgur.com/4HSJigE.png" group-title="",Star @@ -229,8 +207,6 @@ http://176.9.123.140:1935/msg116s/msg116s/playlist.m3u8 http://iptv1.gripfs.tk:8080/channel/709bb160/index.m3u8?q=eyJ1c2VySWQiOiJhZG1pbiJ9.KzXTu4AXEXc0KBtLr1OMj2VVhkIK3OJeN8fyEW9yEfqM6FYVxqw-URTKK028zIuM-fArvKHG_hW2LevFtPa7ug #EXTINF:-1 tvg-id="TILEMOUSIKI.gr" tvg-name="TILEMOUSIKI" tvg-country="GR" tvg-language="" tvg-logo="https://i.imgur.com/wb4pLkW.jpg" group-title="",TILEMOUSIKI http://wpso.com:1936/hls/music1.m3u8 -#EXTINF:-1 tvg-id="TOPCHANNEL.gr" tvg-name="TOP CHANNEL" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/f/TOP_KOZANIS.png" group-title="",TOP CHANNEL (240p) -https://s1.netmax-host.eu:2053/topchannel/topchannel/playlist.m3u8 #EXTINF:-1 tvg-id="TV100.gr" tvg-name="TV 100" tvg-country="GR" tvg-language="" tvg-logo="http://greektv.pbworks.com/w/file/fetch/45193860/TV_100.png" group-title="",TV 100 (576p) https://live.fm100.gr/hls/tv100/index.m3u8 #EXTINF:-1 tvg-id="TVCreta.gr" tvg-name="TV Creta" tvg-country="GR" tvg-language="Modern Greek (1453-)" tvg-logo="https://i.imgur.com/dUH5Mfw.jpg" group-title="Local",TV Creta diff --git a/channels/gt.m3u b/channels/gt.m3u index 624c98512..21e730b3c 100644 --- a/channels/gt.m3u +++ b/channels/gt.m3u @@ -7,5 +7,3 @@ https://live.canalantigua.tv/CanalAntigua/myStream/chunklist_w1288444071.m3u8 https://5ef74a4cbddfc.streamlock.net/CanalAntigua/myStream/plalist.m3u8 #EXTINF:-1 tvg-id="IglesiaDelCamino.gt" tvg-name="Iglesia Del Camino" tvg-country="GT" tvg-language="Spanish" tvg-logo="http://www.iglesiadelcamino.org/images/logo.png" group-title="Religious",Iglesia Del Camino http://streamingcontrol.com:1935/ectv/ectv/chunklist_w615405992.m3u8 -#EXTINF:-1 tvg-id="TelecostaEscuintla.gt" tvg-name="Telecosta Escuintla" tvg-country="GT" tvg-language="Spanish" tvg-logo="https://www.telecostaescuintla.com/gallery_gen/3b51c096b46472b84baedd3e6dba34ff_200x176.png" group-title="",Telecosta Escuintla -https://tv91.hostingnuclear.com:19360/telecosta/telecosta.m3u8 diff --git a/channels/hk.m3u b/channels/hk.m3u index c865a1f44..16cb38f40 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) http://210.210.155.35/qwr9ew/s/s33/index.m3u8 @@ -27,14 +27,24 @@ http://rthklive1-lh.akamaihd.net:80/i/rthk31_1@167495/index_2052_av-p.m3u8 https://rthklive2-lh.akamaihd.net/i/rthk32_1@168450/index_1080_av-p.m3u8 #EXTINF:-1 tvg-id="StarSports.hk" tvg-name="Star Sports" tvg-country="SAS" tvg-language="English" tvg-logo="https://photo.sofun.tw/2013/11/STAR-SPORTS-LOGO.jpg" group-title="Sports",Star Sports rtmp://ivi.bupt.edu.cn:1935/livetv/starsports +#EXTINF:-1 tvg-id="Thrill.hk" tvg-name="Thrill" tvg-country="HK" tvg-language="" tvg-logo="" group-title="",Thrill +http://45.126.83.51/qwr9ew/s/s34/02.m3u8 #EXTINF:-1 tvg-id="Thrill.hk" tvg-name="Thrill" tvg-country="SAS" tvg-language="English" tvg-logo="http://console.celestialtiger.com/images/upload/1f6e441382a388940977fd9e165178c42fe0c193.png" group-title="Movies",Thrill (480p) http://45.126.83.51/qwr9ew/s/s34/index.m3u8 +#EXTINF:-1 tvg-id="Thrill.hk" tvg-name="Thrill" tvg-country="HK" tvg-language="" tvg-logo="http://console.celestialtiger.com/images/upload/1f6e441382a388940977fd9e165178c42fe0c193.png" group-title="",Thrill +https://liveanevia.mncnow.id/live/eds/Thrill/sa_dash_vmx/Thrill.mpd #EXTINF:-1 tvg-id="TVBJade.hk" tvg-name="TVB Jade" tvg-country="HK" tvg-language="Chinese" tvg-logo="" group-title="",TVB Jade http://ubaio.chaoniu1995.top:6796/ub/cr/crtv.php?id=30 #EXTINF:-1 tvg-id="TVBXingHe.hk" tvg-name="TVB Xing He" tvg-country="MY" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/thumb/1/17/TVB_Xing_He_logo_2017.png/220px-TVB_Xing_He_logo_2017.png" group-title="",TVB Xing He ๆ˜Ÿๆฒณ http://50.7.161.82:8278/streams/d/Xinhe/playlist.m3u8 +#EXTINF:-1 tvg-id="tvNMovies.hk" tvg-name="tvN Movies" tvg-country="HK" tvg-language="" tvg-logo="https://www.asiantvawards.com/wp-content/uploads/2017/08/tvN-movie-logo-no-tagline.jpg" group-title="Movies",tvN Movies +https://liveanevia.mncnow.id/live/eds/tvNMovies/sa_dash_vmx/tvNMovies.mpd +#EXTINF:-1 tvg-id="ViuTV.hk" tvg-name="ViuTV" tvg-country="HK" tvg-language="" tvg-logo="https://static.epg.best/hk/ViuTV96.hk.png" group-title="",ViuTV +http://61.238.6.49:8000/bysid/99 #EXTINF:-1 tvg-id="ViuTV.hk" tvg-name="ViuTV" tvg-country="HK" tvg-language="Chinese;Yue Chinese" tvg-logo="http://aaaa.com.hk/main/wp-content/uploads/2020/02/ViuTV-logo.png" group-title="",ViuTV https://cdn.hkdtmb.com/hls/99/index.m3u8 +#EXTINF:-1 tvg-id="ViuTVsix.hk" tvg-name="ViuTVsix" tvg-country="HK" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/ViuTVsix-logo.svg/1280px-ViuTVsix-logo.svg.png" group-title="",ViuTVsix +http://61.238.6.49:8000/bysid/96 #EXTINF:-1 tvg-id="YaLuWeiShi.hk" tvg-name="ไบžๆ—…่ก›่ฆ–" tvg-country="HK" tvg-language="Chinese;Mandarin Chinese" tvg-logo="https://i.imgur.com/1wbOhJV.jpg" group-title="Travel",ไบžๆ—…่ก›่ฆ– http://hls.jingchangkan.tv/jingchangkan/156722438_0HaM/index.m3u8 #EXTINF:-1 tvg-id="XingKongWeiShi.hk" tvg-name="ๆ˜Ÿ็ฉบ่ก›่ฆ–" tvg-country="HK" tvg-language="Chinese;Mandarin Chinese" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/thumb/8/8d/Xing_Kong_Wei_Shi.jpg/250px-Xing_Kong_Wei_Shi.jpg" group-title="General",ๆ˜Ÿ็ฉบ่ก›่ฆ– diff --git a/channels/hn.m3u b/channels/hn.m3u index 2ef8e3f53..0e8b9cdf8 100644 --- a/channels/hn.m3u +++ b/channels/hn.m3u @@ -1,4 +1,10 @@ #EXTM3U +#EXTINF:-1 tvg-id="CampusTV.hn" tvg-name="Campus TV" tvg-country="HN" tvg-language="" tvg-logo="" group-title="",Campus TV +http://st2.worldkast.com/8004/8004/chunklist_w1315793139.m3u8 +#EXTINF:-1 tvg-id="CampusTV.hn" tvg-name="Campus TV" tvg-country="HN" tvg-language="" tvg-logo="" group-title="",Campus TV +http://st2.worldkast.com/8004/8004/chunklist_w733100229.m3u8 +#EXTINF:-1 tvg-id="CampusTV.hn" tvg-name="Campus TV" tvg-country="HN" tvg-language="" tvg-logo="" group-title="",Campus TV +http://st2.worldkast.com/8004/8004/playlist.m3u8 #EXTINF:-1 tvg-id="CCIChannel.hn" tvg-name="CCI Channel" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://i.imgur.com/wHQOLAL.png" group-title="",CCI Channel (720p) http://stream.innovandote.com:1935/cci/cci/playlist.m3u8 #EXTINF:-1 tvg-id="CCIChannel.hn" tvg-name="CCI Channel" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://www.ccichannel.tv/wp-content/uploads/2018/01/CCICHANNELlogo.png" group-title="",CCI Channel (720p) 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 2e7fb8c96..343cd065b 100644 --- a/channels/ht.m3u +++ b/channels/ht.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="NagoTV.ht" tvg-name="Nago TV" tvg-country="HT" tvg-language="French" tvg-logo="https://i.imgur.com/uisopuM.png" group-title="Music",Nago TV (720p) -http://haititivi.com:8088/haititv/tele6NY/index.m3u8 +#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 204af5c3e..123068c1d 100644 --- a/channels/hu.m3u +++ b/channels/hu.m3u @@ -1,11 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="1HDMusic.hu" tvg-name="1HD (Music)" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",1HD (Music) -http://spb1.peers.tv/streaming/firstmuz/16/hd/playlist.m3u8 #EXTINF:-1 tvg-id="1Mus.hu" tvg-name="1Mus" tvg-country="HU" tvg-language="" tvg-logo="https://i.imgur.com/PozF9MT.png" group-title="Music",1Mus 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 @@ -37,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 @@ -59,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 @@ -79,6 +77,8 @@ https://stream.y5.hu/stream/stream_rtlp/stream.m3u8 https://stream.y5.hu/stream/stream_sorozatp/stream.m3u8 #EXTINF:-1 tvg-id="TiszaTV.hu" tvg-name="Tisza TV" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",Tisza TV http://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8 +#EXTINF:-1 tvg-id="TV10Kobanyatelevizioja.hu" tvg-name="TV10 Kล‘bรกnya televรญziรณja" tvg-country="HU" tvg-language="" tvg-logo="" group-title="",TV10 Kล‘bรกnya televรญziรณja +http://78.46.196.104:1935/live/tv10/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Bekescsaba.hu" tvg-name="TV7 Bekescsaba" tvg-country="HU" tvg-language="Hungarian" tvg-logo="https://i.imgur.com/iTUoC1v.png" group-title="",TV7 Bekescsaba https://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8 #EXTINF:-1 tvg-id="VTVFuzesabony.hu" tvg-name="VTV Fรผzesabony" tvg-country="HU" tvg-language="Hungarian" tvg-logo="https://i.imgur.com/JCHEuWb.jpg" group-title="",VTV Fรผzesabony diff --git a/channels/id.m3u b/channels/id.m3u index 16020cdba..afdb75e65 100644 --- a/channels/id.m3u +++ b/channels/id.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="BeritaSatu.id" tvg-name="BeritaSatu" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="News",BeritaSatu -http://edge.linknetott.swiftserve.com/live/BsNew/amlst:beritasatunewsbs/chunklist_b846000.m3u8 #EXTINF:-1 tvg-id="BeritaSatu.id" tvg-name="BeritaSatu" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040323.png" group-title="News",BeritaSatu http://edge.linknetott.swiftserve.com/live/BsNew/amlst:beritasatunewsbs/playlist.m3u8 #EXTINF:-1 tvg-id="BeritaSatu.id" tvg-name="BeritaSatu" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040323.png" group-title="News",BeritaSatu @@ -17,58 +15,58 @@ http://edge.linknetott.swiftserve.com/live/BsNew/amlst:bsnew/playlist.m3u8 https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8 #EXTINF:-1 tvg-id="CNNIndonesia.id" tvg-name="CNN Indonesia" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/e/eb/CNN_Indonesia.svg/1200px-CNN_Indonesia.svg.png" group-title="News",CNN Indonesia (720p) https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="GTV.id" tvg-name="GTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/HsqNM8Hc/globaltv.png" group-title="General",GTV (720p) +https://live.unregister.xyz/live/eds/gtv_fta/live_fta/gtv_fta.m3u8 #EXTINF:-1 tvg-id="GTV.id" tvg-name="GTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/HsqNM8Hc/globaltv.png" group-title="General",GTV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_778_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/778-gtv #EXTINF:-1 tvg-id="GTV.id" tvg-name="GTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/HsqNM8Hc/globaltv.png" group-title="General",GTV (720p) https://vcdn2.rctiplus.id/live/eds/gtv_fta/live_fta/gtv_fta.m3u8 #EXTINF:-1 tvg-id="HIDUPTV.id" tvg-name="HIDUP TV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040378.png" group-title="",HIDUP TV (568p) 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) +#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 #EXTINF:-1 tvg-id="IndonesiaChannel.id" tvg-name="Indonesia Channel" tvg-country="ID" tvg-language="" tvg-logo="" group-title="",Indonesia Channel (720p) http://wowzaprod236-i.akamaihd.net/hls/live/1019903/7dd4cf51/playlist.m3u8 #EXTINF:-1 tvg-id="Indosiar.id" tvg-name="Indosiar" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",Indosiar -http://need.sleep.codaytv.eu/c.m3u8?shinta=See_U&coday=f846bc691110108f73cb55c2f4049864&cdy=eae27d77ca20db309e056e3d2dcd7d69102a6ed6587b5b8cb4ebbe972864690b -#EXTINF:-1 tvg-id="Indosiar.id" tvg-name="Indosiar" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",Indosiar -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_205_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/205-indosiar #EXTINF:-1 tvg-id="iNews.id" tvg-name="iNews" 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="News",iNews -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_5409_720p/index.m3u8 +https://live.unregister.xyz/live/eds/inews_fta/live_fta/inews_fta.m3u8 #EXTINF:-1 tvg-id="iNews.id" tvg-name="iNews" 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="News",iNews -https://vcdn2.rctiplus.id/live/eds/inews_fta/live_fta/inews_fta-avc1_1537200=6-mp4a_64000_eng=2.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/5409-inews +#EXTINF:-1 tvg-id="iNews.id" tvg-name="iNews" 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="News",iNews +https://vcdn2.rctiplus.id/live/eds/inews_fta/live_fta/inews_fta.m3u8 #EXTINF:-1 tvg-id="KompasTV.id" tvg-name="Kompas TV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="News",Kompas TV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_874_720p/index.m3u8 -#EXTINF:-1 tvg-id="METROTV.id" tvg-name="METRO TV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="News",METRO TV (720p) -http://edge.metroTVnews.com:1935/live-edge/smil:metro.smil/master.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/874-kompas-tv #EXTINF:-1 tvg-id="METROTV.id" tvg-name="METRO TV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040416.png" group-title="News",METRO TV (720p) http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/playlist.m3u8 #EXTINF:-1 tvg-id="METROTV.id" tvg-name="METRO TV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040416.png" group-title="News",METRO TV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_777_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/777-metro-tv #EXTINF:-1 tvg-id="MNCTV.id" tvg-name="MNCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/rw8620qS/20191026-003920.png" group-title="General",MNCTV http://bonev2.xyz:80/playlist/vidio-mnc-new-bonetv.m3u8 +#EXTINF:-1 tvg-id="MNCTV.id" tvg-name="MNCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/rw8620qS/20191026-003920.png" group-title="General",MNCTV (720p) +https://live.unregister.xyz/live/eds/mnctv_fta/live_fta/mnctv_fta.m3u8 #EXTINF:-1 tvg-id="MNCTV.id" tvg-name="MNCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/rw8620qS/20191026-003920.png" group-title="General",MNCTV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_870_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/870-mnc #EXTINF:-1 tvg-id="MNCTV.id" tvg-name="MNCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/rw8620qS/20191026-003920.png" group-title="General",MNCTV (720p) https://vcdn2.rctiplus.id/live/eds/mnctv_fta/live_fta/mnctv_fta.m3u8 -#EXTINF:-1 tvg-id="MusicTop.id" tvg-name="Music Top" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="Music",Music Top (720p) -https://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MyTV.id" tvg-name="MyTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="",MyTV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_6711_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/6711-mytv #EXTINF:-1 tvg-id="NET.id" tvg-name="NET." tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",NET. -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_875_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/875-net-tv #EXTINF:-1 tvg-id="OChannel.id" tvg-name="O Channel" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="Local",O Channel -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_206_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/206-ochannel #EXTINF:-1 tvg-id="OneTV.id" tvg-name="One TV" tvg-country="ID" tvg-language="" tvg-logo="https://onetvasia.com/sites/onetvasia.com/files/logo-small_0.png" group-title="",One TV https://liveanevia.mncnow.id/live/eds/SetOne/sa_dash_vmx/SetOne.mpd #EXTINF:-1 tvg-id="RADIO51.id" tvg-name="RADIO51" tvg-country="ID" tvg-language="Indonesian" tvg-logo="Logo N/A" group-title="",Radio 51 TV (480p) https://59d7d6f47d7fc.streamlock.net/canale51/canale51/playlist.m3u8 #EXTINF:-1 tvg-id="RCTI.id" tvg-name="RCTI" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",RCTI -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_665_720p/index.m3u8 +https://live.unregister.xyz/live/eds/rcti_fta/live_fta/rcti_fta.m3u8 #EXTINF:-1 tvg-id="RCTI.id" tvg-name="RCTI" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",RCTI -https://moegi.akamaized.net/live/eds/rcti_fta/live_fta/rcti_fta-avc1_1537200=7-mp4a_64000_eng=2.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/665-rcti #EXTINF:-1 tvg-id="RCTI.id" tvg-name="RCTI" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://i.postimg.cc/13Nm4VLb/20191010-164600.png" group-title="General",RCTI (720p) https://vcdn2.rctiplus.id/live/eds/rcti_fta/live_fta/rcti_fta.m3u8 #EXTINF:-1 tvg-id="Reformed21.id" tvg-name="Reformed 21" tvg-country="ID" tvg-language="Indonesian" tvg-logo="http://image.azuza.web.id/images/agus-1545452020.jpg" group-title="Religious",Reformed 21 @@ -76,28 +74,26 @@ http://edge.linknetott.swiftserve.com/live/BsNew/amlst:reformedch/playlist.m3u8 #EXTINF:-1 tvg-id="RRINet.id" tvg-name="RRI Net" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://pbs.twimg.com/media/DmaMDCBU8AAfd45.png" group-title="",RRI Net (720p) http://36.89.47.217:11935/rrinet/live/index.m3u8 #EXTINF:-1 tvg-id="RTV.id" tvg-name="RTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",RTV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_1561_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/1561-rtv #EXTINF:-1 tvg-id="SCTV.id" tvg-name="SCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",SCTV http://need.sleep.codaytv.eu/c.m3u8?shinta=See_U&coday=f846bc691110108f73cb55c2f4049864&cdy=274ad4786c3abca69fa097b85867d9a4102a6ed6587b5b8cb4ebbe972864690b #EXTINF:-1 tvg-id="SCTV.id" tvg-name="SCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://www.sctv.co.id//assets/images/material/logo_sctv.png" group-title="General",SCTV https://liveanevia.mncnow.id/live/eds/SCTV/sa_dash_vmx/SCTV.mpd #EXTINF:-1 tvg-id="SCTV.id" tvg-name="SCTV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="" group-title="General",SCTV -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_204_720p/index.m3u8 -#EXTINF:-1 tvg-id="TEGARTV.id" tvg-name="TEGAR TV" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040386.jpg" group-title="",TEGAR TV (480p) -http://wms.klikhost.com/tegartv/live/playlist.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/204-sctv #EXTINF:-1 tvg-id="TRANS7HD.id" tvg-name="TRANS 7 HD" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040404.png" group-title="General",TRANS 7 HD -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_734_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/734-trans7 #EXTINF:-1 tvg-id="TRANS7HD.id" tvg-name="TRANS 7 HD" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040404.png" group-title="General",TRANS 7 HD (720p) https://video.detik.com/trans7/smil:trans7.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TRANSTVHD.id" tvg-name="TRANS TV HD" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040459.png" group-title="General",TRANS TV HD -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_733_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/733-trans-tv #EXTINF:-1 tvg-id="TRANSTVHD.id" tvg-name="TRANS TV HD" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040459.png" group-title="General",TRANS TV HD (720p) https://video.detik.com/transtv/smil:transtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVIKIM.id" tvg-name="TVIKIM" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040371.jpg" group-title="",TVIKIM (480p) http://edge.vediostream.com/abr/tvikim/live/tvikim_480p/playlist.m3u8 #EXTINF:-1 tvg-id="TVKU.id" tvg-name="TVKU" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92697/14040332.png" group-title="",TVKU http://103.30.1.14:8080/hls/live.m3u8 -#EXTINF:-1 tvg-id="TVRParlemen.id" tvg-name="TVR Parlemen" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhlaM4KZ8xQaJpfP8GPX7Ji3tYXVnuSVfVKNV69=s900-c-k-c0x00ffffff-no-rj" group-title="Legislative",TVR Parlemen +#EXTINF:-1 tvg-id="TVRParlemen.id" tvg-name="TVR Parlemen" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhlaM4KZ8xQaJpfP8GPX7Ji3tYXVnuSVfVKNV69=s900-c-k-c0x00ffffff-no-rj" group-title="Legislative",TVR Parlemen [Not 24/7] http://103.18.181.69:1935/golive/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenBadanAnggaran.id" tvg-name="TVR Parlemen Badan Anggaran" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhlaM4KZ8xQaJpfP8GPX7Ji3tYXVnuSVfVKNV69=s900-c-k-c0x00ffffff-no-rj" group-title="Legislative",TVR Parlemen Badan Anggaran [Not 24/7] http://103.18.181.69:1935/golive/livestreambanggar/playlist.m3u8 @@ -131,6 +127,10 @@ http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" tvg-name="TVR Parlemen Komisi XI" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhlaM4KZ8xQaJpfP8GPX7Ji3tYXVnuSVfVKNV69=s900-c-k-c0x00ffffff-no-rj" group-title="Legislative",TVR Parlemen Komisi XI [Not 24/7] http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRI.id" tvg-name="TVRI" tvg-country="ID" tvg-language="" tvg-logo="http://1.bp.blogspot.com/-30awn5OxihI/T9VuzQQ5RqI/AAAAAAAADRM/_iPdRJhYiwQ/s1600/logo-lpp-tvri.png" group-title="",TVRI +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/Stream(04)/index.m3u8 +#EXTINF:-1 tvg-id="TVRI4.id" tvg-name="TVRI 4" tvg-country="ID" tvg-language="" tvg-logo="http://images2.useetv.com/logo_tvri_big1.png" group-title="",TVRI 4 +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI4)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" tvg-name="TVRI Aceh" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="Local",TVRI Aceh http://118.97.50.107/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" tvg-name="TVRI Aceh" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="Local",TVRI Aceh @@ -206,7 +206,7 @@ http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=0 #EXTINF:-1 tvg-id="TVRINasional.id" tvg-name="TVRI Nasional" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="General",TVRI Nasional http://wpc.d1627.nucdn.net:80/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" tvg-name="TVRI Nasional" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="General",TVRI Nasional -https://livestreaming-google-etslive.vidio.com/hls-p/ingest_6441_720p/index.m3u8 +https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.vidio.com/live/6441-tvri #EXTINF:-1 tvg-id="TVRINusaTenggaraBarat.id" tvg-name="TVRI Nusa Tenggara Barat" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="Local",TVRI Nusa Tenggara Barat http://118.97.50.107/Content/HLS/Live/Channel(TVRINTBMATARAM)/index.m3u8 #EXTINF:-1 tvg-id="TVRINusaTenggaraBarat.id" tvg-name="TVRI Nusa Tenggara Barat" tvg-country="ID" tvg-language="Indonesian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="Local",TVRI Nusa Tenggara Barat @@ -263,3 +263,5 @@ http://wpc.d1627.nucdn.net:80/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISUMUTM http://118.97.50.107/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" tvg-name="TVRI Yogyakarta" tvg-country="ID" tvg-language="Indonesian;Javanese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/TVRILogo2019.svg/320px-TVRILogo2019.svg.png" group-title="Local",TVRI Yogyakarta http://wpc.d1627.nucdn.net:80/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRI.id" tvg-name="TVRI*" tvg-country="ID" tvg-language="" tvg-logo="http://images2.useetv.com/logo_tvri_big1.png" group-title="",TVRI* +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIdki)/index.m3u8 diff --git a/channels/ie.m3u b/channels/ie.m3u index 45ed7505e..4ee4d8b88 100644 --- a/channels/ie.m3u +++ b/channels/ie.m3u @@ -23,22 +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="SetantaSportsPlus.ie" tvg-name="Setanta Sports +" tvg-country="IE" tvg-language="" tvg-logo="" group-title="",Setanta Sports + +#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="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 82aa3c591..c546dec11 100644 --- a/channels/il.m3u +++ b/channels/il.m3u @@ -7,6 +7,8 @@ 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="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 #EXTINF:-1 tvg-id="Channel24.il" tvg-name="Channel 24" tvg-country="IL" tvg-language="Hebrew" tvg-logo="https://i.imgur.com/2RC8nh6.jpg" group-title="Music",Channel 24 @@ -23,6 +25,8 @@ https://stream5.shidur.net/htvlive2/_definst_/smil:live2.smil/chunklist.m3u8 https://stream71.shidur.net/htvlive2/_definst_/smil:live2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Hidabroot Channel-IS" tvg-name="Hidabroot Channel-IS" tvg-country="IL" tvg-language="Hebrew" tvg-logo="https://i.imgur.com/wKi97Pg.png" group-title="Religious",Hidabroot (576p) https://stream72.shidur.net/htvlive2/_definst_/smil:live2.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="HidabrootTV.il" tvg-name="Hidabroot TV" tvg-country="IL" tvg-language="" tvg-logo="http://www.tvland.co.il/Pics/hidabrutbig.jpg" group-title="",Hidabroot TV +https://stream72.shidur.net/htvlive2/_definst_/smil:live2.smil/chunklist_b1248000.m3u8 #EXTINF:-1 tvg-id="IsraelParsTV.il" tvg-name="Israel Pars TV" tvg-country="IL" tvg-language="" tvg-logo="" group-title="",Israel Pars TV https://live.pars-israel.com/iptv/stream.m3u8 #EXTINF:-1 tvg-id="KabbalahforthePeopleIsrael.il" tvg-name="Kabbalah for the People (Israel)" tvg-country="IL" tvg-language="Hebrew" tvg-logo="https://i.imgur.com/8R1UWRw.jpg" group-title="",Kabbalah for the People (Israel) (504p) @@ -41,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 fbcd3387a..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 @@ -27,16 +35,14 @@ http://abpasmita-lh.akamaihd.net:80/i/abpasmita_1@77821/master.m3u8 https://abp-i.akamaihd.net/hls/live/765532/abpasmita/master.m3u8 #EXTINF:-1 tvg-id="ABPAsmita.in" tvg-name="ABP Asmita" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTZNoM8_ZqOG-8Lksy07YD-ltPehSFnfWcmxTU1LxlwbC58_8jcfJ987g" group-title="News",ABP Asmita (324p) https://abpasmita-lh.akamaihd.net/i/abpasmita_1@77821/master.m3u8 +#EXTINF:-1 tvg-id="ABPHindi.in" tvg-name="ABP Hindi" tvg-country="IN" tvg-language="English" tvg-logo="https://static.abplive.in/wp-content/themes/abp-hindi/images/logo/hindiLogoD.png" group-title="News",ABP Hindi (324p) +http://hindiabp-lh.akamaihd.net/i/hindiabp1new_1@192103/master.m3u8 +#EXTINF:-1 tvg-id="ABPHindi.in" tvg-name="ABP Hindi" tvg-country="IN" tvg-language="English" tvg-logo="https://static.abplive.in/wp-content/themes/abp-hindi/images/logo/hindiLogoD.png" group-title="News",ABP Hindi (720p) +https://abp-i.akamaihd.net/hls/live/765529/abphindi/master.m3u8 #EXTINF:-1 tvg-id="ABPMajha.in" tvg-name="ABP Majha" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/abpmajha78.jpg" group-title="News",ABP Majha (720p) https://abp-i.akamaihd.net/hls/live/765531/abpmajha/master.m3u8 -#EXTINF:-1 tvg-id="ABP News-IN" tvg-name="ABP News-IN" tvg-country="IN" tvg-language="English" tvg-logo="https://static.abplive.in/wp-content/themes/abp-hindi/images/logo/hindiLogoD.png" group-title="News",ABP News (324p) -http://hindiabp-lh.akamaihd.net/i/hindiabp1new_1@192103/master.m3u8 -#EXTINF:-1 tvg-id="ABP News-IN" tvg-name="ABP News-IN" tvg-country="IN" tvg-language="English" tvg-logo="https://static.abplive.in/wp-content/themes/abp-hindi/images/logo/hindiLogoD.png" group-title="News",ABP News (720p) -https://abp-i.akamaihd.net/hls/live/765529/abphindi/master.m3u8 #EXTINF:-1 tvg-id="ACV.in" tvg-name="ACV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/FNBkLUA.jpg" group-title="",ACV https://acv.asianetmobiletvplus.com/webstreams/8f8e72769cb3e3a6e27c220e1e3887b8.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ACVJukebox.in" tvg-name="ACV Jukebox" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/1L4YTlE.jpg" group-title="",ACV Jukebox (404p) -https://acv.asianetmobiletvplus.com/webstreams/acvjukebox_awannbgiynqynhufohawnvbmlgglfpuc/playlist.m3u8 #EXTINF:-1 tvg-id="ACVNews.in" tvg-name="ACV News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/acv_in_news.png" group-title="News",ACV News https://acv.asianetmobiletvplus.com/webstreams/3e85eb4c12bd2110d3f495676205d50a.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ACVUtsav.in" tvg-name="ACV Utsav" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/acvutsaav.png" group-title="",ACV Utsav @@ -81,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 @@ -90,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) @@ -105,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) @@ -125,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,46 +150,54 @@ http://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/playlist https://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/mono.m3u8 #EXTINF:-1 tvg-id="DesiPlus.in" tvg-name="Desi Plus" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/desiplustv.jpg" group-title="",Desi Plus (720p) http://cdn2.live247stream.com/desiplus/tv/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="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="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 +https://docubayvh.s.llnwi.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004372_HLS/manifest.m3u8 #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="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 #EXTINF:-1 tvg-id="FlowersTV.in" tvg-name="Flowers TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://www.flowerstv.in/wp-content/uploads/2017/12/Flowers-Logo-alpha-1.png" group-title="Entertainment",Flowers TV (576p) http://103.199.161.254/Content/flowers/Live/Channel(Flowers)/index.m3u8 #EXTINF:-1 tvg-id="GabruuTV.in" tvg-name="Gabruu TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/k9kHJv9.jpg" group-title="Music",Gabruu TV http://104.237.60.234/live/gabruutv.m3u8 #EXTINF:-1 tvg-id="GaundaPunjabTV.in" tvg-name="Gaunda Punjab TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/J74dCx6.png" group-title="",Gaunda Punjab TV (720p) http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 +#EXTINF:-1 tvg-id="GDNSLudhiana.in" tvg-name="GDNS Ludhiana" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",GDNS Ludhiana +http://akalmultimedia.net:1935/gdnslive/gdns-live/chunklist.m3u8 #EXTINF:-1 tvg-id="GlobalPunjab.in" tvg-name="Global Punjab" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",Global Punjab (720p) https://wowzaprod207-i.akamaihd.net/hls/live/827936/2eba5b83/playlist.m3u8 -#EXTINF:-1 tvg-id="GurbaniHealing.in" tvg-name="Gurbani Healing" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/qJkwmlD.jpg" group-title="",Gurbani Healing (720p) -https://live.wmncdn.net/gurbanihealing/e09c9e2a70cc03a0b6d2171391dd682b.sdp/index.m3u8 +#EXTINF:-1 tvg-id="GSTV.in" tvg-name="GSTV" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/zCIK5Ze.png" group-title="",GSTV +https://cdnlive.livecast.io/388656798579293628302251.m3u8 #EXTINF:-1 tvg-id="HiruTV.in" tvg-name="Hiru TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/1/15/Hiru_TV-Logo.png/220px-Hiru_TV-Logo.png" group-title="",Hiru TV (360p) [Not 24/7] http://cdncities.com/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="HulchulTV.in" tvg-name="Hulchul TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Hulchul TV http://cdn12.henico.net:8080/live/jbani/index.m3u8 #EXTINF:-1 tvg-id="IndiaNews.in" tvg-name="India News" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",India News (480p) https://m-c036-j2apps.s.llnwi.net/hls/0442.IndiaNews.in.m3u8 +#EXTINF:-1 tvg-id="IndiaToday.in" tvg-name="India Today" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",India Today +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/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/indiatv-origin/live2/chunks.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) http://jantvstream.in:1935/edge1/sc1jantv.stream_aac/playlist.m3u8 +#EXTINF:-1 tvg-id="JanamTV.in" tvg-name="Janam TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Janam TV +https://vidcdn.vidgyor.com/janamtv-origin/liveabr/janamtv-origin/live3/chunks.m3u8 #EXTINF:-1 tvg-id="JanamTV.in" tvg-name="Janam TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/janam_tv_in.png" group-title="Entertainment",Janam TV (240p) https://vidcdn.vidgyor.com/janamtv-origin/liveabr/janamtv-origin/live3/playlist.m3u8 #EXTINF:-1 tvg-id="JanataaTV.in" tvg-name="Janataa TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Janataa TV [Not 24/7] @@ -199,14 +220,20 @@ 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 #EXTINF:-1 tvg-id="KaumudyTV.in" tvg-name="Kaumudy TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://kaumudy.tv/images/logo.jpg" group-title="Entertainment",Kaumudy TV (360p) https://live.wmncdn.net/kaumuditv1/live.stream/index.m3u8 +#EXTINF:-1 tvg-id="KhabrainAbhiTak.in" tvg-name="Khabrain Abhi Tak" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Khabrain Abhi Tak +https://vidcdn.vidgyor.com/kat-origin/liveabr/kat-origin/live1/chunks.m3u8 +#EXTINF:-1 tvg-id="KhabrainAbhiTak.in" tvg-name="Khabrain Abhi Tak" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Khabrain Abhi Tak +https://vidcdn.vidgyor.com/kat-origin/liveabr/kat-origin/live2/chunks.m3u8 #EXTINF:-1 tvg-id="LifePunjabi.in" tvg-name="Life Punjabi" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Life Punjabi (720p) http://live.agmediachandigarh.com/lifepunjabi/e27b5c8d89b83882ca3b018eeed14888.sdp/mono.m3u8 +#EXTINF:-1 tvg-id="LifeTV.in" tvg-name="Life TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Life TV +http://59c3ec70cfde0.streamlock.net/channel_6/channel6/chunklist.m3u8 #EXTINF:-1 tvg-id="LokSabhaTV.in" tvg-name="Lok Sabha TV" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/eoAeDrU.jpg" group-title="",Lok Sabha TV https://nicls1-lh.akamaihd.net/i/lst_1@26969/index_1_av-p.m3u8?sd=10&rebase=on #EXTINF:-1 tvg-id="LokSabhaTV.in" tvg-name="Lok Sabha TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Lok Sabha TV (576p) @@ -233,12 +260,8 @@ 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="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) @@ -251,27 +274,23 @@ http://103.199.160.85/Content/mktunes/Live/Channel(MKTunes)/index.m3u8 http://103.199.160.85/Content/mktv/Live/Channel(MKTV)/index.m3u8 #EXTINF:-1 tvg-id="MusicIndia.in" tvg-name="Music India" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Music",Music India http://103.199.160.85/Content/musicindia/Live/Channel(MusicIndia)/Stream(02)/index.m3u8 +#EXTINF:-1 tvg-id="Namdhari.in" tvg-name="Namdhari" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Namdhari +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="NDTV 24x7-IN" tvg-name="NDTV 24x7-IN" 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="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 +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="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 @@ -285,6 +304,8 @@ https://news18gujarati-lh.akamaihd.net/i/n18gujarat_1@370955/index_4_av-p.m3u8?s https://news18india-lh.akamaihd.net/i/news18india_1@174951/index_4_av-p.m3u8?sd=10&rebase=on #EXTINF:-1 tvg-id="News18Jharkhand.in" tvg-name="News 18 Jharkhand" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Jharkhand https://news18bihar-lh.akamaihd.net/i/n18biharjh_1@175736/index_4_av-p.m3u8?sd=10&rebase=on +#EXTINF:-1 tvg-id="News18Lokmat.in" tvg-name="News 18 Lokmat" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Lokmat +https://iptv-all.lanesh4d0w.codes/india/news18-lokmat #EXTINF:-1 tvg-id="News18Malayalam.in" tvg-name="News 18 Malayalam" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/D9lMLmX.png" group-title="News",News 18 Malayalam https://news18kerala-lh.akamaihd.net/i/n18kerala_1@526583/index_4_av-p.m3u8?sd=10&rebase=on #EXTINF:-1 tvg-id="News18Odia.in" tvg-name="News 18 Odia" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Odia @@ -305,42 +326,62 @@ https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live1/playlist.m3 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="News18Hindi.in" tvg-name="News18 Hindi" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",News18 Hindi +#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="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="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="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="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="PrudentMedia.in" tvg-name="Prudent Media" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Prudent Media (576p) -https://5a9fe19ea6821.streamlock.net/prudentmedia/livestream3/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="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 +#EXTINF:-1 tvg-id="QwestJazzMexico.in" tvg-name="Qwest Jazz (Mexico)" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest Jazz (Mexico) +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="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 +#EXTINF:-1 tvg-id="QwestTVJazzandBeyondIndia.in" tvg-name="Qwest TV Jazz and Beyond (India)" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Qwest TV Jazz and Beyond (India) +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="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="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/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) https://nicls2-lh.akamaihd.net/i/rstv_1@26970/master.m3u8 +#EXTINF:-1 tvg-id="SadaTV.in" tvg-name="Sada TV" tvg-country="IN" tvg-language="" tvg-logo="" group-title="",Sada TV +http://cdn12.henico.net:8080/live/sadatv/index.m3u8 #EXTINF:-1 tvg-id="Sadhna.in" tvg-name="Sadhna" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Sadhna (360p) http://cdn.clive.in:1935/sadhnabhakti/sadhnabhakti.stream_HDp/playlist.m3u8 #EXTINF:-1 tvg-id="SadhnaPlus.in" tvg-name="Sadhna Plus" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Sadhna Plus (360p) @@ -361,6 +402,10 @@ https://satsangtv.sanskargroup.in/satsangtvlive.m3u8 https://a.jsrdn.com/broadcast/060753d37e/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="ShemarooBollywoodClassic.in" tvg-name="Shemaroo Bollywood Classic" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/cMJVuIr.jpg" group-title="Movies",Shemaroo Bollywood Classic 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="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 #EXTINF:-1 tvg-id="ShemarooPunjabiTV.in" tvg-name="Shemaroo Punjabi TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/t1O83T7.jpg" group-title="",Shemaroo Punjabi TV @@ -373,16 +418,54 @@ 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="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 #EXTINF:-1 tvg-id="TamilVisionInternational.in" tvg-name="Tamil Vision International" tvg-country="IN" tvg-language="Tamil" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/rsz_tamil_vision_international1.jpg" group-title="",Tamil Vision International (720p) @@ -390,15 +473,19 @@ 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="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 +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="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) @@ -411,26 +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="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="ZeeCinemalu.in" tvg-name="ZEE CINEMALU" tvg-country="IN" tvg-language="Telugu" tvg-logo="https://picon-13398.kxcdn.com/zeecinemain.jpg" group-title="Movies",Zee Cinemalu เฐคเฑ†เฐฒเฑเฐ—เฑ -https://y5w8j4a9.ssl.hwcdn.net/zcinemalusd//tracks-v1a1/playlist.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="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 a8cdad3b9..3f8a89503 100644 --- a/channels/iq.m3u +++ b/channels/iq.m3u @@ -1,9 +1,11 @@ #EXTM3U #EXTINF:-1 tvg-id="ABNsat.iq" tvg-name="ABNsat" tvg-country="IQ" tvg-language="Arabic" tvg-logo="http://vidmgr.abnvideos.com/images/playlists/phpENpJQS.jpeg" group-title="Religious",ABNsat http://rtmp1.abnsat.com/hls/arabic.m3u8 -#EXTINF:-1 tvg-id="AL Hurra HD" tvg-name="AL Hurra HD" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://gdb.alhurra.eu/C4BE79AD-607A-4EBA-8449-7CC6E2B12566_w1200_r1_s.jpg" group-title="News",Al Hurra (486p) +#EXTINF:-1 tvg-id="AFAQTV.iq" tvg-name="AFAQ TV" tvg-country="IQ" tvg-language="Arabic" tvg-logo="" group-title="",AFAQ TV +http://149.100.19.226:8001/play/AFAQ_TV +#EXTINF:-1 tvg-id="AlHurraHD.iq" tvg-name="AL Hurra HD" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://gdb.alhurra.eu/C4BE79AD-607A-4EBA-8449-7CC6E2B12566_w1200_r1_s.jpg" group-title="News",Al Hurra (486p) https://mbnhls-lh.akamaihd.net/i/MBN_1@118619/master.m3u8 -#EXTINF:-1 tvg-id="AL Hurra Iraq HD" tvg-name="AL Hurra Iraq HD" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://i.imgur.com/8EmVL2d.jpg" group-title="News",Al Hurra Iraq (720p) +#EXTINF:-1 tvg-id="ALHurraHD.iq" tvg-name="AL Hurra HD" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://i.imgur.com/8EmVL2d.jpg" group-title="News",Al Hurra Iraq (720p) https://mbningestworld-i.akamaihd.net/hls/live/644021/iraqworldsafe/master.m3u8 #EXTINF:-1 tvg-id="AlIraqiyaAl3ama.iq" tvg-name="Al Iraqiya Al 3ama" tvg-country="IQ" tvg-language="Arabic" tvg-logo="http://imn.iq/wp-content/uploads/2018/03/Logo.jpg" group-title="News",Al Iraqiya Al 3ama (720p) #EXTVLCOPT:http-referrer=http://imn.iq @@ -17,8 +19,16 @@ https://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8 http://149.202.79.190:8081/arrafidaintv/publish/playlist.m3u8 #EXTINF:-1 tvg-id="AlRasheed.iq" tvg-name="Al Rasheed" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://alrasheedmedia.com/wp-content/themes/alrasheedv4/alr-logo.png" group-title="General",Al Rasheed (408p) https://media1.livaat.com/AL-RASHEED-HD/index.m3u8 -#EXTINF:-1 tvg-id="Al sharqya" tvg-name="Al sharqya" tvg-country="IQ" tvg-language="Arabic" tvg-logo="http://alsharqiyatv.info/tv.jpg" group-title="General",Al Sharqiya (450p) +#EXTINF:-1 tvg-id="AlSharqiyahd.iq" tvg-name="Alsharqiya hd" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Al Sharqiya +http://ns8.indexforce.com:1935/home/mystream/chunklist.m3u8 +#EXTINF:-1 tvg-id="AlSharqiya.iq" tvg-name="Alsharqiya" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Al Sharqiya (1080p) +http://ns8.indexforce.com:1935/home/mystream/gmswf.m3u8 +#EXTINF:-1 tvg-id="AlSharqiyaTV.iq" tvg-name="Al Sharqiya TV" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Al Sharqiya +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="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 #EXTINF:-1 tvg-id="ALSharqiyaTV.iq" tvg-name="AL Sharqiya TV" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",AL Sharqiya TV @@ -35,24 +45,18 @@ https://stream.alkafeel.net/live/alkafeel/rAa5PGot3/manifest.m3u8 https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelThewindowofAlKafeel.iq" tvg-name="Alkafeel: The window of Al-Kafeel" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://alkafeel.net/src/svg/logo_stripped.svg" group-title="Religious",Alkafeel: The window of Al-Kafeel https://stream.alkafeel.net/live/alkafeel/rAa5PGot1/manifest.m3u8 -#EXTINF:-1 tvg-id="Alsharqiya.iq" tvg-name="Alsharqiya" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Alsharqiya (1080p) -http://ns8.indexforce.com:1935/home/mystream/gmswf.m3u8 -#EXTINF:-1 tvg-id="Alsharqiyahd.iq" tvg-name="Alsharqiya hd" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Alsharqiya hd -http://ns8.indexforce.com:1935/home/mystream/chunklist.m3u8 -#EXTINF:-1 tvg-id="AlsharqiyaNews.iq" tvg-name="Alsharqiya News" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Alsharqiya News -http://ns8.indexforce.com:1935/alsharqiyalive/mystream/chunklist_w1419797891.m3u8?v=86757236 -#EXTINF:-1 tvg-id="Alsharqiyatv.iq" tvg-name="Alsharqiya tv" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Alsharqiya tv -http://ns8.indexforce.com:1935/home/mystream/gmswf.m3u8?v= -#EXTINF:-1 tvg-id="arrafidaintv.iq" tvg-name="arrafidaintv" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",arrafidaintv +#EXTINF:-1 tvg-id="ArRafidainTV.iq" tvg-name="Ar Rafidain TV" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",Ar Rafidain TV http://149.202.79.190:8081/arrafidaintv/publish/playlist.m3u8?v= #EXTINF:-1 tvg-id="AssyrianANB.iq" tvg-name="Assyrian ANB" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://i.imgur.com/way7KwN.jpg" group-title="General",Assyrian ANB (720p) https://597f64b67707a.streamlock.net/anbsat.com/anb2/playlist.m3u8 #EXTINF:-1 tvg-id="AvaEntertainment.iq" tvg-name="Ava Entertainment" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://i.imgur.com/me5igxY.jpg" group-title="",Ava Entertainment https://wowzaprod219-i.akamaihd.net/hls/live/1003949/c9aa559e/playlist.m3u8 #EXTINF:-1 tvg-id="BabylonTV.iq" tvg-name="Babylon TV" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://babylontv.net/wp-content/themes/babylontv/images/logo.png" group-title="General",Babylon TV +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/28 +#EXTINF:-1 tvg-id="BabylonTV.iq" tvg-name="Babylon TV" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://babylontv.net/wp-content/themes/babylontv/images/logo.png" group-title="General",Babylon TV https://iqlivestream.com/live/babylontv.flv #EXTINF:-1 tvg-id="Dijlah.iq" tvg-name="Dijlah" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://www.dijlah.tv/templates/default-2/live-page/images/logo-new1.png" group-title="News",Dijlah -http://91.134.145.75:10001/Dijlah/tracks-v1a1/mono.m3u8 +http://91.134.145.75:10001/Dijlah/index.m3u8 #EXTINF:-1 tvg-id="Dijlah.iq" tvg-name="Dijlah" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://www.dijlah.tv/templates/default-2/live-page/images/logo-new1.png" group-title="News",Dijlah (576p) https://ghaasiflu.online/Dijlah/index.m3u8 #EXTINF:-1 tvg-id="DijlahTarab.iq" tvg-name="Dijlah Tarab" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://www.dijlah.tv/templates/default-2/live-page/images/tarab-logo.png" group-title="Music",Dijlah Tarab (576p) @@ -76,10 +80,12 @@ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/58 #EXTINF:-1 tvg-id="KIRKUKTV.iq" tvg-name="KIRKUK TV" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="" group-title="",KIRKUK TV http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/58.m3u8 #EXTINF:-1 tvg-id="Kurdistan24.iq" tvg-name="Kurdistan 24" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="" group-title="",Kurdistan 24 +http://176.10.117.18:8000/play/a00a/index.m3u8 +#EXTINF:-1 tvg-id="Kurdistan24.iq" tvg-name="Kurdistan 24" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="" group-title="",Kurdistan 24 https://d1x82nydcxndze.cloudfront.net/live/index.m3u8 +#EXTINF:-1 tvg-id="KurdistanTV.iq" tvg-name="Kurdistan TV" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://i.imgur.com/GLfhYSH.png" group-title="General",Kurdistan TV +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/42 #EXTINF:-1 tvg-id="KurdistanTV.iq" tvg-name="Kurdistan TV" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://i.imgur.com/GLfhYSH.png" group-title="General",Kurdistan TV (720p) -https://5a3ed7a72ed4b.streamlock.net/live/SMIL:myStream.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="KurdistanTVHD.iq" tvg-name="Kurdistan TV HD" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="" group-title="",Kurdistan TV HD (720p) https://5a3ed7a72ed4b.streamlock.net/live/SMIL:myStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KurdMax.iq" tvg-name="KurdMax" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://kurdmaxcms.com/asset/image/footer_logo/%D9%A1_1.png" group-title="",KurdMax (1080p) http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/30.m3u8 @@ -95,9 +101,23 @@ https://5aa8c7549bfa9.streamlock.net/music/livestream/playlist.m3u8 http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/32.m3u8 #EXTINF:-1 tvg-id="KurdMaxShow.iq" tvg-name="KurdMax Show" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://kurdmaxcms.com/asset/image/footer_logo/show_2.png" group-title="",KurdMax Show (1080p) https://5aa8c7549bfa9.streamlock.net/liveTrans/ngrp:SHOW1_all/playlist.m3u8 +#EXTINF:-1 tvg-id="KurdSatHD.iq" tvg-name="KurdSat HD" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://kurdmaxcms.com/asset/image/footer_logo/show_2.png" group-title="",KurdSat HD +http://176.10.117.18:8000/play/a006/index.m3u8 +#EXTINF:-1 tvg-id="KurdSatHD.iq" tvg-name="KurdSat HD" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://kurdmaxcms.com/asset/image/footer_logo/show_2.png" group-title="",KurdSat HD +http://ikomg2.s.llnwi.net/kurdsathd/playlist.m3u8 #EXTINF:-1 tvg-id="NRTTVHD.iq" tvg-name="NRT TV HD" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://i.imgur.com/4li5hRA.png" group-title="",NRT TV HD https://media.streambrothers.com:1936/8328/8328/playlist.m3u8 +#EXTINF:-1 tvg-id="PAYAMTVHDPlus.iq" tvg-name="PAYAM TV HD+" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="" group-title="",PAYAM TV HD+ +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/50 +#EXTINF:-1 tvg-id="PAYAMTVHDPlus.iq" tvg-name="PAYAM TV HD+" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="" group-title="",PAYAM TV HD+ +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/50.m3u8 +#EXTINF:-1 tvg-id="RudawTV.iq" tvg-name="Rudaw TV" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://i.imgur.com/5ZQ4GTu.jpg" group-title="News",Rudaw TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/34.m3u8 #EXTINF:-1 tvg-id="RudawTV.iq" tvg-name="Rudaw TV" tvg-country="IQ" tvg-language="Kurdish" tvg-logo="https://i.imgur.com/5ZQ4GTu.jpg" group-title="News",Rudaw TV (1080p) https://svs.itworkscdn.net/rudawlive/rudawlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Zagros.iq" tvg-name="Zagros" tvg-country="IQ" tvg-language="Arabic" tvg-logo="https://www.zagrosnews.net/sites/default/files/zagros-logo-01_1.png" group-title="General",Zagros (720p) https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ZAGROSTVHDPlus.iq" tvg-name="ZAGROS TV HD+" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",ZAGROS TV HD+ +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/48 +#EXTINF:-1 tvg-id="ZAGROSTVHDPlus.iq" tvg-name="ZAGROS TV HD+" tvg-country="IQ" tvg-language="" tvg-logo="" group-title="",ZAGROS TV HD+ +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/48.m3u8 diff --git a/channels/ir.m3u b/channels/ir.m3u index 07c079833..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 @@ -26,53 +24,53 @@ https://live.livestreamtv.ca/canadastartv/smil:canadastartv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="EBC1TV.ir" tvg-name="EBC1 TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.livefarsi.com/uploads/tv_image/ebc1-tv.jpg" group-title="Music",EBC1 TV (720p) https://vsn1-cdn-phx.icastcenter.com/EBC1/EBC1/playlist.m3u8 #EXTINF:-1 tvg-id="GEM24b.ir" tvg-name="GEM 24b" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i1.wp.com/www.irtv98.com/wp-content/uploads/2020/08/24b.png?resize=1335%2C844&ssl=1" group-title="Entertainment",GEM 24b [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/24b/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/24b/playlist.m3u8 #EXTINF:-1 tvg-id="GEMAcademy.ir" tvg-name="GEM Academy" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gemusa.png?14" group-title="Movies",GEM Academy [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_usa/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_usa/playlist.m3u8 #EXTINF:-1 tvg-id="GEMArabia.ir" tvg-name="GEM Arabia" tvg-country="IR" tvg-language="Arabic" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gem_arabia.png?14" group-title="Entertainment",GEM Arabia [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_arabia/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_arabia/playlist.m3u8 #EXTINF:-1 tvg-id="GEMAZ.ir" tvg-name="GEM AZ" tvg-country="IR" tvg-language="Persian" tvg-logo="https://irantechblog.files.wordpress.com/2019/09/gem-az.jpg" group-title="Entertainment",GEM AZ [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_az/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_az/playlist.m3u8 #EXTINF:-1 tvg-id="GEMBollywood.ir" tvg-name="GEM Bollywood" tvg-country="IR" tvg-language="Persian" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwngYiu1KZP_kImji9D0I57-kcflih6u6QQNgbAoz=s900-c-k-c0x00ffffff-no-rj" group-title="Movies",GEM Bollywood [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_bollywood/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_bollywood/playlist.m3u8 #EXTINF:-1 tvg-id="GEMClassic.ir" tvg-name="GEM Classic" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gem_az.png?14" group-title="Classic",GEM Classic [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_classic/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_classic/playlist.m3u8 #EXTINF:-1 tvg-id="GEMComedy.ir" tvg-name="GEM Comedy" tvg-country="IR" tvg-language="Persian" tvg-logo="http://tvlogo.xyz/iran/gem-comedy.png" group-title="Movies",GEM Comedy [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_comedy/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_comedy/playlist.m3u8 #EXTINF:-1 tvg-id="GEMDrama.ir" tvg-name="GEM Drama" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.parsatv.com/index_files/channels/gemdrama.png" group-title="Movies",GEM Drama [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_drama/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_drama/playlist.m3u8 #EXTINF:-1 tvg-id="GEMFilm.ir" tvg-name="GEM Film" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gem_film.png?14" group-title="Movies",GEM Film [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_film/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_film/playlist.m3u8 #EXTINF:-1 tvg-id="GEMFit.ir" tvg-name="GEM Fit" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.net/Assets/channels-box/gem_fit.png?14" group-title="Sports",GEM Fit [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_fit/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_fit/playlist.m3u8 #EXTINF:-1 tvg-id="GEMFood.ir" tvg-name="GEM Food" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gem_food.png?14" group-title="Cooking",GEM Food [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_food/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_food/playlist.m3u8 #EXTINF:-1 tvg-id="GEMJunior.ir" tvg-name="GEM Junior" tvg-country="IR" tvg-language="Persian" tvg-logo="https://static.wikia.nocookie.net/international-entertainment-project/images/5/58/GEM_Junior_%28Logo%29.jpg/revision/latest?cb=20161212140305" group-title="Kids",GEM Junior [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_junior/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_junior/playlist.m3u8 #EXTINF:-1 tvg-id="GEMKids.ir" tvg-name="GEM Kids" tvg-country="IR" tvg-language="Persian" tvg-logo="https://static.wikia.nocookie.net/international-entertainment-project/images/5/58/GEM_Junior_%28Logo%29.jpg/revision/latest?cb=20161212140305" group-title="Kids",GEM Kids [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_kids/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_kids/playlist.m3u8 #EXTINF:-1 tvg-id="GEMLatino.ir" tvg-name="GEM Latino" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.net/Assets/channels-box/gem_latino.png?14" group-title="Music",GEM Latino [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_latino/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_latino/playlist.m3u8 #EXTINF:-1 tvg-id="GEMLifeTV.ir" tvg-name="GEM Life TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gem_life.png?14" group-title="Music",GEM Life TV [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_life/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_life/playlist.m3u8 #EXTINF:-1 tvg-id="GEMMaxx.ir" tvg-name="GEM Maxx" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/maxx.png?14" group-title="Entertainment",GEM Maxx [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/maxx/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/maxx/playlist.m3u8 #EXTINF:-1 tvg-id="GEMMifa.ir" tvg-name="GEM Mifa" tvg-country="IR" tvg-language="Persian" tvg-logo="http://moreel.me/pic/gem/GEMMafia.gif" group-title="Entertainment",GEM Mifa [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/mifa/playlist_1920x1080_4500k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/mifa/playlist.m3u8 #EXTINF:-1 tvg-id="GEMNature.ir" tvg-name="GEM Nature" tvg-country="IR" tvg-language="Persian" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/ae-gem-nature-1212.jpg" group-title="Entertainment",GEM Nature [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_nature/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_nature/playlist.m3u8 #EXTINF:-1 tvg-id="GEMOnyx.ir" tvg-name="GEM Onyx" tvg-country="IR" tvg-language="Persian" tvg-logo="https://tvmany.com/logos/im64996" group-title="Music",GEM Onyx [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/onyx/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/onyx/playlist.m3u8 #EXTINF:-1 tvg-id="GEMProperty.ir" tvg-name="GEM Property" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/gem_property.png?14" group-title="Entertainment",GEM Property [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_property/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_property/playlist.m3u8 #EXTINF:-1 tvg-id="GEMRiver.ir" tvg-name="GEM River" tvg-country="IR" tvg-language="Persian" tvg-logo="https://www.gemonline.tv/Assets/channels-box/river.png?14" group-title="Entertainment",GEM River [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/river/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/river/playlist.m3u8 #EXTINF:-1 tvg-id="GEMSeries.ir" tvg-name="GEM Series" tvg-country="IR" tvg-language="Persian" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnj7XoA_0-cBBgQu18axtCsfYKv_2JIttywmrUfw=s900-c-k-c0x00ffffff-no-rj" group-title="Movies",GEM Series [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_series/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_series/playlist.m3u8 #EXTINF:-1 tvg-id="GEMTravel.ir" tvg-name="GEM Travel" tvg-country="IR" tvg-language="Persian" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSVOYMc7YZI7wTh9Pv57o9w5vrt8j6ITigGKw&usqp=CAU" group-title="Entertainment",GEM Travel [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_travel/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_travel/playlist.m3u8 #EXTINF:-1 tvg-id="GEMTv.ir" tvg-name="GEM Tv" tvg-country="IR" tvg-language="Persian" tvg-logo="https://media-exp1.licdn.com/dms/image/C4D0BAQEXJn2GhXCwrg/company-logo_200_200/0/1519922542997?e=2159024400&v=beta&t=aSDLR93A3W1bT5IjnzcojcMfTPNm1Uro97Tg5C28otM" group-title="Movies",GEM Tv [Geo-blocked] -https://d2e40kvaojifd6.cloudfront.net/stream/gem_tv/playlist_960x540_2000k.m3u8 +https://d2e40kvaojifd6.cloudfront.net/stream/gem_tv/playlist.m3u8 #EXTINF:-1 tvg-id="HispanTVIran.ir" tvg-name="Hispan TV Iran" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",Hispan TV Iran https://live1.presstv.com/live/hispan.m3u8 #EXTINF:-1 tvg-id="Hispantv.ir" tvg-name="HispanTV" tvg-country="IR" tvg-language="Spanish" tvg-logo="https://en.wikipedia.org/wiki/File:HispanTv_logo.svg" group-title="News",HispanTV (480p) @@ -80,15 +78,15 @@ https://live.presstv.com/live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HodHodTV.ir" tvg-name="HodHod TV" tvg-country="IR" tvg-language="" tvg-logo="https://i.imgur.com/TMxCgX1.jpg" group-title="",HodHod TV http://51.210.199.12/hls/stream.m3u8 #EXTINF:-1 tvg-id="iFILM.ir" tvg-name="iFILM" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",iFILM -http://185.236.230.222:8000/play/a04n +http://185.236.230.222:8000/play/a01n #EXTINF:-1 tvg-id="iFILMArabic.ir" tvg-name="iFILM Arabic" tvg-country="IR" tvg-language="Arabic" tvg-logo="https://i.imgur.com/RPwKZUD.jpg" group-title="Movies",iFILM Arabic (720p) -https://live.presstv.com/ifilmlive/smil:ifilmar.smil/playlist.m3u8 +https://live.presstv.ir/ifilmlive/smil:ifilmar.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="iFILMCINE.ir" tvg-name="iFILM CINE" tvg-country="IR" tvg-language="" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/ir-ifilm-4421.jpg" group-title="",iFILM CINE +https://live.presstv.ir/ifilmlive/smil:ifilmtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="iFILMEnglish.ir" tvg-name="iFILM English" tvg-country="IR" tvg-language="English" tvg-logo="https://i.imgur.com/GgmXZRU.png" group-title="Movies",iFILM English -https://live1.presstv.com/live/ifilmen.m3u8 -#EXTINF:-1 tvg-id="iFILMPersian1.ir" tvg-name="iFILM Persian 1" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/El4Ymh6.png" group-title="Movies",iFILM Persian 1 (720p) -https://live.presstv.com/ifilmlive/smil:ifilmtv.smil/playlist.m3u8 +https://live1.presstv.ir/live/ifilmen.m3u8 #EXTINF:-1 tvg-id="iFILMPersian2.ir" tvg-name="iFILM Persian 2" tvg-country="IR" tvg-language="Persian" tvg-logo="https://fa2.ifilmtv.com/img/test-final02.png" group-title="Movies",iFILM Persian 2 -https://live1.presstv.com/live/ifilm2.m3u8 +https://live1.presstv.ir/live/ifilm2.m3u8 #EXTINF:-1 tvg-id="ImamHusseinTV.ir" tvg-name="Imam Hussein TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/FPfq4O5.png" group-title="Religious",Imam Hussein TV 1 https://live.imamhossaintv.com/live/ih103/index.m3u8 #EXTINF:-1 tvg-id="INTVSimayeAzadi.ir" tvg-name="INTV Simaye Azadi" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/CTIINTk.png" group-title="",INTV Simaye Azadi (1080p) @@ -98,97 +96,95 @@ http://51.210.199.57/hls/stream.m3u8 #EXTINF:-1 tvg-id="IranInternational.ir" tvg-name="Iran International" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/oeiaea6.png" group-title="News",Iran International (1080p) https://live.playstop.me/LS-63503-4/index.m3u8 #EXTINF:-1 tvg-id="IRANKALA.ir" tvg-name="IRANKALA" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRANKALA -http://185.236.230.222:8000/play/a04k +http://185.236.230.222:8000/play/a01k +#EXTINF:-1 tvg-id="IRIBESHRAGH.ir" tvg-name="IRIB - ESHRAGH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB - ESHRAGH +http://185.236.230.222:8000/play/a006 #EXTINF:-1 tvg-id="IRIBAMOOZESH.ir" tvg-name="IRIB AMOOZESH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB AMOOZESH -http://185.236.230.222:8000/play/a04g +http://185.236.230.222:8000/play/a01g #EXTINF:-1 tvg-id="IRIBAZARBAYJAN.ir" tvg-name="IRIB AZARBAYJAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB AZARBAYJAN -http://185.236.230.222:8000/play/a05v +http://185.236.230.222:8000/play/a00e #EXTINF:-1 tvg-id="IRIBBUSHEHR.ir" tvg-name="IRIB BUSHEHR" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB BUSHEHR -http://185.236.230.222:8000/play/a057 +http://185.236.230.222:8000/play/a00u #EXTINF:-1 tvg-id="IRIBDENA.ir" tvg-name="IRIB DENA" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB DENA -http://185.236.230.222:8000/play/a058 +http://185.236.230.222:8000/play/a00v #EXTINF:-1 tvg-id="IRIBESFAHAN.ir" tvg-name="IRIB ESFAHAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB ESFAHAN -http://185.236.230.222:8000/play/a069 -#EXTINF:-1 tvg-id="IRIBESHRAGH.ir" tvg-name="IRIB ESHRAGH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB ESHRAGH -http://185.236.230.222:8000/play/a03g +http://185.236.230.222:8000/play/a00d #EXTINF:-1 tvg-id="IRIBFARS.ir" tvg-name="IRIB FARS" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB FARS -http://185.236.230.222:8000/play/a056 -#EXTINF:-1 tvg-id="IRIBKERMANSHAH.ir" tvg-name="IRIB KERMANSHAH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB KERMANSHAH -http://185.236.230.222:8000/play/a05x +http://185.236.230.222:8000/play/a00t #EXTINF:-1 tvg-id="IRIBKHJONOOBI.ir" tvg-name="IRIB KH.JONOOBI" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB KH.JONOOBI -http://185.236.230.222:8000/play/a06b +http://185.236.230.222:8000/play/a012 #EXTINF:-1 tvg-id="IRIBKHRAZAVI.ir" tvg-name="IRIB KH.RAZAVI" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB KH.RAZAVI -http://185.236.230.222:8000/play/a046 +http://185.236.230.222:8000/play/a013 #EXTINF:-1 tvg-id="IRIBKHSHOMALI.ir" tvg-name="IRIB KH.SHOMALI" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB KH.SHOMALI -http://185.236.230.222:8000/play/a047 +http://185.236.230.222:8000/play/a014 #EXTINF:-1 tvg-id="IRIBMAZANDARAN.ir" tvg-name="IRIB MAZANDARAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB MAZANDARAN -http://185.236.230.222:8000/play/a053 -#EXTINF:-1 tvg-id="IRIBMOSTANAD.ir" tvg-name="IRIB MOSTANAD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB MOSTANAD -http://185.236.230.222:8000/play/a04i +http://185.236.230.222:8000/play/a00j #EXTINF:-1 tvg-id="IRIBNAMAYESH.ir" tvg-name="IRIB NAMAYESH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB NAMAYESH -http://185.236.230.222:8000/play/a04l +http://185.236.230.222:8000/play/a01l #EXTINF:-1 tvg-id="IRIBNASIM.ir" tvg-name="IRIB NASIM" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB NASIM -http://185.236.230.222:8000/play/a04t +http://185.236.230.222:8000/play/a01t +#EXTINF:-1 tvg-id="IRIBOFOGH.ir" tvg-name="IRIB OFOGH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB OFOGH +http://185.236.230.222:8000/play/a01m #EXTINF:-1 tvg-id="IRIBQURAN.ir" tvg-name="IRIB QURAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB QURAN -http://185.236.230.222:8000/play/a04h +http://185.236.230.222:8000/play/a01h #EXTINF:-1 tvg-id="IRIBSAHAND.ir" tvg-name="IRIB SAHAND" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB SAHAND -http://185.236.230.222:8000/play/a05r +http://185.236.230.222:8000/play/a00z #EXTINF:-1 tvg-id="IRIBSALAMAT.ir" tvg-name="IRIB SALAMAT" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB SALAMAT -http://185.236.230.222:8000/play/a04s +http://185.236.230.222:8000/play/a01s #EXTINF:-1 tvg-id="IRIBSEMNAN.ir" tvg-name="IRIB SEMNAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB SEMNAN -http://185.236.230.222:8000/play/a03a +http://185.236.230.222:8000/play/a005 #EXTINF:-1 tvg-id="IRIBSEPEHR.ir" tvg-name="IRIB SEPEHR" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB SEPEHR -http://185.236.230.222:8000/play/a04u +http://185.236.230.222:8000/play/a01u #EXTINF:-1 tvg-id="IRIBTV1.ir" tvg-name="IRIB TV1" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB TV1 -http://185.236.230.222:8000/play/a04a +http://185.236.230.222:8000/play/a01a #EXTINF:-1 tvg-id="IRIBTV2.ir" tvg-name="IRIB TV2" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB TV2 -http://185.236.230.222:8000/play/a04b +http://185.236.230.222:8000/play/a01b #EXTINF:-1 tvg-id="IRIBTV3.ir" tvg-name="IRIB TV3" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB TV3 -http://185.236.230.222:8000/play/a04c -#EXTINF:-1 tvg-id="IRIB TV3 IR" tvg-name="IRIB TV3" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/xAdm6cB.png" group-title="General",IRIB TV3 (PersianLeague) +http://185.236.230.222:8000/play/a01c +#EXTINF:-1 tvg-id="IRIBTV3.ir" tvg-name="IRIB TV3" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/xAdm6cB.png" group-title="General",IRIB TV3 (PersianLeague) https://st.persianleague.com/live/tv3-hd/chunks.m3u8 #EXTINF:-1 tvg-id="IRIBTV4.ir" tvg-name="IRIB TV4" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB TV4 -http://185.236.230.222:8000/play/a04d +http://185.236.230.222:8000/play/a01d #EXTINF:-1 tvg-id="IRIBTV5.ir" tvg-name="IRIB TV5" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB TV5 -http://185.236.230.222:8000/play/a04e +http://185.236.230.222:8000/play/a01e #EXTINF:-1 tvg-id="IRIBVARZESH.ir" tvg-name="IRIB VARZESH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB VARZESH -http://185.236.230.222:8000/play/a04q +http://185.236.230.222:8000/play/a01q #EXTINF:-1 tvg-id="IRIBVarzesh.ir" tvg-name="IRIB Varzesh" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",IRIB Varzesh (1080p) http://cdn1.live.irib.ir:1935/live-channels/smil:varzesh/playlist.m3u8 #EXTINF:-1 tvg-id="IRIBYAZD.ir" tvg-name="IRIB YAZD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB YAZD -http://185.236.230.222:8000/play/a062 +http://185.236.230.222:8000/play/a004 #EXTINF:-1 tvg-id="IRIBAFLAK.ir" tvg-name="IRIB-AFLAK" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-AFLAK -http://185.236.230.222:8000/play/a05g +http://185.236.230.222:8000/play/a00w #EXTINF:-1 tvg-id="IRIBAFTAB.ir" tvg-name="IRIB-AFTAB" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-AFTAB -http://185.236.230.222:8000/play/a05n +http://185.236.230.222:8000/play/a00q #EXTINF:-1 tvg-id="IRIBBARAN.ir" tvg-name="IRIB-BARAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-BARAN -http://185.236.230.222:8000/play/a05d -#EXTINF:-1 tvg-id="IRIBESFAHAN.ir" tvg-name="IRIB-ESFAHAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-ESFAHAN -http://185.236.230.222:8000/play/a068 +http://185.236.230.222:8000/play/a00m #EXTINF:-1 tvg-id="IRIBGOLESTAN.ir" tvg-name="IRIB-GOLESTAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-GOLESTAN -http://185.236.230.222:8000/play/a055 +http://185.236.230.222:8000/play/a00i #EXTINF:-1 tvg-id="IRIBHAMEDAN.ir" tvg-name="IRIB-HAMEDAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-HAMEDAN -http://185.236.230.222:8000/play/a05q +http://185.236.230.222:8000/play/a00p #EXTINF:-1 tvg-id="IRIBHAMOON.ir" tvg-name="IRIB-HAMOON" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-HAMOON -http://185.236.230.222:8000/play/a03k +http://185.236.230.222:8000/play/a017 #EXTINF:-1 tvg-id="IRIBILAM.ir" tvg-name="IRIB-ILAM" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-ILAM -http://185.236.230.222:8000/play/a06a +http://185.236.230.222:8000/play/a00f #EXTINF:-1 tvg-id="IRIBJAHANBIN.ir" tvg-name="IRIB-JAHANBIN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-JAHANBIN -http://185.236.230.222:8000/play/a03b +http://185.236.230.222:8000/play/a00c #EXTINF:-1 tvg-id="IRIBKerman.ir" tvg-name="IRIB-Kerman" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-Kerman -http://185.236.230.222:8000/play/a064 +http://185.236.230.222:8000/play/a016 +#EXTINF:-1 tvg-id="IRIBKermanshah.ir" tvg-name="IRIB-Kermanshah" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-Kermanshah +http://185.236.230.222:8000/play/a00g #EXTINF:-1 tvg-id="IRIBKhalijefars.ir" tvg-name="IRIB-Khalijefars" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-Khalijefars -http://185.236.230.222:8000/play/a03j +http://185.236.230.222:8000/play/a018 #EXTINF:-1 tvg-id="IRIBKHOOZESTAN.ir" tvg-name="IRIB-KHOOZESTAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-KHOOZESTAN -http://185.236.230.222:8000/play/a05h +http://185.236.230.222:8000/play/a00x #EXTINF:-1 tvg-id="IRIBKORDESTAN.ir" tvg-name="IRIB-KORDESTAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-KORDESTAN -http://185.236.230.222:8000/play/a061 +http://185.236.230.222:8000/play/a00h #EXTINF:-1 tvg-id="IRIBNOOR.ir" tvg-name="IRIB-NOOR" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-NOOR -http://185.236.230.222:8000/play/a05l +http://185.236.230.222:8000/play/a00o #EXTINF:-1 tvg-id="IRIBQazvin.ir" tvg-name="IRIB-Qazvin" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRIB-Qazvin -http://185.236.230.222:8000/play/a03q +http://185.236.230.222:8000/play/a00n #EXTINF:-1 tvg-id="IRINN.ir" tvg-name="IRINN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",IRINN -http://185.236.230.222:8000/play/a04f +http://185.236.230.222:8000/play/a01f #EXTINF:-1 tvg-id="ITNTV.ir" tvg-name="ITN TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://upload.wikimedia.org/wikipedia/en/1/12/Iran_TV_Network.png" group-title="Entertainment",ITN TV (480p) https://2nbyjjx7y53k-hls-live.5centscdn.com/031820/ba22796be201dee03c46a9b0ada66145.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.ir" tvg-name="Kalemeh TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/HQjLbwm.png" group-title="Religious",Kalemeh TV (1080p) @@ -203,18 +199,20 @@ https://d2e40kvaojifd6.cloudfront.net/stream/modern_economy/playlist_960x540_200 http://204.11.235.251:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="MohabatTV.ir" tvg-name="Mohabat TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/r1VblfT.png" group-title="Religious",Mohabat TV (540p) https://5acf9f9415a10.streamlock.net:443/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MOSTANADHDMP4.ir" tvg-name="MOSTANAD HD MP4" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",MOSTANAD HD MP4 -http://185.236.230.222:8000/play/a04x -#EXTINF:-1 tvg-id="OFOGH.ir" tvg-name="OFOGH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",OFOGH -http://185.236.230.222:8000/play/a04m +#EXTINF:-1 tvg-id="MOSTANAD.ir" tvg-name="MOSTANAD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",MOSTANAD +http://185.236.230.222:8000/play/a01i +#EXTINF:-1 tvg-id="MOSTANADHD.ir" tvg-name="MOSTANAD HD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",MOSTANAD HD +http://185.236.230.222:8000/play/a01x #EXTINF:-1 tvg-id="OMID.ir" tvg-name="OMID" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",OMID -http://185.236.230.222:8000/play/a04j +http://185.236.230.222:8000/play/a01j #EXTINF:-1 tvg-id="OXIRTV.ir" tvg-name="OXIR TV" tvg-country="IR" tvg-language="" tvg-logo="https://i.imgur.com/q3cxxW3.jpg" group-title="",OXIR TV http://51.210.199.36/hls/stream.m3u8 #EXTINF:-1 tvg-id="ParnianTV.ir" tvg-name="Parnian TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/ca-parnian-tv-9509.jpg" group-title="",Parnian TV https://live2.parnian.tv/hls/live/play.m3u8 #EXTINF:-1 tvg-id="ParsTV.ir" tvg-name="Pars TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/EKS7sPr.png" group-title="",Pars TV (240p) https://livestream.5centscdn.com/cls032817/18e2bf34e2035dbabf48ee2db66405ce.sdp/index.m3u8 +#EXTINF:-1 tvg-id="PayamJavanTV.ir" tvg-name="Payam Javan TV" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",Payam Javan TV +https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/chunklist_w1355976606.m3u8 #EXTINF:-1 tvg-id="PayamJavanTV.ir" tvg-name="Payam Javan TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://payamjavan.com/wp-content/uploads/2019/05/logo-Payam-Javan.png" group-title="Entertainment",Payam Javan TV (720p) https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="PayvandTV.ir" tvg-name="Payvand TV" tvg-country="IR" tvg-language="Persian" tvg-logo="http://nebula.wsimg.com/e903234fabf798439adab0207277eb7b?AccessKeyId=2686ECEA8341253D570E&disposition=0&alloworigin=1" group-title="Religious",Payvand TV (720p) @@ -226,88 +224,50 @@ http://iptv.tapesh.tv/tapesh/playlist1/index.m3u8 #EXTINF:-1 tvg-id="PMC.ir" tvg-name="PMC" tvg-country="IR" tvg-language="Persian" tvg-logo="https://upload.wikimedia.org/wikipedia/en/1/1f/Persian_Media_Corporation.jpg" group-title="Music",PMC https://hls.pmchd.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="POUYA.ir" tvg-name="POUYA" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",POUYA -http://185.236.230.222:8000/play/a04r +http://185.236.230.222:8000/play/a01r #EXTINF:-1 tvg-id="PressTV.ir" tvg-name="Press TV" tvg-country="IR" tvg-language="English" tvg-logo="https://i.imgur.com/TNQKahI.png" group-title="News",Press TV English (720p) -https://live.presstv.com/liveprs/smil:liveprs/playlist.m3u8 -#EXTINF:-1 tvg-id="RAADIONAMAHAMEDAN.ir" tvg-name="RAADIO NAMA HAMEDAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RAADIO NAMA HAMEDAN -http://185.236.230.222:8000/play/a05m +https://live.presstv.ir/liveprs/smil:liveprs/playlist.m3u8 +#EXTINF:-1 tvg-id="PressTV.ir" tvg-name="Press TV" tvg-country="IR" tvg-language="English" tvg-logo="https://i.imgur.com/TNQKahI.png" group-title="News",Press TV French (720p) +https://live1.presstv.ir/live/presstvfr/index.m3u8 #EXTINF:-1 tvg-id="RadioFarda.ir" tvg-name="Radio Farda" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/NqTGH0Q.png" group-title="",Radio Farda (576p) https://rfe-lh.akamaihd.net/i/rfe_tvmc1@383622/master.m3u8 -#EXTINF:-1 tvg-id="RadioFARS.ir" tvg-name="Radio FARS" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio FARS -http://185.236.230.222:8000/play/a05c #EXTINF:-1 tvg-id="RadioJavanTV.ir" tvg-name="Radio Javan TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/4XTyMST.jpg" group-title="Music",Radio Javan TV (720p) -https://stream.rjtv.stream/live/smil:rjtv.smil/chunklist_w365906041_b1992000.m3u8 -#EXTINF:-1 tvg-id="RadioJavanTV.ir" tvg-name="Radio Javan TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/4XTyMST.jpg" group-title="Music",Radio Javan TV (1080p) -https://stream.rjtv.stream/live/smil:rjtv.smil/chunklist_w365906041_b2892000.m3u8 -#EXTINF:-1 tvg-id="RadioJavanTV.ir" tvg-name="Radio Javan TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/4XTyMST.jpg" group-title="Music",Radio Javan TV (360p) -https://stream.rjtv.stream/live/smil:rjtv.smil/chunklist_w365906041_b746000.m3u8 -#EXTINF:-1 tvg-id="RadioNamaArdebil.ir" tvg-name="Radio Nama Ardebil" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio Nama Ardebil -http://185.236.230.222:8000/play/a05s -#EXTINF:-1 tvg-id="RADIONAMAAZARBAYJANEGHARBI.ir" tvg-name="RADIO NAMA AZARBAYJANE GHARBI" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA AZARBAYJANE GHARBI -http://185.236.230.222:8000/play/a05w -#EXTINF:-1 tvg-id="RADIONAMABUSHEHR.ir" tvg-name="RADIO NAMA BUSHEHR" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA BUSHEHR -http://185.236.230.222:8000/play/a05a -#EXTINF:-1 tvg-id="RADIONAMAFARS.ir" tvg-name="RADIO NAMA FARS" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA FARS -http://185.236.230.222:8000/play/a059 -#EXTINF:-1 tvg-id="RADIONAMAGORGAN.ir" tvg-name="RADIO NAMA GORGAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA GORGAN -http://185.236.230.222:8000/play/a052 -#EXTINF:-1 tvg-id="RadioNamaKerman.ir" tvg-name="Radio Nama Kerman" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio Nama Kerman -http://185.236.230.222:8000/play/a067 -#EXTINF:-1 tvg-id="RADIONAMAKERMANSHAH.ir" tvg-name="RADIO NAMA KERMANSHAH" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA KERMANSHAH -http://185.236.230.222:8000/play/a060 -#EXTINF:-1 tvg-id="RADIONAMAKHOOZESTAN.ir" tvg-name="RADIO NAMA KHOOZESTAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA KHOOZESTAN -http://185.236.230.222:8000/play/a05j -#EXTINF:-1 tvg-id="RADIONAMAMAZANDARAN.ir" tvg-name="RADIO NAMA MAZANDARAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA MAZANDARAN -http://185.236.230.222:8000/play/a054 -#EXTINF:-1 tvg-id="RADIONAMAQAZVIN.ir" tvg-name="RADIO NAMA QAZVIN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA QAZVIN -http://185.236.230.222:8000/play/a05e -#EXTINF:-1 tvg-id="RADIONAMAQOM.ir" tvg-name="RADIO NAMA QOM" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA QOM -http://185.236.230.222:8000/play/a05o -#EXTINF:-1 tvg-id="RADIONAMATABRIZ.ir" tvg-name="RADIO NAMA TABRIZ" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA TABRIZ -http://185.236.230.222:8000/play/a05t -#EXTINF:-1 tvg-id="RADIONAMAYAZD.ir" tvg-name="RADIO NAMA YAZD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA YAZD -http://185.236.230.222:8000/play/a063 -#EXTINF:-1 tvg-id="RadioNamaZAHEDAN.ir" tvg-name="Radio Nama ZAHEDAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio Nama ZAHEDAN -http://185.236.230.222:8000/play/a065 -#EXTINF:-1 tvg-id="RADIONAMAILAM.ir" tvg-name="RADIO NAMA- ILAM" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIO NAMA- ILAM -http://185.236.230.222:8000/play/a05z -#EXTINF:-1 tvg-id="RadioNamaKurdistan.ir" tvg-name="Radio-Nama-Kurdistan" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio-Nama-Kurdistan -http://185.236.230.222:8000/play/a05y -#EXTINF:-1 tvg-id="RadioNamaLORESTAN.ir" tvg-name="Radio-Nama-LORESTAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio-Nama-LORESTAN -http://185.236.230.222:8000/play/a05i -#EXTINF:-1 tvg-id="RadioNamaMarkazi.ir" tvg-name="Radio-Nama-Markazi" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radio-Nama-Markazi -http://185.236.230.222:8000/play/a05p -#EXTINF:-1 tvg-id="RadionamaGuilan.ir" tvg-name="Radionama Guilan" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",Radionama Guilan -http://185.236.230.222:8000/play/a05f -#EXTINF:-1 tvg-id="radionamaKHALIJEFARS.ir" tvg-name="radionama KHALIJEFARS" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",radionama KHALIJEFARS -http://185.236.230.222:8000/play/a066 -#EXTINF:-1 tvg-id="RADIONAMAKOHGILUYEVABOYERAHMAD.ir" tvg-name="RADIONAMA KOHGILUYE VA BOYERAHMAD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",RADIONAMA KOHGILUYE VA BOYERAHMAD -http://185.236.230.222:8000/play/a05b +https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RangarangTV.ir" tvg-name="Rangarang TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/s5yF9aU.jpg" group-title="",Rangarang TV (720p) https://iptv.rangarang.us/live/playlist.m3u8 #EXTINF:-1 tvg-id="SABALAN.ir" tvg-name="SABALAN" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",SABALAN -http://185.236.230.222:8000/play/a06c +http://185.236.230.222:8000/play/a010 #EXTINF:-1 tvg-id="sahar.ir" tvg-name="sahar" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",sahar (240p) http://cdnlive.irib.ir/live-channels/smil:sahar3/playlist.m3u8 -#EXTINF:-1 tvg-id="SAHARKURDI.ir" tvg-name="SAHAR KURDI" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",SAHAR KURDI +#EXTINF:-1 tvg-id="SAHARKURDI.ir" tvg-name="SAHAR KURDI" tvg-country="IR" tvg-language="Kurdish" tvg-logo="" group-title="",SAHAR KURDI http://163.172.39.215:25461/line/C4@!a3a1@!w72A/56 #EXTINF:-1 tvg-id="SHOMA.ir" tvg-name="SHOMA" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",SHOMA -http://185.236.230.222:8000/play/a04p +http://185.236.230.222:8000/play/a01p +#EXTINF:-1 tvg-id="SL1.ir" tvg-name="SL 1" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/n9cuM2W.jpg" group-title="",SL 1 +http://51.210.199.3/hls/stream.m3u8 +#EXTINF:-1 tvg-id="SL2.ir" tvg-name="SL 2" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/BVuUx5R.jpg" group-title="",SL 2 +http://51.210.199.2/hls/stream.m3u8 +#EXTINF:-1 tvg-id="SNN.ir" tvg-name="SNN TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/SNN_Logo.svg/320px-SNN_Logo.svg.png" group-title="Entertainment",SNN TV +https://live.snn.ir/hls/snn/index.m3u8 #EXTINF:-1 tvg-id="T2TV.ir" tvg-name="T2 TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/BwyQR6n.png" group-title="Music",T2 TV http://208.113.204.104:8123/live/tapesh-live-stream/index.m3u8 #EXTINF:-1 tvg-id="TAMASHA.ir" tvg-name="TAMASHA" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",TAMASHA -http://185.236.230.222:8000/play/a04o -#EXTINF:-1 tvg-id="TAMASHAHDMP4.ir" tvg-name="TAMASHA HD MP4" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",TAMASHA HD MP4 -http://185.236.230.222:8000/play/a04v +http://185.236.230.222:8000/play/a01o +#EXTINF:-1 tvg-id="TAMASHAHD.ir" tvg-name="TAMASHA HD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",TAMASHA HD +http://185.236.230.222:8000/play/a01v #EXTINF:-1 tvg-id="TBNNejatTV.ir" tvg-name="TBN Nejat TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://nejattv.org/assets/img/tbn-nejat-logo.png" group-title="",TBN Nejat TV (540p) https://api.new.livestream.com/accounts/27460990/events/8266913/live.m3u8 #EXTINF:-1 tvg-id="TV3HD.ir" tvg-name="TV3 HD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",TV3 HD -http://185.236.230.222:8000/play/a04w +http://185.236.230.222:8000/play/a01w #EXTINF:-1 tvg-id="VARZESH.ir" tvg-name="VARZESH" tvg-country="IR" tvg-language="" tvg-logo="" group-title="",VARZESH (1080p) http://cdn1.live.irib.ir:1935/channel-live/smil:varzesh/playlist.m3u8 -#EXTINF:-1 tvg-id="VARZESHHDMP4.ir" tvg-name="VARZESH HD MP4" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",VARZESH HD MP4 -http://185.236.230.222:8000/play/a04y +#EXTINF:-1 tvg-id="VARZESHHD.ir" tvg-name="VARZESH HD" tvg-country="IR" tvg-language="Persian" tvg-logo="" group-title="",VARZESH HD +http://185.236.230.222:8000/play/a01y #EXTINF:-1 tvg-id="VARZESHTVFARSI.ir" tvg-name="VARZESH TV FARSI" tvg-country="IR" tvg-language="" tvg-logo="https://i.imgur.com/ADQM8Pk.png" group-title="",VARZESH TV FARSI [Not 24/7] http://51.210.199.16/hls/stream.m3u8 +#EXTINF:-1 tvg-id="VOX1.ir" tvg-name="VOX1" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/OFuIRFI.jpg" group-title="",VOX1 +http://51.210.199.8/hls/stream.m3u8 +#EXTINF:-1 tvg-id="VOX2.ir" tvg-name="VOX2" tvg-country="IR" tvg-language="Persian" tvg-logo="https://i.imgur.com/DN5wvFg.jpg" group-title="",VOX2 +http://51.210.199.9/hls/stream.m3u8 #EXTINF:-1 tvg-id="YourTimeTV.ir" tvg-name="YourTime TV" tvg-country="IR" tvg-language="Persian" tvg-logo="https://yourtime.tv/img/utv-logo.png" group-title="Entertainment",YourTime TV https://hls.yourtime.live/hls/stream.m3u8 diff --git a/channels/it.m3u b/channels/it.m3u index 2c605e60e..01887822c 100644 --- a/channels/it.m3u +++ b/channels/it.m3u @@ -27,16 +27,16 @@ https://atresmedia-atreseries-1-it.samsung.wurl.com/manifest/playlist.m3u8 https://59d7d6f47d7fc.streamlock.net/auroraarte/auroraarte/chunklist.m3u8 #EXTINF:-1 tvg-id="AzzurraTV.it" tvg-name="Azzurra TV" tvg-country="IT" tvg-language="Italian" tvg-logo="http://www.vcoazzurratv.it/images/1_tg_loghi/logo_vcoazzurratv_old_03.png" group-title="",Azzurra TV (576p) https://sb.top-ix.org/avtvlive/streaming/playlist.m3u8 -#EXTINF:-1 tvg-id="BigName.it" tvg-name="Big Name" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/hChduSn.png" group-title="",Big Name (720p) -https://alchimie-big-names-3-it.samsung.wurl.com/manifest/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 #EXTINF:-1 tvg-id="BrindiamoChannel.it" tvg-name="Brindiamo Channel" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/9eJ3dVa.jpg" group-title="",Brindiamo Channel (720p) https://okproductions-brindiamochannel-1-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="CafeTV24.it" tvg-name="CafeTV24" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/Ta05IbG.jpg" group-title="",CafeTV24 +https://srvx1.selftv.video/cafe/live/playlist.m3u8 #EXTINF:-1 tvg-id="CafeTV24.it" tvg-name="CafรจTV24" tvg-country="IT" tvg-language="Italian" tvg-logo="http://www.jennigandolfi.com/wp-content/uploads/2018/04/LOGO-CAFETV24-2018_01_12-15_26_50-UTC.png" group-title="",CafรจTV24 (720p) http://srv3.meway.tv:1957/cafe/live/playlist.m3u8 #EXTINF:-1 tvg-id="CameradeiDeputativiaRR.it" tvg-name="Camera dei Deputati (via RR)" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Camera dei Deputati (via RR) (240p) @@ -53,10 +53,8 @@ https://59d7d6f47d7fc.streamlock.net/canale2/canale2/chunklist.m3u8 https://59d7d6f47d7fc.streamlock.net/canale2/canale2/chunklist_w811855890.m3u8 #EXTINF:-1 tvg-id="Canale2Altamura.it" tvg-name="Canale 2 Altamura" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/uh4R5Ih.png" group-title="",Canale 2 Altamura (576p) https://59d7d6f47d7fc.streamlock.net/canale2/canale2/playlist.m3u8 -#EXTINF:-1 tvg-id="Canale21Campania.it" tvg-name="Canale 21 Campania" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/mU6Cq89.png" group-title="",Canale 21 Campania (480p) -https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Canale21Lazio.it" tvg-name="Canale 21 Lazio" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/mU6Cq89.png" group-title="",Canale 21 Lazio (480p) -https://stream.mariatvcdn.com/canaleventunodue/61d14e72c90980498c9d7cee64fde847.sdp/playlist.m3u8 +https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Canale5.it" tvg-name="Canale 5" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/0/02/Canale_5_-_2018_logo.svg" group-title="",Canale 5 http://194.76.186.69:8000/play/a00f #EXTINF:-1 tvg-id="Canale5.it" tvg-name="Canale 5" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/0/02/Canale_5_-_2018_logo.svg" group-title="",Canale 5 [Geo-blocked] @@ -71,6 +69,8 @@ http://wms.shared.streamshow.it:1935/canale7/canale7/live.m3u8 http://wms.shared.streamshow.it/canale8/mp4:canale8/playlist.m3u8 #EXTINF:-1 tvg-id="Canale8.it" tvg-name="Canale 8" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/c/cc/LogoCanale8.jpg" group-title="",Canale 8 (480p) http://wms.shared.streamshow.it:80/canale8/canale8/playlist.m3u8 +#EXTINF:-1 tvg-id="CanaleEuropa.it" tvg-name="Canale Europa" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Canale Europa +https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="CanaleItalia83.it" tvg-name="Canale Italia 83" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/9VY1Kor.jpg" group-title="",Canale Italia 83 (576p) http://ovp-live.akamaized.net/ac024_live/video1/playlist.m3u8 #EXTINF:-1 tvg-id="CarinaTV.it" tvg-name="Carina TV" tvg-country="IT" tvg-language="Italian" tvg-logo="http://www.altrostudio.tv/images/portfolio/carinatv.jpg" group-title="",Carina TV (480p) @@ -83,10 +83,8 @@ 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="ClassicalHarmony.it" tvg-name="Classical Harmony" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/JQaZblm.jpg" group-title="",Classical Harmony (720p) -https://alchimie-classical-harmony-2-it.samsung.wurl.com/manifest/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 #EXTINF:-1 tvg-id="CompanyTV.it" tvg-name="Company TV" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="Music",Company TV (720p) @@ -101,21 +99,17 @@ http://deejay_tv-lh.akamaihd.net/i/DeejayTv_1@129866/index_600_av-p.m3u8 https://deejay_tv-lh.akamaihd.net/i/DeejayTv_1@129866/master.m3u8 #EXTINF:-1 tvg-id="DonnaShopping.it" tvg-name="Donna Shopping" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="Shop",Donna Shopping (360p) https://media.streambrothers.com:1936/8038/8038/playlist.m3u8 -#EXTINF:-1 tvg-id="DuckTV.it" tvg-name="Duck TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/Qw8x6Os.png" group-title="",Duck TV (720p) -https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="EliveBresciaTV.it" tvg-name="Elive Brescia TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Elive Brescia TV (720p) http://59d7d6f47d7fc.streamlock.net:1935/elivebresciatv/elivebresciatv/playlist.m3u8 #EXTINF:-1 tvg-id="EliveTVBrescia.it" tvg-name="Elive TV Brescia" tvg-country="IT" tvg-language="Italian" tvg-logo="https://www.elivebrescia.tv/wp-content/uploads/2018/09/Logo_nuovo_CLAIM.png" group-title="",Elive TV Brescia (720p) https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8 -#EXTINF:-1 tvg-id="EntellaTV.it" tvg-name="Entella TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Entella TV (720p) +#EXTINF:-1 tvg-id="EntellaTV.it" tvg-name="Entella TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Entella TV (720p) [Not 24/7] https://5f22d76e220e1.streamlock.net/EntellaTV/EntellaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="EspansioneTVComo.it" tvg-name="Espansione TV Como" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/G3TdZAi.jpg" group-title="",Espansione TV Como (720p) -https://srvx1.selftv.video/espansione/live/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) 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 @@ -133,8 +127,6 @@ http://151.0.207.99:1935/GoldTV/GOLD_17/playlist.m3u8 http://4k-server-mia.2cdn.eu/HilandoFinoTV/ngrp:HilandoFinoTV_all/playlist.m3u8 #EXTINF:-1 tvg-id="HistoryLab.it" tvg-name="History Lab" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/9D754nx.png" group-title="",History Lab (270p) https://5929b138b139d.streamlock.net/HistoryLab/livestream/playlis.m3u8 -#EXTINF:-1 tvg-id="Humanity.it" tvg-name="Humanity" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/DFjN26b.jpg" group-title="",Humanity (720p) -https://alchimie-humanity-3-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="IcaroTV.it" tvg-name="Icaro TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/nWBWzNy.png" group-title="",Icaro TV (720p) https://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8 #EXTINF:-1 tvg-id="Iris.it" tvg-name="Iris" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="",Iris [Geo-blocked] @@ -197,16 +189,12 @@ 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="MMATV.it" tvg-name="MMA TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/MYoNHMg.png" group-title="",MMA TV (720p) -https://alchimie-mmatv-2-it.samsung.wurl.com/manifest/playlist.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="Moods.it" tvg-name="Moods" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/zSdsBGc.jpg" group-title="",Moods (720p) -https://alchimie-moods-2-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 #EXTINF:-1 tvg-id="MotorTV.it" tvg-name="Motor TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/muS5HF5.jpg" group-title="",Motor TV (720p) https://motorsportnetwork-motor1tv-1-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MySurfTV.it" tvg-name="My Surf TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/byD2nrE.png" group-title="",My Surf TV (720p) -https://alchimie-mysurf-2-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="NoveIT.it" tvg-name="Nove IT" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/ADGbwMY.png" group-title="",Nove IT (720p) https://sbshdlu5-lh.akamaihd.net/i/sbshdl_3@810997/master.m3u8 #EXTINF:-1 tvg-id="NSL.it" tvg-name="NSL" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/WmnmG2D.jpeg" group-title="",NSL (1080p) @@ -223,8 +211,6 @@ https://56972e8bd3345.streamlock.net/TRPP_live/smil:bcffcc98-ac2f-4b73-b0a5-ad1b https://59ef7ad665d1d.streamlock.net:1443/paradisetv/_definst_/paradisetv/playlist.m3u8 #EXTINF:-1 tvg-id="ParolediVita.it" tvg-name="Parole di Vita" tvg-country="IT" tvg-language="Italian" tvg-logo="" group-title="",Parole di Vita (720p) https://5db313b643fd8.streamlock.net:443/Paroledivita/Paroledivita/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.it" 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="PescaraTV.it" tvg-name="Pescara TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/PHmQHas.png" group-title="",Pescara TV http://193.70.81.40:1935/pescaratv/_definst_/pescaratv/chunklist.m3u8 #EXTINF:-1 tvg-id="PrimaTivvu.it" tvg-name="Prima Tivvu" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/WBYb7DV.jpg" group-title="",Prima Tivvu @@ -233,8 +219,6 @@ https://streamtech-entrypoint.com:5443/LiveApp/streams/608806443178813216408994. https://streamtechglobal.akamaized.net/hls/live/2024751/primativvu/Group02/playlist.m3u8 #EXTINF:-1 tvg-id="Primocanale.it" tvg-name="Primocanale" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/ltoMTJV.png" group-title="",Primocanale (1080p) https://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.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) -https://qrg.akamaized.net/hls/live/2017383/lsqvc1it/master.m3u8 #EXTINF:-1 tvg-id="R101ItaliaIT.it" tvg-name="R 101 Italia IT" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",R 101 Italia IT (576p) https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(er)/index.m3u8 #EXTINF:-1 tvg-id="R101.it" tvg-name="R101" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/R101_-_Logo_2015.svg/1010px-R101_-_Logo_2015.svg.png" group-title="",R101 (576p) @@ -257,8 +241,6 @@ http://wms.shared.streamshow.it/canale51/canale51/playlist.m3u8 http://178.32.140.155/canale51/canale51/playlist.m3u8 #EXTINF:-1 tvg-id="RADIOALLOSTATOPUROM20FITALIA.it" tvg-name="RADIO ALLO STATO PURO M20 FITALIA" tvg-country="IT" tvg-language="" tvg-logo="https://www.fm-world.it/data/uploads/2017/11/m2oradio.jpg" group-title="",RADIO ALLO STATO PURO M20 FITALIA https://radiom2o-lh.akamaihd.net/i/RadioM2o_Live_1@42518/index_96_a-p.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="RadioBelllaMonellaTV.it" tvg-name="Radio Bellla&Monella TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://static-co.radio.net/images/broadcasts/c4/32/10868/c300.png" group-title="Music",Radio Bellla&Monella TV (720p) -https://58d921499d3d3.streamlock.net/RadioBelllaemonellaTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioBirikinaTV.it" tvg-name="Radio Birikina TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Radio Birikina TV [Not 24/7] http://56b50ada2d659.streamlock.net:1935/RadioBirikinaTV/livestream/chunklist.m3u8 #EXTINF:-1 tvg-id="RadioBirikinaTV.it" tvg-name="Radio Birikina TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/kzvsNo2.png" group-title="",Radio Birikina TV (720p) [Not 24/7] @@ -315,8 +297,6 @@ http://api.new.livestream.com/accounts/11463451/events/3679884/live.m3u8 https://5ce9406b73c33.streamlock.net/RSD/ngrp:livestream_all/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTaorminaSicilia.it" tvg-name="Radio Taormina Sicilia" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/SrhtocV.png" group-title="",Radio Taormina Sicilia (720p) https://stream2.xdevel.com/video1s3-7/stream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioUniversalTVCatania.it" tvg-name="Radio Universal TV Catania" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/9Zess4Q.png" group-title="",Radio Universal TV Catania (576p) -http://flash2.streaming.xdevel.com:80/radiouniversaltv/radiouniversaltv/playlist.m3u8 #EXTINF:-1 tvg-id="RadioZeta.it" tvg-name="Radio Zeta" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Radio_Zeta_-_Logo_2020.svg/1024px-Radio_Zeta_-_Logo_2020.svg.png" group-title="",Radio Zeta (432p) https://rtl-video3-stream.thron.com/live-video/video3/ngrp:video3/playlist.m3u8 #EXTINF:-1 tvg-id="Radiofreccia.it" tvg-name="Radiofreccia" tvg-country="IT" tvg-language="Italian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/b/b1/Logo-freccia-no-claim-black.png" group-title="",Radiofreccia (432p) @@ -376,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 @@ -430,8 +410,6 @@ https://sb.top-ix.org/retebiella/streaming/playlist.m3u8 https://5926fc9c7c5b2.streamlock.net/9094/9094/playlist.m3u8 #EXTINF:-1 tvg-id="Retemia.it" tvg-name="Retemia" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/3M5wGVg.png" group-title="",Retemia (720p) https://5db313b643fd8.streamlock.net/Retemia/Retemia/playlist.m3u8 -#EXTINF:-1 tvg-id="RetesoleLazio.it" tvg-name="Retesole Lazio" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/KjqkwTl.png" group-title="",Retesole Lazio (240p) -http://5c389faa13be3.streamlock.net:1935/8056/8056/playlist.m3u8 #EXTINF:-1 tvg-id="RetesoleLazio.it" tvg-name="Retesole Lazio" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/vvVgZN2.png" group-title="",Retesole Lazio (240p) http://5c389faa13be3.streamlock.net:1935/8058/8058/playlist.m3u8 #EXTINF:-1 tvg-id="Reteveneta.it" tvg-name="Reteveneta" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Reteveneta @@ -468,12 +446,16 @@ 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="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 #EXTINF:-1 tvg-id="Studio100.it" tvg-name="Studio 100" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/Z5yAwUO.jpg" group-title="",Studio 100 https://59d8c0cee6f3d.streamlock.net/studio100ta/studio100ta/chunklist_w807820603.m3u8 #EXTINF:-1 tvg-id="Studio100Puglia.it" tvg-name="Studio 100 Puglia" tvg-country="IT" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Logoicona.png/200px-Logoicona.png" group-title="",Studio 100 Puglia (480p) http://wms.shared.streamshow.it:1935/studio100ta/studio100ta/playlist.m3u8 +#EXTINF:-1 tvg-id="Super.it" tvg-name="Super" 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="",Super +https://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@357018/index_800_av-p.m3u8 #EXTINF:-1 tvg-id="SuperJTV.it" tvg-name="Super J TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Super J TV (720p) https://54627d4fc5996.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8 #EXTINF:-1 tvg-id="SuperJTVTeramo.it" tvg-name="Super J TV Teramo" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/H3uItqg.png" group-title="",Super J TV Teramo @@ -488,7 +470,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 @@ -504,7 +486,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 @@ -540,6 +522,8 @@ http://wms.shared.streamshow.it/telemia/mp4:telemia/playlist.m3u8 http://wms.shared.streamshow.it:80/telemia/telemia/playlist.m3u8 #EXTINF:-1 tvg-id="Telemolise.it" tvg-name="Telemolise" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/aTs88Es.png" group-title="",Telemolise (406p) http://185.202.128.1:1935/TelemoliseStream/telemoliseTV.stream_tlm/playlist.m3u8 +#EXTINF:-1 tvg-id="teleMonteneve.it" tvg-name="teleMonteneve" tvg-country="IT" tvg-language="" tvg-logo="http://www.osm1816.it/site/wp-content/uploads/2015/05/Logo_09_teleMonteneve1.jpg" group-title="",teleMonteneve +http://wms.shared.streamshow.it:1935/telemonteneve/telemonteneve/live.m3u8 #EXTINF:-1 tvg-id="Telenod.it" tvg-name="Telenod" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Telenod (576p) https://5db313b643fd8.streamlock.net/Telenord/Telenord/playlist.m3u8 #EXTINF:-1 tvg-id="TeleNordest.it" tvg-name="TeleNordest" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",TeleNordest @@ -602,7 +586,7 @@ https://5be5d840359c6.streamlock.net/tr2tv/tr2tv/chunklist_w851642960.m3u8 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 @@ -618,7 +602,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 @@ -626,10 +610,12 @@ http://217.61.26.46:8080/hls/triveneta.m3u8 http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8 #EXTINF:-1 tvg-id="TVAVicenza.it" tvg-name="TVA Vicenza" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",TVA Vicenza (720p) http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u +#EXTINF:-1 tvg-id="TVL.it" tvg-name="TVL" tvg-country="IT" tvg-language="Italian" tvg-logo="https://www.tvl.it/photos/big-thumbs/logo-tvl.png" group-title="",TVL +https://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRS.it" tvg-name="TVRS" tvg-country="IT" tvg-language="" tvg-logo="https://cdn.firstonetv.eu/images/logos/it/TVRS.png" group-title="",TVRS [Not 24/7] +http://wms.shared.streamshow.it:1935/tvrs/tvrs/live.m3u8 #EXTINF:-1 tvg-id="UmbriaTV.it" tvg-name="Umbria TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Umbria TV (576p) https://umbriatv.stream.rubidia.it:8083/live/umbriatv/playlist.m3u8 -#EXTINF:-1 tvg-id="V2BeatMusic.it" tvg-name="V2Beat Music" tvg-country="IT" tvg-language="" tvg-logo="https://www.vibee.tv/wp-content/uploads/2020/09/logo_v2beat_page_small_rev.jpg" group-title="",V2Beat Music -https://abr.de1se01.v2beat.live/playlist.m3u8 #EXTINF:-1 tvg-id="VeraTV.it" tvg-name="Vera TV" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Vera TV (480p) http://wms.shared.streamshow.it/veratv/mp4:veratv/playlist.m3u8 #EXTINF:-1 tvg-id="VeraTVMarche.it" tvg-name="Vera TV (Marche)" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/kXDdx0h.png" group-title="",Vera TV (Marche) (480p) @@ -648,8 +634,6 @@ http://sb.top-ix.org/avtv04/_definst_/streaming/playlist.m3u8 http://livestreaming.videolina.it/live/Videolina/chunklist_w523418370.m3u8 #EXTINF:-1 tvg-id="VideolinaSardegna.it" tvg-name="Videolina (Sardegna)" tvg-country="IT" tvg-language="Italian" tvg-logo="https://www.dinamobasket.com/sites/default/files/videolina2012_tr.png" group-title="",Videolina (Sardegna) (404p) http://livestreaming.videolina.it/live/Videolina/playlist.m3u8 -#EXTINF:-1 tvg-id="Videonola.it" tvg-name="Videonola" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Videonola -https://stream1.aswifi.it/videonola/live/index.m3u8 #EXTINF:-1 tvg-id="Videonovara.it" tvg-name="Videonovara" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Videonovara (576p) http://sb.top-ix.org/avtv04/_definst_/streaming/manifest.m3u8 #EXTINF:-1 tvg-id="Videonovara.it" tvg-name="Videonovara" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/AJAYgyN.png" group-title="",Videonovara (576p) @@ -666,7 +650,11 @@ https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channe https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ew)/index.m3u8 #EXTINF:-1 tvg-id="VISUALRADIO.it" tvg-name="VISUAL RADIO" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",VISUAL RADIO (576p) http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8 +#EXTINF:-1 tvg-id="Vuemme.it" tvg-name="Vuemme" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Vuemme +https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 #EXTINF:-1 tvg-id="WineChannel.it" tvg-name="Wine Channel" 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="",Wine Channel (720p) http://212.43.97.35:1935/winechannel/winechannel/playlist.m3u8 +#EXTINF:-1 tvg-id="YamatoAnimation.it" tvg-name="Yamato Animation" tvg-country="IT" tvg-language="" tvg-logo="" group-title="",Yamato Animation +https://yamatovideo-yamatoanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="YviiTVSicilia.it" tvg-name="Yvii TV Sicilia" tvg-country="IT" tvg-language="" tvg-logo="https://i.imgur.com/NaEgFUJ.png" group-title="",Yvii TV Sicilia https://yviistreamer.kernel.online/hls/yviitv.m3u8 diff --git a/channels/jo.m3u b/channels/jo.m3u index 07b54b287..70fcc6b49 100644 --- a/channels/jo.m3u +++ b/channels/jo.m3u @@ -11,6 +11,8 @@ https://almamlka-live.ercdn.net/almamlka/almamlka_1080p.m3u8 https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master.m3u8 #EXTINF:-1 tvg-id="AmmanTV.jo" tvg-name="Amman TV" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://i.imgur.com/vkqYIO4.jpg" group-title="General",Amman TV (720p) https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master_1280x720_5000k.m3u8 +#EXTINF:-1 tvg-id="FajerTV.jo" tvg-name="Fajer TV" tvg-country="JO" tvg-language="" tvg-logo="" group-title="",Fajer TV +http://two.alfajertv.com:8081/AlfajertvHDTwo_web/web/chunks.m3u8 #EXTINF:-1 tvg-id="JawharaFM.jo" tvg-name="Jawhara FM" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://www.jawharafm.net/ar/static/fr/image/png/logo-jfm.png" group-title="Music",Jawhara FM (720p) http://streaming.toutech.net:1935/live/mp4:jawharafm.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Jordan ARB" tvg-name="Jordan ARB" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://i.imgur.com/siAiiws.jpg" group-title="General",Jordan TV diff --git a/channels/jp.m3u b/channels/jp.m3u index 093296258..1c6eb7d76 100644 --- a/channels/jp.m3u +++ b/channels/jp.m3u @@ -1,13 +1,19 @@ #EXTM3U -#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",Animax -https://redlabmcdn.s.llnwi.net/jp01/bs14/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Indonesian" tvg-logo="" group-title="",Animax Japan (Indonesian Subs) +#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) +http://185.180.221.194:8278/streams/d/Animax/playlist.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/h02/01.m3u8 -#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Indonesian" tvg-logo="" group-title="",Animax Japan (Indonesian Subs) +#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;Vietnamese" tvg-logo="" group-title="",Animax Japan (Vietnamese Subs) -https://livecdn.fptplay.net/hda3/animaxport_2000.stream/.m3u8 -#EXTINF:-1 tvg-id="ATX.jp" tvg-name="AT-X" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",AT-X +#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_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ATX.jp" tvg-name="AT-X" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://www.at-x.com/favicon_android.png" group-title="Animation",AT-X https://sub2.neetball.net/live/neet.m3u8 #EXTINF:-1 tvg-id="BSAsahi.jp" tvg-name="BS Asahi" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://company.tv-asahi.co.jp/saiyo/group/img/company/logo-bsasahi.png" group-title="Local",BS Asahi http://203.162.235.41:16914 @@ -31,12 +37,18 @@ 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 #EXTINF:-1 tvg-id="JSTV2.jp" tvg-name="JSTV 2" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://www.monpetitforfait.com/comparateur-box-internet/wp-content/uploads/2020/05/jstv2-regarder.png" group-title="Local",JSTV 2 http://203.162.235.41:16901 +#EXTINF:-1 tvg-id="MXLiveWebcam.jp" tvg-name="MX Live (Webcam)" tvg-country="JP" tvg-language="" tvg-logo="https://i.imgur.com/WLgD1v7.png" group-title="",MX Live (Webcam) +https://movie.mcas.jp/mcas/mx_live_2/master.m3u8 +#EXTINF:-1 tvg-id="MX1.jp" tvg-name="MX1" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",MX1 +https://movie.mcas.jp/mcas/mx1_2/chunklist.m3u8 +#EXTINF:-1 tvg-id="MX2.jp" tvg-name="MX2" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",MX2 +https://movie.mcas.jp/mcas/mx2_2/chunklist.m3u8 #EXTINF:-1 tvg-id="NewJapanProWrestlingWorld.jp" tvg-name="New Japan Pro Wrestling World" tvg-country="JP" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/1/1c/New_Japan_Pro_Wrestling_Logo_2.svg/480px-New_Japan_Pro_Wrestling_Logo_2.svg.png" group-title="Sports",New Japan Pro Wrestling World https://aka-amd-njpwworld-hls-enlive.akamaized.net/hls/video/njpw_en/njpw_en_channel01_3/chunklist_DVR.m3u8 #EXTINF:-1 tvg-id="NHKBSPremiumBS103.jp" tvg-name="NHK BS Premium (BS103)" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/2/21/NHK_BS%E3%83%97%E3%83%AC%E3%83%9F%E3%82%A2%E3%83%A0_%E6%96%B0%E3%83%AD%E3%82%B4.png" group-title="Local",NHK BS Premium (BS103) @@ -51,28 +63,24 @@ 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 -#EXTINF:-1 tvg-id="QVCJapan.jp" tvg-name="QVC Japan" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/9u9TaMA.png" group-title="Shop",QVC Japan -https://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8 #EXTINF:-1 tvg-id="ShopChannel.jp" tvg-name="Shop Channel" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/3K36JEA.jpg" group-title="Shop",Shop Channel https://stream3.shopch.jp/HLS/master.m3u8 #EXTINF:-1 tvg-id="TBS.jp" tvg-name="TBS" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",TBS @@ -85,12 +93,20 @@ https://movie.mcas.jp/mcas/smil:mx1_prod.smil/master.m3u8 https://movie.mcas.jp/mcas/smil:mx2_prod.smil/master.m3u8 #EXTINF:-1 tvg-id="TVAsahi.jp" tvg-name="TV Asahi" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/TV_Asahi_Logo.svg/1280px-TV_Asahi_Logo.svg.png" group-title="Local",TV Asahi http://203.162.235.41:16906 +#EXTINF:-1 tvg-id="TVAsahi1.jp" tvg-name="TV Asahi 1" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",TV Asahi 1 +http://122.155.180.8:5021/live/223 #EXTINF:-1 tvg-id="TVTokyo.jp" tvg-name="TV Tokyo" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/vgEnHX6.png" group-title="",TV Tokyo http://203.162.235.41:16908 +#EXTINF:-1 tvg-id="TVTokyo.jp" tvg-name="TV Tokyo" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",TV Tokyo +http://bcsecurelivehls-i.akamaihd.net/hls/live/265320/5043843989001/140130JTDX/index_600.m3u8 +#EXTINF:-1 tvg-id="WakuWakuJapan.jp" tvg-name="WakuWaku Japan" tvg-country="JP" tvg-language="" tvg-logo="https://www.dialog.lk/dialogdocroot/content/images/channel-highlights/waku-waku-large.png" group-title="",WakuWaku Japan +https://liveanevia.mncnow.id/live/eds/WakuWakuJapan/sa_dash_vmx/WakuWakuJapan.mpd #EXTINF:-1 tvg-id="WeatherChanneluezaniyusuBSWNI.jp" tvg-name="Weather Channel (ใ‚ฆใ‚งใ‚ถใƒผใƒ‹ใƒฅใƒผใ‚น) (BS | WNI)" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",Weather Channel (ใ‚ฆใ‚งใ‚ถใƒผใƒ‹ใƒฅใƒผใ‚น) (BS | WNI) (720p) http://movie.mcas.jp/mcas/wn1_2/master.m3u8 #EXTINF:-1 tvg-id="WeatherNews.jp" tvg-name="Weather News" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://dbbovgtu2bg0x.cloudfront.net/uploads/program/main_image/749853303/app_app_wether_news.png" group-title="Weather",Weather News https://movie.mcas.jp/mcas/smil:wn1.smil/master.m3u8 +#EXTINF:-1 tvg-id="WeatherNews.jp" tvg-name="WeatherNews" tvg-country="JP" tvg-language="" tvg-logo="" group-title="Weather",WeatherNews +http://movie.mcas.jp/mcas/smil:wn1.smil/chunklist_b1800000.m3u8 #EXTINF:-1 tvg-id="WOWOWcinema.jp" tvg-name="WOWOWใ‚ทใƒใƒž" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",WOWOWใ‚ทใƒใƒž (Wowow Cinema) http://203.162.235.41:16916 #EXTINF:-1 tvg-id="ziyapanetutotiyanneruDX.jp" tvg-name="ใ‚ธใƒฃใƒ‘ใƒใƒƒใƒˆใƒใƒฃใƒณใƒใƒซDX" tvg-country="JP" tvg-language="" tvg-logo="" group-title="",ใ‚ธใƒฃใƒ‘ใƒใƒƒใƒˆใƒใƒฃใƒณใƒใƒซDX diff --git a/channels/kh.m3u b/channels/kh.m3u index 11149fa84..ebb61d87d 100644 --- a/channels/kh.m3u +++ b/channels/kh.m3u @@ -1,13 +1,21 @@ #EXTM3U -#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) +#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/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/1TgC7mx.jpg" group-title="News",Bayon TV (360p) +#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="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) -http://167.99.65.12:1935/live/ngrp:myStream_all/chunklist.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) +#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="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 -#EXTINF:-1 tvg-id="TV9.kh" tvg-name="TV9" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/KGbDcg1.jpg" group-title="",TV9 (360p) +#EXTINF:-1 tvg-id="SEATV.kh" tvg-name="SEA TV" tvg-country="KH" tvg-language="" tvg-logo="" group-title="",SEA TV [Not 24/7] +http://203.176.130.123:8989/live/seatv_480k.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TV9.kh" tvg-name="TV9" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/KGbDcg1.jpg" group-title="",TV9 (360p) [Not 24/7] http://203.176.130.123:8989/live/ctv9_480k.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVK.kh" tvg-name="TVK" tvg-country="KH" tvg-language="Khmer" tvg-logo="https://i.imgur.com/GD4n70u.png" group-title="",TVK -http://203.176.130.123:8989/live/tvk_480k.stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="TVK.kh" tvg-name="TVK" tvg-country="KH" tvg-language="" tvg-logo="" group-title="",TVK [Not 24/7] +http://203.176.130.123:8989/live/tvk_480k.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVKCamboya.kh" tvg-name="TVK Camboya" tvg-country="KH" tvg-language="" tvg-logo="" group-title="",TVK Camboya +https://livefta.malimarcdn.com/tvkedge/tvk2.stream/master.m3u8 +#EXTINF:-1 tvg-id="TVKCamboya.kh" tvg-name="TVK Camboya" tvg-country="KH" tvg-language="" tvg-logo="" group-title="",TVK Camboya +https://livefta.malimarcdn.com/tvkedge/tvkhd.stream/master.m3u8 diff --git a/channels/kr.m3u b/channels/kr.m3u index e5a7777f5..571ce32d5 100644 --- a/channels/kr.m3u +++ b/channels/kr.m3u @@ -1,4 +1,8 @@ #EXTM3U +#EXTINF:-1 tvg-id="AnimaxIndonesianSub.kr" tvg-name="Animax [Indonesian Sub]" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",Animax [Indonesian Sub] +http://210.210.155.35/session/83bc2526-da69-11e8-881b-c81f66f89318/dr9445/h/h144/01.m3u8 +#EXTINF:-1 tvg-id="Animax.kr" tvg-name="Animax" tvg-country="KR" tvg-language="" tvg-logo="https://static.epg.best/kr/Animax.kr.png" group-title="",Animax +https://liveanevia.mncnow.id/live/eds/Animax/sa_dash_vmx/Animax.mpd #EXTINF:-1 tvg-id="AniPlus.kr" tvg-name="AniPlus" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",AniPlus (Malay subtitles) (576p) http://210.210.155.35/dr9445/h/h02/01.m3u8 #EXTINF:-1 tvg-id="AniPlus.kr" tvg-name="AniPlus" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",AniPlus (Malay subtitles) (576p) @@ -9,23 +13,33 @@ http://210.210.155.35/session/0d216142-f3f5-11e8-ab67-89df93dc8d44/dr9445/h/h02/ http://45.126.83.51/dr9445/h/h02/01.m3u8 #EXTINF:-1 tvg-id="Arirang.kr" tvg-name="Arirang" tvg-country="KR" tvg-language="Korean" tvg-logo="https://m3u-editor.com/storage/channel-logos/07cd9d90-3cc5-11ea-9aa8-0b5bd3ba261d/92706/14090001.png" group-title="",Arirang (1080p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Arirang.kr" tvg-name="Arirang" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",Arirang +http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b656000_sleng.m3u8 +#EXTINF:-1 tvg-id="Arirang.kr" tvg-name="Arirang" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",Arirang +http://cdn-01.bonus-tv.ru:8080/arirang_edge/index.m3u8 +#EXTINF:-1 tvg-id="arirang1.kr" tvg-name="arirang 1" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",arirang 1 +http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/.m3u8 +#EXTINF:-1 tvg-id="arirang3.kr" tvg-name="arirang 3" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",arirang 3 +http://amdlive.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/.m3u8 #EXTINF:-1 tvg-id="ArirangHD.kr" tvg-name="Arirang HD" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/5ZBxPbK.jpg" group-title="",Arirang HD (1080p) http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangKorea.kr" tvg-name="Arirang Korea" tvg-country="KR" tvg-language="Korean" tvg-logo="" group-title="",Arirang Korea https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b3256000_sleng.m3u8 +#EXTINF:-1 tvg-id="ArirangRadio.kr" tvg-name="Arirang Radio" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",Arirang Radio +http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/chunklist_b1728000_sleng.m3u8 +#EXTINF:-1 tvg-id="ArirangTV.kr" tvg-name="Arirang TV" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",Arirang TV +http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b3256000_sleng.m3u8 +#EXTINF:-1 tvg-id="ArirangTVKoreaEN.kr" tvg-name="Arirang TV Korea EN" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",Arirang TV Korea EN +https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArteHD.kr" tvg-name="Arte HD" tvg-country="KR" tvg-language="Korean" tvg-logo="" group-title="",Arte HD (1080p) http://etomatomobile.hscdn.com/artemobile/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="BBSBuddhistBroadcasting.kr" tvg-name="BBS Buddhist Broadcasting" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",BBS Buddhist Broadcasting -http://bbstv.clouducs.com:1935/bbstv-live/livestream/chunklist_w1216149699.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) +#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="BBSbulgyobangsong.kr" tvg-name="BBS ๋ถˆ๊ต๋ฐฉ์†ก" tvg-country="KR" tvg-language="" tvg-logo="https://www.cts.tv/html/img/common/cts_25th.png" group-title="",BBS ๋ถˆ๊ต๋ฐฉ์†ก -http://bbstv.clouducs.com:1935/bbstv-live/livestream/chunklist.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 @@ -37,11 +51,13 @@ http://1.222.207.80:1935/live/cjbtv/playlist.m3u8 https://d34t5yjz1ooymj.cloudfront.net/out/v1/875039d5eba0478fa8375a06b3aa5a37/index.m3u8 #EXTINF:-1 tvg-id="EBS1.kr" tvg-name="EBS 1" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/s1y2zoe.png" group-title="",EBS 1 http://ebsonair.ebs.co.kr/groundwavefamilypc/familypc1m/chunklist_w1960240276.m3u8 +#EXTINF:-1 tvg-id="EBS1.kr" tvg-name="EBS 1" tvg-country="KR" tvg-language="" tvg-logo="https://global.ebs.co.kr/global/img/sub/Channels_ebs1.png" group-title="",EBS 1 +http://ebsonair.ebs.co.kr:1935/ebs1familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBS2.kr" tvg-name="EBS 2" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/7K7zmoE.png" group-title="",EBS 2 (400p) 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 @@ -49,6 +65,12 @@ http://ebsonairios.ebs.co.kr/ebsutablet500k/_definst_/tablet500k/playlist.m3u8 http://ebsonair.ebs.co.kr:1935/plus1tablet500k/tablet500k/playlist.m3u8 #EXTINF:-1 tvg-id="EBSPlus2.kr" tvg-name="EBS Plus 2" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/7K7zmoE.png" group-title="",EBS Plus 2 (360p) http://ebsonair.ebs.co.kr:1935/plus2tablet500k/tablet500k/playlist.m3u8 +#EXTINF:-1 tvg-id="EBSPlus1.kr" tvg-name="EBS+ 1" tvg-country="KR" tvg-language="" tvg-logo="https://static.epg.best/kr/EBSPlus1.kr.png" group-title="",EBS+ 1 +http://ebsonair.ebs.co.kr:1935/plus1familypc/familypc1m/chunklist.m3u8 +#EXTINF:-1 tvg-id="EBSPlus2.kr" tvg-name="EBS+ 2" tvg-country="KR" tvg-language="" tvg-logo="https://static.epg.best/kr/EBSPlus2.kr.png" group-title="",EBS+ 2 +http://ebsonair.ebs.co.kr:1935/plus2familypc/familypc1m/chunklist.m3u8 +#EXTINF:-1 tvg-id="EBSe.kr" tvg-name="EBSe" tvg-country="KR" tvg-language="" tvg-logo="https://global.ebs.co.kr/global/img/sub/Channels_IPTV_03.png" group-title="",EBSe +http://ebsonair.ebs.co.kr:1935/plus3familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EdailyTV.kr" tvg-name="Edaily TV" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/UvRoc22.png" group-title="",Edaily TV (720p) http://edaily.flive.skcdn.com:1935/high/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="GCN.kr" tvg-name="GCN" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/QUxuHA1.png" group-title="",GCN @@ -63,17 +85,23 @@ http://123.140.197.22/stream/1/play.m3u8 http://51.81.66.195:1935/krtv/jtbc_540/playlist.m3u8 #EXTINF:-1 tvg-id="KPlus.kr" tvg-name="K+" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/4DEUpdm.jpg" group-title="",K+ (576p) http://210.210.155.35/uq2663/h/h08/index.m3u8 +#EXTINF:-1 tvg-id="KBCgwangjubangsongSBSGuangZhou.kr" tvg-name="KBC ๊ด‘์ฃผ๋ฐฉ์†ก(SBS ๅ…‰ๅทž)" tvg-country="KR" tvg-language="" tvg-logo="https://www.cjb.co.kr/home/images/layout/f_logo.gif" group-title="",KBC ๊ด‘์ฃผ๋ฐฉ์†ก(SBS ๅ…‰ๅทž) +http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="KBS1.kr" tvg-name="KBS 1" tvg-country="KR" tvg-language="Korean" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/KBS_1_logo.svg/langfr-220px-KBS_1_logo.svg.png" group-title="",KBS 1 http://121.130.210.101:9981/stream/channelid/637185705 #EXTINF:-1 tvg-id="KBS1.kr" tvg-name="KBS 1" tvg-country="KR" tvg-language="Korean" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/KBS_1_logo.svg/langfr-220px-KBS_1_logo.svg.png" group-title="",KBS 1 http://51.81.66.195:1935/krtv/kbs1_540/playlist.m3u8 +#EXTINF:-1 tvg-id="KBSLiveCamDokDo.kr" tvg-name="KBS LiveCam DokDo" tvg-country="KR" tvg-language="" tvg-logo="https://i.imgur.com/b7uMB9T.png" group-title="",KBS LiveCam DokDo +http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8 #EXTINF:-1 tvg-id="KBSWorld.kr" tvg-name="KBS World" tvg-country="KR" tvg-language="Korean" tvg-logo="" group-title="",KBS World (576p) https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBS2.kr" tvg-name="KBS2" tvg-country="KR" tvg-language="" tvg-logo="https://img.pooq.co.kr/BMS/Channelimage30/image/KBS-2TV-2.png" group-title="",KBS2 http://51.81.66.195:1935/krtv/kbs2_540/playlist.m3u8 +#EXTINF:-1 tvg-id="KCTVgwangjuCH05.kr" tvg-name="KCTV ๊ด‘์ฃผ CH05" tvg-country="KR" tvg-language="" tvg-logo="https://www.kctv.co.kr/img/index/top_logo.png" group-title="",KCTV ๊ด‘์ฃผ CH05 +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 @@ -87,6 +115,8 @@ http://183.110.27.87/mtnlive/_definst_/720/chunklist.m3u8 rtmp://mmoney.flive.skcdn.com/mmoneymobile/money3.stream #EXTINF:-1 tvg-id="NBSKoreaAgriculturalBroadcasting.kr" tvg-name="NBS Korea Agricultural Broadcasting" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/loWf3B5.jpg" group-title="",NBS Korea Agricultural Broadcasting (720p) https://media.joycorp.co.kr:4443/live/live_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="One.kr" tvg-name="One" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",One (Indonesian Sub) +http://210.210.155.35/session/c30d8c14-f1bc-11e8-89c0-aa35b2893d02/uq2663/h/h143/02.m3u8 #EXTINF:-1 tvg-id="SBS.kr" tvg-name="SBS" tvg-country="KR" tvg-language="" tvg-logo="" group-title="",SBS http://51.81.66.195:1935/krtv/sbs_540/playlist.m3u8 #EXTINF:-1 tvg-id="SBSInternational.kr" tvg-name="SBS International" tvg-country="KR" tvg-language="" tvg-logo="https://static.epg.best/kr/SBS.kr.png" group-title="",SBS International @@ -105,15 +135,37 @@ https://streaming-a-802.cdn.nextologies.com/SBS_18/live/SBS_18_1500k/chunks.m3u8 https://streaming-a-802.cdn.nextologies.com/SBS_18/playlist.m3u8 #EXTINF:-1 tvg-id="TBCdaeguSBSDaQiu.kr" tvg-name="TBC ๋Œ€๊ตฌ(SBS ๅคง้‚ฑ)" tvg-country="KR" tvg-language="" tvg-logo="http://www.tbc.co.kr/tbc_common/images/sm12_ci.png" group-title="",TBC ๋Œ€๊ตฌ(SBS ๅคง้‚ฑ) (540p) http://221.157.125.239:1935/live/psike/playlist.m3u8 +#EXTINF:-1 tvg-id="TBS.kr" tvg-name="TBS" tvg-country="KR" tvg-language="" tvg-logo="http://www.tbs.seoul.kr/common/images/gnb/logo.png" group-title="",TBS +http://tbs.hscdn.com/tbstvweb/tbstv/chunklist_w1331473189.m3u8 #EXTINF:-1 tvg-id="TBS.kr" tvg-name="TBS" tvg-country="KR" tvg-language="Korean" tvg-logo="https://i.imgur.com/wqlTcbI.png" group-title="",TBS (720p) 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="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 +#EXTINF:-1 tvg-id="daejeonMBCMBCDaejeon.kr" tvg-name="๋Œ€์ „MBC(MBC Daejeon)" tvg-country="KR" tvg-language="" tvg-logo="https://busan.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2018/12/6e1a8d912bd32dca479bbf74667f7caf0716dd4e358e61136cecb8ca29b5b99a46b47b1d42b4a487d582c6ad6132929ff20a4cb41b344da26694ca115f5ee90a.png" group-title="",๋Œ€์ „MBC(MBC Daejeon) +https://5c482867a8b63.streamlock.net/live/myStream.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="yeosuMBCMBCYeosu.kr" tvg-name="์—ฌ์ˆ˜MBC(MBC Yeosu)" tvg-country="KR" tvg-language="" tvg-logo="https://ys.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2019/01/bbbcec12d40f91ed9d4609144a648583937ee510098fb91776a99b0c1f00e818ab090f049ebdf24b0d1b21efb7f103dea45fb0f88d2571bf1756759dfdc93fd9.png" group-title="",์—ฌ์ˆ˜MBC(MBC Yeosu) +https://5c3639aa99149.streamlock.net/live_TV/TV/playlist.m3u8 +#EXTINF:-1 tvg-id="jejuMBCMBCJeju.kr" tvg-name="์ œ์ฃผ MBC(MBC Jeju)" tvg-country="KR" tvg-language="" tvg-logo="https://jeju.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2019/06/2a42c0e8f353c0d091bd145d7384670af46a6cdf647b0d0be45f76a8faccf7ad0b144cbb6fe11b0ff81bd830478e8e5e8dc43ec1ce76bfead41eac377fcfbdc0.png" group-title="",์ œ์ฃผ MBC(MBC Jeju) +https://5cf58a556f9b2.streamlock.net:443/live/tv_jejumbc/playlist.m3u8 +#EXTINF:-1 tvg-id="cunceonMBCMBCChuncheon.kr" tvg-name="์ถ˜์ฒœMBC(MBC Chuncheon)" tvg-country="KR" tvg-language="" tvg-logo="https://data1.chmbc.co.kr/2018/12/d0fba52ecd26cdc49a893b9af6d468561f88e70c58accae0c6e1718bd112efc69511ffd56f9c167d6e1b215c065f844f250b1fa6df470afb30abf5cdd0153016.png" group-title="",์ถ˜์ฒœMBC(MBC Chuncheon) +https://5c74939c891dc.streamlock.net/live/TV/playlist.m3u8 +#EXTINF:-1 tvg-id="hangugseongeobangsong.kr" tvg-name="ํ•œ๊ตญ์„ ๊ฑฐ๋ฐฉ์†ก" tvg-country="KR" tvg-language="" tvg-logo="http://www.etv.go.kr/images/newimg/logo.png" group-title="",ํ•œ๊ตญ์„ ๊ฑฐ๋ฐฉ์†ก +http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 diff --git a/channels/kw.m3u b/channels/kw.m3u index 56051939d..286f329da 100644 --- a/channels/kw.m3u +++ b/channels/kw.m3u @@ -1,6 +1,10 @@ #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 +#EXTINF:-1 tvg-id="AlMaaref.kw" tvg-name="Al Maaref" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Al Maaref +http://38.96.175.40:1935/liveTrans/ngrp:channel23_all/playlist.m3u8 #EXTINF:-1 tvg-id="ALRAI.kw" tvg-name="AL RAI" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",AL RAI https://stream02.fasttelco.net/live/alrai.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AlRaiHD.kw" tvg-name="Al Rai HD" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Al Rai HD @@ -9,18 +13,16 @@ 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="ALRAI.kw" tvg-name="ALRAI" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",ALRAI -http://stream01.fasttelco.net:1935/live/_definst_/ALRAI/LIVE_STREAMING/alrai/playlist.m3u8 #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 #EXTINF:-1 tvg-id="AL Rai ARB" tvg-name="AL Rai ARB" tvg-country="KW" tvg-language="Arabic" tvg-logo="http://f.alrai.tv/TV/Programs/60_Alrai_Tv21_-__RT655x0-_OS492x240-_RD492x240-.png" group-title="",Alrai TV (1080p) @@ -33,6 +35,8 @@ https://stream02.fasttelco.net/live/alrai.stream/chunklist_w2023460738.m3u8 https://stream02.fasttelco.net/live/alrai.stream/chunklist_w498917617.m3u8?v=2957056943 #EXTINF:-1 tvg-id="atv.kw" tvg-name="atv" tvg-country="KW" tvg-language="Arabic" tvg-logo="http://www.atvkuwait.com/img/logo/atv_logo.png" group-title="",atv rtmp://168.187.49.14:1935/live//atv?v= +#EXTINF:-1 tvg-id="Ch4Teen.kw" tvg-name="Ch4Teen" tvg-country="KW" tvg-language="" tvg-logo="" group-title="",Ch4Teen +https://dcunilive93-lh.akamaihd.net/i/dclive_1@835787/index_150_av-p.m3u8 #EXTINF:-1 tvg-id="Ch4Teen.kw" tvg-name="Ch4Teen" tvg-country="KW" tvg-language="Arabic" tvg-logo="https://i.imgur.com/JeG9K1y.png" group-title="",Ch4Teen (480p) https://dcunilive93-lh.akamaihd.net/i/dclive_1@835787/master.m3u8 #EXTINF:-1 tvg-id="KTV 1 ARB" tvg-name="KTV 1 ARB" tvg-country="KW" tvg-language="Arabic" tvg-logo="http://www.freeetv.com/images/03_logo/KTV1_Kuwait.jpg" group-title="",KTV 1 (1080p) diff --git a/channels/kz.m3u b/channels/kz.m3u index 1f77827f8..b09e247fd 100644 --- a/channels/kz.m3u +++ b/channels/kz.m3u @@ -15,6 +15,8 @@ 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="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 #EXTINF:-1 tvg-id="Gakku.kz" tvg-name="Gakku" tvg-country="KZ" tvg-language="" tvg-logo="" group-title="",Gakku @@ -33,6 +35,8 @@ https://sc.id-tv.kz/Almaty_38_39.m3u8 https://sc.id-tv.kz/Astana_38_39.m3u8 #EXTINF:-1 tvg-id="ElArna.kz" tvg-name="ะ•ะป ะั€ะฝะฐ" tvg-country="KZ" tvg-language="Kazakh" tvg-logo="" group-title="Movies",ะ•ะป ะั€ะฝะฐ https://sc.id-tv.kz/ElArna_38_39.m3u8 +#EXTINF:-1 tvg-id="KMA.kz" tvg-name="ะšะœะ" tvg-country="KZ" tvg-language="" tvg-logo="" group-title="",ะšะœะ +https://sc.id-tv.kz/KMA_34_35.m3u8 #EXTINF:-1 tvg-id="KTK.kz" tvg-name="ะšะขะš" tvg-country="KZ" tvg-language="Kazakh" tvg-logo="https://i.imgur.com/BGy7EMr.png" group-title="",ะšะขะš (360p) http://89.218.30.37/ktklive/live.hq/playlist.m3u8 #EXTINF:-1 tvg-id="KTK.kz" tvg-name="ะšะขะš" tvg-country="KZ" tvg-language="Kazakh" tvg-logo="https://i.imgur.com/BGy7EMr.png" group-title="",ะšะขะš diff --git a/channels/lb.m3u b/channels/lb.m3u index ea71399b0..88ca817f7 100644 --- a/channels/lb.m3u +++ b/channels/lb.m3u @@ -1,23 +1,20 @@ #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://web.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) https://wowzaprod140-i.akamaihd.net/hls/live/750788/cdb837ca/playlist.m3u8 #EXTINF:-1 tvg-id="AlimanTV.lb" tvg-name="Aliman TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/817xRPg.png" group-title="Religious",Aliman TV (240p) https://svs.itworkscdn.net/alimanlive/imantv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlManarTV.lb" tvg-name="AlManar TV" tvg-country="LB" tvg-language="" tvg-logo="" group-title="",AlManar TV -http://manar.live/iptv/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="AlManarTV.lb" tvg-name="AlManar TV" tvg-country="LB" tvg-language="" tvg-logo="" group-title="",AlManar TV -https://manar.live/iptv/chunklist_w715324590_b500000.m3u8?v=2957056943 #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) @@ -28,6 +25,8 @@ https://futuretv.cdn.mangomolo.com/futuretv/smil:futuretv.smil/playlist.m3u8 https://shls-lbci-prod-dub.shahid.net/out/v1/d8cce30036e743318a7f338539689968/index.m3u8 #EXTINF:-1 tvg-id="NabaaTV.lb" tvg-name="Nabaa TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://nabaa.tv/wp-content/uploads/2018/07/nabaa-logo-66x116.png" group-title="News",Nabaa TV http://31.14.40.237:1935/live/Nabaa/chunklist.m3u8 +#EXTINF:-1 tvg-id="NabaaTV.lb" tvg-name="Nabaa TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://nabaa.tv/wp-content/uploads/2018/07/nabaa-logo-66x116.png" group-title="News",Nabaa TV +http://31.14.40.238:1935/live/Nabaa/chunklist.m3u8 #EXTINF:-1 tvg-id="NabaaTV.lb" tvg-name="Nabaa TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://nabaa.tv/wp-content/uploads/2018/07/nabaa-logo-66x116.png" group-title="News",Nabaa TV (480p) https://5dc7d824154d0.streamlock.net/live/Nabaa/playlist.m3u8 #EXTINF:-1 tvg-id="NBNHD.lb" tvg-name="NBN HD" tvg-country="LB" tvg-language="Arabic" tvg-logo="" group-title="",NBN HD (720p) @@ -51,5 +50,3 @@ https://svs.itworkscdn.net/madalive/mada/playlist.m3u8 http://cdn.catiacast.video/abr/ed8f807e2548db4507d2a6f4ba0c4a06/playlist.m3u8 #EXTINF:-1 tvg-id="TVSeventeen.lb" tvg-name="TV Seventeen" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://www.tvseventeen.com/img/logo.png" group-title="News",TV Seventeen (720p) https://cdn.tvseventeen.com/test_tv_seventeen/index.m3u8 -#EXTINF:-1 tvg-id="Unews.lb" tvg-name="Unews" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://www.u-news.net/themes/publication_1/theme_1/_img/logoimg.png" group-title="News",Unews (360p) -https://cdn.catiacast.video/abr/9436b5ab3c1171ab04a59af11951292f/unews/mbr2/playlist.m3u8 diff --git a/channels/lk.m3u b/channels/lk.m3u index 752c327ec..dac49535e 100644 --- a/channels/lk.m3u +++ b/channels/lk.m3u @@ -16,8 +16,6 @@ https://eu10b.serverse.com:1936/8012/8012/chunklist_w73015902.m3u8 #EXTINF:-1 tvg-id="hirutv.lk" tvg-name="Hiru TV" tvg-country="LK" tvg-language="Sinhala" tvg-logo="https://i.imgur.com/u4et3kY.png" group-title="",Hiru TV (360p) [Not 24/7] https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="rupavahini.lk" tvg-name="Rupavahini" tvg-country="LK" tvg-language="" tvg-logo="https://i.imgur.com/3krjTFe.png" group-title="",Rupavahini (480p) -http://dammikartmp.tulix.tv/slrc1/slrc1/chunklist_w1998132387.m3u8 -#EXTINF:-1 tvg-id="rupavahini.lk" tvg-name="Rupavahini" tvg-country="LK" tvg-language="" tvg-logo="https://i.imgur.com/3krjTFe.png" group-title="",Rupavahini (480p) http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8 #EXTINF:-1 tvg-id="SanthoraTV.lk" tvg-name="Santhora TV" tvg-country="LK" tvg-language="Sinhala" tvg-logo="https://i.imgur.com/yJs9KYP.png" group-title="",Santhora TV (720p) http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/chunklist_w52779246.m3u8 diff --git a/channels/lt.m3u b/channels/lt.m3u index 6e8e85d2b..50774acde 100644 --- a/channels/lt.m3u +++ b/channels/lt.m3u @@ -1,7 +1,11 @@ #EXTM3U +#EXTINF:-1 tvg-id="KOKFights.lt" tvg-name="KOK Fights" tvg-country="LT" tvg-language="" tvg-logo="" group-title="",KOK Fights +https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/chunklist_b6000000.m3u8 #EXTINF:-1 tvg-id="KOKFights.lt" tvg-name="KOK Fights" tvg-country="LT" tvg-language="Lithuanian" tvg-logo="https://i.imgur.com/387jXC7.jpg" group-title="Sports",KOK Fights (720p) https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LRTLituanica.lt" tvg-name="LRT Lituanica" tvg-country="LT" tvg-language="Lithuanian" tvg-logo="" group-title="",LRT Lituanica (720p) https://lituanica-dvr.lrt.lt/lrt-ndvr/hls/lituanica_720p/index.m3u8 +#EXTINF:-1 tvg-id="M1.lt" tvg-name="M-1" tvg-country="LT" tvg-language="" tvg-logo="" group-title="",M-1 +http://m-1.data.lt/m-1/smil:m-1.smil/chunklist_b1000000.m3u8 #EXTINF:-1 tvg-id="tv3.lt" tvg-name="Power Hit Radio" tvg-country="LT" tvg-language="Lithuanian" tvg-logo="https://i.imgur.com/X5ulUxA.jpg" group-title="",Power Hit Radio (720p) https://baltlive.tv3.lt/studija/smil:studija.smil/playlist.m3u8 diff --git a/channels/lu.m3u b/channels/lu.m3u index 28b52d1bf..e8e114db7 100644 --- a/channels/lu.m3u +++ b/channels/lu.m3u @@ -1,6 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="ChamberTV.lu" tvg-name="Chamber TV" tvg-country="LU" tvg-language="Luxembourgish" tvg-logo="https://i.imgur.com/YldMnap.jpg" group-title="",Chamber TV (576p) https://media.webtvlive.eu/chd/_definst_/smil:chamber_tv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ChamberTV.lu" tvg-name="Chamber TV" tvg-country="LU" tvg-language="" tvg-logo="" group-title="",Chamber TV +https://media02.webtvlive.eu/chd-edge/_definst_/smil:chamber_tv_hd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="eldo.lu" tvg-name="Eldoradio TV" tvg-country="LU" tvg-language="Luxembourgish" tvg-logo="https://i.imgur.com/4ntor8S.png" group-title="",Eldoradio TV (720p) https://live-edge.rtl.lu/eldotv/smil:eldotv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JasminTV.lu" tvg-name="Jasmin TV" tvg-country="LU" tvg-language="English" tvg-logo="https://www.parsatv.com/index_files/channels/jasmintv.png" group-title="XXX",Jasmin TV (720p) @@ -8,20 +10,10 @@ http://109.71.162.112:1935/live/hd.jasminchannel.stream/playlist.m3u8 #EXTINF:-1 tvg-id="JasminTV.lu" tvg-name="Jasmin TV" tvg-country="LU" tvg-language="English" tvg-logo="https://www.parsatv.com/index_files/channels/jasmintv.png" group-title="XXX",Jasmin TV (720p) http://109.71.162.112:1935/live/sd.jasminchannel.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RTL.lu" tvg-name="RTL" tvg-country="LU" tvg-language="" tvg-logo="" group-title="",RTL (1080p) -http://live-edge01.rtl.lu/channel2/smil:channel2/playlist.m3u8 -#EXTINF:-1 tvg-id="RTL.lu" tvg-name="RTL" tvg-country="LU" tvg-language="" tvg-logo="" group-title="",RTL (1080p) -http://live-edge02.rtl.lu/channel1/smil:channel1/playlist.m3u8 -#EXTINF:-1 tvg-id="RTL2TeleLetzeburg.lu" tvg-name="RTL 2 Tele Letzeburg" tvg-country="LU" tvg-language="" tvg-logo="https://i.imgur.com/bJrUjIC.png" group-title="",RTL 2 Tele Letzeburg (1080p) -https://live-edge.rtl.lu/channel2/smil:channel2/playlist.m3u8 -#EXTINF:-1 tvg-id="RTLRadioLux.lu" tvg-name="RTL Radio (Lux)" tvg-country="LU" tvg-language="" tvg-logo="" group-title="",RTL Radio (Lux) (1080p) -http://live-edge04.rtl.lu/rtlradiowebtv/smil:rtlradiowebtv/playlist.m3u8 -#EXTINF:-1 tvg-id="RTLTeleLetzeburgWebradio.lu" tvg-name="RTL Tele Letzeburg (Webradio)" tvg-country="LU" tvg-language="" tvg-logo="https://i.imgur.com/bJrUjIC.png" group-title="",RTL Tele Letzeburg (Webradio) (1080p) -https://live-edge.rtl.lu/rtlradiowebtv/smil:rtlradiowebtv/playlist.m3u8 -#EXTINF:-1 tvg-id="RTLTeleLetzebuerg.lu" tvg-name="RTL Tรฉlรฉ Lรซtzebuerg" tvg-country="LU" tvg-language="" tvg-logo="" group-title="",RTL Tรฉlรฉ Lรซtzebuerg -https://live-edge.rtl.lu/channel1/smil:channel1/720p.m3u8 -#EXTINF:-1 tvg-id="RTLTeleLetzebuerg.lu" tvg-name="RTL Tรฉlรฉ Lรซtzebuerg" tvg-country="LU" tvg-language="Luxembourgish" tvg-logo="https://i.imgur.com/H9dHlfv.png" group-title="",RTL Tรฉlรฉ Lรซtzebuerg (720p) https://live-edge.rtl.lu/channel1/smil:channel1/playlist.m3u8 -#EXTINF:-1 tvg-id="RTLZwee.lu" tvg-name="RTL Zwee" tvg-country="LU" tvg-language="" tvg-logo="" group-title="",RTL Zwee -https://live-edge.rtl.lu/channel1/smil:channel2/720p.m3u8 +#EXTINF:-1 tvg-id="RTLWebradio.lu" tvg-name="RTL (Webradio)" tvg-country="LU" tvg-language="" tvg-logo="https://i.imgur.com/bJrUjIC.png" group-title="",RTL (Webradio) (1080p) +https://live-edge.rtl.lu/rtlradiowebtv/smil:rtlradiowebtv/playlist.m3u8 +#EXTINF:-1 tvg-id="RTL.lu" tvg-name="RTL 2" tvg-country="LU" tvg-language="" tvg-logo="https://i.imgur.com/bJrUjIC.png" group-title="",RTL 2 (1080p) +https://live-edge.rtl.lu/channel2/smil:channel2/playlist.m3u8 #EXTINF:-1 tvg-id="RTLZwee.lu" tvg-name="RTL Zwee" tvg-country="LU" tvg-language="Luxembourgish" tvg-logo="https://i.imgur.com/42f0krb.png" group-title="",RTL Zwee (720p) https://live-edge.rtl.lu/channel1/smil:channel2/playlist.m3u8 diff --git a/channels/ma.m3u b/channels/ma.m3u index dd05a60c5..29a03b301 100644 --- a/channels/ma.m3u +++ b/channels/ma.m3u @@ -5,6 +5,8 @@ http://149.100.19.226:8001/play/2M_Maroc https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/2m_monde/hls_video_ts/2m_monde.m3u8 #EXTINF:-1 tvg-id="AlAoula.ma" tvg-name="Al Aoula" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ZFHjIVU.png" group-title="General",Al Aoula (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/al_aoula_inter/hls_snrt/al_aoula_inter.m3u8 +#EXTINF:-1 tvg-id="AlAoulaIntl.ma" tvg-name="Al Aoula Int'l" tvg-country="MA" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/7/70/Al_Aoula_Maroc.jpg" group-title="",Al Aoula Int'l +http://cdn-hls.globecast.tv/live/ramdisk/al_aoula_inter/hls_snrt/index.m3u8 #EXTINF:-1 tvg-id="AlAoulaLaayoune.ma" tvg-name="Al Aoula Laayoune" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ZFHjIVU.png" group-title="General",Al Aoula Laayoune (360p) http://cdn-hls.globecast.tv/live/ramdisk/al_aoula_laayoune/hls_snrt/index.m3u8 #EXTINF:-1 tvg-id="AlAoulaLaayoune.ma" tvg-name="Al Aoula Laayoune" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/ZFHjIVU.png" group-title="General",Al Aoula Laayoune (360p) @@ -25,8 +27,14 @@ https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/assadissa/hls_snrt/index http://cdn-hls.globecast.tv/live/ramdisk/arrabiaa/hls_snrt/index.m3u8 #EXTINF:-1 tvg-id="Athaqafia.ma" tvg-name="Athaqafia" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/FvgdLdG.png" group-title="General",Athaqafia (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/arrabiaa/hls_snrt/index.m3u8 +#EXTINF:-1 tvg-id="M24HD.ma" tvg-name="M24 HD" tvg-country="MA" tvg-language="" tvg-logo="" group-title="",M24 HD +http://79.137.106.241/live/smil:OutStream1.smil/chunklist_w575132091_b4500000_sleng.m3u8 +#EXTINF:-1 tvg-id="M24TV.ma" tvg-name="M24 TV" tvg-country="MA" tvg-language="" tvg-logo="" group-title="",M24 TV +https://www.m24tv.ma/live/smil:OutStream1.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="M24TVHD.ma" tvg-name="M24 TV HD" tvg-country="MA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/J7GdM3L.png" group-title="News",M24 TV HD (720p) http://79.137.106.241/live/smil:OutStream1.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="MaghrebArabePress.ma" tvg-name="Maghreb Arabe Press" tvg-country="MA" tvg-language="" tvg-logo="" group-title="",Maghreb Arabe Press +https://www.maptvnews.ma/live/smil:OutStream1.smil/chunklist_w1876499295_b4500000_sleng.m3u8?v=2545016994 #EXTINF:-1 tvg-id="marocSPORT.ma" tvg-name="maroc SPORT" tvg-country="MA" tvg-language="" tvg-logo="" group-title="",maroc SPORT http://cdnamd-hls-globecast.akamaized.net/live/ramdisk/arriadia/hls_snrt/arriadia-avc1_1500000=4-mp4a_130400_qad=1.m3u8 #EXTINF:-1 tvg-id="Medi1TVAfrique.ma" tvg-name="Medi 1 TV Afrique" tvg-country="MA" tvg-language="French" tvg-logo="" group-title="News",Medi 1 TV Afrique (1080p) diff --git a/channels/mc.m3u b/channels/mc.m3u index 4d767367a..f41ca48e0 100644 --- a/channels/mc.m3u +++ b/channels/mc.m3u @@ -1,3 +1,5 @@ #EXTM3U +#EXTINF:-1 tvg-id="MonacoInfo.mc" tvg-name="Monaco Info" tvg-country="MC" tvg-language="" tvg-logo="" group-title="",Monaco Info +https://webtvmonacoinfo.mc/live/prod_720/index.m3u8 #EXTINF:-1 tvg-id="TMC.mc" tvg-name="TMC" tvg-country="FR;AD;BE;LU;MC;CH" tvg-language="French" tvg-logo="https://i.imgur.com/s9BIeQ8.png" group-title="",TMC (720p) https://tmc-hls-live-ssl.tf1.fr/tmc/1/hls/live_2328.m3u8 diff --git a/channels/md.m3u b/channels/md.m3u index 3708cca96..630fa0b7e 100644 --- a/channels/md.m3u +++ b/channels/md.m3u @@ -17,12 +17,16 @@ rtsp://live.trm.md:1935/live/M1Mlive rtmp://212.0.209.209:1935/live/_definst_mp4:MoldovaDoi2 #EXTINF:-1 tvg-id="noroc-tv-md" tvg-name="Noroc TV Moldova" tvg-country="MD" tvg-language="Romanian" tvg-logo="https://i.imgur.com/39qL2Ht.png" group-title="",Noroc TV http://live.noroc.tv/hls/noroctv_chisinau.m3u8 +#EXTINF:-1 tvg-id="ProTV.md" tvg-name="Pro TV" tvg-country="MD" tvg-language="" tvg-logo="" group-title="",Pro TV +http://hls.protv.md/hls/protv.m3u8 #EXTINF:-1 tvg-id="PublikaTV.md" tvg-name="Publika TV" tvg-country="MD" tvg-language="Romanian" tvg-logo="" group-title="News",Publika TV (720p) http://livebeta.publika.md/LIVE/P/6810.m3u8 #EXTINF:-1 tvg-id="publika-tv" tvg-name="Publika TV" tvg-country="MD" tvg-language="Romanian" tvg-logo="https://i.imgur.com/Hquii9k.jpg" group-title="News",Publika TV https://livebeta.publika.md/LIVE/P/1000.m3u8 #EXTINF:-1 tvg-id="publika-tv" tvg-name="Publika TV" tvg-country="MD" tvg-language="Romanian" tvg-logo="https://i.imgur.com/Hquii9k.jpg" group-title="News",Publika TV https://livebeta.publika.md/LIVE/P/1500.m3u8 +#EXTINF:-1 tvg-id="PublikaTV.md" tvg-name="Publika TV" tvg-country="MD" tvg-language="" tvg-logo="" group-title="",Publika TV +https://livebeta.publika.md/LIVE/P/2000.m3u8 #EXTINF:-1 tvg-id="TeleM.md" tvg-name="Tele M" tvg-country="MD" tvg-language="Romanian" tvg-logo="https://i.imgur.com/FVldFIy.jpg" group-title="",Tele M http://webmobile.xdev.ro:81/tv16/playlist.m3u8 #EXTINF:-1 tvg-id="TNTEXCLUSIV.md" tvg-name="TNT_EXCLUSIV" tvg-country="MD" tvg-language="Romanian" tvg-logo="" group-title="",TNT_EXCLUSIV diff --git a/channels/me.m3u b/channels/me.m3u index 749fdb5bf..7522564c6 100644 --- a/channels/me.m3u +++ b/channels/me.m3u @@ -3,6 +3,8 @@ http://rtcg2.videostreaming.rs:1935/rtcg/rtcg.1.stream/index.m3u8 #EXTINF:-1 tvg-id="RTCGSat.me" tvg-name="RTCG Sat" tvg-country="ME" tvg-language="Serbian" tvg-logo="https://i.imgur.com/jozQP6Z.png" group-title="",RTCG Sat (720p) http://rtcg2.videostreaming.rs:1935/rtcg/rtcg.2.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="RTCGSat.me" tvg-name="RTCG Sat" tvg-country="ME" tvg-language="" tvg-logo="" group-title="",RTCG Sat +http://rtcg3.videostreaming.rs:1935/rtcg/smil:rtcg.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TelevizijaTV7.me" tvg-name="Televizija TV7" tvg-country="ME" tvg-language="Serbian" tvg-logo="https://i.imgur.com/vAzXsBM.jpg" group-title="",Televizija TV7 (480p) http://109.123.70.27:1935/tehnikatv777/tehnikatv777/index.m3u8 #EXTINF:-1 tvg-id="TelevizijaTV7.me" tvg-name="Televizija TV7" tvg-country="ME" tvg-language="Serbian" tvg-logo="https://i.imgur.com/IKlrt7F.jpg" group-title="",Televizija TV7 (480p) 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/mv.m3u b/channels/mv.m3u new file mode 100644 index 000000000..8af888c99 --- /dev/null +++ b/channels/mv.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="VTV.mv" tvg-name="VTV" tvg-country="MV" tvg-language="" tvg-logo="" group-title="",VTV +http://vtvstreaming.myvnc.com:1935/vtvlive/vmedia/chunklist.m3u8 diff --git a/channels/mx.m3u b/channels/mx.m3u index aa112e494..aad2723cb 100644 --- a/channels/mx.m3u +++ b/channels/mx.m3u @@ -1,27 +1,31 @@ #EXTM3U #EXTINF:-1 tvg-id="XHTITTDT.mx" tvg-name="A+ TV" tvg-country="MX" tvg-language="Spanish" tvg-logo="" group-title="",A+ TV (XHTIT-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtit-tdt2.m3u8 -#EXTINF:-1 tvg-id="XHTVMTDT.mx" tvg-name="ADN 40 (XHTVM-TDT)" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/x8lwsjM.png" group-title="",ADN 40 (XHTVM-TDT) (480p) +#EXTINF:-1 tvg-id="ADN40.mx" tvg-name="ADN 40" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",ADN 40 +http://aztkhlslive3-i.akamaihd.net/hls/live/777407/adn40mx/master01.m3u8 +#EXTINF:-1 tvg-id="XHTVMTDT.mx" tvg-name="ADN 40 (XHTVM-TDT)" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/x8lwsjM.png" group-title="News",ADN 40 (XHTVM-TDT) (480p) https://aztkhlslive3-i.akamaihd.net/hls/live/777407/adn40mx/master.m3u8 -#EXTINF:-1 tvg-id="XHTVMTDT.mx" tvg-name="ADN 40 (XHTVM-TDT)" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/x8lwsjM.png" group-title="",ADN 40 (XHTVM-TDT) +#EXTINF:-1 tvg-id="XHTVMTDT.mx" tvg-name="ADN 40 (XHTVM-TDT)" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/x8lwsjM.png" group-title="News",ADN 40 (XHTVM-TDT) https://aztkhlslive3-i.akamaihd.net/hls/live/777407/adn40mx/master03.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="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="" 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="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 @@ -29,26 +33,44 @@ http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 http://live.canaloncelive.tv:1935/livepkgr2/smil:internacional.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalOnceInternacional.mx" tvg-name="Canal Once Internacional" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/NAgRCyY.png" group-title="",Canal Once Internacional https://live2.canaloncelive.tv/livepkgr2/smil:internacional.smil/chunklist.m3u8 +#EXTINF:-1 tvg-id="CanalOnceInternacional.mx" tvg-name="Canal Once Internacional" tvg-country="MX" tvg-language="" tvg-logo="https://i.imgur.com/VdLvmDt.png" group-title="",Canal Once Internacional +https://live2.canaloncelive.tv/livepkgr2/smil:internacional.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalOnceMexico.mx" tvg-name="Canal Once Mexico" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Canal Once Mexico +https://live2.canaloncelive.tv/livepkgr/smil:nacional.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalOnceMexico.mx" tvg-name="Canal Once Mexico" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Canal Once Mexico +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 -#EXTINF:-1 tvg-id="ClaroSports.mx" tvg-name="Claro Sports" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Claro_Sports_logo.svg/861px-Claro_Sports_logo.svg.png" group-title="Sports",Claro Sports (1080p) -https://clarosport-origen.clarovideo.net/Content/hls/Live/Channel(jjoo2016ch01)/index.m3u8 +#EXTINF:-1 tvg-id="ConectaTV.mx" tvg-name="Conecta TV" tvg-country="MX" tvg-language="" tvg-logo="https://i.imgur.com/9TGQZzk.png" group-title="Music",Conecta TV +http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 #EXTINF:-1 tvg-id="GenesisTV.mx" tvg-name="Genesis TV" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hMtKE60.png" group-title="",Genesis TV (720p) http://201.144.184.98:1935/genesis/smil:television.smil/playlist.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="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="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 +#EXTINF:-1 tvg-id="LasEstrellas.mx" tvg-name="Las Estrellas Latinoamerica" tvg-country="MX" tvg-language="Spanish" tvg-logo="" group-title="",Las Estrellas Latinoamerica (Colombia) +http://186.101.216.211:8000/play/a02y +#EXTINF:-1 tvg-id="MariaVisionMexico.mx" tvg-name="Marรญa Visiรณn Mexico" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Marรญa Visiรณn Mexico +https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 +#EXTINF:-1 tvg-id="MexiquenseTV.mx" tvg-name="Mexiquense TV" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Mexiquense TV +https://5ca3e84a76d30.streamlock.net/mexiquense/videomexiquense/chunklist_w1045015137.m3u8 #EXTINF:-1 tvg-id="XHDTVTDT.mx" tvg-name="Milenio Televisiรณn" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/d/d4/Milenio_Television.png" group-title="",Milenio Televisiรณn (XHDTV-TDT) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhdtv-tdt.m3u8 #EXTINF:-1 tvg-id="MonteMaria.mx" tvg-name="Monte Maria" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/OzVUVoX.jpg" group-title="",Monte Maria (1080p) http://162.212.176.51:1935/live/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="MultimediosGuadalajara.mx" tvg-name="Multimedios Guadalajara" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Multimedios Guadalajara +http://mdstrm.com/live-stream-playlist_400/5c54d38ca392a5119bb0aa0d.m3u8 #EXTINF:-1 tvg-id="MultimediosGuadalajara.mx" tvg-name="Multimedios Guadalajara" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/czXDdQC.jpg" group-title="",Multimedios Guadalajara (720p) https://mdstrm.com/live-stream-playlist/5c54d38ca392a5119bb0aa0d.m3u8 +#EXTINF:-1 tvg-id="MultimediosLaguna.mx" tvg-name="Multimedios Laguna" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Multimedios Laguna +http://mdstrm.com/live-stream-playlist_400/57bf686a61ff39e1085d43e1.m3u8 #EXTINF:-1 tvg-id="MultimediosLaguna.mx" tvg-name="Multimedios Laguna" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/czXDdQC.jpg" group-title="",Multimedios Laguna (720p) https://mdstrm.com/live-stream-playlist/57bf686a61ff39e1085d43e1.m3u8 #EXTINF:-1 tvg-id="MultimediosLaguna.mx" tvg-name="Multimedios Laguna" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/czXDdQC.jpg" group-title="",Multimedios Laguna (720p) @@ -59,24 +81,40 @@ 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 +#EXTINF:-1 tvg-id="QuieroTV.mx" tvg-name="Quiero TV" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Quiero TV +https://quierotvlive.tk/httplive/playlist.m3u8 +#EXTINF:-1 tvg-id="QuieroTV.mx" tvg-name="Quiero TV" tvg-country="MX" tvg-language="" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnjWETQvmSA6mHrlEoiT8LKaacZJ-IwP9GS0S00f3w=s900-c-k-c0x00ffffff-no-rj" group-title="",Quiero TV +https://quierotvlive.tk/httplive/playlist_playlist.m3u8 #EXTINF:-1 tvg-id="RCGTV2.mx" tvg-name="RCG TV-2" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/hzJu6QT.png" group-title="",RCG TV-2 (360p) http://wowzacontrol.com:1936/stream23/stream23/playlist.m3u8 #EXTINF:-1 tvg-id="RCGTV3.mx" tvg-name="RCG TV-3" tvg-country="MX" tvg-language="Spanish" tvg-logo="" group-title="",RCG TV-3 (360p) http://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8 #EXTINF:-1 tvg-id="RTQQueretaro.mx" tvg-name="RTQ Queretaro" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/H1AFRJh.png" group-title="",RTQ Queretaro (360p) http://wms.tecnoxia.com:1935/rytqrolive/rytqrolive/master.m3u8 +#EXTINF:-1 tvg-id="TELESISTEMACANAL9.mx" tvg-name="TELE SISTEMA CANAL 9" tvg-country="MX" tvg-language="" tvg-logo="http://mastelevisioncr.com/wp-content/uploads/2020/08/WhatsApp-Image-2020-08-02-at-12.42.47-300x300.jpeg" group-title="",TELE SISTEMA CANAL 9 +http://k4.usastreams.com/ARBtv/ARBtv/chunklist_w209792194.m3u8 #EXTINF:-1 tvg-id="Teleformula.mx" tvg-name="Telefรณrmula" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/aH9uKk0.jpg" group-title="",Telefรณrmula https://wms30.tecnoxia.com/radiof/abr_radioftele/playlist.m3u8 +#EXTINF:-1 tvg-id="Telemax.mx" tvg-name="Telemax" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Telemax +http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 #EXTINF:-1 tvg-id="XEWHTDT.mx" tvg-name="Telemax (XEWH-TDT)" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/bjGgLrA.jpg" group-title="",Telemax (XEWH-TDT) (720p) http://s5.mexside.net:1935/telemax/telemax/.m3u8 +#EXTINF:-1 tvg-id="Teleritmo.mx" tvg-name="Teleritmo" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Teleritmo +http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 +#EXTINF:-1 tvg-id="TELERITMO.mx" tvg-name="TELERITMO" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",TELERITMO +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="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 #EXTINF:-1 tvg-id="XHGVTDT.mx" tvg-name="TVMรS (XHGV-TDT)" tvg-country="MX" tvg-language="Spanish" tvg-logo="https://i.imgur.com/15kcNRb.png" group-title="",TVMรS (XHGV-TDT) https://5ca9af4645e15.streamlock.net/rtv/videortv/chunklist_w192674072.m3u8 #EXTINF:-1 tvg-id="TVP.mx" tvg-name="TVP" tvg-country="MX" tvg-language="" tvg-logo="https://i.imgur.com/mw4992J.png" group-title="",TVP @@ -85,3 +123,5 @@ https://5ca3e84a76d30.streamlock.net/gpacifico4/smil:mazatlan.smil/chunklist_w74 https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/chunklist_w52505888_b1428000_sleng.m3u8 #EXTINF:-1 tvg-id="TVPobregon.mx" tvg-name="TVP obregon" tvg-country="MX" tvg-language="" tvg-logo="https://i.imgur.com/mw4992J.png" group-title="",TVP obregon [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/chunklist_w888631267_b1428000_sleng.m3u8 +#EXTINF:-1 tvg-id="UnoTV.mx" tvg-name="Uno TV" tvg-country="MX" tvg-language="" tvg-logo="" group-title="",Uno TV +https://ooyalahd2-f.akamaihd.net/i/UnoTV01_delivery@122640/master.m3u8 diff --git a/channels/my.m3u b/channels/my.m3u index e6bf7c7ba..3959683a5 100644 --- a/channels/my.m3u +++ b/channels/my.m3u @@ -5,6 +5,8 @@ http://50.7.161.82:8278/streams/d/TV8/playlist.m3u8 http://185.180.221.194:8278/streams/d/AodHD/playlist.m3u8 #EXTINF:-1 tvg-id="AstroAwani.my" tvg-name="Astro Awani" tvg-country="MY" tvg-language="Malay (macrolanguage)" tvg-logo="https://i.imgur.com/dLzgBUj.png" group-title="",Astro Awani http://50.7.161.82:8278/streams/d/Awani/playlist.m3u8 +#EXTINF:-1 tvg-id="AstroAwani.my" tvg-name="Astro Awani" tvg-country="MY" tvg-language="" tvg-logo="" group-title="",Astro Awani +https://awanitv.akamaized.net/hls/live/2017836/LiveTV1/index.m3u8 #EXTINF:-1 tvg-id="AstroAwani.my" tvg-name="Astro Awani" tvg-country="MY" tvg-language="" tvg-logo="https://img.astroawani.com/template/awani.jpg" group-title="",Astro Awani https://awanitv.akamaized.net/hls/live/2017836/LiveTV1/stream04/streamPlaylist.m3u8 #EXTINF:-1 tvg-id="AstroCeria.my" tvg-name="Astro Ceria" tvg-country="MY" tvg-language="" tvg-logo="" group-title="",Astro Ceria @@ -15,8 +17,6 @@ http://50.7.161.82:8278/streams/d/Citra/playlist.m3u8 http://50.7.161.82:8278/streams/d/Oasis/playlist.m3u8 #EXTINF:-1 tvg-id="AstroPrima.my" tvg-name="Astro Prima" tvg-country="MY" tvg-language="" tvg-logo="" group-title="",Astro Prima http://185.180.221.194:8278/streams/d/Prima/playlist.m3u8 -#EXTINF:-1 tvg-id="AstroQuanJiaHD.my" tvg-name="Astro Quan Jia HD" tvg-country="MY" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/8/86/Astro%E5%85%A8%E4%BD%B3HD.png" group-title="",Astro Quan Jia HD -http://50.7.161.82:8278/streams/d/Quanjia/playlist.m3u8 #EXTINF:-1 tvg-id="AstroShuangXing.my" tvg-name="Astro Shuang Xing" tvg-country="MY" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/zh/thumb/7/76/Astro%E9%9B%99%E6%98%9F.png/200px-Astro%E9%9B%99%E6%98%9F.png" group-title="",Astro Shuang Xing http://50.7.161.82:8278/streams/d/Shuangxing/playlist.m3u8 #EXTINF:-1 tvg-id="AstroVaanavil.my" tvg-name="Astro Vaanavil" tvg-country="MY" tvg-language="" tvg-logo="" group-title="",Astro Vaanavil (576p) @@ -39,6 +39,8 @@ http://210.210.155.35/uq2663/h/h04/index.m3u8 https://agsplayback01.astro.com.my/CH1/master_HELLOGOSHOP6.m3u8 #EXTINF:-1 tvg-id="Hello.my" tvg-name="Hello" tvg-country="MY" tvg-language="English" tvg-logo="https://astrocontent.s3.amazonaws.com/Images/ChannelLogo/Pos/702_300.png" group-title="",Hello https://agsplayback01.astro.com.my/CH1/master_HELLOGOSHOP6_04.m3u8 +#EXTINF:-1 tvg-id="MaahTV.my" tvg-name="Maah TV" tvg-country="MY" tvg-language="" tvg-logo="https://i.imgur.com/MRWFcox.jpg" group-title="",Maah TV +http://51.210.199.33/hls/stream.m3u8 #EXTINF:-1 tvg-id="Naura.my" tvg-name="Naura" tvg-country="MY" tvg-language="" tvg-logo="" group-title="",Naura (576p) http://50.7.161.82:8278/streams/d/Naura/playlist.m3u8 #EXTINF:-1 tvg-id="NTV7.my" tvg-name="NTV 7" tvg-country="MY" tvg-language="" tvg-logo="https://www.xtra.com.my/wp-content/themes/xtra_revamp/assets/img/ntv7.png" group-title="",NTV 7 diff --git a/channels/mz.m3u b/channels/mz.m3u index 5c7624982..1c79bd6f0 100644 --- a/channels/mz.m3u +++ b/channels/mz.m3u @@ -3,6 +3,8 @@ http://196.28.226.121:1935/live/smil:Channel1.smil/chunklist_b714000_slpor.m3u8 #EXTINF:-1 tvg-id="TVManaMocambique.mz" tvg-name="TV Manรก Moรงambique" tvg-country="MZ" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/5UIy5tD.png" group-title="Religious",TV Manรก Moรงambique (574p) [Not 24/7] http://c3.manasat.com:1935/tvmz/tvmz3/playlist.m3u8 +#EXTINF:-1 tvg-id="TVMozambique.mz" tvg-name="TV Mozambique" tvg-country="MZ" tvg-language="" tvg-logo="" group-title="",TV Mozambique +http://196.28.226.121:1935/live/smil:Channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVM.mz" tvg-name="TVM" tvg-country="MZ" tvg-language="Portuguese" tvg-logo="http://online.tvm.co.mz/site/public/images/flat_5.png" group-title="General",TVM (480p) http://online.tvm.co.mz:1935/live/smil:Channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVMInternacional.mz" tvg-name="TVM Internacional" tvg-country="MZ" tvg-language="" tvg-logo="https://d2q0xv3544jvkb.cloudfront.net/images/programacao/novosb/TVM2-GERALW.jpg" group-title="",TVM Internacional diff --git a/channels/ng.m3u b/channels/ng.m3u index 83ac4132b..d7b4f9ebe 100644 --- a/channels/ng.m3u +++ b/channels/ng.m3u @@ -1,15 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricaTV1.ng" tvg-name="Africa TV1" tvg-country="NG" tvg-language="" tvg-logo="http://www.africagroup.tv/img/logo-h-tv1.png" group-title="",Africa TV1 -http://africatv.live.net.sa:1935/live/africatv/chunklist_w640482514.m3u8 #EXTINF:-1 tvg-id="AfricaTV1.ng" tvg-name="Africa TV1" tvg-country="NG" tvg-language="Arabic" tvg-logo="https://i.imgur.com/vn9jvdV.png" group-title="",Africa TV1 (720p) http://africatv.live.net.sa:1935/live/africatv/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricaTV2.ng" tvg-name="Africa TV2" tvg-country="NG" tvg-language="" tvg-logo="http://www.africagroup.tv/img/logo-h-tv2.png" group-title="",Africa TV2 -http://africatv.live.net.sa:1935/live/africatv2/chunklist_w1590257743.m3u8 -#EXTINF:-1 tvg-id="AfricaTV2.ng" tvg-name="Africa TV2" tvg-country="NG" tvg-language="Arabic" tvg-logo="https://i.imgur.com/vn9jvdV.png" group-title="",Africa TV2 (720p) +#EXTINF:-1 tvg-id="AfricaTV2.ng" tvg-name="Africa TV2" tvg-country="NG" tvg-language="Arabic" tvg-logo="https://i.imgur.com/vn9jvdV.png" group-title="",Africa TV2 (720p) [Not 24/7] http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u8 -#EXTINF:-1 tvg-id="AfricaTV3.ng" tvg-name="Africa TV3" tvg-country="NG" tvg-language="" tvg-logo="http://www.africagroup.tv/img/logo-h-tv3.png" group-title="",Africa TV3 -http://africatv.live.net.sa:1935/live/africatv3/chunklist_w1337081920.m3u8 -#EXTINF:-1 tvg-id="AfricaTV3.ng" tvg-name="Africa TV3" tvg-country="NG" tvg-language="" tvg-logo="http://www.africagroup.tv/img/logo-h-tv3.png" group-title="",Africa TV3 (720p) +#EXTINF:-1 tvg-id="AfricaTV3.ng" tvg-name="Africa TV3" tvg-country="NG" tvg-language="" tvg-logo="http://www.africagroup.tv/img/logo-h-tv3.png" group-title="",Africa TV3 (720p) [Not 24/7] http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8 #EXTINF:-1 tvg-id="EmmanuelTV.ng" tvg-name="Emmanuel TV" tvg-country="NG" tvg-language="English" tvg-logo="https://i.imgur.com/pjoBzRS.jpg" group-title="",Emmanuel TV (1080p) [Not 24/7] https://api.new.livestream.com/accounts/23202872/events/7200883/live.m3u8 @@ -17,5 +11,3 @@ https://api.new.livestream.com/accounts/23202872/events/7200883/live.m3u8 http://185.105.4.193:1935/ltv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="NTAInternational.ng" tvg-name="NTA International" tvg-country="NG" tvg-language="" tvg-logo="https://i.imgur.com/FlqaUpt.png" group-title="",NTA International https://api.visionip.tv/live/ASHTTP/visiontvuk-entertainment-ntai-hsslive-25f-4x3-MB/playlist.m3u8 -#EXTINF:-1 tvg-id="NTAInternational.ng" tvg-name="NTA International" tvg-country="NG" tvg-language="" tvg-logo="https://i.imgur.com/FlqaUpt.png" group-title="",NTA International -https://entertainment.sechls01.visionip.tv/live/visiontvuk-entertainment-ntai-hsslive-25f-4x3-SD/chunklist.m3u8 diff --git a/channels/ni.m3u b/channels/ni.m3u index ed6650b08..8f096c2f0 100644 --- a/channels/ni.m3u +++ b/channels/ni.m3u @@ -3,9 +3,19 @@ https://cootv.cootel.com.ni:443/streams/d/SSLCH10-SD-ZUK/playlist.m3u8 #EXTINF:-1 tvg-id="CANAL11.ni" tvg-name="CANAL 11" tvg-country="NI" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQm2ZYMFAUHTdq_BjIfNchqFkNhPo5eqjZm26zyahtBlWLjXDAZ" group-title="",CANAL 11 https://cootv.cootel.com.ni:443/streams/d/SSLCH11-SD-GZN/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal12.ni" tvg-name="Canal 12" tvg-country="NI" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/6/6a/Nicavision1993.png/revision/latest?cb=20180426154048" group-title="",Canal 12 +http://209.91.213.10:8088/play/a00g +#EXTINF:-1 tvg-id="Canal12.ni" tvg-name="Canal 12" tvg-country="NI" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/6/6a/Nicavision1993.png/revision/latest?cb=20180426154048" group-title="",Canal 12 +https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal12.ni" tvg-name="Canal 12" tvg-country="NI" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/6/6a/Nicavision1993.png/revision/latest?cb=20180426154048" group-title="",Canal 12 +https://5ca9af4645e15.streamlock.net:443/canal12/videocanal12/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2.ni" tvg-name="Canal 2" tvg-country="NI" tvg-language="" tvg-logo="" group-title="",Canal 2 https://cootv.cootel.com.ni/streams/d/SSLCH02-HD-YON/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal6.ni" tvg-name="Canal 6" tvg-country="NI" tvg-language="" tvg-logo="" group-title="",Canal 6 +http://209.91.213.10:8088/play/a01k +#EXTINF:-1 tvg-id="Canal8.ni" tvg-name="Canal 8" tvg-country="NI" tvg-language="" tvg-logo="" group-title="",Canal 8 +http://209.91.213.10:8088/play/a01f #EXTINF:-1 tvg-id="CANAL9.ni" tvg-name="CANAL 9" tvg-country="NI" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTawbZLCedJzRX06CAyU-jX37n9iyTxMVcIfg&usqp=CAU" group-title="",CANAL 9 https://cootv.cootel.com.ni:443/streams/d/SSLCH09-HD-CVS/playlist.m3u8 #EXTINF:-1 tvg-id="VIVANICARAGUACANAL13.ni" tvg-name="VIVA NICARAGUA CANAL 13" tvg-country="NI" tvg-language="" tvg-logo="" group-title="",VIVA NICARAGUA CANAL 13 -https://60417ddeaf0d9.streamlock.net/ch13/videoch13/chunklist_w1505653761_DVR.m3u8 +http://209.91.213.10:8088/play/a01l diff --git a/channels/nl.m3u b/channels/nl.m3u index 1550fb3b4..f6f3ca987 100644 --- a/channels/nl.m3u +++ b/channels/nl.m3u @@ -11,20 +11,122 @@ https://ms7.mx-cd.net/tv/113-474263/EdeTV.smil/chunklist.m3u8 https://streams.uitzending.tv/gigantfm/gigantfm/chunklist_w666692457.m3u8 #EXTINF:-1 tvg-id="GORTV.nl" tvg-name="GO-RTV" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/zAFt893.png" group-title="Music",GO-RTV (720p) http://593aed234297b.streamlock.net:1935/gotvsjoerd/gotvsjoerd/playlist.m3u8 +#EXTINF:-1 tvg-id="Groningen1.nl" tvg-name="Groningen1" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Groningen1 +http://59132e529e3d1.streamlock.net/Groningen1/Groningen1/playlist.m3u8 #EXTINF:-1 tvg-id="HK13TV.nl" tvg-name="HK13 TV" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",HK13 TV http://mtxstr001.matrixdata.nl/live/hk13/chunklist_w2017024907.m3u8 +#EXTINF:-1 tvg-id="InshortIndia.nl" tvg-name="Inshort (India)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inshort (India) +https://inshort-samsungindia.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Insight.nl" tvg-name="Insight" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/ewkmZM1.png" group-title="",Insight (720p) +https://insighttv-samsung-uk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InSight.nl" tvg-name="InSight" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InSight +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&deviceId=5f06bc60e236570007793f31&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="InSight.nl" tvg-name="InSight" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f06bc60e236570007793f31/colorLogoPNG.png" group-title="",InSight +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f06bc60e236570007793f31/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="InsightHD.nl" tvg-name="Insight HD" tvg-country="NL;DE" tvg-language="German" tvg-logo="https://i.imgur.com/gKNP2Gd.png" group-title="",Insight HD (720p) https://insighttv-samsung-de.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Insight TV HD" tvg-name="Insight TV" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/IexUICA.png" group-title="",Insight TV (1080p) https://dai.google.com/linear/hls/event/KAfBFcVrQgKmHhpzvkEn9A/master.m3u8 +#EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="NL" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c290b87761b0460464ad2" group-title="Sports",Insight TV +https://insight-localnow.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV +https://insighttv-rakuten-samsung.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/uTZBchA.png" group-title="",Insight TV (720p) +https://insighttv-samsung-canada.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="NL" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/InsightTV_190x190.png?raw=true" group-title="",Insight TV +https://insighttv-samsung-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="NL;AU" tvg-language="English" tvg-logo="https://i.imgur.com/gKNP2Gd.png" group-title="",Insight TV (720p) https://insighttv-samsungau.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV +https://insighttv-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTV.nl" tvg-name="Insight TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f042bf0241c6f0007721021/colorLogoPNG.png" group-title="",Insight TV +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f042bf0241c6f0007721021/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel +#EXTINF:-1 tvg-id="InsightTVBrazil.nl" tvg-name="Insight TV (Brazil)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV (Brazil) +https://insight-samsungbrazil.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTVEnglish.nl" tvg-name="Insight TV (English)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV (English) +https://insighttv-eng-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTVGerman.nl" tvg-name="Insight TV (German)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV (German) +https://insighttv-ger-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTVIndia.nl" tvg-name="Insight TV (India)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV (India) +https://insighttv-samsungindia.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InsightTVMexico.nl" tvg-name="Insight TV (Mexico)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Insight TV (Mexico) +https://insighttv-samsungmexico.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InSightPlus.nl" tvg-name="InSight+" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InSight+ +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b73efd87eb3a2717ccde/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f10cd89a-c878-4a4d-8b3d-f5238f421aa0&deviceId=d54bbd90-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="InsightTV.nl" tvg-name="InsightTV" tvg-country="NL" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",InsightTV +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-insighttv/CDN/master.m3u8 +#EXTINF:-1 tvg-id="InsightTVSpain.nl" tvg-name="InsightTV (Spain)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InsightTV (Spain) +https://insighttv-spa-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InTrouble.nl" tvg-name="InTrouble" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InTrouble +https://introuble-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Introuble.nl" tvg-name="Introuble" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gKhDcQY.png" group-title="",Introuble (1080p) +https://introuble-samsung.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Introuble.nl" tvg-name="Introuble" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Introuble +https://introuble-tcl.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Introuble.nl" tvg-name="Introuble" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Introuble +https://introuble-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InTrouble.nl" tvg-name="InTrouble" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InTrouble +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1005f9d5d3cf00074c0395/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=13e8959c-0584-11eb-aeab-0242ac110002&deviceId=5f1005f9d5d3cf00074c0395&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="InTrouble.nl" tvg-name="InTrouble" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1005f9d5d3cf00074c0395/colorLogoPNG.png" group-title="",InTrouble +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1005f9d5d3cf00074c0395/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel +#EXTINF:-1 tvg-id="InTroubleBrazil.nl" tvg-name="InTrouble (Brazil)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InTrouble (Brazil) +https://introuble-samsungbrazil.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="IntroubleIndia.nl" tvg-name="Introuble (India)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Introuble (India) +https://introuble-samsungindia.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="IntroubleTV.nl" tvg-name="Introuble TV" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/IexUICA.png" group-title="",Introuble TV (1080p) https://dai.google.com/linear/hls/event/_af28lUaQjuoPhfAU_BYQA/master.m3u8 +#EXTINF:-1 tvg-id="IntroubleTV.nl" tvg-name="Introuble TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/iVw55kC.png" group-title="",Introuble TV (1080p) +https://introuble-samsungau.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Inwild.nl" tvg-name="Inwild" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/8SgbMqY.png" group-title="",Inwild (720p) +https://inwild-samsung-uk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InWildBrazil.nl" tvg-name="InWild (Brazil)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InWild (Brazil) +https://inwild-samsungbrazil.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InwildIndia.nl" tvg-name="Inwild (India)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inwild (India) +https://inwild-samsungindia.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InwildTV.nl" tvg-name="Inwild TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/VSiG39E.png" group-title="",Inwild TV (720p) +https://inwild-samsungau.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Inwonder.nl" tvg-name="Inwonder" tvg-country="CA" tvg-language="CA" tvg-logo="https://i.imgur.com/YqF4usD.png" group-title="",Inwonder (720p) +https://inwonder-samsung-canada.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Inwonder.nl" tvg-name="Inwonder" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/5VUGeTE.png" group-title="",Inwonder (720p) +https://inwonder-samsung-uk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Inwonder.nl" tvg-name="Inwonder" tvg-country="NL" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Inwonder_190x190.png?raw=true" group-title="",Inwonder +https://inwonder-samsung-us.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Inwonder.nl" tvg-name="Inwonder" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inwonder +https://inwonder-tcl.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Inwonder.nl" tvg-name="Inwonder" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inwonder +https://inwonder-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InWonder.nl" tvg-name="InWonder" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InWonder +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1004e0a5714d000745650d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=47a36c19-0584-11eb-9b92-0242ac110002&deviceId=5f1004e0a5714d000745650d&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="InWonder.nl" tvg-name="InWonder" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1004e0a5714d000745650d/colorLogoPNG.png" group-title="",InWonder +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1004e0a5714d000745650d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel +#EXTINF:-1 tvg-id="InWonderBrazil.nl" tvg-name="InWonder (Brazil)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InWonder (Brazil) +https://inwonder-samsungbrazil.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InwonderEnglish.nl" tvg-name="Inwonder (English)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inwonder (English) +https://inwonder-eng-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InwonderGerman.nl" tvg-name="Inwonder (German)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inwonder (German) +https://inwonder-ger-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InwonderIndia.nl" tvg-name="Inwonder (India)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",Inwonder (India) +https://inwonder-samsungindia.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InWonderMexico.nl" tvg-name="InWonder (Mexico)" tvg-country="NL" tvg-language="" tvg-logo="" group-title="",InWonder (Mexico) +https://inwonder-samsungmexico.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="InwonderTV.nl" tvg-name="Inwonder TV" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/IexUICA.png" group-title="",Inwonder TV (1080p) https://dai.google.com/linear/hls/event/QiQc47LCQDep-t9pkaGIVg/master.m3u8 +#EXTINF:-1 tvg-id="InwonderTV.nl" tvg-name="Inwonder TV" tvg-country="DE" tvg-language="German" tvg-logo="https://i.imgur.com/2V9wsWp.png" group-title="",Inwonder TV (720p) +https://inwonder-samsung-de.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="InwonderTV.nl" tvg-name="Inwonder TV" tvg-country="AU" tvg-language="English" tvg-logo="https://i.imgur.com/d3LshRd.png" group-title="",Inwonder TV (720p) +https://inwonder-samsungau.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="JINTV.nl" tvg-name="JIN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",JIN TV +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/27 +#EXTINF:-1 tvg-id="JINTV.nl" tvg-name="JIN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",JIN TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/27.m3u8 +#EXTINF:-1 tvg-id="JINTV.nl" tvg-name="JIN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",JIN TV +http://176.10.117.18:8000/play/a003/index.m3u8 +#EXTINF:-1 tvg-id="JINTV.nl" tvg-name="JIN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",JIN TV +https://live.jintv.org:12443/medialive/jintv.m3u8 #EXTINF:-1 tvg-id="L1 TV NL" tvg-name="L1 TV NL" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/8bqkwkG.png" group-title="",L1mburg (720p) https://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8 +#EXTINF:-1 tvg-id="MeerTV.nl" tvg-name="Meer TV" tvg-country="NL" tvg-language="" tvg-logo="https://i.imgur.com/hG2k4QL.png" group-title="",Meer TV +http://593aed234297b.streamlock.net/meervandaag/meervandaag/chunklist_w733465808.m3u8 #EXTINF:-1 tvg-id="MeerTV.nl" tvg-name="Meer TV" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://i.imgur.com/hG2k4QL.png" group-title="",Meer TV (720p) https://593aed234297b.streamlock.net/meervandaag/meervandaag/playlist.m3u8 #EXTINF:-1 tvg-id="NPO1.nl" tvg-name="NPO 1" tvg-country="NL" tvg-language="Dutch" tvg-logo="https://over.npo.nl/images/zenders/npo-1.png" group-title="",NPO 1 (342p) @@ -165,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/no.m3u b/channels/no.m3u index db7aad17c..a7ad9865e 100644 --- a/channels/no.m3u +++ b/channels/no.m3u @@ -7,16 +7,14 @@ http://digicom.hls.iptvdc.com/canalmotor/pl.m3u8 http://digicom.hls.iptvdc.com/canalmotor/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="canalmotor.tv" tvg-name="Canal Motor" tvg-country="NO" tvg-language="English" tvg-logo="https://i.imgur.com/9z3mzDJ.jpg" group-title="Sports",Canal Motor (720p) https://digicom.hls.iptvdc.com/motorstv/index.m3u8 +#EXTINF:-1 tvg-id="FatstoneTV.no" tvg-name="Fatstone TV" tvg-country="NO" tvg-language="" tvg-logo="https://i.vimeocdn.com/video/438638085_780x439.jpg" group-title="",Fatstone TV +http://bgo1.cdn.s3m.no/fs/live/ngrp:live_all/chunklist_b5196000.m3u8 #EXTINF:-1 tvg-id="frikanalen.no" tvg-name="Frikanalen" tvg-country="NO" tvg-language="Norwegian Bokmรฅl" tvg-logo="https://i.imgur.com/6pHnO2r.png" group-title="",Frikanalen (720p) https://frikanalen.no/stream/index.m3u8 #EXTINF:-1 tvg-id="frikanalen.no" tvg-name="Frikanalen" tvg-country="NO" tvg-language="Norwegian Bokmรฅl" tvg-logo="https://i.imgur.com/6pHnO2r.png" group-title="",Frikanalen (720p) https://frikanalen.no/stream/stream_1.m3u8 #EXTINF:-1 tvg-id="frikanalen.no" tvg-name="Frikanalen" tvg-country="NO" tvg-language="Norwegian Bokmรฅl" tvg-logo="https://i.imgur.com/6pHnO2r.png" group-title="",Frikanalen (720p) https://frikanalen.no/stream/stream_2.m3u8 -#EXTINF:-1 tvg-id="hopechannel.no" 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) -http://media1.adventist.no:1935/live/hope3/chunklist_w1848872903.m3u8 -#EXTINF:-1 tvg-id="hopechannel.no" 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) -http://media1.adventist.no:1935/live/hope3/playlist.m3u8 #EXTINF:-1 tvg-id="Kanal10Asia.no" tvg-name="Kanal 10 Asia" tvg-country="NO" tvg-language="" tvg-logo="" group-title="",Kanal 10 Asia (540p) http://cdn-kanal10.crossnet.net:1935/kanal10/kanal10asia/playlist.m3u8 #EXTINF:-1 tvg-id="MTV-NO" tvg-name="MTV-NO" tvg-country="NO" tvg-language="Norwegian Bokmรฅl" tvg-logo="https://i.imgur.com/iviMrbO.jpg" group-title="Entertainment",MTV (720p) diff --git a/channels/nz.m3u b/channels/nz.m3u index b51d27e50..e5ec93e0f 100644 --- a/channels/nz.m3u +++ b/channels/nz.m3u @@ -29,3 +29,13 @@ https://tvsn-i.akamaihd.net/hls/live/261837/tvsn_nz/tvsn_nz_750.m3u8 http://stream.wairarapatv.co.nz/Cellular_High/playlist.m3u8 #EXTINF:-1 tvg-id="WairarapaTV.nz" tvg-name="Wairarapa TV" tvg-country="NZ" tvg-language="" tvg-logo="https://www.freeviewnz.tv/nonumbracoimages/ChannelsOpg/LogoforFreeviewWebsite.png" group-title="",Wairarapa TV https://stream.wairarapatv.co.nz/Broadband_High/playlist.m3u8 +#EXTINF:-1 tvg-id="ZooMoo.nz" tvg-name="ZooMoo" tvg-country="NZ" tvg-language="" tvg-logo="" group-title="",ZooMoo +https://rockentertainment-zoomoo-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ZooMoo.nz" tvg-name="ZooMoo" tvg-country="NZ" tvg-language="" tvg-logo="" group-title="",ZooMoo +https://rockentertainment-zoomoo-1.samsung.wurl.com/manifest/1200.m3u8 +#EXTINF:-1 tvg-id="ZooMoo.nz" tvg-name="Zoo Moo" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1wYnA2i.jpg" group-title="",ZooMoo (720p) +https://rockentertainment-zoomoo-1.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ZooMooAustralia.nz" tvg-name="ZooMoo (Australia)" tvg-country="NZ" tvg-language="" tvg-logo="" group-title="",ZooMoo (Australia) +https://zoomoo-samsungau.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="ZooMooEU.nz" tvg-name="ZooMoo (EU)" tvg-country="NZ" tvg-language="" tvg-logo="https://i.imgur.com/85LA7Zm.png" group-title="",ZooMoo (EU) +https://rockentertainment-zoomoo-1-eu.rakuten.wurl.com/manifest/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 0997a3978..8e2a61a57 100644 --- a/channels/pa.m3u +++ b/channels/pa.m3u @@ -1,4 +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) @@ -7,3 +13,5 @@ https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 #EXTINF:-1 tvg-id="Telemetro.pa" tvg-name="Telemetro" tvg-country="PA" tvg-language="Spanish" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/e/e0/Telemetro_2010_logo.png/revision/latest?cb=20181013042937&path-prefix=es" group-title="",Telemetro (720p) https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 +#EXTINF:-1 tvg-id="TVNHD.pa" tvg-name="TVN HD" tvg-country="PA" tvg-language="" tvg-logo="https://3.bp.blogspot.com/-e1scDLqFQd8/Vx4ithci-rI/AAAAAAAACYk/Qds1kNnpYT8WnBgoJnx7jnS197He2QLngCLcB/s1600/logo-tvn.png" group-title="",TVN HD +https://bcovlive-a.akamaihd.net/2f670e324b9b46bba7582e919ed90924/us-east-1/6058004209001/profile_0/chunklist_dvr.m3u8 diff --git a/channels/pe.m3u b/channels/pe.m3u index 4fecf161e..954156207 100644 --- a/channels/pe.m3u +++ b/channels/pe.m3u @@ -1,8 +1,8 @@ #EXTM3U -#EXTINF:-1 tvg-id="24TVCulturalesPeru.pe" tvg-name="24 TV Culturales (Peru)" tvg-country="PE" tvg-language="Spanish" tvg-logo="" group-title="Culture",24 TV Culturales (Peru) [Not 24/7] -http://vs8.live.opencaster.com/cultura24/smil:cultura24/chunklist_w450881441_b964000_sles.m3u8 #EXTINF:-1 tvg-id="AntaresTelevision.pe" tvg-name="Antares Televisiรณn" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/antaresTvRadioOficial/picture?width=320&height=320" group-title="Local",Antares Televisiรณn https://5c3fb01839654.streamlock.net:554/iptvantares/liveantarestv/playlist.m3u8 +#EXTINF:-1 tvg-id="ATV.pe" tvg-name="ATV" tvg-country="PE" tvg-language="Spanish" tvg-logo="" group-title="Entertainment",ATV (Lima) +http://186.101.216.211:8000/play/a073 #EXTINF:-1 tvg-id="BestCableMusic.pe" tvg-name="Best Cable Music" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/BestCableMusicCanal97/picture?width=320&height=320" group-title="Music",Best Cable Music (720p) [Not 24/7] https://live.siete.us/bestcablemusic/bestcablemusic/index.m3u8 #EXTINF:-1 tvg-id="BestCableMasCumbia.pe" tvg-name="Best Cable Mรกs Cumbia" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/BestCableMusicCanal97/picture?width=320&height=320" group-title="Music",Best Cable Mรกs Cumbia (720p) [Not 24/7] @@ -13,29 +13,21 @@ https://live.siete.us/bestcable/bestcable/index.m3u8 https://live.siete.us/bestcablesports/bestcablesports/index.m3u8 #EXTINF:-1 tvg-id="BeXtremeTVLima.pe" tvg-name="BeXtreme TV (Lima)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/d9n0sOZ.png" group-title="Local",BeXtreme TV (Lima) (1080p) [Not 24/7] https://video1.getstreamhosting.com:1936/8106/8106/playlist.m3u8 -#EXTINF:-1 tvg-id="BHTV.pe" tvg-name="BHTV" tvg-country="PE" tvg-language="" tvg-logo="" group-title="General",BHTV -http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/.m3u -#EXTINF:-1 tvg-id="BHtv.pe" tvg-name="BHtv" tvg-country="PE" tvg-language="" tvg-logo="" group-title="General",BHtv -http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/.m3u8 #EXTINF:-1 tvg-id="BHTV.pe" tvg-name="BHTV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7hP4nps.png" group-title="General",BHTV (720p) http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8 -#EXTINF:-1 tvg-id="BHtv.pe" tvg-name="BHtv" tvg-country="PE" tvg-language="" tvg-logo="" group-title="General",BHtv -http://cdn2.ujjina.com:1935/iptvbhtv/livebhtvtv/media_w554966584.m3u8 -#EXTINF:-1 tvg-id="BHTVHD.pe" tvg-name="BHTV HD" tvg-country="PE" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTY3qwLouJrHW0Vt6s7ltzQnwYMfQo03LBX_A&usqp=CAU" group-title="General",BHTV HD -http://cdn2.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8 #EXTINF:-1 tvg-id="CajamarcaTV.pe" tvg-name="Cajamarca TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/CajamarcaTV/picture?width=320&height=320" group-title="Local",Cajamarca TV https://live.siete.us/cajamarcatv/cajamarcatv/index.m3u8 #EXTINF:-1 tvg-id="CANALIPE.pe" tvg-name="CANAL IPE" tvg-country="PE" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Identidad_Peruana_ipe_2020.png/1200px-Identidad_Peruana_ipe_2020.png" group-title="Family",CANAL IPE [Not 24/7] https://cdnh8.iblups.com/hls/OVJNKV4pSr.m3u8 +#EXTINF:-1 tvg-id="CANALN.pe" tvg-name="Canal N" tvg-country="PE" tvg-language="" tvg-logo="" group-title="Family",Canal N +http://186.101.216.211:8000/play/a05i #EXTINF:-1 tvg-id="CentralTVChosica.pe" tvg-name="Central TV (Chosica)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/CentralTVperuLima/picture?width=320&height=320" group-title="Local",Central TV (Chosica) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvcentraltv/livecentraltvtv/playlist.m3u8 #EXTINF:-1 tvg-id="ChicosIPe.pe" tvg-name="Chicos IPe" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/FI1Hd4E.png" group-title="Family",Chicos IPe [Not 24/7] http://cdnh4.iblups.com/hls/OVJNKV4pSr.m3u8 #EXTINF:-1 tvg-id="CRTelevisionMoyobamba.pe" tvg-name="CR Television (Moyobamba)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/crtvmoyobamba/picture?width=320&height=320" group-title="Local",CR Television (Moyobamba) [Not 24/7] https://media2.cdnlayer.biz:8081/8020/index.m3u8 -#EXTINF:-1 tvg-id="Cultura24tv.pe" tvg-name="Cultura24.tv" tvg-country="PE" tvg-language="Spanish" tvg-logo="" group-title="Culture",Cultura24.tv (360p) -https://vs8.live.opencaster.com/cultura24/_definst_/mp4:cultura24_480/playlist.m3u8 -#EXTINF:-1 tvg-id="Cultura24tv.pe" tvg-name="Cultura24.tv" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/2mSwwpH.png" group-title="Culture",Cultura24.tv (720p) +#EXTINF:-1 tvg-id="Cultura24tv.pe" tvg-name="Cultura 24" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/2mSwwpH.png" group-title="Culture",Cultura 24 (720p) https://vs8.live.opencaster.com/cultura24/smil:cultura24/playlist.m3u8 #EXTINF:-1 tvg-id="DiarioHechiceraTumbes.pe" tvg-name="Diario Hechicera (Tumbes)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/diariohechicera/picture?width=320&height=320" group-title="Local",Diario Hechicera (Tumbes) https://panel.streamingtv-mediacp.online:1936/8108/8108/playlist.m3u8 @@ -45,34 +37,36 @@ https://cu.onliv3.com/livevd1/user2.m3u8 https://tvsource.gacetaucayalina.com/hls/prueba.m3u8 #EXTINF:-1 tvg-id="GalacticaTVPeru.pe" tvg-name="Galรกctica TV (Peru)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/RCGalacticatv/picture?width=320&height=320" group-title="Music",Galรกctica TV (Peru) https://envivo.galacticatv.com:3913/stream/play.m3u8 -#EXTINF:-1 tvg-id="GeniosTVMoyobamba.pe" tvg-name="Genios TV (Moyobamba)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/geniostvmoyobamba/picture?width=320&height=320" group-title="Local",Genios TV (Moyobamba) -https://media2.cdnlayer.biz:8081/8016/index.m3u8 #EXTINF:-1 tvg-id="HatunTV.pe" tvg-name="Hatun TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhI0HKESXrVQ8-ktPCeRap6-cP_4upPtEpAlwPa=s88-c-k-c0x00ffffff-no-rj" group-title="Music",Hatun TV https://live.siete.us/bestcablehatuntv/bestcablehatuntv/index.m3u8 -#EXTINF:-1 tvg-id="Inkavision.pe" tvg-name="Inkavisiรณn" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/Inkavisionoficial/picture?width=320&height=320" group-title="Local",Inkavisiรณn -https://7.innovatestream.pe:19360/inkavision/inkavision.m3u8 #EXTINF:-1 tvg-id="JNETV.pe" tvg-name="JNE TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/JNE.Peru/picture?width=320&height=320" group-title="Legislative",JNE TV [Not 24/7] https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8 #EXTINF:-1 tvg-id="Karibena.pe" tvg-name="Karibeรฑa" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/LaKaribena/picture?width=320&height=320" group-title="Music",Karibeรฑa https://cu.onliv3.com/livevd/user1.m3u8 +#EXTINF:-1 tvg-id="KaribenaTV.pe" tvg-name="Karibeรฑa TV" tvg-country="PE" tvg-language="" tvg-logo="https://i.imgur.com/a8yMvcV.png" group-title="Music",Karibeรฑa TV +https://cu.onliv3.com/livevd/user1_hd720/index.m3u8 #EXTINF:-1 tvg-id="Latina.pe" tvg-name="Latina (Peru)" tvg-country="PE" tvg-language="Spanish" tvg-logo="" group-title="",Latina (Peru) https://mdstrm.com/live-stream-playlist/5ce7109c7398b977dc0744cd.m3u8 -#EXTINF:-1 tvg-id="MasterTVTarapoto.pe" tvg-name="Master TV (Tarapoto)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/169404973238869/picture?width=320&height=320" group-title="Local",Master TV (Tarapoto) -https://tv.oyotunstream.com:1936/mastertv/mastertv/playlist.m3u8 #EXTINF:-1 tvg-id="MegaTV.pe" tvg-name="Mega TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/MTVAQP/picture?width=320&height=320" group-title="Local",Mega TV (360p) [Not 24/7] https://cp.sradiotv.com:1936/Stream/Stream/playlist.m3u8 #EXTINF:-1 tvg-id="Millenium49TVPucallpa.pe" tvg-name="Millenium 49 TV (Pucallpa)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/zYpMHhQ.png" group-title="Local",Millenium 49 TV (Pucallpa) [Not 24/7] https://stmv.panel.mivideo.pro/mileniuntv/mileniuntv/playlist.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" tvg-name="Monterrico TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhD4JjitkowIeOGRlCsK-kmDk1T3lXgqklUjSv5KA=s320-c-k-c0x00ffffff-no-rj" group-title="Sports",Monterrico TV (1080p) http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 +#EXTINF:-1 tvg-id="MonterricoTV.pe" tvg-name="Monterrico TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhD4JjitkowIeOGRlCsK-kmDk1T3lXgqklUjSv5KA=s320-c-k-c0x00ffffff-no-rj" group-title="Sports",Monterrico TV +https://ed1ov.live.opencaster.com/jcpstream_hd720/index.m3u8 +#EXTINF:-1 tvg-id="MonterricoTV.pe" tvg-name="Monterrico TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhD4JjitkowIeOGRlCsK-kmDk1T3lXgqklUjSv5KA=s320-c-k-c0x00ffffff-no-rj" group-title="Sports",Monterrico TV +https://ed1ov.live.opencaster.com/jcpstream_mid/index.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" tvg-name="Monterrico TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnhD4JjitkowIeOGRlCsK-kmDk1T3lXgqklUjSv5KA=s320-c-k-c0x00ffffff-no-rj" group-title="Sports",Monterrico TV (720p) [Not 24/7] https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 #EXTINF:-1 tvg-id="NuestraTVLima.pe" tvg-name="Nuestra TV (Lima)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/NUESTRATVPERU/picture?width=320&height=320" group-title="Local",Nuestra TV (Lima) [Not 24/7] https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima #EXTINF:-1 tvg-id="OmegaTVYurimaguas.pe" tvg-name="Omega TV (Yurimaguas)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/omegatvyurimaguas/picture?width=320&height=320" group-title="Local",Omega TV (Yurimaguas) [Not 24/7] https://7.innovatestream.pe:19360/omega/omega.m3u8 -#EXTINF:-1 tvg-id="OndaDigital.pe" tvg-name="Onda Digital" tvg-country="PE" tvg-language="" tvg-logo="https://i.imgur.com/3R2emx7.jpg" group-title="Music",Onda Digital +#EXTINF:-1 tvg-id="OndaDigital.pe" tvg-name="Onda Digital" tvg-country="PE" tvg-language="" tvg-logo="https://i.imgur.com/3R2emx7.jpg" group-title="General",Onda Digital http://184.154.28.210:1935/ondadigital/ondadigital/playlist.m3u8 +#EXTINF:-1 tvg-id="OndaDigital.pe" tvg-name="Onda Digital" tvg-country="PE" tvg-language="" tvg-logo="https://i.imgur.com/3R2emx7.jpg" group-title="General",Onda Digital +https://ed1ov.live.opencaster.com/CwCfFGFdtebB/index.m3u8 #EXTINF:-1 tvg-id="OvacionTVLima.pe" tvg-name="Ovaciรณn TV (Lima)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/ovacionperu/picture?width=320&height=320" group-title="Sports",Ovaciรณn TV (Lima) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvovacion1/liveovacion1tv/playlist.m3u8 #EXTINF:-1 tvg-id="PanamericanaTV.pe" tvg-name="Panamericana TV" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/uQhEDES.png" group-title="General",Panamericana TV (HD) [Not 24/7] @@ -103,9 +97,15 @@ https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www. https://servers.amelbasoluciones.co:19360/5medialive/5medialive.m3u8 #EXTINF:-1 tvg-id="SuperCanalYurimaguas.pe" tvg-name="Super Canal (Yurimaguas)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/supercanalyuri/picture?width=320&height=320" group-title="Local",Super Canal (Yurimaguas) [Not 24/7] https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 +#EXTINF:-1 tvg-id="TelesurCamana.pe" tvg-name="Telesur (Camana)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/telesurexpresion/picture?width=320&height=320" group-title="Local",Telesur (Camana) [Not 24/7] +https://qlobbidev.s.llnwi.net/telesur3/hls/camana.m3u8 #EXTINF:-1 tvg-id="TelesurIlo.pe" tvg-name="Telesur (Ilo)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/telesurexpresion/picture?width=320&height=320" group-title="Local",Telesur (Ilo) https://qlobbidev.s.llnwi.net/telesur3/hls/ilo.m3u8 -#EXTINF:-1 tvg-id="TelesurTacna.pe" tvg-name="Telesur (Tacna)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/telesurexpresion/picture?width=320&height=320" group-title="Local",Telesur (Tacna) +#EXTINF:-1 tvg-id="TelesurMollendo.pe" tvg-name="Telesur (Mollendo)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/telesurexpresion/picture?width=320&height=320" group-title="Local",Telesur (Mollendo) +https://qlobbidev.s.llnwi.net/telesur3/hls/mollendo.m3u8 +#EXTINF:-1 tvg-id="TelesurMoquegua.pe" tvg-name="Telesur (Moquegua)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/telesurexpresion/picture?width=320&height=320" group-title="Local",Telesur (Moquegua) +https://qlobbidev.s.llnwi.net/telesur3/hls/moquegua.m3u8 +#EXTINF:-1 tvg-id="TelesurTacna.pe" tvg-name="Telesur (Tacna)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/telesurexpresion/picture?width=320&height=320" group-title="Local",Telesur (Tacna) [Not 24/7] https://qlobbidev.s.llnwi.net/telesur3/hls/tacna.m3u8 #EXTINF:-1 tvg-id="TelevisionTarapoto.pe" tvg-name="Televisiรณn Tarapoto" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/televisiontarapoto/picture?width=320&height=320" group-title="Local",Televisiรณn Tarapoto https://5ee0faac3bbae.streamlock.net/televisiontpp/televisiontpp/playlist.m3u8 @@ -119,6 +119,10 @@ http://167.114.116.212:1935/tvmb/turbomix/master.m3u8 https://59d39900ebfb8.streamlock.net/str15live/str15live/playlist.m3u8 #EXTINF:-1 tvg-id="TVNorteChiclayo.pe" tvg-name="TV Norte (Chiclayo)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/tvnorte7/picture?width=320&height=320" group-title="Local",TV Norte (Chiclayo) [Not 24/7] https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD +#EXTINF:-1 tvg-id="TVNoticias73.pe" tvg-name="TV Noticias 7.3" tvg-country="PE" tvg-language="" tvg-logo="https://yt3.ggpht.com/-TT4fesr5OEU/AAAAAAAAAAI/AAAAAAAAAAA/bcrXYkOAjdA/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" group-title="",TV Noticias 7.3 +http://www.radiosargentina.com.ar/php/tvm3u.php?id=DIPE0002&mode=12 +#EXTINF:-1 tvg-id="TVPeru.pe" tvg-name="TV Peru" tvg-country="PE" tvg-language="" tvg-logo="http://www.tvperu.gob.pe/sites/all/themes/stability/images/tvperu_avatar.png" group-title="",TV Peru +http://www.radiosargentina.com.ar/php/tvm3u.php?id=DIPE0003&mode=12 #EXTINF:-1 tvg-id="TVPeruanisima.pe" tvg-name="TV Peruanรญsima" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/HenryAyalaProductions/picture?width=320&height=320" group-title="Music",TV Peruanรญsima http://k4.usastreams.com/TVperuanisima/TVperuanisima/playlist.m3u8 #EXTINF:-1 tvg-id="TVPeru.pe" tvg-name="TV Perรบ" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://www.tvperu.gob.pe/sites/all/themes/stability/images/logo_TVPE_PLAY.png" group-title="General",TV Perรบ [Not 24/7] @@ -131,7 +135,7 @@ https://cdnh8.iblups.com/hls/RMuwrdk7M9.m3u8 http://170.79.102.223/UCI/index.m3u8 #EXTINF:-1 tvg-id="UranioTVYurimaguas.pe" tvg-name="Uranio TV (Yurimaguas)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/uraniotv/picture?width=320&height=320" group-title="Local",Uranio TV (Yurimaguas) https://live.siete.us/uraniotv/uraniotv/index.m3u8 -#EXTINF:-1 tvg-id="VisionNoticiasPeruVNP.pe" tvg-name="Visiรณn Noticias Perรบ (VNP)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/vnptv.pe/picture?width=320&height=320" group-title="News",Visiรณn Noticias Perรบ (VNP) +#EXTINF:-1 tvg-id="VisionNoticiasPeruVNP.pe" tvg-name="Visiรณn Noticias Perรบ (VNP)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/vnptv.pe/picture?width=320&height=320" group-title="News",Visiรณn Noticias Perรบ (VNP) [Not 24/7] https://5ee0faac3bbae.streamlock.net/visionnoticias/visionnoticias/playlist.m3u8 #EXTINF:-1 tvg-id="VisionTVMusicaPeru.pe" tvg-name="Visiรณn TV Musica (Peru)" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/visiontvmusica/picture?width=320&height=320" group-title="Music",Visiรณn TV Musica (Peru) https://5ee0faac3bbae.streamlock.net/visionmusica/visionmusica/playlist.m3u8 diff --git a/channels/ph.m3u b/channels/ph.m3u index 285847b79..039a78541 100644 --- a/channels/ph.m3u +++ b/channels/ph.m3u @@ -3,12 +3,8 @@ 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="GMALifeTV.ph" tvg-name="GMA Life TV" tvg-country="PH" tvg-language="Tagalog" tvg-logo="" group-title="",GMA Life TV (360p) -http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Philippines/fc256993b031626.m3u8 -#EXTINF:-1 tvg-id="GMANewsTVInternational.ph" tvg-name="GMA News TV International" tvg-country="PH" tvg-language="Tagalog" tvg-logo="" group-title="News",GMA News TV International (576p) -http://4ce5e2d62ee2c10e43c709f9b87c44d5.streamhost.cc/m3u8/Philippines/f9973976ebde68c.m3u8 #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 #EXTINF:-1 tvg-id="GreatCommissionTVGCTV.ph" tvg-name="Great Commission TV (GCTV)" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",Great Commission TV (GCTV) @@ -21,6 +17,8 @@ https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 https://d3cbe0gidjd4k2.cloudfront.net/channel_6/channel6/playlist.m3u8 #EXTINF:-1 tvg-id="NET25.ph" tvg-name="NET 25" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",NET 25 https://ebc.sytes.net/hls/net25.m3u8 +#EXTINF:-1 tvg-id="PilipinasHD.ph" tvg-name="Pilipinas HD" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",Pilipinas HD +https://d3cbe0gidjd4k2.cloudfront.net/channel_5/smil:channel_5.smil/chunklist_w1281634943_b300000_sleng.m3u8 #EXTINF:-1 tvg-id="ShopTV.ph" tvg-name="Shop TV" tvg-country="PH" tvg-language="Tagalog" tvg-logo="https://i.imgur.com/RUQASCU.png" group-title="Shop",Shop TV (480p) https://d3cbe0gidjd4k2.cloudfront.net/channel_1/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="SMNI.ph" tvg-name="SMNI" tvg-country="PH" tvg-language="Tagalog" tvg-logo="https://i.imgur.com/l2JSQme.png" group-title="",SMNI (720p) diff --git a/channels/pk.m3u b/channels/pk.m3u index 8250080be..adf2dd6ed 100644 --- a/channels/pk.m3u +++ b/channels/pk.m3u @@ -1,36 +1,44 @@ #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 #EXTINF:-1 tvg-id="Kay2TV.pk" tvg-name="Kay2 TV" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/Hw94SaM.jpg" group-title="",Kay2 TV (414p) https://dcunilive36-lh.akamaihd.net/i/dclive_1@662109/master.m3u8 #EXTINF:-1 tvg-id="KhyberMiddleEastTV.pk" tvg-name="Khyber Middle East TV" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/mqFWpXX.png" group-title="",Khyber Middle East TV (414p) 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="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="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 #EXTINF:-1 tvg-id="ZindagiTV.pk" tvg-name="Zindagi TV" tvg-country="PK" tvg-language="Urdu" tvg-logo="https://i.imgur.com/RtHeRwp.png" group-title="",Zindagi TV (576p) diff --git a/channels/pl.m3u b/channels/pl.m3u index c5d2e1aca..4a42ea14b 100644 --- a/channels/pl.m3u +++ b/channels/pl.m3u @@ -55,8 +55,8 @@ http://stream14.polskieradio.pl:1935/pr4_video/video_pr4.stream/playlist.m3u8 http://stream.sferatv.pl:1935/sferalive/smil:sferalive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TelewizjaPograniczeGlubczyce.pl" tvg-name="Telewizja Pogranicze (Gล‚ubczyce)" tvg-country="PL" tvg-language="Polish" tvg-logo="https://i.imgur.com/ilGvIug.jpeg" group-title="",Telewizja Pogranicze (Gล‚ubczyce) (720p) http://95.160.28.218:1935/pogranicze/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Trusotv.pl" tvg-name="Truso.tv" tvg-country="PL" tvg-language="Polish" tvg-logo="https://i.imgur.com/Ic07Biz.jpg" group-title="",Truso.tv (Elblฤ…g) (576p) -http://95.160.28.218:1935/elblag/myStream_aac/playlist.m3u8 +#EXTINF:-1 tvg-id="TelewizjaTorun.pl" tvg-name="Telewizja Toruล„" tvg-country="PL" tvg-language="" tvg-logo="" group-title="",Telewizja Toruล„ +http://217.173.176.107:1935/live/ngrp:tvk.stream_mobile/chunks.m3u8 #EXTINF:-1 tvg-id="TrwamTV.pl" tvg-name="Trwam TV" tvg-country="PL" tvg-language="" tvg-logo="" group-title="",Trwam TV http://trwamtv.live.e57-po.insyscd.net/cl01/out/u/trwam_3.m3u8 #EXTINF:-1 tvg-id="TVKujawy.pl" tvg-name="TV Kujawy" tvg-country="PL" tvg-language="Polish" tvg-logo="https://i.imgur.com/tgLWe9o.jpg" group-title="",TV Kujawy diff --git a/channels/pr.m3u b/channels/pr.m3u index aaaa46e60..0bd1cf4b0 100644 --- a/channels/pr.m3u +++ b/channels/pr.m3u @@ -5,12 +5,8 @@ https://5983a4e15f07f.streamlock.net:8443/worocanal13pr/worocanal13pr/chunklist_ https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8 #EXTINF:-1 tvg-id="CDMTV.pr" tvg-name="CDM TV" tvg-country="PR" tvg-language="Spanish" tvg-logo="" group-title="",CDM TV (480p) http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 -#EXTINF:-1 tvg-id="CTNiChristianTelevisionNetworkInternational.pr" tvg-name="CTNi (Christian Television Network International)" tvg-country="PR" tvg-language="Spanish" tvg-logo="http://www.ctni.org/uploads/8/5/5/2/8552064/ctni-white-sm_orig.png" group-title="Religious",CTNi (Christian Television Network International) -https://584097344c1f0.streamlock.net/48/48.smil/chunklist_w379990319_b1564000_sleng.m3u8 #EXTINF:-1 tvg-id="CTNiChristianTelevisionNetworkInternational.pr" tvg-name="CTNi (Christian Television Network International)" tvg-country="PR" tvg-language="Spanish" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2018/07/CTNi.png" group-title="Religious",CTNi (Christian Television Network International) (480p) https://584097344c1f0.streamlock.net/48/_definst_/smil:48.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CTNiPuertoRico.pr" tvg-name="CTNi (Puerto Rico)" tvg-country="PR" tvg-language="" tvg-logo="" group-title="",CTNi (Puerto Rico) -https://584097344c1f0.streamlock.net/48/48.smil/chunklist_w282216706_b1564000_sleng.m3u8 #EXTINF:-1 tvg-id="NotiUnoPuertoRico.pr" tvg-name="Noti Uno Puerto Rico" tvg-country="PR" tvg-language="" tvg-logo="" group-title="",Noti Uno Puerto Rico https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/chunklist_w782728706.m3u8 #EXTINF:-1 tvg-id="PuraPalabra.pr" tvg-name="Pura Palabra" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://i1.wp.com/unored.tv/wp-content/uploads/2016/03/Pura-Palabra-TV.jpg" group-title="",Pura Palabra (720p) @@ -19,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 921b92a6a..7e33a1b07 100644 --- a/channels/ps.m3u +++ b/channels/ps.m3u @@ -1,41 +1,49 @@ #EXTM3U -#EXTINF:-1 tvg-id="ajyal.ps" tvg-name="ajyal" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",ajyal (720p) -http://htvajyal.mada.ps:8888/ajyal/index.m3u8 -#EXTINF:-1 tvg-id="Ajyal.ps" tvg-name="Ajyal" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",Ajyal (720p) -http://htvmada.mada.ps:8888/ajyal/index.m3u8 +#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://htvajyal.mada.ps:8888/ajyal/tracks-v1a1/mono.m3u8 +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="AlAqsa.ps" tvg-name="Al-Aqsa" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",Al-Aqsa -https://live-1.linuxway.info/aqsatv/live/tv/chunklist_w1777513811.m3u8?v=1581848814 +#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="MusawahTV.ps" tvg-name="Musawah TV" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",Musawah TV -http://htvpalsat.mada.ps:8888/musawa/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="OrientRadioPlusPalestineMubasher.ps" tvg-name="Orient Radio + Palestine Mubasher" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/EKGnd0S.png" group-title="Music",Orient Radio + Palestine Mubasher -http://htvint.mada.ps:8889//orient/tracks-v1a1/mono.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/tracks-v1a1/mono.m3u8 +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 -http://htvpalsat.mada.ps:8888/PBC/tracks-v1a1/mono.m3u8 +http://htvpalsat.mada.ps:8888/PBC/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 (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/palestinian_satellite_channel/hls1/palestinian_satellite_channel.m3u8 #EXTINF:-1 tvg-id="PalestineToday.ps" tvg-name="Palestine Today" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://paltoday.tv/style/assets/images/logo.png" group-title="News",Palestine Today (480p) https://live.paltoday.tv/paltv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PALESTINIANTV.ps" tvg-name="PALESTINIAN TV" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",PALESTINIAN TV -http://51.255.84.28:8081/palestiniantv_source/live/chunks.m3u8 -#EXTINF:-1 tvg-id="palestiniantv.ps" tvg-name="palestiniantv" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",palestiniantv -http://palestiniantv.origin.technostreaming.net:8081/palestiniantv_source/live/chunks.m3u8 -#EXTINF:-1 tvg-id="WatarTV.ps" tvg-name="Watar TV" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",Watar TV -http://htvint.mada.ps:8889/orient/tracks-v1a1/mono.m3u8?v=86757236 -#EXTINF:-1 tvg-id="WattanTV.ps" tvg-name="Wattan TV" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",Wattan TV (720p) -http://htvmada.mada.ps:8888/wattan/index.m3u8?v=86757236 -#EXTINF:-1 tvg-id="WattanTV.ps" tvg-name="Wattan TV" tvg-country="PS" tvg-language="" tvg-logo="" group-title="",Wattan TV -http://htvmada.mada.ps:8888/wattan/tracks-v1a1/mono.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 c6d418cf1..27b2e8af6 100644 --- a/channels/pt.m3u +++ b/channels/pt.m3u @@ -1,12 +1,16 @@ #EXTM3U #EXTINF:-1 tvg-id="1001Noites.pt" tvg-name="1001 Noites" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",1001 Noites (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8155/ngrp:LVW8155_41E1ciuCvO_all/chunklist.m3u8 -#EXTINF:-1 tvg-id="Caca Vision PT" tvg-name="Caca Vision PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3qB3JL7.png" group-title="Outdoor",Caรงavision (HQ) +#EXTINF:-1 tvg-id="CacaVision.pt" tvg-name="Caca Vision" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3qB3JL7.png" group-title="Outdoor",Caรงavision (HQ) https://cdn039.fractalmedia.es/hls/caz_pt_high.m3u8 -#EXTINF:-1 tvg-id="Caca Vision PT" tvg-name="Caca Vision PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3qB3JL7.png" group-title="Outdoor",Caรงavision (LQ) +#EXTINF:-1 tvg-id="CacaVision.pt" tvg-name="Caca Vision" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3qB3JL7.png" group-title="Outdoor",Caรงavision (LQ) https://cdn039.fractalmedia.es/hls/caz_pt_low.m3u8 -#EXTINF:-1 tvg-id="Caca Vision PT" tvg-name="Caca Vision PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3qB3JL7.png" group-title="Outdoor",Caรงavision (MQ) +#EXTINF:-1 tvg-id="CacaVision.pt" tvg-name="Caca Vision" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/3qB3JL7.png" group-title="Outdoor",Caรงavision (MQ) https://cdn039.fractalmedia.es/hls/caz_pt_med.m3u8 +#EXTINF:-1 tvg-id="Hot.pt" tvg-name="Hot" tvg-country="PT" tvg-language="Portuguese" tvg-logo="" group-title="XXX",Hot +http://185.236.229.21:9981/play/a03p +#EXTINF:-1 tvg-id="IgrejaOnline.pt" tvg-name="Igreja Online" tvg-country="PT" tvg-language="" tvg-logo="http://www.igreja-online.tv/img/logo.png" group-title="",Igreja Online +http://195.22.11.11:1935/igronline/igronline2/playlist.m3u8 #EXTINF:-1 tvg-id="KuriakosCine.pt" tvg-name="Kuriakos Cine" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/GbQuvWG.png" group-title="Movies",Kuriakos Cine (1080p) http://c2.manasat.com:1935/kcine/kcine3/FluxusTV.m3u8 #EXTINF:-1 tvg-id="KuriakosCine.pt" tvg-name="Kuriakos Cine" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",Kuriakos Cine (1080p) @@ -15,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 @@ -31,43 +35,60 @@ http://195.22.11.11:1935/ktv/ktv1/iptvm3uplaylists.com.m3u8 http://195.22.11.11:1935/ktv/ktv1/TeamBlue.m3u8 #EXTINF:-1 tvg-id="KuriakosTV.pt" tvg-name="Kuriakos TV" tvg-country="PT" tvg-language="" tvg-logo="https://cdn.teleon.tv/logo/kuriakos_tv_pt.png" group-title="",Kuriakos TV (576p) http://195.22.11.11:1935/ktv/ktv2/playlist.m3u8 -#EXTINF:-1 tvg-id="ONTV.pt" tvg-name="ON TV" tvg-country="PT" tvg-language="" tvg-logo="https://i.imgur.com/2heM5qk.png" group-title="Music",ON TV -https://5ce9406b73c33.streamlock.net/ONFM/livestream/master.m3u8 +#EXTINF:-1 tvg-id="NOSStudiosHD.pt" tvg-name="NOS Studios HD" tvg-country="PT" tvg-language="" tvg-logo="" group-title="Movies",NOS Studios HD +http://185.236.229.21:9981/play/a054 #EXTINF:-1 tvg-id="PortoCanal.pt" tvg-name="Porto Canal" tvg-country="PT" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Logo_Porto_Canal.jpg/300px-Logo_Porto_Canal.jpg" group-title="",Porto Canal (360p) https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8 -#EXTINF:-1 tvg-id="Porto Canal PT" tvg-name="Porto Canal PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/b/ba/Logo_Porto_Canal.jpg" group-title="General",Porto Canal (360p) +#EXTINF:-1 tvg-id="PortoCanal.pt" tvg-name="Porto Canal" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/b/ba/Logo_Porto_Canal.jpg" group-title="General",Porto Canal (360p) https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 #EXTINF:-1 tvg-id="PortoCanalPortugalPT.pt" tvg-name="Porto Canal Portugal PT" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",Porto Canal Portugal PT (360p) https://streamer-b02.videos.sapo.pt/live/portocanal/master.m3u8 -#EXTINF:-1 tvg-id="RTP Acores PT" tvg-name="RTP Acores PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/106-563419141305.png" group-title="General",RTP Aรงores +#EXTINF:-1 tvg-id="RTPAcores.pt" tvg-name="RTP Acores" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/106-563419141305.png" group-title="General",RTP Aรงores #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpacores.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP Internacional PT" tvg-name="RTP Internacional PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/120-344318101410.png" group-title="General",RTP Internacional (480p) +#EXTINF:-1 tvg-id="RTPInternacional.pt" tvg-name="RTP Internacional" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/120-344318101410.png" group-title="General",RTP Internacional (480p) http://210.210.155.35/qwr9ew/s/s38/index.m3u8 -#EXTINF:-1 tvg-id="RTP Internacional PT" tvg-name="RTP Internacional PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/120-344318101410.png" group-title="General",RTP Internacional +#EXTINF:-1 tvg-id="RTPInternacional.pt" tvg-name="RTP Internacional" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/120-344318101410.png" group-title="General",RTP Internacional #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpi.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP Madeira PT" tvg-name="RTP Madeira PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/107-443519141305.png" group-title="General",RTP Madeira +#EXTINF:-1 tvg-id="RTPMadeira.pt" tvg-name="RTP Madeira" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/107-443519141305.png" group-title="General",RTP Madeira #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP Africa PT" tvg-name="RTP Africa PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/27-363219141305.png" group-title="General",RTP รfrica [not 24/7] +#EXTINF:-1 tvg-id="RTPAfrica.pt" tvg-name="RTP Africa" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/27-363219141305.png" group-title="General",RTP รfrica [not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpafrica.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP 1 PT" tvg-name="RTP 1 PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/5-563718101410.png" group-title="General",RTP1 [not 24/7] +#EXTINF:-1 tvg-id="RTP1.pt" tvg-name="RTP 1" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/5-563718101410.png" group-title="General",RTP1 [not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtp1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP 3 PT" tvg-name="RTP 3 PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/64-393818101410.png" group-title="News",RTP3 [not 24/7] +#EXTINF:-1 tvg-id="RTP2.pt" tvg-name="RTP 2" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/3-363718101410.png" group-title="General",RTP2 [not 24/7] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) +https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="RTP3.pt" tvg-name="RTP 3" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://cdn-images.rtp.pt/common/img/channels/logos/color/horizontal/64-393818101410.png" group-title="News",RTP3 [not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/livetvhlsDVR/rtpndvr.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="SICMulher.pt" tvg-name="SIC Mulher" tvg-country="PT" tvg-language="Portuguese" tvg-logo="" group-title="Entertainment",SIC Mulher +http://185.236.229.21:9981/play/a037 #EXTINF:-1 tvg-id="SobrenaturalTV.pt" tvg-name="Sobrenatural TV" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/jYIf7Mz.png" group-title="Religious",Sobrenatural TV (1080p) http://213.13.26.11:1935/live/sobrenaturaltv/livestream.m3u8 #EXTINF:-1 tvg-id="SobrenaturalTV.pt" tvg-name="Sobrenatural TV" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/VgzVZto.png" group-title="Religious",Sobrenatural TV (720p) [Not 24/7] http://livestreamcdn.net:1935/SobrenaturalTV/SobrenaturalTV/playlist.m3u8 +#EXTINF:-1 tvg-id="SportTV5.pt" tvg-name="Sport TV 5" tvg-country="PT" tvg-language="Portuguese" tvg-logo="" group-title="",Sport TV 5 +http://185.236.229.21:9981/play/a03n +#EXTINF:-1 tvg-id="SportTVPlus.pt" tvg-name="Sport TV+" tvg-country="PT" tvg-language="Portuguese" tvg-logo="" group-title="",Sport TV+ +http://185.236.229.21:9981/play/a03c #EXTINF:-1 tvg-id="TVFatima.pt" tvg-name="TV Fรกtima" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",TV Fรกtima (1080p) http://213.13.26.11:1935/live/santuario.stream/livestream.m3u8 #EXTINF:-1 tvg-id="TVFatima.pt" tvg-name="TV Fรกtima" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",TV Fรกtima https://streamer-b02.videos.sapo.pt/live/santuario.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="TV Fatima PT" tvg-name="TV Fatima PT" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/hCFVc5S.jpg" group-title="Religious",TV Fรกtima (1080p) +#EXTINF:-1 tvg-id="TVFatima.pt" tvg-name="TV Fatima" tvg-country="PT" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/hCFVc5S.jpg" group-title="Religious",TV Fรกtima (1080p) https://streamer-b02.videos.sapo.pt/live/santuario.stream/livestream.m3u8 +#EXTINF:-1 tvg-id="TVCineAction.pt" tvg-name="TVCine Action" tvg-country="PT" tvg-language="Portuguese;English" tvg-logo="" group-title="Movies",TVCine Action +http://185.236.229.21:9981/play/a04n +#EXTINF:-1 tvg-id="TVCineEdition.pt" tvg-name="TVCine Edition" tvg-country="PT" tvg-language="Portuguese;English" tvg-logo="" group-title="Movies",TVCine Edition +http://185.236.229.21:9981/play/a061 +#EXTINF:-1 tvg-id="TVCineEmotion.pt" tvg-name="TVCine Emotion" tvg-country="PT" tvg-language="Portuguese;English" tvg-logo="" group-title="Movies",TVCine Emotion +http://185.236.229.21:9981/play/a05z +#EXTINF:-1 tvg-id="TVCineTop.pt" tvg-name="TVCine Top" tvg-country="PT" tvg-language="Portuguese;English" tvg-logo="" group-title="Movies",TVCine Top +http://185.236.229.21:9981/play/a04w #EXTINF:-1 tvg-id="TVIReality.pt" tvg-name="TVI Reality" tvg-country="PT" tvg-language="" tvg-logo="" group-title="",TVI Reality https://video-auth2.iol.pt/live_tvi_direct/live_tvi_direct/edge_servers/tvireality-480p/chunks.m3u8 diff --git a/channels/py.m3u b/channels/py.m3u index 1c7b23761..d0ba22641 100644 --- a/channels/py.m3u +++ b/channels/py.m3u @@ -1,8 +1,14 @@ #EXTM3U #EXTINF:-1 tvg-id="ABCTV.py" tvg-name="ABC TV" tvg-country="PY" tvg-language="Spanish" tvg-logo="https://i.imgur.com/tBdgllD.png" group-title="",ABC TV (720p) https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8 +#EXTINF:-1 tvg-id="FarraPlay.py" tvg-name="Farra Play" tvg-country="PY" tvg-language="" tvg-logo="" group-title="",Farra Play +http://159.203.148.226/live/farra_low.m3u8 #EXTINF:-1 tvg-id="GENTVHD.py" tvg-name="GEN TV HD" tvg-country="PY" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRZcUo2tNHLclj6aCa6SRgY8tbjL8xn-sD9IA&usqp=CAU" group-title="",GEN TV HD https://videohd.live:19360/8010/8010.m3u8?_=1 +#EXTINF:-1 tvg-id="LIMTV.py" tvg-name="LIM TV" tvg-country="PY" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/limtvok/picture?width=300&height=300" group-title="",LIM TV [Not 24/7] +https://live.admefy.com/live/default/ashamed_crimson_3360d.m3u8 +#EXTINF:-1 tvg-id="SURTVItapua.py" tvg-name="SUR TV Itapรบa" tvg-country="PY" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/804016687108521985/L4G3JMvc_400x400.jpg" group-title="",SUR TV Itapรบa +https://edge7-ccast-sl.cvattv.com.ar/live/c5eds/SUR_TV_C4/verimatrix_rotating_FTA/SUR_TV_C4-video=530000.m3u8 #EXTINF:-1 tvg-id="Telefuturo.py" tvg-name="Telefuturo1080p" tvg-country="PY" tvg-language="Spanish" tvg-logo="https://i.imgur.com/qZ9LcJb.jpeg" group-title="",Telefuturo (1080p) https://tigocloud.desdeparaguay.net/telefuturo/telefuturo_py_alta/playlist.m3u8?k=d9185e101ab199e7333c542362965ef797b30c4dc2f64263832b27190bfe40f7&exp=1615764240 #EXTINF:-1 tvg-id="Telefuturo.py" tvg-name="Telefuturo720p" tvg-country="PY" tvg-language="Spanish" tvg-logo="https://i.imgur.com/qZ9LcJb.jpeg" group-title="",Telefuturo (720p) @@ -11,3 +17,5 @@ https://tigocloud.desdeparaguay.net/telefuturo/telefuturo_py_med/playlist.m3u8?k http://174.138.118.252/live/trece.m3u8 #EXTINF:-1 tvg-id="Unicanal.py" tvg-name="Unicanal" tvg-country="PY" tvg-language="Spanish" tvg-logo="https://i.imgur.com/cgTD2TW.png" group-title="",Unicanal http://45.55.127.106/live/unicanal.m3u8 +#EXTINF:-1 tvg-id="Unicanal.py" tvg-name="Unicanal" tvg-country="PY" tvg-language="" tvg-logo="" group-title="",Unicanal +http://45.55.127.106/live/unicanal_mid.m3u8 diff --git a/channels/qa.m3u b/channels/qa.m3u index 1d993d55e..76edca8f1 100644 --- a/channels/qa.m3u +++ b/channels/qa.m3u @@ -46,6 +46,10 @@ 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="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="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 #EXTINF:-1 tvg-id="QatarTV.qa" tvg-name="Qatar TV" tvg-country="QA" tvg-language="" tvg-logo="" group-title="",Qatar TV (720p) diff --git a/channels/ro.m3u b/channels/ro.m3u index 2eb29949a..6bbb38c99 100644 --- a/channels/ro.m3u +++ b/channels/ro.m3u @@ -1,10 +1,12 @@ #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 +#EXTINF:-1 tvg-id="AlfaOmegaTV.ro" tvg-name="Alfa Omega TV" tvg-country="RO" tvg-language="" tvg-logo="https://img00.deviantart.net/473b/i/2016/214/9/8/catali2016_s_logo_remake__alfa_omega_tv_2016_by_catali2016-dace34w.png" group-title="",Alfa Omega TV +http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8?wowzasessionid=1441530266&time=1463063123262 #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) http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8 #EXTINF:-1 tvg-id="AlfaOmegaTV.ro" tvg-name="Alfa Omega TV" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Alfa Omega TV (540p) [Not 24/7] @@ -15,7 +17,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 @@ -39,6 +41,10 @@ https://stream.adunity.com/b1/b1.m3u8 http://46.4.14.12:9999/btvsvlive/btvsvlive/playlist.m3u8 #EXTINF:-1 tvg-id="BucovinaTV.ro" tvg-name="Bucovina TV" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/7QHdiTO.png" group-title="",Bucovina TV (480p) http://46.4.14.12:9999/btvsvlive/playlist.m3u8 +#EXTINF:-1 tvg-id="BucovinaTV.ro" tvg-name="Bucovina TV" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Bucovina TV +https://ch.iptvmate.net/34bf0fd9c6abd39babdbacb463fb2fb1.m3u8 +#EXTINF:-1 tvg-id="BucovinaTV.ro" tvg-name="Bucovina TV" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Bucovina TV +https://ch.iptvmate.net/8638921bf17f446eeb1661b195d2e7ca.m3u8 #EXTINF:-1 tvg-id="Canal33.ro" tvg-name="Canal 33" tvg-country="RO" tvg-language="" tvg-logo="https://i.imgur.com/9tNRAX0.png" group-title="",Canal 33 https://fms-https1.mediadirect.ro/live3/_definst_/canal33.smil/chunklist_w1456597134_b680000.m3u8 #EXTINF:-1 tvg-id="Canal33.ro" tvg-name="Canal33" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/BxUibFh.png" group-title="Business",Canal33 (480p) @@ -49,6 +55,8 @@ rtmp://columna1.arya.ro/live/columnatv1 https://stream1.antenaplay.ro/live/smil:ComedyPlay.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CooknPlay.ro" tvg-name="Cook&Play" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/0/08/Cook%26Play.png" group-title="Cooking",Cook&Play (480p/720p) https://stream1.antenaplay.ro/live/smil:CookPlay.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CorneaTV.ro" tvg-name="Cornea TV" tvg-country="RO" tvg-language="" tvg-logo="https://i.imgur.com/cn89fLa.jpg" group-title="",Cornea TV +http://89.149.30.158:1935/CorneaTV/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="CredoTV.ro" tvg-name="Credo TV" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Credo TV http://cdn.credonet.tv:1935/ctv/smil:livecredo.smil/chunklist_b1128000.m3u8 #EXTINF:-1 tvg-id="CredoTV.ro" tvg-name="Credo TV" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/AX5NsOv.jpg" group-title="Music",Credo TV (720p) @@ -75,6 +83,8 @@ https://ch.iptvmate.net/7e92d15f00213b7f4a48960350ab7db1.m3u8 https://stream1.kanald.ro/iphone/live.m3u8 #EXTINF:-1 tvg-id="KissTV.ro" tvg-name="Kiss TV" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/c/c4/Kiss_TV_%282014-present%29.png" group-title="Music",Kiss TV (576p) https://fms-https1.mediadirect.ro/live3/_definst_/kiss.smil/playlist.m3u8?publisher=83 +#EXTINF:-1 tvg-id="LightChannel.ro" tvg-name="Light Channel" tvg-country="RO" tvg-language="" tvg-logo="https://i.imgur.com/qskVMhF.png" group-title="",Light Channel +http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8 #EXTINF:-1 tvg-id="LookSport.ro" tvg-name="LookSport" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/uaJQZrv.png" group-title="Sports",LookSport (404p) https://stream1.1616.ro:1945/look/livestream/playlist.m3u8?wowzatokenhash=NqSD4qaHc94SbTW05NBB-lXC78ZiAOIbnbUBOHj1DAM= #EXTINF:-1 tvg-id="LookSport2.ro" tvg-name="LookSport 2" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/uJzkQGv.png" group-title="Sports",LookSport 2 (404p) @@ -85,7 +95,9 @@ https://stream1.1616.ro:1945/looksport3/livestream/playlist.m3u8?wowzatokenhash= https://stream1.1616.ro:1945/lookplus/livestream/playlist.m3u8?wowzatokenhash=NqSD4qaHc94SbTW05NBB-lXC78ZiAOIbnbUBOHj1DAM= #EXTINF:-1 tvg-id="MEDIAREGIONAL.ro" tvg-name="MEDIA REGIONAL" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",MEDIA REGIONAL http://83.103.150.198:8080 -#EXTINF:-1 tvg-id="MusicChannelRomania.ro" tvg-name="Music Channel Romania" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/PRgvj4c.png" group-title="",Music Channel Romania (576p) +#EXTINF:-1 tvg-id="MusicChannelRomania.ro" tvg-name="Music Channel Romania" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/PRgvj4c.png" group-title="Music",Music Channel Romania (576p) +https://ch.iptvmate.net/b8799300af8ecf28e89b77029dfa9e6d.m3u8 +#EXTINF:-1 tvg-id="MusicChannelRomania.ro" tvg-name="Music Channel Romania" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/PRgvj4c.png" group-title="Music",Music Channel Romania (576p) https://edge126.rcs-rds.ro/utvedge/musicchannelhq.stream/index.m3u8 #EXTINF:-1 tvg-id="MusicChannelRomania.ro" tvg-name="Music Channel Romania" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.imgur.com/PRgvj4c.png" group-title="Music",Music Channel Romania (576p) https://edge126.rcs-rds.ro/utvedge/musicchannelhq.stream/playlist.m3u8 @@ -121,9 +133,11 @@ http://webmobile.xdev.ro:81/tv12/playlist.m3u8 http://play.streamkit.tv/content/channel/sperantatv/live/sperantatv.player.m3u8 #EXTINF:-1 tvg-id="SperantaTV.ro" tvg-name="Speranta TV" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Speranta TV http://us200.streamkit.tv/edge/_definst_/%20sperantatv_1200/chunklist.m3u8 +#EXTINF:-1 tvg-id="Telestar1.ro" tvg-name="Telestar1" tvg-country="RO" tvg-language="" tvg-logo="" group-title="",Telestar1 +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 @@ -157,6 +171,8 @@ https://mn-nl.mncdn.com/tvrtimisoara_new/smil:tvrtimisoara_new.smil/index.m3u8 https://mn-nl.mncdn.com/tvrtgmures_new/smil:tvrtgmures_new.smil/index.m3u8 #EXTINF:-1 tvg-id="TVSat.ro" tvg-name="TVSat" tvg-country="RO" tvg-language="Romanian" tvg-logo="https://i.ibb.co/PFqmmSp/TVSat-RO.png" group-title="",TVSat (576p) http://89.38.8.130:39443 +#EXTINF:-1 tvg-id="UTV.ro" tvg-name="UTV" tvg-country="RO" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/ro/0/03/U-TV-HD.png" group-title="",UTV +http://82.76.40.76:80/utvedge/utvlive/playlist.m3u8 #EXTINF:-1 tvg-id="UTV.ro" tvg-name="UTV" tvg-country="RO" tvg-language="Romanian" tvg-logo="" group-title="Music",UTV (576p) http://edge76.rcs-rds.ro/utvedge/utvlivehls/playlist.m3u8 #EXTINF:-1 tvg-id="UTV.ro" tvg-name="UTV" tvg-country="RO" tvg-language="Romanian" tvg-logo="" group-title="Music",UTV (576p) diff --git a/channels/rs.m3u b/channels/rs.m3u index 50ee8fb7f..5b228a65e 100644 --- a/channels/rs.m3u +++ b/channels/rs.m3u @@ -5,6 +5,8 @@ https://kurir-tv.haste-cdn.net/providus/live2805.m3u8 https://kurir-tv.haste-cdn.net/providus/live2805_hq/index.m3u8 #EXTINF:-1 tvg-id="kurir.rs" tvg-name="Kurir TV" tvg-country="RS" tvg-language="Serbian" tvg-logo="https://i.imgur.com/oUwwB9s.png" group-title="",Kurir TV (360p) https://kurir-tv.haste-cdn.net/providus/live2805_lq/index.m3u8 +#EXTINF:-1 tvg-id="MISTelevizija.rs" tvg-name="MIS Televizija" tvg-country="AU;NZ" tvg-language="" tvg-logo="https://i.imgur.com/XaXRbxj.png" group-title="",MIS Televizija +https://5afd52b55ff79.streamlock.net/MISTV/_definst_/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="MuzzikAMVA2020RS.rs" tvg-name="Muzzik AMVA 2020 (RS)" tvg-country="RS" tvg-language="" tvg-logo="https://i.imgur.com/yRgMvpz.png" group-title="Music",Muzzik AMVA 2020 (RS) https://muzzik-live.morescreens.com/mts-8/playlist.m3u8 #EXTINF:-1 tvg-id="MuzzikCafeClubSerbia.rs" tvg-name="Muzzik Cafe&Club Serbia" tvg-country="RS" tvg-language="" tvg-logo="https://www.muzzik.tv/wp-content/uploads/2019/05/muzzik-logo.png" group-title="Music",Muzzik Cafe&Club Serbia (720p) diff --git a/channels/ru.m3u b/channels/ru.m3u index 43ee01e2c..eb572404e 100644 --- a/channels/ru.m3u +++ b/channels/ru.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" tvg-name="1HD Music Television" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Music",1HD Music Television +#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" tvg-name="1HD Music Television" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.lyngsat.com/logo/tv/num/1hd-music-tv-ru.png" group-title="Music",1HD Music Television http://1hdru-hls-otcnet.cdnvideo.ru/onehdmusic/tracks-v1a1/index.m3u8 -#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" tvg-name="1HD Music Television" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Music",1HD Music Television +#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" tvg-name="1HD Music Television" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.lyngsat.com/logo/tv/num/1hd-music-tv-ru.png" group-title="Music",1HD Music Television https://sc.id-tv.kz/1hd_34_35.m3u8 #EXTINF:-1 tvg-id="2x2.ru" tvg-name="2x2" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.ibb.co/DrvTgDc/2x2.png" group-title="",2x2 http://178.163.98.224:81/udp/234.0.0.244:2000 @@ -17,8 +17,18 @@ https://edge-tv-ll.facecast.io/evacoder_hls_hi/UBZfFgtKB1JwTwoDERNQVGGs/0.m3u8 https://edge-tv-ll.facecast.io/evacoder_hls_hi/UBZfFgtKB1JwTwoDERNQVGGs/1080.m3u8 #EXTINF:-1 tvg-id="43kanal.ru" tvg-name="43 ะบะฐะฝะฐะป" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",43 ะบะฐะฝะฐะป http://sochinskayatrk.ru/hdtv/hls/43Channel_hd/playlist.m3u8 -#EXTINF:-1 tvg-id="8Kanal.ru" tvg-name="8 ะšะฐะฝะฐะป" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",8 ะšะฐะฝะฐะป -http://80.65.18.213/perviy_molodeginyi_3100kb.m3u8 +#EXTINF:-1 tvg-id="5656TB1.ru" tvg-name="5656 TB 1" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",5656 TB 1 +https://5656.ga/ch1.m3u8 +#EXTINF:-1 tvg-id="5656TB2.ru" tvg-name="5656 TB 2" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",5656 TB 2 +https://5656.ga/ch2.m3u8 +#EXTINF:-1 tvg-id="5656TB3.ru" tvg-name="5656 TB 3" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",5656 TB 3 +https://5656.ga/ch3.m3u8 +#EXTINF:-1 tvg-id="5656TB4.ru" tvg-name="5656 TB 4" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",5656 TB 4 +https://5656.ga/ch4.m3u8 +#EXTINF:-1 tvg-id="5656TB5.ru" tvg-name="5656 TB 5" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",5656 TB 5 +https://5656.ga/ch5.m3u8 +#EXTINF:-1 tvg-id="5656TB6.ru" tvg-name="5656 TB 6" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",5656 TB 6 +https://5656.ga/ch6.m3u8 #EXTINF:-1 tvg-id="8KanalKrym.ru" tvg-name="8 ะšะฐะฝะฐะป ะšั€ั‹ะผ" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Family",8 ะบะฐะฝะฐะป ะšั€ั‹ะผ http://176.99.110.252/stream8/playlist.m3u8 #EXTINF:-1 tvg-id="9Volna.ru" tvg-name="9 ะ’ะพะปะฝะฐ" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Entertainment",9 ะ’ะพะปะฝะฐ (576p) @@ -64,6 +74,8 @@ https://strm.yandex.ru/kal/fresh/fresh0.m3u8 http://stream2.hardlife.tv:8134/hls-live/hlsGS/_definst_/liveevent/gs.m3u8 #EXTINF:-1 tvg-id="GravityFouls.ru" tvg-name="Gravity Fouls" tvg-country="INT" tvg-language="Russian" tvg-logo="" group-title="Kids",Gravity Fouls https://autopilot.catcast.tv/content/38105/index.m3u8 +#EXTINF:-1 tvg-id="HDlife.ru" tvg-name="HD life" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",HD life +http://37.193.6.155:34040/udp/239.1.9.2:1234 #EXTINF:-1 tvg-id="HDMedia.ru" tvg-name="HD ะœะตะดะธะฐ" tvg-country="RU" tvg-language="Russian" tvg-logo="https://iptvx.one/icn/hd-media.png" group-title="Entertainment",HD ะœะตะดะธะฐ (720p) https://strm.yandex.ru/kal/hdmedia/hdmedia0.m3u8 #EXTINF:-1 tvg-id="HDL.ru" tvg-name="HDL" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Documentary",HDL @@ -147,6 +159,8 @@ https://rt-usa.secure.footprint.net/1105.m3u8 https://rt-usa.secure.footprint.net/1105_2500Kb.m3u8 #EXTINF:-1 tvg-id="RTAmerica.ru" tvg-name="RT America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tyXIHlj.png" group-title="News",RT America (720p) https://uiptv.do.am/1ufc/702424953/playlist.m3u8 +#EXTINF:-1 tvg-id="RTArabic.ru" tvg-name="RT Arabic" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",RT Arabic +http://rt-arab.secure.footprint.net/1104_400Kb.m3u8 #EXTINF:-1 tvg-id="RTArabic.ru" tvg-name="RT Arabic" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="" group-title="News",RT Arabic (720p) http://rt-arab.secure.footprint.net:80/1104.m3u8 #EXTINF:-1 tvg-id="RTArabic.ru" tvg-name="RT Arabic" tvg-country="ARAB" tvg-language="Arabic" tvg-logo="" group-title="News",RT Arabic (720p) @@ -217,22 +231,14 @@ https://uiptv.do.am/1ufc/300663722/playlist.m3u8 #EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV (1080p) http://rutv.gcdn.co/streams/1410_95/playlist.m3u8 #EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV (360p) -https://rut-v.gcdn.co/streams/1410_1323/360n/index.m3u8 -#EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV (720p) -https://rut-v.gcdn.co/streams/1410_95/720n/index.m3u8 -#EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV -https://rutv.gcdn.co/streams/1410_95/1080n/index.m3u8 -#EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV (480p) -https://rutv.gcdn.co/streams/1410_95/480n/index.m3u8 -#EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV (720p) -https://rutv.gcdn.co/streams/1410_95/720n/index.m3u8 +https://rut-v.gcdn.co/streams/1410_95/playlist.m3u8 #EXTINF:-1 tvg-id="RUTV.ru" tvg-name="RU.TV" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.parsatv.com/index_files/channels/rutv.png" group-title="Music",RU.TV (1080p) https://strm.yandex.ru/kal/rutv_cv/rutv_cv0.m3u8 #EXTINF:-1 tvg-id="RusskayaNoch.ru" tvg-name="ะ ัƒััะบะฐั ะฝะพั‡ัŒ" tvg-country="RU" tvg-language="Russian" tvg-logo="https://fast.ntvplus.tv/files/image/07/10/28/-channel!r01.png" group-title="XXX",Russkaya Noch 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 @@ -240,6 +246,8 @@ http://37.17.14.149:8905/play/a00m https://ch.iptvmate.net/5e933c221b143b0b9d00807a.m3u8 #EXTINF:-1 tvg-id="SochiLiveHD.ru" tvg-name="Sochi Live HD" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",Sochi Live HD (720p) http://serv30.vintera.tv:8081/sochi/sochi_stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TRK555.ru" tvg-name="TRK 555" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",TRK 555 +http://trk555.tv:8888/live #EXTINF:-1 tvg-id="TVBRICSChinese.ru" tvg-name="TV BRICS Chinese" tvg-country="CN" tvg-language="Russian;Chinese" tvg-logo="https://i.imgur.com/vLpm8tN.png" group-title="General",TV BRICS Chinese http://brics.bonus-tv.ru/cdn/brics/chinese/tracks-v1a1/index.m3u8 #EXTINF:-1 tvg-id="TVBRICSChinese.ru" tvg-name="TV BRICS Chinese" tvg-country="CN" tvg-language="Russian;Chinese" tvg-logo="https://i.imgur.com/vLpm8tN.png" group-title="General",TV BRICS Chinese @@ -285,8 +293,6 @@ http://serv25.vintera.tv:8081/test/aris/playlist.m3u8 http://ott-cdn.ucom.am/s68/index.m3u8 #EXTINF:-1 tvg-id="ArtekRechnoyHD.ru" tvg-name="ะั€ั‚ะตะบ ะ ะตั‡ะฝะพะน HD" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะั€ั‚ะตะบ ะ ะตั‡ะฝะพะน HD http://193.238.110.3/6/hls/live.m3u8 -#EXTINF:-1 tvg-id="ArtekHrustalnyyHD.ru" tvg-name="ะั€ั‚ะตะบ ะฅั€ัƒัั‚ะฐะปัŒะฝั‹ะน HD" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะั€ั‚ะตะบ ะฅั€ัƒัั‚ะฐะปัŒะฝั‹ะน HD -http://193.238.110.3/2/hls/live.m3u8 #EXTINF:-1 tvg-id="Arhyz24.ru" tvg-name="ะั€ั…ั‹ะท 24" tvg-country="RU" tvg-language="Russian" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/LOGO_ARKHYZ24.tif/lossy-page1-1200px-LOGO_ARKHYZ24.tif.jpg" group-title="Local",ะั€ั…ั‹ะท 24 (1080p) https://live.mediacdn.ru/sr1/arhis24/playlist.m3u8 #EXTINF:-1 tvg-id="Arhyz24.ru" tvg-name="ะั€ั…ั‹ะท 24" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Local",ะั€ั…ั‹ะท 24 (720p) @@ -393,9 +399,9 @@ http://spacetv.in/stream/DVB2D6AE8CU/108.m3u8 http://spacetv.in/stream/DVB2D6AE8CU/236.m3u8 #EXTINF:-1 tvg-id="DomKino17.ru" tvg-name="ะ”ะพะผ ะšะธะฝะพ 17" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ”ะพะผ ะšะธะฝะพ 17 https://iptvdom.my1.ru/load/0-0-1-264-20 -#EXTINF:-1 tvg-id="DomkinoPremium.ru" tvg-name="ะ”ะพะผ ะบะธะฝะพ ะŸั€ะตะผะธัƒะผ" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ”ะพะผ ะบะธะฝะพ ะŸั€ะตะผะธัƒะผ -http://msk3.peers.tv/streaming/dom_kino_premium/16/gvh1w/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" tvg-name="ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ HD" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ HD +#EXTINF:-1 tvg-id="DomkinoPremium.ru" tvg-name="ะ”ะพะผ ะบะธะฝะพ ะŸั€ะตะผะธัƒะผ" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.domkino-premium.tv/im/logo3d.png" group-title="Movies",ะ”ะพะผ ะบะธะฝะพ ะŸั€ะตะผะธัƒะผ +http://edge05.beetv.kz/btv/SWM/Dom_kino_Prem/Dom_kino_Prem.m3u8 +#EXTINF:-1 tvg-id="DomKinoPremium.ru" tvg-name="ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ" tvg-country="RU" tvg-language="Russian" tvg-logo="https://www.domkino-premium.tv/im/logo3d.png" group-title="Movies",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ https://sc.id-tv.kz/domkino_hd_38_39.m3u8 #EXTINF:-1 tvg-id="Domashniy.ru" tvg-name="ะ”ะพะผะฐัˆะฝะธะน" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",ะ”ะพะผะฐัˆะฝะธะน (576p) http://bar-timeshift-inet.ll-bar.zsttk.ru:8080/dom/playlist.m3u8 @@ -463,8 +469,6 @@ http://serv30.vintera.tv:8081/kavkaz24/kavkaz24_stream/playlist.m3u8 https://karapuztv.fenixplustv.xyz/content/33418/index.m3u8 #EXTINF:-1 tvg-id="KvarcTVPodolsk.ru" tvg-name="ะšะฒะฐั€ั† ะขะ’ (ะŸะพะดะพะปัŒัะบ)" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะšะฒะฐั€ั† ะขะ’ (ะŸะพะดะพะปัŒัะบ) https://streamer1.podolsknet.ru/Infochannel/video.m3u8 -#EXTINF:-1 tvg-id="Kino24.ru" tvg-name="ะšะธะฝะพ 24" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะšะธะฝะพ 24 -http://msk3.peers.tv/streaming/kino24/126/copy/playlist.m3u8 #EXTINF:-1 tvg-id="KinozalVHS90s.ru" tvg-name="ะšะธะฝะพะทะฐะป (VHS 90s)" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะšะธะฝะพะทะฐะป (VHS 90s) https://v2.catcast.tv/content/37925/index.m3u8 #EXTINF:-1 tvg-id="Kinokomediya.ru" tvg-name="ะšะธะฝะพะบะพะผะตะดะธั" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Comedy",ะšะธะฝะพะบะพะผะตะดะธั @@ -475,8 +479,6 @@ http://sc.id-tv.kz/Kinomix_hd_34_35.m3u8 https://sc.id-tv.kz/Kinopremiera_hd_34_35.m3u8 #EXTINF:-1 tvg-id="Kinosvidanie.ru" tvg-name="ะšะธะฝะพัะฒะธะดะฐะฝะธะต" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",ะšะธะฝะพัะฒะธะดะฐะฝะธะต http://sc.id-tv.kz/Kinosvidanie_hd_34_35.m3u8 -#EXTINF:-1 tvg-id="Kinosvidanie.ru" tvg-name="ะšะธะฝะพัะฒะธะดะฐะฝะธะต" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",ะšะธะฝะพัะฒะธะดะฐะฝะธะต -https://s3.idata.uz/dars6/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="Kinosemya.ru" tvg-name="ะšะธะฝะพัะตะผัŒั" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",ะšะธะฝะพัะตะผัŒั http://sc.id-tv.kz/Kinosemiya_hd_34_35.m3u8 #EXTINF:-1 tvg-id="Kinohit.ru" tvg-name="ะšะธะฝะพั…ะธั‚" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",ะšะธะฝะพั…ะธั‚ @@ -546,7 +548,7 @@ https://sc.id-tv.kz/Mir_38_39.m3u8 https://public.streaming.matur-tv.ru/hls/h264_aac/stream.m3u8 #EXTINF:-1 tvg-id="MatchTV.ru" tvg-name="ะœะฐั‚ั‡ ะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/ud7AVaF.png" group-title="Sports",ะœะฐั‚ั‡ ะขะ’ (576p) http://176.114.16.54:80/match/index.m3u8 -#EXTINF:-1 tvg-id="MatchTV.ru" tvg-name="ะœะฐั‚ั‡ ะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/ud7AVaF.png" group-title="Sports",ะœะฐั‚ั‡ ะขะ’ (576p) +#EXTINF:-1 tvg-id="MatchTV.ru" tvg-name="ะœะฐั‚ั‡ ะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/ud7AVaF.png" group-title="Sports",ะœะฐั‚ั‡ ะขะ’ (576p) [Not 24/7] https://95-213-224-188.livesports24.online/ooomatch.m3u8 #EXTINF:-1 tvg-id="MatchTV.ru" tvg-name="ะœะฐั‚ั‡ ะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/ud7AVaF.png" group-title="Sports",ะœะฐั‚ั‡ ะขะ’ https://uiptv.do.am/1ufc/000000003/playlist.m3u8 @@ -582,11 +584,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 @@ -620,6 +622,8 @@ https://strm.yandex.ru/kal/msk24_supres/msk24_supres0.m3u8 http://retc.educom.ru/mosobrtv/smil:tv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MoyaPlaneta.ru" tvg-name="ะœะพั ะŸะปะฐะฝะตั‚ะฐ" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะœะพั ะŸะปะฐะฝะตั‚ะฐ http://cdnmg.secure.live.rtr-vesti.ru/live/smil:mplan.smil/chunklist_b1600000.m3u8 +#EXTINF:-1 tvg-id="Moyaplaneta.ru" tvg-name="ะœะพั ะฟะปะฐะฝะตั‚ะฐ" tvg-country="RU" tvg-language="" tvg-logo="http://digitalrussia.tv/upload/files/mp.png" group-title="",ะœะพั ะฟะปะฐะฝะตั‚ะฐ +http://cdnmg.secure.live.rtr-vesti.ru/live/smil:mplan.smil/master.m3u8 #EXTINF:-1 tvg-id="MoyaPlaneta.ru" tvg-name="ะœะพั ะŸะปะฐะฝะตั‚ะฐ" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",ะœะพั ะŸะปะฐะฝะตั‚ะฐ https://a3569456481-s26881.cdn.ngenix.net/live/smil:mplan.smil/index.m3u8 #EXTINF:-1 tvg-id="MTV.ru" tvg-name="ะœะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="http://xn--b1ats.xn--80asehdb/img/logo.png" group-title="Local",ะœะขะ’ (ะ’ะพะปะณะพะณั€ะฐะด) (720p) @@ -704,6 +708,8 @@ http://ott-cdn.ucom.am/s77/index.m3u8 https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NTM.ru" tvg-name="ะะขะœ" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Local",ะะขะœ (ะะฐั€ะพะดะฝะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต ะœะพั€ะดะพะฒะธะธ) (720p) https://live-ntm13.cdnvideo.ru/ntm13/smil:ntm13.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="NTSSevastopol.ru" tvg-name="ะะขะก (ะกะตะฒะฐัั‚ะพะฟะพะปัŒ)" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะะขะก (ะกะตะฒะฐัั‚ะพะฟะพะปัŒ) +https://peqk71plnjy.a.trbcdn.net/livemaster/w4kz7pki62_nts_tv/playlist.m3u8 #EXTINF:-1 tvg-id="O.ru" tvg-name="ะž!" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Kids",ะž! https://sc.id-tv.kz/o_34_35.m3u8 #EXTINF:-1 tvg-id="O2TV.ru" tvg-name="ะž2ะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",ะž2ะขะ’ (1080p) @@ -782,10 +788,6 @@ http://ott-cdn.ucom.am/s50/index.m3u8 http://langate.tv/acc/tracks-v1/index.m3u8 #EXTINF:-1 tvg-id="Radio1018.ru" tvg-name="ะ ะฐะดะธะพ 101.8" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะฐะดะธะพ 101.8 [ะŸะตะฝะทะฐ] https://video.penzainform.ru/e/r1018.m3u8 -#EXTINF:-1 tvg-id="RadioVestiFM.ru" tvg-name="ะ ะฐะดะธะพ ะ’ะตัั‚ะธ FM" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะฐะดะธะพ ะ’ะตัั‚ะธ FM -http://cdnmg.secure.live.rtr-vesti.ru/vgtrkrtmp/rtmp_vestifm_480/chunklist_b1600000.m3u8 -#EXTINF:-1 tvg-id="RadioVestiFM.ru" tvg-name="ะ ะฐะดะธะพ ะ’ะตัั‚ะธ FM" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะฐะดะธะพ ะ’ะตัั‚ะธ FM (720p) [RU] -http://radio-live-mg.rtr-vesti.ru/vgtrkrtmp/rtmp_vestifm_480/playlist.m3u8 #EXTINF:-1 tvg-id="RadioGovoritMoskva.ru" tvg-name="ะ ะฐะดะธะพ ะ“ะพะฒะพั€ะธั‚ ะœะพัะบะฒะฐ" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะฐะดะธะพ ะ“ะพะฒะพั€ะธั‚ ะœะพัะบะฒะฐ (405p) http://video.govoritmoskva.ru:8080/live/rufmbk-1/index.m3u8 #EXTINF:-1 tvg-id="RadioGovoritMoskvaVebkamera.ru" tvg-name="ะ ะฐะดะธะพ ะ“ะพะฒะพั€ะธั‚ ะœะพัะบะฒะฐ (ะ’ะตะฑ-ะบะฐะผะตั€ะฐ)" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะฐะดะธะพ ะ“ะพะฒะพั€ะธั‚ ะœะพัะบะฒะฐ (ะ’ะตะฑ-ะบะฐะผะตั€ะฐ) (720p) [RU] @@ -876,8 +878,6 @@ https://a3569458063-s26881.cdn.ngenix.net/hls/russia_hd/playlist_4.m3u8 #EXTINF:-1 tvg-id="Rossiya24.ru" tvg-name="ะ ะพััะธั 24" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/wu7O85f.png" group-title="News",ะ ะพััะธั 24 (576p) http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_24/playlist_3.m3u8 #EXTINF:-1 tvg-id="Rossiya24.ru" tvg-name="ะ ะพััะธั 24" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/wu7O85f.png" group-title="News",ะ ะพััะธั 24 (576p) -http://cdnmg.secure.live.rtr-vesti.ru/live/smil:r24.smil/chunklist_b1200000.m3u8 -#EXTINF:-1 tvg-id="Rossiya24.ru" tvg-name="ะ ะพััะธั 24" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/wu7O85f.png" group-title="News",ะ ะพััะธั 24 (576p) http://cdnmg.secure.live.rtr-vesti.ru/live/smil:r24.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Rossiya24.ru" tvg-name="ะ ะพััะธั 24" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/wu7O85f.png" group-title="News",ะ ะพััะธั 24 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -886,16 +886,12 @@ http://ott-cdn.ucom.am/s21/index.m3u8 https://uiptv.do.am/1ufc/000000006/playlist.m3u8 #EXTINF:-1 tvg-id="Rossiya24NNovgorod.ru" tvg-name="ะ ะพััะธั 24 (ะ.ะะพะฒะณะพั€ะพะด)" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="News",ะ ะพััะธั 24 (ะ.ะะพะฒะณะพั€ะพะด) (576p) https://live-vestinn.cdnvideo.ru/vestinn/vestinn/playlist.m3u8 -#EXTINF:-1 tvg-id="Rossiya24Ulyanovsk.ru" tvg-name="ะ ะพััะธั 24 (ะฃะปัŒัะฝะพะฒัะบ)" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="News",ะ ะพััะธั 24 (ะฃะปัŒัะฝะพะฒัะบ) (720p) -http://gtrk-volga.ru/media/hr24/stream1.m3u8 #EXTINF:-1 tvg-id="Rossiya24Chita.ru" tvg-name="ะ ะพััะธั 24 (ะงะธั‚ะฐ)" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="News",ะ ะพััะธั 24 (ะงะธั‚ะฐ) (360p) http://tv-online.gtrkchita.ru:8080/hls/r24-chita_360p.m3u8 #EXTINF:-1 tvg-id="Rossiya24Chita.ru" tvg-name="ะ ะพััะธั 24 (ะงะธั‚ะฐ)" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="News",ะ ะพััะธั 24 (ะงะธั‚ะฐ) (576p) http://tv-online.gtrkchita.ru:8080/hls/r24-chita_576p.m3u8 #EXTINF:-1 tvg-id="RossiyaK.ru" tvg-name="ะ ะพััะธั ะš" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะพััะธั ะš http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_k/playlist_3.m3u8 -#EXTINF:-1 tvg-id="RossiyaK.ru" tvg-name="ะ ะพััะธั ะš" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะพััะธั ะš -http://cdnmg.secure.live.rtr-vesti.ru/live/smil:rk.smil/chunklist_b1600000.m3u8 #EXTINF:-1 tvg-id="RossiyaRTR.ru" tvg-name="ะ ะพััะธั ะ ะขะ " tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะพััะธั ะ ะขะ  http://cdnmg.secure.live.rtr-vesti.ru/live/smil:rtrp.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="RostovpapaHD.ru" tvg-name="ะ ะพัั‚ะพะฒ-ะฟะฐะฟะฐ HD" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะ ะพัั‚ะพะฒ-ะฟะฐะฟะฐ HD (1080p) @@ -931,8 +927,6 @@ https://bsttv.bonus-tv.ru/cdn/salyam/playlist.m3u8 https://bsttv.bonus-tv.ru/cdn/salyam/playlist_sdhigh.m3u8 #EXTINF:-1 tvg-id="SamaraGIS.ru" tvg-name="ะกะฐะผะฐั€ะฐ ะ“ะ˜ะก" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะกะฐะผะฐั€ะฐ ะ“ะ˜ะก http://45.67.57.9:8080/new/new/tracks-v1a1/index.m3u8 -#EXTINF:-1 tvg-id="Samotlor.ru" tvg-name="ะกะฐะผะพั‚ะปะพั€" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",ะกะฐะผะพั‚ะปะพั€ (720p) -http://base.samotlor.tv:2936/live/SamotlorWeb2/playlist.m3u8 #EXTINF:-1 tvg-id="Saratov24.ru" tvg-name="ะกะฐั€ะฐั‚ะพะฒ 24" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะกะฐั€ะฐั‚ะพะฒ 24 (576p) http://saratov24.tv:80/online/playlist.php #EXTINF:-1 tvg-id="Sarafan.ru" tvg-name="ะกะฐั€ะฐั„ะฐะฝ" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/AgX6qoz.png" group-title="",ะกะฐั€ะฐั„ะฐะฝ (480p) @@ -948,8 +942,6 @@ https://live2.mediacdn.ru/sr1/sever/playlist.m3u8 http://90.188.37.86/live/playlist.m3u8 #EXTINF:-1 tvg-id="Siesta.ru" tvg-name="ะกะธะตัั‚ะฐ" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",ะกะธะตัั‚ะฐ http://1hdru-hls-otcnet.cdnvideo.ru/siesta/tracks-v1a1/index.m3u8 -#EXTINF:-1 tvg-id="SKAT.ru" tvg-name="ะกะšะะข" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะกะšะะข -https://cdn1.mobiletv.bg/T3/skat/skat_794613_850k.m3u8 #EXTINF:-1 tvg-id="SmaylikTV.ru" tvg-name="ะกะผะฐะนะปะธะบ ะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="http://smilik.tv/wp-content/uploads/2016/02/Desktop_-1.png" group-title="Kids",ะกะผะฐะนะปะธะบ ะขะ’ (720p) http://62.32.67.187:1935/WEB_Smilik/ngrp:Smilik.stream-adaptive/chunklist.m3u8 #EXTINF:-1 tvg-id="SmaylikTV.ru" tvg-name="ะกะผะฐะนะปะธะบ ะขะ’" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะกะผะฐะนะปะธะบ ะขะ’ (720p) @@ -1051,6 +1043,8 @@ http://streaming.astrakhan.ru/telplushd/tracks-v1a1/index.m3u8 http://tvcom.stream.intelema.ru/tvcom/studio/tracks-v1a1/index.m3u8 #EXTINF:-1 tvg-id="TivikomHDPlus5.ru" tvg-name="ะขะธะฒะธะบะพะผ HD (+5)" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะขะธะฒะธะบะพะผ HD (+5) (1080p) http://tvcom.stream.intelema.ru/tvcom/studio/index.m3u8 +#EXTINF:-1 tvg-id="TKAlmaznyykray.ru" tvg-name="ะขะš ะะปะผะฐะทะฝั‹ะน ะบั€ะฐะน" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะขะš ะะปะผะฐะทะฝั‹ะน ะบั€ะฐะน +https://stream.almaz-media.tv:8080/hls/576.m3u8 #EXTINF:-1 tvg-id="TKRRyazan.ru" tvg-name="ะขะšะ  (ะ ัะทะฐะฝัŒ)" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะขะšะ  (ะ ัะทะฐะฝัŒ) (720p) http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TNVPlaneta.ru" tvg-name="ะขะะ’-ะŸะปะฐะฝะตั‚ะฐ" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="",ะขะะ’-ะŸะปะฐะฝะตั‚ะฐ @@ -1083,6 +1077,8 @@ https://hls-myudm.cdnvideo.ru/myudm-live/myudm.sdp/playlist.m3u8 https://autopilot.catcast.tv/content/38896/index.m3u8 #EXTINF:-1 tvg-id="UchalyTV.ru" tvg-name="ะฃั‡ะฐะปั‹ ะขะ’" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะฃั‡ะฐะปั‹ ะขะ’ (576p) http://live-uchalytv.cdnvideo.ru/uchalytv/uchalytv.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="FanSport.ru" tvg-name="ะคะฐะฝ ะกะฟะพั€ั‚" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะคะฐะฝ ะกะฟะพั€ั‚ +https://live-k2309-kbp.1plus1.video/sport/smil:sport.smil/chunklist_b6000000.m3u8 #EXTINF:-1 tvg-id="FantastikaSciFi.ru" tvg-name="ะคะฐะฝั‚ะฐัั‚ะธะบะฐ Sci-Fi" tvg-country="INT" tvg-language="Russian" tvg-logo="" group-title="",ะคะฐะฝั‚ะฐัั‚ะธะบะฐ Sci-Fi https://autopilot.catcast.tv/content/38801/index.m3u8 #EXTINF:-1 tvg-id="Futbol.ru" tvg-name="ะคัƒั‚ะฑะพะป" tvg-country="RU" tvg-language="Russian" tvg-logo="https://i.imgur.com/g24DSFV.png" group-title="",ะคัƒั‚ะฑะพะป (480p) @@ -1135,6 +1131,6 @@ http://live.ugratv.cdnvideo.ru/ugratv/smil:ugrastream1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="YugraTV.ru" tvg-name="ะฎะณั€ะฐ ะขะ’" tvg-country="RU" tvg-language="" tvg-logo="" group-title="",ะฎะณั€ะฐ ะขะ’ http://live.ugratv.cdnvideo.ru/ugratv/smil:ugrastream1.smil/chunklist_b7192000.m3u8 #EXTINF:-1 tvg-id="Yurgan.ru" tvg-name="ะฎั€ะณะฐะฝ" tvg-country="RU" tvg-language="Russian" tvg-logo="http://www.xn--80af5aj3e.xn--p1ai/assets/images/logo.png" group-title="Local",ะฎั€ะณะฐะฝ -http://yurgan.bonus-tv.ru/cdn/yurgan/tracks-v2a1/index.m3u8 +http://yurgan.bonus-tv.ru/cdn/yurgan/playlist.m3u8 #EXTINF:-1 tvg-id="YuTV.ru" tvg-name="ะฎะขะ’" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Local",ะฎะขะ’ (ะงะตะฑะพะบัะฐั€ั‹) (432p) http://serv24.vintera.tv:8081/utv/Stream/playlist.m3u8 diff --git a/channels/rw.m3u b/channels/rw.m3u index 43ee85867..40eee70a3 100644 --- a/channels/rw.m3u +++ b/channels/rw.m3u @@ -5,7 +5,11 @@ http://197.243.19.131:1935/kc2/kc2/chunklist.m3u8 https://5c46fa289c89f.streamlock.net/kc2/kc2/chunklist.m3u8 #EXTINF:-1 tvg-id="RTVRwanda.rw" tvg-name="RTV Rwanda" tvg-country="RW" tvg-language="Kinyarwanda" tvg-logo="http://www.rba.co.rw/IMG/rtv_logo.png" group-title="",RTV Rwanda http://197.243.19.131:1935/rtv/rtv/chunklist.m3u8 +#EXTINF:-1 tvg-id="RTVRwanda.rw" tvg-name="RTV Rwanda" tvg-country="RW" tvg-language="" tvg-logo="" group-title="",RTV Rwanda +http://197.243.19.131:1935/rtv/rtv/chunklist_w2093872577.m3u8 #EXTINF:-1 tvg-id="RTVRwanda.rw" tvg-name="RTV Rwanda" tvg-country="RW" tvg-language="Kinyarwanda" tvg-logo="http://www.rba.co.rw/IMG/rtv_logo.png" group-title="",RTV Rwanda https://1600706787.rsc.cdn77.org//1600706787/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="RTVRwanda.rw" tvg-name="RTV Rwanda" tvg-country="RW" tvg-language="Kinyarwanda" tvg-logo="http://www.rba.co.rw/IMG/rtv_logo.png" group-title="",RTV Rwanda +https://1600706787.rsc.cdn77.org/1600706787/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="RTVRwanda.rw" tvg-name="RTV Rwanda" tvg-country="RW" tvg-language="Kinyarwanda" tvg-logo="http://www.rba.co.rw/IMG/rtv_logo.png" group-title="",RTV Rwanda (576p) https://5c46fa289c89f.streamlock.net/rtv/rtv/playlist.m3u8 diff --git a/channels/sa.m3u b/channels/sa.m3u index d963bbb6a..ba7fad8ca 100644 --- a/channels/sa.m3u +++ b/channels/sa.m3u @@ -1,10 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="22TV.sa" tvg-name="22 TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/m5cc4g5.png" group-title="General",22 TV http://82.212.74.99:8000/live/hls/8117.m3u8 -#EXTINF:-1 tvg-id="AfricaTV2.sa" tvg-name="Africa TV2" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="",Africa TV2 (720p) -http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u -#EXTINF:-1 tvg-id="AfricaTV3.sa" tvg-name="Africa TV3" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://ik.imagekit.io/ulangotv/image/upload/tr:n-small_tn/35706_logo_africa_tv_3_3_2.png" group-title="",Africa TV3 (720p) -http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u #EXTINF:-1 tvg-id="AhluAlQuranTV.sa" tvg-name="Ahlu Al Quran TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://www.ahlu.tv/uploads/logo.png" group-title="Religious",Ahlu Al Quran TV (720p) https://5b18be6964c2f.streamlock.net/m/ngrp:ahul_all/playlist.m3u8 #EXTINF:-1 tvg-id="AlEkhbariya.sa" tvg-name="Al Ekhbariya" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/NciF5rO.png" group-title="News",Al Ekhbariya (1080p) @@ -13,6 +9,8 @@ https://iptv--iptv.repl.co/Arabic/Ekhbariyah/ http://82.212.74.3:8000/live/7513.m3u8 #EXTINF:-1 tvg-id="AlKhalij.sa" tvg-name="Al Khalij" tvg-country="SA" tvg-language="Arabic" tvg-logo="http://www.al-khalij.tv/wp-content/uploads/2015/03/logo-1.png" group-title="General",Al Khalij (1080p) https://mn-nl.mncdn.com/khalij/khalij/playlist.m3u8 +#EXTINF:-1 tvg-id="AlKhalijTV.sa" tvg-name="Al Khalij TV" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Al Khalij TV +http://mn-nl.mncdn.com/khalij/khalij/chunklist.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" tvg-name="Al Quran Al Kareem TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/0aMNwQa.png" group-title="Religious",Al Quran Al Kareem TV http://45.92.69.131:8001/play/a00f #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" tvg-name="Al Quran Al Kareem TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/zmVCXIK.png" group-title="Religious",Al Quran Al Kareem TV (Mecca) (720p) @@ -33,8 +31,6 @@ http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/saudi_sunnah/hls1/saudi_sunnah.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" tvg-name="Al Sunnah Al Nabawiyah TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/84nqj99.png" group-title="Religious",Al Sunnah Al Nabawiyah TV (Medina) (1080p) https://iptv--iptv.repl.co/Arabic/Sunnah_TV/ -#EXTINF:-1 tvg-id="AlWesalTV.sa" tvg-name="Al Wesal TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Religious",Al Wesal TV (720p) -http://live.noorlive.com:1935/wesal/wesal1/playlist.m3u8 #EXTINF:-1 tvg-id="AlResalah.sa" tvg-name="Al-Resalah" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://rotana.net/assets/themes/TriTheme-new/images/channels/resala.png" group-title="Religious",Al-Resalah (1080p) [Geo-blocked] https://hiplayer.hibridcdn.net/t/rotana-risala.m3u8 #EXTINF:-1 tvg-id="AlResalah.sa" tvg-name="Al-Resalah" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://rotana.net/assets/themes/TriTheme-new/images/channels/resala.png" group-title="Religious",Al-Resalah (1080p) @@ -53,10 +49,18 @@ https://5d658d7e9f562.streamlock.net/atfal1.com/atfal2/playlist.m3u8 http://82.212.74.2:8000/live/7312.m3u8 #EXTINF:-1 tvg-id="ENTV.sa" tvg-name="EN TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="http://jascotvstreaming.com/uploads/topics/15817550307058.png" group-title="General",EN TV http://82.212.74.100:8000/live/8130.m3u8 +#EXTINF:-1 tvg-id="Iqraa.sa" tvg-name="Iqraa" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Iqraa +http://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar1.stream.smil/chunklist_b1800000_t64NTc2cA==.m3u8 +#EXTINF:-1 tvg-id="Iqraa.sa" tvg-name="Iqraa" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Iqraa +http://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar1.stream.smil/chunklist_b1800000_t64NTc2cA==.m3u8?2177918685 #EXTINF:-1 tvg-id="Iqraa" tvg-name="Iqraa" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/3bug9dU.png" group-title="Religious",Iqraa (576p) https://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar1.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="IqraaEurope.sa" tvg-name="Iqraa Europe" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Iqraa Europe +http://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar2.stream.smil/chunklist_b1800000_t64NTc2cA==.m3u8 #EXTINF:-1 tvg-id="IqraaEuropeAfrica.sa" tvg-name="Iqraa Europe Africa" tvg-country="SA" tvg-language="English" tvg-logo="https://i.imgur.com/3bug9dU.png" group-title="Religious",Iqraa Europe Africa (576p) https://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar2.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="IqraaIntlKSA.sa" tvg-name="Iqraa Int'l (KSA)" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Iqraa Int'l (KSA) [EN] +http://www.elahmad.com/tv/m3u8/dubaitv.m3u8?id=iqraa_america #EXTINF:-1 tvg-id="JascoEventsTV.sa" tvg-name="Jasco Events TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Travel",Jasco Events TV http://82.212.74.100:8000/live/hls/8131.m3u8 #EXTINF:-1 tvg-id="KaifTV.sa" tvg-name="Kaif TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/q2qHUKF.png" group-title="Religious",Kaif TV @@ -66,17 +70,19 @@ http://45.92.69.131:8001/play/a00i #EXTINF:-1 tvg-id="KSASports1.sa" tvg-name="KSA Sports 1" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Sports",KSA Sports 1 http://45.92.69.131:8001/play/a00c #EXTINF:-1 tvg-id="KSASports1.sa" tvg-name="KSA Sports 1" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Sports",KSA Sports 1 -https://iptv-all.lanesh4d0w.repl.co/saudiarabia/ksasport1 +https://iptv-all.lanesh4d0w.codes/saudiarabia/ksasport1 #EXTINF:-1 tvg-id="KSASports2.sa" tvg-name="KSA Sports 2" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Sports",KSA Sports 2 http://45.92.69.131:8001/play/a00b #EXTINF:-1 tvg-id="KSASports2.sa" tvg-name="KSA Sports 2" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Sports",KSA Sports 2 -https://iptv-all.lanesh4d0w.repl.co/saudiarabia/ksasport2 +https://iptv-all.lanesh4d0w.codes/saudiarabia/ksasport2 #EXTINF:-1 tvg-id="LBC" tvg-name="LBC" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/YLcmYCR.png" group-title="General",LBC (1080p) [Geo-blocked] https://hiplayer.hibridcdn.net/t/rotana-lbc.m3u8 #EXTINF:-1 tvg-id="MakkahTV.sa" tvg-name="Makkah TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/5p2yUBb.png" group-title="Religious",Makkah TV (480p) http://makkahtv.srfms.com:1935/makkahtv/livestream/chunklist_w1150651953.m3u8 #EXTINF:-1 tvg-id="MakkahTV.sa" tvg-name="Makkah TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/5p2yUBb.png" group-title="Religious",Makkah TV (480p) http://makkahtv.srfms.com:1935/makkahtv/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="MakkahTV.sa" tvg-name="Makkah TV" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Makkah TV +https://5ab29cc78f681.streamlock.net/makkahtv/livestream/chunklist_w2097348824.m3u8?v=2957056943 #EXTINF:-1 tvg-id="MakkahTV.sa" tvg-name="Makkah TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/5p2yUBb.png" group-title="Religious",Makkah TV (480p) https://5ab29cc78f681.streamlock.net/makkahtv/livestream/chunklist_w655950915.m3u8 #EXTINF:-1 tvg-id="MakkahTV.sa" tvg-name="Makkah TV" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://i.imgur.com/5p2yUBb.png" group-title="Religious",Makkah TV (480p) @@ -85,6 +91,14 @@ https://5ab29cc78f681.streamlock.net/makkahtv/livestream/playlist.m3u8 http://makkahtv.srfms.com:1935/makkahtv/livestream/playlist.m3u8?v= #EXTINF:-1 tvg-id="PanoramaFM.sa" tvg-name="Panorama FM" tvg-country="SA" tvg-language="Arabic" tvg-logo="" group-title="Music",Panorama FM (1080p) https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69f14/index.m3u8 +#EXTINF:-1 tvg-id="QuranTV.sa" tvg-name="Quran TV" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Quran TV +http://5b18be6964c2f.streamlock.net:1935/live/_definst_/quran/chunklist_w2066488187.m3u8 +#EXTINF:-1 tvg-id="QuranTV.sa" tvg-name="Quran TV" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Quran TV +http://m.live.net.sa:1935/live/quran/chunklist_w232396531.m3u8?v=2957056943 +#EXTINF:-1 tvg-id="QuranTV.sa" tvg-name="Quran TV" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Quran TV +http://m.live.net.sa:1935/live/quran/chunklist_w994500087.m3u8 +#EXTINF:-1 tvg-id="QuranTV.sa" tvg-name="Quran TV" tvg-country="SA" tvg-language="" tvg-logo="" group-title="",Quran TV +http://m.live.net.sa:1935/live/quran/gmswf.m3u8 #EXTINF:-1 tvg-id="Rotana Cinema ARB" tvg-name="Rotana Cinema ARB" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://rotana.net/assets/themes/TriTheme/images/channels/cinema.png" group-title="Movies",Rotana Cinema HD (1080p) [Geo-blocked] https://hiplayer.hibridcdn.net/t/rotana-cinema.m3u8 #EXTINF:-1 tvg-id="RotanaCinemaHD.sa" tvg-name="Rotana Cinema HD" tvg-country="SA" tvg-language="Arabic" tvg-logo="https://rotana.net/assets/themes/TriTheme-new/images/channels/cinema-egypt.png" group-title="Movies",Rotana Cinema HD (1080p) diff --git a/channels/se.m3u b/channels/se.m3u index d7707d96c..29f7e2f8f 100644 --- a/channels/se.m3u +++ b/channels/se.m3u @@ -47,6 +47,8 @@ http://195.189.105.158:9050/132/index.m3u8 http://195.189.105.158:9050/133/index.m3u8 #EXTINF:-1 tvg-id="ViPPremiereRussia.se" tvg-name="ViP Premiere Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",ViP Premiere Russia http://195.189.105.158:9050/134/index.m3u8 +#EXTINF:-1 tvg-id="VastmanlandsTV.se" tvg-name="Vรคstmanlands TV" tvg-country="SE" tvg-language="" tvg-logo="" group-title="",Vรคstmanlands TV +http://83.140.64.214/edge/_lo9yf4l5_/lo9yf4l5/playlist.m3u8 #EXTINF:-1 tvg-id="VastmanlandsTV.se" tvg-name="Vรคstmanlands TV" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/Mol9GKz.jpg" group-title="",Vรคstmanlands TV (720p) https://edg01-prd-se-dcs.solidtango.com/edge/_lo9yf4l5_/lo9yf4l5/playlist.m3u8 #EXTINF:-1 tvg-id="OppnaKanalen.se" tvg-name="ร–ppna Kanalen" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/O1wCZTZ.jpg" group-title="Local",ร–ppna Kanalen (540p) diff --git a/channels/sg.m3u b/channels/sg.m3u index bd0e83866..e57479860 100644 --- a/channels/sg.m3u +++ b/channels/sg.m3u @@ -3,6 +3,8 @@ http://210.210.155.35/uq2663/h/h29/index.m3u8 #EXTINF:-1 tvg-id="CNA.sg" tvg-name="CNA" tvg-country="SG" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/CNA_new_logo.svg/1200px-CNA_new_logo.svg.png" group-title="News",CNA (1080p) https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8 +#EXTINF:-1 tvg-id="CNA.sg" tvg-name="CNA" tvg-country="SG" tvg-language="" tvg-logo="" group-title="",CNA +https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_2.m3u8 #EXTINF:-1 tvg-id="CNA.sg" tvg-name="CNA" tvg-country="SG" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/8/83/CNA_new_logo.svg/225px-CNA_new_logo.svg.png" group-title="News",CNA https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_5.m3u8 #EXTINF:-1 tvg-id="CNA.sg" tvg-name="CNA" tvg-country="AU" tvg-language="English" tvg-logo="https://i.mjh.nz/.images/tv.cna.png" group-title="",CNA (1080p) [Geo-blocked] diff --git a/channels/si.m3u b/channels/si.m3u index 340300b90..eb67bf044 100644 --- a/channels/si.m3u +++ b/channels/si.m3u @@ -1,4 +1,6 @@ #EXTM3U +#EXTINF:-1 tvg-id="GTV.si" tvg-name="GTV" tvg-country="SI" tvg-language="" tvg-logo="" group-title="",GTV +http://91.220.221.60/gtv_hls/gtv_03.m3u8 #EXTINF:-1 tvg-id="MMC.si" tvg-name="MMC" tvg-country="SI" tvg-language="Slovenian" tvg-logo="https://i.imgur.com/ogq22B7.png" group-title="",MMC (720p) https://29-rtvslo-tv-mmc-int.cdn.eurovisioncdn.net/playlist.m3u8?DVR #EXTINF:-1 tvg-id="TVKOPER.si" tvg-name="TV KOPER" tvg-country="SI" tvg-language="" tvg-logo="" group-title="",TV KOPER (720p) diff --git a/channels/sk.m3u b/channels/sk.m3u index 578fbc768..9b2f2187b 100644 --- a/channels/sk.m3u +++ b/channels/sk.m3u @@ -1,6 +1,18 @@ #EXTM3U #EXTINF:-1 tvg-id="BTV.sk" tvg-name="BTV" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/hgdR9cp.png" group-title="",BTV rtmp://s1.media-planet.sk:80/live/bardejov1 +#EXTINF:-1 tvg-id="DuckTV.sk" tvg-name="Duck TV" tvg-country="IT" tvg-language="Italian" tvg-logo="https://i.imgur.com/Qw8x6Os.png" group-title="",Duck TV (720p) +https://mmm-ducktv-2-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="DuckTV.sk" tvg-name="Duck TV" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",Duck TV +https://mmm-ducktv-4-eu.rakuten.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="DuckTvDenmark.sk" tvg-name="Duck Tv (Denmark)" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",Duck Tv (Denmark) +https://mmm-ducktv-4-dk.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="DuckTvFinland.sk" tvg-name="Duck Tv (Finland)" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",Duck Tv (Finland) +https://mmm-ducktv-4-fi.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="DuckTvNorway.sk" tvg-name="Duck Tv (Norway)" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",Duck Tv (Norway) +https://mmm-ducktv-4-no.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="DuckTVSpain.sk" tvg-name="Duck TV (Spain)" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",Duck TV (Spain) +https://mmm-ducktv-3-es.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVCzechSlovak.sk" tvg-name="FashionTV Czech&Slovak" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/hrhfs9p.png" group-title="Lifestyle",FashionTV Czech&Slovak (450p) http://lb.streaming.sk/fashiontv/stream/playlist.m3u8 #EXTINF:-1 tvg-id="JOJ.sk" tvg-name="JOJ" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/GyoWsNb.png" group-title="",JOJ @@ -13,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 @@ -39,10 +51,14 @@ https://nn.geo.joj.sk/live/hls/rik-540.m3u8 http://109.74.144.130/live/senzitest/playlist.m3u8 #EXTINF:-1 tvg-id="Severka.sk" tvg-name="Severka" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/vtI89AA.png" group-title="",Severka rtmp://s1.media-planet.sk:80/liverepeater/zilina1 +#EXTINF:-1 tvg-id="SeverkaTV.sk" tvg-name="Severka TV" tvg-country="SK" tvg-language="" tvg-logo="https://i.imgur.com/vtI89AA.png" group-title="",Severka TV +http://88.212.7.11/live/test_severka_web_player/playlist.m3u8 #EXTINF:-1 tvg-id="TeleviziaOSEM.sk" tvg-name="Televizia OSEM" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/JeiED2h.jpg" group-title="",Televizia OSEM (360p) http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="TeleviziaOSEM.sk" tvg-name="Televรญzia OSEM" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/JeiED2h.jpg" group-title="",Televรญzia OSEM (576p) http://109.74.145.11:1935/tv8/ngrp:tv8.stream_all/playlist.m3u8 +#EXTINF:-1 tvg-id="TVDK.sk" tvg-name="TV DK" tvg-country="SK" tvg-language="" tvg-logo="" group-title="",TV DK +http://80.94.54.11:1935/live/dolnykubin1/playlist.m3u8 #EXTINF:-1 tvg-id="TVJojko.sk" tvg-name="TV Jojko" tvg-country="SK" tvg-language="Slovak" tvg-logo="" group-title="Kids",TV Jojko (540p) https://nn.geo.joj.sk/live/rik-index.m3u8 #EXTINF:-1 tvg-id="TVLux.sk" tvg-name="TV Lux" tvg-country="SK" tvg-language="Slovak" tvg-logo="https://i.imgur.com/QQK4sJs.jpg" group-title="",TV Lux (1080p) diff --git a/channels/sn.m3u b/channels/sn.m3u index f850bdf7a..b9255dcd6 100644 --- a/channels/sn.m3u +++ b/channels/sn.m3u @@ -1,9 +1,9 @@ #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 -https://stream.sen-gt.com/A2iMusic/myStream/chunklist_w652109108.m3u8 -#EXTINF:-1 tvg-id="A2iNaja.sn" tvg-name="A2i Naja" tvg-country="SN" tvg-language="" tvg-logo="" group-title="",A2i Naja -https://stream.sen-gt.com/A2iNaija/myStream/chunklist_w59258816.m3u8 +#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 #EXTINF:-1 tvg-id="A2iReligion.sn" tvg-name="A2i Religion" tvg-country="SN" tvg-language="" tvg-logo="https://i.imgur.com/tH7EZL4.jpg" group-title="",A2i Religion -https://stream.sen-gt.com/A2iReligion/myStream/chunklist_w672043691.m3u8 +https://stream.sen-gt.com/A2iReligion/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="A2iTV.sn" tvg-name="A2i TV" tvg-country="SN" tvg-language="" tvg-logo="https://i.imgur.com/tH7EZL4.jpg" group-title="",A2i TV -https://stream.sen-gt.com/A2itv/myStream/chunklist_w1124459956.m3u8 +https://stream.sen-gt.com/A2itv/myStream/playlist.m3u8 diff --git a/channels/sv.m3u b/channels/sv.m3u index de3a4ad85..69df18f88 100644 --- a/channels/sv.m3u +++ b/channels/sv.m3u @@ -1,23 +1,26 @@ #EXTM3U -#EXTINF:-1 tvg-id="Canal33ElSalvador.sv" tvg-name="Canal 33 El Salvador" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",Canal 33 El Salvador (1080p) +#EXTINF:-1 tvg-id="Canal10.sv" tvg-name="Canal 10" tvg-country="SV" tvg-language="" tvg-logo="https://i.imgur.com/Iy5jUjV.png" group-title="",Canal 10 +http://streamingcws20.com:1935/tves/tves.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal33.sv" tvg-name="Canal 33" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",Canal 33 (1080p) https://5ca9af4645e15.streamlock.net/canal33/smil:canal33.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal33.sv" tvg-name="Canal 33" tvg-country="SV" tvg-language="" tvg-logo="https://canal33.tv/home/wp-content/uploads/2019/08/200.png" group-title="",Canal 33 +https://5ca9af4645e15.streamlock.net/canal33/videocanal33/playlist.m3u8 #EXTINF:-1 tvg-id="ElimTV.sv" tvg-name="Elim TV" tvg-country="SV" tvg-language="Spanish" tvg-logo="https://i.imgur.com/AonXAXu.png" group-title="",Elim TV (480p) http://live-15.viewer.dacast.com:80/i/dclive_1@397642/master.m3u8 -#EXTINF:-1 tvg-id="ElimTV.sv" tvg-name="Elim TV" tvg-country="SV" tvg-language="Spanish" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2017/10/ELIM-TV.png" group-title="",Elim TV -https://dcunilive15-lh.akamaihd.net/i/dclive_1@397642/index_150_av-p.m3u8?sd=6&rebase=on -#EXTINF:-1 tvg-id="ElimTVSanSalvador.sv" tvg-name="ElimTV (San Salvador)" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",ElimTV (San Salvador) -https://dcunilive15-lh.akamaihd.net/i/dclive_1@397642/index_150_av-p.m3u8 -#EXTINF:-1 tvg-id="Tele1ElSalvador.sv" tvg-name="Tele1 (El Salvador)" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",Tele1 (El Salvador) -https://5ca9af4645e15.streamlock.net/canaluno/smil:canaluno.smil/chunklist_w1614286216_b1428000_DVR_sleng.m3u8 +#EXTINF:-1 tvg-id="TCSCANAL2.sv" tvg-name="TCS CANAL 2" tvg-country="SV" tvg-language="" tvg-logo="https://d172ao1khilsti.cloudfront.net/tcsgo-mediafiles/a434da38-fc94-467f-b3e2-11e0e021631a.jpg" group-title="",TCS CANAL 2 +https://secure-video.tcsgo.com/tcshd/index.m3u8 +#EXTINF:-1 tvg-id="Tele1.sv" tvg-name="Tele1" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",Tele1 +http://streamingcws40.com:1935/canaluno/videocanaluno/playlist.m3u8 +#EXTINF:-1 tvg-id="Tele1.sv" tvg-name="Tele1" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",Tele1 +https://5ca9af4645e15.streamlock.net/canaluno/smil:canaluno.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TribunaTV.sv" tvg-name="TribunaTV" tvg-country="SV" tvg-language="Spanish" tvg-logo="https://hostlagarto.com/streaming/wp-content/uploads/2019/05/TRIBUNA-TV-253x194.jpg" group-title="",TribunaTV (614p) https://cm.hostlagarto.com:4445/TRIBUNA-TV/tribuna.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="WOWTV.sv" tvg-name="WOW TV" tvg-country="SV" tvg-language="Spanish" tvg-logo="" group-title="Entertainment",WOW TV -http://cdn.elsalvadordigital.com:1935/wowtv/wowtv/chunklist_w454258933.m3u8 +#EXTINF:-1 tvg-id="TVMElSalvador.sv" tvg-name="TVM El Salvador" tvg-country="SV" tvg-language="Spanish" tvg-logo="https://tvm.com.sv/wp-content/uploads/2020/02/TVM2.png" group-title="News",TVM El Salvador +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 +http://168.227.22.18:1935/tvm/tvm.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVOCanal23.sv" tvg-name="TVO Canal 23" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",TVO Canal 23 +https://5fc584f3f19c9.streamlock.net/tvo/smil:tvo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="WOWTV.sv" tvg-name="WOW TV" tvg-country="SV" tvg-language="" tvg-logo="https://forounivers.com/uploads/monthly_2020_05/large.wowtv2020.png.4fa9c9f8cb5ec86eb2b81a45780bdc93.png" group-title="",WOW TV -http://cdn.elsalvadordigital.com:1935/wowtv/wowtv/chunklist_w829907558.m3u8 -#EXTINF:-1 tvg-id="WOWTV.sv" tvg-name="WOW TV" tvg-country="SV" tvg-language="Spanish" tvg-logo="" group-title="Entertainment",WOW TV -http://cdn.elsalvadordigital.com:1935/wowtv/wowtv/chunklist_w84588335.m3u8 -#EXTINF:-1 tvg-id="WOWTV.sv" tvg-name="WOW TV" tvg-country="SV" tvg-language="" tvg-logo="" group-title="",WOW TV (720p) -http://cdn.elsalvadordigital.com:1935/wowtv/wowtv/master.m3u8 -#EXTINF:-1 tvg-id="WOWTV.sv" tvg-name="WOW TV" tvg-country="SV" tvg-language="Spanish" tvg-logo="" group-title="Entertainment",WOW TV (720p) http://cdn.elsalvadordigital.com:1935/wowtv/wowtv/playlist.m3u8 +#EXTINF:-1 tvg-id="OrbitaTVCanal25.sv" tvg-name="ร“rbita TV Canal 25" tvg-country="SV" tvg-language="" tvg-logo="https://3.bp.blogspot.com/-T6GUy9Xq7dk/XHqhBG7oE1I/AAAAAAAAHcI/JthcJF6_nZ8VDmiy0QGGXaVKrsgDsBvogCLcBGAs/s1600/%25C3%2593rbita%2BTV%2BCanal%2B25%2Bhd.png" group-title="",ร“rbita TV Canal 25 +https://5dcabf026b188.streamlock.net/orbitatv/livestream/playlist.m3u8 diff --git a/channels/sy.m3u b/channels/sy.m3u index 413d98d59..6e7124c2a 100644 --- a/channels/sy.m3u +++ b/channels/sy.m3u @@ -1,9 +1,9 @@ #EXTM3U #EXTINF:-1 tvg-id="AlAlam.sy" tvg-name="Al Alam" tvg-country="SY" tvg-language="Arabic" tvg-logo="http://alalamsyria.com/img/arabic/logo.png" group-title="",Al Alam http://149.100.19.226:8001/play/AL_ALAM_SYRIA_TV -#EXTINF:-1 tvg-id="alltv.sy" tvg-name="alltv" tvg-country="SY" tvg-language="Arabic" tvg-logo="Music" group-title="",alltv (400p) +#EXTINF:-1 tvg-id="alltv.sy" tvg-name="alltv" tvg-country="SY" tvg-language="Arabic" tvg-logo="" group-title="Music",alltv (400p) http://185.96.70.242:1935/live/alltv/playlist.m3u8 -#EXTINF:-1 tvg-id="ANN.sy" tvg-name="ANN" tvg-country="SY" tvg-language="Arabic" tvg-logo="http://www.freeetv.com/images/01_logo/arab_news_network.jpg" group-title="News",ANN +#EXTINF:-1 tvg-id="ANN.sy" tvg-name="ANN" tvg-country="SY" tvg-language="Arabic" tvg-logo="http://www.freeetv.com/images/01_logo/arab_news_network.jpg" group-title="News",ANN [Not 24/7] http://ns8.indexforce.com:1935/ann/ann/playlist.m3u8 #EXTINF:-1 tvg-id="HalabTodayTV.sy" tvg-name="Halab Today TV" tvg-country="SY" tvg-language="Arabic" tvg-logo="https://halabtodaytv.net/wp-content/uploads/2020/12/%D8%AD%D9%84%D8%A8-%D8%A7%D9%84%D9%8A%D9%88%D9%85-170-01.png" group-title="News",Halab Today TV (480p) [Not 24/7] http://streaming.tootvs.com:1935/8010/8010/playlist.m3u8 @@ -15,6 +15,16 @@ https://query-streamlink.lanesh4d0w.repl.co/iptv-query?streaming-ip=https://www. https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc/master22-vod.m3u8 #EXTINF:-1 tvg-id="LanaPlusTV.sy" tvg-name="Lana Plus TV" tvg-country="SY" tvg-language="Arabic" tvg-logo="https://lanacanal.tv/LanaTVPlus/wp-content/uploads/2019/09/Untitled-1.png" group-title="General",Lana Plus TV (720p) https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc2/m3u8/sdi2-720p.m3u8 +#EXTINF:-1 tvg-id="MinbijTV.sy" tvg-name="Minbij TV" tvg-country="MENA" tvg-language="Arabic" tvg-logo="" group-title="",Minbij TV +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/45 +#EXTINF:-1 tvg-id="NoorAlSham.sy" tvg-name="Noor Al-Sham" tvg-country="SY" tvg-language="Arabic" tvg-logo="https://i.imgur.com/Dy2Eo33.png" group-title="Religious",Noor Al-Sham (270p) [Not 24/7] +http://82.137.248.16:1935/Nour/stream19042021/playlist.m3u8 +#EXTINF:-1 tvg-id="ROJAVATV.sy" tvg-name="ROJAVA TV" tvg-country="SY" tvg-language="Kurdish;Arabic" tvg-logo="" group-title="",ROJAVA TV +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/55 +#EXTINF:-1 tvg-id="ROJAVATV.sy" tvg-name="ROJAVA TV" tvg-country="SY" tvg-language="Kurdish;Arabic" tvg-logo="" group-title="",ROJAVA TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/55.m3u8 +#EXTINF:-1 tvg-id="RonahiTV.sy" tvg-name="Ronahรฎ TV" tvg-country="SY" tvg-language="Kurdish;Arabic" tvg-logo="" group-title="",Ronahรฎ TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/26.m3u8 #EXTINF:-1 tvg-id="SamaTV.sy" tvg-name="Sama TV" tvg-country="SY" tvg-language="Arabic" tvg-logo="https://i.imgur.com/Bg52GiG.png" group-title="General",Sama TV [Not 24/7] http://stream.sama-tv.net:8080/hls/samatv.m3u8 #EXTINF:-1 tvg-id="SouryanaRadio.sy" tvg-name="Souryana Radio" tvg-country="SY" tvg-language="Arabic" tvg-logo="https://i.imgur.com/eR8QSEt.png" group-title="Music",Souryana Radio (270p) diff --git a/channels/th.m3u b/channels/th.m3u index 2303b2c56..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 @@ -14,10 +14,8 @@ http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 https://www.livedoomovie.com/02_golfhd_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="Mono29.th" tvg-name="Mono 29" tvg-country="TH" tvg-language="Thai" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/d/d5/Mono_29_Logo.png" group-title="",Mono 29 https://59ffdfa4495c3.streamlock.net/MONO29_HLS_1080P/mono29hls_1080TH.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="NBTBangkok.th" tvg-name="NBT Bangkok" tvg-country="TH" tvg-language="" tvg-logo="" group-title="",NBT Bangkok +#EXTINF:-1 tvg-id="NBTBangkok.th" tvg-name="NBT Bangkok" tvg-country="TH" tvg-language="" tvg-logo="" group-title="",NBT Bangkok [Not 24/7] http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist.m3u8 -#EXTINF:-1 tvg-id="NBTBangkok.th" tvg-name="NBT Bangkok" tvg-country="TH" tvg-language="Thai" tvg-logo="https://i.imgur.com/QZ2WcZl.jpg" group-title="",NBT Bangkok (1080p) -http://live.prd.go.th:1935/live/ch1_L.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="News1.th" tvg-name="News1" tvg-country="TH" tvg-language="Thai" tvg-logo="https://news1live.com/images/social-share-logo.png" group-title="News",News1 http://news1.live14.com/stream/news1.m3u8 #EXTINF:-1 tvg-id="ThaiPBSOpt4.th" tvg-name="Thai PBS (Opt-4)" tvg-country="TH" tvg-language="" tvg-logo="" group-title="",Thai PBS (Opt-4) diff --git a/channels/tr.m3u b/channels/tr.m3u index 1b7f8f7bb..ac3a28c6f 100644 --- a/channels/tr.m3u +++ b/channels/tr.m3u @@ -1,30 +1,86 @@ #EXTM3U +#EXTINF:-1 tvg-id="24TV.tr" tvg-name="24 TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",24 TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/134.m3u8 #EXTINF:-1 tvg-id="24TV.tr" tvg-name="24 TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/8FO41es.png" group-title="",24 TV (1080p) https://mn-nl.mncdn.com/kanal24/smil:kanal24.smil/chunklist.m3u8 +#EXTINF:-1 tvg-id="24TV.tr" tvg-name="24 TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",24 TV +https://mn-nl.mncdn.com/kanal24/smil:kanal24.smil/chunklist_b896000.m3u8?__mn_sid=8997673748844384653 +#EXTINF:-1 tvg-id="360.tr" tvg-name="360" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",360 +https://turkmedya-live.ercdn.net/tv360/tv360_720p.m3u8 +#EXTINF:-1 tvg-id="360TVSD.tr" tvg-name="360 TV SD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",360 TV SD +https://turkmedya-live.ercdn.net/tv360/tv360.m3u8 +#EXTINF:-1 tvg-id="AALive.tr" tvg-name="AA Live" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",AA Live +http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/chunklist.m3u8 +#EXTINF:-1 tvg-id="AFYONTURKTV.tr" tvg-name="AFYON TรœRK TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",AFYON TรœRK TV +https://5be5d840359c6.streamlock.net/afyonturktv/afyonturktv/chunklist.m3u8 #EXTINF:-1 tvg-id="AfyonTurkTV.tr" tvg-name="Afyon Tรผrk TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/tXbD8Sz/8A1HOMZ.png" group-title="",Afyon Tรผrk TV (720p) https://5be5d840359c6.streamlock.net/afyonturktv/afyonturktv/playlist.m3u8 #EXTINF:-1 tvg-id="AkitTV.tr" tvg-name="Akit TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/zG7NM55/Jagn7PG.png" group-title="",Akit TV (720p) https://akittv-live.ercdn.net/akittv/akittv.m3u8 +#EXTINF:-1 tvg-id="AkitTV.tr" tvg-name="Akit TV" tvg-country="TR" tvg-language="" tvg-logo="https://www.akittv.com.tr/assets/img/logo.png" group-title="",Akit TV +https://akittv-live.ercdn.net/akittv/akittv_720p.m3u8 +#EXTINF:-1 tvg-id="AKSUTV.tr" tvg-name="AKSU TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",AKSU TV +https://waw2.artiyerelmedya.net/aksutv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="AlZahraTVTurkic.tr" tvg-name="Al-Zahra TV Turkic" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/1LGHMzQ/lwkowCS.png" group-title="",Al-Zahra TV Turkic (1080p) https://live.al-zahratv.com/live/playlist.m3u8 #EXTINF:-1 tvg-id="AlZahraTVTurkic.tr" tvg-name="Al-Zahra TV Turkic" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/1LGHMzQ/lwkowCS.png" group-title="",Al-Zahra TV Turkic https://live.al-zahratv.com/live/playlist2/index.m3u8 +#EXTINF:-1 tvg-id="AlanyaPostaTV.tr" tvg-name="Alanya Posta TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Alanya Posta TV +http://win4.yayin.com.tr/postatv/postatv/iptvdelisi.m3u8 +#EXTINF:-1 tvg-id="ALTASTV.tr" tvg-name="ALTAS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ALTAS TV +http://stream.taksimbilisim.com:1935/altastv/bant1/chunklist.m3u8 +#EXTINF:-1 tvg-id="ALTASTV.tr" tvg-name="ALTAS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ALTAS TV +https://broadcasttr.com:446/altastv/bant1/chunklist_w1478482566.m3u8 #EXTINF:-1 tvg-id="AltasTV.tr" tvg-name="AltaลŸ TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/37VNK2B/Nnsnayw.png" group-title="",AltaลŸ TV (720p) [Not 24/7] http://stream.taksimbilisim.com:1935/altastv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="ALTASTV.tr" tvg-name="ALTAลž TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ALTAลž TV +https://broadcasttr.com:446/altastv/bant1/index.m3u8 #EXTINF:-1 tvg-id="ARASTV.tr" tvg-name="ARAS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ARAS TV http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="ATVAlanya.tr" tvg-name="ATV Alanya" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/Jo6DJUe.png" group-title="",ATV Alanya +http://stream2.taksimbilisim.com:1935/alanyatv/alanyatv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AVTV.tr" tvg-name="AV TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",AV TV +http://195.142.1.213:1935/avtv/avtv/chunklist.m3u8 +#EXTINF:-1 tvg-id="AVTV.tr" tvg-name="AV TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/j535lf4.png" group-title="",AV TV +http://195.142.1.213:1935/avtv/avtv/playlist.m3u8 +#EXTINF:-1 tvg-id="BENGUTURKTV.tr" tvg-name="BENGรœTรœRK TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",BENGรœTรœRK TV +https://tv.ensonhaber.com/tv/tr/benguturk/index.m3u8 +#EXTINF:-1 tvg-id="BeratTV.tr" tvg-name="Berat TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Berat TV [Not 24/7] +http://cdn-berattv.yayin.com.tr/berattv/berattv/playlist.m3u8 +#EXTINF:-1 tvg-id="BEYAZHDPlus.tr" tvg-name="BEYAZ HD+" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",BEYAZ HD+ +http://163.172.39.215:25461/line/C4@!a3a1@!w72A/87 #EXTINF:-1 tvg-id="BeyazTV.tr" tvg-name="Beyaz TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/Msq17kK/beyaztv.png" group-title="",Beyaz TV https://tv.ensonhaber.com/tv/tr/beyaztv/index.m3u8 +#EXTINF:-1 tvg-id="BEYAZTVHD.tr" tvg-name="BEYAZ TV HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",BEYAZ TV HD +https://mn-nl.mncdn.com/blutv_beyaztv/smil:beyaztv_sd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BesiktasWebTV.tr" tvg-name="BeลŸiktaลŸ Web TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/bRhnM6W/qti5aea.png" group-title="",BeลŸiktaลŸ Web TV https://s01.vpis.io/besiktas/besiktas.m3u8 -#EXTINF:-1 tvg-id="BursaTV.tr" tvg-name="Bursa TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/N2Yc8Yf/k6DUajb.png" group-title="",Bursa TV -https://win1.yayin.com.tr/bursatv/bursatv/chunklist.m3u8 +#EXTINF:-1 tvg-id="BodrumBelediyesiWebTV.tr" tvg-name="Bodrum Belediyesi Web TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Bodrum Belediyesi Web TV +https://win2.yayin.com.tr/bodrumbeltv/bodrumbeltv/chunklist.m3u8 +#EXTINF:-1 tvg-id="BRTV.tr" tvg-name="BRTV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",BRTV +https://waw2.artiyerelmedya.net/brtv/bant1/chunks.m3u8 +#EXTINF:-1 tvg-id="BursaASTV.tr" tvg-name="Bursa AS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Bursa AS TV +https://waw2.artiyerelmedya.net/astv/bant1/chunks.m3u8 +#EXTINF:-1 tvg-id="BursaTV.tr" tvg-name="Bursa TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/9gta3PU.png" group-title="",Bursa TV [Not 24/7] +https://cdn-bursatv.yayin.com.tr/bursatv/bursatv/playlist.m3u8 +#EXTINF:-1 tvg-id="BursaTV.tr" tvg-name="Bursa TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/9gta3PU.png" group-title="",Bursa TV [Not 24/7] +https://win1.yayin.com.tr/bursatv/bursatv/playlist.m3u8 +#EXTINF:-1 tvg-id="CANTV.tr" tvg-name="CAN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",CAN TV +http://176.10.117.18:8000/play/a004/index.m3u8 #EXTINF:-1 tvg-id="CanTV.tr" tvg-name="Can TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/qdBr2fH/kgwc6oT.jpg" group-title="",Can TV http://canbroadcast.com:7000/canlican/tv.m3u8 #EXTINF:-1 tvg-id="CANTVHD.tr" tvg-name="CAN TV HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",CAN TV HD http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/105.m3u8 +#EXTINF:-1 tvg-id="Canli24.tr" tvg-name="Canlฤฑ 24" tvg-country="TR" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/833294014476595200/tDTtFwpn_400x400.jpg" group-title="",Canlฤฑ 24 +https://mn-nl.mncdn.com/kanal24/smil:kanal24.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CayTV.tr" tvg-name="Cay TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/80d40Qb/e2K5ixJ.png" group-title="",Cay TV (720p) http://stream2.taksimbilisim.com:1935/caytv/bant1/CAYTV.m3u8 +#EXTINF:-1 tvg-id="CekmekoyTV.tr" tvg-name="Cekmekรถy TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/sjAGFWu.png" group-title="",Cekmekรถy TV +https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv_1080p/playlist.m3u8 +#EXTINF:-1 tvg-id="CemTV.tr" tvg-name="Cem TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Cem TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/104.m3u8 +#EXTINF:-1 tvg-id="CINE5TV.tr" tvg-name="CINE5 TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",CINE5 TV +http://win1.yayin.com.tr/cine5/cine5/iptvdelisi.m3u8 #EXTINF:-1 tvg-id="Cine5TV.tr" tvg-name="Cine5 TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="" group-title="",Cine5 TV (720p) https://cdn-cine5.yayin.com.tr/cine5/cine5/playlist.m3u8 #EXTINF:-1 tvg-id="CRITurkBelgesel.tr" tvg-name="CRI Turk Belgesel" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/xXjjbq6/yhzxKnt.png" group-title="",CRI Turk Belgesel (480p) @@ -115,8 +171,6 @@ https://mn-nl.mncdn.com/blutv_haberturk/smil:haberturk_sd.smil/chunklist_b206400 http://163.172.39.215:25461/line/C4@!a3a1@!w72A/130 #EXTINF:-1 tvg-id="HABERTURK.tr" tvg-name="HABERTรœRK" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",HABERTรœRK https://tv.ensonhaber.com/tv/tr/haberturk/index.m3u8 -#EXTINF:-1 tvg-id="HALKTV.tr" tvg-name="HALK TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",HALK TV (1080p) -http://iptvmasterlink.dyndns.org:8080/Entry/halktv_yeni/index.m3u8 #EXTINF:-1 tvg-id="HalkTV.tr" tvg-name="Halk TV" tvg-country="TR" tvg-language="" tvg-logo="https://halktv.com.tr/s/i/logo.png" group-title="",Halk TV http://mn-nl.mncdn.com/blutv_halktv/smil:halktv_sd.smil/chunklist_b2064000.m3u8 #EXTINF:-1 tvg-id="HalkTV.tr" tvg-name="Halk TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/vYEnfbj.jpg" group-title="",Halk TV (720p) @@ -139,12 +193,8 @@ http://wowza.istweb.tv:1935/dp/istanbul2/playlist.m3u8 rtmp://wowza.istweb.tv:1935/webtv/webtv_wowza1 #EXTINF:-1 tvg-id="Kanal10.tr" tvg-name="Kanal 10" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/p5ktCEA.jpg" group-title="",Kanal 10 (1080p) http://cdn-kanal10.crossnet.net:1935/kanal10/mp4:mpegts.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="Kanal12.tr" tvg-name="Kanal 12" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Kanal 12 -http://yayin.netradyom.com:1935/live/kanal12/chunklist.m3u8 #EXTINF:-1 tvg-id="Kanal12.tr" tvg-name="Kanal 12" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/VOpaZcu.png" group-title="",Kanal 12 https://waw1.artiyerelmedya.net/kanal12/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="KANAL12AZ.tr" tvg-name="KANAL 12 AZ" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KANAL 12 AZ (720p) -http://yayin.netradyom.com:1935/live/kanal12/playist.m3u8 #EXTINF:-1 tvg-id="KANAL15.tr" tvg-name="KANAL 15" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KANAL 15 https://waw2.artiyerelmedya.net/kanal15/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="Kanal15.tr" tvg-name="Kanal 15" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/jF9bf3u.png" group-title="",Kanal 15 (720p) @@ -177,8 +227,6 @@ https://5be5d840359c6.streamlock.net/kanal34tv/kanal34tv/chunklist_w1787984482.m https://5be5d840359c6.streamlock.net/kanal34tv/kanal34tv/playlist.m3u8 #EXTINF:-1 tvg-id="Kanal38.tr" tvg-name="Kanal 38" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Kanal 38 (576p) http://yayin3.canlitv.com:1935/live/kanal38/playlist.m3u8 -#EXTINF:-1 tvg-id="KANAL56.tr" tvg-name="KANAL 56" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KANAL 56 -https://cdn-kanal56tv.yayin.com.tr/Kanal56TV/Kanal56TV/chunklist.m3u8 #EXTINF:-1 tvg-id="KANAL58.tr" tvg-name="KANAL 58" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KANAL 58 https://broadcasttr.com:446/kanal58/bant1/chunklist.m3u8 #EXTINF:-1 tvg-id="KANAL68.tr" tvg-name="KANAL 68" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KANAL 68 @@ -221,12 +269,14 @@ http://yerelmedya.tv:1935/kanalv/bant1/chunklist.m3u8 https://waw2.artiyerelmedya.net/kanalz/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="KanalZ.tr" tvg-name="Kanal Z" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/elAlSno.png" group-title="",Kanal Z https://waw2.artiyerelmedya.net/kanalz/bant1/chunks.m3u8?hash=ff9087a17e9ff7a7a214048d240d21c0 +#EXTINF:-1 tvg-id="KardelenTV.tr" tvg-name="Kardelen TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Kardelen TV +http://cdn1.streamencoding.com:1935/kardelen_live/HD/playlist.m3u8 #EXTINF:-1 tvg-id="KAYTV.tr" tvg-name="KAY TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KAY TV (256p) [Not 24/7] http://yayin3.canlitv.com:1935/canlitv/kaytv/iptvdelisi.m3u8 #EXTINF:-1 tvg-id="KAYTV.tr" tvg-name="KAY TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KAY TV https://waw2.artiyerelmedya.net/kaytv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="KonTV.tr" tvg-name="Kon TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/KjVF97d/D8uqiZD.jpg" group-title="",Kon TV (1080p) -https://59cba4d34b678.streamlock.net/live/kontv/playlist.m3u8 +#EXTINF:-1 tvg-id="KentTurk.tr" tvg-name="Kent Tรผrk" tvg-country="TR" tvg-language="" tvg-logo="https://yerelmedya.tv/logosTV/38kenttv.png" group-title="",Kent Tรผrk +https://waw2.artiyerelmedya.net/38kenttv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="KRTTV.tr" tvg-name="KRT TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",KRT TV http://live1.krttv.com.tr/show/krttv_mobil/index.m3u8 #EXTINF:-1 tvg-id="KudusTV.tr" tvg-name="Kudรผs TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Kudรผs TV @@ -258,15 +308,25 @@ http://yerelmedya.tv:1935/mavikaradeniz/bant1/chunklist_w373433044.m3u8 #EXTINF:-1 tvg-id="MAVIKARADENIZ.tr" tvg-name="MAVฤฐ KARADENฤฐZ" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MAVฤฐ KARADENฤฐZ https://waw2.artiyerelmedya.net/mavikaradeniz/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="MEDMUZIK.tr" tvg-name="MED MรœZฤฐK" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MED MรœZฤฐK +http://137.74.205.201/medmuzik/MedStream/playlist.m3u8 +#EXTINF:-1 tvg-id="MEDMUZIK.tr" tvg-name="MED MรœZฤฐK" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MED MรœZฤฐK http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/29.m3u8 +#EXTINF:-1 tvg-id="MEDMUZIK.tr" tvg-name="MED MรœZฤฐK" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MED MรœZฤฐK +http://176.10.117.18:8000/play/a00d/index.m3u8 #EXTINF:-1 tvg-id="MEDYAHABER.tr" tvg-name="MEDYA HABER" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MEDYA HABER http://163.172.39.215:25461/line/C4@!a3a1@!w72A/23 #EXTINF:-1 tvg-id="MEDYAHABER.tr" tvg-name="MEDYA HABER" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MEDYA HABER http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/23.m3u8 +#EXTINF:-1 tvg-id="MEDYAHABER.tr" tvg-name="MEDYA HABER" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MEDYA HABER +http://176.10.117.18:8000/play/a007/index.m3u8 +#EXTINF:-1 tvg-id="MEDYAHABER.tr" tvg-name="MEDYA HABER" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MEDYA HABER +https://602ccc850c9bb.streamlock.net/Medya/smil:1280.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MERCANTV.tr" tvg-name="MERCAN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MERCAN TV https://waw2.artiyerelmedya.net/mercantv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="MercanTVHD.tr" tvg-name="Mercan TV HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Mercan TV HD http://yerelmedya.tv:1935/mercantv/bant1/chunklist.m3u8 +#EXTINF:-1 tvg-id="MeteorolojiTV.tr" tvg-name="Meteoroloji TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/EXj5xpO.jpg" group-title="",Meteoroloji TV +https://b01c02nl.mediatriple.net/videoonlylive/mtfgdbkwkjllolive/broadcast_5b1673b7c36b7.smil/chunklist_b200000.m3u8 #EXTINF:-1 tvg-id="MilyonTV.tr" tvg-name="Milyon TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/LNcC7EH.jpg" group-title="",Milyon TV https://milyontv-live.ercdn.net/milyontv/milyontv_720p.m3u8 #EXTINF:-1 tvg-id="MSBCKanal2000.tr" tvg-name="MSBC Kanal 2000" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",MSBC Kanal 2000 @@ -281,6 +341,10 @@ https://broadcasttr.com:446/naturaltv/bant1/playlist.m3u8 https://mn-nl.mncdn.com/blutv_ntv/smil:ntv_sd.smil/chunklist_b2064000.m3u8 #EXTINF:-1 tvg-id="NTVHDPlus.tr" tvg-name="NTV HD+" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",NTV HD+ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/128 +#EXTINF:-1 tvg-id="NTVSpor.tr" tvg-name="NTV Spor" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",NTV Spor +http://46.4.193.238:8484/hls/ntvspor/playlist.m3u8 +#EXTINF:-1 tvg-id="OGUNTV.tr" tvg-name="OGรœN TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",OGรœN TV +https://s01.vpis.io/ogun/ogun.m3u8 #EXTINF:-1 tvg-id="OLAYTURKTV.tr" tvg-name="OLAY TรœRK TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",OLAY TรœRK TV https://waw2.artiyerelmedya.net/olayturk/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="OlayTurkKayseri.tr" tvg-name="OlayTรผrk Kayseri" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",OlayTรผrk Kayseri @@ -295,6 +359,8 @@ http://yayin.netradyom.com:1935/live/on4/chunklist.m3u8 http://yayin.netradyom.com:1935/live/on4/playist.m3u8 #EXTINF:-1 tvg-id="On4TV.tr" tvg-name="On4 TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/TtbYRZD/i3ua14I.jpg" group-title="",On4 TV (1080p) http://yayin.netradyom.com:1935/live/on4/playlist.m3u8 +#EXTINF:-1 tvg-id="PetraTV.tr" tvg-name="Petra TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Petra TV +http://tt61.mine.nu/live/PetraTV/Fw99Gpq7Gq/6478.m3u8 #EXTINF:-1 tvg-id="PowerTurk.tr" tvg-name="Power Turk" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/9OPoXQG.png" group-title="",Power Turk (1080p) https://livetv.powerapp.com.tr/powerturkTV/powerturkhd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="POWERTURKHD.tr" tvg-name="POWER TURK HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",POWER TURK HD @@ -309,18 +375,18 @@ https://waw2.artiyerelmedya.net/powerturktv/bant1/playlist.m3u8 http://rehbertv.canliyayin.org/P871000884/rehbertv/chunklist.m3u8 #EXTINF:-1 tvg-id="RehberTV.tr" tvg-name="Rehber TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Rehber TV http://rehbertv.canliyayin.org/P871000884/rehbertv/chunklist_w1174978711.m3u8 -#EXTINF:-1 tvg-id="Rudaw.tr" tvg-name="Rudaw" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/f8Xp0h9/pBgMaFV.jpg" group-title="",Rudaw (1080p) -https://svs.itworkscdn.net/rudawlive/rudawlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SamsunCanliHaberTV.tr" tvg-name="Samsun Canli Haber TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Samsun Canli Haber TV (720p) https://cdn-samsuncanlihabertv.yayin.com.tr/samsuncanlihabertv/samsuncanlihabertv/playlist.m3u8 +#EXTINF:-1 tvg-id="SariyerTV.tr" tvg-name="Sarฤฑyer TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Sarฤฑyer TV +http://s01.vpis.io/sariyer/sariyer.m3u8 #EXTINF:-1 tvg-id="Sat7Pars.tr" tvg-name="Sat7 Pars" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Sat7 Pars (720p) https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Sat7Turk.tr" tvg-name="Sat7 Tรผrk" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/cKQIK4i.png" group-title="",Sat7 Tรผrk https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/sat7turkpublish/sat7turk_720p/chunks_dvr.m3u8 +#EXTINF:-1 tvg-id="SatrancTV.tr" tvg-name="Satranรง TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Satranรง TV +http://139.162.182.79/live/test/index.m3u8 #EXTINF:-1 tvg-id="SemerkandTV.tr" tvg-name="Semerkand TV" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/WD0JaKP.png" group-title="",Semerkand TV https://b01c02nl.mediatriple.net/videoonlylive/mtisvwurbfcyslive/broadcast_58d915bd40efc.smil/chunklist_b500000.m3u8 -#EXTINF:-1 tvg-id="SHOWTV.tr" tvg-name="SHOW TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",SHOW TV -https://av.livestreamlive.xyz/hls/show.m3u8 #EXTINF:-1 tvg-id="ShowTV.tr" tvg-name="Show TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/q0jrHyZ/show.png" group-title="",Show TV https://tv.ensonhaber.com/tv/tr/showtv/index.m3u8 #EXTINF:-1 tvg-id="SHOWTVHD.tr" tvg-name="SHOW TV HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",SHOW TV HD @@ -331,14 +397,20 @@ 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 +#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/live/line/C4@!a3a1@!w72A/69.m3u8 #EXTINF:-1 tvg-id="StarTV.tr" tvg-name="Star TV" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/FKfPTrd/star-tv.png" group-title="",Star TV https://lcgid8xu.rocketcdn.com/startvhd.stream_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="STARTVHD.tr" tvg-name="STAR TV HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",STAR TV HD https://mn-nl.mncdn.com/blutv_star/smil:star_sd.smil/chunklist_b2064000.m3u8 +#EXTINF:-1 tvg-id="SterkTV.tr" tvg-name="Sterk TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Sterk TV +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/24.m3u8 #EXTINF:-1 tvg-id="SUNRTV.tr" tvg-name="SUN RTV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",SUN RTV https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="TARSUSGUNEYTV.tr" tvg-name="TARSUS GรœNEY TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TARSUS GรœNEY TV (270p) @@ -361,6 +433,10 @@ https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe45 http://dl1.webtv.ttnet.com.tr/konf/mob/web16009.isml/QualityLevels(1564000)/manifest(format=m3u8-aapl).m3u8 #EXTINF:-1 tvg-id="TONTV.tr" tvg-name="TON TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TON TV https://waw2.artiyerelmedya.net/tontv/bant1/chunks.m3u8 +#EXTINF:-1 tvg-id="ToprakTV.tr" tvg-name="Toprak TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Toprak TV +https://59cba4d34b678.streamlock.net/canlitv/topraktv/playlist.m3u8 +#EXTINF:-1 tvg-id="TorbaTV.tr" tvg-name="Torba TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",Torba TV +https://59cba4d34b678.streamlock.net/canlitv/torbatv/iptvdelisi.m3u8 #EXTINF:-1 tvg-id="TR24TV.tr" tvg-name="TR24 TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TR24 TV https://tv.ensonhaber.com/tv/tr/24tv/index.m3u8 #EXTINF:-1 tvg-id="TRT1.tr" tvg-name="TRT 1" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.imgur.com/OoONVyI.png" group-title="",TRT 1 @@ -453,10 +529,6 @@ https://tv-trtworld.live.trt.com.tr/master_1080.m3u8 http://tv-trtcocuk.live.trt.com.tr/master_720.m3u8 #EXTINF:-1 tvg-id="TRTCocuk.tr" tvg-name="TRT ร‡ocuk" tvg-country="TR" tvg-language="Turkish" tvg-logo="https://i.ibb.co/c1zC46V/idYZDje.jpg" group-title="Kids",TRT ร‡ocuk (720p) https://tv-trtcocuk.live.trt.com.tr/master.m3u8 -#EXTINF:-1 tvg-id="TV1.tr" tvg-name="TV 1" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TV 1 (720p) -https://broadcasttr.com:446/tv1/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="TV1Kayseri.tr" tvg-name="TV 1 Kayseri" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TV 1 Kayseri -http://stream.taksimbilisim.com:1935/tv1/bant1/chunklist.m3u8 #EXTINF:-1 tvg-id="TV35.tr" tvg-name="TV 35" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/XRX9fGi.png" group-title="",TV 35 (720p) https://59cba4d34b678.streamlock.net/canlitv/tv35/playlist.m3u8 #EXTINF:-1 tvg-id="TV38.tr" tvg-name="TV 38" tvg-country="TR" tvg-language="" tvg-logo="https://i.imgur.com/KDBXLqn.png" group-title="",TV 38 (360p) @@ -497,8 +569,6 @@ https://broadcasttr.com:446/tv52/bant1/playlist.m3u8 https://mn-nl.mncdn.com/blutv_tv8_5/smil:tv8_5_sd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV8INT.tr" tvg-name="TV8 INT" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TV8 INT (576p) [Not 24/7] http://62.112.9.63:88/TV8_TR/index.m3u8?token=test -#EXTINF:-1 tvg-id="TV85.tr" tvg-name="TV8.5" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",TV8.5 -https://av.livestreamlive.xyz/hls/tv85.m3u8 #EXTINF:-1 tvg-id="UCANKUSTV.tr" tvg-name="UCANKUS TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",UCANKUS TV https://mn-nl.mncdn.com/blutv_ucankus/ucankus_sd.smil/chunklist_b2064000.m3u8 #EXTINF:-1 tvg-id="ULKETVHD.tr" tvg-name="ULKE TV HD" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ULKE TV HD @@ -523,6 +593,8 @@ https://waw2.artiyerelmedya.net/vuslattv/bant1/chunks.m3u8 https://592f1881b3d5f.streamlock.net:1443/santraltv_925/santraltv_925/playlist.m3u8 #EXTINF:-1 tvg-id="YOLTV.tr" tvg-name="YOL TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",YOL TV http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/107.m3u8 +#EXTINF:-1 tvg-id="CiftciTV.tr" tvg-name="ร‡iftรงi TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ร‡iftรงi TV +https://waw2.artiyerelmedya.net/ciftcitv/bant1/chunks.m3u8?hash=ff9087a17e9ff7a7a214048d240d21c0 #EXTINF:-1 tvg-id="CIFTCITV.tr" tvg-name="ร‡ฤฐFTCฤฐ TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ร‡ฤฐFTCฤฐ TV (270p) http://stream.taksimbilisim.com:1935/ciftcitv/smil:ciftcitv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CIFTCITV.tr" tvg-name="ร‡ฤฐFTCฤฐ TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ร‡ฤฐFTCฤฐ TV @@ -535,3 +607,5 @@ https://broadcasttr.com:446/oncurtv/bant1/playlist.m3u8 https://5be5d840359c6.streamlock.net/unitv/unitv/chunklist.m3u8 #EXTINF:-1 tvg-id="UUTVUskudarUniversitesiTV.tr" tvg-name="รœรœ TV รœskรผdar รœniversitesi TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",รœรœ TV รœskรผdar รœniversitesi TV (1080p) http://uskudarunv.mediatriple.net/uskudarunv/uskudar2/iptvdelisi.m3u8 +#EXTINF:-1 tvg-id="SabanTV.tr" tvg-name="ลžaban TV" tvg-country="TR" tvg-language="" tvg-logo="" group-title="",ลžaban TV +http://145.239.37.125:20458/sabantv3/sabantv3/chunklist_w603026520.m3u8 diff --git a/channels/ua.m3u b/channels/ua.m3u index 2feb485fe..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 @@ -10,9 +10,7 @@ http://212.79.122.23:8000/play/a00k/index.m3u8 #EXTINF:-1 tvg-id="2Plus2.ua" tvg-name="2+2" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",2+2 http://spacetv.in/stream/DIPK8H19CP8/173.m3u8 #EXTINF:-1 tvg-id="24Kanal.ua" tvg-name="24 ะšะฐะฝะฐะป" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="News",24 ะšะฐะฝะฐะป -http://streamvideol1.luxnet.ua/news24/news24.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="24Kanal.ua" tvg-name="24 ะšะฐะฝะฐะป" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="News",24 ะšะฐะฝะฐะป (1080p) -http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/chunklist.m3u8 +http://streamvideol1.luxnet.ua/news24/news24.stream/playlist.m3u8 #EXTINF:-1 tvg-id="24Kanal.ua" tvg-name="24 ะšะฐะฝะฐะป" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="News",24 ะšะฐะฝะฐะป (1080p) http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="34kanal.ua" tvg-name="34 ะบะฐะฝะฐะป" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",34 ะบะฐะฝะฐะป (576p) @@ -23,20 +21,32 @@ http://95.67.106.10/hls/nta_ua_hi/index.m3u8 http://95.67.106.10/hls/nta_ua_low/index.m3u8 #EXTINF:-1 tvg-id="4kanal.ua" tvg-name="4 ะบะฐะฝะฐะป" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/8k3JjOW.png" group-title="",4 ะบะฐะฝะฐะป http://95.67.106.10/hls/nta_ua_mid/index.m3u8 +#EXTINF:-1 tvg-id="7kanal.ua" tvg-name="7 ะบะฐะฝะฐะป" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",7 ะบะฐะฝะฐะป +http://cdn10.live-tv.od.ua:8081/7tvod/7tvod/playlist.m3u8 #EXTINF:-1 tvg-id="7kanal.ua" tvg-name="7 ะบะฐะฝะฐะป" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/nJvGdoj.jpg" group-title="",7 ะบะฐะฝะฐะป (ะžะดะตััะฐ) (720p) http://cdn10.live-tv.od.ua:8081/7tvod/7tvod-abr/7tvod/7tvod/playlist.m3u8 +#EXTINF:-1 tvg-id="7kanalOdessa.ua" tvg-name="7 ะบะฐะฝะฐะป ะžะดะตััะฐ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",7 ะบะฐะฝะฐะป ะžะดะตััะฐ +https://cdn10.live-tv.od.ua:8083/7tvod/7tvod-abr-lq/playlist.m3u8 +#EXTINF:-1 tvg-id="7kanalOdessaHD.ua" tvg-name="7 ะบะฐะฝะฐะป ะžะดะตััะฐ HD" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",7 ะบะฐะฝะฐะป ะžะดะตััะฐ HD +https://cdn10.live-tv.od.ua:8083/7tvod/7tvod-abr/7tvod/7tvod/chunks.m3u8 #EXTINF:-1 tvg-id="7kanalodessa.ua" tvg-name="7ะบะฐะฝะฐะป ะพะดะตััะฐ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",7ะบะฐะฝะฐะป ะพะดะตััะฐ http://212.79.122.23:8000/play/a009/index.m3u8 #EXTINF:-1 tvg-id="ATR.ua" tvg-name="ATR" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ATR http://stream.atr.ua/atr/live/index.m3u8 +#EXTINF:-1 tvg-id="ATRKirimTatar.ua" tvg-name="ATR Kฤฑrฤฑm Tatar" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/ysvDr1D.jpg" group-title="",ATR Kฤฑrฤฑm Tatar +http://stream.atr.ua/atr//live/index.m3u8 #EXTINF:-1 tvg-id="Bambarbia.ua" tvg-name="Bambarbia" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Bambarbia http://212.79.122.23:8000/play/a00n/index.m3u8 +#EXTINF:-1 tvg-id="BambarbiaTV.ua" tvg-name="Bambarbia TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Bambarbia TV +http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-720p/playlist.m3u8 #EXTINF:-1 tvg-id="BamBarBiaTV.ua" tvg-name="BamBarBia TV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/LIk85IA.png" group-title="Travel",BamBarBia TV (1080p) http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-abr/bbb/bbbtv-720p/playlist.m3u8 #EXTINF:-1 tvg-id="BamBarBiaTV.ua" tvg-name="BamBarBia TV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/LIk85IA.png" group-title="Travel",BamBarBia TV (1080p) http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-abr/playlist.m3u8 #EXTINF:-1 tvg-id="CNLEvropa.ua" tvg-name="CNL ะ•ะฒั€ะพะฟะฐ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/lozzdS7.png" group-title="Religious",CNL ะ•ะฒั€ะพะฟะฐ http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_3.m3u8 +#EXTINF:-1 tvg-id="DonezkTV.ua" tvg-name="Donezk TV" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/dHqUHfw.png" group-title="",Donezk TV +http://stream.dn.ua/hls/stream.m3u8 #EXTINF:-1 tvg-id="GIT.ua" tvg-name="GIT" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/v5J8tiS.png" group-title="",GIT https://stream.uagit.tv/gittv.m3u8 #EXTINF:-1 tvg-id="GTV.ua" tvg-name="GTV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",GTV @@ -45,26 +55,52 @@ 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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="IzmailTV.ua" tvg-name="Izmail TV" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/mpMjj7o.png" group-title="",Izmail TV +https://cdn10.live-tv.od.ua:8083/izod/izod-abr-lq/playlist.m3u8 #EXTINF:-1 tvg-id="Inter.ua" tvg-name="Iะฝั‚ะตั€" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/0n7Bk5s.png" group-title="",Iะฝั‚ะตั€ https://edge3.iptv.macc.com.ua/img/inter_3/index.m3u8 +#EXTINF:-1 tvg-id="K1.ua" tvg-name="K1" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",K1 +https://edge2.iptv.macc.com.ua/life/k1_2/index.m3u8 #EXTINF:-1 tvg-id="KinderTV.ua" tvg-name="Kinder TV" tvg-country="INT" tvg-language="Ukrainian;Russian" tvg-logo="" group-title="Kids",Kinder TV http://autopilot.catcast.tv/content/38144/index.m3u8 +#EXTINF:-1 tvg-id="KRATU.ua" tvg-name="KRATU" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",KRATU +http://cdn10.live-tv.od.ua:8081/kratu/kratu-abr/kratu/kratu/playlist.m3u8 +#EXTINF:-1 tvg-id="Kratu.ua" tvg-name="Kratu" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/NXqO1Qa.png" group-title="",Kratu +https://cdn10.live-tv.od.ua:8083/kratu/kratu-abr-lq/kratu/kratu-sub/chunks.m3u8 #EXTINF:-1 tvg-id="Lale.ua" tvg-name="Lale" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="Kids",Lale http://stream.atr.ua/lale//live/index.m3u8 #EXTINF:-1 tvg-id="M1.ua" tvg-name="M1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="Music",M1 (1080p) http://live.m2.tv/hls2/stream.m3u8 #EXTINF:-1 tvg-id="M2.ua" tvg-name="M2" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="Music",M2 (720p) http://live.m2.tv/hls3/stream.m3u8 +#EXTINF:-1 tvg-id="Micto.ua" tvg-name="Micto" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/p7bzHf4.png" group-title="",Micto +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="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="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 +#EXTINF:-1 tvg-id="Renome.ua" tvg-name="Renome" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Renome +http://85.238.112.40:8810/hls_sec/online/list-renome.m3u8 #EXTINF:-1 tvg-id="RenomeOdessa.ua" tvg-name="Renome (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/Uy9gD3l.jpg" group-title="",Renome (ะžะดะตััะฐ) http://85.238.112.40:8810/hls_sec/239.33.116.26-.m3u8 #EXTINF:-1 tvg-id="Renomea.ua" tvg-name="Renomea" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",Renomea @@ -81,6 +117,8 @@ 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",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 #EXTINF:-1 tvg-id="TV5.ua" tvg-name="TV5" tvg-country="UA" tvg-language="Ukrainian;Russian" tvg-logo="https://i.imgur.com/ixKcTad.png" group-title="",TV5 (ะ—ะฐะฟะพั€ะพะถัŒะต) (360p) @@ -89,12 +127,16 @@ http://hls.cdn.ua/tv5.zp.ua_live/_definst_/mp4:tv5/playlist.m3u8 http://hls.cdn.ua/tv5.zp.ua_live/_definst_:tv5/playlist.m3u8 #EXTINF:-1 tvg-id="TV5.ua" tvg-name="TV5" tvg-country="UA" tvg-language="Ukrainian;Russian" tvg-logo="https://i.imgur.com/ixKcTad.png" group-title="",TV5 (ะ—ะฐะฟะพั€ะพะถัŒะต) (360p) http://rtsp.cdn.ua/tv5.zp.ua_live/_definst_/mp4:tv5/playlist.m3u8 +#EXTINF:-1 tvg-id="TV5Zaporozhe.ua" tvg-name="TV5 (ะ—ะฐะฟะพั€ะพะถัŒะต)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",TV5 (ะ—ะฐะฟะพั€ะพะถัŒะต) +https://hls.cdn.ua/tv5.zp.ua_live/mp4:tv5/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Plus.ua" tvg-name="TV7+" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/5qwIslT.jpg" group-title="Local",TV7+ (ะฅะผะตะปัŒะฝะธั†ัŒะบะธะน) [Not 24/7] https://tv7plus.com/hls/tv7.m3u8 #EXTINF:-1 tvg-id="TV7Plus.ua" tvg-name="TV7+" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/5qwIslT.jpg" group-title="Local",TV7+ (ะฅะผะตะปัŒะฝะธั†ัŒะบะธะน) https://tv7plus.com/hls/tv7_site.m3u8 #EXTINF:-1 tvg-id="TV8HD.ua" tvg-name="TV8 HD" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",TV8 HD http://212.79.122.23:8000/play/a00m/index.m3u8 +#EXTINF:-1 tvg-id="UATV.ua" tvg-name="UA TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",UA TV +http://95.67.106.242:80/hls/ua-tv_ua_mid/index.m3u8 #EXTINF:-1 tvg-id="uaodessa.ua" tvg-name="uaodessa" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",uaodessa http://212.79.122.23:8000/play/a00g/index.m3u8 #EXTINF:-1 tvg-id="UATV.ua" tvg-name="UATV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",UATV @@ -107,54 +149,92 @@ https://ua-tv-hls3.cosmonova.net.ua/hls/ua-tv_ua_mid/index.m3u8 http://95.67.12.149:9005 #EXTINF:-1 tvg-id="Z.ua" tvg-name="Z" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/f0nOjL8.png" group-title="",Z (ะ—ะฐะฟะพั€ะพะถัŒะต) https://stream.ztv.zp.ua/hls/live.m3u8 +#EXTINF:-1 tvg-id="A1.ua" tvg-name="ะ1" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ1 +http://cdn1.live-tv.od.ua:8081/a1od/a1od-720p/playlist.m3u8 #EXTINF:-1 tvg-id="A1.ua" tvg-name="ะ1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/0DUi5fO.jpg" group-title="",ะ1 (ะžะดะตััะฐ) (480p) http://cdn1.live-tv.od.ua:8081/a1od/a1od-abr/a1od/a1od-480p/playlist.m3u8 #EXTINF:-1 tvg-id="A1.ua" tvg-name="ะ1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/0DUi5fO.jpg" group-title="",ะ1 (ะžะดะตััะฐ) (720p) http://cdn1.live-tv.od.ua:8081/a1od/a1od-abr/a1od/a1od-720p/playlist.m3u8 #EXTINF:-1 tvg-id="A1.ua" tvg-name="ะ1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/0DUi5fO.jpg" group-title="",ะ1 (ะžะดะตััะฐ) (720p) http://cdn1.live-tv.od.ua:8081/a1od/a1od-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="AvtoradioVebkamera.ua" tvg-name="ะะฒั‚ะพั€ะฐะดะธะพ (ะ’ะตะฑ-ะบะฐะผะตั€ะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะะฒั‚ะพั€ะฐะดะธะพ (ะ’ะตะฑ-ะบะฐะผะตั€ะฐ) [UA] +https://rtmp.radiogroup.com.ua:8080/live/avto/index.m3u8 #EXTINF:-1 tvg-id="Akademiya.ua" tvg-name="ะะบะฐะดะตะผะธั" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะะบะฐะดะตะผะธั http://212.79.122.23:8000/play/a008/index.m3u8 +#EXTINF:-1 tvg-id="AkademiyaOdessa.ua" tvg-name="ะะบะฐะดะตะผะธั (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะะบะฐะดะตะผะธั (ะžะดะตััะฐ) +http://cdn10.live-tv.od.ua:8081/36chod/36chod-abr/36chod/36chod/playlist.m3u8 #EXTINF:-1 tvg-id="ArhatTV.ua" tvg-name="ะั€ั…ะฐั‚ ะขะ’" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/Qdgntk1.jpg" group-title="",ะั€ั…ะฐั‚ ะขะ’ https://arhat.tv/public/720p/index.m3u8 #EXTINF:-1 tvg-id="BaltaTV.ua" tvg-name="ะ‘ะฐะปั‚ะฐ ะขะ’" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะ‘ะฐะปั‚ะฐ ะขะ’ http://194.50.51.34/playlist.m3u8 +#EXTINF:-1 tvg-id="VTV.ua" tvg-name="ะ’ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/JG493Vn.png" group-title="",ะ’ะขะ’ +http://video.vtvplus.com.ua:81/hls/online/index.m3u8 #EXTINF:-1 tvg-id="Glas.ua" tvg-name="ะ“ะปะฐั" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ“ะปะฐั http://212.79.122.23:8000/play/a004/index.m3u8 #EXTINF:-1 tvg-id="Glas.ua" tvg-name="ะ“ะปะฐั" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะ“ะปะฐั http://85.238.112.69:8811/hls_sec/239.0.4.18-.m3u8 +#EXTINF:-1 tvg-id="GlasRU.ua" tvg-name="ะ“ะปะฐั (RU)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ“ะปะฐั (RU) +https://glas.org.ua/hls/glassru.m3u8 +#EXTINF:-1 tvg-id="GlasUA.ua" tvg-name="ะ“ะปะฐั (UA)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ“ะปะฐั (UA) +https://glas.org.ua/hls/glassua.m3u8 #EXTINF:-1 tvg-id="DonbasOnline.ua" tvg-name="ะ”ะพะฝะฑะฐั Online" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะ”ะพะฝะฑะฐั Online (1080p) http://176.110.1.30:1935/live/donbasonline/playlist.m3u8 #EXTINF:-1 tvg-id="dumskaya.ua" tvg-name="ะดัƒะผัะบะฐั" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะดัƒะผัะบะฐั http://212.79.122.23:8000/play/a00o/index.m3u8 +#EXTINF:-1 tvg-id="DumskayaTV.ua" tvg-name="ะ”ัƒะผัะบะฐั ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั ะขะ’ +http://cdn1.live-tv.od.ua:8081/dumska/dumska720p/playlist.m3u8 +#EXTINF:-1 tvg-id="DumskayaTVOdesa.ua" tvg-name="ะ”ัƒะผัะบะฐั ะขะ’ (ะžะดะตัะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั ะขะ’ (ะžะดะตัะฐ) +http://cdn1.live-tv.od.ua:8081/dumska/dumska-abr-lq/playlist.m3u8 #EXTINF:-1 tvg-id="DumskayaTV.ua" tvg-name="ะ”ัƒะผัะบะฐั.TV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั.TV (720p) http://cdn1.live-tv.od.ua:8081/dumska/dumska-abr/dumska/dumska720p/playlist.m3u8 #EXTINF:-1 tvg-id="DumskayaTV.ua" tvg-name="ะ”ัƒะผัะบะฐั.TV" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://dumskaya.net/i3/logotv.png" group-title="",ะ”ัƒะผัะบะฐั.TV (720p) http://cdn1.live-tv.od.ua:8081/dumska/dumska-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="DumskayaTV.ua" tvg-name="ะ”ัƒะผัะบะฐั.TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั.TV +https://cdn1.live-tv.od.ua:8083/dumska/dumska-abr-lq/playlist.m3u8 +#EXTINF:-1 tvg-id="DumskayaTVHD.ua" tvg-name="ะ”ัƒะผัะบะฐั.TV HD" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั.TV HD +https://cdn1.live-tv.od.ua:8083/dumska/dumska-abr/playlist.m3u8 #EXTINF:-1 tvg-id="Zdorove.ua" tvg-name="ะ—ะดะพั€ะพะฒัŒะต" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ—ะดะพั€ะพะฒัŒะต http://212.79.122.23:8000/play/a003/index.m3u8 #EXTINF:-1 tvg-id="Zdorove.ua" tvg-name="ะ—ะดะพั€ะพะฒัŒะต" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะ—ะดะพั€ะพะฒัŒะต (ะžะดะตััะฐ) (504p) http://cdn1.live-tv.od.ua:8081/zdorovood/zdorovo-abr-lq/playlist.m3u8 #EXTINF:-1 tvg-id="Zdorove.ua" tvg-name="ะ—ะดะพั€ะพะฒัŒะต" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="http://zd.od.ua/wp-content/uploads/2018/01/zdor-2.png" group-title="",ะ—ะดะพั€ะพะฒัŒะต (ะžะดะตััะฐ) (504p) http://cdn1.live-tv.od.ua:8081/zdorovood/zdorovo-abr-lq/zdorovood/zdorovo/playlist.m3u8 +#EXTINF:-1 tvg-id="ZdoroveOdessa.ua" tvg-name="ะ—ะดะพั€ะพะฒัŒะต ะžะดะตััะฐ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ—ะดะพั€ะพะฒัŒะต ะžะดะตััะฐ +http://cdn1.live-tv.od.ua:8081/zdorovood/zdorovo/playlist.m3u8 +#EXTINF:-1 tvg-id="IzmailTV.ua" tvg-name="ะ˜ะทะผะฐะธะป ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ˜ะทะผะฐะธะป ะขะ’ +http://cdn10.live-tv.od.ua:8081/izod/izod-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="IzmailTV.ua" tvg-name="ะ˜ะทะผะฐะธะป ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ˜ะทะผะฐะธะป ะขะ’ +http://cdn10.live-tv.od.ua:8081/izod/izod/playlist.m3u8 #EXTINF:-1 tvg-id="Izmaila.ua" tvg-name="ะ˜ะทะผะฐะธะปa" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ˜ะทะผะฐะธะปa http://212.79.122.23:8000/play/00q/index.m3u8 #EXTINF:-1 tvg-id="Inter.ua" tvg-name="ะ˜ะฝั‚ะตั€" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะ˜ะฝั‚ะตั€ https://lb1.macc.com.ua/img/inter_2/index.m3u8 #EXTINF:-1 tvg-id="inshiy.ua" tvg-name="ะธะฝัˆะธะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะธะฝัˆะธะน http://212.79.122.23:8000/play/a00a/index.m3u8 +#EXTINF:-1 tvg-id="IRTDnepr.ua" tvg-name="ะ˜ะ ะข (ะ”ะฝะตะฟั€)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ˜ะ ะข (ะ”ะฝะตะฟั€) +http://91.193.128.233:1935/live//irt.stream_576p/playlist.m3u8 #EXTINF:-1 tvg-id="K1.ua" tvg-name="ะš1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/zkGPS5w.jpg" group-title="",ะš1 http://109.68.40.67/life/k1.m3u8 #EXTINF:-1 tvg-id="K1.ua" tvg-name="ะš1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะš1 http://109.68.40.67/life/k1_3/index.m3u8 #EXTINF:-1 tvg-id="K1.ua" tvg-name="ะš1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/zkGPS5w.jpg" group-title="",ะš1 http://109.68.40.67:80/life/k1_3/index.m3u8 +#EXTINF:-1 tvg-id="K1.ua" tvg-name="ะš1" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะš1 +http://edge3.iptv.macc.com.ua/life/k1_3/index.m3u8 #EXTINF:-1 tvg-id="Kisfm.ua" tvg-name="ะšะธั ั„ะผ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะšะธั ั„ะผ http://212.79.122.23:8000/play/a00t/index.m3u8 #EXTINF:-1 tvg-id="Krug.ua" tvg-name="ะšั€ัƒะณ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะšั€ัƒะณ http://212.79.122.23:8000/play/a00j/index.m3u8 +#EXTINF:-1 tvg-id="Krug.ua" tvg-name="ะšั€ัƒะณ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะšั€ัƒะณ +http://cdn1.live-tv.od.ua:8081/krugod/krugod-abr/krugod/krugod/playlist.m3u8 +#EXTINF:-1 tvg-id="KRUG.ua" tvg-name="ะšะ ะฃะ“" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะšะ ะฃะ“ +http://cdn1.live-tv.od.ua:8081/krugod/krugod-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="LanetTV.ua" tvg-name="ะ›ะฐะฝะตั‚.TV" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ›ะฐะฝะตั‚.TV +http://kiev1-cdn.lanet.tv/live/1008.m3u8 #EXTINF:-1 tvg-id="MoyaOdessa.ua" tvg-name="ะœะพั ะžะดะตััะฐ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะœะพั ะžะดะตััะฐ http://212.79.122.23:8000/play/a00h/index.m3u8 +#EXTINF:-1 tvg-id="NadiyaNovyykanal.ua" tvg-name="ะะฐะดะธั/ะะพะฒั‹ะน ะบะฐะฝะฐะป" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะะฐะดะธั/ะะพะฒั‹ะน ะบะฐะฝะฐะป +http://nadiya.home-net.com.ua/mob/mystream.m3u8 #EXTINF:-1 tvg-id="Nadiya.ua" tvg-name="ะะฐะดั–ั" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/exdDHml.png" group-title="",ะะฐะดั–ั (720p) https://stream.hope.ua/hopeua/live_1/playlist.m3u8 #EXTINF:-1 tvg-id="NTK.ua" tvg-name="ะะขะš" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะะขะš @@ -169,22 +249,44 @@ http://85.238.112.40:8810/hls_sec/239.33.75.33-.m3u8 https://ch.iptvmate.net/a46f7aba4c40d62799b6ca0296fb7f6c.m3u8 #EXTINF:-1 tvg-id="Obektiv59.ua" tvg-name="ะžะฑัŠะตะบั‚ะธะฒ 59" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะžะฑัŠะตะบั‚ะธะฒ 59 (576p) https://hls.simon.ua/live-HD/live/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Odesa.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) +#EXTINF:-1 tvg-id="ODESA.ua" tvg-name="ะžะ”ะ•ะกะ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะžะ”ะ•ะกะ +http://cdn10.live-tv.od.ua:8081/odtrkod/odtrkod-abr/odtrkod/odtrkod-sub/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-abr/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="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="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 #EXTINF:-1 tvg-id="OrbitaTV.ua" tvg-name="ะžั€ะฑั–ั‚ะฐ ะขะ’" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะžั€ะฑั–ั‚ะฐ ะขะ’ [Not 24/7] http://ftp.orbita.dn.ua/hls/orbita.m3u8 +#EXTINF:-1 tvg-id="OTVDnepr.ua" tvg-name="ะžะขะ’ (ะ”ะฝะตะฟั€)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะžะขะ’ (ะ”ะฝะตะฟั€) +http://91.193.128.233:1935/live//otv.stream_576p/playlist.m3u8 #EXTINF:-1 tvg-id="PervyygorodskoyKrivoyRog.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ)" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ) (720p) http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr-abr/1tvkr/1tvkr/playlist.m3u8 #EXTINF:-1 tvg-id="PervyygorodskoyKrivoyRog.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ)" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="http://big-tv.org/uploads/posts/2017-11/thumbs/1510692123_pervyy-gorodskoy-krivoy-rog.png" group-title="",ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ) (720p) http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="PervyyGorodskoyKrivoyRog.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ) +http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr/playlist.m3u8 #EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://sun9-18.userapi.com/c639227/v639227583/45ae7/tw3dA0ptuXI.jpg" group-title="",ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) (1080p) http://91.194.79.46:8081/stream1/channel1/playlist.m3u8 +#EXTINF:-1 tvg-id="PervyyGorodskoyOdessa.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) +http://91.194.79.46:8081/stream2/channel2/playlist.m3u8 +#EXTINF:-1 tvg-id="PervyyGorodskoyOdessa.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) +http://cdn1.live-tv.od.ua:8081/1tvod/1tvod-abr-lq/playlist.m3u8 +#EXTINF:-1 tvg-id="PervyyGorodskoyOdessa.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) +http://cdn1.live-tv.od.ua:8081/1tvod/1tvod-abr/1tvod/1tvod/chunks.m3u8 #EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะณะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) (504p) http://cdn1.live-tv.od.ua:8081/1tvod/1tvod-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="PervyyGorodskoyOdessa.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) +http://cdn1.live-tv.od.ua:8081/1tvod/1tvod/playlist.m3u8 +#EXTINF:-1 tvg-id="PervyyDelovoy.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน +http://95.67.127.156/hls/pershij-dlovij_ua_hi/index.m3u8 +#EXTINF:-1 tvg-id="PervyyDelovoy.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน +http://pershij-dlovij-hls1.cosmonova.net.ua/hls/pershij-dlovij_ua_hi/index.m3u8 +#EXTINF:-1 tvg-id="PervyyDelovoy.ua" tvg-name="ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน +http://pershij-dlovij-hls1.cosmonova.net.ua/hls/pershij-dlovij_ua_mid/index.m3u8 #EXTINF:-1 tvg-id="PershiyDiloviy.ua" tvg-name="ะŸะตั€ัˆะธะน ะ”ั–ะปะพะฒะธะน" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะŸะตั€ัˆะธะน ะ”ั–ะปะพะฒะธะน http://pershij-dlovij-hls3.cosmonova.net.ua/hls/pershij-dlovij_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="PershiyDiloviy.ua" tvg-name="ะŸะตั€ัˆะธะน ะ”ั–ะปะพะฒะธะน" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะŸะตั€ัˆะธะน ะ”ั–ะปะพะฒะธะน @@ -219,14 +321,28 @@ https://stream1.luxnet.ua/luxstudio/smil:luxstudio.stream.smil/playlist.m3u8 http://212.79.122.23:8000/play/a00r/index.m3u8 #EXTINF:-1 tvg-id="reporter.ua" tvg-name="ั€ะตะฟะพั€ั‚ะตั€" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ั€ะตะฟะพั€ั‚ะตั€ http://212.79.122.23:8000/play/a00i/index.m3u8 +#EXTINF:-1 tvg-id="Reporter.ua" tvg-name="ะ ะตะฟะพั€ั‚ะตั€" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ ะตะฟะพั€ั‚ะตั€ +http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/31chod/31chod/playlist.m3u8 #EXTINF:-1 tvg-id="Reporter.ua" tvg-name="ะ ะตะฟะพั€ั‚ะตั€" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="http://reporter.odessa.ua/wp-content/uploads/2017/05/logo_retina-300x99.png" group-title="",ะ ะตะฟะพั€ั‚ะตั€ (720p) http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="Reporter.ua" tvg-name="ะ ะตะฟะพั€ั‚ะตั€" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ ะตะฟะพั€ั‚ะตั€ +http://cdn1.live-tv.od.ua:8081/31chod/31chod/playlist.m3u8 #EXTINF:-1 tvg-id="svarozhichi.ua" tvg-name="ัะฒะฐั€ะพะถะธั‡ะธ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ัะฒะฐั€ะพะถะธั‡ะธ http://212.79.122.23:8000/play/a00s/index.m3u8 #EXTINF:-1 tvg-id="Svarozhichi.ua" tvg-name="ะกะฒะฐั€ะพะถะธั‡ะธ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะกะฒะฐั€ะพะถะธั‡ะธ (720p) http://80.91.177.102:1935/live/live1/playlist.m3u8 #EXTINF:-1 tvg-id="Svarozhichi.ua" tvg-name="ะกะฒะฐั€ะพะถะธั‡ะธ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะกะฒะฐั€ะพะถะธั‡ะธ (720p) http://tv.tv-project.com:1935/live/live1/playlist.m3u8 +#EXTINF:-1 tvg-id="SK1.ua" tvg-name="ะกะš 1" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/wr0CN1l.png" group-title="",ะกะš 1 +https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr-lq/playlist.m3u8 +#EXTINF:-1 tvg-id="SK1.ua" tvg-name="ะกะš1" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะกะš1 +http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt720p/playlist.m3u8 +#EXTINF:-1 tvg-id="SK1Zhitomir.ua" tvg-name="ะกะš1 (ะ–ะธั‚ะพะผะธั€)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะกะš1 (ะ–ะธั‚ะพะผะธั€) +http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/sk1zt/sk1zt360p/playlist.m3u8 +#EXTINF:-1 tvg-id="SK1HD.ua" tvg-name="ะกะš1 HD" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะกะš1 HD +http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/sk1zt/sk1zt720p/playlist.m3u8 +#EXTINF:-1 tvg-id="SK1HDZhitomir.ua" tvg-name="ะกะš1 HD (ะ–ะธั‚ะพะผะธั€)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะกะš1 HD (ะ–ะธั‚ะพะผะธั€) +https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr/sk1zt/sk1zt720p/chunks.m3u8 #EXTINF:-1 tvg-id="STB.ua" tvg-name="ะกะขะ‘" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/Av0pftd.png" group-title="",ะกะขะ‘ http://188.35.9.11:11021/j #EXTINF:-1 tvg-id="stb.ua" tvg-name="ัั‚ะฑ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ัั‚ะฑ @@ -237,24 +353,36 @@ http://46.149.48.21:1234 http://hls.cdn.ua/tva.ua_live/_definst_/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVA.ua" tvg-name="ะขะ’ะ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะขะ’ะ (ะงะตั€ะฝiะฒั†i) (576p) http://rtsp.cdn.ua/tva.ua_live/_definst_/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVAChernivci.ua" tvg-name="ะขะ’ะ ะงะตั€ะฝั–ะฒั†ั–" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขะ’ะ ะงะตั€ะฝั–ะฒั†ั– +http://hls.cdn.ua/tva.ua_live/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="TISTV.ua" tvg-name="ะขะ˜ะก ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขะ˜ะก ะขะ’ [Not 24/7] +http://cdn10.live-tv.od.ua:8081/riood/tisod-abr/riood/tisod504/playlist.m3u8 +#EXTINF:-1 tvg-id="TISTV.ua" tvg-name="ะขะ˜ะก ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขะ˜ะก ะขะ’ [Not 24/7] +http://cdn10.live-tv.od.ua:8081/riood/tisod504/playlist.m3u8 #EXTINF:-1 tvg-id="tretiycifrovoy.ua" tvg-name="ั‚ั€ะตั‚ะธะน ั†ะธั„ั€ะพะฒะพะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ั‚ั€ะตั‚ะธะน ั†ะธั„ั€ะพะฒะพะน http://212.79.122.23:8000/play/a00c/index.m3u8 #EXTINF:-1 tvg-id="TretiyCifrovoy.ua" tvg-name="ะขั€ะตั‚ะธะน ะฆะธั„ั€ะพะฒะพะน" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะขั€ะตั‚ะธะน ะฆะธั„ั€ะพะฒะพะน (576p) http://cdn1.live-tv.od.ua:8081/3tvod/3tvod-abr/3tvod/3tvod/playlist.m3u8 #EXTINF:-1 tvg-id="TretiyCifrovoy.ua" tvg-name="ะขั€ะตั‚ะธะน ะฆะธั„ั€ะพะฒะพะน" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="http://tretiy.tv/wp-content/uploads/2017/12/logo.png" group-title="",ะขั€ะตั‚ะธะน ะฆะธั„ั€ะพะฒะพะน (576p) http://cdn1.live-tv.od.ua:8081/3tvod/3tvod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="TISTV.ua" tvg-name="ะขะ†ะก ะขะ’" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="http://www.tistv.news/wp-content/uploads/2018/02/logo-main-2.png" group-title="",ะขะ†ะก ะขะ’ (480p) -http://cdn10.live-tv.od.ua:8081/riood/tisod-abr/riood/tisod504/playlist.m3u8 -#EXTINF:-1 tvg-id="TISTV.ua" tvg-name="ะขะ†ะก ะขะ’" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะขะ†ะก ะขะ’ (ะžะดะตััะฐ) (480p) -http://cdn10.live-tv.od.ua:8081/riood/tisod-abr-lq/riood/tisod504/playlist.m3u8 -#EXTINF:-1 tvg-id="TISTV.ua" tvg-name="ะขะ†ะก ะขะ’" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะขะ†ะก ะขะ’ (ะžะดะตััะฐ) (216p) -http://cdn10.live-tv.od.ua:8081/riood/tisod-abr/riood/tisod240/playlist.m3u8 +#EXTINF:-1 tvg-id="Tretiycifrovoy.ua" tvg-name="ะขั€ะตั‚ะธะน ั†ะธั„ั€ะพะฒะพะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขั€ะตั‚ะธะน ั†ะธั„ั€ะพะฒะพะน +http://cdn1.live-tv.od.ua:8081/3tvod/3tvod/playlist.m3u8 +#EXTINF:-1 tvg-id="TRKALEKS.ua" tvg-name="ะขะ ะš ะะ›ะ•ะšะก" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขะ ะš ะะ›ะ•ะšะก +http://46.46.112.223/live/livestream1.m3u8 +#EXTINF:-1 tvg-id="TRKKrug.ua" tvg-name="ะขะ ะš ะšั€ัƒะณ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขะ ะš ะšั€ัƒะณ +http://cdn1.live-tv.od.ua:8081/krugod/krugod/playlist.m3u8 +#EXTINF:-1 tvg-id="TRKReporter.ua" tvg-name="ะขะ ะš ะ ะตะฟะพั€ั‚ะตั€" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะขะ ะš ะ ะตะฟะพั€ั‚ะตั€ +http://cdn1.live-tv.od.ua:8081/31chod/31chod-sub/playlist.m3u8 +#EXTINF:-1 tvg-id="TrofeyTV.ua" tvg-name="ะขั€ะพั„ะตะน ะขะ’" tvg-country="UA" tvg-language="" tvg-logo="https://i.imgur.com/3LSDHHJ.png" group-title="",ะขั€ะพั„ะตะน ะขะ’ +https://5db1ab4f970be.streamlock.net/live/smil:trofey.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Futbol1.ua" tvg-name="ะคัƒั‚ะฑะพะป 1" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://i.imgur.com/J1VuYAB.png" group-title="Sports",ะคัƒั‚ะฑะพะป 1 [Not 24/7] https://95-213-224-183.livesports24.online/uafootballua1.m3u8 #EXTINF:-1 tvg-id="HersonPlyus.ua" tvg-name="ะฅะตั€ัะพะฝ ะŸะปัŽั" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://khersontv.com/wp-content/themes/hueman/img/logo.png" group-title="",ะฅะตั€ัะพะฝ ะŸะปัŽั http://46.175.163.130/ks_plus/index.m3u8 #EXTINF:-1 tvg-id="Cherniveckiypromin.ua" tvg-name="ะงะตั€ะฝั–ะฒะตั†ัŒะบะธะน ะฟั€ะพะผั–ะฝัŒ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะงะตั€ะฝั–ะฒะตั†ัŒะบะธะน ะฟั€ะพะผั–ะฝัŒ (720p) https://langate.tv/promin/live_720/index.m3u8 +#EXTINF:-1 tvg-id="ChPInfo.ua" tvg-name="ะงะŸ ะ˜ะฝั„ะพ" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะงะŸ ะ˜ะฝั„ะพ +http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 #EXTINF:-1 tvg-id="ChPinfo.ua" tvg-name="ะงะŸ.ั–ะฝั„ะพ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://iptvx.one/icn/chpinfo.png" group-title="",ะงะŸ.ั–ะฝั„ะพ http://109.68.40.67/life/magnolia.m3u8 #EXTINF:-1 tvg-id="ChPinfo.ua" tvg-name="ะงะŸ.ั–ะฝั„ะพ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="https://iptvx.one/icn/chpinfo.png" group-title="",ะงะŸ.ั–ะฝั„ะพ @@ -265,5 +393,17 @@ http://212.79.122.23:8000/play/a002/index.m3u8 http://cdn1.live-tv.od.ua:8081/wave/wave-abr/playlist.m3u8 #EXTINF:-1 tvg-id="YuzhnayaVolna.ua" tvg-name="ะฎะถะฝะฐั ะ’ะพะปะฝะฐ" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ (720p) http://cdn1.live-tv.od.ua:8081/wave/wave-abr/wave/wave-720/playlist.m3u8 +#EXTINF:-1 tvg-id="YuzhnayaVolnaOdessa.ua" tvg-name="ะฎะถะฝะฐั ะ’ะพะปะฝะฐ (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ (ะžะดะตััะฐ) +http://cdn1.live-tv.od.ua:8081/wave/wave-abr/wave/wave-720/chunks.m3u8 +#EXTINF:-1 tvg-id="YuzhnayaVolnaTVOdessa.ua" tvg-name="ะฎะถะฝะฐั ะ’ะพะปะฝะฐ ะขะ’ (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ ะขะ’ (ะžะดะตััะฐ) +http://cdn1.live-tv.od.ua:8081/wave/wave-720/playlist.m3u8 +#EXTINF:-1 tvg-id="YuzhnayaVolnaTVOdessa.ua" tvg-name="ะฎะถะฝะฐั ะ’ะพะปะฝะฐ ะขะ’ (ะžะดะตััะฐ)" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ ะขะ’ (ะžะดะตััะฐ) +http://cdn1.live-tv.od.ua:8081/wave/wave-abr/wave/wave-504/playlist.m3u8 +#EXTINF:-1 tvg-id="YaTB.ua" tvg-name="ะฏะขะ‘" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะฏะขะ‘ +http://46.175.163.130/live_yatb/playlist.m3u8 +#EXTINF:-1 tvg-id="INFO.ua" tvg-name="ะ†ะะคะž" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ†ะะคะž +http://109.68.40.67/life/magnolia_2/index.m3u8 #EXTINF:-1 tvg-id="inshiy.ua" tvg-name="ั–ะฝัˆะธะน" tvg-country="UA" tvg-language="Ukrainian" tvg-logo="" group-title="",ั–ะฝัˆะธะน (720p) http://cdn1.live-tv.od.ua:8081/ktkod/ktkod-abr/ktkod/ktkod/playlist.m3u8 +#EXTINF:-1 tvg-id="Inshiy.ua" tvg-name="ะ†ะฝัˆะธะน" tvg-country="UA" tvg-language="" tvg-logo="" group-title="",ะ†ะฝัˆะธะน +http://cdn1.live-tv.od.ua:8081/ktkod/ktkod/playlist.m3u8 diff --git a/channels/uk.m3u b/channels/uk.m3u index d15879c7c..c569d7079 100644 --- a/channels/uk.m3u +++ b/channels/uk.m3u @@ -17,6 +17,10 @@ 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="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="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 #EXTINF:-1 tvg-id="BBCALBA.uk" tvg-name="BBC ALBA" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC ALBA (540p) [Geo-Blocked] @@ -49,15 +53,15 @@ 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 http://51.52.156.22:8888/http/004 -#EXTINF:-1 tvg-id="BBCNews.uk" tvg-name="BBC News" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC News (540p) [Geo-Blocked] +#EXTINF:-1 tvg-id="BBCNews.uk" tvg-name="BBC News" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="News",BBC News (540p) [Geo-Blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/mobile_wifi_main_sd_abr_v2.m3u8 -#EXTINF:-1 tvg-id="BBCNewsHD.uk" tvg-name="BBC News HD" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC News HD (720p) [Geo-Blocked] +#EXTINF:-1 tvg-id="BBCNewsHD.uk" tvg-name="BBC News HD" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="News",BBC News HD (720p) [Geo-Blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCOneCambridge.uk" tvg-name="BBC One Cambridge" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",BBC One Cambridge (540p) [Geo-Blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_cambridge/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 @@ -123,6 +127,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] @@ -139,19 +191,19 @@ 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 -http://1111296894.rsc.cdn77.org/LS-ATL-54548-11/tracks-v1a1/mono.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 #EXTINF:-1 tvg-id="BeanoTV.uk" tvg-name="Beano TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/XvBi1Ou.png" group-title="",Beano TV (720p) https://beanostudios-beanotv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BoxHits.uk" tvg-name="Box Hits" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="Music",Box Hits (576p) -http://csm-e.tm.yospace.com/csm/extlive/boxplus01,boxhits-desktop.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/boxhits/ +#EXTINF:-1 tvg-id="BoxHits.uk" tvg-name="Box Hits" tvg-country="UK" tvg-language="English" tvg-logo="https://tvepg.eu/img/united_kingdom/logo/box_hits.png" group-title="Music",Box Hits (576p) +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/boxhits/ +#EXTINF:-1 tvg-id="BoxHits.uk" tvg-name="Box Hits" tvg-country="UK" tvg-language="English" tvg-logo="https://tvepg.eu/img/united_kingdom/logo/box_hits.png" group-title="Music",Box Hits (576p) [Geo-blocked] +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/boxhits/ #EXTINF:-1 tvg-id="BritAsiaLiveUSEastern.uk" tvg-name="Brit Asia Live (US Eastern)" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/BPS22GM.png" group-title="",Brit Asia Live (US Eastern) https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0500/c.m3u8 #EXTINF:-1 tvg-id="BritAsiaLiveUSPacific.uk" tvg-name="Brit Asia Live (US Pacific)" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/BPS22GM.png" group-title="",Brit Asia Live (US Pacific) @@ -160,6 +212,10 @@ https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0800/c.m3u8 https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0800/hi/c.m3u8 #EXTINF:-1 tvg-id="BritishMuslimTV.uk" tvg-name="British Muslim TV" tvg-country="UK" tvg-language="English" tvg-logo="http://www.britishmuslim.tv/images/BMTV_Identity.svg" group-title="Religious",British Muslim TV https://api.visionip.tv/live/ASHTTP/visiontvuk-international-britishmuslimtv-hsslive-25f-16x9-MB/playlist.m3u8 +#EXTINF:-1 tvg-id="BTSports1.uk" tvg-name="BT Sports 1" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="Sports",BT Sports 1 +http://116.202.245.40:9191/play/a03p +#EXTINF:-1 tvg-id="BTSports2.uk" tvg-name="BT Sports 2" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="Sports",BT Sports 2 +http://116.202.245.40:9191/play/a002 #EXTINF:-1 tvg-id="CBBC.uk" tvg-name="CBBC" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",CBBC (540p) [Geo-Blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:cbbc_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 #EXTINF:-1 tvg-id="CBBCHD.uk" tvg-name="CBBC HD" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",CBBC HD (720p) [Geo-Blocked] @@ -176,30 +232,54 @@ https://a.jsrdn.com/r-373576a3/publish/22679_24MrQma9TX/index.m3u8 https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0500/c.m3u8 #EXTINF:-1 tvg-id="ChannelSUSPacific.uk" tvg-name="Channel S (US Pacific)" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/hJxFLvF.png" group-title="",Channel S (US Pacific) https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0800/c.m3u8 +#EXTINF:-1 tvg-id="ChelseaTV.uk" tvg-name="Chelsea TV" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Chelsea TV +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="Dust.uk" tvg-name="Dust" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/pXXUmuW.jpg" group-title="",Dust (720p) -https://dust-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Dust.uk" 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="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="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="" 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="Sports",EDGEsport +https://edgesport-rakuten-samsung.amagi.tv/playlist.m3u8 +#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="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) +http://185.236.229.21:9981/play/a05v +#EXTINF:-1 tvg-id="ElevenSports4.uk" tvg-name="Eleven Sports 4" tvg-country="UK" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/5m0i9if.png" group-title="Sports",Eleven Sports 4 (Portugal) (1080p) +http://185.236.229.21:9981/play/a05x +#EXTINF:-1 tvg-id="ElevenSports5.uk" tvg-name="Eleven Sports 5" tvg-country="UK" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/5m0i9if.png" group-title="Sports",Eleven Sports 5 (Portugal) (1080p) +http://185.236.229.21:9981/play/a05y #EXTINF:-1 tvg-id="EmanChannel.uk" tvg-name="Eman Channel" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/NWljgKa.png" group-title="Religious",Eman Channel (576p) 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 @@ -209,38 +289,28 @@ http://51.52.156.22:8888/http/008 http://photocall.tv/hD6n/ftv.m3u8?ch=phoenix #EXTINF:-1 tvg-id="FILMONTVREPORTAGEINFO.uk" tvg-name="FILMON.TV REPORTAGE INFO" tvg-country="UK" tvg-language="" tvg-logo="https://cps-static.rovicorp.com/2/Open/400x300_1845/Source/46822/FilmOnTV.png?partner=nocableorgx7xyycydguhtzwdd34bf8hzc" group-title="",FILMON.TV REPORTAGE INFO http://photocall.tv/hD6n/ftv.m3u8?ch=zdf_info -#EXTINF:-1 tvg-id="Filmstream.uk" tvg-name="Filmstream" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/aoaV9ek.jpg" group-title="",Filmstream (720p) -https://spi-filmstream-1-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Filmzie.uk" tvg-name="Filmzie" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/jUWffic.png" group-title="",Filmzie (720p) https://filmzie-filmzie-1-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FreeSports.uk" tvg-name="FreeSports" tvg-country="UK" tvg-language="English" tvg-logo="https://images.stv.tv/player/master/595831-freesports.jpg" group-title="Sports",FreeSports (1080p) https://csm-e-stv.tls1.yospace.com/csm/live/203444271.m3u8 -#EXTINF:-1 tvg-id="FTF.uk" 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.uk" tvg-name="FTF For the fans" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Db8nWyW.png" group-title="",FTF For the fans (720p) https://elevensports-uk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GBNews.uk" tvg-name="GB News" tvg-country="UK" tvg-language="English" tvg-logo="https://www.gbnews.uk/view-resources/dachser2/public/gbnews/logo.svg" group-title="News",GB News +#EXTINF:-1 tvg-id="GBNews.uk" tvg-name="GB News" tvg-country="UK" tvg-language="English" tvg-logo="https://www.gbnews.uk/view-resources/dachser2/public/gbnews/logo.svg" group-title="News",GB News (1080p) https://live-gbnews.simplestreamcdn.com/gbnews/gbnews/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="GemsTV.uk" tvg-name="Gems TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/9fJlCNW.png" group-title="Shop",Gems TV (360p) http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8 #EXTINF:-1 tvg-id="GoUSA.uk" tvg-name="Go USA" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/KhdR4wa.jpg" group-title="",Go USA (720p) https://brandusa-gousa-1-gb.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="GoUSAIndia.uk" tvg-name="Go USA (India)" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Go USA (India) +https://brandusa-gousa-1-in.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="GodTVUK.uk" tvg-name="God TV UK" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="Religious",God TV UK (720p) https://zypelive-lh.akamaihd.net/i/default_1@745545/master.m3u8 -#EXTINF:-1 tvg-id="GUSTOTVUK.uk" tvg-name="GUSTO TV (UK)" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/vanl2NZ.jpg" group-title="",GUSTO TV (UK) (720p) -https://gustotv-samsung-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HalaLondon.uk" tvg-name="Hala London" tvg-country="UK" tvg-language="Arabic" tvg-logo="https://i.imgur.com/BVJWUpc.png" group-title="",Hala London (1080p) https://halaldn.cdn.mangomolo.com/halavd/smil:halavd.stream.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="HorseandCountry.uk" tvg-name="Horse and Country" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/FNFFhEq.png" group-title="",Horse and Country (720p) https://hncfree-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Humanity.uk" tvg-name="Humanity" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/XZSCpl2.jpg" group-title="",Humanity (720p) -https://alchimie-humanity-2-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Insight.uk" tvg-name="Insight" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/ewkmZM1.png" group-title="",Insight (720p) -https://insighttv-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Inwild.uk" tvg-name="Inwild" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/8SgbMqY.png" group-title="",Inwild (720p) -https://inwild-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Inwonder.uk" tvg-name="Inwonder" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/5VUGeTE.png" group-title="",Inwonder (720p) -https://inwonder-samsung-uk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="IqraTV.uk" tvg-name="Iqra TV" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Iqra TV +http://wowzaprod3-lh.akamaihd.net/i/83372732_1@141298/master.m3u8 #EXTINF:-1 tvg-id="IranInternational.uk" tvg-name="Iran International" tvg-country="UK" tvg-language="Persian" tvg-logo="https://i.imgur.com/gUzGZK7.png" group-title="",Iran International http://51.210.199.47/hls/stream.m3u8 #EXTINF:-1 tvg-id="IranInternational.uk" tvg-name="Iran International" tvg-country="UK" tvg-language="Persian" tvg-logo="" group-title="",Iran International (1080p) @@ -259,15 +329,17 @@ 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 #EXTINF:-1 tvg-id="KanshiTV.uk" tvg-name="Kanshi TV" tvg-country="UK" tvg-language="Hindi" tvg-logo="https://i.imgur.com/jxf9gQd.jpg" group-title="",Kanshi TV https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 #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) -http://csm-e.tm.yospace.com/csm/extlive/boxplus01,kerrang-desktop.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/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) +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="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/ @@ -275,8 +347,6 @@ http://csm-e.tm.yospace.com/csm/extlive/boxplus01,kiss-inapp.m3u8?yo.up=http%3a/ http://w10.streamgb.com:1935/kool/kool/playlist.m3u8 #EXTINF:-1 tvg-id="LondonLive.uk" tvg-name="London Live" tvg-country="UK" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/londonlive.png" group-title="",London Live (720p) http://bcoveliveios-i.akamaihd.net/hls/live/217434/3083279840001/master.m3u8 -#EXTINF:-1 tvg-id="LuxeTV.uk" tvg-name="Luxe TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/8tWhfap.png" group-title="",Luxe TV (720p) -https://alchimie-luxe-2-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Magic.uk" tvg-name="Magic" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/HXfKkwj.png" group-title="",Magic (576p) http://csm-e.tm.yospace.com/csm/extlive/boxplus01,magic-desktop.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/magic/ #EXTINF:-1 tvg-id="Manoto.uk" tvg-name="Manoto" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Manoto @@ -289,12 +359,10 @@ https://d2rwmwucnr0d10.cloudfront.net/live_500.m3u8 https://d2rwmwucnr0d10.cloudfront.net/live_750.m3u8 #EXTINF:-1 tvg-id="ManotoTV.uk" tvg-name="Manoto TV" tvg-country="UK" tvg-language="Persian" tvg-logo="https://i.imgur.com/dNB92lj.png" group-title="Entertainment",Manoto TV (1080p) https://d2rwmwucnr0d10.cloudfront.net/live.m3u8 -#EXTINF:-1 tvg-id="MavTV.uk" tvg-name="Mav TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/a2MgGmF.png" group-title="",Mav TV (720p) -https://mavtv-mavtvglobal-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MMATV.uk" tvg-name="MMA TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/MYoNHMg.png" group-title="",MMA TV (720p) -https://alchimie-mmatv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="MoviesCentral.uk" tvg-name="Movies Central" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/dwOoEmE.jpg" group-title="",Movies Central (720p) -https://alchimie-movies-central-2-gb.samsung.wurl.com/manifest/playlist.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="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 #EXTINF:-1 tvg-id="MTA1.uk" tvg-name="MTA 1" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/b3nn216.png" group-title="",MTA 1 (720p) @@ -327,28 +395,30 @@ https://ooyalahd2-f.akamaihd.net/i/mtach7_delivery@348438/master.m3u8 https://ooyalahd2-f.akamaihd.net/i/mtaengaudio_delivery@138280/master.m3u8 #EXTINF:-1 tvg-id="nTVUSEastern.uk" tvg-name="n TV (US Eastern)" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/l75bDTx.png" group-title="",n TV (US Eastern) https://a.jsrdn.com/broadcast/22680_3BR3zocwi9/-0500/c.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesome.uk" 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="PlanetKnowledge.uk" tvg-name="Planet Knowledge" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/U8GADbT.jpg" group-title="",Planet Knowledge (720p) https://vod365-planet-knowledge-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PlayersTV.uk" 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="Pocketwatch.uk" tvg-name="Pocket watch" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/CiQdnud.png" group-title="",Pocket watch (720p) https://pocketwatch-gb.samsung.wurl.com/manifest/playlist.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://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 #EXTINF:-1 tvg-id="QUESTTVMIX.uk" tvg-name="QUEST TV MIX" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/B69BHnx.jpg" group-title="",QUEST TV MIX (720p) https://qwestmix-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="QVCUK.uk" tvg-name="QVC UK" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/m1xhwRa.png" group-title="Shop",QVC UK -https://d1txbbj1u9asam.cloudfront.net/live/qvcuk_main_clean/bitrate1.isml/3/prog_index.m3u8 #EXTINF:-1 tvg-id="RealStories.uk" tvg-name="Real Stories" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/TVfuBfJ.jpg" group-title="",Real Stories (720p) https://realstories-samsung-uk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Reuters.uk" tvg-name="Reuters" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Reuters +https://32ce4aad1eed49b1ba2999fb68d119c8.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_ReutersNow/678e78de-ad71-4747-936a-55da37f68898/6.m3u8 +#EXTINF:-1 tvg-id="26751f" tvg-name="Reuters_Now" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/UbkKdJL.png" group-title="",Reuters Now +https://reuters-reutersnow-1.plex.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ReutersNow.uk" tvg-name="Reuters Now" tvg-country="UK" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Reuters Now +https://reuters-reutersnow-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ReutersTVEU.uk" tvg-name="Reuters TV (EU)" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/VUlZlJe.jpg" group-title="",Reuters TV (EU) +https://reuters-reuters-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RugbyMensSevens.uk" tvg-name="Rugby Men's Sevens" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",Rugby Men's Sevens (288p) https://esmhls1-i.akamaihd.net/hls/live/510580/hls1/playlist.m3u8 #EXTINF:-1 tvg-id="RugbyWomensSevens.uk" tvg-name="Rugby Women's Sevens" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Rugby Women's Sevens (288p) @@ -369,27 +439,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="SofyTV.uk" tvg-name="Sofy TV" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Srxa6cR.png" group-title="",Sofy TV (720p) -https://sofytv-samsunguk.amagi.tv/playlist.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 @@ -399,33 +469,41 @@ 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 +#EXTINF:-1 tvg-id="Teletubbies.uk" tvg-name="Teletubbies" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Teletubbies +https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuteletubbies/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Teletubbies.uk" tvg-name="Teletubbies" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/FlCXGip.jpg" group-title="",Teletubbies (720p) https://dhx-teletubbies-1-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TennisChannelUK.uk" tvg-name="Tennis Channel (UK)" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/WEM9B83.png" group-title="",Tennis Channel (UK) (720p) https://tennischannel-int-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TheBoxUK.uk" tvg-name="The Box UK" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="Music",The Box UK (576p) -http://csm-e.tm.yospace.com/csm/extlive/boxplus01,thebox-desktop.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/thebox/ +#EXTINF:-1 tvg-id="TheBoxUK.uk" tvg-name="The Box UK" tvg-country="UK" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/1/16/The_Box_2013.png" group-title="Music",The Box UK (576p) +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/thebox/ +#EXTINF:-1 tvg-id="TheBoxUK.uk" tvg-name="The Box UK" tvg-country="UK" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/1/16/The_Box_2013.png" group-title="Music",The Box UK (576p) [Geo-blocked] +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/thebox/ #EXTINF:-1 tvg-id="TheTennisChannel.uk" tvg-name="The Tennis Channel" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/n3C7ytq.png" group-title="",The Tennis Channel (720p) https://tennischannel-intl-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TimeLine.uk" tvg-name="Time Line" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/AzZhwWR.jpg" group-title="",Time Line (720p) 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="TravelXP.uk" 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="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 -#EXTINF:-1 tvg-id="Unearth.uk" tvg-name="Unearth" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/bMqTNs1.jpg" group-title="",Unearth (720p) -https://alchimie-unearth-2-gb.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="V2BEAT.uk" tvg-name="V2BEAT" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",V2BEAT +https://abr.de1se01.v2beat.live/live/live6/chunks.m3u8 #EXTINF:-1 tvg-id="V2BEAT.uk" tvg-name="V2BEAT" tvg-country="UK" tvg-language="English" tvg-logo="https://graph.facebook.com/vtwobeat/picture?width=320&height=320" group-title="Music",V2BEAT (720p) https://abr.de1se01.v2beat.live/playlist.m3u8 #EXTINF:-1 tvg-id="V2BEAT.uk" tvg-name="V2BEAT" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/Ll6GlqY.png" group-title="Music",V2BEAT (720p) https://de1se01.v2beat.live/playlist.m3u8 +#EXTINF:-1 tvg-id="Wonder.uk" tvg-name="Wonder" tvg-country="UK" tvg-language="" tvg-logo="https://i.imgur.com/qTbCyOj.png" group-title="",Wonder +https://lds-wonder-plex.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Wonder.uk" tvg-name="Wonder" tvg-country="UK" tvg-language="" tvg-logo="" group-title="",Wonder +https://lds-wonder-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Wonder.uk" tvg-name="Wonder" tvg-country="AU" tvg-language="" tvg-logo="" group-title="",Wonder +https://lds-wonder-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Wonder.uk" tvg-name="Wonder" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/450pJvs.png" group-title="",Wonder (720p) https://wonder-samsung-uk.amagi.tv/playlist.m3u8 diff --git a/channels/unsorted.m3u b/channels/unsorted.m3u index 2421c41d5..fcd718794 100644 --- a/channels/unsorted.m3u +++ b/channels/unsorted.m3u @@ -1,5564 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",1 Music Channel -https://ch.iptvmate.net/b8799300af8ecf28e89b77029dfa9e6d.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",1NTVSPOR HD -http://46.4.193.238:8484/hls/ntvspor/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",24 HABER HD+ -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/134.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",24 Horas -http://hlsliveamdgl8-lh.akamaihd.net/i/hlsdvrlive_1@583030/index_1500_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/XMbCrRU.png" group-title="",24 Horas -https://rtvelivestream.akamaized.net/24h_dvr.m3u8 -#EXTINF:-1 tvg-id="bc43b9" tvg-name="24_Hour_Free_Movies" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/FiTdDp1.png" group-title="",24 Hour Free Movies -https://d15690s323oesy.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/UDU-Plex/158.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",24 Kitchen -https://cdn1.mobiletv.bg/T3/24kitchen/24kitchen_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",24 TV -https://mn-nl.mncdn.com/kanal24/smil:kanal24.smil/chunklist_b896000.m3u8?__mn_sid=8997673748844384653 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/247RetroTV.png" group-title="",247 Retro TV -http://hlsdpi-cdn-chqtx02.totalstream.net/dpilive/247retro/ret/dai/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/sADbx7S.png" group-title="",25 TV -https://originlive2.shooowit.net/25televisiolive/smil:channel1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="3/24" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/1rtWgqD.jpg" group-title="",3/24 -https://directes-tv-int.ccma.cat/int/ngrp:324_web/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",33 -http://bcsecurelivehls-i.akamaihd.net/hls/live/265320/5043843989001/140130JTDX/index_600.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",360 -https://turkmedya-live.ercdn.net/tv360/tv360_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",360 TV SD -https://turkmedya-live.ercdn.net/tv360/tv360.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="TR" tvg-language="" tvg-logo="https://yerelmedya.tv/logosTV/38kenttv.png" group-title="",38 KENT TV -https://waw2.artiyerelmedya.net/38kenttv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",3ABN -https://moiptvhls-i.akamaihd.net/hls/live/652042/secure/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",3ABN Latino -http://uni5rtmp.tulix.tv:1935/bettervida/bettervida/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",3ABN Praise Him Music Channel -https://moiptvhls-i.akamaihd.net/hls/live/554145/secure/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",3ABN USA EN -https://moiptvhls-i.akamaihd.net/hls/live/652042/secure/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",3ABN USA EN -https://moiptvhls-i.akamaihd.net/hls/live/652312/secure/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/3ABN-Francais_225x225.png?raw=true" group-title="",3ABN | French -https://moiptvhls-i.akamaihd.net/hls/live/652314/secure/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",4 Rรญo CUARTO -https://59d52c5a5ce5e.streamlock.net:4443/quatro/quatro/chunklist_w1835207009.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",5RTv RECREO SANTA FE -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVAR0200 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",5TV Corrientes -http://www.coninfo.net:1935/tvcinco/live1/chunklist_w1546509083.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",7 Murcia -http://rtvmurcia_01-lh.akamaihd.net/i/rtvmurcia_1_0@507973/index_0_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",7 ะบะฐะฝะฐะป -http://cdn10.live-tv.od.ua:8081/7tvod/7tvod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",7 ะบะฐะฝะฐะป ะžะดะตััะฐ -https://cdn10.live-tv.od.ua:8083/7tvod/7tvod-abr-lq/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",7 ะบะฐะฝะฐะป ะžะดะตััะฐ HD -https://cdn10.live-tv.od.ua:8083/7tvod/7tvod-abr/7tvod/7tvod/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",88 Stereo -http://k3.usastreams.com:1935/CableLatino/88stereo/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/LivelyPlace_476x476.png?raw=true" group-title="",A+E | Lively Place -http://aenetworks-ae-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AA Live -http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ABC News Live -http://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/512x288_875600/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ABC News Live -https://abcnewslive-roku.akamaized.net/midroll/amagi_hls_data_roku-host-abc/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 1 -https://abcnews-streams.akamaized.net/hls/live/2023560/abcnews1/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 10 -https://abcnews-streams.akamaized.net/hls/live/2023569/abcnews10/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 2 -https://abcnews-streams.akamaized.net/hls/live/2023561/abcnews2/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 3 -https://abcnews-streams.akamaized.net/hls/live/2023562/abcnews3/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 4 -https://abcnews-streams.akamaized.net/hls/live/2023563/abcnews4/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 5 -https://abcnews-streams.akamaized.net/hls/live/2023564/abcnews5/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 6 -https://abcnews-streams.akamaized.net/hls/live/2023565/abcnews6/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 7 -https://abcnews-streams.akamaized.net/hls/live/2023566/abcnews7/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 8 -https://abcnews-streams.akamaized.net/hls/live/2023567/abcnews8/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjk3NjU0OTJf/ABCNewsLive_2021_200x200.png" group-title="",ABC News | 9 -https://abcnews-streams.akamaized.net/hls/live/2023568/abcnews9/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://paraguaype.com/wp-content/uploads/2017/04/AbcTvenvivoonline.AbcTvdesdeParaguay.jpg" group-title="",ABC TV -http://edge9-sl.cvattv.com.ar/live/c5eds/ABC_TV_C4/verimatrix_rotating_FTA/ABC_TV_C4-video=3000000.m3u8 -#EXTINF:-1 tvg-id="f185b9" tvg-name="Absolute_Reality_by_WEtv" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/oOFjyYf.png" group-title="",Absolute Reality by WEtv -https://amc-absolutereality-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Absolute Reality HD -https://amc-absolutereality-1.imdbtv.wurl.com/manifest/4300.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/12082020/AbsoluteReality190x190_Circle.png?raw=true" group-title="",Absolute Reality WETV -https://amc-absolutereality-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="b838c2" tvg-name="ACCDN" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/UHcFiHk.png" group-title="",ACCDN -https://120sports-accdn-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ACCDN -https://120sports-accdn-1.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ACCDN -https://120sports-accdn-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",ACCDN -https://a.jsrdn.com/broadcast/542cb2ce3c/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/tZgazoF.png" group-title="",Action -https://5c8eaf7647284895b269fd13a40d410c.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f89af95de69db1f20935d98/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Activa TV Espaรฑa -https://streamtv.mediasector.es/hls/activatv/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/AD_246x246.png?raw=true" group-title="",AD | Architectural Digest -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokutraveler/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ada TV -https://59cba4d34b678.streamlock.net/canlitv/kibrisadatv/chunklist_w326024869.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ADN 40 -http://aztkhlslive3-i.akamaihd.net/hls/live/777407/adn40mx/master01.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Local Now Adrenaline Rush" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/601341747e82bb6a262f276b" group-title="Entertainment",Adrenaline Rush -https://linear-133.frequency.stream/dist/localnow/133/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Adult Swim" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/adultswim.png" group-title="",Adult Swim -http://adultswimhls-i.akamaihd.net/hls/live/238460/adultswim/main/1/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://static.epg.best/us/AdultSwimOnAir.us.png" group-title="",Adult Swim -https://adultswimtv.warnermediacdn.com/hls/live/2007031/livestream/master_Layer7.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Adventure Sports Network -http://dai2.xumo.com/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/640x360_440000/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Adventure Sports Network -https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioadventuresportsnetwork/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AF | Ariana News -https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AF | Ariana TV -https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AF | Ariana TV US -http://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="AFC" tvg-country="" tvg-language="" tvg-logo="" group-title="",AFC -http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/AFC-HD-1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfghanistAriana News TV -https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/chunklist_w1975730063.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfghanistAriana TV -http://iptv.arianaafgtv.com/ariana/playlist1/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfricaNews -https://rakuten-africanews-2-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfricaNews -https://rakuten-africanews-2-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Africanews (Denmark) -https://rakuten-africanews-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfricaNews (Finland) -https://rakuten-africanews-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfricaNews (Ireland) -https://rakuten-africanews-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AfricaNews (Norway) -https://rakuten-africanews-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="AFV Espanol" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f7b66af901c6845181f33d3" group-title="Comedy",AFV Espanol -https://linear-46.frequency.stream/dist/localnow/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="26482b" tvg-name="AFV_Espaรฑol" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/K3n7ECn.png" group-title="",AFV Espaรฑol -https://linear-46.frequency.stream/dist/plex/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="AFV Family" tvg-country="" tvg-language="" 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="590b3c" tvg-name="AFV_Family" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/K3n7ECn.png" group-title="",AFV Family -https://linear-12.frequency.stream/dist/plex/12/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AFV Family En Espanol -https://linear-46.frequency.stream/dist/roku/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AFYON TรœRK TV -https://5be5d840359c6.streamlock.net/afyonturktv/afyonturktv/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AKC Tv -https://video.blivenyc.com/broadcast/prod/2061/22/file-429k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AKC TV -https://video.blivenyc.com/broadcast/prod/2061/22/file-858k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AKC TV Dogs EN -https://video.blivenyc.com/broadcast/prod/2061/29/desktop-playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.akittv.com.tr/assets/img/logo.png" group-title="",Akit TV -https://akittv-live.ercdn.net/akittv/akittv_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AKSU TV -https://waw2.artiyerelmedya.net/aksutv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Al Horreya TV -http://media.smc-host.com:1935/alhorreya.tv/_definst_mp4:alhorreya3/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AL KARMA TV -https://58cc65c534c67.streamlock.net/alkarmatv.com/alkarmaau.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Al Khalij TV -http://mn-nl.mncdn.com/khalij/khalij/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Alanya Posta TV -http://win4.yayin.com.tr/postatv/postatv/iptvdelisi.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Aliento vision. -http://209.133.209.195:1935/AlientoSD/smil:AlientoSD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",All Weddings -https://amc-allweddings-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="61db1e" tvg-name="All_Weddings_by_WEtv" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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 -https://amc-allweddings-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ALTAS TV -http://stream.taksimbilisim.com:1935/altastv/bant1/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ALTAS TV -https://broadcasttr.com:446/altastv/bant1/chunklist_w1478482566.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ALTAลž TV -https://broadcasttr.com:446/altastv/bant1/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Amazing Discoveries TV -https://uni01rtmp.tulix.tv/amazingdtv/amazingdtv/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AMC -https://cdn1.mobiletv.bg/T7/amc/amc_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="",AMC Absolute Reality -https://amc-absolutereality-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AMC All Weddings -https://amc-allweddings-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="",AMC IFC Film Picks -https://amc-ifc-films-picks-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="f1afa3" tvg-name="AMC_Presents" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/01Ewxvd.png" group-title="",AMC Presents -https://amc-amcpresents-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AMC Presents -https://amc-amcpresents-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="",AMC Presents -https://amc-amcpresents-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/12082020/AMC190x190circle.png?raw=true" group-title="",AMC Presents -https://amc-amcpresents-2.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="",AMC Rush -https://amc-rushbyamc-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AMC Slightly off -https://amc-slightly-off-by-amc-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="f185b9" tvg-name="Absolute_Reality_by_WEtv" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="",AMC | Absolute Reality by We TV -https://amc-absolutereality-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="f1afa3" tvg-name="AMC_Presents" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="",AMC | AMC Presents -https://amc-amcpresents-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="dbd25a" tvg-name="IFC_Films_Picks" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="",AMC | IFC Film Picks -https://amc-ifc-films-picks-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="729a35" tvg-name="Rush_by_AMC" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="",AMC | Rush by AMC -https://amc-rushbyamc-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ccc7e7" tvg-name="Slightly_Off_by_IFC" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="",AMC | Slightly Off by IFC -https://amc-slightly-off-by-amc-1.imdbtv.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ameba -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuameba/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ameba -https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioameba/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="",America's Test Kitchen via pluto should be dai2.xumo -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",America's Voice -https://p1media-americasvoice-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",America's Voice USA EN -https://content.uplynk.com/channel/26bd482ffe364a1282bc3df28bd3c21f.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",American Horrors Movies EN -http://170.178.189.70:1935/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Americas Voice -https://p1media-americasvoice-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ameritrade -https://tdameritrade-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://cloudfront.tubi.video/5b97b1f5-a605-44a5-a192-12e10beece40/sd846jzc/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Animax [Indonesian Sub]" tvg-country="" tvg-language="" tvg-logo="" group-title="",Animax [Indonesian Sub] -http://210.210.155.35/session/83bc2526-da69-11e8-881b-c81f66f89318/dr9445/h/h144/01.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/kr/Animax.kr.png" group-title="",Animax -https://liveanevia.mncnow.id/live/eds/Animax/sa_dash_vmx/Animax.mpd -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="",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="" tvg-name="ANTV" tvg-country="" tvg-language="" tvg-logo="" group-title="",ANTV -http://brhn.xyz/stream/sc/antv.php -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Aragรณn Radio (Zaragoza) -https://cartv.streaming.aranova.es/hls/live/aragonradio_aragonradio1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ARGENTINA:Canal 26 2 -http://live-edge01.telecentro.net.ar/live/smil:c26.smil/chunklist_w188793591_b1864000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ARGENTINA:Canal 26 3 -http://live-edge01.telecentro.net.ar/live/smil:c26.smil/chunklist_w1700708876_b1264000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ARGENTINA:Medios Rioja -http://streamyes.alsolnet.com/mediosrioja/live/chunklist_w635100631.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ariana Afghan -http://iptv.arianaafgtv.com/ariana/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ariana News -https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/chunklist_w796472816.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ariana TV -http://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/chunklist_w1314452267.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ariana TV -https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/chunklist_w2121902183.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ariana TV -https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Arirang -http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b656000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Arirang -http://cdn-01.bonus-tv.ru:8080/arirang_edge/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",arirang 1 -http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",arirang 3 -http://amdlive.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Arirang Radio -http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/chunklist_b1728000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Arirang TV -http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/chunklist_b3256000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Arirang TV Korea EN -https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/BlNMp0k.png" group-title="",Arise News -http://news.ashttp9.visionip.tv/live/visiontvuk-news-arise-tv-hsslive-25f-16x9-SD/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Arise News -https://contributionstreams.sechls01.visionip.tv/live/visiontv-contributionstreams-arise-tv-25f-16x9-SDh/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="ART Media" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/VkVwXci.png" group-title="",ART Media -http://artiptv.xyz:8080/hls/artmedia.m3u8 -#EXTINF:-1 tvg-id="493e88" tvg-name="AsianCrush" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/kk7gXPr.png" group-title="",AsianCrush -https://ac-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ASN Adventure Sports Network -https://dai2.xumo.com/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ASS TV -http://www.ast.tv/stream/2/master.m3u8?fluxuslust.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="ATD USA" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/qZtN1WI.jpg" group-title="",ATD USA -http://46.99.146.236/0.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Tourism-Travel_320x320.png" group-title="",Atlanta Channel -http://media4.tripsmarter.com:1935/LiveTV/ACVBHD/chucklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ATN Europe -https://d10rltuy0iweup.cloudfront.net/ATNINT/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ysvDr1D.jpg" group-title="",ATR Kฤฑrฤฑm Tatar -http://stream.atr.ua/atr//live/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Jo6DJUe.png" group-title="",ATV Alanya -http://stream2.taksimbilisim.com:1935/alanyatv/alanyatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Aus Biz TV (Australia) -https://ausbiztv-ausbiz-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AV TV -http://195.142.1.213:1935/avtv/avtv/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/j535lf4.png" group-title="",Av TV -http://195.142.1.213:1935/avtv/avtv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Espanol -https://linear-46.frequency.stream/dist/46/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Belgium) -https://futuretoday-afv-family-1-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Denmark) -https://futuretoday-afv-family-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Finland) -https://futuretoday-afv-family-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Ireland) -https://futuretoday-afv-family-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Luxemburg) -https://futuretoday-afv-family-1-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Norway) -https://futuretoday-afv-family-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVF Family (Portugal) -https://futuretoday-afv-family-1-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Avivamiento -https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AVOP-447 -https://videony.rhsj520.com/0803/AVOP-447/1500kb/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="Awani" tvg-country="" tvg-language="" tvg-logo="" group-title="",Awani -https://awanitv.akamaized.net/hls/live/2017836/LiveTV1/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",AWE Encore -https://aweencore-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="AWE Encore" tvg-country="" tvg-language="" 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="" tvg-name="AXN [Indonesia]" tvg-country="" tvg-language="" tvg-logo="" group-title="",AXN [Indonesia] -http://210.210.155.35/session/37ee409e-73b5-11e9-b657-a0899505893d/uq2663/h/h141/01.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://static.epg.best/id/AXN.id.png" group-title="",AXN -https://liveanevia.mncnow.id/live/eds/AXN/sa_dash_vmx/AXN.mpd -#EXTINF:-1 tvg-id="" tvg-name="AXS TV Now" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1bba10396351a3042dd4" group-title="Music",AXS TV Now -https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/us/BabyFirstTV.us.png" group-title="",Baby First -https://livecdn.fptplay.net/qnetlive/babyfirst_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Baby Shark TV -https://newidco-babysharktv-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BABYLON TV HD+ -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/28 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bahar TV -https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bambarbia TV -http://cdn1.live-tv.od.ua:8081/bbb/bbbtv-720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Bambu" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9f07c02cd6e13fc201f353" group-title="Entertainment",Bambu -https://bambu-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="d6468e" tvg-name="BAMBU" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/wuuO0nW.png" group-title="",BAMBU -https://bambu-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bambu -https://bambu-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Barya TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/yf5cI8r.jpg" group-title="",Barya TV -http://51.210.199.56/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Battery Pop -https://nrpus.bozztv.com/36bay2/gusa-batterypop/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BCC Gaming (Brazil) -https://arcade-cloud-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BCC Gaming (Mexico) -https://arcade-cloud-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Tourism-Travel_320x320.png" group-title="",Beach TV | Key TV -http://media4.tripsmarter.com:1935/LiveTV/KTVHD/chunklist_w363623166.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Tourism-Travel_320x320.png" group-title="",Beach TV | Panama City -http://media4.tripsmarter.com:1935/LiveTV/BTVHD/chucklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BEIN SPORTS 1 UHD -http://bazarhd.online:80/307210113151/307210113151/80392 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BEIN SPORTS 2 UHD -http://bazarhd.online:80/307210113151/307210113151/80391 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BEINSPORTS 1 HD -http://bazarhd.online:80/307210113151/307210113151/80393 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BENGรœTรœRK TV -https://tv.ensonhaber.com/tv/tr/benguturk/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Berat TV -http://cdn-berattv.yayin.com.tr/berattv/berattv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/3YJO7N2.jpg" group-title="",Berat TV -https://cdn-berattv.yayin.com.tr/berattv/berattv/chunklist_w401133734.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Beto TV -https://content.jwplatform.com/manifests/vM7nH0Kl.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Health -http://uni5rtmp.tulix.tv/betterhealth/betterhealth/chunklist_w848830638.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Health TV -http://uni5rtmp.tulix.tv:1935/betterhealth/betterhealth/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Health TV -https://uni10rtmp.tulix.tv/betterhealth/betterhealth.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Life TV -http://uni5rtmp.tulix.tv:1935/betterlife/betterlife/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Life TV -https://uni10rtmp.tulix.tv/betterlife/betterlife.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Lifeโ€™s Nature Channel -https://uni10rtmp.tulix.tv/betternature/betternature.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Better Nature TV -http://uni5rtmp.tulix.tv:1935/betternature/betternature/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BEYAZ HD+ -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/87 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BEYAZ TV -https://av.livestreamlive.xyz/hls/beyaz.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BEYAZ TV HD -https://mn-nl.mncdn.com/blutv_beyaztv/smil:beyaztv_sd.smil/chunklist_b2064000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ia7io8Z.png" group-title="",Beykent TV -https://beykenttv.arsivnet.net/P62039948/beykenttv/chunklist_w1942204286.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BG Music -https://cdn1.mobiletv.bg/T10/bgmusic/bgmusic_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Big Life TV -https://biglife.sinclair.wurl.com/manifest/3000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Big Sky Conference (Pluto TV) -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Biz TV -https://thegateway.app/BizAndYou/Biz_480p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/3RUw9BW.png" group-title="",Black News Channel -https://blacknewschannel-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Black News Channel -https://blacknewschannel-xumo-us.amagi.tv/playlistR404p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Black News Channel -https://bnc-roku-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewsnetwork/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Black News Channel" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/604270ac363bbc6ec7359778" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Black News Channel HD -http://bnc-roku-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewsnetwork/CDN/1280x720_2855600/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloody Disgusting -https://bloodydisgusting-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="BloodyDisgusting" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd011302f4d7da05d4bf3" group-title="",BloodyDisgusting -https://bloodydisgusting-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg -https://bloomberg-bloomberg-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg (EN) -https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-700-1_live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg (Portugal) -https://bloomberg-bloomberg-1-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.bloomberght.com/images/logo.png" group-title="",Bloomberg HT -https://ciner.daioncdn.net/bloomberght/bloomberght_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BLOOMBERG HT -https://tv.ensonhaber.com/tv/tr/bloomberght/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake -https://bloomberg-quicktake-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake -https://csm-e-eb.csm.tubi.video/csm/live/283326845.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="Bloomberg Quicktake" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Australia) -https://bloomberg-quicktake-1-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Belgium) -https://bloomberg-quicktake-1-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Denmark) -https://bloomberg-quicktake-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Finland) -https://bloomberg-quicktake-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Ireland) -https://bloomberg-quicktake-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Luxemburg) -https://bloomberg-quicktake-1-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Norway) -https://bloomberg-quicktake-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Quicktake (Portugal) -https://bloomberg-quicktake-1-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg Television (Mexico) -https://bloomberg-bloomberg-5-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="Bloomberg Television" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Australia) -https://bloomberg-bloomberg-2-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Belgium) -https://bloomberg-bloomberg-1-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Brazil) -https://bloomberg-bloomberg-3-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Denmark) -https://bloomberg-bloomberg-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Finland) -https://bloomberg-bloomberg-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Ireland) -https://bloomberg-bloomberg-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Luxemburg) -https://bloomberg-bloomberg-1-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV (Norway) -https://bloomberg-bloomberg-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BLOOMBERG TV HD -https://mn-nl.mncdn.com/blutv_bloomberght/smil:bloomberght_sd.smil/chunklist_b2064000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://bloomberg-quicktake-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bloomberg TV+ (Spain) -https://bloomberg-bloombergtv-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Bloomberg_512x512.png" group-title="",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="" tvg-name="Blue Ant Entertainment" tvg-country="" tvg-language="" tvg-logo="" group-title="",Blue Ant Entertainment -http://210.210.155.35:80/session/676c25ba-724e-11e9-834b-8ac28bf32f5a/dr9445/h/h16/01.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Rtl_cbs_entertainment_hd.png/400px-Rtl_cbs_entertainment_hd.png" group-title="",Blue Ant Entertainment -https://livecdn.fptplay.net/hda/blueantent_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Blue_ant_extreme_logo.png/220px-Blue_ant_extreme_logo.png" group-title="",Blue Ant Extreme -https://livecdn.fptplay.net/hda/blueantext_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nm3N3aw.png" group-title="",Bluegrass 4U -https://59d39900ebfb8.streamlock.net/blugrassmusic/blugrassmusic/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://img-medianova.mncdn.com/wp-content/uploads/2019/06/blutv_logo.png" group-title="",BLUTV Aksiyon -https://d1vftv9up76vki.cloudfront.net/out/v1/6f27e3bde7274af6b06befa08cd839d7/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://img-medianova.mncdn.com/wp-content/uploads/2019/06/blutv_logo.png" group-title="",BLUTV KOMEDฤฐ -https://d20aqhpvpegrs2.cloudfront.net/out/v1/d9da7879327241d3831f39b61016a353/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bn Music -https://cdn1.mobiletv.bg/T5/bn_music/bn_music_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM3MzA0MDFf/BNC247_300x300.png" group-title="",BNC 24/7 -https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bob Ross -https://cinedigm-bobross-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bodrum Belediyesi Web TV -https://win2.yayin.com.tr/bodrumbeltv/bodrumbeltv/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BOLT -http://hls.sweet.tv/stream/xjijamm8gqu84ev4u8brzsyedseatk36pssx5u5qkwpup6huu2kcmydgaubqwq48y5gzagnudpw2kqjph6awvga6hye3cqf77nf5xak5nteqhixnkc77tg639sxgrrhpuidega4wkbr3eknbhu6s====.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bon Appetit -https://bonappetit-roku-us.amagi.tv/hls/amagi_hls_data_condenast-bonappetitroku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bon Appetit -https://condenast-bonappetit-vizio.amagi.tv/playlist480p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bonappetit -https://condenast-bonappetit-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bonce TV -https://seswa.bonce.tv/hls/bonceswa_720p2628kbs/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Box Hits" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Q0Y3sT5.png" group-title="",Box Hits -http://csm-e.tm.yospace.com/csm/extlive/boxplus01,boxhits-desktop.m3u8?yo.up=http%3a%2f%2fboxtv-origin-elb.cds1.yospace.com%2fuploads%2fboxhits%2f -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://static.epg.best/gb/BoxHits.uk.png" group-title="",Box Hits -http://csm-e.tm.yospace.com/csm/extlive/boxplus01,boxhits-desktop.m3u8?yo.up=http%3a//boxtv-origin-elb.cds1.yospace.com/uploads/boxhits/ -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BOX TV -https://cdn1.mobiletv.bg/T5/box_tv/box_tv_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Brat TV -https://brat-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Brat TV -https://brat-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BratTV -https://brat-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BRTV -https://waw2.artiyerelmedya.net/brtv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/0DvV4gl.png" group-title="",Brut. -https://a.jsrdn.com/broadcast/baac3e801e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",bspoketv -https://bspoketv.s.llnwi.net/streams/322/out_0.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",bspoketv HD -https://bspoketv.nexustreamer.com/distrotv-usa/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/JG493Vn.png" group-title="",BTB -http://video.vtvplus.com.ua:81/hls/online/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BTV Cinema -https://cdn1.mobiletv.bg/T8/btv_cinema/btv_c_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BTV Comedy -https://cdn1.mobiletv.bg/T5/btvcomedy/btvcomedy_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bucovina TV -https://ch.iptvmate.net/34bf0fd9c6abd39babdbacb463fb2fb1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bucovina TV -https://ch.iptvmate.net/8638921bf17f446eeb1661b195d2e7ca.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bulgaria On Air -http://edge15.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bulgaria On Air -http://hls.cdn.bg:2006/fls/bonair.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bulgaria On Air -http://ios.cdn.bg:2006/fls/bonair.stream/chunklist_w2129214630.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bulgaria On Air -https://cdn1.mobiletv.bg/T3/bg_on_air/bg_on_air_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bursa AS TV -https://waw2.artiyerelmedya.net/astv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.bursatv.com.tr/images/banner/bursa-tv.png" group-title="",Bursa TV -https://cdn-bursatv.yayin.com.tr/bursatv/bursatv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/9gta3PU.png" group-title="",Bursa TV -https://win1.yayin.com.tr/bursatv/bursatv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/BusinessRockstars_1400x1400.png?raw=true" group-title="",Business Rockstars -https://content.uplynk.com/channel/7ad2b600b40b4a89933ab6981757f8b3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Butaca.TV -https://veranda-butacatv-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Buzzr -https://buzzr-roku-us.amagi.tv/hls/amagi_hls_data_buzzrAAAA-buzzr/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Buzzr -https://buzzr-roku-us.amagi.tv/playlistR404p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://buzzr-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",BUZZR TV USA EN -https://buzzrota-web.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/BUZZR.png" group-title="",Buzzr | Source 2 -https://buzzr-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Bรผyรผk Alanya TV -https://canliyayin.buyukalanya.com/hls/byk/buyukalanya.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",C-SPAN -https://bozztv.com/teleyupp/teleup-cspan/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",C3 -https://nrpus.bozztv.com/36bay2/gusa-c3/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cadena Elite Espaรฑa -https://cloudvideo.servers10.com:8081/8004/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ta05IbG.jpg" group-title="",CafeTV24 -https://srvx1.selftv.video/cafe/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Caillou -https://dhx-caillou-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",California Music Channel -http://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",California Music Channel TV -http://cmctv.ios.internapcdn.net:80/cmctv_vitalstream_com/live_1/CMC-TV/CCURstream0.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Camera Smile TV -https://playout4multirtmp.tulix.tv/live7/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Camp Spoopy -https://stream.ads.ottera.tv/playlist.m3u8?network_id=269&livestream=1&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=5f77a99416621400402b3dc1&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=1&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Campus TV -http://st2.worldkast.com/8004/8004/chunklist_w1315793139.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Campus TV -http://st2.worldkast.com/8004/8004/chunklist_w733100229.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Campus TV -http://st2.worldkast.com/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2019/04/canal-10-uruguay-en-vivo.png" group-title="",CANAL 10 -http://edge2-ccast-sl.cvattv.com.ar/live/c5eds/Canal10_URU/verimatrix_rotating/Canal10_URU-video=1480000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 10 Cancรบn -http://stream2.dynalias.com:1935/live/tvlive1/chunklist_w1211325251.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/6/6a/Nicavision1993.png/revision/latest?cb=20180426154048" group-title="",CANAL 12 FULHD -https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://vignette.wikia.nocookie.net/logopedia/images/6/6a/Nicavision1993.png/revision/latest?cb=20180426154048" group-title="",CANAL 12 NICA -https://5ca9af4645e15.streamlock.net:443/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 12 Puerto Madryn -https://59db7e671a1ad.streamlock.net/madryntv/madryntv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2017/10/13rioja.png" group-title="",Canal 13 La Rioja -http://arcast.net:1935/mp/mp/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CANAL 2 de Jujuy -http://content.uplynk.com/c4b60809663a4f3b8f82a210e91ed428.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 2 Jujuy -http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -http://200.115.193.177/live/26hd-180/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -http://200.115.193.177/live/26hd-720/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -http://200.115.193.177/live/26hd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -http://live-edge01.telecentro.net.ar/live/c26.smil/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -http://live-edge01.telecentro.net.ar:1935/live/26hd-720/livestream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -https://live-edge01.telecentro.net.ar/live/26hd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 -https://live-edge01.telecentro.net.ar/live/smil:c26.smil/chunklist_w38685927_b1264000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 26 1 -http://200.115.193.177/live/26hd-480/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 3 Rosario -https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://canal33.tv/home/wp-content/uploads/2019/08/200.png" group-title="",CANAL 33 HD -https://5ca9af4645e15.streamlock.net/canal33/videocanal33/chunklist_w1836447978_DVR.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.canal38cr.com/wp-content/uploads/2019/10/cropped-Logo-Nuevo-400.jpg" group-title="",CANAL 38 -https://rtmp.info/canal38/envivo/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ZTClYwb.jpg" group-title="Music",Canal 38 HD -https://rtmp.info/canal38/envivo/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/eFfX2fC.jpg" group-title="",Canal 4 -http://162.241.190.126:1935/live/canal4/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT1gHj_nLWhaGNfk5gYfEoENvdvYEEnrlFWCQ&usqp=CAU" group-title="",CANAL 4 -http://190.52.32.13:1935/canal4/smil:manifest.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal 4 Jujuy -http://5cd577a3dd8ec.streamlock.net:1935/canal4/smil:manifest.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://emisoradominicana.net/television/wp-content/uploads/2015/06/tv-recuerdos-56.jpg" group-title="",CANAL 56 -https://cloudflare.streamgato.us:3549/live/canal56live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR3v0JfX-x7l_CBLGgk-PyioJ4pEOIlRkwaOA&usqp=CAU" group-title="",CANAL 7 SALTA -https://589ff3c36f7e8.streamlock.net:443/crespo3/crespo3/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/735482998372630529/bEgiPOU1_400x400.jpg" group-title="",CANAL 8 PUNTA CANATV HD -https://cdn4.hostlagarto.com:8081/static/puntacanatv/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://hosttec.online/wp-content/uploads/2020/03/img1920.jpg" group-title="",CANAL 88 STEREO -http://k3.usastreams.com:1935/CableLatino/88stereo/chunklist_w1223558379.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://4.bp.blogspot.com/-5mbJNDr5JkI/XCOZQSvZM8I/AAAAAAAAB7Q/hUQhddJyKsgGsWOhiiju8bRseQU7q79_ACLcBGAs/w100/televida-9.jpg" group-title="",Canal 9 Televida en vivO -https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/chunklist_w758382022.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTQ-pLqFOvp-6R_dr9whF_Q5IBLtvtRcMjOY2xmROz5zFlIu7Y88Q&s" group-title="",CANAL 9 TV SUR HD -http://tv.ticosmedia.com:1935/TVSUR/TVSUR/chunklist_w2062422029.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal Cinesverdi (Spain) -https://contracorriente-canalcinesverdi-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal Feel good (Spain) -https://contracorriente-canalfeelgood-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://emisoradominicana.net/television/wp-content/uploads/2015/06/hermanas-mirabal-tv.jpg" group-title="",CANAL HM 33 TV HD -https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/MCaturZ.png" group-title="",Canal Malaga -http://canalmalaga-tv-live.flumotion.com/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://lh3.googleusercontent.com/pTdJRVDDV8jmJV-Nu-Ci9MCJOjsJOyE4QTNwOf_hLyqdRCi0qmUkDNElQ0hUD9qPGD1z" group-title="",CANAL NICOYA TV 36 -https://rtmp.info/anexiontv/envivo/chunklist_w1325643620.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/VdLvmDt.png" group-title="",Canal Once Internacional -https://live2.canaloncelive.tv/livepkgr2/smil:internacional.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal Once Mexico -https://live2.canaloncelive.tv/livepkgr/smil:nacional.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal Once Mexico -https://live2.canaloncelive.tv/livepkgr2/internacional.smil/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/8KHnBwx.png" group-title="",Canal Parlamento -http://congresodirecto-f.akamaihd.net:80/i/congreso6_1@54665/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canal Provincial San Miguel -http://www.trimi.com.ar/provincial/streaming/mystreamProvincialHSMed.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/kbgoyvg.png" group-title="",Canal Super 3 -https://directes-tv-int.ccma.cat/int/ngrp:c33_web/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/sEN6VcY.png" group-title="",Canal Sur Andalucรญa -https://originlive2.shooowit.net/rtvalive/smil:channelDVR.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Canale Europa (Italy) -https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="be4119" tvg-name="Canela_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/D7HC79b.png" group-title="",Canela TV -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65&live=1&app_bundle=com.plexapp.desktop -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/02232021/Canela.TV_190x190_circle.jpg?raw=true" group-title="",Canela.tv -https://canelamedia-canelatv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/833294014476595200/tDTtFwpn_400x400.jpg" group-title="",Canlฤฑ 24 -https://mn-nl.mncdn.com/kanal24/smil:kanal24.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Captiva TV -https://nrpus.bozztv.com/36bay2/gusa-wanztv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Carol Burnett -https://carolburnett-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/eaHPbqd.png" group-title="Music",Carolina TV -https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/carolinatv/livestream2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://1.bp.blogspot.com/-xsf6rrPqkTo/W-9raD0P78I/AAAAAAAAAUA/M_N3gE7Hz_Ekk2du-HCN6ES31PZtc714ACK4BGAYYCw/s1600/tvcartago%2Blogo%2Bprobincial%2B.png" group-title="",CARTAGO tv -http://cdn2.envivo.win/HLS/?canal=zonafilmstv&c=ZwNjYwRkBF4kBQLhZmt=&p=ZGH4AGD1ZGtjZN==https://59ef525c24caa.streamlock.net/tvcartago/tvcartago/chunklist_w1703137278 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Caspian News -https://sc.id-tv.kz/CaspianNews_36_37.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBN News -http://bcliveuniv-lh.akamaihd.net:80/i/news_1@194050/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBN USA -https://bcliveunivsecure-lh.akamaihd.net/i/iptv2_1@500579/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBS News -https://www.cbsnews.com/common/video/dai_prod.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBS News (CBSN) -https://cbsnhls-i.akamaihd.net/hls/live/264710/cbsn_hlsprod_2/master_1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="",CBS News | CBSN Chicago -https://dai.google.com/linear/hls/event/DWt8iR1YQ-OJQsxczu8KfQ/master.m3u8?iu=/4128/CBS.CHI.OTT -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="",CBS News | CBSN Dallas-Ft.W. -https://dai.google.com/linear/hls/event/o5J3g4U9T16CvYnS7Qd86Q/master.m3u8?iu=/4128/CBS.DALLAS.OTT -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="",CBS News | CBSN Denver -https://dai.google.com/linear/hls/event/EUo67MWSRh6toPi0heJKnQ/master.m3u8?iu=/4128/CBS.DENVER.OTT -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="",CBS News | CBSN Live Event -https://cbsnewshd-lh.akamaihd.net/i/cbsnewsLivePlayer_1@196305/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CBSNews.png" group-title="",CBS News | CBSN Pittsburgh -https://dai.google.com/linear/hls/event/i5SXVKI4QIuV-eF2XAH4FQ/master.m3u8?iu=/4128/CBS.PITTS.OTT -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN -http://cbsnhls-i.akamaihd.net/hls/live/264710/cbsn_hlsprod_2/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN -https://cbsn-us-cedexis.cbsnstream.cbsnews.com/out/v1/55a8648e8f134e82a470f83d562deeca/master_10.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN -https://cbsnhls-i.akamaihd.net/hls/live/264710/CBSN_mdialog/prodstream/master_2200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN Bay Area -https://dai.google.com/linear/hls/event/VE8b4n-YStusEGv5Z2NmsQ/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN Chicago -https://dai.google.com/linear/hls/event/DWt8iR1YQ-OJQsxczu8KfQ/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN INTERNACIONALES -https://cbsnhls-i.akamaihd.net/hls/live/264710/cbsn_hlsprod_2/master_360.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN Los Angeles (Pluto TV) -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN Minnesota -https://dai.google.com/linear/hls/event/zcWPVCfURNSPxeidcckQLA/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN Philly -https://dai.google.com/linear/hls/event/Xu-ITJ2GTNGaxGn893mmWg/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSN Pittsburgh -https://dai.google.com/linear/hls/event/i5SXVKI4QIuV-eF2XAH4FQ/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSNews Boston -https://cbsn-bos-cedexis.cbsnstream.cbsnews.com/out/v1/589d66ec6eb8434c96c28de0370d1326/master_1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CBSNews Denver -https://dai.google.com/linear/hls/event/EUo67MWSRh6toPi0heJKnQ/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/sjAGFWu.png" group-title="",Cekmekรถy TV -https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv_1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CEM TV -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/104.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/6QcsihL.jpg" group-title="",Central TV -http://serv2.videovox.pw/joaorodrigo7309/joaorodrigo7309/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CEPTV CHACO -http://dcunilive28-lh.akamaihd.net/i/dclive_1@533583/index_151_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ch4Teen -https://dcunilive93-lh.akamaihd.net/i/dclive_1@835787/index_150_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Chacra TV -http://s8.stweb.tv:1935/chacra/live/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i2.wp.com/www.millereponses.com/wp-content/uploads/2018/11/chaine-nord-africaine-frequence-nilesat.jpg" group-title="",Chaine Nord Africaine -http://live.creacast.com/cna/smil:cna.smil/chunklist_w1780122037_b864000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Chamber TV -https://media02.webtvlive.eu/chd-edge/_definst_/smil:chamber_tv_hd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Channel 2 News -http://keshethlslive-lh.akamaihd.net/i/c2n_1@195269/index_2200_av-p.m3u8 -#EXTINF:-1 tvg-id="dc6bd2" tvg-name="Channel_Fight" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Channel Fight -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=68&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=5f0ff265d71dcb00449ec02a&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/ChargeTV.png" group-title="",Charge! -http://content.uplynk.com/channel/37eb732888614810b512fdd82604244e.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Charlie -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/b400714d-558c-11eb-bb6c-3ba175659de4/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Chavo TV HD -https://videostreaming.cloudserverlatam.com/chavotv/chavotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar -https://cheddar-cheddar-3.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar -https://cheddar.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar -https://live.chdrstatic.com/cheddar/primary/5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar -https://livestream.chdrstatic.com/b93e5b0d43ea306310a379971e384964acbe4990ce193c0bd50078275a9a657d/cheddar-42620/cheddarweblive/cheddar/primary/5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="News",Cheddar Big News -https://live.chdrstatic.com/cbn/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar Big News -https://live.chdrstatic.com/cbn/primary/1.m3u8 -#EXTINF:-1 tvg-id="89217b" tvg-name="Cheddar_News" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/aGcoJYU.png" group-title="",Cheddar News -https://cheddar.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar News -https://live.chdrstatic.com/cbn/primary/5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Cheddar News" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cheddar USA EN -https://cheddar.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Cheddar_900x900.png" group-title="",Cheddar | Webstream -https://livestream.chdrstatic.com/b93e5b0d43ea306310a379971e384964acbe4990ce193c0bd50078275a9a657d/cheddar-42620/cheddarweblive/cheddar/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Chefkoch (Pluto TV) -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CHELSEA TV (RUS) -http://c0.cdn.trinity-tv.net/stream/hujuv8xpr4gdugis2szd4rqrvpzip8iuwn2jwpt68wmvpmdz79qime8idwrxga95rnghp64hfimevyvrp6n7p3c52yg3rfsuhxe9u9az35ti8te625sxerfwaxr2cbefyau4tmfa4nwqvca6ckmtwv2=.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Chive TV -https://a.jsrdn.com/broadcast/4df1bf71c1/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Chopper Town -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Chopper Town -https://oneworlddigital-choppertown-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="ChopperTown" tvg-country="" tvg-language="" 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="df4355" tvg-name="Choppertown" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/E9MqXzl.png" group-title="",Choppertown -https://linear-11.frequency.stream/dist/plex/11/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Christian Youth Channel -http://media.smc-host.com:1935/cycnow.com/cyc2/chunklist_w258510680.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Christian Youth Channel -http://media.smc-host.com:1935/cycnow.com/cyc2/chunklist_w884806316.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CHUCKY 2 -https://onedrive.live.com/download.aspx?resid=C9C239E3E567BD23!843&authkey=!AI3_Mz6ivD6r9oM&ithint=video%2cmp4 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CHUCKY 3 -https://onedrive.live.com/download.aspx?resid=C9C239E3E567BD23!854&authkey=!AMqj_KRCJnKhYTw&ithint=video%2cmp4 -#EXTINF:-1 tvg-id="" tvg-name="Chรฉrie 25" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/fr/thumb/f/f0/Ch%C3%A9rie_25_logo_2015.svg/51px-Ch%C3%A9rie_25_logo_2015.svg.png" group-title="",Chรฉrie 25 -http://cdn.webtv4.cdnfr.orange.fr/hs/HALO3/hls/cherie25-850448/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRhNXeL2j6nDfgnmZxLlnMTAMne2l7IZ7boVIGUPL8h0VaFCFV2" group-title="",CIBERVISION CANAL 3 HD -http://108.175.14.125:1935/tdn/tdn/chunklist_w1416269518.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ciftci Tv -https://waw2.artiyerelmedya.net/ciftcitv/bant1/chunks.m3u8?hash=ff9087a17e9ff7a7a214048d240d21c0 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.pinimg.com/originals/2d/18/54/2d185451c3cc188c39add960b94c6844.png" group-title="",CINCOTV -https://59537faa0729a.streamlock.net/cincotv/cincotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.totalmedios.com/img/noticias/2018/04/5ae3127f4ef2e__838x390.jpg" group-title="",CINE AR.TV HD -https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/chunklist_w140296313.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.arthouseconvergence.org/wp-content/uploads/2015/12/cinelife.png" group-title="",CINE LIFE -https://magselect-stirr.amagi.tv/playlist720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.vimeocdn.com/portrait/34728299_120x120.jpg" group-title="",CINE LIFE HD -https://magselect-stirr.amagi.tv/playlist1080p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cine Romantico -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokucineromantico/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cine Sureัo -https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-cinesureno-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cine+ -http://189.86.89.116/hls-live/livecm/_definst_/liveevent/livestream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CINE5 TV -http://win1.yayin.com.tr/cine5/cine5/iptvdelisi.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Bambu_300x300.png?raw=true" group-title="",Cinedigm | Bambu -https://bambu-junctionus.cinedigm.com/midroll/amagi_hls_data_xumo-host-bambu-junction/CDN/playlist.m3u8?webstream -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU5ODE5MzNf/BloodyDisgustingTV_900x900.png" group-title="",Cinedigm | Bloody Disgusting TV -https://bloodydisgusting-ingest-roku-us.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/BobRossChannel_275x275.png?raw=true" group-title="",Cinedigm | Bob Ross -https://cinedigm-bobross-1.plex.wurl.com/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ComedyDynamics_640x640.png?raw=true" group-title="",Cinedigm | Comedy Dynamics -https://comedydynamics-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ConTVAnime_302x302.png?raw=true" group-title="",Cinedigm | CONtv Anime -https://contvanime.cinedigm.com/conapp-ssai/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8?webstream -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ConTV_NEW_640x640.png?raw=true" group-title="",Cinedigm | CONtv Channel -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo123-contv/CDN/master.m3u8?webstream -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Docurama_670x670.png" group-title="",Cinedigm | Docurama -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/master.m3u8?webstream -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/DoveChannel.png" group-title="",Cinedigm | Dove Channel -https://dove-channel.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/LoneStar_v2_250x250.png?raw=true" group-title="",Cinedigm | Lone Star -https://a.jsrdn.com/broadcast/5oWx2VgEmK/+0000/c.m3u8?Cinedigm -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU5ODE1MzJf/MyTime_260x260.png" group-title="",Cinedigm | My Time Movies -https://mytime-vizio-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU5ODE2MDdf/SoReal_240x240.png" group-title="",Cinedigm | So... Real -https://cinedigm-so-real-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WhistleTV_350x350.png?raw=true" group-title="",Cinedigm | Whistle TV -https://whistle-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Cinemax [Indonesia]" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cinemax [Indonesia] -http://bonev2.xyz:80/playlist/Go-max-new-bonetv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CinePride -https://content.uplynk.com/channel/e54d7e92a0154d67ae0770c9d4210e77.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI4NjIyODdf/Cinevault-80s_700x700.png" group-title="",Cinevault 80s (Coming Soon) -https://gsn-cinevault-80s-1-us.vizio.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ujmPyit.jpg" group-title="",CineVault Westerns -https://20995731713c495289784ab260b3c830.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_CinevaultWesterns/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzI4NjE5OTZf/Cinevault-Westerns_v2_700x700.png" group-title="",Cinevault Westerns -https://gsn-cinevault-westerns-1-us.vizio.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cinevault Westerns -https://gsn-cinevault-westerns-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Circle_617x617.png?raw=true" group-title="",Circle -https://circle-roku.amagi.tv/playlist.m3u8?OTA -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Circle -https://circle-roku.amagi.tv/playlistR432p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjY2MjYwMTlf/Circle_332x332.png" group-title="Entertainment",Circle -https://circle-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Citruss TV -https://citrusstv.akamaized.net/hls/live/687285/CTV/01.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CITY TV -https://cdn1.mobiletv.bg/T10/citytv/citytv_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",City TV -https://tv.city.bg/play/tshls/citytv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ciudad TV Chaco -http://coninfo.net:1935/chacodxdtv/live/chunklist_w1251301598.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="English" tvg-logo="https://i.imgur.com/A1xZDrV.png" group-title="Documentary",Clarity 4K -https://d1ilhlah7f9uzc.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Clubbing TV -https://clubbingtv-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://cmmusica.com.ar/images/logo.png" group-title="",CM MUSICA -http://g1.mc-slo.transport.edge-access.net/a09/ngrp:CM_CanaldelaMusica-100044_all/CM_CanaldelaMusica-100044_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CMC TV -http://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/CMC-TV.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CMC USA -http://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMCU-92/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CMC_576x576.png?raw=true" group-title="",CMC | CMC Radio -https://streamingv2.shoutcast.com/CMC -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CMC_576x576.png?raw=true" group-title="",CMC | CMC-TV -https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/6Fge4nq.png" group-title="",CMM Castilla La Mancha -http://fstlive.kaltura.com/dc-0/live/hls/p/2288691/e/0_xs45iy5i/sd/6000/t/ifm5L7FLTqavxjA9TQ7e9w/index-s32.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CN 3 -https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CNA -https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index_2.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CNBC -https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CNBC Indonesia -https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CNBC Indonesia -https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist_w576315509_b384000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CNBC Indonesia 1 -http://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist_w528900641_b384000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="CNews" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Canal_News_logo.svg.png/87px-Canal_News_logo.svg.png" group-title="",CNews -http://cdn.webtv4.cdnfr.orange.fr/hs/HALO3/hls/itelevisionlive-12477/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CNN International -https://cnn-cnninternational-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Z4hIjPn.jpg" group-title="",CocoRo -https://4ea7abcc97144832b81dc50c6e8d6330.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_Cocoro/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Colossal -http://ow.ly/FXZ930eWtrs -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/cSVlBb0.png" group-title="",Comedy -https://342189106f294f6da7687918228af833.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f9ad508f47afc741c2526be/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Comedy Cental Pluto -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Comedy Central made in Germany (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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Comedy Central Pluto TV (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="" tvg-name="Comedy Dynamics" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa557dfd94e6214d2047d13" group-title="Comedy",Comedy Dynamics -https://comedydynamics-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Comedy Dynamics -https://comedydynamics-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Comedy Dynamics -https://comedydynamics-roku-ll.cinedigm.com/hls/amagi_hls_data_xumo-host-comedydynamicsroku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Comedy Dynamics -https://comedydynamics-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/TQa7yvL.png" group-title="",Comedy Dynamics -https://comedydynamics-wurl.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CometTV.png" group-title="",Comet TV -http://content.uplynk.com/channel/3e45c6b5354a40f787e0b2aadb0f5d6a.m3u8?tc=1&exp=1614631202&rn=2057716804&ct=c&cid=3e45c6b5354a40f787e0b2aadb0f5d6a&ad=comet&repl=aboi&ad.adUnit=%2FCOMET%2FLivestream_midroll&ad._debug=comet_vmap&ad.ad_rule=1&ad.pmad=12&ad.output=xml_vmap1&sig=b2edfb477155d2588a66e0aecdbebff5a23c90a96e55c831def9a1434a51913b -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CometTV.png" group-title="Entertainment",Comet TV (Geo-USA) -http://usgeowall.sinclairstoryline.com/channel/3e45c6b5354a40f787e0b2aadb0f5d6a.m3u8?tc=1&exp=1614631202&rn=2057716804&ct=c&cid=3e45c6b5354a40f787e0b2aadb0f5d6a&ad=comet&repl=aboi&ad.adUnit=%2FCOMET%2FLivestream_midroll&ad._debug=comet_vmap&ad.ad_rule=1&ad.pmad=12&ad.output=xml_vmap1&sig=b2edfb477155d2588a66e0aecdbebff5a23c90a96e55c831def9a1434a51913b -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Complex -https://dai2.xumo.com/amagi_hls_data_xumo1212A-complextv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Complex -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcomplex/CDN/640x360_440000/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Con TV -https://contv-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Con TV -https://contv.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Con TV Anime -https://contvanime-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://radioconecta2.com/wp-content/uploads/2020/04/logo.png" group-title="",CONECTA 2.TV -https://mediastreamm.com:19360/conect2-tv/conect2-tv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/9TGQZzk.png" group-title="Music",Conecta TV HD -http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Congo Planet Television -https://radio.congoplanet.com/Congo_Planet_TV.sdp/Congo_Planet_TV/playlist_1080.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Congo Planet Television 2 -https://radio.congoplanet.com/Congo_Planet_TV_Pop.sdp/Congo_Planet_TV_Pop/playlist_1080.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CONtv -http://contv.sinclair.wurl.com/manifest/da1285e1dd4323e6aff01b01cd40651c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="CONtv" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa07ec3fc8cbc647f034483" group-title="Entertainment",CONtv -https://contv-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="baf573" tvg-name="CONtv" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/gARdsC0.png" group-title="",CONtv -https://contv-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/CONtv_190x190.png?raw=true" group-title="",ConTV -https://contv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",ConTV -https://d2rir1vttzppfq.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="CONtv Anime" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa1b7168f9c26008859a893" group-title="",CONtv Anime -https://contvanime-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="a0a19c" tvg-name="CONtv_Anime" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WLxoFwM.png" group-title="",CONtv Anime -https://contvanime-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CONtv Anime -https://contvanime-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-contv-anime-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Contv Anime -https://contvanime-vizio-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="c3afda" tvg-name="Cooking_Panda" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Z6pDpzl.png" group-title="",Cooking Panda -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=46 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cooking Panda -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=46&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=5f07e9fdf313eb0041bbecda&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CookingPanda_900x900.png?raw=true" group-title="",Cooking Panda | Source 1 -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=46&live=1&app_bundle=com.plexapp.desktop&did=&app_domain=app.plex.tv&app_name=plex&h=1080&w=1920&content_title=vX2gxiT5Q_vtARVYwbZa&content_series=5f07e9fdf313eb0041bbecda&custom4=plex&gdpr=0&device_make=Windows&device_model=Opera&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CookingPanda_900x900.png?raw=true" group-title="",Cooking Panda | Source 2 -https://api-ott-cookingpanda.ottera.tv/loggingmediaurlpassthrough/a.m3u8?version=12.5&id=901&partner=distro&device_id=8f68c53f-f16a-45dd-b3eb-939325b0385a&device_model=Web&device_width=632&device_height=356&us_privacy=0&gdpr=0&device_language=en&is_lat=0 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/cn89fLa.jpg" group-title="",Cornea TV -http://89.149.30.158:1935/CorneaTV/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cornerstone TV -http://cdn.media9.truegod.tv/ctvnlive/smil:ctvn.smil/chunklist_w1852678767_b2328000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Country Loop -https://loop-country-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Court TV" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60526b849849524498245b78" group-title="",Court TV -https://cdn-katz-networks-01.vos360.video/Content/HLS/Live/channel(courttv)/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/CourtTV_450x450.png" group-title="Entertainment",Court TV -https://content.uplynk.com/channel/6c0bd0f94b1d4526a98676e9699a10ef.m3u8?v=2&ad=web&m.sound=normal&pos=midroll&expand=ad_live&m.sound=normal&m.playback=autoplay -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Court TV -https://content.uplynk.com/channel/6c0bd0f94b1d4526a98676e9699a10ef.m3u8?v=2&ad=web&m.sound=normal&pos=midroll&expand=ad_live&m.sound=normal&m.playback=autoplay&ad.url=https%3A%2F%2Fwww.courttv.com%2F -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/court-tv-mystery.png" group-title="",Court TV Mystery -https://bozztv.com/teleyupp/teleup-mystery/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CourtTV USA EN -https://content.uplynk.com/channel/6c0bd0f94b1d4526a98676e9699a10ef.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CPEtv -http://dcunilive28-lh.akamaihd.net/i/dclive_1@533583/index_150_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjUyNDQ4NjZf/Crackle_365x365.png" group-title="",Crackle -https://crackle-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Crackle -https://crackle-plex.amagi.tv/playlist480p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/id/CrimeInvestigation.id.png" group-title="",Crime + Investigation -http://203.154.243.31:15001 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://media.socastsrm.com/wordpress/wp-content/blogs.dir/1542/files/2020/06/CRIME_Graphic.jpg" group-title="",CRIME 340 -https://aenetworks-crime360-1.plex.wurl.com/manifest/4300.m3u8 -#EXTINF:-1 tvg-id="214dbd" tvg-name="Crime_360" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/fYXChY0.png" group-title="",Crime 360 -https://aenetworks-crime360-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Crime Time -https://crimetimebamca-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="CStar" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Logo_projet_CStar.svg/80px-Logo_projet_CStar.svg.png" group-title="",CStar -http://cdn.webtv4.cdnfr.orange.fr/hs/HALO1/hls/d17-451622/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CTN -https://rrsatrtmp.tulix.tv/ctntv/ctntvmulti.smil/chunklist_w534945064_b564000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTkNqLG3RxZrq61wKM8VOZIQx6UYY9XeiA_Jg&usqp=CAU" group-title="",CUATRO 4 FUL-HD ESP -http://149.202.68.178:1935/live/peprecasens/chunklist_w194306632.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cultura 24 -http://vs8.live.opencaster.com/cultura24/_definst_/mp4:cultura24_480/chunklist_w1999901240.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Cultura 24 TV -http://vs8.live.opencaster.com/cultura24/smil:cultura24/chunklist_w1710773429_b564000_sles.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://cdn.webrad.io/images/logos/jamaicaradio-net/culture-mixx-radio.png" group-title="",Culture Mixx Radio JAMAYCA -http://edge.mixlr.com/channel/euckm -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/VFPid91.png" group-title="",CVTV Channel 23 -https://wowzaprod3-i.akamaihd.net/hls/live/252233/15b8d438/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",CYC TV -http://media.smc-host.com:1935/cycnow.com/cyc2/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Cycle World -https://a.jsrdn.com/broadcast/3e5befe5dd/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/ua/DaVinciLearningEurope.ua.png" group-title="",Da Vinci -https://livecdn.fptplay.net/world/davincihd_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.dantv.tv/images/dan-001.jpg" group-title="",DAN TV -http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dancestar TV -https://vcndstv.teleosmedia.com/stream/dstv/dstv/seglist_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="DanceStar TV (UK)" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/xLqyZQQ.png" group-title="Music",DanceStar TV (UK) -https://vcndstv.teleosmedia.com/stream/dstv/dstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dark Matter (Brazil) -https://darkmatter-por-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.dbm-tv.fr/wp-content/uploads/2017/12/logo-dbm.png" group-title="",DBM -https://edge5.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/KOlCUJ9.jpg" group-title="",DBM -https://edge6.vedge.infomaniak.com/livecast/smil:dbmtv.smil/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DBM TV -http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DC Eagle Cam -http://americaneagle-lh.akamaihd.net:80/i/AEF_DC1@31049/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DCN TV -http://video.oct.dc.gov/out/u/21_4.m3u8 -#EXTINF:-1 tvg-id="3a186b" tvg-name="Deal_or_No_Deal" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/BaHAChs.png" group-title="",Deal or No Deal -https://endemol-dealornodeal-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://endemol-dealornodeal-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Deal or no Deal -https://endemol-dealornodeal-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DealOrNoDeal_400x400.png?raw=true" group-title="",Deal or No Deal | Sinclair -https://endemol-dealornodeal-1.sinclair.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Decentric" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5faa9a81b5897b637c050cd2" group-title="",Decentric Media -https://linear-68.frequency.stream/dist/localnow/68/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/GyxXMDv.png" group-title="Music",DeepHouse District -https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DEF TV -https://rrr.sz.xlcdn.com/?account=nice-broadcast-media-gmbh&file=1800-h264-nice-DEF-TV-Video&type=live&service=wowza&output=playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Degrassi the next generation (Canada) -http://dhx-degrassi-2-ca.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Deluxe Lounge HD -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/9a087b26-8be4-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Demand Africa -https://demandafrica-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Demand Africa -https://demandafrica-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Demand Africa -https://demandafrica-vizio.amagi.tv/playlist480p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Demand Africa (Mexico) -https://demandafrica-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Destination TV -https://makingitmedia-destinationtv-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Dibi TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/gnu7LIn.png" group-title="",Dibi TV -http://82.76.210.127:1935/dibitv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DIEMA -https://cdn1.mobiletv.bg/T13/diema/diema_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Digital 15 -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVDO0011&mode=12 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Dimensions -https://nrpus.bozztv.com/36bay2/gusa-dimensions/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Disha TV -http://xlbor3aadvaj-hls-live.wmncdn.net/disha/stream.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DISNEY CHANNEL -http://iptvmasterlink.dyndns.org:5566/Entry/disneychannel_yeni.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/p5rREUo.png" group-title="",Ditty TV -https://azroe0x-lh.akamaihd.net/i/test_1@775856/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Divinity TV -http://91.126.141.12:1935/live/smil:divinity.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Djing Hedonist HD -https://www.djing.com/tv/s-28634-05-hedonist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DJing Hits -http://www.djing.com/tv/04.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Djing Hits -https://www.djing.com/tv/i-28634-04.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DJing Hits -https://www.djing.com/tv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DJing Hot Hot Hot -http://www.djing.com/tv/buster-poindexter-his-banshees-of-blue-hot-hot-hot/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Djing TV -https://www.djing.com/tv/28638-04.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Djing Wild EDM HD -https://www.djing.com/tv/s-28634-05-wild-edm.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DM SAT -https://cdn1.mobiletv.bg/T5/dm_sat/dm_sat_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DM TV -https://dmtv-viziosc.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Doc TV -https://wownow-doctv-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzAxMjQ1MzBf/Docubay_750x750.png" group-title="Entertainment",DocuBay TV -https://docubayvh.s.llnwi.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004372_HLS/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.iptv-epg.com/pl/DocuBox.pl.png" group-title="",Docubox -https://1795195508.rsc.cdn77.org/1795195508/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://upload.wikimedia.org/wikipedia/en/c/c2/Docurama_Logo_August_2015.jpg" group-title="Movies",Docurama -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/1920x1080_4528000/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Docurama -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1234A-docuramaA/CDN/640x360_394000/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Docurama" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a16a8019d03b025d37a2" group-title="",Docurama -https://docurama-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="7a6d75" tvg-name="Docurama" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/5X5Z5eg.png" group-title="",Docurama -https://docurama-plex-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Docurama -https://docurama-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://docurama.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Docurama -https://docurama.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/dHqUHfw.png" group-title="",Donezk TV -http://stream.dn.ua/hls/stream.m3u8 -#EXTINF:-1 tvg-id="b8d17c" tvg-name="Dove_Channel" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/XrzKcDB.png" group-title="",Dove Channel -https://dove-channel.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Dove Channel" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a13494163b4d276cb842" group-title="",Dove Channel -https://dovenow-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dove Channel -https://dovenow-roku-ingest.cinedigm.com/master432p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dove Channel -https://dovenow-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-dovenow-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/FVWqYQG.png" group-title="",Dove Channel -https://dovenow.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dove Now -https://dovenow-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/aonn9ln.png" group-title="",Drama -https://fb2bf1d1d7134ce3b02c27f2e2db706b.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f89aecf39cfef1f2542d35d/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="646bfe" tvg-name="Drink_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ZAqKTkp.png" group-title="",Drink TV -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=62 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Drink TV -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=62&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=5eea605474085f0040ddc76a&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dry Bar Comedy -https://drybar-drybarcomedy-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Duck TV -https://mmm-ducktv-4-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Duck Tv (Denmark) -https://mmm-ducktv-4-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Duck Tv (Finland) -https://mmm-ducktv-4-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Duck Tv (Norway) -https://mmm-ducktv-4-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Duck TV (Spain) -https://mmm-ducktv-3-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Dungeon -https://content.uplynk.com/channel/5688add7ce704ce1a27ab62bb44044b9.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQwMDkwMjRf/Dust_670x670.png" group-title="",Dust -https://dust-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://dust.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",DUSTx -https://dust.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://mytuner.global.ssl.fastly.net/media/tvos_radios/C9MDvUJxgu.png" group-title="",EAST AFRICA RADIO -http://eatv.radioca.st/stream -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://global.ebs.co.kr/global/img/sub/Channels_ebs1.png" group-title="",EBS 1 -http://ebsonair.ebs.co.kr:1935/ebs1familypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EBS Europe -https://euc-live.fl.freecaster.net/live/eucom/ebs-audio_alb=96000-video=1600000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/5LtGMnF.png" group-title="",EBS Europe -https://euc-live.fl.freecaster.net/live/eucom/ebs.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="EbS Live (Europe by Satellite)" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ebs.png" group-title="",EbS Live (Europe by Satellite) -https://euc-live.fl.freecaster.net/live/eucom/ebs-audio_int=96000-video=2600000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/kr/EBSPlus1.kr.png" group-title="",EBS+ 1 -http://ebsonair.ebs.co.kr:1935/plus1familypc/familypc1m/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/kr/EBSPlus2.kr.png" group-title="",EBS+ 2 -http://ebsonair.ebs.co.kr:1935/plus2familypc/familypc1m/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/5LtGMnF.png" group-title="",EBS+ Europe -https://euc-live.fl.freecaster.net/live/eucom/ebsp.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="EbS+ Live (Europe by Satellite)" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ebs.png" group-title="",EbS+ Live (Europe by Satellite) -https://euc-live.fl.freecaster.net/live/eucom/ebsp-audio_int=96000-video=2600000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://global.ebs.co.kr/global/img/sub/Channels_IPTV_03.png" group-title="",EBSe -http://ebsonair.ebs.co.kr:1935/plus3familypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="1b51a6" tvg-name="Edge_Sport" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EdgeSport -https://edgesport-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Edgesports rest of the world -https://edgesports-row-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EKIDS -https://cdn1.mobiletv.bg/T8/ekids/ekids_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",El Conflecto! -https://content.uplynk.com/channel/c56a6c94a53843c79d3eca411d39f96f.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EL nahar Alg -http://numidiatv-live.dzsecurity.net:8081/entv/EnnaharTV_SD/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",El Patio (Spain) -https://alchimie-elpatio-1-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",El Sembrador TV -https://zypelive-lh.akamaihd.net/i/default_1@710948/index_3800_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/APhSi1Y.jpg" group-title="",El Sembrador TV Europa -https://zypelive-lh.akamaihd.net/i/default_1@745572/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EL TV -http://85.132.53.162:1935/live/eltv/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Electric Now" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f8b8b302ada2c2ec9112083" group-title="Entertainment",Electric Now -https://ov.ottera.tv/live/master.m3u8?channel=elec_en -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjgzOTI0NjRf/ElectricNow_300x300.png" group-title="",Electric Now | Source 2 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-electricnow/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjgzOTI0NjRf/ElectricNow_300x300.png" group-title="",Electric Now | Webstream -https://stream.ads.ottera.tv/playlist.m3u8?network_id=53&avod=1&coppa=0&is_lat=0&us_privacy=1---&did=b1cbb406470d5d90837f687adf702ece&app_bundle=com.electric.now&app_store_url=https%3A%2F%2Fwww.electricnow.tv%2Fdevices&app_domain=electricnow.tv&app_name=electricnow&custom_targeting=web&custom_4=internal&h=720&w=1280&content_channel=electricnow&content_dist_name=internal&device_make=&device_model=&preferred_language=EN&gender=not_specified&yob=0&livestream=1×tamp=1612734875&id=430&ip=107.174.17.108&override_expiration=1500&sign=skfdbc7xCT%2FrPBo7I%2Bn324ONywyaFp%2F0attYUsrv7l4%3D -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Elsharq TV -https://mn-nl.mncdn.com/elsharq_live/live/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ELTV -http://85.132.53.162:1935/live/eltv/chunklist_.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/avIsx8W.png" group-title="",EMCI TV -https://emci-fr-hls.akamaized.net/hls/live/2007265/emcifrhls/04.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ6-D3Rt3VXwXAS0wMCCH2pKPU4tFL1SgKDGw&usqp=CAU" group-title="",Encuentro HD -http://panel.dattalive.com:1935/8204/8204/chunklist_w448763530.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Entertainment TV:Comet (Geo) -https://usgeowall.sinclairstoryline.com/channel/3e45c6b5354a40f787e0b2aadb0f5d6a.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Entrepeneur -https://a.jsrdn.com/broadcast/7582ed85f7/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",eoTV -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/ba014761-8be5-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="I62.5.113739.zap2it.com" tvg-name="62.5 KSMODT5" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjY2MjYwMTlf/Circle_332x332.png" group-title="",EPG | Circle | Webstream -https://circle-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="externallinearfeed-10-21-2019-10-21-2019" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTYzNzZf/ElectricEnt_480x480.png" group-title="",EPG | Electric Now -https://stream.ads.ottera.tv/playlist.m3u8?network_id=53 -#EXTINF:-1 tvg-id="I50.3.43959.zap2it.com" tvg-name="50.3" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM0MjczODBf/IonPlus_420x420.png" group-title="",EPG | ION Plus -https://ion-ion-plus-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="externallinearfeed-06-26-2020-193305392-06-26-2020" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQwMDkyNjVf/MidnightPulp_200x200.png" group-title="",EPG | 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="externallinearfeed-07-01-2020-07-01-2020" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQwMDkzNDRf/RetroCrush_576x576.png" group-title="",EPG | 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="I21.4.100102.zap2it.com" tvg-name="21.4 KAJFLD4" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjY2MjMzODNf/ShopLC_800x800.png" group-title="",EPG | Shop LC -https://cdn-shop-lc-01.akamaized.net/Content/DASH_DASH/Live/channel(ott)/master.mpd -#EXTINF:-1 tvg-id="externallinearfeed-07-18-2019-07-18-2019" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NjA3MTRf/FilmDetective_400x400.png" group-title="",EPG | The Film Detective -https://tfd-distro.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="I25.1.97116.zap2it.com" tvg-name="25.1" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.1 Buzzr -https://cdn.igocast.com/channel1_hls/channel1_master.m3u8 -#EXTINF:-1 tvg-id="I25.10.97127.zap2it.com" tvg-name="25.10" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.10 Shop LC -https://cdn.igocast.com/channel10_hls/channel10_master.m3u8 -#EXTINF:-1 tvg-id="I25.12.106746.zap2it.com" tvg-name="25.12" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.12 Jewelry TV -https://cdn.igocast.com/channel12_hls/channel12_master.m3u8 -#EXTINF:-1 tvg-id="I25.2.97117.zap2it.com" tvg-name="25.2" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.2 NewsNet -https://cdn.igocast.com/channel2_hls/channel2_master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.3 Ace TV -https://cdn.igocast.com/channel3_hls/channel3_master.m3u8 -#EXTINF:-1 tvg-id="I25.4.97118.zap2it.com" tvg-name="25.4" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.4 Action -https://cdn.igocast.com/channel4_hls/channel4_master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | 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="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | 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="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | 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="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | 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="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTI2OTZf/TV25_360x360.png" group-title="",EPG | TV25.9 Retro TV -https://cdn.igocast.com/channel9_hls/channel9_master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Epic Drama HD -http://hls.trinity-tv.net/stream/4zh7brpw5jhxwyy2m3x3y64n7628tqgs4ii6sgvid5mssvcafie2zdf6wjja5p7533wswqx7a4gk684eskfinyejxxqxqvu8jjdfb6k5d52zrab7ikvyjxm33csefu98ip97gb5apma2pe4m2enm2hka.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="XXX",Eroxxx HD -http://147.78.163.247:8000/play/a021 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/81036VHX3HL.jpg" group-title="",ES NE TV -https://zypelive-lh.akamaihd.net/i/default_1@745572/index_288_av-p.m3u8?F38b1dF4=5e23d03f828a5300018c8e45&6pLKMQ3y=Sqi3Ng90&video_id=5d0000b80c4ebb590e80e184&sd=10&dw=10800&rebase=on -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CanelaTV_553x553.png?raw=true" group-title="",ES | Canela TV -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65&live=1&app_bundle=com.plexapp.desktop&did=&app_domain=app.plex.tv&app_name=plex&h=1080&w=1920&content_title=vX2gxiT5Q_vtARVYwbZa&content_series=5f5132e362fe160040f26c18&custom4=plex&gdpr=0&device_make=Windows&device_model=Opera&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Latido-Music_367x367.png?raw=true" group-title="",ES | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RunTimeEspanol_120x120.png?raw=true" group-title="",ES | Runtime Espanol -https://ammo-espanol-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-ammo-espanol-plex/CDN/playlist.m3u8?us_privacy=1---&did=&dnt=1&X-Plex-Token=vX2gxiT5Q_vtARVYwbZa&channelId=5f5132e362fe160040f26c15 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQp_JhTvghXqXld1-v2r1aCI9b3FUlCQZA9DyPhm9KKD90_ab8K" group-title="",ESNE TV HD -https://zypelive-lh.akamaihd.net/i/default_1@710948/index_3800_av-p.m3u8?F38b1dF4=5c9400123bbf421251f5efbd&6pLKMQ3y=Sqi3Ng90&video_id=5c3e42146689bc139200082a&sd=10&dw=600&rebase=on -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ESR24x7_180x180.png?raw=true" group-title="",ESR 24x7 | eSports Revolution -https://esrevolution-sinclair.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="ESR eSports Network" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d2f4c46818164091e1fd4" group-title="Entertainment",ESR eSports Network -https://eyeonesports.com/ES2RA-628g.m3u8 -#EXTINF:-1 tvg-id="e70cbc" tvg-name="Estrella_News" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/f4Bec0i.png" group-title="",Estrella News -https://estrellanews-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Estrella News -https://estrellanews-roku.amagi.tv/hls/amagi_hls_data_estrellaA-estrellanews-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://estrellanews-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="475630" tvg-name="Estrella_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/4PiLKrm.png" group-title="",Estrella TV -https://estrellatv-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ESTV -https://estrellatv-roku.amagi.tv/hls/amagi_hls_data_estrellaA-estrellatv-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ESTV -https://estv-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Estv -https://estv-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ESTV -https://estv-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="",ET Live -https://dai.google.com/linear/hls/event/xrVrJYTmTfitfXBQfeZByQ/master.m3u8?iu=/8264/vaw-can/desktop/cbsnews -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ET Live -https://etlive-mediapackage-fastly.cbsaavideo.com/dvr/manifest_81.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ETA -https://cdn1.mobiletv.bg/T7/eta/eta_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ETB 1 -https://etbvnogeo-lh.akamaihd.net/i/ETBSTR1_1@595581/index_2596_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ETB 2 -https://etbvnogeo-lh.akamaihd.net/i/ETBSTR2_1@595582/index_2596_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="etv" tvg-country="" tvg-language="" tvg-logo="https://graph.facebook.com/etv.llobregat/picture?width=200&height=200" group-title="",etv -#EXTVLCOPT:http-user-agent=TDTChannels#CrKeyTDT# -https://liveingesta119.cdnmedia.tv/etvlive/smil:live.smil/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="EUROAL" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/qLaEmIT.png" group-title="",EUROAL -http://5.135.92.131:1935/live/euroAl/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/EuroNews_400x400.png?raw=true" group-title="",Euronews -https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 -#EXTINF:-1 tvg-id="886ad6" tvg-name="Euronews" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/8ElFwvm.png" group-title="",Euronews -https://euronews-euronews-world-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews -https://euronews-euronews-world-1.roku.wurl.com/manifest/b34060fcaf527710b244a3e16504edd0.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Belguim) -https://rakuten-euronews-2-be.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Brazil) -https://euronews-euronews-portugues-1-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Denmark) -https://rakuten-euronews-1-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Finland) -https://rakuten-euronews-1-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (France) -https://rakuten-euronews-2-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Ireland) -https://rakuten-euronews-1-ie.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (luxemburg) -https://rakuten-euronews-2-lu.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Mexico) -https://euronews-euronews-spanish-2-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Netherlands) -https://rakuten-euronews-1-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Norway) -https://rakuten-euronews-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Portugal) -https://rakuten-euronews-8-pt.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews (Sweden) -https://rakuten-euronews-1-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="8268c2" tvg-name="Euronews_Espaรฑol" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/8ElFwvm.png" group-title="",Euronews Espaรฑol -https://euronews-euronews-spanish-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews HD -https://euronews-euronews-world-1.roku.wurl.com/manifest/71bf778598cc9ce36952bb8a3331551a.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews via Alchimie (England) -https://alchimie-euronews-4-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews via Alchimie (Italy) -https://alchimie-euronews-2-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Euronews via Alchimie (Spain) -https://alchimie-euronews-3-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/3s7qchh.png" group-title="",Evrokom -https://live.ecomservice.bg/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN -http://bogtvhdlive-f.akamaihd.net/i/main_1@79148/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN -http://d3kr0d4mfjxpbv.cloudfront.net/p/SPAS_1920x1080_4000k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN -https://d3kr0d4mfjxpbv.cloudfront.net/p/SPAS.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN -https://d3kr0d4mfjxpbv.cloudfront.net/p/SPAS_480x270_350k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="",EWTN Asia-Pacific -https://cdn3.wowza.com/1/QmVNUVhTNTZSS3Uz/YWQ0aHpi/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN CANADA -http://dyo5cp96eopax.cloudfront.net/p/CANE_760x432_1200k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="",EWTN Canada -https://cdn3.wowza.com/1/YW5wSWZiRGd2eFlU/bGV0aVBq/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://cdn.mitvstatic.com/channels/cl_ewtn_m.png" group-title="",EWTN CANAL CATร“LICO -https://cdn3.wowza.com/1/SmVrQmZCUXZhVDgz/b3J3MFJv/hls/n8345n84/1152/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN Espaรฑa EN -https://cdn3.wowza.com/1/YW5wSWZiRGd2eFlU/bGV0aVBq/hls/ttr8f1yp/1152/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQyNTQ1MzNf/EWTN_450x450.png" group-title="",EWTN Europe -https://cdn3.wowza.com/1/T2NXeHF6UGlGbHY3/WFluRldQ/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EWTN katholisches TV -http://d3j0n5al39mfyd.cloudfront.net/p/GERG_1920x1080_4000k.m3u8 -#EXTINF:-1 tvg-id="EWTN.de" tvg-name="EWTN katholisches TV" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/ewtnkatholischestv.png" group-title="",EWTN katholisches TV -https://cdn3.wowza.com/1/NWFLbEVOVjNsQWhP/YnpVbld5/hls/rlqvbpsj/2728/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Expansione -https://srvx1.selftv.video/espansione/live/chunklist_w1684714198.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",EXTREMA TV -http://livestreamcdn.net:1935/ExtremaTV/ExtremaTV/chunklist_w1749069089.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.unored247.com/bill/templates/smartlinehost/html/images/extrema_client_logo.png" group-title="",EXTREMA TV HD -https://livestreamcdn.net:444/ExtremaTV/ExtremaTV/chunklist_w1014056279.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fail Army -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="3d4c65" tvg-name="Fail_Army" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nbzbHum.png" group-title="",Fail Army -https://failarmy-linear.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fail Army -https://failarmy-linear.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fail Army (Brazil) -https://failarmy-international-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fail Army Internatioanl (Mexico) -https://failarmy-international-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://failarmy-linear.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Failarmy (Australia) -https://failarmy-international-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FailArmy (Canada) -https://failarmy-international-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Failarmy (Germany) -https://failarmy-international-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FailArmy International -https://failarmy-international-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Failarmy International (India) -http://failarmy-international-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Failarmy International (Netherlands) -https://failarmy-international-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Failarmy International (Sweden) -https://failarmy-international-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Family Feud -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufamilyfeud/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Family Flix" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Farra Play -http://159.203.148.226/live/farra_low.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fashion TV -https://fashiontv-fashiontv-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fashion TV (England) -https://fashiontv-fashiontv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fashion TV (Italy) -https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fashion TV (Spain) -https://fashiontv-fashiontv-2-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="FashionBox" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd03df5beda3db47bf0f2" group-title="Lifestyle",FashionBox -https://fashionbox-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FASISON 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="" tvg-name="Fat Guys in the Woods" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fbebd6c1ed3cd231349ddc2" group-title="",Fat Guys in the Woods -https://linear-119.frequency.stream/dist/localnow/119/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fawesome -https://fawesome-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FDF TV -http://91.126.141.201:1935/live/smil:fdf.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Local Now Fear This!" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60417731dc00887af0275acb" group-title="",Fear This! -https://linear-143.frequency.stream/dist/localnow/143/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Local Now Fear This! Classics" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d20ef2189b2698a380ff2" group-title="",Fear This! Classics -https://linear-153.frequency.stream/dist/localnow/153/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Local Now Fear This! Sci-Fi" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60627a97603dcd03ae7ed472" group-title="",Fear This! Sci-Fi -https://linear-163.frequency.stream/dist/localnow/163/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FEN TV -https://cdn1.mobiletv.bg/T7/fentv/fentv_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/2QzHA3k.png" group-title="",Fibracat TV -https://cdn-02.fibracat.cat/fibracattv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.petage.com/wp-content/uploads/2016/11/FidoTV.jpg" group-title="",Fido TV -http://n1.klowdtv.net/live3/fido_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fido TV -https://fidotv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Field & Stream -https://a.jsrdn.com/broadcast/7536b84786/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Fight Network" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605d1bf32e5d221b1e5a7e55" group-title="Sports",Fight Network -https://d12a2vxqkkh1bo.cloudfront.net/hls/main.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Filmeraa -https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise Action -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmriseaction/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise Classic tV -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmriseclassictv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise Cooking -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecooking/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="",FilmRise Family on Redbox -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise Forensic Files -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuforensicfiles/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FilmRise Free Movies -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofilmrisefreemovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="",FilmRise Movies on Redbox -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise Mystery -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Redbox_512x512.png?raw=true" group-title="",FilmRise Sci-Fi on Redbox -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisescifi/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise scifi -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmrise Western -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisewestern/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_Classic-TV_300x300.png?raw=true" group-title="",FilmRise | Classic TV -https://hls.xumo.com/channel-hls/v1/9fe012a9926c4e91/9999400/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise-Action_442x442.png?raw=true" group-title="",FilmRise | FilmRise Action -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmriseaction/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_Family_355x355.png?raw=true" group-title="",FilmRise | FilmRise Family -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_512x512.png?raw=true" group-title="",FilmRise | FilmRise Kitchen -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecooking/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_512x512.png?raw=true" group-title="",FilmRise | FilmRise Mysteries -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_Sci-Fi_355x355.png?raw=true" group-title="",FilmRise | FilmRise Sci-Fi -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/master.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_512x512.png?raw=true" group-title="",FilmRise | FilmRise Westerns -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisewestern/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FilmRise_UnsolvedMys_900x900.png?raw=true" group-title="",FilmRise | Unsolved Mysteries -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecrime/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FilmStream -https://spi-filmstream-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg4OTc5MDZf/FilmStream_224x224.png" group-title="",FilmStream -https://spi-filmstream-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Filmstream (India) -https://spi-filmstream-1-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Finest TV -http://media.finest.tv/hls/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fireman Sam -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufiremansam/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Fireplace Lounge -https://a.jsrdn.com/broadcast/aee08372e5/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Fireside -https://fireside.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f1eb9/DSP_5fdd393a31300f16077a1692_fireside/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Fish Tank -https://a.jsrdn.com/broadcast/8b43a16c1e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fishing & Hunting Channel -https://cdn1.mobiletv.bg/T5/fh/fh_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/KtdEoox.png" group-title="",Flashback TV -http://nrpus.bozztv.com/36bay2/gusa-TVSFlashback/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://cdn-images-1.medium.com/max/280/1*7zB_9kQDvR3fa_IIk8fhQg@2x.png" group-title="Movies",Flim Hub -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmhub/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Flix Fling Now -https://flixfling-flixflingnow-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Focus TV -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/82f0a805-8be5-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzA5ODU1NTRf/Folk-TV.png" group-title="Entertainment",Folk TV -http://584b0aa350b92.streamlock.net:1935/folk-tv/myStream.sdp/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Folk TV -https://584b0aa350b92.streamlock.net/folk-tv/myStream.sdp/chunklist_w1786741766.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FONE -http://videony.rhsj520.com:8091/0706/FONE-028/1500kb/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Food -https://food.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Food 52 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziofood52/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Food52 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-food52/CDN/1280x720_5000000/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FOX [Vietnam] -http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/FOX-HD-1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="FOX [Vietnam]" tvg-country="" tvg-language="" tvg-logo="" group-title="",FOX [Vietnam] -http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/FOX-HD-1080p/playlist.m3u8? -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FOX -https://cdn1.mobiletv.bg/T13/fox/fox_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/es/Fox.es.png" group-title="",Fox -https://livecdn.fptplay.net/foxlive/foxhd_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FOX Crime -https://cdn1.mobiletv.bg/T10/fox_crime/fox_crime_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://foxfamilymovies.foxmoviesasia.com/images/ffm.png" group-title="",Fox Family Movies -https://livecdn.fptplay.net/hda/foxfamilymovies_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/in/FOXLife.in.png" group-title="",Fox Life -https://livecdn.fptplay.net/foxlive/foxlifehd_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Fox Movies [Vietnam]" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fox Movies [Vietnam] -http://htv-drm-live-cdn.fptplay.net/CDN-FPT02/FOXMOVIES-HD-1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.foxmoviesasia.com/images/fm.png" group-title="",FOX Movies -https://livecdn.fptplay.net/foxlive/foxmovieshd_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fox News Now -https://fox-foxnewsnow-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fox Soul -https://fox-foxsoul-roku.amagi.tv/hls/amagi_hls_data_foxAAAAAA-foxsoul-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fox Soul -https://foxsoul-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://tv.foxsportsasia.com/logos/logo_foxsports3.png" group-title="",Fox Sports 3 Asia -https://livecdn.fptplay.net/qnetlive/foxsports3_2000.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fox Sports Australia -https://austchannel-live.akamaized.net/hls/live/2002736/austchannel-sport/master640x360_v3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FOX TV HD -https://mn-nl.mncdn.com/blutv_foxtv/smil:foxtv_sd.smil/chunklist_b2064000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FOX TV TรœRKIYE -https://mn-nl.mncdn.com/blutv_foxtv/smil:foxtv_sd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Francophonie24_275x275.png?raw=true" group-title="",France | Francophonie24 -https://5421175365ea3.streamlock.net/live/smil:switch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="franceinfo:" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Franceinfo.svg/85px-Franceinfo.svg.png" group-title="",franceinfo: -http://cdn.webtv4.cdnfr.orange.fr/hs/HALO3/hls/franceinfo-14390660/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Francophonie -http://5421175365ea3.streamlock.net/live/smil:switch.smil/chunklist_b5000000_t64MTA4MHA=.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Free Speech TV -http://bit.ly/2xV7ewi -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Free Speech TV -https://edge.free-speech-tv-live.top.comcast.net/out/u/fstv_4.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Freedailyiptv.com -http://122.155.180.8:5021/live/223 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fresh News -http://167.99.65.12:1935/live/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FrightFlix -https://content.uplynk.com/channel/4b3fda1ff2c24556bc2c6034307d117d.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://elevensports.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",FTV News -http://210.61.56.23/hls/ftvtv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://fuego40.com/wp-content/uploads/2018/11/cropped-FUEGO-LOGO-TIPO.png" group-title="",FUEGO TV HD -https://video.misistemareseller.com/Fuegotv/Fuegotv/chunklist_w917415169.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://fueltv-fueltv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV -https://fueltv-fueltv-10-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV -https://fueltv-fueltv-2-gb.samsung.wurl.com/manifest/playlist_640x360_1000k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (Brazil) -https://fueltv-fueltv-9-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (England) -https://fueltv-fueltv-2-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (India) -https://fueltv-fueltv-12-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (Italy) -https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (Mexico) -https://fueltv-fueltv-11-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (Netherland) -http://fueltv-fueltv-14-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (Spain) -https://fueltv-fueltv-7-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Fuel TV (Sweden) -https://fueltv-fueltv-13-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/uHm1KSm.png" group-title="",Fun Radio 92.7 Alabama -https://ais-edge08-live365-dal02.cdnstream.com/a20884 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Funny Bone TV -https://nrpus.bozztv.com/36bay2/gusa-funnybone/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Funny or Die -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufunnyordie/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Funny or Die -https://funnyordie-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",G TV -http://91.220.221.60/gtv_hls/gtv_03.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/oPnzAPC.png" group-title="",Galxy TV -https://content.uplynk.com/channel/f467430e4a8e49a59ff3183cf51092b2.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Game Show -https://ffcf6c437bec4f3988224ccfe150499d.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_GameShowCentral/c3d6136c-3a3e-4690-949d-8dcebfe43fc2/3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://gsn-gameshowchannnel-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Game Show Central -https://gsn-gameshowchannnel-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/GameShowCentral_203x203.png?raw=true" group-title="",Game Show Central | Ch.1 -https://gsn-gameshowchannnel-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Gameshow Network -https://gsn-gameshowchannnel-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Gametoon" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dcef57b79a227b5568d84" group-title="",Gametoon -https://gametoon-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ganj e Hozour -http://topfi.ios.internapcdn.net/topfi/live_1/Test/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ganje Hozoor -http://topfi.ios.internapcdn.net/topfi/live_1/Test/Test.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Garage TV -http://186.0.233.76:1935/Garage/garage.smil/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",GDNS Ludhiana -http://akalmultimedia.net:1935/gdnslive/gdns-live/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Georgia Hollywood -https://nrpus.bozztv.com/36bay2/gusa-gh/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Get TV -https://bozztv.com/teleyupp/teleup-gettv/tracks-v2a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.wikia.nocookie.net/logopedia/images/d/d6/GetTV_2016_logo.png" group-title="",GetTV -https://bozztv.com/teleyupp/teleup-gettv/playlist.m3u8 -#EXTINF:-1 tvg-id="85795d" tvg-name="GFN_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/V5CTsI0.png" group-title="",GFN TV -https://d3jxchypmk8fja.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/GFNTV-Plex/169.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Gigglemug -https://janson-gigglemug-1-us.vizio.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",GK TV -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/37 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Glamour -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuglamour/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Glewed TV -https://glewedtv-1.sinclair.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Glewed TV -https://glewedtv-3.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="00f7c3" tvg-name="Glewed.TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/aK3PMtW.png" group-title="",Glewed.TV -https://glewedtv-3.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Global Got Talent -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugottalentglobal/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Go USA (India) -https://brandusa-gousa-1-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",GoldStar TV -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/1d685c86-558d-11eb-bb6c-3ba175659de4/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",GQ -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Grand Lille TV -https://live.creacast.com/grandlilletv/smil:grandlilletv.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Grand Lille TV HD -http://str81.creacast.com/grandlilletv/high/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Grand Littoral TV -http://live.creacast.com/grandlittoral/smil:grandlittoral.smil/chunklist_b1464000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-language="" tvg-logo="https://i.imgur.com/4ZtG1Ru.png" group-title="",Gravitas Movies -https://gravitas-movies.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://gravitas-movies.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Gravitas Movies -https://gravitas-movies.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Grit -https://bozztv.com/teleyupp/teleup-grit/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Grjngo -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/a02704a8-558c-11eb-bb6c-3ba175659de4/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Groningen1 -http://59132e529e3d1.streamlock.net/Groningen1/Groningen1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",grvty -https://d37j5jg7ob6kji.cloudfront.net/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="GRVTY" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6065639a7ec4e2633f0c7d83" group-title="Sports",GRVTY -https://outsidetv-grvty-localnow.amagi.tv/localnow.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/zCIK5Ze.png" group-title="",GSTV -https://cdnlive.livecast.io/388656798579293628302251.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Gusto TV -https://d3cajslujfq92p.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Gusto TV" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6070af22969d3c01592d6563" group-title="Cooking",Gusto TV -https://gusto-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Gusto TV -https://gustotv-gustotv-1.roku.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Gusto TV -https://gustotv-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Gusto TV (India) -https://gustotv-samsung-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="HA! That's Funny" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hallmark -https://moviesphere-roku.amagi.tv/hls/amagi_hls_data_yupptvfrn-hallmark-frndlytv/CDN/768x432_2340800/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hallmark Movies & More -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg4NDg5NDNf/Hallmark-More_760x760.png" group-title="",Hallmark Movies & More -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuhallmark/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Halow Kids HD -http://echotv.online:8080/HalowTV/FSyzHfEhvb/139 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Halow Sport HD -http://echotv.online:8080/HalowTV/FSyzHfEhvb/137 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Halow Sport HD -http://halowtv.online:8080/HalowTV/FSyzHfEhvb/137 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Happy Kids -https://futuretoday-happykids-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HappyKids -https://happykids-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HappyKids -https://happykids-vizio.amagi.tv/playlist480p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HappyKids Junior -https://happykidsjunior-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Hard Knocks -https://d397e8970cd346fdac04c0af81290c3a.mediatailor.us-west-2.amazonaws.com/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/Hard-Knocks-DistroTV/109.m3u8 -#EXTINF:-1 tvg-id="2adb34" tvg-name="Hard_Knocks" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ixAkq26.png" group-title="",Hard Knocks -https://d3uyzhwvmemdyf.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HardKnocks-PLEX/121.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Harley Davidson Factory TV EN -https://hdtv.prod2.ioio.tv/broker/play/e529407a-cb61-45ce-a9ad-94f0ad5e0ad9.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Harley Davidson Garage TV EN -https://hdtv.prod2.ioio.tv/broker/play/310ea56e-50fa-4132-a64e-ec29f239469f.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/HarleyDavidsonTV_375x375.png?raw=true" group-title="",Harley Davidson Racing TV -https://hdtv.prod2.ioio.tv/broker/play/797c5c1c-160c-4c17-a149-e31a0467ab62.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Harley Davidson Racing TV EN -https://hdtv.prod2.ioio.tv/broker/play/de245a96-516c-413d-81e9-419c05bbc6a7.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Harley Davidson Rides TV EN -https://hdtv.prod2.ioio.tv/broker/play/d4b0111a-3dcb-46fb-b2bb-1c27eca5df35.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Harley Davidson TV EN -https://hdtv.prod2.ioio.tv/broker/play/cb4086ca-daba-42f5-8acf-27ee93fee0e8.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HARVEST TV USA (WW) -http://media1.lesea.com:1935/live/leseaorigin.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Haunt TV -https://haunttv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/NO7y3tt.png" group-title="",HBCU Game Day -https://nrpus.bozztv.com/36bay2/gusa-HBCU/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/us/HBO.us.png" group-title="",HBO -https://liveorigin01.hbogoasia.com:8443/origin/live/main/HBO/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="HBO Family [Asia Feed]" tvg-country="" tvg-language="" tvg-logo="" group-title="",HBO Family [Asia Feed] -https://liveorigin01.hbogoasia.com:8443/origin/live/FAMILY/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/us/HBOFamily.us.png" group-title="",HBO Family -https://liveorigin01.hbogoasia.com:8443/origin/live/main/FAMILY/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="HBO Hits [Asia Feed]" tvg-country="" tvg-language="" tvg-logo="" group-title="",HBO Hits [Asia Feed] -https://liveorigin01.hbogoasia.com:8443/origin/live/HITS/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="HBO Signature" tvg-country="" tvg-language="" tvg-logo="" group-title="",HBO Signature -https://liveorigin01.hbogoasia.com:8443/origin/live/SIG/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/DYdaxZ6.png" group-title="",HD 365 -https://netstreaming.eu:8080/hls/hd365.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HD Fashion & Lifestyle -http://95.67.47.114/hls/hdfashion_ua_hi/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HD Fashion & Lifestyle TV -http://95.67.47.114/hls/hdfashion_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HD life -http://37.193.6.155:34040/udp/239.1.9.2:1234 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HDFashion -http://95.67.47.115/hls/hdfashion_ua_hi/index.m3u8?_=1518069241 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HDL -http://89.106.234.3:80/hdl_38_39.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Helal TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/mfTccwm.png" group-title="",Helal TV -http://51.210.199.54/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HELHELOK KIDS -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/60 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HELHELOK KIDS -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/60.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Hermes TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/9vL1zZW.png" group-title="",Hermes TV -https://cdn01.yowi.tv/1H23S04G4M/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Hewad TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/RkcUtMK.jpg" group-title="",Hewad TV -http://51.210.199.58/hls/stream.m3u8 -#EXTINF:-1 tvg-id="8b7e4c" tvg-name="Hi-YAH!" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/M2aTq6d.png" group-title="",Hi-YAH! -https://linear-59.frequency.stream/dist/plex/59/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Highway Thru Hell" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hillsong Channel -http://api.new.livestream.com/accounts/27460990/events/8266909/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hip Hop Loop -https://loop-hip-hop-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",History -https://cdn1.mobiletv.bg/T10/history/history_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://divign0fdw3sv.cloudfront.net/Images/ChannelLogo/contenthub/112_144.png" group-title="",HISTORY -https://liveanevia.mncnow.id/live/eds/History/sa_dash_vmx/History.mpd -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://3dwarehouse.sketchup.com/warehouse/v1.0/publiccontent/458f4dc2-aa34-4605-b58a-edfcf49cf778" group-title="",History Channel (Best of) -https://bk7l2w4nlx53-hls-live.5centscdn.com/HISTORY/961ac1c875f5884f31bdd177365ef1e3.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Cx5V233.jpg" group-title="Music",Hits 360 HD -http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HNC Free -https://hncfree-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HNC Free -https://hncfree-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="e95ecd" tvg-name="Holly_Wire" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hollywire -https://hollywire-samsung-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/HollywoodClassics_v2_290x290.png?raw=true" group-title="",Hollywood Classics -https://vitor-hollywoodclassics-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="HomeOne TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/v0gJW1l.jpg" group-title="",HomeOne TV -https://streamer104.neterra.tv/n1tv/n1tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hometalk -https://playworksdigital-hometalk-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Honor TV -https://a.jsrdn.com/broadcast/d5b48/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hope Channel International -https://hcintlinc.mmdlive.lldns.net/hcintlinc/60f14a7fec64454e90712421a46ac6f1/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hope Channel Norge -http://media1.adventist.no:1935/live/hope1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/sjOIOkK.png" group-title="",Horizon Sports -https://a.jsrdn.com/broadcast/20dc4269f3/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Horizon TV HD -http://5.254.76.34:17070/C441/tracks-v1a1/mono.m3u8?token=kdsdkwy453wrRq29IIIo -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",HorizonTV Armenia -http://5.254.76.34:17070/C441/index.m3u8?token=kdsdkwy453wrRq29IIIo -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Horrify -https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-horrify-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Horror Machine" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Horse Shopping Channel -https://uplynkcontent.sinclairstoryline.com/channel/26c7a77fd6ed453da6846a16ad0625d9.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Jis8xic.png" group-title="",Hot Rock TV -https://nrpus.bozztv.com/36bay2/gusa-hotrock/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Hottest Loop -https://loop-hottest-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://hsn.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="1bf3fd" tvg-name="Humor_Mill" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/lYqcF1P.png" group-title="",Humor Mill -https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-PLEX/152.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ICarly Nick (Germany) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=406&deviceId=5e8b580a233dc90007f0cb9d&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ICTV -http://spacetv.in/stream/DVB2D6AE8CU/158.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Y50tmIN.png" group-title="",ID Fashion -https://idfashion.cdn-02.cosmonova.net.ua/hls/idfashion_ua_hi/index.m3u8?_=1602581479 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="German" tvg-logo="" group-title="Movies",ID HD (JKT) -http://51.77.118.216:4780/nginxlive/dexena2020/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",IDG -https://a.jsrdn.com/broadcast/529a360c04/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/ir-ifilm-4421.jpg" group-title="",IFILM CINE -https://live.presstv.com/ifilmlive/smil:ifilmtv.smil/chunklist_w408656797_b944100_slen.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ifood -https://ft-ifood-roku.amagi.tv/hls/amagi_hls_data_futuretod-ifood-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ifood -https://ifood-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://ign-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="cddd3a" tvg-name="IGN_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/PkW3s3Y.png" group-title="",IGN TV -https://ign-plex.amagi.tv/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.igreja-online.tv/img/logo.png" group-title="",Igreja Online -http://195.22.11.11:1935/igronline/igronline2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iheart Christmas -https://d35vozlor946gj.cloudfront.net/out/v1/bc83fb104a774588b1e199fd0fcf8b33/index.m3u8?streamid=4596&stationid=4596&callLetters=IHAD-FL&host=rokuchannel.appliance.us&clienttype=rokuchannel&devicename=rokuchannel&terminalid=32105&init_id=8169&iheartradioversion=1.0.0&osVersion=1.0.0&fb_broadcast=0&at=0&territory=US&dist=iheart&is_lat=1&bmodel=ROKU_BIZ_MODEL&content=45dbfab367eb5b7598310c7cf029c7d1&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=5726685e-9b1f-5101-a360-14c2bf8706db&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=iheart_media&channel_id=151908&channelStore=us -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iheart Christmas Classics -https://d39a4k19q5wb1a.cloudfront.net/out/v1/28cada5616c2443398c7de03c921e739/index.m3u8?streamid=6137&stationid=6137&callLetters=IHVA-FL&host=rokuchannel.appliance.us&clienttype=rokuchannel&devicename=rokuchannel&terminalid=32105&init_id=8169&iheartradioversion=1.0.0&osVersion=1.0.0&fb_broadcast=0&at=0&territory=US&dist=iheart&is_lat=1&bmodel=ROKU_BIZ_MODEL&content=fb2d18e2a81f541885d0e2f133da4d25&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=5726685e-9b1f-5101-a360-14c2bf8706db&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=iheart_media&channel_id=151908&channelStore=us -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iheart Christmas Country -https://d1k9eusiqcru88.cloudfront.net/out/v1/689cb2bf2f5d480aa1f37d8a595ab899/index.m3u8?streamid=4601&stationid=4601&callLetters=IHCO-FL&host=rokuchannel.appliance.us&clienttype=rokuchannel&devicename=rokuchannel&terminalid=32105&init_id=8169&iheartradioversion=1.0.0&osVersion=1.0.0&fb_broadcast=0&at=0&territory=US&dist=iheart&is_lat=1&bmodel=ROKU_BIZ_MODEL&content=80acb7809cac5051bc39dac439a33d3d&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=5726685e-9b1f-5101-a360-14c2bf8706db&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=iheart_media&channel_id=151908&channelStore=us -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iheart Christmas R&B -https://d1k802x72s3su7.cloudfront.net/out/v1/27f0e05c261242c199eee01b7b99bc87/index.m3u8?streamid=6136&stationid=6136&callLetters=IHUR-FL&host=rokuchannel.appliance.us&clienttype=rokuchannel&devicename=rokuchannel&terminalid=32105&init_id=8169&iheartradioversion=1.0.0&osVersion=1.0.0&fb_broadcast=0&at=0&territory=US&dist=iheart&is_lat=1&bmodel=ROKU_BIZ_MODEL&content=55b7a69a772f5a96b49b331b96b7c488&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=5726685e-9b1f-5101-a360-14c2bf8706db&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=iheart_media&channel_id=151908&channelStore=us -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iheart Christmas Rock -https://d1ipcy3kxm6s6d.cloudfront.net/out/v1/cdc0e2c2bfef4a1c9fa1c4f3595c0dd3/index.m3u8?streamid=6410&stationid=6410&callLetters=IHRK-FL&host=rokuchannel.appliance.us&clienttype=rokuchannel&devicename=rokuchannel&terminalid=32105&init_id=8169&iheartradioversion=1.0.0&osVersion=1.0.0&fb_broadcast=0&at=0&territory=US&dist=iheart&is_lat=1&bmodel=ROKU_BIZ_MODEL&content=192a78187148597f85ba8dafbdb3ede6&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=5726685e-9b1f-5101-a360-14c2bf8706db&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=iheart_media&channel_id=151908&channelStore=us -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",iHolyfield TV -https://simultv.s.llnwi.net/n4s4/GITV/iH/iHolyfield/interlink_3200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/R06gbuT.png" group-title="",IHTEP -https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="English" tvg-logo="https://i.imgur.com/G7hGk8y.png" group-title="",IIPC TV -https://uni10rtmp.tulix.tv/iipctv/iipctv.smil/chunklist_w1550531622_b864000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/gGhCEmJ.jpg" group-title="",ILTV -https://str81.creacast.com/iltv/high/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iman TV -https://59d39900ebfb8.streamlock.net/imantv/imantv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="IMPACT! Wrestling" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/605e13c8d9eb3e1df47db303" group-title="Sports",IMPACT! Wrestling -https://d2p372oxiwmcn1.cloudfront.net/hls/main.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ind TV USA -https://t06858-lh.akamaihd.net/i/t06858a_1@719164/index_1500000_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",India Today -https://feeds.intoday.in/aajtak/api/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",India Today EN -https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",India TV -https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Indonesia : CNBC INDONESIA -https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/chunklist_w31589757_b384000_sleng.m3u8?_=1547207286697 -#EXTINF:-1 tvg-id="" tvg-name="Info HD" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/RiZA8Yu.png" group-title="",Info HD -https://netstreaming.eu:8080/hls/InfoHd.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inshort (India) -https://inshort-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Insight TV" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c290b87761b0460464ad2" group-title="Sports",Insight TV -https://insight-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV -https://insighttv-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/InsightTV_190x190.png?raw=true" group-title="",Insight TV -https://insighttv-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV -https://insighttv-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV (Brazil) -https://insight-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV (English) -https://insighttv-eng-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV (German) -https://insighttv-ger-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV (India) -https://insighttv-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Insight TV (Mexico) -https://insighttv-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",InsightTV (Spain) -https://insighttv-spa-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",InTrouble -https://introuble-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Introuble -https://introuble-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Introuble -https://introuble-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",InTrouble (Brazil) -https://introuble-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Introuble (India) -https://introuble-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",InWild (Brazil) -https://inwild-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inwild (India) -https://inwild-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Inwonder_190x190.png?raw=true" group-title="",Inwonder -https://inwonder-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inwonder -https://inwonder-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inwonder -https://inwonder-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",InWonder (Brazil) -https://inwonder-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inwonder (English) -https://inwonder-eng-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inwonder (German) -https://inwonder-ger-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Inwonder (India) -https://inwonder-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",InWonder (Mexico) -https://inwonder-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ion Plus -https://ion-ion-plus-1.vizio.wurl.com/manifest/playlist_640x360_1000k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ion Qubo -https://ion-qubo-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iqra TV -http://wowzaprod3-lh.akamaihd.net/i/83372732_1@141298/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iqraa -http://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar1.stream.smil/chunklist_b1800000_t64NTc2cA==.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iqraa -http://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar1.stream.smil/chunklist_b1800000_t64NTc2cA==.m3u8?2177918685 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iqraa Europe -http://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar2.stream.smil/chunklist_b1800000_t64NTc2cA==.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Iqraa Int'l (KSA) [EN] -http://www.elahmad.com/tv/m3u8/dubaitv.m3u8?id=iqraa_america -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",iRead2Know -https://nrpus.bozztv.com/36bay2/gusa-iread2know/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Island Escape -https://a.jsrdn.com/broadcast/41e3e6703e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ISN -http://cpdc101-lh.akamaihd.net/i/ISNCPDCMB1_1@314337/index_1728_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Itsin TV -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/d23312f3-558c-11eb-bb6c-3ba175659de4/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQx7H4ZZVpypexXqbp7Devw9Jo8H1FMPIv4eA&usqp=CAU" group-title="",ITV PATAGONIA HD -https://unlimited1-us.dps.live/itv/itv.smil/itv/livestream1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/mpMjj7o.png" group-title="",Izmail TV -https://cdn10.live-tv.od.ua:8083/izod/izod-abr-lq/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Janam TV -https://vidcdn.vidgyor.com/janamtv-origin/liveabr/janamtv-origin/live3/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Jasmin channel 18+ HD -http://109.71.162.112:1935/live/hd.jasminchannel.stream/chunklist_w1793148297.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Jasmin TV -http://109.71.162.112:1935/live/hd.jasminchannel.stream/chunklist_w359453841.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",JIN TV HD -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/27 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",JIN TV HD -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/27.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Johnny Carson TV" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Johnny Carson TV -https://johnnycarson-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Johnny Carson TV -https://johnnycarson-zype.amagi.tv/playlistR432p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -http://d3lzjtrf5mvf3p.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg5MzMxNjNf/Journy_225x225.png" group-title="Entertainment",Journy -https://vcnovation.teleosmedia.com/linear/ovation/journy/playlist.m3u8 -#EXTINF:-1 tvg-id="4e6705" tvg-name="Journy" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/AHPHxV9.png" group-title="",Journy -https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",JRES TV ES -http://teleredmcp.com:1935/jrestv/jrestv/chunklist_w1193494329.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Judge Faith -https://judge-faith-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Juntos -https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-juntos-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Just Cooking -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/312ec944-80d4-11eb-908d-533d39655269/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Just for Laughs Gags -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokujustforlaughsgags/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Just for Laughs Gags -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziojustforlaughsgags/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",K 24 HD+ -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/40 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",K1 (Reserve2) -https://edge2.iptv.macc.com.ua/life/k1_2/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kardelen TV -http://cdn1.streamencoding.com:1935/kardelen_live/HD/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/a8yMvcV.png" group-title="Music",Karibena HD -https://cu.onliv3.com/livevd/user1_hd720/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/KartoonFunTime_209x209.png?raw=true" group-title="",Kartoon Fun Time -https://simultv.s.llnwi.net/n4s4/KartoonCircus/interlink.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kartoon Network -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokukidgenius/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kay 2 -https://dcunilive36-lh.akamaihd.net/i/dclive_1@662109/index_150_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kayhan TV -http://208.93.117.113/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kayhan TV -http://playout395.livestreamingcdn.com:1935/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.cjb.co.kr/home/images/layout/f_logo.gif" group-title="",KBC ๊ด‘์ฃผ๋ฐฉ์†ก(SBS ๅ…‰ๅทž) -http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/b7uMB9T.png" group-title="",KBS LiveCam DokDo -http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/us/KBSWorld.us.png" group-title="",KBS World -https://livecdn.fptplay.net/sdb/kbs_hls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/us/KBSWorld.us.png" group-title="",KBS World -https://livecdn.fptplay.net/sdb/kbs_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KCRT-TV -http://granicusliveus3-a.akamaihd.net/richmond/G0034_002/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.kctv.co.kr/img/index/top_logo.png" group-title="",KCTV ๊ด‘์ฃผ CH05 -http://119.77.96.184:1935/chn05/chn05/chunklist_w644291506.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KCWX -http://65.36.6.216:1935/live/kcwx.smil/chunklist_w1137540697_b350000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KET -https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ambc9le.png" group-title="",KET PBS Kids -https://2-fss-2.streamhoster.com/pl_140/amlst:200914-1298290/playlist.m3u8?DVR -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Key TV -http://media4.tripsmarter.com:1935/LiveTV/KTVHD/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/96POFOB.png" group-title="",KEY TV -https://5ed325193d4e1.streamlock.net:444/LiveTV/KTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KHABARAIN ABHI TAK -https://vidcdn.vidgyor.com/kat-origin/liveabr/kat-origin/live2/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Khabrain Abhi Tak -https://vidcdn.vidgyor.com/kat-origin/liveabr/kat-origin/live1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",khersontv -https://stream.smarthost.com.ua/hls/khersontv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Khyber Middle East TV -https://dcunilive83-lh.akamaihd.net/i/dclive_1@16122/index_150_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Khyber News TV -https://dcunilive38-lh.akamaihd.net/i/dclive_1@692677/index_150_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Kid Central" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Kid Central -https://nrpus.bozztv.com/36bay2/gusa-kidcentral/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kid Gamer TV -https://studio71-roku-us.amagi.tv/hls/amagi_hls_data_studio71A-studio71roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kidgamer TV -https://studio71-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kidoodle TV -http://kidoodletv-kdtv-3.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="196cfc" tvg-name="Kidoodle_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/aP8Wz2G.png" group-title="",Kidoodle TV -https://kidoodletv-kdtv-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kids Click (Geo) -https://usgeowall.sinclairstoryline.com/channel/1698bf57810a48c486b83d542bca298d.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/KidsClick.png" group-title="Entertainment",Kids Click TV (Geo-USA) -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="8b1169" tvg-name="KidsFlix" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ZbAVzad.png" group-title="",KidsFlix -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=50&live=1&app_bundle=com.plexapp.desktop -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kidz Bop -https://kidzbop-rokuus.amagi.tv/hls/amagi_hls_data_kidzbopAA-kidzbop-roku-us/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KINO NOVA -https://cdn1.mobiletv.bg/T3/kinonova/kinonova_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/os5b80c.jpg" group-title="",KIRO 7 (Seattle) (news feed only) -https://d3brkxnx500hx8.cloudfront.net/v1/manifest/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10090_8e38113f-0933-4706-b0c6-ae96ab12921c_LE/124adea9-222d-43fc-b08c-a1b9d98a6326/0.m3u8 -#EXTINF:-1 tvg-id="61960b" tvg-name="KMTV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/80WxTxG.png" group-title="",KMTV -https://kmtvnow-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KMTV Omaha -https://content.uplynk.com/4a09fbea28ef4f32bce095e9eae04bd8.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjU3OTE2ODhf/CitiCable_225x225.png" group-title="",KNET-CD 25.2 | Local Access -http://granicusliveus6-a.akamaihd.net/torrance/G0057_005/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kocowa Classic -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokukocowa/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KOK Fights -https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/chunklist_b6000000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KOKI FOX 23 Tulsa -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KOKI.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://cdn-radiotime-logos.tunein.com/s100993q.png" group-title="",Kon TV -https://59cba4d34b678.streamlock.net/live/kontv/chunklist_w286386544.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Kool TV HD -http://209.182.219.50:1935/roku/roku/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KRATU -http://cdn10.live-tv.od.ua:8081/kratu/kratu-abr/kratu/kratu/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/NXqO1Qa.png" group-title="",Kratu -https://cdn10.live-tv.od.ua:8083/kratu/kratu-abr-lq/kratu/kratu-sub/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",KTV HD+ -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/42 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Kweli TV -https://a.jsrdn.com/broadcast/9c897f1973/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",La 1 -http://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/index_2800_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",La 1 -https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/index_0400_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/8/87/TVE_La1_-_Logo_2008.png" group-title="",La 1 -https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/index_0400_av-b.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LA CHAINE NORMANDE -http://live.lachainenormande.fr/live/lcn/livestream/chunklist_w600527248.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",La Chaine Normande TV -http://live.lachainenormande.fr:80/live/lcn/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/JiAnDPu.png" group-title="",La Tele -https://latele.vedge.infomaniak.com/livecast/latele/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LANCELOT -http://62.210.141.18:1935/directo/lancelot.television/chunklist_w350778724.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Lancelot TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/GIldurl.jpg" group-title="",Lancelot TV -https://cdn01.yowi.tv/I7V5TFE97R/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Latido -https://latidomusic.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://vidaprimo-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Latido Music -https://vidaprimo-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Latido Music -https://vidaprimo-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.revistalatinanc.com/wp-content/uploads/2019/02/3287_LatinosncTV.jpg" group-title="",LATINOS NCTV HD 24/7 -https://live.latinosnc.tv:1443/MRR/live/chunklist_w1148701352.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Latinos:TLX -http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/chunklist_w1527043435_b1828000_sleng.m3u8?iptvgratis?Latinos.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Law & Crime -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziolawandcrime/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Law & Crime" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa2ab08c709ef26d91568c2" group-title="",Law & Crime -https://lawcrime.s.llnwi.net/h72/lawcrimech2/playlist_scte.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Law and 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="" tvg-language="" tvg-logo="https://i.imgur.com/hx58ehf.png" group-title="",Law and Crime -https://lawandcrime-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Lax Sports Network TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Lt9ZUYA.png" group-title="",Lax Sports Network TV -https://1840769862.rsc.cdn77.org/FTF/LSN_SCTE.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="",Leominster TV Educational -http://edu.leominster.tv/Edu/smil:Edu.smil/chunklist_w43731873_b1344100_sleng_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="",Leominster TV Government -http://gov.leominster.tv/Gov/smil:Gov.smil/chunklist_w1957429215_b1344100_sleng_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="",Leominster TV Public -http://gov.leominster.tv/Pub/smil:Pub.smil/chunklist_w2036537178_b1344100_sleng_t64NzIwcA==.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LeSEA Broadcasting Network (USA) -http://media1.lesea.com:1935/live/leseaorigin.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Lex TV -http://granicusliveus2-a.akamaihd.net/lfucg/G0264_002/chunklist_w831870727.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Life TV -http://59c3ec70cfde0.streamlock.net/channel_6/channel6/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Life+ -https://f-bedavagez.tcellcdn.net/LifePlus/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Lifestyle -https://bozztv.com/36bay2/gusa-lifestyle/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/qskVMhF.png" group-title="",Light Channel -http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Lionel Nation -https://nrpus.bozztv.com/36bay2/gusa-ln/index.m3u8 -#EXTINF:-1 tvg-id="250dbe" tvg-name="LIT" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/FPEisf1.png" group-title="",LIT -https://studio1-lit-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LIT -https://studio1-lit.amagi.tv/playlist360p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/AdultSwim_262x262.png?raw=true" group-title="",live stream [adult swim] -https://media.cdn.adultswim.com/streams/playlists/live-stream.primary.v2.m3u8 -#EXTINF:-1 tvg-id="6a66a7" tvg-name="Lively_Place" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Lively Place -https://aenetworks-ae-1.roku.wurl.com/manifest/2000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://aenetworks-ae-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumolivexlive/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="LN Sports" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LNKTV City -http://5tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LNKTV Education -http://80tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LNKTV Health -http://10tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="LocalNow Comedy" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Discover" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Drama" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/603ef0de115bdc7aec7b7e82" group-title="",Local Now Drama -https://linear-141.frequency.stream/dist/localnow/141/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Local Now Fireside" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Insight" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Inspiration" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6019e7e94284092f43126172" group-title="Entertainment",Local Now Inspiration -https://linear-134.frequency.stream/dist/localnow/134/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Local Now Movies of the 2000s" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Movies of the 2010s" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Music" tvg-country="" tvg-language="" 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="" tvg-name="Local Now Zen" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="Spanish" tvg-logo="https://i.imgur.com/auEJJvP.png" group-title="",Locomotion TV -http://locomotiontv.com/envivo/loco_ch/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="Spanish" tvg-logo="https://i.imgur.com/auEJJvP.png" group-title="",Locomotion TV (480p) -http://51.222.85.85:81/hls/loco/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LOGOS TV -http://68.235.60.118:1935/logoschannel.com/logostv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LOGOS TV -http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Lone Star -https://a.jsrdn.com/broadcast/5oWx2VgEmK/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzMxMzM1NzJf/LoneStar_250x250.png" group-title="",LoneStar | Channel 2 -https://lonestar-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Loomered TV -https://nrpus.bozztv.com/36bay2/gusa-loomered/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/03232021/Loupe4K_190x190.png?raw=true" group-title="",Loupe 4K -http://d2dw21aq0j0l5c.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Loupe Art" tvg-country="" 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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Love Nature Espanol -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",LSN -https://asermedia-lacrossesportsnetwork-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",M24 HD -http://79.137.106.241/live/smil:OutStream1.smil/chunklist_w575132091_b4500000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",M24 TV -https://www.m24tv.ma/live/smil:OutStream1.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",M4 TV -http://5a32c05065c79.streamlock.net:1935/live/stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="M4TV" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/m4tv.png" group-title="",M4TV -https://5a32c05065c79.streamlock.net/live/stream/chunklist_w286280757.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Maah TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/MRWFcox.jpg" group-title="",Maah TV -http://51.210.199.33/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Made in Hollywood (Australia) -https://connection3-ent-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Magellan TV -https://magellantv-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Maghreb Arabe Press -https://www.maptvnews.ma/live/smil:OutStream1.smil/chunklist_w1876499295_b4500000_sleng.m3u8?v=2545016994 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Maka TV -https://5ab29cc78f681.streamlock.net/makkahtv/livestream/chunklist_w2097348824.m3u8?v=2957056943 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",makkah -http://rt-arab.secure.footprint.net/1104_400Kb.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",makkah -http://two.alfajertv.com:8081/AlfajertvHDTwo_web/web/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Marรญa Visiรณn Mexico -https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mav TV (India) -http://mavtv-mavtvglobal-1-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://maverick-maverick-black-cinema-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Maverick Black Cinema -https://maverick-maverick-black-cinema-2.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MavTV -https://mavtv-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MavTV -https://mavtv-mavtvglobal-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mavtv (Norway) -https://mavtv-mavtvglobal-1-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MavTV Select -https://mavtv-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/KOgoXoG.png" group-title="",MCN6 Music Channel -https://d18fcxaqfnwjhj.cloudfront.net/CDN_Ingest/MCN6_MUSIC.smil/Playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ME Mendoza:Acequia โ€“ 29.1TV โ€“ Mendoza TV โ€“ ME Mendoza -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVAR0158 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mediashop TV -https://cdn1-europe.smartcast.tv/mediashop/mediashop1/chunklist_w1921464012.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/hG2k4QL.png" group-title="",Meer TV -http://593aed234297b.streamlock.net/meervandaag/meervandaag/chunklist_w733465808.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2017/10/megavision.png" group-title="",MEGAVISION CANAL 43 HD -http://stream3.prostudionetwork.com:1943/megavision/MV/chunklist_w792904637.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/EXj5xpO.jpg" group-title="",Meteoroloji TV -https://b01c02nl.mediatriple.net/videoonlylive/mtfgdbkwkjllolive/broadcast_5b1673b7c36b7.smil/chunklist_b200000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/6mmKLJq.jpg" group-title="",Metropol Region TV (Rhein-Neckar) -https://5852afe96c9bb.streamlock.net/metropolregiontv-live/_definst_/mp4:livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="MetroTV" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/metrotv.png" group-title="",MetroTV -http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mexiquense TV -https://5ca3e84a76d30.streamlock.net/mexiquense/videomexiquense/chunklist_w1045015137.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MGM HD -http://c0.cdn.trinity-tv.net/stream/uq2t763988wmx82xs37vrzrtrvaz686y22jd9gcgvgbhu88g6dntdb82kggx9zgvpvwj5wisyi5mgwwgdqzm7d6xbf7yvctwzvhsu3t57ms3wa4qxwyeuqk3ayrdwx3k2b6cdtnrydx9qa3ezqzea===.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.ytimg.com/vi/0bo4ccYfSUI/maxresdefault.jpg" group-title="",Mi MUSICA TELEVISION -https://cloudflare.streamgato.us:3901/live/radio105live.m3u8?_=1 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MICRO VISION -http://190.103.183.24:1935/live/MicroHD/media_w1864019893.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Microvision -http://190.103.183.24:1935/live/MicroHD/chunklist_w104421517.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Microvision -http://190.103.183.24:1935/live/MicroHD/chunklist_w1105794626.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/836673683997483013/9xtjWyh6.jpg" group-title="",MICROVISION -http://190.103.183.24:1935/live/MicroHD/chunklist_w1260598310.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Microvision 10 -http://190.103.183.24:1935/live/MicroHD/chunklist_w1468779956.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://1.bp.blogspot.com/-GRjYYIG6Jcg/VPm_pcZgXAI/AAAAAAAABWw/eejVgkf6t30/s1600/Microvision.png" group-title="",MICROVISION CANAL 10 HD -http://190.103.183.24:1935/live/MicroHD/chunklist_w578096294.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/p7bzHf4.png" group-title="",Micto -http://93.78.206.172:8080/stream3/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Midnight Pulp -https://midnightpulp-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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) -https://dmr-midnightpulp-3-us.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mijas 3.40 TV -https://mijas-live.flumotion.com/mijastv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Milliy -http://milliy.tv/hls/index_480.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MINBIJ TV -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/45 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/MinecraftTV_190x190.png?raw=true" group-title="",Minecraftv -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/XaXRbxj.png" group-title="",MIS Televizija -https://5afd52b55ff79.streamlock.net/MISTV/_definst_/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 - Baladas -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/6.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 - Conciertos Live -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/7.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 - Pop -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 - Retro -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/4.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 - Top 100 -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/2.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCyapaP.jpg" group-title="Music",MIX 24/7 - Tropical -http://159.69.56.148:25461/live/M3UMix247/89ph5uifoi/3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://store.playstation.com/store/api/chihiro/00_09_000/container/US/en/999/UP0181-NPUP31353_00-MLBTVPS3US000001/1579819358000/image?w=100&h=100&bg_color=000000&opacity=100&_version=00_09_000" group-title="",MLB -http://hlslive-akc-med1.media.mlb.com/ls01/mlbnetwork/NETWORK_LINEAR_1/MLBN_FAUX_LINEAR_STREAM_1_MLBN_Linear_Stream_Friday_20200612_1591985931073/1200K/1200_slide.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://store.playstation.com/store/api/chihiro/00_09_000/container/US/en/999/UP0181-NPUP31353_00-MLBTVPS3US000001/1579819358000/image?w=100&h=100&bg_color=000000&opacity=100&_version=00_09_000" group-title="",MLB HD -http://hlslive-akc-med1.media.mlb.com/ls01/mlbnetwork/NETWORK_LINEAR_2/master_wired.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSZXP7luKnB2atWBF9dbb-r4ceCj2sOxFQ0y4NqpZ2jwLOcuWq9&usqp=CAU" group-title="",MLB TV -http://hlslive-akc-med1.media.mlb.com/ls01/mlbnetwork/NETWORK_LINEAR_2/MLBN_FAUX_LINEAR_STREAM_2_MLBN_Linear_Stream_Friday_20200612_1591985931119/1800K/1800_slide.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Fr1SYxZ.png" group-title="",MM TV -https://streamer103.neterra.tv/mmtv/mmtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Fr1SYxZ.png" group-title="Music",MM TV (BG) -https://streamer103.neterra.tv/mmtv/mmtv.smil/chunklist_w1574446231_b2628000_slbul.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",MMA Junkie -https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Moldova : Publika TV HD -https://livebeta.publika.md/LIVE/P/2000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Monaco Info -https://webtvmonacoinfo.mc/live/prod_720/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/iSqYInb.png" group-title="",Monarch TV -https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Monardo Arts -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/1a71d285-8be6-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Monster Movies -https://wownow-monstermovies-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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 not geo via roku -https://moonbug-rokuus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Moovimex -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziomoovimex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Motorcyclist -https://a.jsrdn.com/broadcast/256ad9e679/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MotorTrend Italia IT -https://sbshdlu5-lh.akamaihd.net/i/sbshdl_1@810993/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MotorVision.tv -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/697b70ca-8be6-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DW -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Movie Mex -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokumoovimex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1Njg1NTFf/MovieSphere_400x400.png" group-title="",MovieSphere -https://moviesphere-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Moviesphere -https://moviesphere-roku.amagi.tv/hls/amagi_hls_data_lionsgate-moviesphere-roku-us/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Moviesphere (England) -https://moviesphereuk-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Moviesphere UK -https://moviesphereuk-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MPT -https://2-fss-2.streamhoster.com/pl_138/amlst:201814-1291584/chunklist_b600000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MSNBC -http://1111296894.rsc.cdn77.org/LS-ATL-54548-10/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mst3k -https://mst3k-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MTV -http://unilivemtveu-lh.akamaihd.net/i/mtvno_1@346424/index_1250_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MTV -https://unilivemtveu-lh.akamaihd.net/i/mtvno_1@346424/index_3500_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Multimedios Guadalajara -http://mdstrm.com/live-stream-playlist_400/5c54d38ca392a5119bb0aa0d.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Multimedios Laguna -http://mdstrm.com/live-stream-playlist_400/57bf686a61ff39e1085d43e1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ybdp3qq.png" group-title="",Mundo TV -https://59f1cbe63db89.streamlock.net:1443/mundotv/_definst_/mundotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/hWMFLTh.png" group-title="",Music Top -http://live-edge01.telecentro.net.ar/live/msctphd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Music Top -http://live-edge01.telecentro.net.ar/live/musictop.smil/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Music TOP -http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w1582140541_b364000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Music Top -http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w538311571_b364000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Music Top -http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w767435128_b2028000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Music TOP -https://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w1369951744_b2028000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",MVP TV Network -https://nrpus.bozztv.com/36bay2/gusa-mvptv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WLgD1v7.png" group-title="",MX Live (Webcam) -https://movie.mcas.jp/mcas/mx_live_2/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="MX1" tvg-country="" tvg-language="" tvg-logo="" group-title="",MX1 -https://movie.mcas.jp/mcas/mx1_2/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="MX2" tvg-country="" tvg-language="" tvg-logo="" group-title="",MX2 -https://movie.mcas.jp/mcas/mx2_2/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="My time Movies Network" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/SQInLji.png" group-title="",My time Movies Network -https://mytime-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="WCTX" tvg-country="" tvg-language="" 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="" tvg-name="Mystery Science Theater 3000" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Mytime (Spain) -https://appletree-mytimespain-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MyTime Movie Network -https://mytimeuk-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MyTime Movie Network (Brazil) -https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",MyTime Movie Network (Mexico) -https://appletree-mytime-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic-MTVTGNetwork.png?raw=true" group-title="",MyTVToGo | bspoke TV -https://bspoketv.nexustreamer.com/mytvtogo/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/9FPXcFY.jpg" group-title="",n-tv Event -https://ntvlivehls-lh.akamaihd.net/i/ntvlivehls_event1_1@409295/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Nabaa TV -http://31.14.40.237:1935/live/Nabaa/chunklist_w2118808920.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Nabaa TV -http://31.14.40.238:1935/live/Nabaa/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Namdhari -https://namdhari.tv/live/sbs1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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= -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Naturescape (Australia) -https://samsung-au.ott-channels.stingray.com/naturescape/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NBC Madison -http://cutt.ly/1tIzK8o -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NBC 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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NBC News Now -https://nbcnewshls.akamaized.net/hls/live/2011820/nnn_live1/index_750.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now -https://nbcnewshls.akamaized.net/hls/live/2011820/nnn_live1/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 1 -https://nbcnews-lh.akamaihd.net/i/nbc_live11@183427/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 2 -https://nbcnews-lh.akamaihd.net/i/nbc_live12@187393/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 3 -https://nbcnews-lh.akamaihd.net/i/nbc_live13@187394/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now Event 4 -https://nbcnews-lh.akamaihd.net/i/nbc_live14@187395/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NBC News Now HD -http://nbcnews2.akamaized.net/hls/live/723426-b/NBCNewsPlaymaker24x7Linear99a3a827-ua/VIDEO_0_6596000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now | Source 1 -https://nbcnewshls-i.akamaihd.net/hls/live/1005206/nnn_live2/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCNewsNow.png?raw=true" group-title="",NBC News Now | Source 2 -https://nbcnewshls-i.akamaihd.net/hls/live/1005206-b/nnn_live2/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NBCLX -https://lxlive-lh.akamaihd.net/i/LX_LIVE@148206/index_360P_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/NBCLX_584x584.png?raw=true" group-title="",NBCLX -https://lxlive-lh.akamaihd.net/i/LX_LIVE@148206/master.m3u8?OTATV -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NDTV 24X7 -https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/masterp_480p@3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NDTV 24x7 -https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/masterp_480p@5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NDTV India -https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/masterp_480p@3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NDTV Profit -https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/masterp_480p@3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NDTV Profit -https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/masterp_480p@5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Net TV -https://unlimited1-us.dps.live/nettv/nettv.smil/nettv/livestream1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Netzkino -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/d17de92e-5b39-11eb-908d-533d39655269/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Z5t6cCe.jpg" group-title="",New K-ID -https://b9860b21629b415987978bdbbfbc3095.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_NewKID/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",New K.ID -https://newidco-newkid-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",New Orleans TV -http://bit.ly/2N6lxn9 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",News 12 -https://lnc-news12.tubi.video/primary/5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="News 12 New York" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c57ad92cd1774a1091752" group-title="News",News 12 New York -https://livestream.chdrstatic.com/2272f9cc29d3f9e812a3b4cacbd767bf69c95a59434c3f482606a67962a0dd5e/localnow/n12nyLocalNow/news12newyork/primary/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",News 12 New York -https://lnc-news12.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="880968" tvg-name="News_12_NY" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/dimYVxp.png" group-title="",News 12 NY -https://cheddar-news12ny-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",News 18 Bangla -https://news18bangla-lh.akamaihd.net/i/n18bangla_1@2289/index_4_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",News 24 -http://tv.balkanweb.com:8081/news24/livestream/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",News 24 -https://tv.balkanweb.com/news24/livestream/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",News 24 -https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NEWS 24 -https://vidcdn.vidgyor.com/news24-origin/liveabr/news24-origin/live2/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",News 24 Balkan -http://tv.balkanweb.com/news24/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="90331d" tvg-name="Newsmax" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsmax -https://newsmax-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="NewsMax" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsmax TV -http://nmxlive.akamaized.net/hls/live/529965/Live_1/index_720.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsmax TV -https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_288.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsmax TV -https://nmxlive.akamaized.net/hls/live/529965/Live_1/index_404.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NewsNet -https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1311088/chunklist_b600000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NewsNet HD -https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1311088/chunklist_b2000000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NewsNOW from Fox -http://fox-foxnewsnow-samsungus.amagi.tv/playlist360p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Newsy" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f96bdd939905e0ce7438dd4" group-title="News",Newsy -https://547f72e6652371c3.mediapackage.us-east-1.amazonaws.com/out/v1/e3e6e29095844c4ba7d887f01e44a5ef/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Newsy_359x359.png?raw=true" group-title="",Newsy -https://content.uplynk.com/channel/1f93c13275024afb9e0ead299624073d.m3u8?ad=therokuchannel -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Newsy -https://d3ra88okaj5j4j.cloudfront.net/out/v1/e3e6e29095844c4ba7d887f01e44a5ef/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsy -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-Newsy.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsy -https://newsy-newsy-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://newsy.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Newsy -https://newsy.sinclair.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/QPWwlo4.png" group-title="",NO TV - New Orleans Television -https://5b0f5374bdf0c.streamlock.net:444/LiveTV/NOTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Noor Dubai -http://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/chunklist_b725000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Noor Dubai -http://www.elahmad.com/tv/m3u8/dubaitv.m3u8?id=noordubaitv -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NOOR DUBAI HD -http://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/chunklist_b1500000.m3u8? -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Noor Dubia -http://dmiffthvll.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/chunklist_b1500000.m3u8?3572333505 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/oeV42l0.jpg" group-title="",Noor TV -https://ls1.serverdump.com/stream3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="d11e92" tvg-name="Nosey" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/jlUuE2j.png" group-title="",Nosey -https://nosey-2.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Nosey -https://nosey-2.roku.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://nosey-2.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Nosey -https://nosey-realnosey-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Divorce Court -https://stitcheraws.unreel.me/wse-node02.powr.com/powr/ngrp:5eb1e76d1474f9020c06f9ee_all/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" 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="" tvg-name="" tvg-country="" 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 -https://stitcheraws.unreel.me/wse-node02.powr.com/powr/ngrp:5eb1e7261474f9020c06f9ec_all/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" group-title="Entertainment",nosey | Maury -https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e88458ad7801fa2cfc2e_all/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/nosey_485x485.png?raw=true" 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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://static.epg.best/hk/NowSportsPrime.hk.png" group-title="",Now Sports Prime -http://teslagram.com/live/channel_630.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Now This -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static-cdn.jtvnw.net/jtv_user_pictures/c97a53f2-ffab-4bce-8a90-7e43a47c1cab-profile_image-300x300.png" group-title="",NOX MOVIEZ -http://cdn2.envivo.win/HLS/?canal=ayetv&c=ZwNkYwR5ZF4kBGthAGp=&p=ZGH4AmV0BQL1ZD== -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",NYXT -https://api.new.livestream.com/accounts/19770665/events/5522162/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="OAN Encore" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",OAN Plus -https://cdn.herringnetwork.com/80A4DFF/oane_oregon/OAN_Encore_180p30.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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= -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Odessa Fashion -http://cdn10.live-tv.od.ua:8081/ofod/ofod240p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Odessa Fashion TV -http://cdn10.live-tv.od.ua:8081/ofod/ofod720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",OGรœN TV -https://s01.vpis.io/ogun/ogun.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Z7RBRkZ.png" group-title="",Olelo 49 -http://granicusliveus12-a.akamaihd.net/olelo/G0125_009/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Z7RBRkZ.png" group-title="",Olelo 53 -http://granicusliveus12-a.akamaihd.net/olelo/G0125_011/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Olvia -http://cdn1.live-tv.od.ua:8081/ktkod/ktkod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Omid Javedan -http://livestream.5centscdn.com/shaditv/23abe62a446fc05ce0a6c810f4045308.sdp/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="OML on Revry" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",One America (OAN) -https://oneamericanews-roku-us.amagi.tv/hls/amagi_hls_data_oneameric-oneamericanews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",One America News -https://oneamericanews-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",One America News Network -https://cdn.klowdtv.net/803B48A/oan_aws_ms/OAN_180p30.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://onegolftv.com/wp-content/uploads/2018/08/onegolf-HD-with-image-100px.png" group-title="",One Golf -http://162.250.201.58:6211/pk/ONEGOLF/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/CKnSeT7.png" group-title="",ONE GOLF -http://162.250.201.58:6211/pk/ONEGOLF/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="One HD [Indonesian Sub]" tvg-country="" tvg-language="" tvg-logo="" group-title="",One HD [Indonesian Sub] -http://210.210.155.35/session/c30d8c14-f1bc-11e8-89c0-aa35b2893d02/uq2663/h/h143/02.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",One Sports -http://103.11.112.28:1935/live2/smil:onesports.smil/chunklist_w1210079406_b628000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",One.by 4K -http://rtmp.one.by:1499 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Opoja TV -http://54627d4fc5996.streamlock.net:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Opoja TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/De7sZf6.jpg" group-title="",Opoja TV -http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Orange TV -http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/chunklist_b894100_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Orange TV -http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/chunklist_w1007974604_b894100_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",OTV -https://cdn.smartstream.video/smartstream-us/otvnewmbr/otvnewmbr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Outside TV -https://outside-tv-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Outside TV" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c1efa49020443150ee563" group-title="Sports",Outside TV -https://outsidetv-outside-localnow.amagi.tv/localnow.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Outside Tv -https://outsidetv-roku-us.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="WLVT" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="",PA | WLVT PBS Allentown -https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="WPPT" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="",PA | WPPT 39 Extra Philadelphia -https://forerunnerrtmp.livestreamingcdn.com/output18-2/output18-2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pac 12 Insider -https://pac12-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pac-12 Insider -https://pac12-roku-us.amagi.tv/playlistR432p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://us0-cdn.onlineradiobox.com/img/fblogo/4/33224.v2.png" group-title="",panama -http://rosetta.shoutca.st:8931/stream/1/ -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Panda Cam 1 -http://160.111.252.72:1935/live_edge_panda/smil:panda02_all.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Panda Cam 2 -http://160.111.252.72:1935/live_edge_panda/smil:panda03_all.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Paramount Comedy HD -http://myott.top/stream/DIPK8H19CP8/196.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Parnian TV -https://live2.parnian.tv/hls/.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Party Loop -https://loop-party-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="fa36d6" tvg-name="Party_Tyme_Karaoke" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pattrn -https://csm-e-cetubiausw2live204-01130c4edc259e208.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-Pattrn.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Pattrn" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f976cdcd40f5d6678647013" group-title="Documentary",Pattrn -https://linear-76.frequency.stream/dist/localnow/76/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Payam Javan TV -https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/chunklist_w1355976606.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",PAYAM TV HD+ -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/50 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",PAYAM TV HD+ -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/50.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Payame Afghan -http://g5nl6xx5lpq6-hls-live.5centscdn.com/live1234/2621b29e501b445fabf227b086123b70.sdp/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Payvand TV -http://uni6rtmp.tulix.tv:1935/ucur1/Payvand/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="",PBS | Maryland Public TV -https://2-fss-2.streamhoster.com/pl_138/amlst:201814-1291584/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBSWorld_972x972.png?raw=true" group-title="",PBS | World Channel -https://cs.ebmcdn.net/eastbay-live-hs-1/apt/mp4:apt-world/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are Awesome -https://dai2.xumo.com/amagi_hls_data_xumo1212A-peopleareawesome/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="4370d6" tvg-name="People_are_Awesome" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are Awesome -https://jukin-peopleareawesome-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are awesome -https://jukin-peopleareawesome-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People Are Awesome -https://jukin-peopleareawesome-2-gb.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People Are Awesome (Australia) -https://jukin-peopleareawesome-2-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are Awesome (India) -https://jukin-peopleareawesome-2-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are Awesome (Mexico) -https://jukin-peopleareawesome-2-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are Awesome (Netherlands) -https://jukin-peopleareawesome-2-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People are Awesome (Sweden) -https://jukin-peopleareawesome-2-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People TV -https://csm-e-cetubiausw2live204-0d03c1c1e1332a1c7.csm.tubi.video/csm/live/241832244.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",People TV -https://d1qaz9zojo1ayt.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="People TV" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c20f530708568031c60e2" group-title="Entertainment",People TV -https://peopletv-localnow.akamaized.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People TV -https://peopletv-oo.akamaized.net/playlist480p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People TV -https://peopletv-roku-us.akamaized.net/midroll/amagi_hls_data_peopletvA-peopletvtrc/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://peopletv-samsungus-ingest.akamaized.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",People TV HD -https://peopletv-oo.akamaized.net/playlist720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",PETRA TV -http://tt61.mine.nu/live/PetraTV/Fw99Gpq7Gq/6478.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://dominicanchannels.com/wp-content/uploads/2014/10/PHTV-300x194.jpg" group-title="",PHTV CANAL 34 -https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pilipinas HD -https://d3cbe0gidjd4k2.cloudfront.net/channel_5/smil:channel_5.smil/chunklist_w1281634943_b300000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Plant-Based Network HD -https://hls-cdn.tvstartup.net/barakyah-channel/live/pbtv/chunklist_w2143964786.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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 -https://playerstv-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Players TV -https://playerstv-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",PlayWorks -https://playworksdigital-playworks-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="5076c7" tvg-name="PlayWorks" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Playworks -https://playworksdigital-playworks-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" 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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV Demand Africa -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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=true -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV InSight -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&deviceId=5f06bc60e236570007793f31&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV InSight+ -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b73efd87eb3a2717ccde/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=f10cd89a-c878-4a4d-8b3d-f5238f421aa0&deviceId=d54bbd90-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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV InTrouble -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1005f9d5d3cf00074c0395/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=13e8959c-0584-11eb-aeab-0242ac110002&deviceId=5f1005f9d5d3cf00074c0395&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV InWonder -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1004e0a5714d000745650d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=47a36c19-0584-11eb-9b92-0242ac110002&deviceId=5f1004e0a5714d000745650d&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" 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 -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&samsung_app_domain=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.samsung.android.tvplus&samsung_app_name=Mobile%20TV%20Plus&us_privacy=1YNY -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Jr. Pluto TV -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Pluto TV -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV nick Pluto TV+ -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV nickrewind -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV PeopleTV -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV Pluto 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV TOTALLY TURTLES -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV Vevo Pop -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b635b43dd1a399b39eee/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=890&deviceId=5d93b635b43dd1a399b39eee&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV VH1 Hip Hop Family -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d71561df6f2e6d0b6493bf5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=284&deviceId=5d71561df6f2e6d0b6493bf5&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pluto TV VH1 I Love Reality -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=282&deviceId=5d7154fa8326b6ce4ec31f2e&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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" 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="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Pocketwatch -https://pocketwatch-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzAxMjUzMzRf/PopcornFlix_491x491.png" group-title="",PopcornFlix -https://d2ml5ryiu1l712.cloudfront.net/popcornflix-xumo/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Popstar! TV -http://a.jsrdn.com/broadcast/wAlxn4cs/cupertino10_360p_1000000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Popstar! TV" tvg-country="" tvg-language="" 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="" tvg-language="" tvg-logo="https://i.imgur.com/mWrqBaS.png" group-title="",PopStar! TV -https://linear-10.frequency.stream/dist/plex/10/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Popular Science -https://a.jsrdn.com/broadcast/447912f76b/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Popular TV Melilla -http://5940924978228.streamlock.net:1935/8009/8009/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Popular TV Melilla -https://5940924978228.streamlock.net/8009/8009/chunklist_w922827150.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Positiv TV -https://player-api.new.livestream.com/accounts/27460990/events/8973036/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Positiv_520x520.png?raw=true" group-title="",Positiv TV -https://player-api.new.livestream.com/accounts/27460990/events/8973036/live.m3u8?Faith -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Positiv_520x520.png?raw=true" group-title="",Positiv TV -https://player-api.new.livestream.com/accounts/27460990/events/8973036/live.m3u8?OTATV -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Power Nation -https://rtmtv-powernation-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/powernation_190x190.png?raw=true" group-title="",Power Nation -https://rtmtv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Power TV HD (ARG) -https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Premium TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/XLeth50.jpg" group-title="",Premium TV -http://premium-channel.tv:88/live/kali.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/qRp85O2.png" group-title="",Press TV -https://live.presstv.com/liveprs/smil:liveprs.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Press TV -https://live.presstv.com/liveprs/smil:liveprs/chunklist_w1027720361_b644100_slen.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Preview Channel -https://previewchannel-previewchannel-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/EhISpCd.png" group-title="",PTL TV Network -http://morningside-lh.akamaihd.net/i/jblive_1@303354/index_2008_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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 -https://pursuitup.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qello Concerts -https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioqelloconcerts/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/StingrayQello_190x190.png?raw=true" group-title="",Qello Stingray -https://samsung.ott-channels.stingray.com/qello/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Quiero TV -https://quierotvlive.tk/httplive/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://yt3.ggpht.com/ytc/AAUvwnjWETQvmSA6mHrlEoiT8LKaacZJ-IwP9GS0S00f3w=s900-c-k-c0x00ffffff-no-rj" group-title="",QUIERO TV< -https://quierotvlive.tk/httplive/playlist_playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Quietude" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Quraan Kareem -http://m.live.net.sa:1935/live/quran/gmswf.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Quran TV" tvg-country="" tvg-language="" tvg-logo="" group-title="",Quran TV -http://5b18be6964c2f.streamlock.net:1935/live/_definst_/quran/chunklist_w2066488187.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Quran TV -http://m.live.net.sa:1935/live/quran/chunklist_w232396531.m3u8?v=2957056943 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",QURAN tv -http://m.live.net.sa:1935/live/quran/chunklist_w994500087.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://qvc.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest Classic -https://qwestclassic-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest jazz -https://qwestjazz-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest Jazz (Mexico) -https://qwest-jazz-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest Mix -https://qwestmix-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest Tv Classical (India) -https://qwest-classic-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest TV Jazz & Beyond (Brazil) -https://qwest-jazz-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest TV Jazz and Beyond (India) -https://qwest-jazz-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Qwest TV mix (India) -https://qwest-mix-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",QฦBฦLฦ TV -https://qebele.tv/live/stream/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",R Plus News -https://cdn.smartstream.video/smartstream-us/rplus/rplus/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/Bloomberg_512x512.png" group-title="",RADIO Bloomberg US -https://16983.live.streamtheworld.com/WBBRAMAAC48/HLS/playlist.m3u8?sbmid=0e93127d-0abd-4433-8cb4-bcea884f53f4&ttag=device%3Aweb -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.cxtv.com.br/img/Tvs/Logo/85d0fd3f9dab2acb467c4aca607c9764.png" group-title="",Radio Extrema -https://embed.unored.tv/stream/index.php?s=unoredradio.com&p=9948&m=;stream -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Radio Javan -https://stream.rjtv.tv/live/smil:rjtv.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Radio Javan TV -http://stream.rjtv.tv/live/smil:rjtv.smil/chunklist_b2892000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Radio Javan TV -https://stream.rjtv.tv/live/smil:rjtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RADIO LA SALADA -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVAR0002 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Radio M-1 (LIT) WEB -http://m-1.data.lt/m-1/smil:m-1.smil/chunklist_b1000000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.televisiongratis.tv/components/com_televisiongratis/images/rtn-neuqun-1517.jpg" group-title="",Radio TV Neuquen -http://media.neuquen.gov.ar/rtn/television/chunklist_w1330236482.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Radio WLNG -http://wlngstudiowebcam.srfms.com:1935/wlngstudiowebcam/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rainbow Ruby -https://dai2.xumo.com/amagi_hls_data_xumo1212A-roku-rainbow-ruby/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Denmark) -https://rakuten-action-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Netherland) -https://rakuten-action-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Norway) -https://rakuten-action-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action (Sweden) -https://rakuten-action-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action Movies 1 -https://rakuten-actionmovies-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action Movies 2 -https://rakuten-actionmovies-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Action Movies 3 -https://rakuten-actionmovies-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Denmark) -https://rakuten-comedy-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Finland) -https://rakuten-comedy-12-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Netherlands) -https://rakuten-comedy-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Norway) -https://rakuten-comedy-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy (Sweden) -https://rakuten-comedy-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 1 -https://rakuten-comedymovies-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 2 -https://rakuten-comedymovies-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 3 -https://rakuten-comedymovies-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 6 -https://rakuten-comedymovies-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Comedy Movies 7 -https://rakuten-comedymovies-7-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Denmark) -https://rakuten-documentaries-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Finland) -https://rakuten-documentaries-12-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (France) -https://rakuten-documentaries-7-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Italy) -https://rakuten-documentaries-6-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Netherland) -https://rakuten-documentaries-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Norway) -https://rakuten-documentaries-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Documentaries (Sweden) -https://rakuten-documentaries-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Denmark) -https://rakuten-drama-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Finland) -https://rakuten-drama-12-fi.samsung.wurl.com/manifest//playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Netherlands) -https://rakuten-drama-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Norway) -https://rakuten-drama-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Drama (Sweden) -https://rakuten-drama-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Denmark) -https://rakuten-family-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Finland) -https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Netherlands) -https://rakuten-family-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Norway) -https://rakuten-family-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Family (Sweden) -https://rakuten-family-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Denmark) -https://rakuten-spotlight-10-dk.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Finland) -https://rakuten-spotlight-12-fi.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Netherlands) -https://rakuten-spotlight-8-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Norway) -https://rakuten-spotlight-11-no.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight (Sweden) -https://rakuten-spotlight-9-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 1 -https://rakuten-spotlight-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 2 -https://rakuten-spotlight-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 3 -https://rakuten-spotlight-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 6 -https://rakuten-spotlight-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Spotlight 7 -https://rakuten-spotlight-7-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 1 -https://rakuten-topfree-1-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 2 -https://rakuten-topfree-2-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 3 -https://rakuten-topfree-3-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 6 -https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten Top Free 7 -https://rakuten-topfree-7-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 1 -https://rakuten-tvshows-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 2 -https://rakuten-tvshows-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 3 -https://rakuten-tvshows-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 6 -https://rakuten-tvshows-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rakuten TV Shows 7 -https://rakuten-tvshows-7-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Ready Set Action -https://nrpus.bozztv.com/36bay2/gusa-readysetaction/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-language="" tvg-logo="https://i.imgur.com/z8O4Dl6.png" group-title="",Real Families -https://lds-realfamilies-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Real Families (Australia) -https://lds-realfamilies-samsunguau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Real Family TV -https://nrpus.bozztv.com/36bay2/gusa-realfamily/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Real Hip-Hop" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/6046e2c8de76bc26a2350f31" group-title="Music",Real Hip-Hop -https://linear-62.frequency.stream/dist/localnow/62/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="2d8819" tvg-name="Real_Nosey" tvg-country="" tvg-language="" 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="a0cbe9" tvg-name="Real_Stories" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/J6dpNiD.png" group-title="",Real Stories -https://lds-realstories-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Real Truth Crime -https://endemol-reeltruthcrime-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Real Vision -https://a.jsrdn.com/broadcast/2a755012a8/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Reality Mashup -https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/AETV/OBS12/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Record News (Brazil) -https://rede-muhler-recordnews-1-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ICcQUCH.png" group-title="",Red Apple 21 - Fairfax County Public Schools - Virginia -https://cs.ebmcdn.net/eastbay-live-hs-1/fcps/mp4:fcps/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Red Bull TV -http://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_6660.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Red Bull TV -https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_1660.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://logos-download.com/wp-content/uploads/2016/09/Red_Bull_TV_logo.png" group-title="Entertainment",Red Bull TV -https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_3360.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Red Bull TV -https://rbmn-live.akamaized.net/hls/live/590964/BoRB-AT/master_928.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/0ydrMIj.png" group-title="",Red Bull TV -https://rbmn-live.akamaized.net/hls/live/622817/BoRB-US/master_928.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.mewatch.sg/image/11230416/16x9/947/533/25177e0a801178d5b705f85f42655107/sh/red-by-hbo.png" group-title="",Red by HBO -https://liveorigin01.hbogoasia.com:8443/origin/live/main/RED/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RedBox Battery Pop -http://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RedBox Comedy -https://comedy-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-comedy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Redbox Free Movies -https://spotlight-rokuus.amagi.tv/hls/amagi_hls_data_redboxAAA-spotlight-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RedBox Kabillion -http://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RedBox Rush -https://rush-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-rush/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RedBox Spotlight -https://spotlight-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-spotlight/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox TV | CONtv -https://contv-redbox-us-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox TV | Docurama -https://docurama-redbox-us-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox TV | Redbox 2 -https://comedy-redbox.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Am.'s Test Kitchen -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | American Classics -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Architectural Digest -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Baeble -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Battery Pop -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Black News Channel -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Bloomberg -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Bon Appetit -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | CBC News -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Cheddar -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Chive TV -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Circle -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Classic Rock -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayclassicrock/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Classic Rock -https://xumo-redbox.ott-channels.stingray.com/101/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Complex -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxcomplex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | CONtv -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcontv/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Docurama -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxdocurama/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Fail Army -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfailarmy/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | FamilyFeud -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfamilyfeud/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Filmhub -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmhub/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Food 52 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Greatest Hits -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraygreatesthits/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Greatest Hits -https://xumo-redbox.ott-channels.stingray.com/155/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Hit List -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhitlist/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Hit List -https://xumo-redbox.ott-channels.stingray.com/107/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Hot Country -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Hot Country -https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Journy -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxjourny/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Just For Laughs Gags -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxjustforlaughsgags/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | kabillion -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Naturescape -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraynaturescape/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Naturescape -https://lg.ott-channels.stingray.com/naturescape/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | PAC 12 -https://pac12-redbox.amagi.tv/hls/amagi_hls_data_pac-12AAA-pac12-redbox/CDN/playlist.m3u8?deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | pocketwatch -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | real nosey -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxrealnosey/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Redbox 1 -https://spotlight-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-spotlight/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Redbox 2 -https://comedy-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-comedy/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Redbox 3 -https://rush-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-rush/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Reelz Channel -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxreelzchannel/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Samuel Goldwyn -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsamuelgoldwyn/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Shout! Factory TV -https://shoutfactory-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-shoutfactorytv/CDN/playlist.m3u8?p=Redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Showtime at the Apollo -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxshowtimeattheapollo/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | So Yummy! -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Soul Storm -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraysoulstorm/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Soul Storm -https://xumo-redbox.ott-channels.stingray.com/134/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | The Archive -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxthearchive/CDN/playlist.m3u8??p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | The Bob Ross Channel -https://bobross-xumous-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | The Bob Ross Channel -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbobross/CDN/playlist.m3u8?p=redbox&subp=&is_lat=&device_id=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | The Design Network -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows/amagi_hls_data_xumo1212A-redboxthedesignnetwork/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | the pet collective -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpetcollective/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | TMZ -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Toon Goggles -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | Voyager Docs -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",Redbox | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Redseat The first -https://redseat-thefirst-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Reelz -http://a.jsrdn.com/broadcast/d37066a396/+0000/mid/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Reelz -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokureelzchannel/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/AdultSwim_262x262.png?raw=true" group-title="",Relaxing Fish -https://media.cdn.adultswim.com/streams/playlists/fishcam.backup.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Relaxing Rain -https://a.jsrdn.com/broadcast/76381deeda/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nb0Ckyw.png" group-title="",Relevation TV -https://rtv.cdn.mangomolo.com/rtv/smil:rtv.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Renome -http://85.238.112.40:8810/hls_sec/online/list-renome.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Report TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ac4Hfui.jpg" group-title="",Report TV -http://51.195.88.12:4050/live/reportmobpp3/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/PvI2PCX.png" group-title="",Republic TV -https://weblive.republicworld.com/liveorigin/republictv/master_hdlive_360p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Restore -https://endemol-restore-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Retro Music Television -http://bit.ly/2m3sY3Y -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/i0rZsgG.png" group-title="Music",Retro Plus 2 HD -https://59f1cbe63db89.streamlock.net:1443/retroplussenal2/_definst_/retroplussenal2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/i0rZsgG.png" group-title="Music",Retro Plus HD -https://59f1cbe63db89.streamlock.net:1443/retroplustv/_definst_/retroplustv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://tvretropalmares.com/img/logo.png" group-title="",RETRO TV PALMARES -http://tvretropalmares.com:8090/hls/envivo.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RetroCrush -https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RetroCrush_576x576.png?raw=true" group-title="",RetroCrush TV -https://digitalmediarights-retrocrush-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Reuters -https://32ce4aad1eed49b1ba2999fb68d119c8.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Plex_ReutersNow/678e78de-ad71-4747-936a-55da37f68898/6.m3u8 -#EXTINF:-1 tvg-id="26751f" tvg-name="Reuters_Now" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/UbkKdJL.png" group-title="",Reuters Now -https://reuters-reutersnow-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/VUlZlJe.jpg" group-title="",Reuters TV (EU) -https://reuters-reuters-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Revelation TV -http://rtv.cdn.mangomolo.com/rtv/smil:rtv.stream.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="Revry" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81016d98cab623846a4f3" group-title="Entertainment",Revry -https://linear-43.frequency.stream/dist/localnow/43/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Revry -https://linear-45.frequency.stream/dist/roku/45/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="b29065" tvg-name="Revry" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/5a3aMth.png" group-title="",Revry -https://linear-5.frequency.stream/dist/plex/5/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Revry -https://revry-revry-3-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="Revry News" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc81131e591a036585913e9" group-title="News",Revry News -https://linear-44.frequency.stream/dist/localnow/44/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="d6d8eb" tvg-name="Revry_News" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/AdIThwq.png" group-title="",Revry News -https://linear-44.frequency.stream/dist/plex/44/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Revry News -https://revry-revrynews-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",REVRY Queer 247 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ric TV -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/a6241a03-8be6-11eb-a7de-bacfe1f83627/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rifftrax -https://rifftrax-2.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ring BG -https://cdn1.mobiletv.bg/T3/ringbghd/ringbghd_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RingOfHonor_400x400.png?raw=true" group-title="",Ring of Honor Wrestling -https://stadium-ringofhonor-1.sinclair.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ROJAVA TV -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/55 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ROJAVA TV -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/55.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | ABC News -https://abcnewslive.akamaized.net/amagi_hls_data_roku-host-abc/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | AmericaTeve (SP) -https://americateve-rokuus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Black News Channel -https://bnc-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Bloody Disgusting (1) -https://bloodydisgusting-ingest-roku-us.cinedigm.com/playlist.m3u8?Roku1 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Bloody Disgusting (2) -https://bloodydisgusting-ingest-roku-us.cinedigm.com/playlist.m3u8?Roku2 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Bloomberg QuickTake -https://bloomberg-quicktake-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Cheddar -https://cheddar-cheddar-3.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Cine Sureno -https://olympusamagi.pc.cdn.bitgravity.com/CineSureno-roku/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Cocoro -https://coco-samsung.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | CONtv Anime -https://contvanime-roku-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Dove Channel -https://dovenow-roku-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Estrella News -https://estrellanews-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Estrella TV -https://estrellatv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Euronews | ES -https://euronews-euronews-spanish-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Family Feud -https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokufamilyfeud/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | FilmRise Cooking (1) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecooking/CDN/playlist.m3u8?p=roku&rdid=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&coppa=false&is_lat=1&is_roku_lat=1&content_type=livefeed&content=385e1e1953f4512aacd8ffc73b76cc32&genre=ROKU_ADS_CONTENT_GENRE&platform=web&content_rating=ROKU_ADS_CONTENT_RATING&channel_id=ROKU_CHANNEL_ID&bmodel=bm1&studio_id=filmrise&channelStore=us&tags=ROKU_CONTENT_TAGS?Roku1 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | FilmRise Cooking (2) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecooking/CDN/playlist.m3u8?p=roku&rdid=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&coppa=false&is_lat=1&is_roku_lat=1&content_type=livefeed&content=385e1e1953f4512aacd8ffc73b76cc32&genre=ROKU_ADS_CONTENT_GENRE&platform=web&content_rating=ROKU_ADS_CONTENT_RATING&channel_id=ROKU_CHANNEL_ID&bmodel=bm1&studio_id=filmrise&channelStore=us&tags=ROKU_CONTENT_TAGS?Roku2 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Fireman Sam -https://dai2.xumo.com/xumocdn/p=roku&rdid=ba755927-be4b-5494-9fc5-831a2be230ce&coppa=true&is_roku_lat=1&platform=web&content=a00c105ace6a51b291823a9bced29e2e&genre=ROKU_ADS_CONTENT_GENRE&content_type=livefeed&content_rating=ROKU_ADS_CONTENT_RATING&channelStore=us&bmodel=bm1&tags=ROKU_CONTENT_TAGS&studio_id=wildbrain&pod_min=OTT_POD_MIN&pod_max=OTT_POD_MAX&pod_ads=OTT_POD_ADS&is_lat=1&channel_id=151908/amagi_hls_data_xumo1212A-rokufiremansam/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Global Got Talent -https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokugottalentglobal/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | HappyKids.tv -https://happykids-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Hi-YAH! -https://linear-59.frequency.stream/dist/roku/59/hls/master/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Horrify -https://olympusamagi.pc.cdn.bitgravity.com/Horrify-roku/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | iFood.tv -https://ft-ifood-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Juntos -https://olympusamagi.pc.cdn.bitgravity.com/Juntos-roku/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Ketchup TV -https://vod365-ketchuptv-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Made in Hollywood -https://connection3-ent.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Moviesphere -https://moviesphere-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | MST3K -https://mst3k-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | MyTime -https://mytime-roku-ingest.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | NBC News Now -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunbcnewsnow/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | nosey -https://nosey-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Now This -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Pac-12: Pac-12 Insider -https://pac12-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Players.tv -https://playerstv-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | real nosey -https://nosey-realnosey-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Reuters Now -https://reuters-reutersnow-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | RunTime Espanol -https://runtime-espanol-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Samuel Goldwyn Channel -https://samuelgoldwyn-films-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Samuel Goldwyn Classics -https://samuelgoldwyn-classic-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Sony Canal Comedias -https://sony-comedias-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Sony Canal Novelas -https://sony-novelas-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Sony Competencias -https://sony-competencias-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Tastemade En Espanol -https://tastemade-es8intl-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | The Carol Burnett Show -https://carolburnett-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | The Craftistry -https://studio71-craftistry-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Top Cine -https://olympusamagi.pc.cdn.bitgravity.com/TopCine-roku/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Unbeaten -https://unbeaten-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | USA Today -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuusatodaynews/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | VENN -https://venntv-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | WeatherSpy -https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | WhistleTV -https://whistletv-roku-ingest.cinedigm.com/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | xplore -https://xplore-roku.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="",Roku | Yahoo! Finance -https://yahoo-roku-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Roku | Yo Gabba Gabba -https://dai2.xumo.com/xumocdn/p=roku&rdid=ba755927-be4b-5494-9fc5-831a2be230ce&coppa=true&is_roku_lat=1&platform=web&content=cb1fd62048065a46bb57d1ccd52c14df&genre=ROKU_ADS_CONTENT_GENRE&content_type=livefeed&content_rating=ROKU_ADS_CONTENT_RATING&channelStore=us&bmodel=bm1&tags=ROKU_CONTENT_TAGS&studio_id=wildbrain&pod_min=OTT_POD_MIN&pod_max=OTT_POD_MAX&pod_ads=OTT_POD_ADS&is_lat=1&channel_id=151908/amagi_hls_data_xumo1212A-rokuyogabagaba/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/oo3Dre9.png" group-title="",Romance -https://cca515f696634820833689103bb04704.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f89af26264e201f49eec999/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Romantique" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ZqHWb40.png" group-title="",RON TV (18:00 - 18:30) -https://ron-i.akamaihd.net/hls/live/523496/ron/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RONAHรŽ TV -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/26.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Rope2Rope -https://nrpus.bozztv.com/36bay2/gusa-rope2rope/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RPIN -https://videony.rhsj520.com/20190907/RPIN-026/1500kb/hls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTCG Montenegro -http://rtcg3.videostreaming.rs:1935/rtcg/smil:rtcg.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTG TV -http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/841/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTL -https://cdn1.mobiletv.bg/T5/rtl/rtl_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/i7245OO.png" group-title="",RTL West (18:00 - 18:30) -https://rtl_west-i.akamaihd.net/hls/live/656246/rtlwest/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTN Neuquรฉn -http://media.neuquen.gov.ar/rtn/television/chunklist_w2042779766.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTV Rwanda -http://197.243.19.131:1935/rtv/rtv/chunklist_w2093872577.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="Kinyarwanda" tvg-logo="http://www.rba.co.rw/IMG/rtv_logo.png" group-title="",RTV Rwanda -https://1600706787.rsc.cdn77.org/1600706787/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTV Vida Espaรฑa -https://vidartv2.todostreaming.es/live/radiovida-emisiontvhd.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTVE -http://hlsliveamdgl8-lh.akamaihd.net/i/hlsdvrlive_1@583030/index_1500_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTVi 14 -http://rr2.1ott.net/~109f4bfdc9d6686f40d0f1d46bd8f01b00d/124 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RTร‰ News Irlanda EN -https://live.rte.ie/live/a/channel3/news.isml/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="IQ" tvg-language="" tvg-logo="https://i.imgur.com/5ZQ4GTu.jpg" group-title="",Rudaw TV -https://svs.itworkscdn.net/rudawlive/rudawlive.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Runtime (Brazil) -https://runtimebrazil-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Runtime (Mexico) -https://runtimemx-samsungmx.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Runtime (Spain) -https://runtime-espana-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Runtime (Spain) -https://runtimeespana-samsungspain.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="d05fd3" tvg-name="Runtime_Espaรฑol" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/0Wdnqym.png" group-title="",Runtime Espaรฑol -https://ammo-espanol-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Runtime_120x120.png?raw=true" group-title="",RunTime Free Movies -https://ammoruntime-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",RunTime Free Movies -https://ammoruntime-plex.amagi.tv/playlistR432p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="729a35" tvg-name="Rush_by_AMC" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/x64jw3W.png" group-title="",Rush by AMC -https://amc-rushbyamc-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rush Street -https://rushstreet-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="bcc88e" tvg-name="Ryan_and_Friends" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ryan and Friends -https://pocketwatch-ryanandfriends-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Rร›DAW HD+ -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/34.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",SABAN TV -http://145.239.37.125:20458/sabantv3/sabantv3/chunklist_w603026520.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",SABC 3 -http://154.72.21.249/hdmi -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",SADA TV -http://cdn12.henico.net:8080/live/sadatv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/7ewYJ4Y.jpg" group-title="",Sal Televisiรณn -https://www.tdtchannels.com/stream/saltv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Samuel Goldwyn Classics -https://samuelgoldwyn-classic-roku.amagi.tv/hls/amagi_hls_data_samuelgol-sgclassics-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="RCN" tvg-country="" tvg-language="" tvg-logo="https://i0.wp.com/telemascr.com/wp-content/uploads/2020/10/LOGO-WEB.png?fit=277%2C149&ssl=1" group-title="",SAN RAFAEL.TV HD LINE -https://cp.sradiotv.com:1936/8064/8064/chunklist_w642039581.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.tvsantacruzcr.net/img/logotvsc.png" group-title="",SANTA CRUZTV -https://rtmp.info/tvsantacruz/envivo/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Santa Marโˆšโ‰ a TV -http://www.trimi.com.ar/santa_maria/streaming/mystreamSantaMariaHSMed.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Santhora Short Film" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/0Pq7fdJ.jpg" group-title="",Santhora Short Film -http://rtmp.santhoratv.zecast.net/santhora/santhorashortfilm/chunklist_w342316663.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sariyer TV -http://s01.vpis.io/sariyer/sariyer.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Satran๏ฟฝ TV -http://139.162.182.79/live/test/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/aUVVsSq.png" group-title="",SciFi -https://7f6c646754a74e90b9afad0ed13b1e32.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f89af5a39cfef1f2542d365/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Screendreams -https://content.uplynk.com/channel/3e4b9cada2b74cf18977298804134a36.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",SEA TV -http://203.176.130.123:8989/live/seatv_480k.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/vtI89AA.png" group-title="",Severka TV -http://88.212.7.11/live/test_severka_web_player/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/yujGVbm.png" group-title="",Sevilla FC TV -https://open.http.mp.streamamg.com/p/3001314/sp/300131400/playManifest/entryId/0_ye0b8tc0/format/applehttp/protocol/https/uiConfId/30026292/a.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",SEX -http://9c67d51b.akadatel.com/iptv/NAQ9GGSU4ACX5N/6196/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",sex -http://9c67d51b.akadatel.com/iptv/NAQ9GGSU4ACX5N/6220/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Sharo" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/2nxSMHi.jpg" group-title="",Sharo -http://51.210.199.50/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Shemaroo Kids -https://livechannel.shemaroome.com/linearplayout/kids-linear-channel/chunklist_1280x720_cf.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Shop LC" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Shout Factory -https://shout-factory.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Shout! Factory TV" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9acd864964ba19ff258252" group-title="",Shout! Factory TV -https://shoutfactory-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/ShoutFactoryTV_300x300.png?raw=true" group-title="",Shout! Factory TVf -https://shoutfactory-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ShoutFactory TV -https://shoutfactory-shoutfactory-zype.amagi.tv/playlistR432p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Sightline" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Sim Si TV -https://nrpus.bozztv.com/36bay2/gusa-simsitv/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/wr0CN1l.png" group-title="",SK 1 -https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr-lq/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Skills + Thrills -https://aenetworks-skills-thrills-1.plex.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/kFJ3Qa4.png" group-title="",Skills + Thrills Channel 1 -https://aenetworks-skills-thrills-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Skrypin -http://kiev1-cdn.lanet.tv/live/1008.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="SL 1" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/n9cuM2W.jpg" group-title="",SL 1 -http://51.210.199.3/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="SL 2" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/BVuUx5R.jpg" group-title="",SL 2 -http://51.210.199.2/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",SlapTech -https://nrpus.bozztv.com/36bay2/gusa-slaptech/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Slightly Off -https://amc-slightly-off-by-amc-1.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="ccc7e7" tvg-name="Slightly_Off_by_IFC" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Smart Lifestyle TV -https://t01587-lh.akamaihd.net/i/t01587SmartLifeStyle_1@692079/index_1200_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/UyIkHU3.png" group-title="",Smart Lifestyle TV -https://t01587-lh.akamaihd.net/i/t01587SmartLifeStyle_1@692079/index_1200_av-p.m3u8?sd=10&set-akamai-hls-revision=5&rebase=on -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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?Faith -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRK3YfvIjxnZGIS9FPa6q4Hv-7vpgzJURGfihFdKEuzug99Ens&s" group-title="",SMO TV -http://186.15.50.30:8080/hls/smotv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",So Real -https://soreal-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="So Real" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fa0a1d994163b4d276cb845" group-title="Lifestyle",So... Real -https://soreal-localnow.cinedigm.com/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sofy TV -https://sofytv-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sofy TV (Italy) -https://sofytv-samsungit.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sofy TV (Spain) -https://sofytv-samsunges.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i2.wp.com/www.soltelevision.com/wp-content/uploads/2018/08/soltvUSA.jpg?fit=200%2C200&ssl=1" group-title="",SOL TELEVISION -https://5b3196ff6fa3b.streamlock.net/soltv/ngrp:soltv_all/playlist.m3u8?DVR&PlaylistM3UCL -#EXTINF:-1 tvg-id="" tvg-name="Solh TV" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sonus FM Alemania -http://www.sonus.fm:1935/public/stream_source/playlist.m3u8 -#EXTINF:-1 tvg-id="cfe905" tvg-name="Sony_Canal_Comedias" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/JRphPgG.png" group-title="",Sony Canal Comedias -https://sony-comedias-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Sony_Canal_Comedias_190x190.png?raw=true" group-title="",Sony Canal Comedias -https://sony-comedias-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="01a354" tvg-name="Sony_Canal_Competencias" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/QxS0atE.png" group-title="",Sony Canal Competencias -https://sony-competencias-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Sony_Canal_Competencias_190x190.png?raw=true" group-title="",Sony Canal Competencias -https://sony-competencias-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="a10fe6" tvg-name="Sony_Canal_Novelas" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/h3gtf9g.png" group-title="",Sony Canal Novelas -https://sony-novelas-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/all-channels/10062020/Sony_Canal_Novelas_190x190.png?raw=true" group-title="",Sony Canal Novelas -https://sony-novelas-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sony Comedia -https://sony-comedias-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sony Competencias -https://sony-competencias-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sony Novelas -https://sony-novelas-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sophia TV -https://www.onairport.live/sophiatv-it-live/livestream_low/chunklist_w217998957.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",SPECTRE -https://goo.gl/3KGMLf -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Spiegel TV -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/9fb2c956-80d5-11eb-908d-533d39655269/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/jR24flK.png" group-title="Music",Spirit TV -https://cdnlive.myspirit.tv/LS-ATL-43240-2/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",SPORT TV Plus -https://nrpus.bozztv.com/36bay2/gusa-sporttvplus/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sportoutdoor.tv (Italy) -https://gto2000-sportoutdoortv-1-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sportsgrid -https://sportsgrid-klowdtv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/07072020/SportsGrid_190x190.png?raw=true" group-title="",SportsGrid -https://sportsgrid-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Sportsgrid -https://sportsgrid-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Spot On News -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/f310a1a8-558c-11eb-bb6c-3ba175659de4/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Spotlight -https://spotlight-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ST Santa Fe:5RTv โ€“ CTV โ€“ Recreo โ€“ ST Santa Fe -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVAR0193 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stadium -https://stadium.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://stadium.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",STAR HD -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/69 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",STAR HD -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/69.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",STERK TV HD -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/24.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stingray Ambience -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziostingrayambiance/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stingray Karaoke (Australia) -https://samsung-au.ott-channels.stingray.com/karaoke/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stingray Karaoke (Sweden) -https://stingray-karaoke-3-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stingray Karoke (Netherland) -https://stingray-karaoke-4-nl.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stingray Naturescape -https://samsung-mx.ott-channels.stingray.com/naturescape/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Stirr News 24/7 -https://dai.google.com/linear/hls/event/8hUeiLMpTm-YNqk7kadUwA/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Studio C -https://a.jsrdn.com/broadcast/d5b46/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://serenotv.com/wp-content/uploads/2020/10/Canal-stv-en-vivo.jpg" group-title="",STV EL CAMAL FAMILIAR -http://tiquiciatv.com:1935/stv/web/chunklist_w915494086.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Subrang TV -https://cdn20.liveonlineservices.com/hls/subrang.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ZjgtzL1.png" group-title="",Sunburn TV -https://vcndstv.teleosmedia.com/stream/dstv/sunburn/seglist_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Live-TV_Blue.png?raw=true" group-title="",SUPER -https://viacomitalytest-lh.akamaihd.net/i/sbshdlive_1@357018/index_800_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Super Simple Songs -https://janson-supersimplesongs-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Supertoons -https://kedoo-supertoonstv-1-gb.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/804016687108521985/L4G3JMvc_400x400.jpg" group-title="",SUR.TV TELEVISION ITAPUA HD -https://edge7-ccast-sl.cvattv.com.ar/live/c5eds/SUR_TV_C4/verimatrix_rotating_FTA/SUR_TV_C4-video=530000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Suram -https://5b3050bb1b2d8.streamlock.net/suramtv/suramtv/chunklist_w1875220129.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Suram TV -https://5b3050bb1b2d8.streamlock.net/suramtv/suramtv/chunklist_w1810740705.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://1091-surfnowtv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="SurvivorNetTV" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Suvarna News 24/7 -https://vidcdn.vidgyor.com/suvarna-origin/liveabr/suvarna-origin/live1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Swamiji TV -http://stream.swamiji.tv/YogaIPTV/smil:YogaStream.smil/chunklist_w1606422831_b400000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Switch -https://nrpus.bozztv.com/36bay2/gusa-switch/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Sword and Shield -https://a.jsrdn.com/broadcast/9e63a1b236/+0000/c.m3u8?Entertainment -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Sword and Shield -https://a.jsrdn.com/broadcast/9e63a1b236/+0000/c.m3u8?NonFiction -#EXTINF:-1 tvg-id="" tvg-name="SYRI TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/cjgfqxP.jpg" group-title="",SYRI TV -http://51.195.88.12:4050/live/syritvmob/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Syria News -http://www.elahmad.com/tv/m3u8/syriatv.m3u8?id=syria_news -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Syrian TV -https://svs.itworkscdn.net/syriatvlive/syriatv.smil/syriatvpublish/syriatv/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tankee -https://playworksdigital-tankee-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tankee Gaming -https://playworksdigital-tankee-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="8fad60" tvg-name="Tastemade" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/8s6aRwv.png" group-title="",Tastemade -https://tastemade-freetv16min-plex.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://tastemade.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade -https://tastemadees16intl-brightcove.amagi.tv/hls/amagi_hls_data_tastemade-tastemade-es16intl-brightcove/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade -https://tastemadessai.akamaized.net/amagi_hls_data_tastemade-tastemade/CDN/512x288_875600/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade (Brazil) -https://tastemade-pt16intl-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade (India) -https://tastemadeintaus-smindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TasteMade (Mexico) -https://tastemadees16intl-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://tastemade-es16tm-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade Espanol -https://tastemade-es8intl-roku.amagi.tv/hls/amagi_hls_data_tastemade-tastemade-es8intl-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade Espanol -https://tastemadees16intl-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade International -https://tastemade-intl-vizioca.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade International (Australia) -https://tmint-aus-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tastemade Travel -https://tastemadetravel-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/TBD.png" group-title="Entertainment",TBD Channel -http://content.uplynk.com/channel/1831163f97674328ad9f4b4814ed39c5.m3u8?tc=1&exp=1614631202&rn=614441536&ct=c&cid=1831163f97674328ad9f4b4814ed39c5&ad=comet&ad.adUnit=%2FTBD%2FLivestream_midroll&ad._debug=TBDNET_ssai_livestream_midroll&ad.ad_rule=1&ad.pmad=12&ad.output=xml_vmap1&sig=5d194a4e4c5a4d59023d6a39a2ba5ba82dcd817b615e9f82115c41d9b26ffd0a -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TBN Asia -http://210.210.155.35/qwr9ew/s/s39/02.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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?Faith -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.tbs.seoul.kr/common/images/gnb/logo.png" group-title="",TBS -http://tbs.hscdn.com/tbstvweb/tbstv/chunklist_w1331473189.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS0XRxX9IhpJdBoV0UZNy1vSZAI-YRkewjeA1Jbp7VUIUFgGRpM" group-title="",TC TELECIBAO HD -http://cm.hostlagarto.com:8081/Telecibao/Telecibao/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TC TV Ecuador -https://mdstrm.com/live-stream-playlist/5fdd14e2ae4dcc06ebf7546e.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://d172ao1khilsti.cloudfront.net/tcsgo-mediafiles/a434da38-fc94-467f-b3e2-11e0e021631a.jpg" group-title="",TCS CANAL 2 -https://secure-video.tcsgo.com/tcshd/index480p30_20200822T210827.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TDAmeritradeNetwork_284x284.png?raw=true" group-title="",TD Ameritrade Network | Sc.2 -https://tdameritrade-distro.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TDAmeritradeNetwork_284x284.png?raw=true" group-title="",TD Ameritrade Network | Web -https://content.uplynk.com/channel/f9aafa1f132e40af9b9e7238bc18d128.m3u8?tc=1&rn=1456123471&cid=f9aafa1f132e40af9b9e7238bc18d128&exp=1627391092&ct=c&sig=d07d2e8b152f04591061e77b3273fb0a6d82659b508349ba96f72d1a902695e9 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="Spanish" tvg-logo="" group-title="",TDC -https://5d305ce2c243a.streamlock.net/tdconline/tdconline/chunklist_w249799893.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/jIV6sAS.png" group-title="",TEF -https://cdn01.yowi.tv/36MLCJRAR2/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://serenotv.com/wp-content/uploads/2020/10/Canal-12-telecanal-republica-dominicana-en-vivo.jpg" group-title="",TELE CANAL 12 HD -https://cdn4.hostlagarto.com:8081/static/telecanal12/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tele Haiti -http://66.175.238.147:1935/live/myStream/chunklist_w1749202216.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://mastelevisioncr.com/wp-content/uploads/2020/08/WhatsApp-Image-2020-08-02-at-12.42.47-300x300.jpeg" group-title="",TELE SISTEMA CANAL 9 -http://k4.usastreams.com/ARBtv/ARBtv/chunklist_w209792194.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/998322332992061441/-5x2rRt8_400x400.jpg" group-title="",TELE SUR.TV.HD -https://d2ajt1gpdtnw25.cloudfront.net/mbliveMain/480p/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TeleCaribe Deportes 2 -http://telecaribe-deportes.gcdn.anvato.net/hls/live/telecaribedeporteshd2/1296k/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Teleceiba Canal 7 -http://bit.ly/2NLhkKX -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TeleCibao -https://cm.hostlagarto.com:4445/Telecibao/Telecibao/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Teleimpacto -http://190.122.96.188:8888/http/013 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Teleislas -http://vbox2.cehis.net/live-teleislas/_definst_/mp4:teleislas/chunklist_w1846604063.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telemax -http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telemax -https://live-edge01.telecentro.net.ar/live/tlxhd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2017/10/Telemax-Argentina-en-vivo-Online.png" group-title="",TELEMAX HD -http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/chunklist_w1527043435_b1828000_sleng.m3u8?iptvgratis? -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telemicro 5 -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVDO0005&mode=12 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telemundo Full HD -http://6bc79edb.ulkakak.pw/iptv/CHPLNSPSC3DXKY/1080/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQezVfVamzd08ywLqOjqVqfOtEL-ZyphG2b0w&usqp=CAU" group-title="",TELEMUNDO HD MEX -https://wmaqlive-f.akamaihd.net/i/wmaqb1_1@24420/index_1286_av-p.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/bwp5lST.png" group-title="Music",TeleMusica HD -https://5b464b69d264e.streamlock.net/Channels_live/ngrp:telemusica_all/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/iO6qmgY.png" group-title="",TELERED TELEVISION HD -http://k4.usastreams.com/ARBtv/teleplus/chunklist_w1653213454.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Teleritmo -http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TELERITMO -http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8?tecnotv.info?.m3u -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TeleSafor -http://video.telesafor.com/hls/video_high.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TeleSafor -http://video.telesafor.com/hls/video_low.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telestar 1 -http://193.34.109.10:8090 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TELESUR -http://d2ajt1gpdtnw25.cloudfront.net:80/mbliveMain/hd/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TELESUR -https://d2ajt1gpdtnw25.cloudfront.net/mbliveMain/hd/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TeleSUR -https://d7g1ebft2592.cloudfront.net/mblivev3/360p/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Teletubbies -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuteletubbies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIgMORTmDFYoZ568zWDgjQ-hkmEHYDVGTFCw&usqp=CAU" group-title="",TELEVIDA HD -https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Televisa News Mexico -https://stnothds-lh.akamaihd.net/i/sslf0r0tvnus_1@109755/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Televisiรณn de Guinea Ecuatorial -http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/chunklist_w2108596902_b1500000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telewizja Toruล„ -http://217.173.176.107:1935/live/ngrp:tvk.stream_mobile/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telpin HD -https://wowza.telpin.com.ar:1935/telpintv/smil:ttv.stream.smil/chunklist_w2137420998_b1344100_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Telpin TV HD (ARG) -https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tennis Channel HD -https://tennischannel-intl-samsung-uk.amagi.tv/playlist720_p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://tennischanneleverywhere.com/resources/assets/tennischanneleverywhere/images/logos/tcplus-logo-1x-01.png" group-title="",Tennis Channel+ 2 -https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f/g.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/xEGCX1f.png" group-title="",Tesas TV -https://jola.live:16200/tesastv.m3u8 -#EXTINF:-1 tvg-id="2737bf" tvg-name="TG_Junior" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/cZ4pGmk.png" group-title="",TG Junior -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TG Junior -https://tg-junior.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Thanthi TV -https://vidcdn.vidgyor.com/thanthi-origin/liveabr/thanthi-origin/live1/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Thanthi TV -https://vidcdn.vidgyor.com/thanthi-origin/liveabr/thanthi-origin/live2/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg0MDgzNDBf/TheArchive_300x300.png" group-title="",The Archive | Source 2 -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74&app_name=plex -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg0MDgzNDBf/TheArchive_300x300.png" group-title="",The Archive | Webstream -https://stream.ads.ottera.tv/playlist.m3u8?network_id=93&app_store_url=https%3A%2F%2Fwww.thearchive.tv -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="",The Asylum -http://asylum-stirr.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Asylum -https://dai2.xumo.com/amagi_hls_data_xumo1212A-theasylum/CDN/768x432_1200000/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM5NTU2NjFf/TheAsylum_NEW_939x939.png" group-title="",The Asylum | Channel 1 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-theasylum/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/FamilyFeud_755x755.png?raw=true" group-title="",The Best of 'Family Feud' -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufamilyfeud/CDN/playlist.m3u8?p=roku -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/ndD8tcp.png" group-title="",The Boat Show -https://vitor-theboatshow-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="6ba244" tvg-name="The_Boat_Show" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/xVpV3v3.png" group-title="",The Boat Show -https://vitor-theboatshow-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/55vA85a.png" group-title="",The Boat Show TV -https://a.jsrdn.com/broadcast/256ccf645e/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Bob Ross Channel -https://bobross-us-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-roku-bobross/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Bob Ross Channel -https://cinedigm-bobross-1.vizio.wurl.com/manifest/39d7b421c0fd490a786834b9ff51319a.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-language="" tvg-logo="https://i.imgur.com/LoUGscj.png" group-title="",The Design Network -https://thedesignnetwork-tdn-5.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Design Network -https://thedesignnetwork-tdn-6-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Film Detective -https://filmdetective-plex.amagi.tv/amRdirect/us_privacy=1---&did=3f68a808-1437-5e57-9eaf-7a12279d9462&dnt=0&X-Plex-Token=nkPyxTGm41qFS7TFC9Yh&channelId=5eea605674085f0040ddc7a3/hls/amagi_hls_data_plexAAAAA-filmdetective-plex/CDN/1280x720_3256000/chunklist.m3u8 -#EXTINF:-1 tvg-id="f0b442" tvg-name="The_Film_Detective" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",The Film Detective HD -https://a.jsrdn.com/broadcast/9Kl3dcb5l/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/nCB6LNt.png" group-title="",The Film Detective TV -https://a.jsrdn.com/broadcast/9Kl3dcb5l/indexfd_640x360.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="The First" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fc953ab6426646dbd7347b4" group-title="News",The First -https://redseat-thefirst-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The First -https://thefirst-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The First TV -https://redseat-thefirst-glewedtv.amagi.tv/index360p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The First TV HD -https://thefirst-distroscale.amagi.tv/index1080p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",The Humor Mill -https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-DistroTV/152.m3u8 -#EXTINF:-1 tvg-id="271309" tvg-name="The_Love_Destination" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/eXBQfaP.png" group-title="",The Love Destination -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=43 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Love Destination -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=43&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=5eea605674085f0040ddc7a9&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=0&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Official LEGO Channel -https://legochannel-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/03XLqNz.png" group-title="",The Outdoor Cooking Channel -http://edge1.tikilive.com:1935/unrestricted_tikilive/25947/amlst:NWKlw6jwyXpz/chunklist_w981409619_b1105254.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective -https://dai2.xumo.com/amagi_hls_data_xumo1212A-petcollective/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://the-pet-collective-linear.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective -https://the-pet-collective-linear.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective -https://the-pet-collective-linear.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="b2455c" tvg-name="The_Pet_Collective" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Mk28uUy.png" group-title="",The Pet Collective -https://the-pet-collective-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Australia) -https://the-pet-collective-international-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Brazil) -https://the-pet-collective-international-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Canada) -https://the-pet-collective-international-ca.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (England) -https://the-pet-collective-international-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (India) -https://the-pet-collective-international-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Italy) -https://the-pet-collective-international-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Mexico) -https://the-pet-collective-international-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective (Spain) -https://the-pet-collective-international-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective International -https://the-pet-collective-international-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The Pet Collective International (Sweden) -https://the-pet-collective-international-se.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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 -https://previewchannel-previewchannel-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/0mvGibX.jpg" group-title="",The Rockville Channel -http://granicusliveus12-a.akamaihd.net/rockvillemd/G0458_001/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",The Syndicate -https://nrpus.bozztv.com/36bay2/gusa-thesyndicate/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",The T -https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f/f.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TennisChannelPlus_244x244.png?raw=true" group-title="",The Tennis Channel | Plus 1 -https://playoutengine.sinclairstoryline.com/playout/f2f8b269-dd85-4434-bdd3-b3a64ca9cd60.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TennisChannelPlus_244x244.png?raw=true" group-title="",The Tennis Channel | Plus 2 -https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",The Titanic Channel -https://a.jsrdn.com/broadcast/e6bdcb5ae9/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",THE Voice -https://cdn1.mobiletv.bg/T3/thevoice/thevoice_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",THGL -http://113.161.25.3:8134/hls/gialaitv/gialaitv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",This Old House -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziothisoldhouse/CDN/640x360_440000/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",This Old House -https://thisoldhouse-2.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Thrill -http://45.126.83.51/qwr9ew/s/s34/02.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://console.celestialtiger.com/images/upload/1f6e441382a388940977fd9e165178c42fe0c193.png" group-title="",Thrill -https://liveanevia.mncnow.id/live/eds/Thrill/sa_dash_vmx/Thrill.mpd -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://yt3.ggpht.com/-k5QO6YHdanw/AAAAAAAAAAI/AAAAAAAAAAA/UTcqO9gj0z0/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" group-title="",TICAVISION CANAL 54 HD -http://k3.usastreams.com:1935/HBTV/HBTV/chunklist_w1925475212.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tierra Mรญa -http://live-edge01.telecentro.net.ar/live/smil:trm.smil/chunklist_w318427641_b1864000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tierramia TV -https://live-edge01.telecentro.net.ar/live/smil:trm.smil/chunklist_w68879463_b1864000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Tierwelt Live -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/0768a975-80d4-11eb-908d-533d39655269/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Time Line (Australia) -https://lds-timeline-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="955337" tvg-name="Timeline" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/J8qVUjM.png" group-title="",Timeline -https://lds-timeline-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TLC Tรผrkiye -https://pa9agxjg.rocketcdn.com/tlctv.smil/chunklist.ltur.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://telesol.tv/wp-content/uploads/2020/06/LOGO-FINAL-TELESOL-2020.png" group-title="",TLS HD -https://cnnsanjuan.com:9999/live/telesol/woplay/telesoludp2_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TLX -http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/chunklist_w1527043435_b1828000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TMZ -http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1234A-tmz/CDN/640x360_440000/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TMZ -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TMZ -https://dai2.xumo.com/amagi_hls_data_xumo1234A-tmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="e62198" tvg-name="Toon_Goggles" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/4eiwCLK.png" group-title="",Toon Goggles -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Toon Goggles -https://toon-goggles-samsung.vizio.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Toon Goggles -https://toon-goggles-samsung.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Toon Googles -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36&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=5f123330eca6a20040b328e8&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=1&us_privacy=1--- -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Top Cine -https://olympusamagi.amagi.tv/hls/amagi_hls_data_olympusat-topcine-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/576378177/logo_toplatino_radio_200x200_400x400.png" group-title="",TOP LATINO RADIO PERU -http://online.radiodifusion.net:8028/stream/1/ -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/G1oaOXY.gif" group-title="Music",Top Music -http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/chunklist_w1038427347_b2028000_sleng.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Top Stories by Newsy -http://content.uplynk.com/channel/04cce35dcd994bbc82d61805ae67a65f.m3u8 -#EXTINF:-1 tvg-id="abdec0" tvg-name="Top_Stories_by_Newsy" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/SpH5ink.png" group-title="",Top Stories by Newsy -https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TOPRAK TV -https://59cba4d34b678.streamlock.net/canlitv/topraktv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Torba TV -https://59cba4d34b678.streamlock.net/canlitv/torbatv/iptvdelisi.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TOTAL TV -http://rtmp.smartstream.video/totaltv/totaltv/chunklist_w333449690.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Trace Sport Stars (Australia) -https://lightning-tracesport-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Trace Urban (Australia) -https://lightning-traceurban-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Tranquil Thunderstorms -https://a.jsrdn.com/broadcast/18b42f9aef/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Transmedia TV Morelia -http://streamingcws20.com:1935/tmtv/videotmtv/chunklist_w1798696550.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Travel -https://cdn1.mobiletv.bg/T5/travel_channel/travel_channel_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Travel Guide TV -http://cdn10.live-tv.od.ua:8081/leonovtv/test-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Travel XP -https://travelxp-travelxp-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Trece TV -https://play.cdn.enetres.net/091DB7AFBD77442B9BA2F141DCC182F5021/021/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TRK 555 -http://trk555.tv:8888/live -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/3LSDHHJ.png" group-title="",Trofey -https://5db1ab4f970be.streamlock.net/live/smil:trofey.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.wixstatic.com/media/27077f_bfe471027b974b23a7890f43b2dcee79~mv2.png/v1/fill/w_215,h_215,al_c,q_80,usm_0.66_1.00_0.01/27077f_bfe471027b974b23a7890f43b2dcee79~mv2.webp" group-title="",TU MEJOR TELEVISION HD -http://media.profesionalhosting.com:1935/8175/8175/chunklist_w1849997651.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJdSZ4FJHSHJ7_1Nhrva1lJBN-0eLUZtF1kQ&usqp=CAU" group-title="",TU MUSICA-HD -https://cloudflare.streamgato.us:3901/live/radio105live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",Tubi | Black News Network -https://lnc-black-news.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",Tubi | CBC News Highlights -https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",Tubi | Estrella News | SP -https://csm-e-eb.csm.tubi.video/csm/live/247083838.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjQ0OTQ3NTlf/Tubi_LiveNews_840x840.png" group-title="",Tubi | People TV -https://lnc-people-tv.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="TULALIP" tvg-name="TULALIP TV" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Turistik TV Mexico -https://5fa5de1a545ae.streamlock.net/turistik/turistik/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TURKAY TV HD -https://video-cdn.angelthump.com/hls/turkay/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://1.bp.blogspot.com/-VXDoeMHwMLw/WBpNaCXApNI/AAAAAAAAExI/bzBQm20dob02pUcB-wstiNKLNVjdrJ1iwCK4B/s1600/megatv.jpgMega" group-title="",TV Araquipa HD -https://cp.sradiotv.com:1936/Stream/Stream/chunklist_w1781267028.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://image.roku.com/developer_channels/prod/d3de398e682d6958762def3914cb211c8f062e8b24df9a2d95d5bfc0aa4b80c0.png" group-title="",TV CLASSICS -https://vitor-tvclassics-1.plex.wurl.com/manifest/4300.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV Direct 13 -http://edge1.tvdirect13.com/live/smil:mystream.smil/playlist_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV Direct 13 -https://edge1.tvdirect13.com/live/playlist_720p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV Dom -http://78.26.128.21:1234 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://ya.co.ve/3VJ" group-title="",TV LATINA CANAL 42 HD -https://master.tucableip.com/live/tvlatinamontero/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV Mozambique -http://196.28.226.121:1935/live/smil:Channel1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV10 Kล‘bรกnya televรญziรณja -http://78.46.196.104:1935/live/tv10/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV1000 ะ ัƒััะบะพะต ะšะธะฝะพ -http://live-ng-01.more.tv/hls/TV1000_Russian_Kino_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV3 [Backup] -http://live8.cdn.iptv8k.org:80/review_stream/tv3kbmm21/i.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/QCKNWMJ.jpg" group-title="",TV3 Catalunya -https://directes-tv-int.ccma.cat/int/ngrp:tv3_web/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV3CAT -https://directes-tv-int.ccma.cat/int/ngrp:tvi_web/playlist_DVR.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV5 (ะ—ะฐะฟะพั€ะพะถัŒะต) -https://hls.cdn.ua/tv5.zp.ua_live/mp4:tv5/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV5 (ะ—ะฐะฟะพั€ั–ะถะถั) -http://hls.cdn.ua/tv5.zp.ua_live/mp4:tv5/chunklist_w898856001.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="TV5 Monde Europe" tvg-country="" 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="" tvg-name="TV5 Monde Info" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV5MONDE -http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/v3plusinfo247hls_1_4.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV5Monde Francia FR -https://tv5infohls-i.akamaihd.net/hls/live/631613/tv5infohls/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TV5Monde Style -http://45.126.83.51/uq2663/h/h01/02.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://i0.wp.com/quizho.com/wp-content/uploads/2019/08/t%C3%A9l%C3%A9chargement-42.jpg" group-title="",TV7 Colmar -http://tv7.hdr-tv.com:1935/live/tv7/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVDK -http://80.94.54.11:1935/live/dolnykubin1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVG -http://europa-crtvg.flumotion.com/crtvg/europa_med/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVG Amรฉrica -http://america-crtvg.flumotion.com/crtvg/america_high/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVG Momento -http://momentog-crtvg.flumotion.com:80/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVG Xabarin -http://infantil-crtvg.flumotion.com/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.tvgelive.gq/images/logo-dark.png" group-title="",TVGE -http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="Spanish" tvg-logo="https://i.imgur.com/mt3YmuP.png" group-title="",TVGE Int -http://rtmp.ott.mx1.com/tvge1/tvge1multi.smil/master.m3u8?fluxustv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",tvideonews -https://59f2354c05961.streamlock.net:1443/tvideonews/_definst_/tvideonews/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVK -http://203.176.130.123:8989/live/tvk_480k.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVK Camboya -https://livefta.malimarcdn.com/tvkedge/tvk2.stream/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVK Camboya -https://livefta.malimarcdn.com/tvkedge/tvkhd.stream/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVKopernikus 1 -http://212.200.102.3:5000/rtp/239.0.0.1:5000 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVL -https://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://tvm.com.sv/wp-content/uploads/2020/02/TVM2.png" group-title="",TVM -http://168.227.22.18:1935/tvm/tvm.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://3.bp.blogspot.com/-e1scDLqFQd8/Vx4ithci-rI/AAAAAAAACYk/Qds1kNnpYT8WnBgoJnx7jnS197He2QLngCLcB/s1600/logo-tvn.png" group-title="",TVN HD -https://bcovlive-a.akamaihd.net/2f670e324b9b46bba7582e919ed90924/us-east-1/6058004209001/profile_0/chunklist_dvr.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.asiantvawards.com/wp-content/uploads/2017/08/tvN-movie-logo-no-tagline.jpg" group-title="",tvN Movies -https://liveanevia.mncnow.id/live/eds/tvNMovies/sa_dash_vmx/tvNMovies.mpd -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://4.bp.blogspot.com/_PA68cewAaDE/SrL9JZsSKOI/AAAAAAAAAO4/y7ALTlrRpoE/s320/TVO.jpg" group-title="",TVO CANAL 23 HD -http://168.227.22.18:1935/live/eior48nr/playlist.m3u8 -#EXTINF:-1 tvg-id="d9d103" tvg-name="TVS Bazaar of All Nation" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1OTgzODJf/WatchYourTV_NEW_256x256.png" group-title="",TVS Bazaar of All Nations -https://nrpus.bozztv.com/36bay2/gusa-tvsbazaar/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/950878950149914624/1UJUmn-2.jpg" group-title="",TVS CANAL 22 DE TODOS -http://cm.hostlagarto.com:8081/Tvstv/TvstvHD.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="3bc4e8" tvg-name="TVS Consumer Direct" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1OTgzODJf/WatchYourTV_NEW_256x256.png" group-title="",TVS Consumer Direct -https://nrpus.bozztv.com/36bay2/gusa-ConsumerDirect/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1OTgzODJf/WatchYourTV_NEW_256x256.png" group-title="",TVS Opus Network -https://nrpus.bozztv.com/36bay2/gusa-tvsmusic/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1OTgzODJf/WatchYourTV_NEW_256x256.png" group-title="",TVS Talk Network -https://nrpus.bozztv.com/36bay2/gusa-TVStalk/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVS Television Network -http://nrpus.bozztv.com/36bay2/gusa-tvstn/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TVshop -http://59c3ec70cfde0.streamlock.net/channel_1/channel1/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/SrRxU67.png" group-title="",TVW -https://wowzaprod13-i.akamaihd.net/hls/live/254985/29c28f19/persisTarget_9375922947_TVWAIR_247_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",TYT Network -https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/768x432_1531200/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/WCjP4Wk.jpg" group-title="",TรฉbรฉSud -https://edge-live-ger1.ovstream.com/hls/10/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",UA TV (Reserve2) -http://95.67.106.242:80/hls/ua-tv_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",UFC ะขะ’ HD -http://live-ng-01.more.tv/hls/UFC/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",UN Web -https://bcliveunivsecure-lh.akamaihd.net/i/un150_A1_1@575439/index_828_av-p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://webtv.un.org/assets/img/header-logo.gif" group-title="",UN Web TV -https://bcliveunivsecure-lh.akamaihd.net/i/un150_A1_1@575439/index_1328_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",UN3 -http://www.radiosargentina.com.ar/php/tvm3u.php?id=LVAR0064 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Unbeaten -https://unbeaten-roku.amagi.tv/hls/amagi_hls_data_inverleig-unbeaten-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Unbeaten -https://unbeaten-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Unearth (Spain) -https://alchimie-unearth-3-es.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Unicanal Paraguay -http://45.55.127.106/live/unicanal_mid.m3u8 -#EXTINF:-1 tvg-id="423652" tvg-name="Unidentified" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/tn6OfLI.png" group-title="",Unidentified -https://studio1091-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-unindentifiedtv-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Unidentified TV -https://a.jsrdn.com/broadcast/4hhfi556/indexR404p.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Unidentified TV -https://a.jsrdn.com/broadcast/4hhfi556/indexR404p.m3u8?NonFiction -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Unidentivied -https://studio1091-plex.amagi.tv/amRdirect/us_privacy=1---&did=3f68a808-1437-5e57-9eaf-7a12279d9462&dnt=0&X-Plex-Token=nkPyxTGm41qFS7TFC9Yh&channelId=5eea605374085f0040ddc764/hls/amagi_hls_data_plexAAAAA-unindentifiedtv-plex/CDN/1920x1080_5055600/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tv-plus/us-channel-lineup/Unidentified_190x190.png?raw=true" group-title="",Unindentified -https://dy308let2w5g5.cloudfront.net/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/RReDi1C.png" group-title="",UNO PLAY -https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/live-300/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Uno TV -https://ooyalahd2-f.akamaihd.net/i/UnoTV01_delivery@122640/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",US | Vida Mejor TV -https://uni10rtmp.tulix.tv/bettervida/bettervida.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",USA CA | Fighting Spirit -https://a.jsrdn.com/broadcast/47cff5378f/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Usa Today -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuusatodaynews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",USA Today -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziousatoday/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",USA Today Sportswire -https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziousatodaysportswire/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",USA | BUZZR -https://a.jsrdn.com/broadcast/ds80weh4/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",USA | NewsMax TV -https://nmxdistro.akamaized.net/hls/live/529965/Live_1/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",USA | Newsy Top Stories -https://content.uplynk.com/channel/387c33ce09da4de699668c0c7d1244a8.m3u8?ad=distrotv -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",USA | Reelz -https://a.jsrdn.com/broadcast/d37066a396/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",V2BEAT -https://abr.de1se01.v2beat.live/live/live6/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vaanavil TV -http://live.wmncdn.net/vaanaviltv/live.stream/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRcU_LQBmWLeJhke90-up8f9j6fCIEHaCmg5A&usqp=CAU" group-title="",VALLEVISION CANAL 10 HD -http://190.103.183.24:1935/Vallevision/ValleHD/chunklist_w1921252657.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vanity Fair -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvanityfair/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vastmanlands TV -http://83.140.64.214/edge/_lo9yf4l5_/lo9yf4l5/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ve Plus -http://190.122.96.187:8888/http/006 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vega Baja TV -http://185.29.68.24/tvb.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",VENN -https://d80z5qf1qyhbf.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VENN_552x552.png?raw=true" group-title="",VENN -https://venntv-distrotv.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="VENN" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f9c298487761b0460464ad3" group-title="Entertainment",VENN -https://venntv-localnow.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="c648ce" tvg-name="VENN" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/RINxuUC.png" group-title="",VENN -https://venntv-plex.amagi.tv/hls/amagi_hls_data_venntvAAA-venntv-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Venn TV -https://venntv-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Venn TV (England) -https://venntv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",venntv -https://venntv-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Ventdelnord TV -http://ventdelnord.tv:8080/hls/directe.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Very Alabama -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WVTM.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Veteran's Success TV -https://nrpus.bozztv.com/36bay2/gusa-veteransuccess/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -https://5dcc69bb1621dc5de50b1db7-s-1.ssai.zype.com/5dcc69bb1621dc5de50b1db7-s-1/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vevo Pop (England) -https://5f3491c50b093e00015a3c4c-samsung.eu.ssai.zype.com/5f3491c50b093e00015a3c4c_samsung_eu/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Viasat Explore -http://live-ng-01.more.tv/hls/Viasat_Explore_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Viasat History -http://live-ng-01.more.tv/hls/Viasat_History_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Viasat History HD -http://hls.trinity-tv.net/stream/35ezf2h3bj9357zqtaq7ct8jk38ukffg6jyn6n36m6pj5wtybv5g4ygdrxmrxcgnr34vvn82nqy8gmwpvpr5nwcfxk8vnwshhny3nxnfk8n8dcmqf57k9ddxe5gu8d6md5fqqfty463494yyxngkq===.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Viasat Nature -http://live-ng-01.more.tv/hls/Viasat_Nature_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Viasat Sport -http://live-ng-01.more.tv/hls/Viasat_Sport_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Viasat Sport HD -http://c0.cdn.trinity-tv.net/stream/nwsjexhdi7k5xs2ckauzm7k5v759gbqrz2gw6gwnxtfgkfmemfjcgbnfx44954seezpt9z3gvu7u7xze8my57y7yddkqsutzqk6yne3xf5idpv4yemchyerpvzrg39keuym7vtgmanusygj54xx39ess3i======.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VictorValleyMovies_229x229.png?raw=true" group-title="",Victor Valley TV-3 | Movies -https://2-fss-1.streamhoster.com/pl_122/201794-1414514-1/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/l1oc3ER.png" group-title="Music",Video Tour Channel HD -http://k4.usastreams.com/videotour/videotour/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vintage Music TV EN -https://storage.viewtvgroup.com/vintagetv/GeneSimmonsNickyHornePresents/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",VIP Comedy -http://live-ng-01.more.tv/hls/ViP_Comedy_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",VIP Megahit -http://live-ng-01.more.tv/hls/ViP_Megahit_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",VIP Premiere -http://live-ng-01.more.tv/hls/ViP_Premiere_HD/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/FXAqELU.jpg" group-title="",Vitebsk Telekanal -https://flu.vtv.by/tvt-non-by/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://static.epg.best/hk/ViuTV96.hk.png" group-title="",ViuTV -http://61.238.6.49:8000/bysid/99 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/ViuTVsix-logo.svg/1280px-ViuTVsix-logo.svg.png" group-title="",ViuTVsix -http://61.238.6.49:8000/bysid/96 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://viaoccitanie.tv/fileadmin/via_main/img/logos/viaOccitanie-header.png" group-title="",Viร  Occitanie -https://streamer01.myvideoplace.tv/streamer02/hls/MDS_VIA_PAD_301117_medium/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="",VOD Anytime Fireplace -https://cloudfront.tubi.video/5070a3d2-0be3-4f38-a440-7385d3821aef/u1xvps5h/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="",VOD FAMILY Jack Frost -https://cloudfront.tubi.video/bd17f7cd-a624-4747-91d0-3d8b8149c265/ftxmihnp/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="",VOD FAMILY The Snowman -https://cloudfront.tubi.video/02b58b24-30a8-4344-a7c6-993b69bb4e8b/rpbclk3m/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Generic_Christmas_715x715.png?raw=true" group-title="",VOD TV Fireplace Holiday Ed. -https://cloudfront.tubi.video/efb1aca3-3525-468c-8e4b-8daa32e61c9b/g1zp7d0j/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vogue -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvogue/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://doutico.com/wpimages/wp5533b116.gif" group-title="",VOiCE OVER radio tv -https://voiceovercr-zikoxweb.radioca.st/; -#EXTINF:-1 tvg-id="" tvg-name="VOX1 TVG" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/OFuIRFI.jpg" group-title="",VOX1 TVG -http://51.210.199.8/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="VOX2 TVG" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/DN5wvFg.jpg" group-title="",VOX2 TVG -http://51.210.199.9/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Voyager Documentaries -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Voyager Documentaries -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvoyagerdocumentaries/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/VSiN_400x400.png?raw=true" group-title="",VSiN | Webstream -https://stream.rcncdn.com/live/vsinproxy.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",VTV -http://vtvstreaming.myvnc.com:1935/vtvlive/vmedia/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Vuemme -https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WABI 5 - Bangor - Maine -https://ad-playlistserver.aws.syncbak.com/playlist/13613390/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdyYXkyMDE2MDgyOSJ9.eyJtaWQiOjEzNjEzMzkwLCJtZDUiOiI2Y2M5MzczYjIxZWIwNzQ4ZDA0YTRlYzYyMjU2YjBhMiIsImlhdCI6MTQ5NzM4MTU5NywiaXNzIjoiU3luY2JhayIsInN1YiI6IkdyYXkifQ.qJPiMCbnGjAn9wgPrGjVl3M9Xfc4CVSyoZTZ5OH-1jo -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Waidwerk Free -https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/0fd49386-558d-11eb-bb6c-3ba175659de4/0/master.m3u8?uid=749544ec3d9a45d48c600d03cac91dfd&optout=0&vendor=philips&country=DE -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.dialog.lk/dialogdocroot/content/images/channel-highlights/waku-waku-large.png" group-title="",WakuWaku Japan -https://liveanevia.mncnow.id/live/eds/WakuWakuJapan/sa_dash_vmx/WakuWakuJapan.mpd -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WATAN-E-MAA -http://cdn24.live247stream.com/watanemaa/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WATC_390x390.png?raw=true" group-title="",WATC-57 Atlanta -https://uni01rtmp.tulix.tv/watc57/watc57/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WATC_390x390.png?raw=true" group-title="",WATC-57 Atlanta -https://uni01rtmp.tulix.tv/watc57/watc57/playlist.m3u8?Faith -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WATC_390x390.png?raw=true" group-title="",WATC-57 Too | Classic TV -https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WATC_390x390.png?raw=true" group-title="",WATC-57 Too | Classic TV -https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8?Faith -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://s3-us-west-2.amazonaws.com/klowdtvstorage/herring/images/channels/watchitKid/logo_small.png" group-title="",Watch It Kid -http://content-ausw2.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/DAhbkLv.png" group-title="",Watch it Kid -https://content.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Watch it Scream ! -https://content.uplynk.com/channel/29aff31fecb848ab9044369db2d61642.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Waypoint TV -https://waypointtv-samsung.plex.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="224f8a" tvg-name="Waypoint_TV" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/6r2YHtv.png" group-title="",Waypoint TV -https://waypointtv-samsung.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WCTX -https://bozztv.com/teleyupp/e5CGxWp8iU/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Weather Channel -https://weather-lh.akamaihd.net/i/twc_1@92006/index_2400_av-b.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Weather Gone Viral" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Weather Spy -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Weather Spy (Australia) -https://jukin-weatherspy-2-au.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/SAZF1cq.jpg" group-title="",Weather Spy (UK) -https://jukin-weatherspy-2-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WeatherNews -http://movie.mcas.jp/mcas/smil:wn1.smil/chunklist_b1800000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Weatherspy -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="d27f65" tvg-name="WeatherSpy" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/77cliq4.png" group-title="",WeatherSpy -https://jukin-weatherspy-1.plex.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WeatherSpy -https://jukin-weatherspy-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WeatherSpy (Brazil) -https://jukin-weatherspy-2-br.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Weatherspy (India) -https://jukin-weatherspy-2-in.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WeatherSpy (Mexico) -https://jukin-weatherspy-2-mx.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="WEWS 5 ABC Cleveland News" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/606e0f9a9739652ec518e8c1" group-title="News",WEWS 5 ABC Cleveland News -https://wews-syndication.ewscloud.com/out/v1/72729e3f4dbe4aafbab93d6b1117e5f1/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WEWS ABC 5 -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WEWS.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WFGC TV -http://hls1.livestreamingcdn.com:1935/livecdn631/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WGN -https://bozztv.com/teleyupp1/teleup-mBm5MQ50rA/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/lpaqfc.png" group-title="",WGN9 (Chicago) -https://bozztv.com/teleyupp1/teleup-mBm5MQ50rA/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WHBQ FOX 13 Memphis -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WHBQ.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Whistle -https://whistle-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Whistle Sports -https://whistlesports-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Whistle TV -https://whistletv-roku.cinedigm.com/midroll/amagi_hls_data_xumo-host-whistlesports-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WorldHarvestTelevision_290x290.png?raw=true" group-title="Entertainment",WHT | World Harvest Television -https://597865f6e4114.streamlock.net/live/leseaorigin.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Wipeout -https://endemol-wipeoutxtra-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" 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 -https://endemol-wipeoutxtra-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Wired2Fish" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WJLA -https://content.uplynk.com/40cec2bf074c40f08932da03ab4510be.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WMUR New Hampshire -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WMUR.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/n0YJN6v.png" group-title="",Wness TV -https://wness103.neterra.tv/wness/wness.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="bc22be" tvg-name="Wonder" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/qTbCyOj.png" group-title="",Wonder -https://lds-wonder-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Wonder -https://lds-wonder-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Wonder (Australia) -https://lds-wonder-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="World Poker Tour" tvg-country="" 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="" tvg-name="" tvg-country="" 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 -https://world-poker-tour.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",World Poker Tour HD -https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-DistroTV/150.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",World Poker Tour HD -https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-DistroTV/150.m3u8?Entertainment -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",World Poker Tour HD -https://d3w4n3hhseniak.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-DistroTV/150.m3u8?Lifestyle -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="INT" tvg-language="English" tvg-logo="" group-title="Music",World Street Music -https://59d39900ebfb8.streamlock.net/streetmusic/streetmusic/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",wow Now kids -https://wownow-wownowkids-1.vizio.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",WPT -https://world-poker-tour.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f1eb9/DSP_5f734a4a0a6064513436ac12_world-poker-tour/175.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/WPT_600x600.png?raw=true" group-title="",WPT | World Poker Tour -https://dth07jsr8atug.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/WPT-Plex/171.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WSVN -https://bozztv.com/teleyupp1/teleup-GgIpXe0CjT/tracks-v3a1/mono.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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="a53632" tvg-name="Wu_Tang_Collection" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/jbMmsjI.png" group-title="",Wu Tang Collection -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WXYZ 7 ABC -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WXYZ.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",WXYZ ABC 7 Detroit -https://content-auso2.uplynk.com/channel/9c9e4e410b5a471391c116166d8c010e.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",xCorps -https://nrpus.bozztv.com/36bay2/gusa-xcorps/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",XCorps -https://simultv.s.llnwi.net/n4s4/xcorps/interlink.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Xplore -https://xplore-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/w1Lc150.jpg" group-title="Music",Xtra TV HD -https://mccdn-hls-a01-rbx.datah0stn3t.com/live/xtra/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",XtraHits TV -https://mccdn-hls-a01-rbx.datah0stn3t.com/live/xtra/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQVHDONlFthqkWKL_cPgquKCM8S39Ya3gTdDFfLIC7VPKbulUAN" group-title="",XTREMO RADIO CR -http://166.88.21.98:9948/; -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Xumo Free Movies -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuxumofreemovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Xumo Free Westerns -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuxumowesterns/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 123 NBC News Now -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 124 ABC News -https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 138 NewsMax -https://dai2.xumo.com/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 142 TYT Network -https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 145 Black News Channel -https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewschannel-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 146 Cheddar Live -https://dai2.xumo.com/amagi_hls_data_xumo-host-cheddar/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 211 Comedy Dynamics -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 278 Circle -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-circle/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 280 Qello Concerts -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayqello/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 283 Stingray Karaoke -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraykaraoke/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 288 Latido Music -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumovidaprimolatido/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 321 People TV -https://peopletvssai.akamaized.net/amagi_hls_data_peopletvA-peopletvxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 367 Bob Ross -https://bobross-xumous.cinedigm.com/midroll/amagi_hls_data_xumo-host-bobross-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 406 Tastemade -https://tastemade-xumo.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 412 So Yummy! -https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 451 Naturescape -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraynaturescape/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 455 QVC -https://lsqvc1usott-lh.akamaihd.net/i/lsqvc1usott_01@838836/index_1600_av-b.m3u8?sd=10&dw=60&set-akamai-hls-revision=4&set-segment-duration=smoothest&rebase=on -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 457 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 461 JTV -https://wowzaprod134-i.akamaihd.net/hls/live/577814/ccddaf02/ccddaf02_1_1728/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 463 Revry -https://dai2.xumo.com/amagi_hls_data_xumo1212A-revryxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 469 ShopLC -https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(xumo)/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 710 PlayersTV -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-playerstv/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 719 SportsGrid -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumosportsgrid/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 721 Outside TV+ -https://outsidetvplus-xumo.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetvplusxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 722 EDGEsport -https://dai2.xumo.com/amagi_hls_data_xumo1212A-edgesportxumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 728 InsightTV -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-insighttv/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 745 Stadium -https://dai2.xumo.com/amagi_hls_data_xumo1234A-stadiumsports/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 810 Stingray Hitlist -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayhitlist/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 811 S'Ray Greatest Hits -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraygreatesthits/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 812 S'Ray Hot Country -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayhotcountry/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 813 S'Ray Classic Rock -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingrayclassicrock/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",Xumo | 814 Stingray Soul Storm -https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumostingraysoulstorm/CDN/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",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 -#EXTINF:-1 tvg-id="fff8e7" tvg-name="Yahoo!_Finance" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/KIYt6Iy.png" group-title="",Yahoo! Finance -https://yahoo-plex.amagi.tv/hls/amagi_hls_data_yahoofina-yahoofinance-plex/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",yahoo! Finance -https://yahoo-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="Yahoo! Finance" tvg-country="" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602ab939db63ed4c92785303" group-title="News",Yahoo! Finance -https://yahoofinance-localnow.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/YahooFinance_450x450.png?raw=true" group-title="",Yahoo! Finance | Source 1 -https://yahoo-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/YahooFinance_450x450.png?raw=true" group-title="",Yahoo! Finance | Source 2 -https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Yahoo! News -https://content.uplynk.com/channel/411ba7ca8cb6403a9e73509e49c3a77b.m3u8?expand=trc -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Yamato Animation (Italy) -https://yamatovideo-yamatoanimation-1-it.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Yo Gabba Gabba -https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuyogabagaba/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/DistroTV_250x250.png?raw=true" group-title="",Young Hollywood -https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Young Hollywood -https://younghollywood-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Young Hollywood -https://younghollywood-tcl.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Young Hollywood -https://younghollywood-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="",Youth Success -https://nrpus.bozztv.com/36bay2/gusa-youthsuccess/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/YouTooAmerica_225x225.png?raw=true" group-title="Entertainment",YouToo America -https://gideommd.mmdlive.lldns.net/gideommd/d5b6a753f86e4e51b8e15c7d23887a4f/manifest.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",YTA -http://gideommd.mmdlive.lldns.net/gideommd/d5b6a753f86e4e51b8e15c7d23887a4f/chunklist_b732000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/PDzWK3L.png" group-title="",Yushu TV Jilin 2 -http://stream.zhystv.com/ysyt/sd/live.m3u8 -#EXTINF:-1 tvg-id="2a8763" tvg-name="YUYU_TV" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Z Living -https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/tracks-v4a1/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ZAGROS TV -https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ZAGROS TV HD+ -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/48 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ZAGROS TV HD+ -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/48.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Zee Mundo USA -https://f8e7y4c6.ssl.hwcdn.net/mundohd/tracks-v2a1/index-1582268679-now.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Zen -https://ln-zen.localnowlive.com/v1/master/385c85a93929f94966d0fb186fc33b431e6f1eb9/DSP_5fd8fd0625dd2a6b74008872_ln-zen/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Zoo Moo -https://rockentertainment-zoomoo-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Zoo Moo -https://rockentertainment-zoomoo-1.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",Zoo Moo (Australia) -https://zoomoo-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://i.imgur.com/85LA7Zm.png" group-title="",ZooMoo (EU) -https://rockentertainment-zoomoo-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ร‡ฤฐRA TV -http://163.172.39.215:25461/line/C4@!a3a1@!w72A/25 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ร‡ฤฐRA TV -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/25.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://3.bp.blogspot.com/-T6GUy9Xq7dk/XHqhBG7oE1I/AAAAAAAAHcI/JthcJF6_nZ8VDmiy0QGGXaVKrsgDsBvogCLcBGAs/s1600/%25C3%2593rbita%2BTV%2BCanal%2B25%2Bhd.png" group-title="",ร“rbita TV Canal 25 -https://5dcabf026b188.streamlock.net/orbitatv/livestream/chunklist_w1915865624.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ1 -http://cdn1.live-tv.od.ua:8081/a1od/a1od-720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะะฒั‚ะพั€ะฐะดะธะพ (ะ’ะตะฑ-ะบะฐะผะตั€ะฐ) [UA] -https://rtmp.radiogroup.com.ua:8080/live/avto/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะะบะฐะดะตะผะธั (ะžะดะตััะฐ) -http://cdn10.live-tv.od.ua:8081/36chod/36chod-abr/36chod/36chod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ“ะปะฐั (RU) -https://glas.org.ua/hls/glassru.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ“ะปะฐั (UA) -https://glas.org.ua/hls/glassua.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั ะขะ’ -http://cdn1.live-tv.od.ua:8081/dumska/dumska720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั ะขะ’ (ะžะดะตัะฐ) -http://cdn1.live-tv.od.ua:8081/dumska/dumska-abr-lq/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั.TV -https://cdn1.live-tv.od.ua:8083/dumska/dumska-abr-lq/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ”ัƒะผัะบะฐั.TV HD -https://cdn1.live-tv.od.ua:8083/dumska/dumska-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ—ะดะพั€ะพะฒัŒะต ะžะดะตััะฐ -http://cdn1.live-tv.od.ua:8081/zdorovood/zdorovo/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ˜ะทะผะฐะธะป ะขะ’ -http://cdn10.live-tv.od.ua:8081/izod/izod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ˜ะทะผะฐะธะป ะขะ’ -http://cdn10.live-tv.od.ua:8081/izod/izod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ˜ะ ะข (ะ”ะฝะตะฟั€) -http://91.193.128.233:1935/live//irt.stream_576p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะš1 -http://edge3.iptv.macc.com.ua/life/k1_3/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 1 -https://5656.ga/ch1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 2 -https://5656.ga/ch2.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 3 -https://5656.ga/ch3.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะะะะ› 3 -https://cdn1.mobiletv.bg/T3/kanal3/kanal3_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 4 -https://5656.ga/ch4.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 4 -https://cdn1.mobiletv.bg/T10/kanal4/kanal4_794613_850k.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 5 -https://5656.ga/ch5.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะฐะฝะฐะป 6 -https://5656.ga/ch6.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะœะ -https://sc.id-tv.kz/KMA_34_35.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšั€ัƒะณ -http://cdn1.live-tv.od.ua:8081/krugod/krugod-abr/krugod/krugod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะšะ ะฃะ“ -http://cdn1.live-tv.od.ua:8081/krugod/krugod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะะฐะดะธั/ะะพะฒั‹ะน ะบะฐะฝะฐะป -http://nadiya.home-net.com.ua/mob/mystream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะะขะก (ะกะตะฒะฐัั‚ะพะฟะพะปัŒ) -https://peqk71plnjy.a.trbcdn.net/livemaster/w4kz7pki62_nts_tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะžะ”ะ•ะกะ -http://cdn10.live-tv.od.ua:8081/odtrkod/odtrkod-abr/odtrkod/odtrkod-sub/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะžะขะ’ (ะ”ะฝะตะฟั€) -http://91.193.128.233:1935/live//otv.stream_576p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะšั€ะธะฒะพะน ะ ะพะณ) -http://cdn1.live-tv.od.ua:8081/1tvkr/1tvkr/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตัะฐ) -http://cdn1.live-tv.od.ua:8081/1tvod/1tvod-abr-lq/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) -http://91.194.79.46:8081/stream2/channel2/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) -http://cdn1.live-tv.od.ua:8081/1tvod/1tvod-abr/1tvod/1tvod/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ“ะพั€ะพะดัะบะพะน (ะžะดะตััะฐ) -http://cdn1.live-tv.od.ua:8081/1tvod/1tvod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน -http://95.67.127.156/hls/pershij-dlovij_ua_hi/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน -http://pershij-dlovij-hls1.cosmonova.net.ua/hls/pershij-dlovij_ua_hi/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะŸะตั€ะฒั‹ะน ะ”ะตะปะพะฒะพะน -http://pershij-dlovij-hls1.cosmonova.net.ua/hls/pershij-dlovij_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ ะตะฟะพั€ั‚ะตั€ -http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/31chod/31chod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ ะตะฟะพั€ั‚ะตั€ -http://cdn1.live-tv.od.ua:8081/31chod/31chod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะกะš1 -http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะกะš1 (ะ–ะธั‚ะพะผะธั€) -http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/sk1zt/sk1zt360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะกะš1 HD -http://cdn10.live-tv.od.ua:8081/sk1zt/sk1zt-abr/sk1zt/sk1zt720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะกะš1 HD (ะ–ะธั‚ะพะผะธั€) -https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr/sk1zt/sk1zt720p/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะ’-ะ”ะพะผ (ะฃะบั€ะฐะธะฝะฐ) -http://78.26.128.21:8082/stream.flv?stream=133 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะ’ะ ะงะตั€ะฝั–ะฒั†ั– -http://hls.cdn.ua/tva.ua_live/livestream/chunklist_w396178779.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะ˜ะก ะขะ’ -http://cdn10.live-tv.od.ua:8081/riood/tisod504/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะš ะะปะผะฐะทะฝั‹ะน ะบั€ะฐะน -https://stream.almaz-media.tv:8080/hls/576.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะš ะžะดะตััะฐ -http://cdn1.live-tv.od.ua:8081/riood/riood/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขั€ะตั‚ะธะน ั†ะธั„ั€ะพะฒะพะน -http://cdn1.live-tv.od.ua:8081/3tvod/3tvod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะ ะš ะะ›ะ•ะšะก -http://46.46.112.223/live/livestream1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะ ะš ะšั€ัƒะณ -http://cdn1.live-tv.od.ua:8081/krugod/krugod/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะขะ ะš ะ ะตะฟะพั€ั‚ะตั€ -http://cdn1.live-tv.od.ua:8081/31chod/31chod-sub/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะคะฐะฝ ะกะฟะพั€ั‚. -https://live-k2309-kbp.1plus1.video/sport/smil:sport.smil/chunklist_b6000000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะงะŸ ะ˜ะฝั„ะพ -http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ HD -http://cdn1.live-tv.od.ua:8081/wave/wave-abr/wave/wave-720/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ ะขะ’ -http://cdn1.live-tv.od.ua:8081/wave/wave-720/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ ะขะ’ (ะžะดะตัะฐ) -http://cdn1.live-tv.od.ua:8081/wave/wave-abr/wave/wave-504/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะฏะขะ‘ -http://46.175.163.130/live_yatb/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ะ†ะะคะž -http://109.68.40.67/life/magnolia_2/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ุงู„ุบุฏ ุงู„ู…ุดุฑู‚ -http://82.212.74.3:8000/live/hls/7512.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="" group-title="",ู†ูˆุจู„ TV -https://5d39f1ab8ba65.streamlock.net:1935/arabic-test/arabic-test/chunklist_w568620000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://www.futurekorea.co.kr/news/photo/202001/127326_129561_5346.jpg" group-title="",๊ตญ์•…๋ฐฉ์†ก -http://mgugaklive.nowcdn.co.kr/gugakvideo/gugakvideo.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" 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 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://busan.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2018/12/6e1a8d912bd32dca479bbf74667f7caf0716dd4e358e61136cecb8ca29b5b99a46b47b1d42b4a487d582c6ad6132929ff20a4cb41b344da26694ca115f5ee90a.png" group-title="",๋Œ€์ „MBC(MBC Daejeon) -https://5c482867a8b63.streamlock.net/live/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://ys.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2019/01/bbbcec12d40f91ed9d4609144a648583937ee510098fb91776a99b0c1f00e818ab090f049ebdf24b0d1b21efb7f103dea45fb0f88d2571bf1756759dfdc93fd9.png" group-title="",์—ฌ์ˆ˜MBC(MBC Yeosu) -https://5c3639aa99149.streamlock.net/live_TV/TV/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://jeju.cdn.a04f922e9e85c8d25ebfeae3dfd22a67.com/2019/06/2a42c0e8f353c0d091bd145d7384670af46a6cdf647b0d0be45f76a8faccf7ad0b144cbb6fe11b0ff81bd830478e8e5e8dc43ec1ce76bfead41eac377fcfbdc0.png" group-title="",์ œ์ฃผ MBC(MBC Jeju) -https://5cf58a556f9b2.streamlock.net:443/live/tv_jejumbc/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="https://data1.chmbc.co.kr/2018/12/d0fba52ecd26cdc49a893b9af6d468561f88e70c58accae0c6e1718bd112efc69511ffd56f9c167d6e1b215c065f844f250b1fa6df470afb30abf5cdd0153016.png" group-title="",์ถ˜์ฒœMBC(MBC Chuncheon) -https://5c74939c891dc.streamlock.net/live/TV/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="" tvg-logo="http://www.etv.go.kr/images/newimg/logo.png" group-title="",ํ•œ๊ตญ์„ ๊ฑฐ๋ฐฉ์†ก -http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/AnimeZoneXTV/picture?width=300&height=300" group-title="",AZXTV -http://azxtv.com/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/limtvok/picture?width=300&height=300" group-title="",LIM TV [Not 24/7] -https://live.admefy.com/live/default/ashamed_crimson_3360d.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://upload.wikimedia.org/wikipedia/en/a/ac/WMAQ_Logo_2012.png" group-title="USA LOCAL",NBC 5 News (Chicago) -http://wmaqlive-f.akamaihd.net/i/wmaqa1_1@22923/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/0/0f/Logo_of_WRC-TV.png" group-title="USA LOCAL",NBC 4 News (Washington DC) -https://wrclive-f.akamaihd.net/i/wrcb1_1@46880/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://vignette1.wikia.nocookie.net/logopedia/images/6/6e/TV_2_Fyn.png" group-title="DENMARK",TV2 Fyn -http://cdn-lt-hls-vod.tv2fyn.dk/fhls/p/1966291/sp/196629100/serveFlavor/entryId/0_yct7rqn3/v/2/flavorId/0_h2wfmuqm/name/a.mp4/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://vignette1.wikia.nocookie.net/logopedia/images/6/6e/TV_2_Fyn.png" group-title="DENMARK",TV2 Lorry -http://cdn-lt-hls-vod.tv2lorry.dk/fhls/p/2045321/sp/204532100/serveFlavor/entryId/0_0u9letdh/v/1/flavorId/0_p5f7q6yf/name/a.mp4/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://i.vimeocdn.com/video/438638085_780x439.jpg" group-title="NORWAY",Fatstone TV -http://bgo1.cdn.s3m.no/fs/live/ngrp:live_all/chunklist_b5196000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://www.osm1816.it/site/wp-content/uploads/2015/05/Logo_09_teleMonteneve1.jpg" group-title="ITALY",teleMonteneve -http://wms.shared.streamshow.it:1935/telemonteneve/telemonteneve/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://cdn.firstonetv.eu/images/logos/it/TVRS.png" group-title="ITALY",TVRS -http://wms.shared.streamshow.it:1935/tvrs/tvrs/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://upload.wikimedia.org/wikipedia/pt/c/c2/Logotipo_da_TVE_RS.png" group-title="BRAZIL",TVE RS -http://selpro1348.procergs.com.br:1935/tve/stve/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://canal4teleba.com.ar/wp-content/uploads/2016/12/teleba-youtube.jpg" group-title="ARGENTINA",Canal 4 Balcarce -http://panel.dattalive.com:1935/8124/8124/chunklist_w283163661.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://i.imgur.com/fgrauI0.png" group-title="ARGENTINA",Canal 4 Posadas -http://184.154.28.210:1935/canal4/canal4/live.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://www.fenix951.com.ar/nuevo_2013/a2017/assets/imgapp/logocanal.jpeg" group-title="ARGENTINA",Canal 11 La Rioja -http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8?wowzasessionid=1078160479 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2016/05/Bio-Bio-TV.png" group-title="CHILE",Bio Bio TV Canal 9 -http://unlimited6-cl.dps.live/c9/c9.smil/c9/livestream2/chunks.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://www.carolina.cl/carolina-tv/img/ogimage.png" group-title="CHILE",Carolina TV -http://unlimited1-us.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://elpinguino.com/web2012/logo.png" group-title="CHILE",Pinguino TV -http://streaming.elpinguino.com:1935/live/pinguinotv_720p/hasbahca.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://yt3.ggpht.com/-TT4fesr5OEU/AAAAAAAAAAI/AAAAAAAAAAA/bcrXYkOAjdA/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" group-title="PERU",TV Noticias 7.3 -http://www.radiosargentina.com.ar/php/tvm3u.php?id=DIPE0002&mode=12 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://www.tvperu.gob.pe/sites/all/themes/stability/images/tvperu_avatar.png" group-title="PERU",TV Peru -http://www.radiosargentina.com.ar/php/tvm3u.php?id=DIPE0003&mode=12 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://img00.deviantart.net/473b/i/2016/214/9/8/catali2016_s_logo_remake__alfa_omega_tv_2016_by_catali2016-dace34w.png" group-title="ROMANIA",Alfa Omega TV -http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8?wowzasessionid=1441530266&time=1463063123262 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://upload.wikimedia.org/wikipedia/ro/0/03/U-TV-HD.png" group-title="ROMANIA",U TV -http://82.76.40.76:80/utvedge/utvlive/playlist.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://digitalrussia.tv/upload/files/mp.png" group-title="RUSSIA",Moya Planeta -http://cdnmg.secure.live.rtr-vesti.ru/live/smil:mplan.smil/master.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://logowow.net/logos/thumb-BY7M7cbZj.png" group-title="MOLDOVA",Pro TV -http://hls.protv.md/hls/protv.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://www.tvland.co.il/Pics/hidabrutbig.jpg" group-title="ISRAEL",Hidabroot TV -https://stream72.shidur.net/htvlive2/_definst_/smil:live2.smil/chunklist_b1248000.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/7/70/Al_Aoula_Maroc.jpg" group-title="MOROCCO",Al Aoula Int'l -http://cdn-hls.globecast.tv/live/ramdisk/al_aoula_inter/hls_snrt/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://1.bp.blogspot.com/-30awn5OxihI/T9VuzQQ5RqI/AAAAAAAADRM/_iPdRJhYiwQ/s1600/logo-lpp-tvri.png" group-title="INDONESIA",TVRI -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/Stream(04)/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://images2.useetv.com/logo_tvri_big1.png" group-title="INDONESIA",TVRI* -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIdki)/index.m3u8 -#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="http://images2.useetv.com/logo_tvri_big1.png" group-title="INDONESIA",TVRI 4 -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI4)/index.m3u8 diff --git a/channels/us.m3u b/channels/us.m3u index a7413aa53..a28448b0e 100644 --- a/channels/us.m3u +++ b/channels/us.m3u @@ -1,12 +1,16 @@ #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="",13th Street (Poland) +#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) https://content.uplynk.com/channel/ff809e6d9ec34109abfb333f0d4444b5.m3u8 +#EXTINF:-1 tvg-id="24HourFreeMovies.us" tvg-name="24 Hour Free Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/FiTdDp1.png" group-title="Movies",24 Hour Free Movies +https://d15690s323oesy.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/UDU-Plex/158.m3u8 +#EXTINF:-1 tvg-id="247RetroTV.us" tvg-name="247 Retro TV" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/geonsey/Free2ViewTV/master/images/logos/247RetroTV.png" group-title="Classic",247 Retro TV +http://hlsdpi-cdn-chqtx02.totalstream.net/dpilive/247retro/ret/dai/playlist.m3u8 #EXTINF:-1 tvg-id="30ADarcizzleOffshore.us" tvg-name="30A Darcizzle Offshore" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/l2O0fY1.png" group-title="Outdoor",30A Darcizzle Offshore (720p) https://30a-tv.com/darcizzle.m3u8 #EXTINF:-1 tvg-id="30AInvestmentPitch.us" tvg-name="30A Investment Pitch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/CKCtZo7.png" group-title="Business",30A Investment Pitch @@ -18,29 +22,29 @@ https://30a-tv.com/sidewalks.m3u8 #EXTINF:-1 tvg-id="30ATheBeachShow.us" tvg-name="30A The Beach Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0j5Aget.png" group-title="Local",30A The Beach Show (720p) https://30a-tv.com/beachy.m3u8 #EXTINF:-1 tvg-id="30ATV.us" tvg-name="30A TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4TEMhxH.png" group-title="Local",30A TV (720p) +https://30a-tv.com/feeds/xodglobal/30atv.m3u8 +#EXTINF:-1 tvg-id="30ATV.us" tvg-name="30A TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4TEMhxH.png" group-title="Local",30A TV (720p) https://30a-tv.com/my999.m3u8 #EXTINF:-1 tvg-id="3ABN.us" tvg-name="3ABN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GVZuKc7.png" group-title="Religious",3ABN -https://moiptvhls-i.akamaihd.net/hls/live/652042/secure/HQs/chunklist.m3u8 +https://moiptvhls-i.akamaihd.net/hls/live/652042/secure/master.m3u8 #EXTINF:-1 tvg-id="3ABNDaretoDream.us" tvg-name="3ABN Dare to Dream" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zI6jr9L.png" group-title="Religious",3ABN Dare to Dream -https://moiptvhls-i.akamaihd.net/hls/live/652313/secure/HQs/chunklist.m3u8 +https://moiptvhls-i.akamaihd.net/hls/live/652313/secure/master.m3u8 #EXTINF:-1 tvg-id="3ABNFrancais.us" tvg-name="3ABN Franรงais" tvg-country="US" tvg-language="French" tvg-logo="https://i.imgur.com/V6bL5MJ.png" group-title="Religious",3ABN Franรงais -https://moiptvhls-i.akamaihd.net/hls/live/652314/secure/HQs/chunklist.m3u8 +https://moiptvhls-i.akamaihd.net/hls/live/652314/secure/master.m3u8 #EXTINF:-1 tvg-id="3ABNInternational.us" tvg-name="3ABN International" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/vhb8zvB.png" group-title="Religious",3ABN International -https://moiptvhls-i.akamaihd.net/hls/live/652312/secure/HQs/chunklist.m3u8 +https://moiptvhls-i.akamaihd.net/hls/live/652312/secure/master.m3u8 #EXTINF:-1 tvg-id="3ABNKids.us" tvg-name="3ABN Kids" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eOvzf3d.png" group-title="Religious",3ABN Kids -https://moiptvhls-i.akamaihd.net/hls/live/652318/secure/HQs/chunklist.m3u8 -#EXTINF:-1 tvg-id="3ABNKids.us" tvg-name="3ABN Kids" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",3ABN Kids (720p) https://moiptvhls-i.akamaihd.net/hls/live/652318/secure/master.m3u8 -#EXTINF:-1 tvg-id="3ABNLatino.us" tvg-name="3ABN Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/DrGJhG3.png" group-title="Religious",3ABN Latino -https://moiptvhls-i.akamaihd.net/hls/live/652315/secure/HQs/chunklist.m3u8 -#EXTINF:-1 tvg-id="3ABNLatino.us" tvg-name="3ABN Latino" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4ydVVIA.png" group-title="Religious",3ABN Latino (720p) +#EXTINF:-1 tvg-id="3ABNLatino.us" tvg-name="3ABN Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/4ydVVIA.png" group-title="Religious",3ABN Latino +http://uni5rtmp.tulix.tv:1935/bettervida/bettervida/playlist.m3u8 +#EXTINF:-1 tvg-id="3ABNLatino.us" tvg-name="3ABN Latino" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4ydVVIA.png" group-title="Religious",3ABN Latino https://moiptvhls-i.akamaihd.net/hls/live/652315/secure/master.m3u8 -#EXTINF:-1 tvg-id="3ABNPraiseHimMusicChannel.us" tvg-name="3ABN Praise Him Music Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XzQ3Cpg.png" group-title="Religious",3ABN Praise Him Music Channel -https://moiptvhls-i.akamaihd.net/hls/live/554145/secure/HQs/chunklist.m3u8 +#EXTINF:-1 tvg-id="3ABNPraiseHimMusicChannel.us" tvg-name="3ABN Praise Him Music Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/t6Ydwqg.png" group-title="Religious",3ABN Praise Him Music Channel +https://moiptvhls-i.akamaihd.net/hls/live/554145/secure/playlist.m3u8 #EXTINF:-1 tvg-id="3ABNProclaim.us" tvg-name="3ABN Proclaim!" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/KiMtKUL.png" group-title="Religious",3ABN Proclaim! -https://moiptvhls-i.akamaihd.net/hls/live/652317/secure/HQs/chunklist.m3u8 +https://moiptvhls-i.akamaihd.net/hls/live/652317/secure/master.m3u8 #EXTINF:-1 tvg-id="3ABNRussia.us" tvg-name="3ABN Russia" tvg-country="US" tvg-language="Russian" tvg-logo="https://i.imgur.com/8fKWpo3.png" group-title="Religious",3ABN Russia -https://moiptvhls-i.akamaihd.net/hls/live/652316/secure/HQs/chunklist.m3u8 +https://moiptvhls-i.akamaihd.net/hls/live/652316/secure/master.m3u8 #EXTINF:-1 tvg-id="KMTVTV.us" tvg-name="3News Now (KMTV-TV)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/e/ea/KMTV3.png" group-title="News",3News Now (KMTV-TV) (720p) https://content.uplynk.com/channel/328d1434fb51476cb6567c74d5b2cc70.m3u8 #EXTINF:-1 tvg-id="KNBC.us" tvg-name="4 NBC (KNBC)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/KNBC_%282011_-_Flat%29.svg/1280px-KNBC_%282011_-_Flat%29.svg.png" group-title="Local",4 NBC (KNBC) (1080p) @@ -49,18 +53,18 @@ https://cdnapisec.kaltura.com/p/2630451/sp/2630451/playManifest/entryId/1_61e7x3 https://streams.the6tv.duckdns.org:2443/locals/SanDiego/knsd-dt1.m3u8 #EXTINF:-1 tvg-id="WHDH.us" tvg-name="7News Boston (WHDH)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/b/b5/WHDH_7_logo.png" group-title="Local",7News Boston (WHDH) (540p) https://bcsecurelivehls-i.akamaihd.net/hls/live/598046/4744899807001_1/livestream/master.m3u8 -#EXTINF:-1 tvg-id="80sLoop.us" tvg-name="80s Loop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jxY0QSw.png" group-title="Music",80s Loop (1080p) -https://loop-80s-1.roku.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="90sLoop.us" tvg-name="90s Loop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/jxY0QSw.png" group-title="Music",90s Loop (1080p) -https://loop-90s-1.roku.wurl.com/manifest/playlist.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 #EXTINF:-1 tvg-id="A3BIKINITV.us" tvg-name="A3BIKINI TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ikorRe8.png" group-title="XXX",A3BIKINI TV (720p) 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="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 #EXTINF:-1 tvg-id="KGO.us" tvg-name="ABC7 (KGO)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/6/64/KGOTVABC7.png" group-title="Local",ABC 7 (KGO) @@ -72,21 +76,101 @@ https://content-auso2.uplynk.com/channel/9c9e4e410b5a471391c116166d8c010e.m3u8?a #EXTINF:-1 tvg-id="WWSB.us" tvg-name="ABC 7 Sarasota FL (WWSB)" tvg-country="US" tvg-language="English" tvg-logo="https://cloudfront-us-east-1.images.arcpublishing.com/raycom/HJ3SAXRMNFAHXOFIRVYCQBIOGM.jpg" group-title="Local",ABC 7 Sarasota FL (WWSB) (720p) https://d2nt5wxzqbe1ad.cloudfront.net/out/raycom-wwsb1-hls/live.m3u8 #EXTINF:-1 tvg-id="WFTVHD.us" tvg-name="ABC 9 Orlando FL (WFTV-HD)" tvg-country="US" tvg-language="English" tvg-logo="https://mediaweb.wftv.com/theme/images/placeholder-square.jpg" group-title="Local",ABC 9 Orlando FL (WFTV-HD) -https://svc-lvanvato-cxtv-wftv.cmgvideo.com/wftv/2564k/index.m3u8 -#EXTINF:-1 tvg-id="ABCNews.us" tvg-name="ABC News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",ABC News (720p) +https://d3qm7vzp07vxse.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10070_fe1f5f6c-cd0b-4993-a4a4-6db66be4f313_LE/in/cmg-wftvtv-hls-v3/live.m3u8 +#EXTINF:-1 tvg-id="ABCNews.us" tvg-name="ABC News" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="News",ABC News +https://abcnewslive.akamaized.net/amagi_hls_data_roku-host-abc/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="ABCNews.us" tvg-name="ABC News" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/61YDuS-81ML.png" group-title="News",ABC News (720p) 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="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="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="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="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="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="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="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="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="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="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 +#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 +https://abcnewslive-roku.akamaized.net/midroll/amagi_hls_data_roku-host-abc/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="AbsoluteRealityWETV.us" tvg-name="Absolute Reality WETV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oOFjyYf.png" group-title="Entertainment",Absolute Reality by WEtv +https://amc-absolutereality-1.imdbtv.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AbsoluteRealityWETV.us" tvg-name="Absolute Reality 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/12082020/AbsoluteReality190x190_Circle.png?raw=true" group-title="Entertainment",Absolute Reality WETV +https://amc-absolutereality-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ACCNetwork.us" tvg-name="ACC Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UbUZw9E.png" group-title="Sports",ACC Network (720p) https://120sports-accdn-1.samsung.wurl.com/manifest/playlist.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 (1080p) +#EXTINF:-1 tvg-id="ACCDN.us" tvg-name="ACCDN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UHcFiHk.png" group-title="Sports",ACCDN +https://120sports-accdn-1.plex.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ACCDN.us" tvg-name="ACCDN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UHcFiHk.png" group-title="Sports",ACCDN +https://120sports-accdn-2.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ACCDN.us" tvg-name="ACCDN" 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",ACCDN +https://a.jsrdn.com/broadcast/542cb2ce3c/+0000/c.m3u8 +#EXTINF:-1 tvg-id="LocalNowAdrenalineRush.us" tvg-name="Local Now Adrenaline Rush" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/601341747e82bb6a262f276b" group-title="Entertainment",Adrenaline Rush +https://linear-133.frequency.stream/dist/localnow/133/hls/master/playlist.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 (1080p) [Not 24/7] https://adultswimtv.warnermediacdn.com/hls/live/2007031/livestream/master.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 -https://dai2.xumo.com/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/768x432_1200000/index.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 (1080p) [Not 24/7] +https://media.cdn.adultswim.com/streams/playlists/live-stream.primary.v2.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 (East) (720p) [Geo-blocked] [Not 24/7] +https://tve-live-lln.warnermediacdn.com/hls/live/2023183/aseast/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 (East) (432p) [Geo-blocked] [Not 24/7] +https://tve-live-lln.warnermediacdn.com/hls/live/2023183/aseast/noslate/VIDEO_3_1928000.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) (720p) [Geo-blocked] [Not 24/7] +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="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="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 #EXTINF:-1 tvg-id="AdventureSportsTV.us" tvg-name="Adventure Sports TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HL7fwzt.png" group-title="Sports",Adventure Sports TV (360p) 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 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="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="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="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="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="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="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="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="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="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="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="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 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="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 #EXTINF:-1 tvg-id="Akaku53Hawaii.us" tvg-name="Akaku 53 (Hawaii)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MQET539.jpg" group-title="Local",Akaku 53 (Hawaii) @@ -95,26 +179,22 @@ https://akaku.vod.castus.tv/live/ch1.m3u8 https://akaku.vod.castus.tv/live/ch2.m3u8 #EXTINF:-1 tvg-id="Akaku55Hawaii.us" tvg-name="Akaku 55 (Hawaii)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MQET539.jpg" group-title="Local",Akaku 55 (Hawaii) https://akaku.vod.castus.tv/live/ch3.m3u8 -#EXTINF:-1 tvg-id="AKCTV.us" tvg-name="AKC TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YNdQXDz.jpg" group-title="Outdoor",AKC TV -https://video.blivenyc.com/broadcast/2061/22/file-858k.m3u8 #EXTINF:-1 tvg-id="AKCTV.us" tvg-name="AKC TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YNdQXDz.jpg" group-title="Outdoor",AKC TV (1080p) https://video.blivenyc.com/broadcast/prod/2061/22/desktop-playlist.m3u8 -#EXTINF:-1 tvg-id="AKCTV.us" tvg-name="AKC TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/YNdQXDz.jpg" group-title="Outdoor",AKC TV -https://video.blivenyc.com/broadcast/prod/2061/22/file-3192k.m3u8 -#EXTINF:-1 tvg-id="AKCTV.us" tvg-name="AKC TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2nzRS60.png" group-title="Outdoor",AKC TV -https://video.blivenyc.com/broadcast/prod/2061/22/file-4692k.m3u8 #EXTINF:-1 tvg-id="AKCTVMeettheBreeds.us" tvg-name="AKC TV - Meet the Breeds" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2nzRS60.png" group-title="Outdoor",AKC TV - Meet the Breeds -https://video.blivenyc.com/broadcast/prod/2061/61/file-4692k.m3u8 +https://video.blivenyc.com/broadcast/prod/2061/61/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="AKCTVPuppies.us" tvg-name="AKC TV - Puppies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2nzRS60.png" group-title="Outdoor",AKC TV - Puppies -https://video.blivenyc.com/broadcast/prod/2061/29/file-4692k.m3u8 -#EXTINF:-1 tvg-id="AlHorreyaTV.us" tvg-name="Al Horreya TV" tvg-country="US" tvg-language="Arabic" tvg-logo="https://i.imgur.com/VCfZB73.png" group-title="Religious",Al Horreya TV (1080p) -http://media.smc-host.com:1935/alhorreya.tv/_definst_/mp4:alhorreya3/playlist.m3u8 +https://video.blivenyc.com/broadcast/prod/2061/29/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="AlHorreyaTV.us" tvg-name="Al Horreya TV" tvg-country="US" tvg-language="Arabic" tvg-logo="" group-title="Religious",Al Horreya TV http://media.smc-host.com:1935/alhorreya.tv/alhorreya.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlHorreyaTV.us" tvg-name="Al Horreya TV" tvg-country="US" tvg-language="Arabic" tvg-logo="https://i.imgur.com/VCfZB73.png" group-title="Religious",Al Horreya TV (1080p) +http://media.smc-host.com:1935/alhorreya.tv/mp4:alhorreya3/playlist.m3u8 #EXTINF:-1 tvg-id="AlHurra.us" tvg-name="Al Hurra" tvg-country="US" tvg-language="Arabic" tvg-logo="https://i.imgur.com/GRl09vk.jpg" group-title="News",Al Hurra (486p) https://mbnhls-lh.akamaihd.net/i/MBN_1@118619/master.m3u8 #EXTINF:-1 tvg-id="AlHurra.us" tvg-name="Al Hurra" tvg-country="US" tvg-language="Arabic" tvg-logo="https://i.imgur.com/GRl09vk.jpg" group-title="News",Al Hurra (720p) https://mbningestworld-i.akamaihd.net/hls/live/586122/worldsafe/master.m3u8 +#EXTINF:-1 tvg-id="ALKARMATV.us" tvg-name="AL KARMA TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",AL KARMA TV +https://58cc65c534c67.streamlock.net/alkarmatv.com/alkarmaau.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlabamaBirminghamSTIRR.us" tvg-name="Alabama: Birmingham (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Alabama: Birmingham (STIRR) (720p) https://dai.google.com/linear/hls/event/4RH6FntvSLOIv5FB-p4I8w/master.m3u8 #EXTINF:-1 tvg-id="AlabamaMobileSTIRR.us" tvg-name="Alabama: Mobile (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Alabama: Mobile (STIRR) (720p) @@ -123,7 +203,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="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://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="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 @@ -141,65 +223,113 @@ 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="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="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="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 +#EXTINF:-1 tvg-id="AMCAllWeddings.us" tvg-name="AMC All Weddings" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Lifestyle",AMC All Weddings +https://amc-allweddings-1.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCIFCFilmPicks.us" tvg-name="AMC IFC Film Picks" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Movies",AMC IFC Film Picks +https://amc-ifc-films-picks-1.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCPresents.us" tvg-name="AMC_Presents" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/01Ewxvd.png" group-title="Entertainment",AMC Presents +https://amc-amcpresents-1.plex.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCPresents.us" tvg-name="AMC Presents" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Entertainment",AMC Presents +https://amc-amcpresents-1.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCPresents.us" tvg-name="AMC Presents" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Entertainment",AMC Presents +https://amc-amcpresents-2.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCRush.us" tvg-name="AMC Rush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Movies",AMC Rush +https://amc-rushbyamc-1.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCSlightlyoff.us" tvg-name="AMC Slightly off" tvg-country="US" tvg-language="English " tvg-logo="https://i.imgur.com/yngqRL8.png" group-title="Entertainment",AMC Slightly off +https://amc-slightly-off-by-amc-1.vizio.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCPresents.us" tvg-name="AMC_Presents" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="Entertainment",AMC | AMC Presents +https://amc-amcpresents-1.imdbtv.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCIFCFilmPicks.us" tvg-name="IFC_Films_Picks" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="Movies",AMC | IFC Film Picks +https://amc-ifc-films-picks-1.imdbtv.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCRush.us" tvg-name="Rush_by_AMC" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="Movies",AMC | Rush by AMC +https://amc-rushbyamc-1.imdbtv.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="AMCSlightlyoff.us" tvg-name="Slightly_Off_by_IFC" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjc2NjQxMDdf/AMCNetworks_v2_365x365.png" group-title="Entertainment",AMC | Slightly Off by IFC +https://amc-slightly-off-by-amc-1.imdbtv.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Ameba.us" tvg-name="Ameba" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/612ZLob%2BSOL.png" group-title="Kids",Ameba +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="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://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://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 #EXTINF:-1 tvg-id="AmericanClassicsSTIRR.us" tvg-name="American Classics (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/207935e9-f81c-4e73-9166-0e75e41e7ac3-small3x1_stirr_1219_epg_americanclassics_1920x1080_v2.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Classic",American Classics (STIRR) (720p) https://dai.google.com/linear/hls/event/0e06oV-NTI2ygS2MRQk9ZA/master.m3u8 -#EXTINF:-1 tvg-id="AmericanClassicsXUMO.us" tvg-name="American Classics (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bJGaOdW.png" group-title="",American Classics (XUMO) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.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/.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="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/chunklist.m3u8 +#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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="ArkansasLittleRockSTIRR.us" tvg-name="Arkansas: Little Rock (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Arkansas: Little Rock (STIRR) (720p) https://dai.google.com/linear/hls/event/MqeaRgFBR2WJ_40ngbDruQ/master.m3u8 #EXTINF:-1 tvg-id="Asiancrush.us" tvg-name="Asiancrush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tmtdwdU.png" group-title="Entertainment",Asiancrush (720p) +https://ac-samsung.plex.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Asiancrush.us" tvg-name="Asiancrush" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tmtdwdU.png" group-title="Entertainment",Asiancrush (720p) https://ac-samsung.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Asylum.us" tvg-name="Asylum" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/j98vGQp.jpg" group-title="Movies",Asylum (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-theasylum/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="ATDTV.us" tvg-name="ATD TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/qZtN1WI.jpg" group-title="",ATD TV (American TV of Dardania) +http://46.99.146.236/0.m3u8 #EXTINF:-1 tvg-id="AtlantaChannel.us" tvg-name="Atlanta Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hSYez3V.png" group-title="Travel",Atlanta Channel (720p) http://media4.tripsmarter.com:1935/LiveTV/ACVBHD/playlist.m3u8 #EXTINF:-1 tvg-id="AtlantaChannel.us" tvg-name="Atlanta Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/zVCz4rY.png" group-title="Local",Atlanta Channel (720p) https://5b0f5374bdf0c.streamlock.net:444/LiveTV/ATLHD/playlist.m3u8 #EXTINF:-1 tvg-id="AutoMotoBumblebee.us" tvg-name="AutoMoto (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Fautomoto.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=2b76911fbfdbc03392023b5fa8dcc9c1" group-title="Auto",AutoMoto (Bumblebee) -https://stitcheraws.unreel.me/wse-node04.powr.com/live/5bf220fad5eeee0f5a40941a/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="AXN.us" tvg-name="AXN" tvg-country="US" tvg-language="Spanish" tvg-logo="" group-title="Movies",AXN -http://136.243.177.164/AXN/playlist.m3u8 +#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="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="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="AXN.us" tvg-name="AXN" tvg-country="PL" tvg-language="Polish;English" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-axn.png" group-title="Movies",AXN (Poland) (1080p) -http://91.218.60.3:8001/play/a00i -#EXTINF:-1 tvg-id="AXN.us" tvg-name="AXN" tvg-country="PL" tvg-language="Polish;English" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-axn.png" group-title="Movies",AXN (Poland) (576p) -http://91.218.60.3:8001/play/a00j -#EXTINF:-1 tvg-id="AXNBlack.us" tvg-name="AXN Black" tvg-country="PL" tvg-language="Polish;English" tvg-logo="" group-title="Entertainment",AXN Black (Poland) -http://91.218.60.3:8001/play/a00h #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="AXNSpin.us" tvg-name="AXN Spin" tvg-country="PL" tvg-language="Polish;English" tvg-logo="" group-title="Entertainment",AXN Spin (Poland) (1080p) -http://91.218.60.3:8001/play/a00k -#EXTINF:-1 tvg-id="AXNSpin.us" tvg-name="AXN Spin" tvg-country="PL" tvg-language="Polish;English" tvg-logo="" group-title="Entertainment",AXN Spin (Poland) (576p) -http://91.218.60.3:8001/play/a00l -#EXTINF:-1 tvg-id="AXNWhite.us" tvg-name="AXN White" tvg-country="PL" tvg-language="Polish;English" tvg-logo="" group-title="Entertainment",AXN White (Poland) (576p) -http://91.218.60.3:8001/play/a00m -#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/chunks.m3u8 +#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="BaebleMusicXUMO.us" tvg-name="BaebleMusic (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9kLTfsY.png" group-title="Music",BaebleMusic (XUMO) -https://dai1.xumo.com/bmneuerw7j9k5lfc/9999231/master.m3u8 +#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="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="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) -http://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="KNTV.us" tvg-name="Bay Area NBC (KNTV)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/KNTV_11_NBC_Bay_Area.svg/1920px-KNTV_11_NBC_Bay_Area.svg.png" group-title="Local",Bay Area NBC (KNTV) https://streams.the6tv.duckdns.org:2443/locals/BayArea/kntv-dt1.m3u8 #EXTINF:-1 tvg-id="BCCGaming.us" tvg-name="BCC Gaming" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/60qMpEK.png" group-title="Comedy",BCC Gaming (720p) @@ -212,14 +342,16 @@ http://stream04.amp.csulb.edu:1935/Beach_TV/smil:BeachTV.smil/playlist.m3u8 http://media4.tripsmarter.com:1935/LiveTV/BTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="BeachTVPawleysIsland.us" tvg-name="Beach TV (Pawleys Island)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tHopHL9.png" group-title="Local",Beach TV (Pawleys Island) (720p) http://media4.tripsmarter.com:1935/LiveTV/MTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="BeachTVFloridaAlabama.us" tvg-name="Beach TV - Florida - Alabama" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qjzj4TJ.png" group-title="Local",Beach TV - Florida - Alabama (720p) -https://5b0f5374bdf0c.streamlock.net:444/LiveTV/DTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="BeachTVKeyWestFloridaKeys.us" tvg-name="Beach TV - Key West - Florida Keys" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/p2YKsil.png" group-title="Local",Beach TV - Key West - Florida Keys (720p) -https://5b0f5374bdf0c.streamlock.net:444/LiveTV/KTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="BeachTVMyrtleBeachGrandStrand.us" tvg-name="Beach TV - Myrtle Beach - Grand Strand" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LddMCWt.png" group-title="Local",Beach TV - Myrtle Beach - Grand Strand (720p) -https://5b0f5374bdf0c.streamlock.net:444/LiveTV/MTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="BeachTVPanamaCity.us" tvg-name="Beach TV - Panama City" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GaUcUCZ.png" group-title="Local",Beach TV - Panama City (720p) -https://5b0f5374bdf0c.streamlock.net:444/LiveTV/BTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BeachTVFloridaAlabama.us" tvg-name="Beach TV (Florida - Alabama)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qjzj4TJ.png" group-title="Local",Beach TV - Florida - Alabama (720p) +https://5ed325193d4e1.streamlock.net:444/LiveTV/DTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BeachTVKeyWestFloridaKeys.us" tvg-name="Beach TV (Key West - Florida Keys)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/p2YKsil.png" group-title="Local",Beach TV - Key West - Florida Keys (720p) +https://5ed325193d4e1.streamlock.net:444/LiveTV/KTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BeachTVKeyWestFloridaKeys.us" tvg-name="Beach TV (Key West - Florida Keys)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/p2YKsil.png" group-title="Local",Beach TV - Key West - Florida Keys (720p) +https://media4.tripsmarter.com:1935/LiveTV/KTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BeachTVMyrtleBeachGrandStrand.us" tvg-name="Beach TV (Myrtle Beach - Grand Strand)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LddMCWt.png" group-title="Local",Beach TV - Myrtle Beach - Grand Strand (720p) +https://5ed325193d4e1.streamlock.net:444/LiveTV/MTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BeachTVPanamaCity.us" tvg-name="Beach TV (Panama City)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GaUcUCZ.png" group-title="Local",Beach TV - Panama City (720p) +https://5ed325193d4e1.streamlock.net:444/LiveTV/BTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="BeastModeUS.us" tvg-name="Beast Mode (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pxtr7VO.jpg" group-title="Music",Beast Mode (US) https://1f0e60dbce3043279c491fe51983361d.mediatailor.us-west-2.amazonaws.com/v1/manifest/6b8beeb9ed833d048c8c8155a25a28fe617c5474/beast_mode_plex/dedcdc71-f8ba-4371-9ed9-e5fb2a691485/5.m3u8 #EXTINF:-1 tvg-id="BeautyIQ.us" tvg-name="Beauty IQ" tvg-country="US" tvg-language="English" tvg-logo="https://i.ytimg.com/vi/JueWq1SOiwY/maxresdefault.jpg" group-title="Shop",Beauty IQ (720p) @@ -228,148 +360,260 @@ 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="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="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="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="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="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="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="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="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) http://stream.iphonewebtown.com:1935/bibleexplorations/bexplorationsmobile.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BigLifeTV.us" tvg-name="Big Life TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bjTeasa.png" group-title="Lifestyle",Big Life TV (720p) https://biglife.sinclair.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="BizTV.us" tvg-name="Biz TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4pEmcFH.png" group-title="Lifestyle",Biz TV (576p) +http://gideommd.mmdlive.lldns.net/gideommd/46c072b287224782a4d4ce93c3646589/manifest.m3u8 +#EXTINF:-1 tvg-id="BizTV.us" tvg-name="Biz TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4pEmcFH.png" group-title="Lifestyle",Biz TV (480p) +https://thegateway.app/BizAndYou/Biz_480p/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 (1080p) https://thegateway.app/BizAndYou/Biz_1080p/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="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="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://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="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="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="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="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="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="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="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="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="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="bloody.us" tvg-name="bloody" tvg-country="US" tvg-language="English" tvg-logo="https://acortar.link/eMt73" group-title="Entertainment",Bloody Disgusting TV -https://bloodydisgusting-ingest-roku-us.cinedigm.com/playlist720lp.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="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="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="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="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602dd011302f4d7da05d4bf3" group-title="",BloodyDisgusting +https://bloodydisgusting-localnow.cinedigm.com/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://bloomberg-bloomberg-1-eu.rakuten.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://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/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://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-700-1_live.m3u8 +#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="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="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) +#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="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="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="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="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="BloombergTVAsia.us" tvg-name="Bloomberg TV Asia" tvg-country="APAC" tvg-language="English" tvg-logo="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV Asia (720p) -https://cdn-videos.akamaized.net/btv/desktop/fastly/asia/live/primary.m3u8 -#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) +#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="https://i.imgur.com/3gi2eBn.jpg" group-title="Business",Bloomberg TV Asia (720p) -https://liveprodapnortheast.global.ssl.fastly.net/btv/desktop/ap_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) +#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="https://i.imgur.com/EEAwv8z.jpg" group-title="Business",Bloomberg TV Asia Live Event (720p) -https://liveprodapnortheast.global.ssl.fastly.net/btv/desktop/ap_event.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) +#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="https://i.mjh.nz/.images/tv.bloomberg.png" group-title="Business",Bloomberg TV Australia (720p) [Geo-blocked] +#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="Bloomberg" tvg-logo="https://i.imgur.com/KKFqbHw.png" group-title="Business",Bloomberg TV Australia +#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="https://i.imgur.com/VsvBUCa.jpg" group-title="Business",Bloomberg TV Australia (360p) -https://liveprodapnortheast.global.ssl.fastly.net/btv/desktop/aus_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) +#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="" group-title="Business",Bloomberg TV Australia (720p) +#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="https://i.imgur.com/EEAwv8z.jpg" group-title="Business",Bloomberg TV EMEA Live Event (720p) -https://liveprodeuwest.global.ssl.fastly.net/btv/desktop/eu_event.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) +#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="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV Europe (2160p) +#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="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV Europe (2160p) +#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="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV Europe (720p) -https://cdn-videos.akamaized.net/btv/desktop/akamai/europe/live/primary.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://liveprodeucentral.global.ssl.fastly.net/btv/desktop/eu_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) +#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="https://i.imgur.com/UuO7vxr.jpg" group-title="Business",Bloomberg TV Europe (720p) -https://liveprodeuwest.global.ssl.fastly.net/btv/desktop/eu_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) +#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="https://i.imgur.com/UuO7vxr.jpg" group-title="Business",Bloomberg TV Europe (720p) +#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="https://i.imgur.com/XCbSfMb.jpg" group-title="Business",Bloomberg TV US (576p) -http://210.210.155.35/session/1f4b9814-7ed5-11e8-aa50-c81f66f89318/uq2663/h/h03/index.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) -https://cdn-videos.akamaized.net/btv/desktop/akamai/us/live/primary.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) -https://ch.iptvmate.net/4ac2dd1a410b37e8357ae8bbac3264c5.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) -https://ch.iptvmate.net/55223f6e32038e5be12628de5464cf0e.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="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) -https://liveproduseast.akamaized.net/btv/desktop/us_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 (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 (720p) -https://liveproduseast.global.ssl.fastly.net/btv/desktop/us_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="https://i.imgur.com/4UIqtXt.jpg" group-title="Business",Bloomberg TV US Live Event (720p) -https://liveproduseast.akamaized.net/btv/desktop/us_event.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) -https://liveproduseast.global.ssl.fastly.net/btv/desktop/us_politics.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="BloombergTVPlusen.us" tvg-name="Bloomberg TV+ (en)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fhcaNlc.png" group-title="Business",Bloomberg TV+ (en) (2160p) -https://bloomberg-bloombergtv-1-fr.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlusen.us" tvg-name="Bloomberg TV+ (en)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fhcaNlc.png" group-title="Business",Bloomberg TV+ (en) (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="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) -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="BloombergTVUS.us" tvg-name="Bloomberg TV US" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Business",Bloomberg TV+ US (1080p) +#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="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="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="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="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="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://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="BNCBlackNewsChannel.us" tvg-name="BNC (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="",BNC (Black News Channel) (1080p) -http://redbox-blacknewschannel-xumo.amagi.tv/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="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 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 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 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="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="Boomerang.us" tvg-name="Boomerang" tvg-country="US" tvg-language="" tvg-logo="https://static.epg.best/br/Boomerang.br.png" group-title="",Boomerang -https://livecdn.fptplay.net/qnetlive/boomerang_hls.smil/chunklist_b2500000.m3u8 -#EXTINF:-1 tvg-id="FOX Boston-US" tvg-name="FOX Boston-US" 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) -https://svc-lvanvato-cxtv-wfxt.cmgvideo.com/wfxt/2564k/index.m3u8 -#EXTINF:-1 tvg-id="Bounce.us" tvg-name="Bounce" tvg-country="US" tvg-language="" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/dyotpl.png" group-title="General",Bounce (720p) +#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 +#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-roku-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-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Brut.us" tvg-name="Brut." tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/oWj3dQP.jpg" group-title="News",Brut. -https://a.jsrdn.com/broadcast/baac3e801e/+0000/high/c.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="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="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="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="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="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="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="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="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="http://3.bp.blogspot.com/-Ngn_IHUGV-E/VoGzyGsSlkI/AAAAAAAAAjc/XTspAPwP2TE/s1600/CMC-Music-Channel.png" group-title="Music",California Music Channel (720p) -https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/CCURstream.m3u8 -#EXTINF:-1 tvg-id="California Music Channel(CMTV)-US" tvg-name="California Music Channel(CMTV)-US" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/cmc-cali-tv.png" group-title="Music",California Music Channel (720p) -https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/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 +#EXTINF:-1 tvg-id="CaliforniaMusicChannel.us" tvg-name="California Music Channel" tvg-country="US" tvg-language="English" tvg-logo="http://3.bp.blogspot.com/-Ngn_IHUGV-E/VoGzyGsSlkI/AAAAAAAAAjc/XTspAPwP2TE/s1600/CMC-Music-Channel.png" group-title="Music",California Music Channel +https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMCU-92/playlist.m3u8 #EXTINF:-1 tvg-id="CaliforniaBakersfieldSTIRR.us" tvg-name="California: Bakersfield (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",California: Bakersfield (STIRR) (720p) https://dai.google.com/linear/hls/event/-4GLQIcZTUWzP8vDAXNQsQ/master.m3u8 #EXTINF:-1 tvg-id="CaliforniaChicoReddingSTIRR.us" tvg-name="California: Chico-Redding (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",California: Chico-Redding (STIRR) (720p) @@ -378,419 +622,800 @@ 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="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="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="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="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="" tvg-logo="https://www.capitalotb.com/wp-content/uploads/2019/09/COTB-Logo.png" group-title="Sports",Captital OTB Betting (720p) +#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="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="" 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="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="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/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="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="CBS9WashingtonDCWUSAHD.us" tvg-name="CBS 9 Washington DC (WUSA-HD)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ekt1an0.png" group-title="Local",CBS 9 Washington DC (WUSA-HD) (720p) -https://wusa-lh.akamaihd.net/i/WUSA_Breaking_1@98930/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="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="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="" 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://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="https://i.imgur.com/Qu9NAwe.png" group-title="News",CBS News (720p) -https://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8?iu=/8264/vaw-can/mobile_web/cbsnews_mobile -#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="News",CBS News Boston (720p) -https://dai.google.com/linear/hls/event/26FJK7wRSo6RhPsK70XS_w/master.m3u8?iu=/4128/CBS.BOSTON.OTT -#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="News",CBS News Los Angeles (720p) -https://dai.google.com/linear/hls/event/TxSbNMu4R5anKrjV02VOBg/master.m3u8?iu=/4128/CBS.LA.OTT -#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) -https://live.field59.com/wgcl/ngrp:wgcl1_all/playlist.m3u8 -#EXTINF:-1 tvg-id="CBSN.us" tvg-name="CBSN" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/cbsn.png" group-title="News",CBSN -https://cbsn-us-cedexis.cbsnstream.cbsnews.com/out/v1/55a8648e8f134e82a470f83d562deeca/master_7.m3u8 -#EXTINF:-1 tvg-id="CBSN.us" tvg-name="CBSN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HbOrvOn.jpg" group-title="News",CBSN (360p) +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://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="CBSN.us" tvg-name="CBSN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HbOrvOn.jpg" group-title="News",CBSN (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 https://cbsnhls-i.akamaihd.net/hls/live/264710/CBSN_mdialog/prodstream/master.m3u8 -#EXTINF:-1 tvg-id="CBSN.us" tvg-name="CBSN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",CBSN (720p) -https://dai.google.com/linear/hls/event/26FJK7wRSo6RhPsK70XS_w/master.m3u8 -#EXTINF:-1 tvg-id="CBSN.us" tvg-name="CBSN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kuZyiqg.jpg" group-title="News",CBSN (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://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8 -#EXTINF:-1 tvg-id="CBSNBayArea.us" tvg-name="CBSN Bay Area" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/PNrkhuf.jpg" group-title="Local",CBSN Bay Area (720p) -https://dai.google.com/linear/hls/event/VE8b4n-YStusEGv5Z2NmsQ/master.m3u8?iu=/4128/CBS.SF.OTT -#EXTINF:-1 tvg-id="CBSNBayArea.us" tvg-name="CBSN Bay Area" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1afb21486df0007abc57c/colorLogoPNG.png" group-title="Local",CBSN 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) (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="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="CBSNBoston.us" tvg-name="CBSN Boston" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1af2ad345340008fccd1e/colorLogoPNG.png" group-title="Local",CBSN 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) (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://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="CBSNChicago.us" tvg-name="CBSN Chicago" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1aeb2fd4b8a00076c2047/colorLogoPNG.png" group-title="Local",CBSN 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) (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://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="CBSNDallas.us" tvg-name="CBSN Dallas" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eceb0d4065c240007688ec6/colorLogoPNG.png" group-title="Local",CBSN Dallas (720p) -http://dai.google.com/linear/hls/event/o5J3g4U9T16CvYnS7Qd86Q/master.m3u8 -#EXTINF:-1 tvg-id="CBSNDenver.us" tvg-name="CBSN Denver" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1b12146cba40007aa7e5d/colorLogoPNG.png" group-title="Local",CBSN Denver (Pluto TV) (720p) +#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://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://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="CBSNLosAngeles.us" tvg-name="CBSN Los Angeles" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5dc481cda1d430000948a1b4/colorLogoPNG.png" group-title="Local",CBSN Los Angeles (720p) -http://dai.google.com/linear/hls/event/TxSbNMu4R5anKrjV02VOBg/master.m3u8 -#EXTINF:-1 tvg-id="CBSNMinnesota.us" tvg-name="CBSN Minnesota" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BxwGweD.jpg" group-title="Local",CBSN Minnesota (720p) -https://dai.google.com/linear/hls/event/zcWPVCfURNSPxeidcckQLA/master.m3u8?iu=/4128/CBS.MINN.OTT -#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) -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="" group-title="News",CBSN New York (720p) -https://cbsn-ny-cedexis.cbsnstream.cbsnews.com/out/v1/ec3897d58a9b45129a77d67aa247d136/master.m3u8 -#EXTINF:-1 tvg-id="CBSNNewYork.us" tvg-name="CBSN New York" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",CBSN New York (180p) -https://cbsn-ny-cedexis.cbsnstream.cbsnews.com/out/v1/ec3897d58a9b45129a77d67aa247d136/master_12.m3u8 +#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="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://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://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="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="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="https://i.imgur.com/ubsNr5F.jpg" group-title="Local",CBSN New York (720p) -https://dai.google.com/linear/hls/event/rtcMlf4RTvOEkaudeany5w/master.m3u8?iu=/4128/CBS.NY.OTT -#EXTINF:-1 tvg-id="CBSNPhilly.us" tvg-name="CBSN Philly" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BjO1ABv.jpg" group-title="Local",CBSN Philly (720p) -https://dai.google.com/linear/hls/event/Xu-ITJ2GTNGaxGn893mmWg/master.m3u8?iu=/4128/CBS.PHILLY.OTT -#EXTINF:-1 tvg-id="CBTVNow.us" tvg-name="CBTV Now" tvg-country="US" tvg-language="Portuguese" tvg-logo="https://i.imgur.com/Cj6kg2X.png" group-title="",CBTV Now -https://oj7lng29dg82-hls-live.5centscdn.com/lives/f7b44cfafd5c52223d5498196c8a2e7b.sdp/index.m3u8 +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="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="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="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/chunklist.m3u8 +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="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/chunklist.m3u8 -#EXTINF:-1 tvg-id="CGTV.us" tvg-name="CGTV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Legislative",CGTV +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="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="CHARGESTIRR.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="Charge.us" tvg-name="Charge!" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/0/09/Charge%21_network_logo.png" group-title="Movies",Charge! (720p) +#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="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="Cheddar.us" tvg-name="Cheddar" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812afe1d0f0b8d55dde67fa/colorLogoPNG.png" group-title="News",Cheddar (1080p) -http://plutotv.vo.llnwd.net/m/hlslive/cheddar.m3u8?chname=cheddar&pub=0 -#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="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="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="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="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="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/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="English" tvg-logo="https://i.imgur.com/2OnFFoP.png" group-title="Business",Cheddar (1080p) -https://live.chdrstatic.com/cheddar/primary/1.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 +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="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 -https://livestream.chdrstatic.com/b93e5b0d43ea306310a379971e384964acbe4990ce193c0bd50078275a9a657d/cheddar-42620/cheddarweblive/cheddar/primary/4.m3u8 -#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 +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="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://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="CheddarXUMO.us" tvg-name="Cheddar (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://image.xumo.com/v1/channels/channel/9999945/248x140.png?type=channelTile" group-title="Business",Cheddar (XUMO) (1080p) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CheddarBigNews.us" tvg-name="Cheddar Big News" tvg-country="US" tvg-language="English" tvg-logo="https://sonyvueimgs.akamaized.net/epg-images/channel/26591/cheddar_news_440x330_NETWORK_LARGE_440_330.png" group-title="News",Cheddar Big News (1080p) +#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="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="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://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="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/tracks-v1a1/mono.m3u8 +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/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" tvg-name="Chive TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tTmLQwo.png" group-title="General",Chive TV -https://a.jsrdn.com/broadcast/4df1bf71c1/+0000/high/c.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://rpn1.bozztv.com/36bay2/gusa-chefrock/mono.m3u8 +#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="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="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="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 +https://linear-11.frequency.stream/dist/plex/11/hls/master/playlist.m3u8 +#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="CIPolsat.us" tvg-name="CI Polsat" tvg-country="PL" tvg-language="" tvg-logo="" group-title="",CI Polsat (1080p) -http://91.218.60.3:8001/play/a019 -#EXTINF:-1 tvg-id="CINEROMATICOXUMO.us" tvg-name="CINE ROMATICO (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 ROMATICO (XUMO) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-rokucineromantico/CDN/playlist.m3u8 +#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="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 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="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 (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="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="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="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="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://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="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="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="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="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://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="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="",Civilized (Bumblebee) +#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="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="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="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 #EXTINF:-1 tvg-id="ClassicArtsShowcase" tvg-name="Classic Arts Showcase" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2LJzdu6.png" group-title="Classic",Classic Arts Showcase (720p) https://d3s1xaoyhrialn.cloudfront.net/CAS/index.m3u8 #EXTINF:-1 tvg-id="ClassicCinema.us" tvg-name="Classic Cinema" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/tC4AePW.png" group-title="Classic",Classic Cinema (240p) -https://rpn1.bozztv.com/36bay2/gusa-classiccinema/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" tvg-name="Classic Movies Channel" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/pltVS6t.png" group-title="",Classic Movies Channel (480p) +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="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="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="CMC2US.us" tvg-name="CMC 2 (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/aDReLcK.png" group-title="Music",CMC 2 (US) -https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMC-TV/chunklist.m3u8 -#EXTINF:-1 tvg-id="CMCUSA.us" tvg-name="CMC-USA" tvg-country="US" tvg-language="English" tvg-logo="https://www.pngfind.com/pngs/m/258-2582037_cmc-usa-graphic-design-hd-png-download.png" group-title="Music",CMC-USA (1080p) -https://cmctv.ios.internapcdn.net/cmctv_vitalstream_com/live_1/CMCU-92/playlist.m3u8 +#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="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 -#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?sd=10 -#EXTINF:-1 tvg-id="CNN.us" tvg-name="CNN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",CNN -https://1176700211.rsc.cdn77.org/RIt39SYpyt0PBk0RRsk40w==,1623410566/1176700211/index.m3u8 +#EXTINF:-1 tvg-id="CNN.us" tvg-name="CNN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ivyl5SQ.gif" group-title="News",CNN +http://stream.tvtap.live:8081/live/us-cnn.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="CNN.us" tvg-name="CNN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ivyl5SQ.gif" group-title="News",CNN +https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8 +#EXTINF:-1 tvg-id="CNN.us" tvg-name="CNN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ivyl5SQ.gif" group-title="News",CNN +https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_2_1964000.m3u8 +#EXTINF:-1 tvg-id="CNN.us" tvg-name="CNN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ivyl5SQ.gif" group-title="News",CNN +https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_3_1464000.m3u8 +#EXTINF:-1 tvg-id="CNN.us" tvg-name="CNN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ivyl5SQ.gif" group-title="News",CNN +https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_1064000.m3u8 #EXTINF:-1 tvg-id="CNNPlutoTV.us" tvg-name="CNN (Pluto TV)" tvg-country="US" tvg-language="News" tvg-logo="https://i.imgur.com/Ivyl5SQ.gif" group-title="News",CNN (Pluto TV) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5421f71da6af422839419cb3/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=209&deviceId=5421f71da6af422839419cb3&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="CNNINTERNACIONAL.us" tvg-name="CNN INTERNACIONAL" tvg-country="US" tvg-language="Spanish" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQmbyQkZMsuM4Sw9sHfBlotwQchGnLR6g4uMt79XhtEaLRAcS92rw" group-title="",CNN INTERNACIONAL -http://us1-external-sources.iptvserver.tv:80/kkkrkDp2a9KNwAwGzpb/QT94uK5NNQw4r4Qs/656 -#EXTINF:-1 tvg-id="CNNInternational.us" tvg-name="CNN International" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/bD9jUgK.png" group-title="News",CNN International (720p) +#EXTINF:-1 tvg-id="CNNInternational.us" tvg-name="CNN International" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/2BXCg0x.jpg" group-title="News",CNN International (720p) https://cnn-cnninternational-1-de.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="CNNInternational.us" tvg-name="CNN International" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bD9jUgK.png" group-title="News",CNN International -https://cnn-cnninternational-1-de.samsung.wurl.com/manifest/playlist_384_216_500k.m3u8 +#EXTINF:-1 tvg-id="CNNInternational.us" tvg-name="CNN International" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/2BXCg0x.jpg" group-title="News",CNN International (720p) +https://cnn-cnninternational-1-eu.rakuten.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="CNNInternational.us" tvg-name="CNN International" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/2BXCg0x.jpg" group-title="News",CNN International (720p) https://cnn-cnninternational-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="CNNInternationalMeiGuo.us" tvg-name="CNN International (็พŽๅ›ฝ)" tvg-country="US" tvg-language="English" tvg-logo="http://static.epg.best/gb/CNN.uk.png" group-title="News",CNN International (็พŽๅ›ฝ) -https://liveanevia.mncnow.id/live/eds/CNNInternational/sa_dash_vmx/CNNInternational.mpd -#EXTINF:-1 tvg-id="CNNInternationalHD.us" tvg-name="CNN International HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bD9jUgK.png" group-title="News",CNN International HD -https://cnn-cnninternational-1-gb.samsung.wurl.com/manifest/playlist_1280x720_3000k.m3u8 -#EXTINF:-1 tvg-id="CNNPhilippines.us" tvg-name="CNN Philippines" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CNN Philippines -https://streaming.cnnphilippines.com/live/myStream/chunklist_w1877522213.m3u8 -#EXTINF:-1 tvg-id="CNNPhilippines.us" tvg-name="CNN Philippines" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",CNN Philippines +#EXTINF:-1 tvg-id="CNNPhilippines.us" tvg-name="CNN Philippines" tvg-country="PH" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/CNN_Philippines_Logo.svg/220px-CNN_Philippines_Logo.svg.png" group-title="News",CNN Philippines https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="CNNTURKHD.us" tvg-name="CNN TURK HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CNN TURK HD -https://mn-nl.mncdn.com/blutv_cnnturk/smil:cnnturk_sd.smil/chunklist_b2064000.m3u8 #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 -http://media.netd.com.tr/S1/HLS_LIVE/cnn_turk/1000/prog_index.m3u8 -#EXTINF:-1 tvg-id="CNNTURKHDPlus.us" tvg-name="CNN TรœRK HD+" tvg-country="US" tvg-language="" tvg-logo="" group-title="",CNN TรœRK HD+ 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="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://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="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="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="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="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="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="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="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="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="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="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="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="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://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="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="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="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 -#EXTINF:-1 tvg-id="ConTV.us" tvg-name="ConTV" tvg-country="US" tvg-language="English" tvg-logo="https://image.xumo.com/v1/providers/provider/230/300x300.png?type=color_onBlack" group-title="Documentary",ConTV -https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo123-contv/CDN/1280x720_2108000/chunklist.m3u8 -#EXTINF:-1 tvg-id="CONtv.us" tvg-name="CONtv" tvg-country="US" tvg-language="English" tvg-logo="https://p14.zdassets.com/hc/settings_assets/667658/200059238/nUGjGiWPOdPJxcFva0eEpw-Contv-logoBig.png" group-title="Documentary",CONtv (1080p) +#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 +http://contv.sinclair.wurl.com/manifest/da1285e1dd4323e6aff01b01cd40651c.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 (1080p) [Geo-blocked] https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo123-contv/CDN/master.m3u8 -#EXTINF:-1 tvg-id="CONtv.us" tvg-name="CONtv" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lNb5tRv.png" group-title="Movies",CONtv (1080p) +#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 +https://contv-localnow.cinedigm.com/playlist.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 +https://contv-plex-ingest.cinedigm.com/playlist.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 +https://contv-redbox-us-ingest.cinedigm.com/playlist.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 https://contv-stirr.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CONtv.us" tvg-name="CONtv" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Documentary",CONtv (1080p) +#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 +https://contv-tcl.amagi.tv/playlist.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 +https://contv.samsung.wurl.com/manifest/playlist.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 +https://contv.vizio.wurl.com/manifest/playlist.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 +https://d2rir1vttzppfq.cloudfront.net/playlist.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 (1080p) https://dai.google.com/linear/hls/event/o8Smo_gsSAm26uW9Xkww_g/master.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) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.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="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://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="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="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="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="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="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://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 +#EXTINF:-1 tvg-id="CookingPandaSource2.us" tvg-name="Cooking Panda" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/CookingPanda_900x900.png?raw=true" group-title="Cooking",Cooking Panda +https://stream.ads.ottera.tv/playlist.m3u8?network_id=47 #EXTINF:-1 tvg-id="CornerstoneTV.us" tvg-name="Cornerstone TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cV8FKR9.png" group-title="Religious",Cornerstone TV (720p) http://cdn.media9.truegod.tv/ctvnlive/smil:ctvn.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CoronaVirusGovBumblebee.us" tvg-name="CoronaVirus.Gov (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F9523b066-6cfe-4931-bde2-d082b03bceae?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=0504626a77a1ef74cc6e212e7a7451cf" group-title="",CoronaVirus.Gov (Bumblebee) +#EXTINF:-1 tvg-id="CoronaVirusGovBumblebee.us" tvg-name="CoronaVirus.Gov (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F9523b066-6cfe-4931-bde2-d082b03bceae?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=0504626a77a1ef74cc6e212e7a7451cf" group-title="Science",CoronaVirus.Gov (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e7559e8a46b495a2283c5e8/playlist.m3u8 -#EXTINF:-1 tvg-id="CountryBoyKidsVideoBumblebee.us" tvg-name="Country Boy Kids Video (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2FCountry-Boy-Kid-Videos.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=9ac04ff1b743deaf39f243fef93ceded" group-title="",Country Boy Kids Video (Bumblebee) +#EXTINF:-1 tvg-id="CountryBoyKidsVideoBumblebee.us" tvg-name="Country Boy Kids Video (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2FCountry-Boy-Kid-Videos.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=9ac04ff1b743deaf39f243fef93ceded" group-title="Kids",Country Boy Kids Video (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf225aed5eeee0f5a4094bd/playlist.m3u8 +#EXTINF:-1 tvg-id="CourtTV.us" tvg-name="Court TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60526b849849524498245b78" group-title="Documentary",Court TV +https://cdn-katz-networks-01.vos360.video/Content/HLS/Live/channel(courttv)/index.m3u8 +#EXTINF:-1 tvg-id="CourtTV.us" tvg-name="Court TV" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60526b849849524498245b78" group-title="Documentary",Court TV +https://content.uplynk.com/channel/6c0bd0f94b1d4526a98676e9699a10ef.m3u8 +#EXTINF:-1 tvg-id="CourtTVMystery.us" tvg-name="Court TV Mystery" tvg-country="US" tvg-language="English" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/teleup/content/common/logos/channel/logos/court-tv-mystery.png" group-title="Entertainment",Court TV Mystery +https://bozztv.com/teleyupp/teleup-mystery/playlist.m3u8 #EXTINF:-1 tvg-id="Cozi16WZTS.us" tvg-name="Cozi 16 WZTS" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6xlSsOY.png" group-title="Local",Cozi 16 WZTS (480p) https://2-fss-2.streamhoster.com/pl_120/201852-1297026-1/master.m3u8 #EXTINF:-1 tvg-id="KNSD.us" tvg-name="KNSD-DT2" tvg-country="US" tvg-language="English" tvg-logo="https://media.nbcsandiego.com/2021/04/San-Diego.png" group-title="Classic",COZI TV (KNSD-DT2) https://streams.the6tv.duckdns.org:2443/locals/SanDiego/knsd-dt2.m3u8 +#EXTINF:-1 tvg-id="Crackle.us" tvg-name="Crackle" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjUyNDQ4NjZf/Crackle_365x365.png" group-title="Movies",Crackle +https://crackle-plex.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="CrackleTVXUMO.us" tvg-name="Crackle TV (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XAQpMY6.png" group-title="Movies",Crackle TV (XUMO) (1080p) http://crackle-xumo.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="CrimePlusInvestigation.us" tvg-name="Crime + Investigation" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/id/CrimeInvestigation.id.png" group-title="Entertainment",Crime + Investigation +http://203.154.243.31:15001 +#EXTINF:-1 tvg-id="214dbd" tvg-name="Crime_360" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fYXChY0.png" group-title="Documentary",Crime 360 +https://aenetworks-crime360-1.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Crime360.us" tvg-name="Crime 360" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uZPmFMY.png" group-title="Documentary",Crime 360 (720p) https://aenetworks-crime360-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="CrimeStorySTIRR.us" tvg-name="Crime Story (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/85d2d767-c699-4fbe-b53b-7256107e0c0e-small3x1_stirr_1219_epg_crimestory_1920x1080_v2.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Classic",Crime Story (STIRR) (720p) https://dai.google.com/linear/hls/event/HgozmUlQQviIXFUF23mloA/master.m3u8 +#EXTINF:-1 tvg-id="CrimeTime.us" tvg-name="Crime Time" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cQxKMMJ.jpg" group-title="Documentary",Crime Time +https://crimetimebamca-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="CSatTV.us" tvg-name="CSat TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cigpFzt.png" group-title="Religious",CSat TV http://media.smc-host.com:1935/csat.tv/smil:csat.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CTNCourtFeed.us" tvg-name="CT-N Court Feed" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/He6Ugfn.jpg" group-title="Local",CT-N Court Feed -http://video.ct-n.com/live/ctnSupreme/chunklist_DVR.m3u8 +http://video.ct-n.com/live/ctnSupreme/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="CTNLiveStream2.us" tvg-name="CT-N Live Stream 2" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/He6Ugfn.jpg" group-title="Local",CT-N Live Stream 2 (360p) http://video.ct-n.com/live/web2stream/playlist.m3u8 #EXTINF:-1 tvg-id="CTNTVConneticut.us" tvg-name="CT-N TV - Conneticut" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pb0TFQt.jpg" group-title="Local",CT-N TV - Conneticut -http://video.ct-n.com/live/ctnstream/chunklist_w1116602077_DVR.m3u8 +http://video.ct-n.com/live/ctnstream/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="CTN.us" tvg-name="CTN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Bj37ZMY.png" group-title="Local",CTN (404p) http://admin.ottdemo.rrsat.com:1935/ctntv/ctntv2/playlist.m3u8 #EXTINF:-1 tvg-id="CTN.us" tvg-name="CTN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Bj37ZMY.png" group-title="Local",CTN -http://rtmp.ottdemo.rrsat.com/ctntv/ctntvmulti.smil/chunklist.m3u8 +http://rtmp.ottdemo.rrsat.com/ctntv/ctntvmulti.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CTN.us" tvg-name="CTN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Bj37ZMY.png" group-title="Local",CTN https://rrsatrtmp.tulix.tv/ctntv/ctntvmulti.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CuteZoneBumblebee.us" tvg-name="Cute Zone (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Fcute-zone.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=0eb5359f464589b0287ccb741641be56" group-title="",Cute Zone (Bumblebee) +#EXTINF:-1 tvg-id="CuteZoneBumblebee.us" tvg-name="Cute Zone (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Fcute-zone.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=0eb5359f464589b0287ccb741641be56" group-title="Kids",Cute Zone (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/playlist.m3u8 +#EXTINF:-1 tvg-id="CVTVChannel23.us" tvg-name="CVTV Channel 23" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VFPid91.png" group-title="Local",CVTV Channel 23 +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="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="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="DangerTV.us" tvg-name="Danger TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4aTk45R.png" group-title="",Danger TV (720p) +#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="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="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="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="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="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="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="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="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="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="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="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 -#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="Decentric.us" tvg-name="Decentric" tvg-country="US" tvg-language="" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5faa9a81b5897b637c050cd2" group-title="",Decentric Media +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="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="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="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="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="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="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="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="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="DisneyChannelSouthKorea.us" tvg-name="Disney Channel South Korea" tvg-country="KR" tvg-language="Korean" tvg-logo="https://img.pooq.co.kr/BMS/ChannelImg/30_disney.png" group-title="",Disney Channel South Korea -http://sksmsanf.iptime.org:9999/klive/api/url.m3u8?m=url&s=wavve&i=D01&q=SD&apikey=OJW57DXHXF -#EXTINF:-1 tvg-id="DisneyJuniorSouthKorea.us" tvg-name="Disney Junior South Korea" tvg-country="KR" tvg-language="Korean" tvg-logo="https://img.pooq.co.kr/BMS/ChannelImg/36_disney%20Junior.png" group-title="",Disney Junior South Korea -http://sksmsanf.iptime.org:9999/klive/api/url.m3u8?m=url&s=wavve&i=D02&q=SD&apikey=OJW57DXHXF -#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 +#EXTINF:-1 tvg-id="DittyTV.us" tvg-name="Ditty TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/p5rREUo.png" group-title="",Ditty TV +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="DivorceCourtBumblebee.us" tvg-name="Divorce Court (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F5be3347a-51fb-4965-9df3-476a133d8a07?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=321fe4c8dc06f0299cf1a1b336808f97" group-title="",Divorce Court (Bumblebee) -https://44fbc29539b04817bbfc7e40a5b4a1ab.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e76d1474f9020c06f9ee/playlist.m3u8 +#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) +#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="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="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="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="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="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="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="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="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://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 #EXTINF:-1 tvg-id="DoveChannel.us" tvg-name="Dove Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cN4ESSg.png" group-title="Family",Dove Channel (1080p) 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="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="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="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="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="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="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="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="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="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="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="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="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="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/1200.m3u8 +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="Dust.us" tvg-name="Dust" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Dust (720p) +#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/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/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/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="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="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 -#EXTINF:-1 tvg-id="EUSA.us" tvg-name="E! USA" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcRnl5zQhn60mk5F4yat9iLYiV4vk7shXOSMMViI1KokZJEwA_Hs" group-title="Lifestyle",E! USA -http://supertexasiptv.ddns.net:8000/bktv.xyz/qLqJNcj9rd/91 #EXTINF:-1 tvg-id="ECUAVISAHD.us" tvg-name="ECUAVISA HD" tvg-country="US" tvg-language="" tvg-logo="http://2.bp.blogspot.com/-hBXrxjYak44/UwzxFQPotaI/AAAAAAAABDU/xxrf0lEwffk/w1200-h630-p-k-no-nu/ecuavisa.png" group-title="",ECUAVISA HD -https://livestreamcdn.net:444/Alientoenvivo/Alientoenvivo.smil/chunklist_w238180654_b1300000_slen.m3u8 -#EXTINF:-1 tvg-id="EdgeSport.us" 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="EdgeSportUS.us" 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="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.us" 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="EDGESportSTIRR.us" 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 +https://livestreamcdn.net:444/Alientoenvivo/Alientoenvivo.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ElConflecto.us" tvg-name="El Conflecto!" tvg-country="US" tvg-language="" tvg-logo="" group-title="",El Conflecto! +https://content.uplynk.com/channel/c56a6c94a53843c79d3eca411d39f96f.m3u8 +#EXTINF:-1 tvg-id="ElSembradorNuevaEvangelizacionESNE.us" tvg-name="El Sembrador Nueva Evangelizaciรณn (ESNE)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/APhSi1Y.jpg" group-title="",El Sembrador Nueva Evangelizaciรณn (ESNE) +https://zypelive-lh.akamaihd.net/i/default_1@710948/master.m3u8 +#EXTINF:-1 tvg-id="ElSembradorNuevaEvangelizacionESNE.us" tvg-name="El Sembrador Nueva Evangelizaciรณn (ESNE)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/APhSi1Y.jpg" group-title="",El Sembrador Nueva Evangelizaciรณn (ESNE) +https://zypelive-lh.akamaihd.net/i/default_1@745572/master.m3u8 #EXTINF:-1 tvg-id="ElbesharaTv.us" tvg-name="Elbeshara Tv" tvg-country="US;EG" tvg-language="Arabic" tvg-logo="http://en.elbesharagtv.com/uploads/7/9/0/0/79001918/300x169_3_orig.png" group-title="Religious",Elbeshara Tv http://media3.smc-host.com:1935/elbesharagtv.com/gtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ElectricNowSTIRR.us" tvg-name="Electric Now (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/6e9b5b43-d409-47a5-a13a-fdba785d466b-small3x1_STIRR_Logo_0320_ElectricNOW_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Electric Now (STIRR) (1080p) +#EXTINF:-1 tvg-id="ElectricNow.us" tvg-name="Electric Now" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjgzOTI0NjRf/ElectricNow_300x300.png" group-title="Entertainment",Electric Now +https://dai2.xumo.com/amagi_hls_data_xumo1212A-electricnow/CDN/master.m3u8 +#EXTINF:-1 tvg-id="ElectricNow.us" tvg-name="Electric Now" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5f8b8b302ada2c2ec9112083" group-title="Entertainment",Electric Now +https://ov.ottera.tv/live/master.m3u8?channel=elec_en +#EXTINF:-1 tvg-id="ElectricNow.us" tvg-name="Electric Now" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjgzOTI0NjRf/ElectricNow_300x300.png" group-title="",Electric Now +https://stream.ads.ottera.tv/playlist.m3u8?network_id=53 +#EXTINF:-1 tvg-id="ElectricNowSTIRR.us" tvg-name="Electric Now (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/6e9b5b43-d409-47a5-a13a-fdba785d466b-small3x1_STIRR_Logo_0320_ElectricNOW_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Entertainment",Electric Now (STIRR) (1080p) https://dai.google.com/linear/hls/event/KsvJAc81Qoewj6opYso6Fw/master.m3u8 #EXTINF:-1 tvg-id="ENBumblebee.us" tvg-name="EN (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://media.unreel.me/prod/bumblebeetv/general/f260a87a-ab75-43f7-bafd-49f4143262b0" group-title="",EN (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e25a1932c8368bdbfd87d/playlist.m3u8 #EXTINF:-1 tvg-id="EntertainmentTonight.us" tvg-name="Entertainment Tonight" tvg-country="US" tvg-language="English" tvg-logo="https://pmcdeadline2.files.wordpress.com/2018/10/et-live1-e1541006731547.png" group-title="News",Entertainment Tonight (1080p) https://etlive-mediapackage-fastly.cbsaavideo.com/dvr/manifest.m3u8 +#EXTINF:-1 tvg-id="Entrepeneur.us" tvg-name="Entrepeneur" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Entrepeneur +https://a.jsrdn.com/broadcast/7582ed85f7/+0000/c.m3u8 #EXTINF:-1 tvg-id="EpikMBumblebee.us" tvg-name="Epik M (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2FEpic-Makes-Misses-and-Mayhem.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=4a99e1dcf831ed39d1a860394f57205e" group-title="",Epik M (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22225d5eeee0f5a40941d/playlist.m3u8 #EXTINF:-1 tvg-id="EscambiaCountyTV.us" tvg-name="Escambia County TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SKfoci2.png" group-title="Legislative",Escambia County TV (720p) https://stream.swagit.com/live-edge/escambiacountyfl/live-1-a/playlist.m3u8 #EXTINF:-1 tvg-id="eScapesXUMO.us" tvg-name="eScapes (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lb0ddYv.png" group-title="",eScapes (XUMO) https://dai2.xumo.com/amagi_hls_data_xumo1212A-escapes/CDN/master.m3u8 -#EXTINF:-1 tvg-id="ESNETV.us" tvg-name="ESNE TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fGdHIGy.png" group-title="Religious",ESNE TV (1080p) -https://zypelive-lh.akamaihd.net/i/default_1@710948/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 (720p) -https://gma2.blab.email/fs2.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) -https://gma2.blab.email/espn2.m3u8 -#EXTINF:-1 tvg-id="ESPNNews.us" tvg-name="ESPN News" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN News (720p) -https://gma2.blab.email/espnews.m3u8 -#EXTINF:-1 tvg-id="ESPNU.us" tvg-name="ESPN U" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",ESPN U (720p) -https://gma2.blab.email/espnu.m3u8 +#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="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="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="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="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="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="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="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="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="Entertainment",ESRevolution (STIRR) (720p) https://dai.google.com/linear/hls/event/7-91LhuBQNONHzAbrFQr-Q/master.m3u8 -#EXTINF:-1 tvg-id="ETLive.us" tvg-name="ET Live" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/vTlQAIX.jpg" group-title="Entertainment",ET Live (1080p) -https://etlive-mediapackage-fastly.cbsaavideo.com/dvr/manifest.m3u8?iu=/8264/vaw-can/desktop/cbslocal -#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="",ET Live (Pluto TV) (1080p) +#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="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="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="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="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="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="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="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="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="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="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="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="English" tvg-logo="https://i.imgur.com/FYGPodV.jpg" group-title="Documentary",Everyday Heroes -https://a.jsrdn.com/broadcast/7b1451fa52/+0000/high/c.m3u8 +#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="EWTNaufDeutsch.us" tvg-name="EWTN auf Deutsch" tvg-country="DE" tvg-language="German" tvg-logo="" group-title="",EWTN auf Deutsch (720p) -https://d3j0n5al39mfyd.cloudfront.net/p/GERG.m3u8 +#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="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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="EXTREMATV.us" tvg-name="EXTREMA TV" tvg-country="US" tvg-language="" tvg-logo="https://www.unored247.com/bill/templates/smartlinehost/html/images/extrema_client_logo.png" group-title="",EXTREMA TV +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="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://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="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="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="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="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="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="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="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="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="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="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="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="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/_definst_/mp4:fairfax.stream/chunklist.m3u8 +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="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://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="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="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 http://ott-cdn.ucom.am/s79/index.m3u8 #EXTINF:-1 tvg-id="FastWay.us" tvg-name="FastWay" tvg-country="US;IN" tvg-language="English" tvg-logo="" group-title="General",FastWay (576p) http://fastway.ddns.net:6421/fastway/live10/index.m3u8 +#EXTINF:-1 tvg-id="FatGuysintheWoods.us" tvg-name="Fat Guys in the Woods" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/5fbebd6c1ed3cd231349ddc2" group-title="Series",Fat Guys in the Woods +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="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 +#EXTINF:-1 tvg-id="LocalNowFearThisSciFi.us" tvg-name="Local Now Fear This! Sci-Fi" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/60627a97603dcd03ae7ed472" group-title="Entertainment",Fear This! Sci-Fi +https://linear-163.frequency.stream/dist/localnow/163/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="FGTVBumblebee.us" tvg-name="FGTV (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2Fcd1ba66f-9f65-46dd-b108-b0b94b0dac67?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=3a7c485be0bdb3dbc012a4fd4fd40307" group-title="Kids",FGTV (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/playlist.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="Education",Field & Stream +#EXTINF:-1 tvg-id="FidoTV.us" tvg-name="Fido TV" tvg-country="US" tvg-language="" tvg-logo="https://www.petage.com/wp-content/uploads/2016/11/FidoTV.jpg" group-title="",Fido TV +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="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 -#EXTINF:-1 tvg-id="FieldStream.us" tvg-name="Field & Stream" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Education",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="Outdoor",Field & Stream 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="FightSports.us" tvg-name="Fight Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wB9CkPG.jpg" group-title="Sports",Fight Sports (576p) -http://210.210.155.35/session/b09f20ac-0755-11e9-90c8-c81f66f89318/uq2663/h/h05/index.m3u8 -#EXTINF:-1 tvg-id="FightSports.us" tvg-name="Fight Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wB9CkPG.jpg" group-title="Sports",Fight Sports (576p) -http://210.210.155.35/uq2663/h/h05/index.m3u8 -#EXTINF:-1 tvg-id="FilmHubXUMO.us" tvg-name="Film Hub (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/nZEaSAb.png" group-title="",Film Hub (XUMO) -http://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxfilmhub/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseClassicTVSTIRR.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) +#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="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="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="FilmRiseClassicTVXUMO.us" tvg-name="FilmRise Classic TV (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GvqmzPn.jpg" group-title="",FilmRise Classic TV (XUMO) (720p) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-filmriseclassictv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseClassics.us" tvg-name="Filmrise Classics" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Movies",Filmrise Classics -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmriseclassictv/CDN/648x432_5000000/index.m3u8 +#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="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/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisecrime/CDN/640x432_2500000/index.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/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisecrime/CDN/640x432_5000000/index.m3u8 -#EXTINF:-1 tvg-id="FilmriseFamily.us" tvg-name="Filmrise Family" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ypQRBrH.png" group-title="Family",Filmrise Family -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefamily/CDN/1280x720_5000000/chunklist.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) +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="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="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="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="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/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxunsolvedmysteries/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseForensicFiles247XUMO.us" tvg-name="FilmRise Forensic Files 24/7 (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XuWEujn.png" group-title="",FilmRise Forensic Files 24/7 (XUMO) -http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokuforensicfiles/CDN/master.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) -https://dai.google.com/linear/hls/event/Va1QEor0SWO_x_SQNyaF0w/master.m3u8 -#EXTINF:-1 tvg-id="FilmrisefreemoviesXUMO.us" tvg-name="Filmrise free movies (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1fSHgSs.jpg" group-title="Movies",Filmrise Free Movies (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="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="FilmriseMovies.us" tvg-name="Filmrise Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/cQZdGc0.png" group-title="Movies",Filmrise Movies -https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/1280x720_5000000/chunklist.m3u8 -#EXTINF:-1 tvg-id="FilmriseMoviesXUMO.us" tvg-name="Filmrise Movies (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XuWEujn.png" group-title="Movies",Filmrise Movies (XUMO) -http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefreemovies/CDN/playlist.m3u8 +#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://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="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/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist.m3u8 +https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseMysteries247XUMO.us" tvg-name="FilmRise Mysteries 24/7 (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/XuWEujn.png" group-title="",FilmRise Mysteries 24/7 (XUMO) 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://i.imgur.com/XuWEujn.png" group-title="",FilmRise Sci-Fi (XUMO) -http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/master.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/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmriseTrueCrimeXUMO.us" tvg-name="Filmrise True Crime (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8h66d9i.png" group-title="",Filmrise True Crime (XUMO) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecrime/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseWesternXUMO.us" tvg-name="FilmRise Western (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://images-na.ssl-images-amazon.com/images/I/91HDGWEZbzL.png" group-title="",FilmRise Western (XUMO) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-rokufilmrisewestern/CDN/playlist.m3u8 +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="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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="FishTank.us" tvg-name="Fish Tank" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/L5JDAkh.png" group-title="Relax",Fish Tank +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/4038629_fite-247/live_360/chunks.m3u8 +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="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 #EXTINF:-1 tvg-id="FloridaPensacolaSTIRR.us" tvg-name="Florida: Pensacola (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Florida: Pensacola (STIRR) (720p) @@ -798,223 +1423,507 @@ https://dai.google.com/linear/hls/event/CAU96LSyR_e7MSeK6UTmGQ/master.m3u8 #EXTINF:-1 tvg-id="FloridaWestPalmBeachSTIRR.us" tvg-name="Florida: West Palm Beach (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Florida: West Palm Beach (STIRR) (720p) 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) -http://584b0aa350b92.streamlock.net:1935/folk-tv/myStream.sdp/playlist.m3u8 +https://584b0aa350b92.streamlock.net/folk-tv/myStream.sdp/playlist.m3u8 +#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="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="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="FoxGreece.us" tvg-name="Fox Greece" tvg-country="GR" tvg-language="" tvg-logo="" group-title="",Fox Greece (480p) +#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="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="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="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="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 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="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 +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/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="FoxRussia.us" tvg-name="Fox Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",Fox Russia (576p) +#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="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="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/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="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="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/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="Culture",Fox Soul (720p) https://lnc-fox-soul-scte.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="FoxSports2Asia.us" tvg-name="Fox Sports 2 Asia" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Fox Sports 2 Asia (720p) -https://livecdn.fptplay.net/qnetlive/foxsports2_2000.stream/chunklist.m3u8 +#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 https://www.livedoomovie.com/02_FoxSport2_TH_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="FoxSports3Asia.us" tvg-name="Fox Sports 3 Asia" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Fox Sports 3 Asia (720p) -https://livecdn.fptplay.net/qnetlive/foxsports3_hls.smil/chunklist_b2500000.m3u8 #EXTINF:-1 tvg-id="FoxSports3AsiaThai.us" tvg-name="Fox Sports 3 Asia Thai" tvg-country="TH" tvg-language="Thai" tvg-logo="https://www.img09.xyz/assets/img/ch_logo/hd-foxsports3.png" group-title="Sports",Fox Sports 3 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_FoxSport3_TH_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="FoxSportsAsia.us" tvg-name="Fox Sports Asia" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",Fox Sports Asia (720p) -https://livecdn.fptplay.net/qnetlive/foxsports_2000.stream/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="FOXSportsHD1.us" tvg-name="FOX Sports HD 1" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Sports",FOX Sports HD 1 (720p) +#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="FrootTVEU.us" tvg-name="Froot TV (EU)" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/bRaihBR.png" group-title="",Froot TV (EU) (720p) +#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 +#EXTINF:-1 tvg-id="FrightFlix.us" tvg-name="FrightFlix" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/rgNQYAl.png" group-title="Movies",FrightFlix +https://content.uplynk.com/channel/4b3fda1ff2c24556bc2c6034307d117d.m3u8 +#EXTINF:-1 tvg-id="FrootTVEU.us" tvg-name="Froot TV (EU)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/bRaihBR.png" group-title="Lifestyle",Froot TV (EU) (720p) https://outtv-froottv-1-eu.rakuten.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="",FTF (For the Fans) (720p) +#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/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="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/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="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="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="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="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="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="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="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="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="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="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="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="Futurism.us" tvg-name="Futurism" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",Futurism (720p) +#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="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="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="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="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="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="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="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="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="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="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="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://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="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="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="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="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 #EXTINF:-1 tvg-id="GeorgiaAlbanySTIRR.us" tvg-name="Georgia: Albany (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Georgia: Albany (STIRR) (720p) 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="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="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="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="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="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="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="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="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="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="GODEnglish.us" tvg-name="GOD (English)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",GOD (English) +#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="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="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/tracks-v1a1/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) +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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="",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="",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="English" tvg-logo="https://i.imgur.com/K1kJf1s.png" group-title="",Gusto TV (1080p) -https://gustotv-gustotv-1.roku.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="",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 +https://d3cajslujfq92p.cloudfront.net/playlist.m3u8 +#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="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://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://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="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="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://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="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="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="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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="HarleyDavidsonRacingTVEN.us" tvg-name="Harley Davidson Racing TV EN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DQOp8Ft.png" group-title="Auto",Harley Davidson Racing TV EN +https://hdtv.prod2.ioio.tv/broker/play/de245a96-516c-413d-81e9-419c05bbc6a7.m3u8 +#EXTINF:-1 tvg-id="HarleyDavidsonRidesTVEN.us" tvg-name="Harley Davidson Rides TV EN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DQOp8Ft.png" group-title="Auto",Harley Davidson Rides TV EN +https://hdtv.prod2.ioio.tv/broker/play/d4b0111a-3dcb-46fb-b2bb-1c27eca5df35.m3u8 +#EXTINF:-1 tvg-id="HarleyDavidsonTVEN.us" tvg-name="Harley Davidson TV EN" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/DQOp8Ft.png" group-title="Auto",Harley Davidson TV EN +https://hdtv.prod2.ioio.tv/broker/play/cb4086ca-daba-42f5-8acf-27ee93fee0e8.m3u8 #EXTINF:-1 tvg-id="HartfordWVIT30News.us" tvg-name="Hartford - WVIT 30 News" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/3czIO1P.png" group-title="Local",Hartford - WVIT 30 News (720p) http://wvitlive-f.akamaihd.net/i/wvitb2_1@71164/master.m3u8 -#EXTINF:-1 tvg-id="HBOMalaysia.us" tvg-name="HBO Malaysia" tvg-country="MY" tvg-language="" tvg-logo="https://static.epg.best/us/HBO.us.png" group-title="Movies",HBO Malaysia +#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="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="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="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="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="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="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="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="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="",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" 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="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="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" 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="" 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="",High Times TV (Bumblebee) +#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="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="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="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="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="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="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="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="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="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="English" tvg-logo="https://i.imgur.com/xXr4Cnq.png" group-title="",HNC Free +https://hncfree-vizio.amagi.tv/playlist.m3u8 +#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="Religious",Holly Wire (720p) https://hollywire.samsung.wurl.com/manifest/playlist.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="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="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="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="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="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/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="HopeChannelPhilippines.us" tvg-name="Hope Channel Philippines" tvg-country="PH" tvg-language="" tvg-logo="" group-title="",Hope Channel Philippines +#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="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/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/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="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="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="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="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="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="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="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="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="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="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.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="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="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://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="HUMRAAZTV.us" tvg-name="HUMRAAZ TV" tvg-country="US;PK" tvg-language="Urdu" tvg-logo="" group-title="News",HUMRAAZ TV +#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="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://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="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 -#EXTINF:-1 tvg-id="HuntChannel.us" tvg-name="Hunt Channel" tvg-country="US" tvg-language="English" tvg-logo="http://www.huntchannel.tv/wp-content/uploads/2017/10/HC-Logo-transparent.png" group-title="Outdoor",Hunt Channel -https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/tracks-v1a1/mono.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 +https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/mono.m3u8 #EXTINF:-1 tvg-id="HunterSTIRR.us" tvg-name="Hunter (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/11ca088b-4ef8-41a8-bdfd-8fc62dd4682a-small3x1_stirr_1219_epg_hunter_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Series",Hunter (STIRR) (720p) https://dai.google.com/linear/hls/event/Z-kHpGoATwyuxIuQEY_3fw/master.m3u8 +#EXTINF:-1 tvg-id="ICarlyNickGermany.us" tvg-name="ICarly Nick (Germany)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",ICarly Nick (Germany) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=406&deviceId=5e8b580a233dc90007f0cb9d&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="IdahoBoiseSTIRR.us" tvg-name="Idaho: Boise (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Idaho: Boise (STIRR) (720p) https://dai.google.com/linear/hls/event/EXltT2IOQvCIn8v23_15ow/master.m3u8 #EXTINF:-1 tvg-id="IdahoLewistonSTIRR.us" tvg-name="Idaho: Lewiston (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Idaho: Lewiston (STIRR) (720p) https://dai.google.com/linear/hls/event/knBsxnquSYqFXTP_UzcGgw/master.m3u8 +#EXTINF:-1 tvg-id="IDG.us" tvg-name="IDG" tvg-country="US" tvg-language="" tvg-logo="" group-title="",IDG +https://a.jsrdn.com/broadcast/529a360c04/+0000/c.m3u8 #EXTINF:-1 tvg-id="IDG.us" tvg-name="IDG" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/0vJGi73.jpg" group-title="News",IDG 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="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 +#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://ifood-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="iFoodtv.us" tvg-name="iFood.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="Cooking",iFood.tv +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="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 #EXTINF:-1 tvg-id="IllinoisChampaignSTIRR.us" tvg-name="Illinois: Champaign (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Illinois: Champaign (STIRR) (720p) https://dai.google.com/linear/hls/event/YLDvM8DGQyqsYnDsgxOBPQ/master.m3u8 #EXTINF:-1 tvg-id="IllinoisQuincySTIRR.us" tvg-name="Illinois: Quincy (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Illinois: Quincy (STIRR) (720p) 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="ImpactTelevisionNetwork.us" tvg-name="Impact Television Network" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Religious",Impact Television Network (480p) -http://206.190.141.27:1935/live/impact/playlist.m3u8 +#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 #EXTINF:-1 tvg-id="IndianaSouthBendSTIRR.us" tvg-name="Indiana: South Bend (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Indiana: South Bend (STIRR) (720p) https://dai.google.com/linear/hls/event/VGpvNIxIQRO7PXYRy7P0qw/master.m3u8 #EXTINF:-1 tvg-id="Informercials.us" tvg-name="Infomercials (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Infomercials (Adult Swim 24/7 Stream) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/infomercials/stream.m3u8 #EXTINF:-1 tvg-id="Infowars.us" tvg-name="Infowars" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/MBsQp1e.png" group-title="News",Infowars http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8 -#EXTINF:-1 tvg-id="InfoWars.us" tvg-name="InfoWars" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VEd3y4O.png" group-title="News",InfoWars (720p) -https://freespeech.akamaized.net/hls/live/2016712/live2/playlist.m3u8 -#EXTINF:-1 tvg-id="InfoWarsHD.us" tvg-name="InfoWars HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",InfoWars HD (720p) +#EXTINF:-1 tvg-id="InfoWarsHD.us" tvg-name="InfoWars HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VEd3y4O.png" group-title="News",InfoWars HD (720p) 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="" tvg-logo="" group-title="",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="Introuble.us" tvg-name="Introuble" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/gKhDcQY.png" group-title="",Introuble (1080p) -https://introuble-samsung.amagi.tv/playlist.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 -#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="",Ion Plus (1080p) +#EXTINF:-1 tvg-id="IonPlus.us" tvg-name="Ion Plus" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM0MjczODBf/IonPlus_420x420.png" group-title="Family",ION Plus +https://ion-ion-plus-1.vizio.wurl.com/manifest/playlist.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 +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="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 #EXTINF:-1 tvg-id="IowaCedarRapidsSTIRR.us" tvg-name="Iowa: Cedar Rapids (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Iowa: Cedar Rapids (STIRR) (720p) @@ -1025,6 +1934,10 @@ https://dai.google.com/linear/hls/event/jH-4z3EkQO-fLYYgjX7d3g/master.m3u8 https://dai.google.com/linear/hls/event/0Uj4AmiOSw6oTX9ilyV2rQ/master.m3u8 #EXTINF:-1 tvg-id="IraneFarda.us" tvg-name="Irane Farda" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/QlEmGaH.jpg" group-title="",Irane Farda 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="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 #EXTINF:-1 tvg-id="JBS.us" tvg-name="JBS" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/pHJm3I0.png" group-title="",JBS @@ -1033,71 +1946,149 @@ http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/master.m3u8 http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JBS.us" tvg-name="JBS" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pHJm3I0.png" group-title="Religious",JBS https://uni8rtmp.tulix.tv/shalomtv-pc/smil:shalomtv.smil/master.m3u8 -#EXTINF:-1 tvg-id="JerrySpringer.us" tvg-name="Jerry Springer" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/sAfnZip.png" group-title="",Jerry Springer (1080p) -https://057ed30176c1453da6d54e583b32852b.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e7f848f1ff2e1d2555a2/playlist.m3u8 -#EXTINF:-1 tvg-id="53ad42" tvg-name="TVS Jewelry Television" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjM1OTgzODJf/WatchYourTV_NEW_256x256.png" group-title="",Jewelry Television (720p) +#EXTINF:-1 tvg-id="TVSJewelryTelevision.us" tvg-name="TVS Jewelry Television" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM1OTgzODJf/WatchYourTV_NEW_256x256.png" group-title="Shop",Jewelry Television (720p) https://cdn3.wowza.com/1/eUdsNEcyMmRvckor/K3pydHZw/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="JewelryTelevision.us" tvg-name="Jewelry Television" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1HJraea.png" group-title="Shop",Jewelry Television (720p) 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="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="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="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="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="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="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="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="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="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://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="20d8b0" tvg-name="Judge_Faith" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/VMJvKbC.png" group-title="",Judge Faith (1080p) +#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 +#EXTINF:-1 tvg-id="JTV.us" tvg-name="JTV" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="",JTV +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="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="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="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 +#EXTINF:-1 tvg-id="Juntos.us" tvg-name="Juntos" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Juntos +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="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="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 +#EXTINF:-1 tvg-id="kabillion.us" tvg-name="kabillion" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMzE5OTIyMjBf/Redbox_512x512.png" group-title="",kabillion +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxkabillion/CDN/playlist.m3u8?p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebWindows #EXTINF:-1 tvg-id="KabillionXUMO.us" tvg-name="Kabillion (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QL40Cv2.png" group-title="",Kabillion (XUMO) 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="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="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="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="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="KeyTV.us" tvg-name="Key TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fEjPBk3.png" group-title="Local",Key TV (720p) -http://media4.tripsmarter.com:1935/LiveTV/KTVHD/playlist.m3u8 +#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="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="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="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="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="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="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="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.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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="KitchenNightmaresSTIRR.us" tvg-name="Kitchen Nightmares (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/d3fa0a6c-3f76-46e0-b4d6-5039ee16f5a3-small3x1_stirr_1219_epg_kitchennightmares_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Cooking",Kitchen Nightmares (STIRR) (720p) 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="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="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="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="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="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="KPAZDT1.us" tvg-name="KPAZ-DT1" tvg-country="US" tvg-language="" tvg-logo="" group-title="",KPAZ-DT1 (720p) +#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="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 @@ -1105,51 +2096,53 @@ 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 +#EXTINF:-1 tvg-id="KweliTV.us" tvg-name="Kweli TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Kweli TV +https://a.jsrdn.com/broadcast/9c897f1973/+0000/c.m3u8 #EXTINF:-1 tvg-id="KZASFox10Phoenix.us" tvg-name="KZAS Fox 10 Phoenix" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/TCzjchS.jpg" group-title="News",KZAS Fox 10 Phoenix (720p) https://lnc-ksaz-fox-aws.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="LaMegaMundial.us" tvg-name="La Mega Mundial" tvg-country="US" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/742490028559982592/ddFmTivZ_400x400.jpg" group-title="Music",La Mega Mundial (720p) 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 @@ -1159,87 +2152,233 @@ 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="20febb" tvg-name="Latido_Music" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/5PzrxYz.png" group-title="",Latido Music (1080p) +#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="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://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/p3n3CZP.jpg" group-title="Music",Latido Music (1080p) https://vidaprimo-plex.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="" 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="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="https://i.imgur.com/p3n3CZP.jpg" group-title="Music",Latido Music +https://vidaprimo-vizio.amagi.tv/playlist.m3u8 +#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="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="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/HY64Nhe.png" group-title="Documentary",Law & Crime (720p) https://dai.google.com/linear/hls/event/3w3PsYzZQzS8lyRfi7e4mQ/master.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="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="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/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="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/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="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="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="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 #EXTINF:-1 tvg-id="LegoToonsBumblebee.us" tvg-name="Lego Toons (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Flego-toons.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=55323bef3af3e02dee7e96a3e1a28243" group-title="Kids",Lego Toons (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/playlist.m3u8 +#EXTINF:-1 tvg-id="LeominsterTVEducational.us" tvg-name="Leominster TV Educational" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="",Leominster TV Educational +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="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 +#EXTINF:-1 tvg-id="LeominsterTVPublic.us" tvg-name="Leominster TV Public" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/nEG2ZST.png" group-title="",Leominster TV Public +http://gov.leominster.tv/Pub/smil:Pub.smil/chunklist_w2036537178_b1344100_sleng_t64NzIwcA==.m3u8 #EXTINF:-1 tvg-id="LeominsterTVPublic.us" tvg-name="Leominster TV Public" tvg-country="US" tvg-language="English" tvg-logo="http://www.leominster.tv/SiteAssets/LATV%20Black%20and%20Gold.png" group-title="Local",Leominster TV Public (1080p) http://gov.leominster.tv/Pub/smil:Pub.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LetsPlayMinecraftBumblebee.us" tvg-name="Lets Play Minecraft (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2Ff33876a7-2c1d-42ba-99db-e5acf0cc873a?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=ffc1c02bd0a15c90c416821e8d41e04c" group-title="Kids",Lets Play Minecraft (Bumblebee) 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="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="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="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="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="Loop80s.us" tvg-name="Loop 80s" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop 80s (1080p) +#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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 +#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 (East) [Geo-blocked] +https://55e014b3437040d08777729c863a2097.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_Loop80s-1/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 (East) [Geo-blocked] https://afcfc395f1dd41bb8218453983e63b9f.mediatailor.us-east-1.amazonaws.com/v1/manifest/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_Loop80s-1/f4ac9870-1d19-4af3-b073-f86837769a21/4.m3u8 -#EXTINF:-1 tvg-id="Loop90s.us" tvg-name="Loop 90s" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop 90s (1080p) +#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 (West) [Geo-blocked] +https://a500d902bdf94ea69ad343720add6036.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/80s_party_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="Loop90s.us" tvg-name="90s Loop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K8YV2bR.png" group-title="Music",Loop 90s (1080p) +https://loop-90s-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="Loop90s.us" tvg-name="Loop 90s" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K8YV2bR.png" group-title="Music",Loop 90s (East) https://6eb959e10c2a4477a5b14100220c3c5f.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_Loop90s/playlist.m3u8 +#EXTINF:-1 tvg-id="Loop90s.us" tvg-name="Loop 90s" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K8YV2bR.png" group-title="Music",Loop 90s (West) [Geo-blocked] +https://7626362bfa104137aded60d8d7e72ff5.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/90s_kids_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopBeast.us" tvg-name="Loop Beast" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/fb8c7ba652305a8700924347d46dcdff.jpeg" group-title="Music",Loop Beast (West) [Geo-blocked] +https://884a4c762d524aad88d463477402fb7d.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/beast_mode_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopBedroom.us" tvg-name="Loop Bedroom" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/2a347a69ef251082e125c7b15fc721a9.jpeg" group-title="Music",Loop Bedroom (West) [Geo-blocked] +https://3bbe22c035b4409d80f997adc8ad33ee.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/bedroom_beats_littlstar/master.m3u8 #EXTINF:-1 tvg-id="LoopCountry.us" tvg-name="Loop Country" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Country (1080p) +https://loop-country-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="LoopCountry.us" tvg-name="Loop Country" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Country (East) https://053155d1274848ed85106dbf20adc283.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_LoopCountry/playlist.m3u8 -#EXTINF:-1 tvg-id="LoopElectronica.us" tvg-name="Loop_Electronica" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xQlkS6U.png" group-title="Music",Loop Electronica (1080p) +#EXTINF:-1 tvg-id="LoopElectronica.us" tvg-name="Loop Electronica" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/d8d1f2a3ea03ed135a7873ff7c0ce161.jpeg" group-title="Music",Loop Electronica (West) [Geo-blocked] +https://0bdf3efc906045538c63468aa2f86a96.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/electro_anthems_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopElectronica.us" tvg-name="Loop_Electronica" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xQlkS6U.png" group-title="Music",Loop Electronica (West) https://57490d2f4ea646bbae56a1a816617a5f.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/electro_anthems_plex/master.m3u8 -#EXTINF:-1 tvg-id="LoopHipHop.us" tvg-name="Loop_Hip_Hop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yW7WCPm.png" group-title="Music",Loop Hip Hop (1080p) -https://e20b86263a38460ba3647b18fb150000.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hip_hop_bangers_plex/master.m3u8 -#EXTINF:-1 tvg-id="LoopHipHop.us" tvg-name="Loop Hip-Hop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Hip-Hop (1080p) +#EXTINF:-1 tvg-id="LoopFarOut.us" tvg-name="Loop Far Out" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/66b982a91d8b8f8383420675781139a1.jpeg" group-title="Music",Loop Far Out (West) [Geo-blocked] +https://957d71ce01dc447384d3978d3cdc55d9.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/that_70s_channel_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopFlashback.us" tvg-name="Loop Flashback" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/52a174e6787a4ade949c6f5903777cff.jpeg" group-title="Music",Loop Flashback (West) [Geo-blocked] +https://ea86081fb9454be9b3b50037f9117024.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/like_yesterday_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopHipHop.us" tvg-name="Loop Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yW7WCPm.png" group-title="Music",Loop Hip-Hop (1080p) +https://loop-hip-hop-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="LoopHipHop.us" tvg-name="Loop Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Hip-Hop (East) https://5580b04771d94e5eb245830c5975eb77.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_LoopHipHop/playlist.m3u8 -#EXTINF:-1 tvg-id="LoopHottest.us" tvg-name="Loop Hottest" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Hottest (1080p) +#EXTINF:-1 tvg-id="LoopHipHop.us" tvg-name="Loop Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/yW7WCPm.png" group-title="Music",Loop Hip-Hop (West) +https://e20b86263a38460ba3647b18fb150000.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hip_hop_bangers_plex/master.m3u8 +#EXTINF:-1 tvg-id="LoopHipHop.us" tvg-name="Loop Hip Hop" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/f6ec7f3aa3a5f36aa8fda7af47c56fdd.jpeg" group-title="Music",Loop Hip-Hop (West) [Geo-blocked] +https://e4d2547e0c8c492a883054acd48276be.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hip_hop_bangers_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopHottest.us" tvg-name="Loop Hottest" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NY9dKoR.png" group-title="Music",Loop Hottest +https://loop-hottest-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="LoopHottest.us" tvg-name="Loop Hottest" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NY9dKoR.png" group-title="Music",Loop Hottest (East) https://a0da9e6a83bc4a739ceb39f81766fce0.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_LoopHottest/playlist.m3u8 -#EXTINF:-1 tvg-id="LoopParty.us" tvg-name="Loop_Party" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8JPEexX.png" group-title="Music",Loop Party (1080p) -https://0b1ea79d9170498c91073ff8c460de18.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/party_plex/master.m3u8 -#EXTINF:-1 tvg-id="LoopParty.us" tvg-name="Loop Party" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Party (1080p) +#EXTINF:-1 tvg-id="LoopHottest.us" tvg-name="Loop Hottest" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/NY9dKoR.png" group-title="Music",Loop Hottest (West) [Geo-blocked] +https://2e9a0ef101a14c2ebe97c713bc5340be.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hottest_of_the_hot_v2_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopLatin.us" tvg-name="Loop Latin" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/20b46f1a2777723aaa45db27e7389a93.jpeg" group-title="Music",Loop Latin (West) [Geo-blocked] +https://c3b9df023def467086d10677827171f8.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/latin_x_pop_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopParty.us" tvg-name="Loop Party" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/62CjWTa.jpg" group-title="Music",Loop Party (East) https://aa25f9002c724666a6e1e9402e78f94f.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Roku_LoopParty/playlist.m3u8 +#EXTINF:-1 tvg-id="LoopParty.us" tvg-name="Loop_Party" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8JPEexX.png" group-title="Music",Loop Party (West) +https://0b1ea79d9170498c91073ff8c460de18.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/party_plex/master.m3u8 +#EXTINF:-1 tvg-id="LoopParty.us" tvg-name="Loop Party" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/2807d4ad6af0c5906229e9217fa631a2.jpeg" group-title="Music",Loop Party (West) [Geo-blocked] +https://1d79349342334eb0bdeddd168b5c6e1a.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/party_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopRB.us" tvg-name="Loop R&B" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/6edcf875ec3ba823acec994ffd051633.jpeg" group-title="Music",Loop R&B (West) [Geo-blocked] +https://0cf4f660964046daa9e0b7b6467a4e84.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hot_rnb_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopSynapse.us" tvg-name="Loop Synapse" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/e21e0005af106ee7bebea46bb17b2e93.jpeg" group-title="Music",Loop Synapse (West) [Geo-blocked] +https://2807722353b745629456a555257b16bc.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/neural_focused_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopTexasTunes.us" tvg-name="Loop Texas Tunes" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/c7c4962a327ba3a25ae0dcf17a3d4e06.jpeg" group-title="Music",Loop Texas Tunes (West) [Geo-blocked] +https://2fb88e730c2647d69629c6f90b0b98b9.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/texas_sized_hits_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopTGIF.us" tvg-name="Loop TGIF" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/2487e997c51436f8502ac737144954a7.jpeg" group-title="Music",Loop TGIF (West) [Geo-blocked] +https://480e67fe68b64c35ae48b77192cb1fdf.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/friday_feels_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopThatsHot.us" tvg-name="Loop That's Hot" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/5e4e6c6989bea49734411e5e708f6089.jpeg" group-title="Music",Loop That's Hot (West) [Geo-blocked] +https://dccd6216f2c9471399015e69d64818cd.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/thats_hot_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopTrending.us" tvg-name="Loop Trending" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/0c789462f6e85086d20ccc04da342567.jpeg" group-title="Music",Loop Trending (West) [Geo-blocked] +https://3d26c463850c48c788975a9aad86c508.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/trending_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopUnwind.us" tvg-name="Loop Unwind" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/63d5db69985110f57bd35c4cd22ee74a.jpeg" group-title="Music",Loop Unwind (West) [Geo-blocked] +https://8c455e94c5ff44d0ada529dffef58ae5.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/unwind_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="LoopYachtRock.us" tvg-name="Loop Yacht Rock" tvg-country="US" tvg-language="English" tvg-logo="https://static.12core.net/43a4136e6bc3e153f68bb2dd200a6635.jpeg" group-title="Music",Loop Yacht Rock (West) [Geo-blocked] +https://90a0d12cbaff4b959ea24bb8a3560adf.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/yacht_rock_littlstar/master.m3u8 +#EXTINF:-1 tvg-id="Loupe4K.us" tvg-name="Loupe 4K" tvg-country="US" tvg-language="" tvg-logo="https://www.samsung.com/us/smg/content/dam/s7/home/televisions-and-home-theater/tvs/tvplus/03232021/Loupe4K_190x190.png?raw=true" group-title="",Loupe 4K +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="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="" tvg-logo="https://i.imgur.com/AzOvgkV.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/playlist404p.m3u8 -#EXTINF:-1 tvg-id="LoveNature.us" tvg-name="Love Nature" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/AzOvgkV.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://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="" tvg-logo="https://i.imgur.com/AzOvgkV.png" group-title="Outdoor",Love Nature 4K +#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 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="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="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="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 -#EXTINF:-1 tvg-id="MadDogandMerrill.us" tvg-name="Mad Dog and Merrill" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="General",Mad Dog and Merrill (540p) -https://rpn1.bozztv.com/36bay2/gusa-mwg/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="8c6008" tvg-name="Made_in_Hollywood" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/GQm7gGq.png" group-title="",Made in Hollywood (720p) +#EXTINF:-1 tvg-id="MadDogandMerrill.us" tvg-name="Mad Dog and Merrill" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="General",Mad Dog and Merrill (540p) +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="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="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="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="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="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 @@ -1247,57 +2386,85 @@ 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="Maury.us" tvg-name="Maury" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/HXi8HG8.png" group-title="",Maury (1080p) -https://43eed3df38d04ed7a3be7cc4ee510b43.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e88458ad7801fa2cfc2e/playlist.m3u8 -#EXTINF:-1 tvg-id="MavTVHD.us" tvg-name="Mav TV HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Mav TV HD -https://bozztv.com/teleyupp/teleup-mavtv/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="c77c5c" tvg-name="MAV_TV_Select" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Fp8DPwN.png" group-title="",MAV TV Select (1080p) +#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="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="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="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="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="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="" tvg-logo="https://od.lk/s/MF8yMjgzNzU2MTNf/MAVTVSelect_1060x1060.png" group-title="",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="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 +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="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/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="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 +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/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;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" 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://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="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="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="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="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="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="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="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="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="MHz.us" tvg-name="MHz" tvg-country="US" tvg-language="" tvg-logo="" group-title="",MHz +#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="https://i.imgur.com/762WfN8.png" group-title="",MHz https://mhz-samsung-linear-ca.samsung.wurl.com/manifest/1200.m3u8 -#EXTINF:-1 tvg-id="MiTVTelevisionClasica.us" tvg-name="Mi TV Televisiรณn Clรกsica" tvg-country="US" tvg-language="Spanish" tvg-logo="https://lh3.googleusercontent.com/-i-375eTKqes/XpNWzPuDpNI/AAAAAAAAx08/lxL3eQusm0QPX5p69ThSfLxHinfw6m5mwCK8BGAsYHg/s0/2020-04-12.jpg" group-title="Family",Mi TV Televisiรณn Clรกsica (480p) -http://162.244.80.176:8081/abr/stream/playlist.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 #EXTINF:-1 tvg-id="MiamiCityTV.us" tvg-name="Miami City TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/HJohrzO.png" group-title="Local",Miami City TV (360p) https://granicusliveus9-a.akamaihd.net/miamifl/G2076_003/playlist.m3u8 #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: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 @@ -1307,16 +2474,24 @@ 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="MidnightPulp.us" tvg-name="Midnight Pulp" tvg-country="US" tvg-language="" tvg-logo="" 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="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="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="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 #EXTINF:-1 tvg-id="MIHTVSTIRR.us" tvg-name="MIHTV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://ondemo.tmsimg.com/assets/p196753_l_h6_ab.jpg" group-title="Entertainment",MIHTV (STIRR) https://connection3-ent.sinclair.wurl.com/manifest/2000.m3u8 +#EXTINF:-1 tvg-id="Minecraftv.us" tvg-name="Minecraftv" 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/MinecraftTV_190x190.png?raw=true" group-title="",Minecraftv +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/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="MinnesotaMinneapolisSTIRR.us" tvg-name="Minnesota: Minneapolis (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Minnesota: Minneapolis (STIRR) (720p) https://dai.google.com/linear/hls/event/0P8RZiJkSBWfVDtjy-IiIQ/master.m3u8 #EXTINF:-1 tvg-id="MissionTV.us" tvg-name="Mission TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1qJkLDZ.png" group-title="Religious",Mission TV @@ -1327,60 +2502,146 @@ 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="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="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="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/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 #EXTINF:-1 tvg-id="Monarch.us" tvg-name="Monarch" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iSpOD29.jpg" group-title="Documentary",Monarch https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/high/c.m3u8 +#EXTINF:-1 tvg-id="MonarchTV.us" tvg-name="Monarch TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/iSqYInb.png" group-title="",Monarch TV +https://a.jsrdn.com/broadcast/0c9a09c94c/+0000/low/c.m3u8 +#EXTINF:-1 tvg-id="MonsterMovies.us" tvg-name="Monster Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/qwHxh55.png" group-title="Movies",Monster Movies +https://wownow-monstermovies-1.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MontanaMissoulaSTIRR.us" tvg-name="Montana: Missoula (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Montana: Missoula (STIRR) (720p) https://dai.google.com/linear/hls/event/ARX9M-X8RieADdAEYPXNuA/master.m3u8 +#EXTINF:-1 tvg-id="Moovimex.us" tvg-name="Moovimex" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Moovimex +https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziomoovimex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Motorcyclist.us" tvg-name="Motorcyclist" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QIEhpPp.png" group-title="Auto",Motorcyclist +https://a.jsrdn.com/broadcast/256ad9e679/+0000/c.m3u8 #EXTINF:-1 tvg-id="Motorcyclist.us" tvg-name="Motorcyclist" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QIEhpPp.png" group-title="Auto",Motorcyclist https://a.jsrdn.com/broadcast/256ad9e679/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="Motorcyclist.us" tvg-name="Motorcyclist" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Auto",Motorcyclist +#EXTINF:-1 tvg-id="Motorcyclist.us" tvg-name="Motorcyclist" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QIEhpPp.png" group-title="Auto",Motorcyclist https://a.jsrdn.com/broadcast/256ad9e679/+0000/low/c.m3u8 -#EXTINF:-1 tvg-id="MotorCyclistBumblebee.us" tvg-name="MotorCyclist (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Fmotorcyclist.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=e4295d069bb98c7a8bf3c2d864d1d901" group-title="Auto",MotorCyclist (Bumblebee) +#EXTINF:-1 tvg-id="MotorCyclistBumblebee.us" tvg-name="MotorCyclist (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QIEhpPp.png" group-title="Auto",MotorCyclist (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2218bd5eeee0f5a40941b/playlist.m3u8 #EXTINF:-1 tvg-id="MotorvisionXUMO.us" tvg-name="Motorvision (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/WPklHVE.jpg" group-title="Auto",Motorvision (XUMO) 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="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="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="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="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="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="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="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="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="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/mono.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/tracks-v1a1/mono.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="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="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="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="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="Series",MTV Block Party (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 -#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="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="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="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="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="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="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://us1-external-sources.iptvserver.tv:80/kkkrkDp2a9KNwAwGzpb/QT94uK5NNQw4r4Qs/737 -#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) +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="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="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="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="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="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="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="Series",MTV Spankin' New (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 -#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="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="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="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="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="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="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/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-mythos/mono.m3u8 +#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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="NASATV.us" tvg-name="NASA TV" tvg-country="US" tvg-language="English" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTupMmB3cw51YJqk8xVO8WZj3yDVr70ayrxkkLS0_SMNT7pR0t6" group-title="Education",NASA TV (720p) @@ -1389,7 +2650,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="" group-title="",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 @@ -1397,61 +2658,93 @@ 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="NATGEODUBAI.us" tvg-name="NAT GEO DUBAI" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NAT GEO DUBAI -http://admdn2.cdn.mangomolo.com/nagtv/smil:nagtv.stream.smil/chunklist_b800000_t64NDgwcA==.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="" group-title="",National Geographic -https://cdn1.mobiletv.bg/T3/ng_hd/ng_hd_794613_850k.m3u8 -#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://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F31c64b9f-2f54-489a-8a11-8826de88df54?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=55289e48f262d9667c596972c42d30bc" group-title="",Nature Live - Animal Live (Bumblebee) +#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 -#EXTINF:-1 tvg-id="NatureLiveAuroraLiveBumblebee.us" tvg-name="Nature Live - Aurora Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F8622f892-7eda-479f-b3b2-e9372654440b?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=24d684ae805a7a750d50bef538bbf1f6" group-title="",Nature Live - Aurora Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveAuroraLiveBumblebee.us" tvg-name="Nature Live - Aurora Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1WIEWK7.png" group-title="Relax",Nature Live - Aurora Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953819932c837b49397345/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveBeachesLiveBumblebee.us" tvg-name="Nature Live - Beaches Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F188c94a4-40b0-4f4a-b9ff-f6613a96d8e4?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=2c28a0e9c0254dac50f6518c7b3402b7" group-title="",Nature Live - Beaches Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveBeachesLiveBumblebee.us" tvg-name="Nature Live - Beaches Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/4rIbV7e.png" group-title="Relax",Nature Live - Beaches Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95396f932c837b49397360/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveForestLiveBumblebee.us" tvg-name="Nature Live - Forest Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F7c46b3f7-e63e-456e-94bb-168736046402?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=8a0c72ed7ff1a4f305ec4c23de70e9ad" group-title="",Nature Live - Forest Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveForestLiveBumblebee.us" tvg-name="Nature Live - Forest Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J84tZzN.png" group-title="Relax",Nature Live - Forest Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953836932c837b49397355/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveLakeLiveBumblebee.us" tvg-name="Nature Live - Lake Live(Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F33cbe372-bba0-410a-989f-8b79d8602521?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=aadb9056382834ae2e0ba1dda0a534e0" group-title="",Nature Live - Lake Live(Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveLakeLiveBumblebee.us" tvg-name="Nature Live - Lake Live(Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xAkuMa4.png" group-title="Relax",Nature Live - Lake Live(Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95385c932c837b49397356/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveMountainLiveBumblebee.us" tvg-name="Nature Live - Mountain Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F98f6b1b9-0d18-474f-9640-c3373c0bf293?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=bb4ec4949223098f5a523986718228ca" group-title="",Nature Live - Mountain Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveMountainLiveBumblebee.us" tvg-name="Nature Live - Mountain Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2Ipv14J.png" group-title="Relax",Nature Live - Mountain Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95387b932c837b49397357/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveRiversLiveBumblebee.us" tvg-name="Nature Live - Rivers Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2Fe3d0071c-449d-4b41-906d-43b01580cc47?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=c408e99f0c6dda8341a13d81cb44f342" group-title="",Nature Live - Rivers Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveRiversLiveBumblebee.us" tvg-name="Nature Live - Rivers Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ii2IDmA.png" group-title="Relax",Nature Live - Rivers Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95388f932c837b4939735a/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveSunsetLiveBumblebee.us" tvg-name="Nature Live - Sunset Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F0dff4cd6-4d86-4c51-b376-356443d38ab9?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=0face87578d7d2d5301a284b8d5f3261" group-title="",Nature Live - Sunset Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveSunsetLiveBumblebee.us" tvg-name="Nature Live - Sunset Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/K4GaruD.png" group-title="Relax",Nature Live - Sunset Live (Bumblebee) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/playlist.m3u8 -#EXTINF:-1 tvg-id="NatureLiveTropicsLiveBumblebee.us" tvg-name="Nature Live - Tropics Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2F040d9ae2-0490-405c-b1af-530d154244af?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=f8a002db1347dab2d65642f280cb9400" group-title="",Nature Live - Tropics Live (Bumblebee) +#EXTINF:-1 tvg-id="NatureLiveTropicsLiveBumblebee.us" tvg-name="Nature Live - Tropics Live (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8F9qPbt.png" group-title="Relax",Nature Live - Tropics Live (Bumblebee) 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://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2Fd2f425b5-e7cc-45ae-acd1-0c619b6df8b8?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=15cda637927228285b9504a2b0ef6622" group-title="",Nature Live - Waterfalls Live (Bumblebee) +#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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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/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="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="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 #EXTINF:-1 tvg-id="NeuralFocusedUS.us" tvg-name="Neural Focused (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ymFMMn8.png" group-title="Music",Neural Focused (US) @@ -1460,10 +2753,16 @@ 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="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/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="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="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="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 #EXTINF:-1 tvg-id="NewYorkAlbanySTIRR.us" tvg-name="New York: Albany (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",New York: Albany (STIRR) (720p) @@ -1472,21 +2771,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="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="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="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="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="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="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="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="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="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="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="Newsy.us" tvg-name="Newsy" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",Newsy (720p) +#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="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="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="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://newsymain-npgroup.netdna-ssl.com/images/settings/150228249385.jpg" group-title="News",Newsy (720p) +#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="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="NGWILD.us" tvg-name="NG WILD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",NG WILD +#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="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="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="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="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="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 @@ -1500,7 +2857,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= @@ -1508,34 +2865,88 @@ 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="NickelodeonHD.us" tvg-name="Nickelodeon HD" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Nickelodeon HD +#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="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="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="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="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="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 #EXTINF:-1 tvg-id="NorthCarolinaGreenvilleAshevilleSTIRR.us" tvg-name="North Carolina: Greenville - Asheville (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",North Carolina: Greenville - Asheville (STIRR) (720p) https://dai.google.com/linear/hls/event/trvuY4TqQCmrAKFTlr6tPQ/master.m3u8 #EXTINF:-1 tvg-id="NorthCarolinaGreenvilleNewBernSTIRR.us" tvg-name="North Carolina: Greenville - New Bern (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",North Carolina: Greenville - New Bern (STIRR) (720p) 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="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="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="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="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="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="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="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://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="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="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="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="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="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="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="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="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="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="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="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://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://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fnowyouknow%2Flogo%2Fec960672-3a71-49b9-bd4c-da1859d72054?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=c0fb5078ed5c0df98ebac6ab0704d5e6" group-title="",Now You Know (Bumblebee) +#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="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="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="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 #EXTINF:-1 tvg-id="OffTheAirSmalls.us" tvg-name="Off The Air / Smalls (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Off The Air / Smalls (Adult Swim 24/7 Stream) [Geo-blocked] @@ -1556,15 +2967,33 @@ https://dai.google.com/linear/hls/event/dcaYfE2nRnqC6eAvCFWfzQ/master.m3u8 https://dai.google.com/linear/hls/event/pRd-k6tZSiCRsw_f51Vcvg/master.m3u8 #EXTINF:-1 tvg-id="OklahomaTulsaSTIRR.us" tvg-name="Oklahoma: Tulsa (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Oklahoma: Tulsa (STIRR) (720p) https://dai.google.com/linear/hls/event/5kbHZRGGS--RHp41xaUJHQ/master.m3u8 +#EXTINF:-1 tvg-id="Olelo49.us" tvg-name="Olelo 49" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Z7RBRkZ.png" group-title="",Olelo 49 +http://granicusliveus12-a.akamaihd.net/olelo/G0125_009/chunklist.m3u8 +#EXTINF:-1 tvg-id="Olelo53.us" tvg-name="Olelo 53" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Z7RBRkZ.png" group-title="",Olelo 53 +http://granicusliveus12-a.akamaihd.net/olelo/G0125_011/chunklist.m3u8 #EXTINF:-1 tvg-id="Olelo54.us" tvg-name="Olelo 54" 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 54 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="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="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="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="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="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="OrangeTV.us" tvg-name="Orange TV" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Local",Orange TV (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) +https://oneamericanews-vizio.amagi.tv/playlist.m3u8 +#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="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="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="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 @@ -1576,37 +3005,69 @@ https://dai.google.com/linear/hls/event/1g9qH9IOSIGGwAqw8fPzmw/master.m3u8 https://dai.google.com/linear/hls/event/npdISdLWSIa1E_j7NCUDBg/master.m3u8 #EXTINF:-1 tvg-id="OURTV.us" tvg-name="OUR TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9uz9lyg.png" group-title="Lifestyle",OUR TV https://hls-cdn.tvstartup.net/barakyah-channel/play/mp4:ourtvedge/chunklist.m3u8 -#EXTINF:-1 tvg-id="5d9ead" tvg-name="Outdoor_America" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/ldh9sFG.png" group-title="",Outdoor America (720p) +#EXTINF:-1 tvg-id="OutdoorAmerica.us" tvg-name="Outdoor America" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ldh9sFG.png" group-title="Outdoor",Outdoor America (720p) 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="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 Channel (720p) [Geo-blocked] +#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 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 Channel (1080p) +#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="OutdoorLifestyle.us" tvg-name="Outdoor Lifestyle" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/Ot9wh52.png" group-title="Outdoor",Outdoor Lifestyle (720p) -https://bozztv.com/36bay2/gusa-outdoorlifstyle/tracks-v1a1/mono.m3u8 +#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="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="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 #EXTINF:-1 tvg-id="OutsideTVSTIRR.us" tvg-name="Outside TV (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/5814c8b2-9479-4d54-90e7-797a4e89578b-small3x1_STIRR_Logo_0320_OutsideTV_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Outdoor",Outside TV (STIRR) (1080p) 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="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="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 +#EXTINF:-1 tvg-id="Pac12Insider.us" tvg-name="Pac 12 Insider" tvg-country="US" tvg-language="English" tvg-logo="http://i.mjh.nz/.images/tv.7pac12.png" group-title="Sports",Pac 12 Insider +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="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="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="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="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="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="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="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="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="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 @@ -1614,6 +3075,14 @@ https://pbs-samsunguk.amagi.tv/playlist.m3u8 https://2-fss-1.streamhoster.com/pl_134/amlst:200914-1282960/chunklist.m3u8 #EXTINF:-1 tvg-id="PBSKidsEST.us" tvg-name="PBS Kids (EST)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/hkZntiL.png" group-title="Kids",PBS Kids (EST) (720p) https://2-fss-2.streamhoster.com/pl_140/amlst:200914-1298290/playlist.m3u8 +#EXTINF:-1 tvg-id="PBSKidsArizonaKAETDT4.us" tvg-name="PBS Kids Arizona (KAET-DT4)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ambc9le.png" group-title="Kids",PBS Kids Arizona (KAET-DT4) +https://livestream.pbskids.org/out/v1/00a3b9014fa54c40bee6ca68a104a8a4/mst.m3u8 +#EXTINF:-1 tvg-id="PBSPhiladelphiaWHYYDT1.us" tvg-name="PBS Philadelphia (WHYY-DT1)" tvg-country="US" tvg-language="English" tvg-logo="http://mayaangeloufilm.com/wp-content/uploads/2015/12/PBS_logo_128.png" group-title="Local",PBS Philadelphia (WHYY-DT1) [Geo-blocked] +https://whyydt.lls.cdn.pbs.org/whyydt/6e441aa1-51ab-4ecd-a1dc-bc99da43c3ed/primary.m3u8 +#EXTINF:-1 tvg-id="PBSMarylandPublicTV.us" tvg-name="PBS | Maryland Public TV" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBS.png?raw=true" group-title="Local",PBS | Maryland Public TV +https://2-fss-2.streamhoster.com/pl_138/amlst:201814-1291584/playlist.m3u8 +#EXTINF:-1 tvg-id="PBSWorldChannel.us" tvg-name="PBS | World Channel" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/PBSWorld_972x972.png?raw=true" group-title="Entertainment",PBS | World Channel +https://cs.ebmcdn.net/eastbay-live-hs-1/apt/mp4:apt-world/playlist.m3u8 #EXTINF:-1 tvg-id="PCCTVPinellasCountyFlorida.us" tvg-name="PCC-TV - Pinellas County Florida" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9PEAPwY.png" group-title="Local",PCC-TV - Pinellas County Florida (480p) http://granicusliveus1-a.akamaihd.net/pinellas/G1551_004/playlist.m3u8 #EXTINF:-1 tvg-id="PennsylvaniaHarrisburgSTIRR.us" tvg-name="Pennsylvania: Harrisburg (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Pennsylvania: Harrisburg (STIRR) (720p) @@ -1624,34 +3093,118 @@ 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="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="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="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="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="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 #EXTINF:-1 tvg-id="PeopleareAwesome.us" tvg-name="People are Awesome" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/2U84ozo.png" group-title="",People are Awesome (720p) https://jukin-peopleareawesome-2-de.samsung.wurl.com/manifest/playlist.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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="Entertainment",People TV (STIRR) (1080p) https://dai.google.com/linear/hls/event/Fe9LYYCFR5Csif-I5dyMHg/master.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="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="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="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="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="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="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="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="PlutoBumblebee.us" tvg-name="Pluto (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2Fb1861978-d983-467b-a57d-6c108713950a?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=163aa34ed3d315580072ee3f7f7c6928" group-title="Kids",Pluto (Bumblebee) -https://5ab2d7093e38404091ca44d800f6c4c4.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5d42f01baea0c5699f368901/playlist.m3u8 +#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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTV21JumpStreet.us" tvg-name="Pluto TV 21 Jump Street" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4af00df345adb154b7a1f4/colorLogoPNG.png" group-title="Series",Pluto TV 21 Jump Street https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af00df345adb154b7a1f4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="70sCinema.us" tvg-name="70s Cinema" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4d878d3d19b30007d2e782/colorLogoPNG.png" group-title="Movies",Pluto TV 70s Cinema https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d878d3d19b30007d2e782/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="80sRewind.us" tvg-name="80s Rewind" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca525b650be2571e3943c63/colorLogoPNG.png" group-title="",Pluto TV 80s Rewind +#EXTINF:-1 tvg-id="80sRewind.us" tvg-name="80s Rewind" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca525b650be2571e3943c63/colorLogoPNG.png" group-title="Movies",Pluto TV 80s Rewind https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca525b650be2571e3943c63/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="90sThrowback.us" tvg-name="90s Throwback" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4d86f519358a00072b978e/colorLogoPNG.png" group-title="",Pluto TV 90s Throwback +#EXTINF:-1 tvg-id="90sThrowback.us" tvg-name="90s Throwback" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f4d86f519358a00072b978e/colorLogoPNG.png" group-title="Movies",Pluto TV 90s Throwback 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="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= #EXTINF:-1 tvg-id="PlutoTVAction.us" tvg-name="Pluto TV Action" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/561d7d484dc7c8770484914a/colorLogoPNG.png" group-title="Movies",Pluto TV Action @@ -1660,6 +3213,8 @@ 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="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 #EXTINF:-1 tvg-id="PlutoTVActionSports.us" tvg-name="Pluto TV Action Sports" tvg-country="CH;FR" tvg-language="French" tvg-logo="http://images.pluto.tv/channels/5db867744f229f0009266784/colorLogoPNG.png" group-title="Sports",Pluto TV Action Sports @@ -1676,8 +3231,12 @@ 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="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="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 #EXTINF:-1 tvg-id="Anaylos7.us" tvg-name="Ana y los 7" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1acce7f17797000718f9be/colorLogoPNG.png" group-title="",Pluto TV Ana y los 7 @@ -1688,26 +3247,42 @@ 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="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="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/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="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="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="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="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="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= #EXTINF:-1 tvg-id="PlutoTVAnime.us" tvg-name="Pluto TV Anime" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f12136385bccc00070142ed/colorLogoPNG.png" group-title="Animation",Pluto TV Anime 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="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="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 #EXTINF:-1 tvg-id="PlutoTVAnimeAccion.us" tvg-name="Pluto TV Animรฉ Acciรณn" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e6a4d875d7ccf0007cc2cf1/colorLogoPNG.png" group-title="Animation",Pluto TV Animรฉ Acciรณn @@ -1716,6 +3291,8 @@ 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="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 #EXTINF:-1 tvg-id="ArchivosForenses.us" tvg-name="Archivos Forenses" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5efb8c19b2678b000780d032/colorLogoPNG.png" group-title="",Pluto TV Archivos Forenses @@ -1726,41 +3303,53 @@ 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="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="AuctionKings.us" tvg-name="Auction Kings" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e4bba36e4644300098cd0bb/colorLogoPNG.png" group-title="",Pluto TV Auction Kings -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e4bba36e4644300098cd0bb/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=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="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="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="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="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="Babyfirst.us" tvg-name="Babyfirst" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5ebac49ce4dc8b00078b23bc/colorLogoPNG.png" group-title="",Pluto TV 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="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="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="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="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="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 #EXTINF:-1 tvg-id="BET.us" tvg-name="BET" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/BET.us.png" group-title="Entertainment",Pluto TV BET http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca670f6593a5d78f0e85aed/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=174&deviceId=5ca670f6593a5d78f0e85aed&deviceVersion=DNT&appVersion=DNT&deviceDNT=0&userId=&advertisingId=&deviceLat=&deviceLon=&app_name=&appName=web&buildVersion=&appStoreUrl=&architecture=&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false @@ -1768,6 +3357,8 @@ 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="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 #EXTINF:-1 tvg-id="BETPlutoTV.us" tvg-name="BET Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca670f6593a5d78f0e85aed/colorLogoPNG.png" group-title="Entertainment",Pluto TV BET Pluto TV @@ -1776,25 +3367,39 @@ 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="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="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="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="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 #EXTINF:-1 tvg-id="BigTimeRush.us" tvg-name="Big Time Rush" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1aa7aab66c76000790ee7e/colorLogoPNG.png" group-title="",Pluto TV Big Time Rush 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="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&userId=&advertisingId=&deviceLat=38.5783&deviceLon=-90.6666&app_name=&appName=&appStoreUrl=&serverSideAds=true +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="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="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="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="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="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="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="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="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 @@ -1812,24 +3417,36 @@ 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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTVCats247.us" tvg-name="Pluto TV Cats 24/7" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db044d7846b170009215ef0/colorLogoPNG.png" group-title="Series",Pluto TV Cats 24/7 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="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 #EXTINF:-1 tvg-id="CBSNPhilly.us" tvg-name="CBSN Philly" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5eb1b05ea168cc000767ba67/colorLogoPNG.png" group-title="Local",Pluto TV CBSN Philly (720p) @@ -1837,79 +3454,93 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b05ea #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="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="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="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="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/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="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 +#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="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="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 +#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="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 +#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="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="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="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/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="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="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/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="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="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="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="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="",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="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="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 #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/5f779951372da90007fd45e8/colorLogoPNG.png" group-title="Classic",Pluto TV Classic TV Drama (720p) @@ -1920,155 +3551,235 @@ 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="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="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="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="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= #EXTINF:-1 tvg-id="PlutoTVCocina.us" tvg-name="Pluto TV Cocina" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d8d0fbaa8742fa3093899da/colorLogoPNG.png" group-title="",Pluto TV Cocina https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=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="English" tvg-logo="https://images.pluto.tv/channels/5f1acdaa8ba90f0007d5e760/colorLogoPNG.png" group-title="",Pluto TV Cocina 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="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="",Pluto TV Cold Case Files +#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="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="CombateWorld.us" tvg-name="Combate World" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bb1ac3e268cae539bcedb07/colorLogoPNG.png" 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="",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="English" tvg-logo="http://images.pluto.tv/channels/5a4d3a00ad95e4718ae8d8db/colorLogoPNG.png" 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="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 -#EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c363c2411c5ca053f198f97/colorLogoPNG.png" group-title="",Pluto TV Comedy +#EXTINF:-1 tvg-id="PlutoTVComedy.us" tvg-name="Pluto TV Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c363c2411c5ca053f198f97/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Comedy.us" tvg-name="Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1efd0dbbe3ba000908b639/colorLogoPNG.png" group-title="",Pluto TV Comedy +#EXTINF:-1 tvg-id="Comedy.us" tvg-name="Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e1efd0dbbe3ba000908b639/colorLogoPNG.png" group-title="Comedy",Pluto TV Comedy 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="",Pluto TV Comedy Central +#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="ComedyCentral.us" tvg-name="Comedy Central" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d4947590ba40f75dc29c26b/colorLogoPNG.png" 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="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="",Pluto TV Comedy Central Animation +#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="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="",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="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="",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="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="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="",Pluto TV Comedy Central Pluto TV +#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 #EXTINF:-1 tvg-id="PlutoTVCompetencias.us" tvg-name="Pluto TV Competencias" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6d935d000120009bc1132/colorLogoPNG.png" group-title="",Pluto TV Competencias https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6d935d000120009bc1132/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVComedie.us" tvg-name="Pluto TV Comรฉdie" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb91bb9b9e7000817e67f/colorLogoPNG.png" group-title="",Pluto TV Comรฉdie +#EXTINF:-1 tvg-id="PlutoTVComedie.us" tvg-name="Pluto TV Comรฉdie" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb91bb9b9e7000817e67f/colorLogoPNG.png" group-title="Comedy",Pluto TV Comรฉdie https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVComedie.us" tvg-name="Pluto TV Comรฉdie" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eb91bb9b9e7000817e67f/colorLogoPNG.png" group-title="",Pluto TV Comรฉdie +#EXTINF:-1 tvg-id="PlutoTVComedie.us" tvg-name="Pluto TV Comรฉdie" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8eb91bb9b9e7000817e67f/colorLogoPNG.png" group-title="Comedy",Pluto TV Comรฉdie 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="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="",Pluto TV Cookalong +#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="COPS.us" tvg-name="COPS" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5e1f7e089f23700009d66303/colorLogoPNG.png" 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="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="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="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="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="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="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="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="",Pluto TV Crime Movies +#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="CSI.us" tvg-name="CSI" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5efbd29e4aa26700076c0d06/colorLogoPNG.png" 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 -#EXTINF:-1 tvg-id="PlutoTVCuisine.us" tvg-name="Pluto TV Cuisine" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed48146ba9e00078424b6/colorLogoPNG.png" group-title="",Pluto TV Cuisine +#EXTINF:-1 tvg-id="PlutoTVCuisine.us" tvg-name="Pluto TV Cuisine" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ed48146ba9e00078424b6/colorLogoPNG.png" group-title="Cooking",Pluto TV Cuisine 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="",Pluto TV Cuisine +#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="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 -#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" tvg-name="Pluto TV Cult Films" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c665db3e6c01b72c4977bc2/colorLogoPNG.png" 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="http://images.pluto.tv/channels/5c665db3e6c01b72c4977bc2/colorLogoPNG.png" group-title="Movies",Pluto TV Cult Films 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="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="",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="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="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="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="General",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="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= #EXTINF:-1 tvg-id="Degrassi.us" tvg-name="Degrassi" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5c6eeb85c05dfc257e5a50c4/colorLogoPNG.png" group-title="",Pluto TV Degrassi https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6eeb85c05dfc257e5a50c4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#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="",Pluto TV 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="PlutoTVDemandAfrica.us" tvg-name="Pluto TV Demand Africa" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Pluto TV Demand Africa [Not 24/7] +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="DoctorWhoClassic.us" tvg-name="Doctor Who Classic" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ce4475cd43850831ca91ce7/colorLogoPNG.png" 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="English" tvg-logo="http://images.pluto.tv/channels/5b85a7582921777994caea63/colorLogoPNG.png" 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="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 -#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04252241007000975faac/colorLogoPNG.png" group-title="",Pluto TV Documentaries +#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db04252241007000975faac/colorLogoPNG.png" group-title="Documentary",Pluto TV Documentaries https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="Documentaries.us" tvg-name="Documentaries" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5db048f9447d6c0009b8f29d/colorLogoPNG.png" group-title="",Pluto TV Documentaries +#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" tvg-name="Pluto TV Documentaries" tvg-country="US" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5db048f9447d6c0009b8f29d/colorLogoPNG.png" group-title="Documentary",Pluto TV Documentaries 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="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 #EXTINF:-1 tvg-id="DogTheBountyHunter.us" tvg-name="Dog The Bounty Hunter" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6b535a278bfe000799484a/colorLogoPNG.png" group-title="",Pluto TV Dog The Bounty Hunter 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="",Pluto TV Dogs +#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="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="",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="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="",Pluto TV Dogs 24/7 +#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="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="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= -#EXTINF:-1 tvg-id="DoraTV.us" tvg-name="Dora TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fb6c84dd37df3b4290c5/colorLogoPNG.png" group-title="",Pluto TV Dora TV (720p) +#EXTINF:-1 tvg-id="DoraTV.us" tvg-name="Dora TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fb6c84dd37df3b4290c5/colorLogoPNG.png" group-title="Kids",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="DoraTV.us" tvg-name="Dora TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e43c344b54fe800093552f4/colorLogoPNG.png" group-title="",Pluto TV Dora TV +#EXTINF:-1 tvg-id="DoraTV.us" tvg-name="Dora TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e43c344b54fe800093552f4/colorLogoPNG.png" group-title="Kids",Pluto TV Dora TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="DoraTV.us" tvg-name="Dora TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecb9524419b0007365a1c/colorLogoPNG.png" group-title="",Pluto TV Dora TV +#EXTINF:-1 tvg-id="DoraTV.us" tvg-name="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/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="",Pluto TV Dr. Oz +#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="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="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="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="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="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="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="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="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="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="DuckDynasty.us" tvg-name="Duck Dynasty" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f6b54b9e67cf60007d4cef1/colorLogoPNG.png" group-title="",Pluto TV Duck Dynasty +#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 #EXTINF:-1 tvg-id="ElConquistadordelFin.us" tvg-name="El Conquistador del Fin" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f280149cec6be00072ab1fc/colorLogoPNG.png" group-title="",Pluto TV El Conquistador del Fin https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f280149cec6be00072ab1fc/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&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 @@ -2086,53 +3797,65 @@ 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="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="",Pluto TV Family Ties +#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="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="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="FearFactor.us" tvg-name="Fear Factor" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/588128d17d64bc0d0f385c34/colorLogoPNG.png" 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 -#EXTINF:-1 tvg-id="FearFactor.us" tvg-name="Fear Factor" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c362ded581a86051df509b4/colorLogoPNG.png" group-title="",Pluto TV Fear Factor +#EXTINF:-1 tvg-id="FearFactor.us" tvg-name="Fear Factor" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5c362ded581a86051df509b4/colorLogoPNG.png" group-title="Series",Pluto TV Fear Factor 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="Fight.us" tvg-name="Fight" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5812b0f2237a6ff45d16c3f9/colorLogoPNG.png" 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="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 -#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d659fd87eb3a2717afc9/colorLogoPNG.png" group-title="",Pluto TV Fight +#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d659fd87eb3a2717afc9/colorLogoPNG.png" group-title="Sports",Pluto TV Fight https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=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="English" tvg-logo="https://images.pluto.tv/channels/5ad9bda9fd87eb3a2717cce0/colorLogoPNG.png" group-title="",Pluto TV Fight +#EXTINF:-1 tvg-id="PlutoTVFight.us" tvg-name="Pluto TV Fight" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9bda9fd87eb3a2717cce0/colorLogoPNG.png" group-title="Sports",Pluto TV Fight https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVFilmesAcao.us" tvg-name="Pluto TV Filmes Aรงรฃo" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f120f41b7d403000783a6d6/colorLogoPNG.png" group-title="",Pluto TV Filmes Aรงรฃo https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f120f41b7d403000783a6d6/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -2140,41 +3863,71 @@ 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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="FOXSports.us" tvg-name="FOX Sports" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5a74b8e1e22a61737979c6bf/colorLogoPNG.png" group-title="Sports",Pluto TV FOX Sports 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=true +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="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="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="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="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="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="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="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/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="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="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="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="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 @@ -2184,6 +3937,10 @@ 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="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="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 #EXTINF:-1 tvg-id="GloryKickboxing.us" tvg-name="Glory Kickboxing" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d6f5e738977e2c310949/colorLogoPNG.png" group-title="Sports",Pluto TV Glory Kickboxing @@ -2192,6 +3949,8 @@ 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="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 #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="",Pluto TV Gusto TV @@ -2206,44 +3965,66 @@ 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="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="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="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="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/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="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://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="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="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="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/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="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="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=true -#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 +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="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="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 #EXTINF:-1 tvg-id="iCarlyTV.us" tvg-name="iCarly TV" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecc7aa44d9c00081fca29/colorLogoPNG.png" group-title="",Pluto TV iCarly TV 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="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="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="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= #EXTINF:-1 tvg-id="IGN.us" tvg-name="IGN" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/561c5f613286e48904fb2677/colorLogoPNG.png" group-title="",Pluto TV IGN @@ -2256,47 +4037,57 @@ 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="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="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 #EXTINF:-1 tvg-id="Indies.us" tvg-name="Indies" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ce40e59246a395e9758923e/colorLogoPNG.png" group-title="",Pluto TV Indies 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="InSight.us" tvg-name="InSight" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f06bc60e236570007793f31/colorLogoPNG.png" group-title="",Pluto TV InSight -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f06bc60e236570007793f31/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="InsightTV.us" tvg-name="Insight TV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f042bf0241c6f0007721021/colorLogoPNG.png" group-title="",Pluto TV Insight TV -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f042bf0241c6f0007721021/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#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="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="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="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="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="InTrouble.us" tvg-name="InTrouble" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1005f9d5d3cf00074c0395/colorLogoPNG.png" group-title="",Pluto TV InTrouble -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1005f9d5d3cf00074c0395/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=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="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcde27ffae9520009c0c75a/colorLogoPNG.png" group-title="",Pluto TV Investiga +#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="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="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="InWonder.us" tvg-name="InWonder" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1004e0a5714d000745650d/colorLogoPNG.png" group-title="",Pluto TV InWonder -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1004e0a5714d000745650d/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=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="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="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="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="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= @@ -2308,10 +4099,18 @@ 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="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="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="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= #EXTINF:-1 tvg-id="PlutoTVKids.us" tvg-name="Pluto TV Kids" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/51c75f7bb6f26ba1cd00002f/colorLogoPNG.png" group-title="Kids",Pluto TV Kids @@ -2324,6 +4123,10 @@ 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="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="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= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" tvg-name="Pluto TV Kids Animation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5db0ad56edc89300090d2ebb/colorLogoPNG.png" group-title="Kids",Pluto TV Kids Animation @@ -2338,36 +4141,50 @@ 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="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="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="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="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="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="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="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="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="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="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="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="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="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/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="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="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="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 #EXTINF:-1 tvg-id="LosarchivosdelFBI.us" tvg-name="Los archivos del FBI" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e67d41b93312100076f3fca/colorLogoPNG.png" group-title="",Pluto TV Los archivos del FBI @@ -2380,130 +4197,192 @@ 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="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="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="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="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="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/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="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="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= #EXTINF:-1 tvg-id="LuchaLibreAAA.us" tvg-name="Lucha Libre AAA" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5c01df1759ee03633e7b272c/colorLogoPNG.png" group-title="",Pluto TV Lucha Libre AAA 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="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="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="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="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="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="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="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/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="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="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 #EXTINF:-1 tvg-id="MinecrafTV.us" tvg-name="MinecrafTV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad8d907e738977e2c31099a/colorLogoPNG.png" group-title="",Pluto TV MinecrafTV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="MinecrafTV.us" tvg-name="MinecrafTV" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9bca67ef2767e1846e5a1/colorLogoPNG.png" group-title="",Pluto TV MinecrafTV 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="5e46e64dc73db400094b5f0b" tvg-name="Minuto Para Ganar" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5e46e64dc73db400094b5f0b/colorLogoPNG.png" group-title="",Pluto TV Minuto Para Ganar +#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="",Pluto TV MLB +#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 #EXTINF:-1 tvg-id="MLS" tvg-name="MLS" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/6t7x61s.png" group-title="Sports",Pluto TV MLS 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="",Pluto TV MLS +#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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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= #EXTINF:-1 tvg-id="MTVCLASSICS.us" tvg-name="MTV CLASSICS" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f92b56a367e170007cd43f4/colorLogoPNG.png" group-title="Music",Pluto TV MTV CLASSICS 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="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="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="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="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="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="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="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="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="MTVLatino.us" tvg-name="MTV Latino" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5cf96d351652631e36d4331f/colorLogoPNG.png" 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 -#EXTINF:-1 tvg-id="MTVLoveMusic.us" tvg-name="MTV Love Music" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600ae79fa46e17000794e84c/colorLogoPNG.png" group-title="",Pluto TV MTV Love Music +#EXTINF:-1 tvg-id="MTVLoveMusic.us" tvg-name="MTV Love Music" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/600ae79fa46e17000794e84c/colorLogoPNG.png" group-title="Music",Pluto TV MTV Love Music https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ae79fa46e17000794e84c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&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="MTVOriginals.us" tvg-name="MTV Originals" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1aadf373bed3000794d1d7/colorLogoPNG.png" group-title="",Pluto TV MTV Originals +#EXTINF:-1 tvg-id="MTVOriginals.us" tvg-name="MTV Originals" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aadf373bed3000794d1d7/colorLogoPNG.png" group-title="Music",Pluto TV MTV Originals https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&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="5fab088b3279760007d4e4fd" tvg-name="MTV Pluto TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fab088b3279760007d4e4fd/colorLogoPNG.png" group-title="",Pluto TV MTV Pluto TV +#EXTINF:-1 tvg-id="MTVPlutoTV.us" tvg-name="MTV Pluto TV" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fab088b3279760007d4e4fd/colorLogoPNG.png" group-title="Music",Pluto TV MTV Pluto TV https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fab088b3279760007d4e4fd/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="MTVPlutoTV.us" tvg-name="MTV Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca672f515a62078d2ec0ad2/colorLogoPNG.png" group-title="",Pluto TV MTV Pluto TV +#EXTINF:-1 tvg-id="MTVPlutoTV.us" tvg-name="MTV Pluto TV" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ca672f515a62078d2ec0ad2/colorLogoPNG.png" group-title="Music",Pluto TV MTV Pluto TV https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=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="",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="MTVplutotv.us" tvg-name="MTV pluto.tv" tvg-country="DE" tvg-language="Gernman" tvg-logo="https://images.pluto.tv/channels/5caf325764025859afdd6c4d/colorLogoPNG.png" group-title="",Pluto TV MTV pluto.tv +#EXTINF:-1 tvg-id="MTVplutotv.us" tvg-name="MTV pluto.tv" tvg-country="DE" tvg-language="Gernman" tvg-logo="https://images.pluto.tv/channels/5caf325764025859afdd6c4d/colorLogoPNG.png" group-title="Music",Pluto TV MTV Pluto TV 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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTVMundoReal.us" tvg-name="Pluto TV Mundo Real" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f1acdfda84c970007e750b5/colorLogoPNG.png" group-title="",Pluto TV Mundo Real @@ -2514,45 +4393,59 @@ 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="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="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="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="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= #EXTINF:-1 tvg-id="Naruto.us" tvg-name="Naruto" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5da0c85bd2c9c10009370984/colorLogoPNG.png" group-title="",Pluto TV Naruto 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="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="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="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="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="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 #EXTINF:-1 tvg-id="Naturescape.us" tvg-name="Naturescape" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f0c2f3739f6b900075f366c/colorLogoPNG.png" group-title="",Pluto TV Naturescape (720p) 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="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="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="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="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/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="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 @@ -2564,70 +4457,104 @@ 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="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="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="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="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="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="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="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 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="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="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="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="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="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="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="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="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="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="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="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 -#EXTINF:-1 tvg-id="5f2acdab16f5b3000721ae2c" tvg-name="Oh My Pet" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f2acdab16f5b3000721ae2c/colorLogoPNG.png" group-title="",Pluto TV Oh My Pet +#EXTINF:-1 tvg-id="PlutoTVOhMyPet.us" tvg-name="Pluto TV Oh My Pet" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f2acdab16f5b3000721ae2c/colorLogoPNG.png" group-title="Series",Pluto TV Oh My Pet 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="PaisajesporStingray.us" tvg-name="Paisajes por Stingray" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f4fed840a2764000720d966/colorLogoPNG.png" group-title="",Pluto TV Paisajes por Stingray (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4fed840a2764000720d966/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#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 #EXTINF:-1 tvg-id="ParamountNetwork.us" tvg-name="Paramount Network" tvg-country="US" tvg-language="English" tvg-logo="https://static.epg.best/us/ParamountNetwork.us.png" group-title="",Pluto TV Paramount Network 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="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="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="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="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="" 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="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="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="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 #EXTINF:-1 tvg-id="PistasdeBlue.us" tvg-name="Pistas de Blue" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5f1aa82c150b2500077733d7/colorLogoPNG.png" group-title="",Pluto TV Pistas de Blue @@ -2636,71 +4563,121 @@ 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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="PoliceWomen.us" tvg-name="Police Women" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5e79c2f280389000077242a8/colorLogoPNG.png" group-title="",Pluto TV Police Women 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="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="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="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="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="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="" 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="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="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="" 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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" tvg-name="Pluto TV Sci-Fi" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5b4fc274694c027be6ed3eea/colorLogoPNG.png" group-title="",Pluto TV Sci-Fi 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="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 #EXTINF:-1 tvg-id="PlutoTVScience.us" tvg-name="Pluto TV Science" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5d9492c77ea6f99188738ff1/colorLogoPNG.png" group-title="Science",Pluto TV Science https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d9492c77ea6f99188738ff1/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -2716,16 +4693,28 @@ 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="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="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="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="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="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 #EXTINF:-1 tvg-id="SlowTV.us" tvg-name="Slow TV" tvg-country="DE" tvg-language="German" tvg-logo="https://images.pluto.tv/channels/5d765a05f65029ce2385aa30/colorLogoPNG.png" group-title="",Pluto TV Slow TV @@ -2734,52 +4723,94 @@ 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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTVSports.us" tvg-name="Pluto TV Sports" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5ad9bb941b95267e225e59c2/colorLogoPNG.png" group-title="Sports",Pluto TV Sports 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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTVTEENSERIES.us" tvg-name="Pluto TV TEEN SERIES" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8eb7e3d2ed18000746d09a/colorLogoPNG.png" group-title="Kids",Pluto TV TEEN SERIES @@ -2792,6 +4823,8 @@ 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="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 #EXTINF:-1 tvg-id="PlutoTVTelenovela.us" tvg-name="Pluto TV Telenovela" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f914f9dccb4de0007df8bc4/colorLogoPNG.png" group-title="",Pluto TV Telenovela @@ -2799,9 +4832,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f9dccb4de0007 #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="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="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="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 #EXTINF:-1 tvg-id="TheAsylum.us" tvg-name="The Asylum" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/591105034c1806b47438342c/colorLogoPNG.png" group-title="",Pluto TV The Asylum @@ -2812,77 +4851,111 @@ 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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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/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="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="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="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="" 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="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="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="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="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="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="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="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="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 +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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTVTravel.us" tvg-name="Pluto TV Travel" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5dc2c444bac1f70009ca756e/colorLogoPNG.png" group-title="Travel",Pluto TV Travel https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c444bac1f70009ca756e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel @@ -2892,53 +4965,69 @@ 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="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/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="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="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/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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="PlutoTVVelocidad.us" tvg-name="Pluto TV Velocidadโ€‹" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dd6dc7480e3550009133d4a/colorLogoPNG.png" group-title="",Pluto TV Velocidadโ€‹ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dc7480e3550009133d4a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="VEVO2K.us" tvg-name="VEVO 2K" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fd7bca3e0a4ee0007a38e8c/featuredImage.jpg" group-title="",Pluto TV VEVO 2K (1080p) +#EXTINF:-1 tvg-id="VEVO2K.us" tvg-name="VEVO 2K" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fd7bca3e0a4ee0007a38e8c/featuredImage.jpg" group-title="Music",Pluto TV VEVO 2K (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7bca3e0a4ee0007a38e8c/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VEVO70s.us" tvg-name="VEVO 70's" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f32f26bcd8aea00071240e5/featuredImage.jpg" group-title="",Pluto TV VEVO 70's (1080p) +#EXTINF:-1 tvg-id="VEVO70s.us" tvg-name="VEVO 70's" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5f32f26bcd8aea00071240e5/featuredImage.jpg" group-title="Music",Pluto TV VEVO 70's (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32f26bcd8aea00071240e5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VEVO80s.us" tvg-name="VEVO 80's" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fd7b8bf927e090007685853/featuredImage.jpg" group-title="",Pluto TV VEVO 80's (1080p) +#EXTINF:-1 tvg-id="VEVO80s.us" tvg-name="VEVO 80's" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fd7b8bf927e090007685853/featuredImage.jpg" group-title="Music",Pluto TV VEVO 80's (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7b8bf927e090007685853/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VEVO90s.us" tvg-name="VEVO 90's" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fd7bb1f86d94a000796e2c2/featuredImage.jpg" group-title="",Pluto TV VEVO 90's (1080p) +#EXTINF:-1 tvg-id="VEVO90s.us" tvg-name="VEVO 90's" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5fd7bb1f86d94a000796e2c2/featuredImage.jpg" group-title="Music",Pluto TV VEVO 90's (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7bb1f86d94a000796e2c2/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VEVOCountry.us" tvg-name="VEVO Country" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5da0d75e84830900098a1ea0/featuredImage.jpg" group-title="",Pluto TV VEVO Country (1080p) +#EXTINF:-1 tvg-id="VEVOCountry.us" tvg-name="VEVO Country" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5da0d75e84830900098a1ea0/featuredImage.jpg" group-title="Music",Pluto TV VEVO Country (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0d75e84830900098a1ea0/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VevoPop.us" tvg-name="Vevo Pop" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5d93b635b43dd1a399b39eee/colorLogoPNG.png" group-title="",Pluto TV Vevo Pop (1080p) +#EXTINF:-1 tvg-id="PlutoTVVevoPop.us" tvg-name="Pluto TV Vevo Pop" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d93b635b43dd1a399b39eee/colorLogoPNG.png" group-title="Music",Pluto TV Vevo Pop +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b635b43dd1a399b39eee/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=890&deviceId=5d93b635b43dd1a399b39eee&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="VevoPop.us" tvg-name="Vevo Pop" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5d93b635b43dd1a399b39eee/colorLogoPNG.png" group-title="Music",Pluto TV Vevo Pop (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b635b43dd1a399b39eee/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VEVORB.us" tvg-name="VEVO R&B" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5da0d83f66c9700009b96d0e/featuredImage.jpg" group-title="",Pluto TV VEVO R&B (1080p) +#EXTINF:-1 tvg-id="VEVORB.us" tvg-name="VEVO R&B" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5da0d83f66c9700009b96d0e/featuredImage.jpg" group-title="Music",Pluto TV VEVO R&B (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0d83f66c9700009b96d0e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VEVOReggeatonTrap.us" tvg-name="VEVO Reggeaton & Trap" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5f32f397795b750007706448/featuredImage.jpg" group-title="",Pluto TV VEVO Reggeaton & Trap (1080p) +#EXTINF:-1 tvg-id="VEVOReggeatonTrap.us" tvg-name="VEVO Reggeaton & Trap" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/5f32f397795b750007706448/featuredImage.jpg" group-title="Music",Pluto TV VEVO Reggeaton & Trap (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32f397795b750007706448/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="PlutoTVVH1IClassic.us" tvg-name="Pluto TV VH1 Classics" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/6076cd1df8576d0007c82193/colorLogoPNG.png" group-title="",Pluto TV VH1 Classics +#EXTINF:-1 tvg-id="PlutoTVVH1IClassic.us" tvg-name="Pluto TV VH1 Classics" tvg-country="US" tvg-language="Spanish" tvg-logo="http://images.pluto.tv/channels/6076cd1df8576d0007c82193/colorLogoPNG.png" group-title="Music",Pluto TV VH1 Classics https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6076cd1df8576d0007c82193/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VH1HipHopFamily.us" tvg-name="VH1 Hip Hop Family" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d71561df6f2e6d0b6493bf5/colorLogoPNG.png" group-title="",Pluto TV VH1 Hip Hop Family +#EXTINF:-1 tvg-id="PlutoTVVH1HipHopFamily.us" tvg-name="Pluto TV VH1 Hip Hop Family" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d71561df6f2e6d0b6493bf5/colorLogoPNG.png" group-title="Series",Pluto TV VH1 Hip Hop Family +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d71561df6f2e6d0b6493bf5/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=284&deviceId=5d71561df6f2e6d0b6493bf5&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="PlutoTVVH1HipHopFamily.us" tvg-name="Pluto TV VH1 Hip Hop Family" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d71561df6f2e6d0b6493bf5/colorLogoPNG.png" group-title="Series",Pluto TV VH1 Hip Hop Family https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d71561df6f2e6d0b6493bf5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel -#EXTINF:-1 tvg-id="VH1ILoveReality.us" tvg-name="VH1 I Love Reality" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d7154fa8326b6ce4ec31f2e/colorLogoPNG.png" group-title="",Pluto TV VH1 I Love Reality +#EXTINF:-1 tvg-id="PlutoTVVH1ILoveReality.us" tvg-name="Pluto TV VH1 I Love Reality" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d7154fa8326b6ce4ec31f2e/colorLogoPNG.png" group-title="Series",Pluto TV VH1 I Love Reality +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?terminate=false&deviceType=web&deviceMake=web&deviceModel=web&sid=282&deviceId=5d7154fa8326b6ce4ec31f2e&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="PlutoTVVH1ILoveReality.us" tvg-name="Pluto TV VH1 I Love Reality" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d7154fa8326b6ce4ec31f2e/colorLogoPNG.png" group-title="Series",Pluto TV VH1 I Love Reality https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel #EXTINF:-1 tvg-id="PlutoTVViajes.us" tvg-name="Pluto TV Viajes" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5dcddfbdb7cf0e0009ae09ea/colorLogoPNG.png" group-title="",Pluto TV Viajes https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfbdb7cf0e0009ae09ea/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -2948,216 +5037,430 @@ 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="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/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="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="WeatherNation.us" tvg-name="WeatherNation" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5bdce04659ee03633e758130/colorLogoPNG.png" group-title="",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 +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="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="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/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="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="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/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="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="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="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="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="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="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="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="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="",Pluto TV 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="",Pluto TV 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="",Pluto TV 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="WPT.us" tvg-name="WPT" tvg-country="CH;FR" tvg-language="French" tvg-logo="https://images.pluto.tv/channels/5f8ecfb9db6c180007a6d1b0/colorLogoPNG.png" group-title="",Pluto TV WPT -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="WPT.us" tvg-name="WPT" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5f8ecfb9db6c180007a6d1b0/colorLogoPNG.png" group-title="",Pluto TV WPT -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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="YuGiOh.us" tvg-name="Yu-Gi-Oh" tvg-country="US" tvg-language="Spanish" tvg-logo="https://images.pluto.tv/channels/5fceaab478f2af00080ff51f/colorLogoPNG.png" group-title="",Pluto TV Yu-Gi-Oh 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="Pop.us" tvg-name="Pop" tvg-country="US" tvg-language="English" tvg-logo="" group-title="General",Pop +#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="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="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://cdn1.thr.com/sites/default/files/imagecache/landscape_928x523/2014/09/pop-logo.jpg" group-title="General",Pop (1080p) +#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="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="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="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="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="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="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://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="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/c.m3u8 +#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 -#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="",Power Nation (US) (720p) +#EXTINF:-1 tvg-id="PowerNation.us" tvg-name="Power Nation" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iJmj6zC.png" group-title="Auto",Power Nation +https://rtmtv-powernation-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="PowerNation.us" tvg-name="Power Nation" 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/powernation_190x190.png?raw=true" group-title="Auto",Power Nation +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="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/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-ptd/mono.m3u8 +#EXTINF:-1 tvg-id="PTLTVNetwork.us" tvg-name="PTL TV Network" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/EhISpCd.png" group-title="",PTL TV Network +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="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="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 #EXTINF:-1 tvg-id="PursuitUpSTIRR.us" tvg-name="PursuitUp (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/cff7dcd8-15db-40ae-bfd7-72589c1e404c-small3x1_STIRR_Logo_0420_PursuitChannel_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",PursuitUp (STIRR) (720p) https://dai.google.com/linear/hls/event/NpkpFaFVRqaQwSkpPdramg/master.m3u8 #EXTINF:-1 tvg-id="QelloConcerts.us" tvg-name="Qello Concerts" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/X63rCqD.png" group-title="Music",Qello Concerts (1080p) https://dai.google.com/linear/hls/event/BakMHO8xRSmGKYeiyhsq3A/master.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="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="Kids",Qubo (720p) http://ion-qubo-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="QVC.us" tvg-name="QVC" tvg-country="US" tvg-language="" tvg-logo="" group-title="",QVC (540p) +#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.de" tvg-name="QVC" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="",QVC -https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_main_clean/bitrate1.isml/3/prog_index.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="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="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="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://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="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/5/57/QVC_Plus_Logo.svg/320px-QVC_Plus_Logo.svg.png" group-title="",QVC 2 -http://n1.klowdtv.net/live3/qvcplus_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="QVC2.us" tvg-name="QVC 2" tvg-country="US" tvg-language="" tvg-logo="" group-title="",QVC 2 -https://lsqvc2us-lh.akamaihd.net/i/lsqvc2us_01@809440/index_2500_av-p.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="" tvg-logo="https://i.imgur.com/1Zp2uo5.png" group-title="",QVC Beauty (540p) +#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="QVCBeautyStyle.us" tvg-name="QVC Beauty & Style" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvcbeautystyle.png" group-title="",QVC Beauty & Style -https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_beauty_clean/bitrate1.isml/3/prog_index.m3u8 -#EXTINF:-1 tvg-id="QVCLive.us" tvg-name="QVC Live" tvg-country="US" tvg-language="English" tvg-logo="https://s3-us-west-2.amazonaws.com/klowdtvstorage/herring/images/channels/qvcLive/logo_small.png" group-title="",QVC Live +#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://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://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="QVCLive.us" tvg-name="QVC Live" tvg-country="US" tvg-language="English" tvg-logo="https://s3-us-west-2.amazonaws.com/klowdtvstorage/herring/images/channels/qvcLive/logo_small.png" group-title="Shop",QVC Live http://n1.klowdtv.net/live2/qvclive_720p/chunks.m3u8 -#EXTINF:-1 tvg-id="QVCPlus.de" tvg-name="QVC PLUS" tvg-country="US" tvg-language="" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvcplus.png" group-title="",QVC PLUS -https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_plus_clean/bitrate1.isml/3/prog_index.m3u8 -#EXTINF:-1 tvg-id="QVCStyle.us" tvg-name="QVC Style" tvg-country="US" tvg-language="" tvg-logo="" group-title="",QVC Style (540p) +#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 +#EXTINF:-1 tvg-id="QVCStyle.us" tvg-name="QVC Style" tvg-country="US" tvg-language="English" tvg-logo="https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/logos/tv/qvc.png" group-title="Shop",QVC Style (540p) 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="" tvg-logo="" group-title="",QVC Style (Deutsch) (540p) +#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="QVC2Deutsch.us" tvg-name="QVC2 (Deutsch)" tvg-country="US" tvg-language="" tvg-logo="" group-title="",QVC2 (Deutsch) (540p) +#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="" tvg-logo="https://i.imgur.com/X9LBFzK.jpg" group-title="",QVTV +#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="RadioUTV.us" tvg-name="Radio U TV" tvg-country="US" tvg-language="" 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/tracks-v1a1/index.m3u8 +#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="RadiouTVUS.us" tvg-name="Radiou TV (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/236PqNm.jpg" group-title="Music",Radiou TV (US) (720p) -https://cdnlive.radiou.com/LS-ATL-43240-1/index.m3u8 +#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="RealNoseyXUMO.us" tvg-name="Real Nosey (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GiKtKvN.png" group-title="",Real Nosey (XUMO) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxrealnosey/CDN/playlist.m3u8 +#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="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="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="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="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="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="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="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/high/c.m3u8 +https://a.jsrdn.com/broadcast/2a755012a8/+0000/c.m3u8 +#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="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="Redbox2Comedy.us" tvg-name="Redbox 2: Comedy" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QIifkey.jpg" group-title="",Redbox 2: Comedy (1080p) -https://comedy-redbox.amagi.tv/amRdirect/p=Redbox&subp=RedboxdesktopWebLinux/hls/amagi_hls_data_redboxAAA-comedy/CDN/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="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="ReelzChannelXUMO.us" tvg-name="Reelz Channel (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UQjtEqR.png" group-title="",Reelz Channel (XUMO) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxreelzchannel/CDN/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) +#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="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 +#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://dai2.xumo.com/amagi_hls_data_xumo1212A-rokureelzchannel/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="ReelzChannelXUMO.us" tvg-name="Reelz Channel (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UQjtEqR.png" group-title="Documentary",Reelz Channel (XUMO) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxreelzchannel/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="RelaxingFish.us" tvg-name="Relaxing Fish" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/AdultSwim_262x262.png?raw=true" group-title="",Relaxing Fish +https://media.cdn.adultswim.com/streams/playlists/fishcam.backup.m3u8 +#EXTINF:-1 tvg-id="RelaxingRain.us" tvg-name="Relaxing Rain" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Relaxing Rain +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="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="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="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="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="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) +#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="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 #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:switch.smil/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="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="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="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="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="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="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="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://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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="RightNowTV.us" tvg-name="Right Now TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/y9JXK2I.png" group-title="General",Right Now TV (720p) https://feed.rightnowtelevision.com/live/smil:rntv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RingofHonorSTIRR.us" tvg-name="Ring of Honor (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/154876f2-ed78-4a1e-959d-96aab12af9cd-small3x1_STIRR_Logo_0720_ROHBestofthePlanet_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",Ring of Honor (STIRR) (720p) https://dai.google.com/linear/hls/event/RNiQYO3aTjOqTe8od1zlqA/master.m3u8 +#EXTINF:-1 tvg-id="RingofHonorWrestling.us" tvg-name="Ring of Honor Wrestling" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/RingOfHonor_400x400.png?raw=true" group-title="Sports",Ring of Honor Wrestling +https://stadium-ringofhonor-1.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="RobotChicken.us" tvg-name="Robot Chicken (Adult Swim 24/7 Stream)" tvg-country="US" tvg-language="English" tvg-logo="" group-title="",Robot Chicken (Adult Swim 24/7 Stream) [Geo-blocked] 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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="SBN.us" tvg-name="SBN" tvg-country="US" tvg-language="Spanish" tvg-logo="http://sonlifetv.com/images/logo.png" group-title="Religious",SBN -https://sonlife5-i.akamaihd.net/hls/live/584631/ch5/ch51/ch51.m3u8 -#EXTINF:-1 tvg-id="SonLife.uk" tvg-name="SBN" tvg-country="US" tvg-language="" 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/ch70/ch70.m3u8 -#EXTINF:-1 tvg-id="SBN.us" tvg-name="SBN" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Religious",SBN +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="Screamfest.us" tvg-name="Screamfest" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kmHryT4.png" group-title="Movies",Screamfest -https://vcnleomarkstudios.teleosmedia.com/stream/leomarkstudios/screamfest/seglist_720p.m3u8 +#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 #EXTINF:-1 tvg-id="SentTVGlobalNetwork.us" tvg-name="Sent TV Global Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ogvLLji.png" group-title="General",Sent TV Global Network (720p) 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/chunklist_w1498543121.m3u8 -#EXTINF:-1 tvg-id="Shabakeh7.us" tvg-name="Shabakeh 7" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Shabakeh 7 +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="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/chunklist_w1625794902.m3u8 +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="ShopHQ.us" tvg-name="Shop HQ" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Shop HQ -https://aos01-evine.secure.footprint.net/evine/cleanfeed/VIDEO_0_2064000.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="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="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="English" tvg-logo="https://i.imgur.com/jb5NwNN.png" group-title="Comedy",Shout Factory TV (1080p) -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="English" tvg-logo="https://i.imgur.com/YnwHKZj.png" group-title="",Shout Factory TV (720p) -https://shout-factory.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="ShoutFactoryTVXUMO.us" tvg-name="Shout! Factory TV (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="http://image.xumo.com/v1/channels/channel/9999265/300x300.png?type=smartCast_channelTile" group-title="",Shout! Factory TV (XUMO) (1080p) +#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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="SkillsPlusThrillsChannel3.us" tvg-name="Skills + Thrills Channel 3" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kFJ3Qa4.png" group-title="",Skills + Thrills Channel 3 (720p) https://aenetworks-skills-thrills-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="e73c02" tvg-name="SKWAD" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/sv7WkKe.png" group-title="",SKWAD (720p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=71&live=1&app_bundle=com.plexapp.desktop +#EXTINF:-1 tvg-id="Skwad.us" tvg-name="SKWAD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sv7WkKe.png" group-title="Kids",SKWAD (720p) +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="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="SmithsonianChannelAsia.us" tvg-name="Smithsonian Channel Asia" tvg-country="US;AU" tvg-language="English" tvg-logo="https://i.imgur.com/weNdD7r.png" group-title="",Smithsonian Channel Asia (1080p) +#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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="SonyCanalComedias.us" tvg-name="Sony Canal Comedias" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Sony Canal Comedias +https://sony-comedias-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="SonyCanalNovelas.us" tvg-name="Sony Canal Novelas" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Sony Canal Novelas +https://sony-novelas-1.roku.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="SonyCompetencias.us" tvg-name="Sony Competencias" tvg-country="US" tvg-language="" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/TheRokuChannel_880x880.png?raw=true" group-title="",Sony Competencias +https://sony-competencias-1.roku.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SouthCarolinaCharlestonSTIRR.us" tvg-name="South Carolina: Charleston (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",South Carolina: Charleston (STIRR) (720p) https://dai.google.com/linear/hls/event/kMNMCCQsQYyyk2n2h_4cNw/master.m3u8 #EXTINF:-1 tvg-id="SouthCarolinaColumbiaSTIRR.us" tvg-name="South Carolina: Columbia (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",South Carolina: Columbia (STIRR) (720p) @@ -3166,22 +5469,34 @@ 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="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="SportsChannelNetwork.us" tvg-name="Sports Channel Network" tvg-country="US" tvg-language="" 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/1200.m3u8 +#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 +#EXTINF:-1 tvg-id="SportsGrid.us" tvg-name="SportsGrid" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/Xumo_456x456.png?raw=true" group-title="Sports",Sports Grid +https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumosportsgrid/CDN/master.m3u8 #EXTINF:-1 tvg-id="SportsGrid.us" tvg-name="Sports Grid" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/T2Opptd.jpg" group-title="Sports",Sports Grid (720p) https://playout4multirtmp.tulix.tv/live6/Stream1/playlist.m3u8 +#EXTINF:-1 tvg-id="SportsGrid.us" tvg-name="SportsGrid" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/T2Opptd.jpg" group-title="Sports",Sports Grid +https://sportsgrid-klowdtv.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SportsGrid.us" tvg-name="Sports Grid" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/T2Opptd.jpg" group-title="Sports",Sports Grid -https://sportsgrid-plex.amagi.tv/amRdirect/us_privacy=1---&did=3f68a808-1437-5e57-9eaf-7a12279d9462&dnt=0&X-Plex-Token=nkPyxTGm41qFS7TFC9Yh&channelId=5ef11485d33ab9004048a1ca/hls/amagi_hls_data_plexAAAAA-sportsgrid-plex/CDN/1280x720_2855600/index.m3u8 +https://sportsgrid-plex.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Sportsgrid.us" tvg-name="SportsGrid" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/T2Opptd.jpg" group-title="Sports",Sports Grid +https://sportsgrid-vizio.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SportsTVPlus.us" tvg-name="Sports TV Plus" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ZgFhOZ8.png" group-title="Sports",Sports TV Plus (1080p) https://dai.google.com/linear/hls/event/9FKrAqCfRvGfn3tPbVFO-g/master.m3u8 -#EXTINF:-1 tvg-id="SportsGrid.us" tvg-name="SportsGrid" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/7gC2ip9.png" group-title="Sports",SportsGrid (1080p) -https://sportsgrid-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-sportsgrid-plex/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="SportsGrid.us" tvg-name="SportsGrid" 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/07072020/SportsGrid_190x190.png?raw=true" group-title="Sports",SportsGrid +https://sportsgrid-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SportsGridNetwork.us" tvg-name="SportsGrid Network" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/SportsGrid_512x512.png?raw=true" group-title="Sports",SportsGrid Network (1080p) 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="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 #EXTINF:-1 tvg-id="Sqadl.us" tvg-name="Sqadl" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Entertainment",Sqadl (1080p) @@ -3193,9 +5508,9 @@ https://edgesports-sportstribal.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="STTVForTheFans.us" tvg-name="ST-TV | For The Fans" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMzNf/FTF_720x720.png" group-title="Sports",ST-TV | For The Fans (720p) https://live.serverside.ai/hls/0f7f0c30-e13d-41b6-9e15-9a9de7ef979f/master.m3u8?channel_partner=For+The+Fans&channel_name=For+The+Fans&content_genre=Sport&api-key=4c19fe78-8ce2-4f88-9a39-f202dc24236f&gdpr=1&mute=false&consent=&vid=cf1e9700_20210305160000_D0CF72b&content_id=cf1e9700_20210305160000_D0CF72b&ip=194.35.233.10&ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F88.0.4324.150+Safari%2F537.36+OPR%2F74.0.3911.160&t=2021-03-05T16%3A00%3A00.000 #EXTINF:-1 tvg-id="STTVFuelTV.us" tvg-name="ST-TV | Fuel TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMzFf/FuelTV_720x720.png" group-title="Sports",ST-TV | Fuel TV (1080p) -https://stream.ads.ottera.tv/playlist.m3u8?network_id=516&avod=1&coppa=0&is_lat=0&us_privacy=1---&did=c764d0d40aaeeed6a62d38b638d34475&app_bundle=com.fueltv.ott&app_store_url=http://www.ottera.tv&app_domain=fuel.tv&app_name=fuel&custom_targeting=html5&custom_4=sportstribal&h=720&w=1280&content_channel=fuel&content_dist_name=sportstribal&device_make=&device_model=&preferred_language=EN&gender=not_specified&yob=0&livestream=1&custom_6=1&custom_8=Fuel%20TV +https://stream.ads.ottera.tv/playlist.m3u8?network_id=516 #EXTINF:-1 tvg-id="STTVHardKnocks.us" tvg-name="ST-TV | Hard Knocks" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMjRf/HardKnocks_490x490.png" group-title="Sports",ST-TV | Hard Knocks (1080p) -https://d3uyzhwvmemdyf.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HardKnocks-SportsTribal/121.m3u8?ads.channel_partner=Hard+Knocks&ads.channel_name=Hard+Knocks&ads.content_genre=MMA&gdpr=1&mute=false&ads.user_consent=&vid=1a906a22_20210305163348_D0CF72b&content_id=1a906a22_20210305163348_D0CF72b&ads.ip=194.35.233.10&ads.ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F88.0.4324.150+Safari%2F537.36+OPR%2F74.0.3911.160&t=2021-03-05T16%3A33%3A48.000 +https://d3uyzhwvmemdyf.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HardKnocks-SportsTribal/121.m3u8 #EXTINF:-1 tvg-id="STTVIGNTV.us" tvg-name="ST-TV | IGN TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzNTVf/IGN_512x512.png" group-title="Kids",ST-TV | IGN TV (720p) https://ign-sportstribal.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="STTVLaxSportsNetwork.us" tvg-name="ST-TV | Lax Sports Network" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMjZf/LSN_720x720.png" group-title="Sports",ST-TV | Lax Sports Network (720p) @@ -3205,38 +5520,40 @@ https://pac12-sportstribal.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="STTVPokerNightInAmerica.us" tvg-name="ST-TV | Poker Night In America" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMzJf/PokerNight_720x720.png" group-title="Sports",ST-TV | Poker Night In America (720p) https://rushstreet-sportstribal.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="STTVSKITV.us" tvg-name="ST-TV | SKI TV" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzMjlf/SkiTV_400x400.png" group-title="Sports",ST-TV | SKI TV (1080p) -https://d2xeo83q8fcni6.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/SkiTV-SportsTribal/193.m3u8?ads.channel_partner=Ski+TV&ads.channel_name=Ski+TV&ads.content_genre=Skiiing&ads.content_title=SkiTV&gdpr=1&mute=false&ads.user_consent=&vid=97ee0bd6_20210305161929_D0CF72b&content_id=97ee0bd6_20210305161929_D0CF72b&ads.ip=194.35.233.10&ads.ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F88.0.4324.150+Safari%2F537.36+OPR%2F74.0.3911.160&t=2021-03-05T16%3A19%3A29.000 -#EXTINF:-1 tvg-id="STTVSportsGrid.us" tvg-name="ST-TV | SportsGrid" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzNTZf/SportsGrid_512x512.png" group-title="",ST-TV | SportsGrid (1080p) +https://d2xeo83q8fcni6.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/SkiTV-SportsTribal/193.m3u8 +#EXTINF:-1 tvg-id="STTVSportsGrid.us" tvg-name="ST-TV | SportsGrid" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTUzNTZf/SportsGrid_512x512.png" group-title="Sports",ST-TV | SportsGrid (1080p) https://sportsgrid-tribal.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="STTVUnbeatenCombat.us" tvg-name="ST-TV | Unbeaten Combat" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMzA3OTU1MDBf/UnbeatenCombat_450x450.png" group-title="Sports",ST-TV | Unbeaten Combat (720p) -https://d179m5eq83yziw.cloudfront.net/live3/unbeaten_tv/bitrate1-clear.isml/manifest.m3u8?t=2021-03-05T16%3A30%3A00.000 +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?ads.channel_name=World+Poker+Tour&ads.channel_partner=World+Poker+Tour&ads.content_genre=Poker&mute=false&ads.user_consent=&vid=33137bc3_20210305160513_D0CF72b&content_id=33137bc3_20210305160513_D0CF72b&ip=194.35.233.10&ads.ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F88.0.4324.150+Safari%2F537.36+OPR%2F74.0.3911.160&gdpr=1&t=2021-03-05T16%3A05%3A13.000 -#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) +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="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/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="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 +https://stadium.roku.wurl.com/manifest/playlist.m3u8 +#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://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="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 -https://stadiumlivein-i.akamaihd.net/hls/live/522512/mux_4/master_1000k.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="StadiumHD.us" tvg-name="Stadium HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/n38w3FD.png" group-title="Sports",Stadium HD -https://stadiumlivein-i.akamaihd.net/hls/live/522512/mux_4/master_3000k.m3u8 -#EXTINF:-1 tvg-id="StadiumNetwork.us" tvg-name="Stadium Network" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/b/b2/Stadium_TV_network_logo.png" group-title="Sports",Stadium Network -https://stadiumlivein-i.akamaihd.net/hls/live/522512/mux_4/master_2000k.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="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="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/3000.m3u8 -#EXTINF:-1 tvg-id="SteeveWilkosBumblebee.us" tvg-name="Steeve Wilkos (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Fprod%2Fbumblebeetv%2Flogo%2Fee7ddd3f-9098-4c05-93f9-9521a73f8f1b?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=21acc1acb7d0d608332e9123b18c3fde" group-title="",Steeve Wilkos (Bumblebee) -https://ff025cd3f4b44af9915c7303489f823c.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e84c95ee0253b97679d7/playlist.m3u8 +https://sonar.sinclair.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayKaraoke.us" tvg-name="Stingray Karaoke" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wVVGZl9.png" group-title="Music",Stingray Karaoke (1080p) https://dai.google.com/linear/hls/event/5bqbG8j7T_6_qMONC1SDsg/master.m3u8 -#EXTINF:-1 tvg-id="StingrayNaturescape.us" tvg-name="Stingray Naturescape" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7XsqSSZ.png" group-title="Outdoor",Stingray Naturescape (1080p) +#EXTINF:-1 tvg-id="StingrayNaturescape.us" tvg-name="Stingray Naturescape" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7XsqSSZ.png" group-title="Relax",Stingray Naturescape (1080p) https://dai.google.com/linear/hls/event/6RPZlzksTCyB1euPqLcBZQ/master.m3u8 -#EXTINF:-1 tvg-id="StingrayNaturescape.us" tvg-name="Stingray Naturescape" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sw1LtJ4.png" group-title="",Stingray Naturescape (1080p) +#EXTINF:-1 tvg-id="StingrayNaturescape.us" tvg-name="Stingray Naturescape" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/sw1LtJ4.png" group-title="Relax",Stingray Naturescape (1080p) https://stingray-naturescape-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayPopAdultSTIRR.us" tvg-name="Stingray Pop Adult (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/f7fe1378-d4a8-434e-8c1a-d7e001560404-small3x1_stirr_1219_epg_stingraypopadult_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Music",Stingray Pop Adult (STIRR) (1080p) https://ott-linear-channels.stingray.com/hls/stirr/104.m3u8 @@ -3262,12 +5579,14 @@ https://dai.google.com/linear/hls/event/CHaUZsCfSyS2CVF7I-NktA/master.m3u8 https://dai.google.com/linear/hls/event/08ADpEIeQ8iZOjusLsZbCg/master.m3u8 #EXTINF:-1 tvg-id="STIRRFit.us" tvg-name="STIRR Fit" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAfy1us.png" group-title="Lifestyle",STIRR Fit (720p) https://dai.google.com/linear/hls/event/ZidoyK28TXyMRTZU7rFuEQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRHorrorMovies.us" tvg-name="STIRR Horror Movies" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/0a9b36ef-1240-47c1-a7e6-5ed04648ad72-small3x1_stirr_1219_epg_stirrhorror_1920x1080.png?cb=a87ff679a2f3e71d9181a67b7542122c" group-title="",STIRR Horror Movies (720p) +#EXTINF:-1 tvg-id="STIRRHorrorMovies.us" tvg-name="STIRR Horror Movies" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/0a9b36ef-1240-47c1-a7e6-5ed04648ad72-small3x1_stirr_1219_epg_stirrhorror_1920x1080.png?cb=a87ff679a2f3e71d9181a67b7542122c" group-title="Movies",STIRR Horror Movies (720p) https://dai.google.com/linear/hls/event/3NTKKQBuQtaIrcUBj20lyg/master.m3u8 #EXTINF:-1 tvg-id="STIRRMovies.us" tvg-name="STIRR Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAfy1us.png" group-title="Movies",STIRR Movies (720p) https://dai.google.com/linear/hls/event/f-zA7b21Squ7M1_sabGfjA/master.m3u8 #EXTINF:-1 tvg-id="STIRRMusic.us" tvg-name="STIRR Music" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAfy1us.png" group-title="Music",STIRR Music (720p) https://dai.google.com/linear/hls/event/_e1csFnJR6W6y056PyiG6A/master.m3u8 +#EXTINF:-1 tvg-id="StirrNews247.us" tvg-name="Stirr News 24/7" tvg-country="US" tvg-language="English" tvg-logo="" group-title="News",Stirr News 24/7 +https://dai.google.com/linear/hls/event/8hUeiLMpTm-YNqk7kadUwA/master.m3u8 #EXTINF:-1 tvg-id="STIRRSports.us" tvg-name="STIRR Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAfy1us.png" group-title="Sports",STIRR Sports (720p) https://dai.google.com/linear/hls/event/1B2yihdIR1mCL63rXzERag/master.m3u8 #EXTINF:-1 tvg-id="STIRRTravel.us" tvg-name="STIRR Travel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SAfy1us.png" group-title="Travel",STIRR Travel (720p) @@ -3276,48 +5595,124 @@ https://dai.google.com/linear/hls/event/0ZXyCbn9TYmrrAzcDfoU1w/master.m3u8 https://dai.google.com/linear/hls/event/YF2jfXh_QROPxoHEwp1Abw/master.m3u8 #EXTINF:-1 tvg-id="StockchartsTV.us" tvg-name="Stockcharts TV" tvg-country="US" tvg-language="English" tvg-logo="https://d.stockcharts.com/img/scc-logo-light.png" group-title="Business",StockCharts TV https://iptv-all.lanesh4d0w.repl.co/united-states/stockchartstv +#EXTINF:-1 tvg-id="StreetMusic4U.us" tvg-name="Street Music 4U" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/DVfEmq7.png" group-title="Music",Street Music 4U +https://59d39900ebfb8.streamlock.net/streetmusic/streetmusic/playlist.m3u8 +#EXTINF:-1 tvg-id="StreetMusic4U.us" tvg-name="Street Music 4U" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/DVfEmq7.png" group-title="Music",Street Music 4U +https://broadcast.mytvtogo.net/streetmusic/streetmusic/playlist.m3u8 +#EXTINF:-1 tvg-id="StudioC.us" tvg-name="Studio C" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LHtwDGY.jpg" group-title="Series",Studio C +https://a.jsrdn.com/broadcast/d5b46/+0000/c.m3u8 +#EXTINF:-1 tvg-id="SubRangTV.us" tvg-name="SubRang TV" tvg-country="US" tvg-language="Hindi" tvg-logo="https://i.imgur.com/xMN1q8P.jpg" group-title="News",SubRang TV +https://cdn20.liveonlineservices.com/hls/subrang.m3u8 #EXTINF:-1 tvg-id="SubRangTV.us" tvg-name="SubRang TV" tvg-country="US" tvg-language="Hindi" tvg-logo="https://i.imgur.com/xMN1q8P.jpg" group-title="News",SubRang TV https://cdn61.liveonlineservices.com/hls/subrang.m3u8 -#EXTINF:-1 tvg-id="SurfNowTV.us" tvg-name="Surf Now TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Surf Now TV +#EXTINF:-1 tvg-id="SuperSimpleSongs.us" tvg-name="Super Simple Songs" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/9zRYK8n.jpg" group-title="Kids",Super Simple Songs +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="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="TAGTV.us" tvg-name="TAG TV" tvg-country="US" tvg-language="Hindi" tvg-logo="" group-title="News",TAG 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="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="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="" tvg-logo="" group-title="",Tankee +#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 -#EXTINF:-1 tvg-id="de1e3a" tvg-name="Tankee" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/oMWbZ8n.png" group-title="",Tankee (720p) +#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 (720p) +https://playworksdigital-tankee-1-eu.rakuten.wurl.com/manifest/playlist.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 (720p) https://playworksdigital-tankee-1.plex.wurl.com/manifest/playlist.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 (720p) +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="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 +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="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="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="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://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="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="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="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="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 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 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 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 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="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="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="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="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="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="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="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 +#EXTINF:-1 tvg-id="TCMTurnerClassicMoviesWest.us" tvg-name="TCM (Turner Classic Movies) (West)" tvg-country="US" tvg-language="English" tvg-logo="https://www.csadesign.com/images/tcm_logo1.gif" group-title="Classic",TCM (Turner Classic Movies) (West) [Geo-blocked] +https://tve-live-lln.warnermediacdn.com/hls/live/2023187/tcmwest/noslate/VIDEO_1_5128000.m3u8 #EXTINF:-1 tvg-id="TCT.us" tvg-name="TCT" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/TV29g3L.png" group-title="Religious",TCT 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="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 #EXTINF:-1 tvg-id="TechnoWarehouseUS.us" tvg-name="Techno Warehouse (US)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/GyxXMDv.png" group-title="Music",Techno Warehouse (US) (1080p) https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.m3u8 -#EXTINF:-1 tvg-id="KTAZ.us" tvg-name="Telemundo 40 [KTAZ] (Phoenix | AZ)" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/pb0b7A4.png" group-title="General",Telemundo 40 Arizona (720p) -https://ktazlive-lh.akamaihd.net/i/KTAZ_LIVE1@183609/master.m3u8 +#EXTINF:-1 tvg-id="TELEMUNDO.us" tvg-name="TELEMUNDO" tvg-country="US" tvg-language="" tvg-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQezVfVamzd08ywLqOjqVqfOtEL-ZyphG2b0w&usqp=CAU" group-title="",TELEMUNDO +https://wmaqlive-f.akamaihd.net/i/wmaqb1_1@24420/master.m3u8 +#EXTINF:-1 tvg-id="KTAZ.us" tvg-name="Telemundo 40 [KTAZ] (Phoenix | AZ)" tvg-country="US" tvg-language="Spanish" tvg-logo="https://i.imgur.com/pb0b7A4.png" group-title="General",Telemundo 40 Arizona +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/chunklist.m3u8 -#EXTINF:-1 tvg-id="TempleTV.us" tvg-name="Temple TV" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/YchkfWy.png" group-title="",Temple TV -https://streaming.temple.edu/tutvlive/_definst_/mp4:8BRYCQMB/chunklist_w1944862924.m3u8 -#EXTINF:-1 tvg-id="TempleUniversityTV.us" tvg-name="Temple University TV" tvg-country="US" tvg-language="" tvg-logo="" group-title="",Temple University TV -http://streaming.temple.edu/tutvlive/_definst_/mp4:8BRYCQMB/chunklist.m3u8 +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="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 #EXTINF:-1 tvg-id="TennesseeNashvilleSTIRR.us" tvg-name="Tennessee: Nashville (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Tennessee: Nashville (STIRR) (720p) https://dai.google.com/linear/hls/event/IG9ThaPaTwCojeoEWVNZRQ/master.m3u8 +#EXTINF:-1 tvg-id="TennisChannelHD.us" tvg-name="Tennis Channel HD" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wcmQ30R.png" group-title="Sports",Tennis Channel HD +https://tennischannel-intl-samsung-uk.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="TennisChannelPlus2.us" tvg-name="Tennis Channel+ 2" tvg-country="US" tvg-language="English" tvg-logo="http://tennischanneleverywhere.com/resources/assets/tennischanneleverywhere/images/logos/tcplus-logo-1x-01.png" group-title="Sports",Tennis Channel+ 2 +https://playoutengine.sinclairstoryline.com/playout/e1838c44-dcb6-47b5-93d4-a0547833518f/g.m3u8 #EXTINF:-1 tvg-id="TexasAbileneSTIRR.us" tvg-name="Texas: Abilene (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Texas: Abilene (STIRR) (720p) https://dai.google.com/linear/hls/event/uxPBn5ErTQ-FOjxIYle2PA/master.m3u8 #EXTINF:-1 tvg-id="TexasAmarilloSTIRR.us" tvg-name="Texas: Amarillo (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Texas: Amarillo (STIRR) (720p) @@ -3334,194 +5729,372 @@ https://dai.google.com/linear/hls/event/MYhAOCTqQA6QFBdc1xwULQ/master.m3u8 https://dai.google.com/linear/hls/event/Exp7zxEPSLWuEhMoD2voOg/master.m3u8 #EXTINF:-1 tvg-id="TexasSanAntonioSTIRR.us" tvg-name="Texas: San Antonio (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Texas: San Antonio (STIRR) (720p) https://dai.google.com/linear/hls/event/TIQuLmldSj2SqS8y2ud9Xg/master.m3u8 +#EXTINF:-1 tvg-id="TGJunior.us" tvg-name="TG_Junior" tvg-country="US" tvg-language="" tvg-logo="https://i.imgur.com/cZ4pGmk.png" group-title="",TG Junior +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&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=5eea605574085f0040ddc794&custom4=plex&gdpr=1&device_make=Windows&device_model=Firefox&coppa=1&us_privacy=1--- #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="TheAsylum.us" tvg-name="The Asylum" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/1pxXEtP.png" group-title="Movies",The Asylum -https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-theasylum/CDN/1280x720_2500000/index.m3u8 -#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="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="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="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="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="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://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="TheAsylumXUMO.us" tvg-name="The Asylum (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OjBnAUM.png" group-title="",The Asylum (XUMO) -https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-theasylum/CDN/playlist.m3u8 +#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="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/high/c.m3u8 +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="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="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/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/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 +#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-xumous-ingest.cinedigm.com/master.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-xumous.cinedigm.com/midroll/amagi_hls_data_xumo-host-bobross-xumo/CDN/master.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://cinedigm-bobross-1.plex.wurl.com/master.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://cinedigm-bobross-1.vizio.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://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbobross/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TheBobRossChannelSTIRR.us" tvg-name="The Bob Ross Channel (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/89b69784-d184-4cb4-84b8-4b6a059bb1d7-small3x1_STIRR_Logo_0320_BobRoss_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Culture",The Bob Ross Channel (STIRR) (1080p) https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/master.m3u8 +#EXTINF:-1 tvg-id="TheCarolBurnettShow.us" tvg-name="The Carol Burnett Show" tvg-country="US" tvg-language="English" tvg-logo="https://od.lk/s/MF8yMjM4NTg2MTFf/TheRokuChannel_880x880.png" group-title="Classic",The Carol Burnett Show +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="TheCountryNetwork.us" tvg-name="The Country Network" tvg-country="US" tvg-language="English" tvg-logo="" group-title="Music",The Country Network (1080p) -https://ott.streann.com/loadbalancer/services/public/channels/5fac1ab92cdcdff351a7123c/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="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="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="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="Lifestyle",The Design Network (1080p) https://thedesignnetwork-tdn-2.roku.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="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="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="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/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 #EXTINF:-1 tvg-id="TheFilmDetective.us" tvg-name="The Film Detective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ukKFllt.jpg" group-title="Movies",The Film Detective 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="" group-title="Movies",The Film Detective (720p) +#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="TheFirst.us" tvg-name="The First" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d486acc34ceb37d3c458a64/colorLogoPNG.png" group-title="",The First (720p) -http://plutotv.vo.llnwd.net/m/hlslive/redseat-ak.m3u8?chname=redseat-ak&pub=0 +#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="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="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="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="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 +#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://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="TheFloridaChannel.us" tvg-name="The Florida Channel" tvg-country="US" tvg-language="English" tvg-logo="https://thefloridachannel.org/wp-content/uploads/logo-primary-1.png" group-title="Local",The Florida Channel (480p) -https://wowzaprod4-i.akamaihd.net/hls/live/254057/6380fec3/playlist.m3u8 +#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="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="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="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 +#EXTINF:-1 tvg-id="TheLoveDestination.us" tvg-name="The_Love_Destination" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/eXBQfaP.png" group-title="Entertainment",The Love Destination +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=43 #EXTINF:-1 tvg-id="TheLucyShowSTIRR.us" tvg-name="The Lucy Show (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/dbd51b97-8863-49a7-b6cf-f092f4676cf4-small3x1_stirr_0120_epg_TheLucyShow_1920x1080.png?cb=eccbc87e4b5ce2fe28308fd9f2a7baf3" group-title="Classic",The Lucy Show (STIRR) (720p) 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="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="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="English" tvg-logo="https://i.imgur.com/DPls9e7.png" group-title="Outdoor",The Pet Collective -https://dai2.xumo.com/amagi_hls_data_xumo1212A-petcollective/CDN/1280x720_5000000/index.m3u8 -#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.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="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="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="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="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="ThePetCollectiveRedbox.us" tvg-name="The Pet Collective (Redbox)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/xhsHccQ.png" group-title="",The Pet Collective (Redbox) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxpetcollective/CDN/playlist.m3u8 +#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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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?player=powa -#EXTINF:-1 tvg-id="The Weather Channel" tvg-name="The Weather Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/8z7UeY8.png" group-title="News",The Weather Channel -https://weather-lh.akamaihd.net/i/twc_1@92006/index_1200_av-p.m3u8?sd=10&rebase=on -#EXTINF:-1 tvg-id="The Weather Channel-US" tvg-name="The Weather Channel-US" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/weatherchannel.png" group-title="Weather",The Weather Channel (720p) +https://d155hi8td9k2ns.cloudfront.net/out/wapo-medialive3-rtmp/live.m3u8 +#EXTINF:-1 tvg-id="TheWeatherChannel.us" tvg-name="The Weather Channel" tvg-country="US" tvg-language="English" tvg-logo="https://cdn.tvpassport.com/image/station/240x135/weatherchannel.png" group-title="Weather",The Weather Channel (720p) https://weather-lh.akamaihd.net/i/twc_1@92006/master.m3u8 #EXTINF:-1 tvg-id="ThinkNoodlesBumblebee.us" tvg-name="ThinkNoodles (Bumblebee)" tvg-country="US" tvg-language="English" tvg-logo="https://imgix.unreel.me/https%3A%2F%2Fmedia.unreel.me%2Flive%2Fwhite%2Fthinknoodles.png?w=80&h=45&fit=fit&blur=0&ixlib=js-1.2.0&s=159358b3288e47e76ba12b3ba9f960d1" group-title="",ThinkNoodles (Bumblebee) https://stitcheraws.unreel.me/wse-node04.powr.com/live/5afc810e932c833522744733/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="",This Old House (720p) +#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 +https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziothisoldhouse/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 +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="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 +#EXTINF:-1 tvg-id="Timeline.us" tvg-name="Timeline" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/J8qVUjM.png" group-title="Entertainment",Timeline +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="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/xumocdn/p=roku/amagi_hls_data_xumo1234A-tmz/CDN/1280x720_5000000/index.m3u8 -#EXTINF:-1 tvg-id="TMZRedbox.us" tvg-name="TMZ (Redbox)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/wzBD6fy.png" group-title="",TMZ (Redbox) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1234A-tmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TMZXUMO.us" tvg-name="TMZ (XUMO)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/j09QMqL.png" group-title="",TMZ (XUMO) -https://dai2.xumo.com/amagi_hls_data_xumo1234A-tmz/CDN/master.m3u8 +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="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="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-720p.m3u8 +https://glxlmn026c.singularcdn.net.br/playout_02/playlist.m3u8 #EXTINF:-1 tvg-id="TNTSports3Brasil.us" tvg-name="TNT Sports 3 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 3 Brasil -https://glxlmn026c.singularcdn.net.br/playout_03/playlist-720p.m3u8 +https://glxlmn026c.singularcdn.net.br/playout_03/playlist.m3u8 #EXTINF:-1 tvg-id="TNTSports4Brasil.us" tvg-name="TNT Sports 4 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 4 Brasil -https://glxlmn026c.singularcdn.net.br/playout_04/playlist-720p.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-720p.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) +https://glxlmn026c.singularcdn.net.br/playout_05/playlist.m3u8 +#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="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="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="ToonGogglesRedbox.us" tvg-name="Toon Goggles (Redbox)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RJUkEen.png" group-title="",Toon Goggles (Redbox) -https://dai2.xumo.com/xumocdn/p=redbox&deviceid=&is_lat=&subp=RedboxdesktopWebLinux/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.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) -http://content.uplynk.com/channel/04cce35dcd994bbc82d61805ae67a65f.m3u8?ad=pluto&hlsver=6 +#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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="TrinityChannel.us" tvg-name="Trinity Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.ytimg.com/vi/_Jt1yB1y-MM/hqdefault.jpg" group-title="Religious",Trinity Channel 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="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="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="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="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="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="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="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="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="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="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="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="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="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="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/tracks-v1a1/index-1623359234-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsboxing/index.m3u8 #EXTINF:-1 tvg-id="TVSCipherNetwork.us" tvg-name="TVS Cipher Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Cipher Network (360p) -https://rpn1.bozztv.com/36bay2/gusa-tvsmystery/tracks-v1a1/index-1623399442-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsmystery/index.m3u8 #EXTINF:-1 tvg-id="TVSClassicMovies.us" tvg-name="TVS Classic Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/VLWDHGs.png" group-title="Classic",TVS Classic Movies (480p) -https://rpn1.bozztv.com/36bay2/gusa-tvsclassicmovies/tracks-v1a1/index-1623399888-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsclassicmovies/index.m3u8 #EXTINF:-1 tvg-id="TVSClassicSports.us" tvg-name="TVS Classic Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/ui099xQ.jpg" group-title="Sports",TVS Classic Sports (720p) -http://rpn1.bozztv.com/36bay2/gusa-tvs/tracks-v1a1/index-1623399962-now.m3u8 +http://rpn1.bozztv.com/36bay2/gusa-tvs/index.m3u8 #EXTINF:-1 tvg-id="TVSComedyNetwork.us" tvg-name="TVS Comedy Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/lHvWCyV.jpg" group-title="Comedy",TVS Comedy Network (480p) -https://rpn1.bozztv.com/36bay2/gusa-comedyclassics/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-comedyclassics/mono.m3u8 #EXTINF:-1 tvg-id="TVSDriveInMovie.us" tvg-name="TVS Drive In Movie" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RhKSIGQ.jpg" group-title="Movies",TVS Drive In Movie (360p) -https://rpn1.bozztv.com/36bay2/gusa-tvsdriveinmovie/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsdriveinmovie/mono.m3u8 #EXTINF:-1 tvg-id="TVSFamilyChannel.us" tvg-name="TVS Family Channel" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iuQyJ7f.jpg" group-title="Family",TVS Family Channel (360p) -https://rpn1.bozztv.com/36bay2/gusa-TVSFamilyChannel/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-TVSFamilyChannel/mono.m3u8 #EXTINF:-1 tvg-id="TVSFilmNoirNetwork.us" tvg-name="TVS Film Noir Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Movies",TVS Film Noir Network (360p) -https://rpn1.bozztv.com/36bay2/gusa-TVSFilmNoir/tracks-v1a1/index-1623400693-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-TVSFilmNoir/index.m3u8 #EXTINF:-1 tvg-id="TVSFrontPageDetective.us" tvg-name="TVS Front Page Detective" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Front Page Detective (360p) -https://rpn1.bozztv.com/36bay2/gusa-tvsfrontpagedetective/tracks-v1a1/index-1623400775-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsfrontpagedetective/index.m3u8 #EXTINF:-1 tvg-id="TVSHD.us" tvg-name="TVS HD" tvg-country="US" tvg-language="English" tvg-logo="https://paraguaype.com/wp-content/uploads/2016/07/tvs-encarnacion-televisora-del-sur-en-vivo-online.jpg" group-title="",TVS HD https://rds3.desdeparaguay.net/tvs/tvs/chunklist_w685773919.m3u8 #EXTINF:-1 tvg-id="TVSHiTops.us" tvg-name="TVS Hi Tops" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Kids",TVS Hi Tops (490p) -https://rpn1.bozztv.com/36bay2/gusa-hitops/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-hitops/mono.m3u8 #EXTINF:-1 tvg-id="TVSHollywoodHistory.us" tvg-name="TVS Hollywood History" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Hollywood History (408p) -https://rpn1.bozztv.com/36bay2/gusa-tvshollywoohistory/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvshollywoohistory/mono.m3u8 #EXTINF:-1 tvg-id="TVSHorrorNetwork.us" tvg-name="TVS Horror Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/uNQeGHw.jpg" group-title="Classic",TVS Horror Network (480p) -https://rpn1.bozztv.com/36bay2/gusa-tvshorror/tracks-v1a1/index-1623401253-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvshorror/index.m3u8 #EXTINF:-1 tvg-id="TVSInspirationalNetwork.us" tvg-name="TVS Inspirational Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Inspirational Network (480p) -https://rpn1.bozztv.com/36bay2/gusa-TVSInspirationalNetwork/tracks-v1a1/index-1623401418-now.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/tracks-v1a1/index-1623401523-now.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 -https://rpn1.bozztv.com/36bay2/gusa-tvsmusic/tracks-v1a1/mono.m3u8 +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="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/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-nostalgia/mono.m3u8 #EXTINF:-1 tvg-id="TVSNostalgiaMovies.us" tvg-name="TVS Nostalgia Movies" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5Ygj2DL.jpg" group-title="Classic",TVS Nostalgia Movies (480p) -https://rpn1.bozztv.com/36bay2/gusa-tvsNostalgiaMovies/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsNostalgiaMovies/mono.m3u8 #EXTINF:-1 tvg-id="TVSPetParadeNetwork.us" tvg-name="TVS Pet Parade Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Pet Parade Network (480p) -https://rpn1.bozztv.com/36bay2/gusa-petparadenetwork/tracks-v1a1/index-1623401880-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-petparadenetwork/index.m3u8 #EXTINF:-1 tvg-id="TVSPinballNetwork.us" tvg-name="TVS Pinball Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Kids",TVS Pinball Network (1080p) -https://rpn1.bozztv.com/36bay2/gusa-TVSCartoonNetwork/tracks-v1a1/index-1623402005-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-TVSCartoonNetwork/index.m3u8 #EXTINF:-1 tvg-id="TVSQuizShowNetwork.us" tvg-name="TVS Quiz Show Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Classic",TVS Quiz Show Network (480p) -https://rpn1.bozztv.com/36bay2/gusa-tvsgameshow/tracks-v1a1/index-1623402120-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsgameshow/index.m3u8 #EXTINF:-1 tvg-id="TVSRareCollectibles.us" tvg-name="TVS Rare Collectibles" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Shop",TVS Rare Collectibles (720p) -https://rpn1.bozztv.com/36bay2/gusa-tvsrarecollectibles/tracks-v1a1/index-1623402712-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsrarecollectibles/index.m3u8 #EXTINF:-1 tvg-id="TVSSelectNetwork.us" tvg-name="TVS Select Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="General",TVS Select Network (720p) -https://rpn1.bozztv.com/36bay2/gusa-tvsselect/tracks-v1a1/index-1623402817-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsselect/index.m3u8 #EXTINF:-1 tvg-id="TVSSiloDiscountNetwork.us" tvg-name="TVS Silo Discount Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Shop",TVS Silo Discount Network (720p) -https://rpn1.bozztv.com/36bay2/gusa-tvssilodiscount/tracks-v1a1/index-1623403047-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvssilodiscount/index.m3u8 #EXTINF:-1 tvg-id="TVSSports.us" tvg-name="TVS Sports" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OFO86K5.jpg" group-title="Sports",TVS Sports (960p) -https://rpn1.bozztv.com/36bay2/gusa-tvssports/tracks-v1a1/index-1623403228-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvssports/index.m3u8 #EXTINF:-1 tvg-id="TVSSportsBureau.us" tvg-name="TVS Sports Bureau" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="Sports",TVS Sports Bureau (720p) -https://rpn1.bozztv.com/36bay2/gusa-tvssportsbureau/tracks-v1a1/index-1623403141-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvssportsbureau/index.m3u8 #EXTINF:-1 tvg-id="TVSTallyHo.us" tvg-name="TVS Tally Ho" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/t0ly2m8.jpg" group-title="Classic",TVS Tally Ho (360p) -https://rpn1.bozztv.com/36bay2/gusa-tvstallyho/tracks-v1a1/mono.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvstallyho/mono.m3u8 #EXTINF:-1 tvg-id="TVSTavern.us" tvg-name="TVS Tavern" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/5UjqDht.jpg" group-title="Classic",TVS Tavern (720p) -https://rpn1.bozztv.com/36bay2/gusa-tavern/tracks-v1a1/index-1623403445-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tavern/index.m3u8 #EXTINF:-1 tvg-id="TVSTelevisionNetwork.us" tvg-name="TVS Television Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="General",TVS Television Network (490p) -https://rpn1.bozztv.com/36bay2/gusa-tvstn/tracks-v1a1/index-1623403948-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvstn/index.m3u8 #EXTINF:-1 tvg-id="TVSTodayHomeEntertainmentNetwork.us" tvg-name="TVS Today Home Entertainment Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/pXOyNEy.png" group-title="",TVS Today Home Entertainment Network (720p) https://rpn1.bozztv.com/36bay2/gusa-TVSTodayHomeEntertainment/mono.m3u8 #EXTINF:-1 tvg-id="TVSTravel.us" tvg-name="TVS Travel Network" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Bgqy4fL.jpg" group-title="Travel",TVS Travel Network (720p) https://rpn1.bozztv.com/36bay2/gusa-tvstravel/mono.m3u8 #EXTINF:-1 tvg-id="TVSTurbo.us" tvg-name="TVS Turbo" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/RMewTGr.jpg" group-title="Sports",TVS Turbo (360p) -https://rpn1.bozztv.com/36bay2/gusa-tvsturbo/tracks-v1a1/index-1623404770-now.m3u8 +https://rpn1.bozztv.com/36bay2/gusa-tvsturbo/index.m3u8 #EXTINF:-1 tvg-id="TVSWesternMovie.us" tvg-name="TVS Western Movie" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/UsgbmfF.png" group-title="Classic",TVS Western Movie (360p) -https://rpn1.bozztv.com/36bay2/gusa-tvswesternmovies/tracks-v1a1/index-1623404908-now.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/tracks-v1a1/index-1623404972-now.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) +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="News",TYT (720p) https://tyt-samsungus.amagi.tv/playlist.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="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="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 #EXTINF:-1 tvg-id="UNWebTV.us" tvg-name="UN Web TV" tvg-country="INT" tvg-language="English" tvg-logo="https://i.imgur.com/lPyJhBN.png" group-title="News",UN Web TV (540p) https://bcliveunivsecure-lh.akamaihd.net/i/un150_A1_1@575439/master.m3u8 +#EXTINF:-1 tvg-id="Unbeaten.us" tvg-name="Unbeaten" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LmkNt3v.png" group-title="Sports",Unbeaten +https://unbeaten-roku.amagi.tv/hls/amagi_hls_data_inverleig-unbeaten-roku/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="Unbeaten.us" tvg-name="Unbeaten" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LmkNt3v.png" group-title="Sports",Unbeaten +https://unbeaten-roku.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Unbeaten.us" tvg-name="Unbeaten" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/LmkNt3v.png" group-title="Sports",Unbeaten +https://unbeaten-tcl.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Unidentified.us" tvg-name="Unidentified" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/naYszow.jpg" group-title="Documentary",Unidentified https://a.jsrdn.com/broadcast/4hhfi556/indexR720P.m3u8 #EXTINF:-1 tvg-id="KFSF.us" tvg-name="UniMas (KFSF)" tvg-country="US" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Logo_UniM%C3%A1s.svg/800px-Logo_UniM%C3%A1s.svg.png" group-title="Local",UniMas (KFSF) @@ -3529,37 +6102,105 @@ 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="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://cdn23-phl.the6tv.duckdns.org:2443/the6tv-philadelphia/the6tv-2Geyj4U8De/index.m3u8 +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="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="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="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="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="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="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="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) +#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="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="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="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="English" tvg-logo="https://i.imgur.com/zVoX1fM.png" group-title="Entertainment",VENN +https://venntv-localnow.amagi.tv/index.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-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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="VirginiaNorfolkPortsmouthSTIRR.us" tvg-name="Virginia: Norfolk - Portsmouth (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Virginia: Norfolk - Portsmouth (STIRR) (720p) @@ -3572,12 +6213,30 @@ 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="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="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="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="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="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="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="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="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 https://www.livedoomovie.com/02_WarnerTVHD_720p/chunklist.m3u8 @@ -3587,32 +6246,98 @@ 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="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="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="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="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="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 +#EXTINF:-1 tvg-id="WCAT22.us" tvg-name="WCAT 22" tvg-country="US" tvg-language="English" tvg-logo="https://frontdoor.wcat-tv.org/Cablecast/WebFiles/7385/wcatlogo.png" group-title="Local",WCAT 22 +https://frontdoor.wcat-tv.org:8686/live/live.m3u8 +#EXTINF:-1 tvg-id="WCAT3.us" tvg-name="WCAT 3" tvg-country="US" tvg-language="English" tvg-logo="https://frontdoor.wcat-tv.org/Cablecast/WebFiles/7385/wcatlogo.png" group-title="Local",WCAT 3 +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="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="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="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="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/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="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="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="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="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="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="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="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="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="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="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="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="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/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="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="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="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="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="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="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="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="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="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://i.imgur.com/n38ZKuE.png" group-title="Local",WHIO https://svc-lvanvato-cxtv-whio.cmgvideo.com/whio/2596k/index.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/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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="WhitePlainsCommunityMedia.us" tvg-name="White Plains Community Media" tvg-country="US" tvg-language="English" tvg-logo="http://wpcommunitymedia.org/images/city-of-white-plains.png" group-title="Local",White Plains Community Media (360p) @@ -3623,38 +6348,90 @@ 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="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="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="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="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/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="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="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="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 #EXTINF:-1 tvg-id="WisconsinMilwaukeeSTIRR.us" tvg-name="Wisconsin: Milwaukee (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/7JgPJxx.png" group-title="Local",Wisconsin: Milwaukee (STIRR) (720p) 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="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="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="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="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="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="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="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://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="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="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="Entertainment",World Poker Tour (1080p) https://dai.google.com/linear/hls/event/V7AWGB66R3avQhuIFaxmjw/master.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="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="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="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="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="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="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="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="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="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="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="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="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="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="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 #EXTINF:-1 tvg-id="WSVNFox7Miami.us" tvg-name="WSVN Fox 7 Miami" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/mfJVjpd.jpg" group-title="News",WSVN Fox 7 Miami (720p) @@ -3663,37 +6440,87 @@ 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="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) -https://rpn1.bozztv.com/36bay2/gusa-xcorps/tracks-v1a1/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="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="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="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="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="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="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="YahooFinance.us" tvg-name="Yahoo! Finance" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/kiVL66Q.png" group-title="",Yahoo! Finance (1080p) +#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="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="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="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="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="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="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 +#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-roku-us.amagi.tv/playlist.m3u8 +#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 (1080p) https://yahoo-samsung.amagi.tv/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="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-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="YahooFinance.us" tvg-name="Yahoo! Finance" tvg-country="US" tvg-language="English" tvg-logo="https://f9q4g5j6.ssl.hwcdn.net/602ab939db63ed4c92785303" group-title="Business",Yahoo! Finance +https://yahoofinance-localnow.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="YahooFinanceSource1.us" tvg-name="Yahoo! Finance | Source 1" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/YahooFinance_450x450.png?raw=true" group-title="Business",Yahoo! Finance | Source 1 +https://yahoo-plex.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="YahooFinanceSource2.us" tvg-name="Yahoo! Finance | Source 2" tvg-country="US" tvg-language="English" tvg-logo="https://github.com/geonsey/Free2ViewTV/blob/master/images/logos/YahooFinance_450x450.png?raw=true" group-title="Business",Yahoo! Finance | Source 2 +https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 +#EXTINF:-1 tvg-id="YahooNews.us" tvg-name="Yahoo! News" tvg-country="US" tvg-language="English" tvg-logo="https://s.yimg.com/os/creatr-uploaded-images/2019-09/7ce28da0-de21-11e9-8ef3-b3d0b3dcfb8b" group-title="News",Yahoo! News +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="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="English" tvg-logo="https://i.imgur.com/WrYEcXp.png" group-title="Entertainment",Young Hollywood -https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/high/c.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 +https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.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 +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="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="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="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="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/chunklist_b1128000.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) https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r/index.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 -https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/tracks-v1a1/index.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="",Zoo Moo (720p) +https://y5w8j4a9.ssl.hwcdn.net/zlivingusa_r_prod/index.m3u8 +#EXTINF:-1 tvg-id="Zen.us" tvg-name="Zen" tvg-country="US" tvg-language="" tvg-logo="https://od.lk/s/MF8yMjg3MDIyMDBf/LocalNow_400x400.png" group-title="",Zen +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 #EXTINF:-1 tvg-id="MeiGuoQieDaDianShi.us" tvg-name="็พŽๅ›ฝๅˆ‡่พพ็”ต่ง†" tvg-country="US" tvg-language="" tvg-logo="" group-title="",็พŽๅ›ฝๅˆ‡่พพ็”ต่ง† (1080p) https://live.chdrstatic.com/cheddar/primary/4.m3u8 diff --git a/channels/uy.m3u b/channels/uy.m3u index 0f2d1d591..1a67fdf9a 100644 --- a/channels/uy.m3u +++ b/channels/uy.m3u @@ -1,4 +1,6 @@ #EXTM3U +#EXTINF:-1 tvg-id="CANAL10.uy" tvg-name="CANAL 10" tvg-country="UY" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2019/04/canal-10-uruguay-en-vivo.png" group-title="",CANAL 10 +http://edge2-ccast-sl.cvattv.com.ar/live/c5eds/Canal10_URU/verimatrix_rotating/Canal10_URU-video=1480000.m3u8 #EXTINF:-1 tvg-id="canal10.uy" tvg-name="Canal 10" tvg-country="UY" tvg-language="Spanish;Castilian" tvg-logo="https://i.imgur.com/nmpOHwM.png" group-title="",Canal 10 https://edge3-hr.cvattv.com.ar/live/c5eds/Canal10_URU/verimatrix_rotating_FTA/Canal10_URU.m3u8 #EXTINF:-1 tvg-id="Ovacion.uy" tvg-name="Ovacion" tvg-country="UY" tvg-language="Spanish" tvg-logo="https://ovacion.pe/sites/default/files/logo-ovacion.png" group-title="",Ovacion (720p) diff --git a/channels/ve.m3u b/channels/ve.m3u index 1250b3b13..b703d6bd4 100644 --- a/channels/ve.m3u +++ b/channels/ve.m3u @@ -11,10 +11,18 @@ http://177.52.221.214:8000/play/a0co/index.m3u8 https://vcp.myplaytv.com/tlthd/tlthd/playlist.m3u8 #EXTINF:-1 tvg-id="OxigenoTV.ve" tvg-name="Oxigeno TV" tvg-country="VE" tvg-language="" tvg-logo="https://i.imgur.com/IkHrVCL.jpg" group-title="Music",Oxigeno TV (230p) https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 +#EXTINF:-1 tvg-id="TELESUR.ve" tvg-name="TELESUR" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",TELESUR +http://d2ajt1gpdtnw25.cloudfront.net:80/mbliveMain/hd/playlist.m3u8 +#EXTINF:-1 tvg-id="TELESUR.ve" tvg-name="TELESUR" tvg-country="VE" tvg-language="" tvg-logo="https://pbs.twimg.com/profile_images/998322332992061441/-5x2rRt8_400x400.jpg" group-title="",TELESUR +https://d2ajt1gpdtnw25.cloudfront.net/mbliveMain/480p/chunklist.m3u8 #EXTINF:-1 tvg-id="TeleSUR.ve" tvg-name="TeleSUR" tvg-country="VE" tvg-language="Spanish" tvg-logo="" group-title="",TeleSUR (360p) https://d2ajt1gpdtnw25.cloudfront.net/mbliveMain/480p/playlist.m3u8 +#EXTINF:-1 tvg-id="TELESUR.ve" tvg-name="TELESUR" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",TELESUR +https://d2ajt1gpdtnw25.cloudfront.net/mbliveMain/hd/chunklist.m3u8 #EXTINF:-1 tvg-id="TeleSUR.ve" tvg-name="TeleSUR" tvg-country="VE" tvg-language="Spanish" tvg-logo="" group-title="",TeleSUR (1080p) https://d2ajt1gpdtnw25.cloudfront.net/mbliveMain/hd/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleSUR.ve" tvg-name="TeleSUR" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",TeleSUR +https://d7g1ebft2592.cloudfront.net/mblivev3/360p/chunklist.m3u8 #EXTINF:-1 tvg-id="TeleSUREnglish.ve" tvg-name="TeleSUR English" tvg-country="VE" tvg-language="English" tvg-logo="https://i.imgur.com/x5Mdzwv.png" group-title="News",TeleSUR English (1080p) https://d7g1ebft2592.cloudfront.net/mblivev3/hd/playlist.m3u8 #EXTINF:-1 tvg-id="TelevenTVVenezuela.ve" tvg-name="Televen TV Venezuela" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",Televen TV Venezuela @@ -31,6 +39,8 @@ https://cdn01.yowi.tv/KPFPGJU8A6/live-1500.m3u8 https://cdn01.yowi.tv/KPFPGJU8A6/live-2500.m3u8 #EXTINF:-1 tvg-id="TVVENEZUELA.ve" tvg-name="TV VENEZUELA" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",TV VENEZUELA http://d2fxrfbiedz1tm.cloudfront.net/livepaxtv/smil:PC.smil/chunklist_b1735000.m3u8 +#EXTINF:-1 tvg-id="VePlus.ve" tvg-name="Ve Plus" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",Ve Plus +http://190.122.96.187:8888/http/006 #EXTINF:-1 tvg-id="Venevision.ve" tvg-name="Venevision" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",Venevision http://177.52.221.214:8000/play/a0cw/index.m3u8 #EXTINF:-1 tvg-id="VenezolanadeTelevision.ve" tvg-name="Venezolana de Televisiรณn" tvg-country="VE" tvg-language="" tvg-logo="" group-title="",Venezolana de Televisiรณn diff --git a/channels/vn.m3u b/channels/vn.m3u index d9536a8ed..f1cb3678e 100644 --- a/channels/vn.m3u +++ b/channels/vn.m3u @@ -17,10 +17,12 @@ http://drtdnglive.e49a7c38.cdnviet.com/livestream/chunklist.m3u8 https://livefta.malimarcdn.com/ftaedge00/khaomwungmai.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="DhammasaphaTV.vn" tvg-name="Dhammasapha TV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",Dhammasapha TV https://livefta.malimarcdn.com/ftaedge00/dhammasapha.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="GiaLaiTV.vn" tvg-name="Gia Lai TV" tvg-country="VN" tvg-language="" tvg-logo="" group-title="",Gia Lai TV +http://113.161.25.3:8134/hls/gialaitv/gialaitv.m3u8 #EXTINF:-1 tvg-id="GoodIdeaTV.vn" tvg-name="Good Idea TV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",Good Idea TV https://livefta.malimarcdn.com/ftaedge00/gooditv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="HBTV.vn" tvg-name="HBTV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="https://i.imgur.com/BnFWgS7.png" group-title="",HBTV -http://hoabinhtvlive.746b3ddb.cdnviet.com/hoabinhtv/chunklist.m3u8 +#EXTINF:-1 tvg-id="HBTV.vn" tvg-name="HBTV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="https://i.imgur.com/BnFWgS7.png" group-title="",HBTV [Not 24/7] +http://hoabinhtvlive.746b3ddb.cdnviet.com/hoabinhtv/playlist.m3u8 #EXTINF:-1 tvg-id="HmongStarTV.vn" tvg-name="Hmong Star TV" tvg-country="VN" tvg-language="" tvg-logo="" group-title="",Hmong Star TV https://livefta.malimarcdn.com/ftaedge00/hmongstartv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="HmongUSATV.vn" tvg-name="HmongUSA TV" tvg-country="VN" tvg-language="" tvg-logo="" group-title="",HmongUSA TV @@ -55,8 +57,6 @@ https://livefta.malimarcdn.com/ftaedge00/laonet.sdp/playlist.m3u8 https://livefta.malimarcdn.com/ftaedge00/laosvtv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="LaosPlanetTV.vn" tvg-name="Laos Planet TV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",Laos Planet TV https://livefta.malimarcdn.com/ftaedge00/laosplanet.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="LoneSinhLaoTV.vn" tvg-name="Lone Sinh Lao TV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",Lone Sinh Lao TV -https://livefta.malimarcdn.com/ftaedge00/lonesinhlao.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LookThoongTV.vn" tvg-name="Look Thoong TV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",Look Thoong TV https://livefta.malimarcdn.com/ftaedge00/lookthoongtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="LSTV.vn" tvg-name="LS TV" tvg-country="VN" tvg-language="Vietnamese" tvg-logo="" group-title="",LS TV 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/channels/ye.m3u b/channels/ye.m3u index 7dd8b0306..4539f55f2 100644 --- a/channels/ye.m3u +++ b/channels/ye.m3u @@ -25,3 +25,5 @@ https://svs.itworkscdn.net/itwlive/itw3.smil/playlist.m3u8 http://82.212.74.98:8000/live/hls/7726.m3u8 #EXTINF:-1 tvg-id="YemenShabab.ye" tvg-name="Yemen Shabab" tvg-country="YE" tvg-language="Arabic" tvg-logo="" group-title="Education",Yemen Shabab https://master.starmena-cloud.com/hls/yemenshabab.m3u8 +#EXTINF:-1 tvg-id="lGdlmshrq.ye" tvg-name="ุงู„ุบุฏ ุงู„ู…ุดุฑู‚" tvg-country="YE" tvg-language="" tvg-logo="" group-title="",ุงู„ุบุฏ ุงู„ู…ุดุฑู‚ +http://82.212.74.3:8000/live/hls/7512.m3u8 diff --git a/index.m3u b/index.m3u index b5392059a..11824a418 100644 --- a/index.m3u +++ b/index.m3u @@ -175,6 +175,8 @@ channels/lu.m3u channels/mo.m3u #EXTINF:-1,Malaysia channels/my.m3u +#EXTINF:-1,Maldives +channels/mv.m3u #EXTINF:-1,Mali channels/ml.m3u #EXTINF:-1,Malta @@ -199,6 +201,8 @@ channels/mm.m3u channels/np.m3u #EXTINF:-1,Netherlands channels/nl.m3u +#EXTINF:-1,Netherlands Antilles +channels/an.m3u #EXTINF:-1,New Zealand channels/nz.m3u #EXTINF:-1,Nicaragua diff --git a/package-lock.json b/package-lock.json index 7441b3d4f..9e09ceb41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,420 @@ { "name": "iptv", + "lockfileVersion": 2, "requires": true, - "lockfileVersion": 1, + "packages": { + "": { + "license": "MIT", + "dependencies": { + "@freearhey/iso-639-3": "^1.0.0", + "axios": "^0.21.1", + "chalk": "^4.1.1", + "commander": "^7.0.0", + "escape-string-regexp": "^2.0.0", + "iptv-playlist-parser": "^0.5.4", + "m3u-linter": "^0.1.3", + "markdown-include": "^0.4.3", + "pre-push": "^0.1.1", + "progress": "^2.0.3", + "transliteration": "^2.2.0" + } + }, + "node_modules/@freearhey/iso-639-3": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@freearhey/iso-639-3/-/iso-639-3-1.0.0.tgz", + "integrity": "sha512-K4xgPkCktQakQcYv8WuV8gFWAWrAaTrQEVgr/KVdE8k10KL9QmYVw+8Qb9WbtpMr2VXDz5pDwIAEINU5KlnlAg==" + }, + "node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/axios": { + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "dependencies": { + "follow-redirects": "^1.10.0" + } + }, + "node_modules/axios/node_modules/follow-redirects": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/iptv-playlist-parser": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.5.4.tgz", + "integrity": "sha512-sgzJ83LFLJQX8RhnWvjxEyeYwelLf+vPdNLWYwlozkmSl8IxU/y2qBxyGCvyqCKpIQDdU35wkrZ3k1nMpI3KGQ==" + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/m3u-linter": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/m3u-linter/-/m3u-linter-0.1.3.tgz", + "integrity": "sha512-UcOCA12gkZGs8gBE3HpBnPwZyVswan4VWBb4kTbxHZ84hBRVa00WreZSUDCgaPVmo52HyxZAI1FLuvOIRIAfZQ==", + "dependencies": { + "chalk": "^4.1.1", + "commander": "^7.2.0", + "glob": "^7.1.6" + }, + "bin": { + "m3u-linter": "bin/m3u-linter.js" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/markdown-include": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/markdown-include/-/markdown-include-0.4.3.tgz", + "integrity": "sha1-usZVVALG2pOg9SlSIl37mmzMcxs=", + "dependencies": { + "q": "^1.2.0" + }, + "bin": { + "markdown-include": "bin/cli.js" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pre-push": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pre-push/-/pre-push-0.1.1.tgz", + "integrity": "sha1-Kip5gn0kOnbJEImJescH9F5xaqw=", + "dependencies": { + "shelljs": "0.3.x" + } + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shelljs": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz", + "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=", + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/transliteration": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/transliteration/-/transliteration-2.2.0.tgz", + "integrity": "sha512-o29GDWtecNoK4TNfnJQesGluFPiza+U8NoiKrErU8eTNlVgma6w1LV/tTiGo+waFLkhtL9WxrW0lXhZKmm7msQ==", + "dependencies": { + "yargs": "^16.1.0" + }, + "bin": { + "slugify": "dist/bin/slugify", + "transliterate": "dist/bin/transliterate" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/y18n": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz", + "integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==", + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.6", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.6.tgz", + "integrity": "sha512-AP1+fQIWSM/sMiET8fyayjx/J+JmTPt2Mr0FkrgqB4todtfa53sOsrSAcIrJRD5XS20bKUwaDIuMkWKCEiQLKA==", + "engines": { + "node": ">=10" + } + } + }, "dependencies": { + "@freearhey/iso-639-3": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@freearhey/iso-639-3/-/iso-639-3-1.0.0.tgz", + "integrity": "sha512-K4xgPkCktQakQcYv8WuV8gFWAWrAaTrQEVgr/KVdE8k10KL9QmYVw+8Qb9WbtpMr2VXDz5pDwIAEINU5KlnlAg==" + }, "ansi-regex": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", @@ -154,11 +566,6 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, - "iso-639-3": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/iso-639-3/-/iso-639-3-2.0.0.tgz", - "integrity": "sha512-Pp+ctEs/pna6/rj05a5VR3qYxJHBZi95wp20C6Snf/WeghrkR/4G44LPJFqlbyo67XntkcUaxwrGmMeyY+F4mA==" - }, "m3u-linter": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/m3u-linter/-/m3u-linter-0.1.3.tgz", diff --git a/package.json b/package.json index 165e1d2bc..189c4013f 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "private": true, "license": "MIT", "dependencies": { + "@freearhey/iso-639-3": "^1.0.0", "axios": "^0.21.1", "chalk": "^4.1.1", "commander": "^7.0.0", "escape-string-regexp": "^2.0.0", "iptv-playlist-parser": "^0.5.4", - "iso-639-3": "^2.0.0", "m3u-linter": "^0.1.3", "markdown-include": "^0.4.3", "pre-push": "^0.1.1", 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/db.js b/scripts/db.js index 58ee0dacb..a0d67cb4d 100644 --- a/scripts/db.js +++ b/scripts/db.js @@ -33,6 +33,7 @@ db.channels = { list: [], filter: null, duplicates: true, + nsfw: true, add(channel) { this.list.push(channel) }, 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...') diff --git a/scripts/utils.js b/scripts/utils.js index 54372a4db..0c290ba5f 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -5,7 +5,7 @@ const zlib = require('zlib') const urlParser = require('url') const escapeStringRegexp = require('escape-string-regexp') const markdownInclude = require('markdown-include') -const iso6393 = require('iso-639-3') +const iso6393 = require('@freearhey/iso-639-3') const transliteration = require('transliteration') const regions = require('./regions') const categories = require('./categories') @@ -58,7 +58,7 @@ utils.code2name = function (code) { utils.language2code = function (name) { const lang = iso6393.find(l => l.name === name) - return lang && lang.iso6393 ? lang.iso6393 : null + return lang && lang.code ? lang.code : null } utils.sortBy = function (arr, fields) {