diff --git a/.github/ISSUE_TEMPLATE/1_streams_add.yml b/.github/ISSUE_TEMPLATE/1_streams_add.yml index d3259b2583..039f19d197 100644 --- a/.github/ISSUE_TEMPLATE/1_streams_add.yml +++ b/.github/ISSUE_TEMPLATE/1_streams_add.yml @@ -17,7 +17,7 @@ body: id: stream_url attributes: label: Stream URL (required) - description: Link to the stream + description: Link to be added to the playlist placeholder: 'https://example.com/playlist.m3u8' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/4_channel-search.yml b/.github/ISSUE_TEMPLATE/4_channel-search.yml index cc69b18bb3..26b4f6a220 100644 --- a/.github/ISSUE_TEMPLATE/4_channel-search.yml +++ b/.github/ISSUE_TEMPLATE/4_channel-search.yml @@ -5,6 +5,7 @@ labels: ['channel search'] body: - type: input + id: stream_id attributes: label: Channel ID (required) description: Unique channel ID from [iptv-org.github.io](https://iptv-org.github.io/). If you can't find the channel you want in the list, please let us know through this [form](https://github.com/iptv-org/database/issues/new?assignees=&labels=channels%3Aadd&projects=&template=channels_add.yml&title=Add%3A+) before posting your request. @@ -13,6 +14,15 @@ body: required: true - type: textarea + id: notes attributes: label: Notes - description: 'Any additional information that may help find a link to the stream faster?' \ No newline at end of file + description: 'Any additional information that may help find a link to the stream faster?' + + - type: checkboxes + attributes: + label: Contributing Guide + description: 'Please read this guide before posting your request' + options: + - label: I have read [Contributing Guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f303ae6ee0..d42fd2acbf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,11 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - - name: ๐Ÿ’ก Feature request + - name: ๐Ÿ’ก Ideas url: https://github.com/orgs/iptv-org/discussions/categories/ideas - about: For any ideas or feature requests - - name: โ“ Ask a question + about: Share ideas for new features + - name: ๐Ÿ™Œ Show and tell + url: https://github.com/orgs/iptv-org/discussions/categories/show-and-tell + about: Show off something you've made + - name: โ“ Q&A url: https://github.com/orgs/iptv-org/discussions/categories/q-a - about: Ask questions about this project + about: Ask the community for help diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a09310648d..97f49404e2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,14 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - name: changed files id: files run: | - FILES=streams/*.m3u + git fetch origin master:master ANY_CHANGED=false - ALL_CHANGED_FILES=$(git diff --name-only "${FILES}" | tr '\n' ' ') + ALL_CHANGED_FILES=$(git diff --name-only master -- streams/ | tr '\n' ' ') if [ -n "${ALL_CHANGED_FILES}" ]; then ANY_CHANGED=true fi diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5b1a450c98..aa7d9fd84e 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,8 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - uses: tibdex/github-app-token@v1.8.2 if: ${{ !env.ACT }} id: create-app-token @@ -25,7 +23,6 @@ jobs: - uses: actions/checkout@v4 if: ${{ !env.ACT }} with: - fetch-depth: 2 token: ${{ steps.create-app-token.outputs.token }} - uses: actions/setup-node@v4 if: ${{ !env.ACT }} @@ -47,9 +44,9 @@ jobs: - name: changed files id: files_after run: | - FILES=streams/*.m3u + git fetch origin master:master ANY_CHANGED=false - ALL_CHANGED_FILES=$(git diff --name-only "${FILES}" | tr '\n' ' ') + ALL_CHANGED_FILES=$(git diff --name-only master -- streams/ | tr '\n' ' ') if [ -n "${ALL_CHANGED_FILES}" ]; then ANY_CHANGED=true fi @@ -71,8 +68,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - uses: tibdex/github-app-token@v1.8.2 if: ${{ !env.ACT }} id: create-app-token @@ -82,14 +77,13 @@ jobs: - uses: actions/checkout@v4 if: ${{ !env.ACT }} with: - fetch-depth: 2 token: ${{ steps.create-app-token.outputs.token }} - name: changed files id: files run: | - FILES=streams/*.m3u + git fetch origin master:master ANY_CHANGED=false - ALL_CHANGED_FILES=$(git diff --name-only "${FILES}" | tr '\n' ' ') + ALL_CHANGED_FILES=$(git diff --name-only master -- streams/ | tr '\n' ' ') if [ -n "${ALL_CHANGED_FILES}" ]; then ANY_CHANGED=true fi @@ -122,9 +116,8 @@ jobs: - name: changed files id: files_after run: | - FILES=streams/*.m3u ANY_CHANGED=false - ALL_CHANGED_FILES=$(git diff --name-only "${FILES}" | tr '\n' ' ') + ALL_CHANGED_FILES=$(git diff --name-only origin/master HEAD streams/ | tr '\n' ' ') if [ -n "${ALL_CHANGED_FILES}" ]; then ANY_CHANGED=true fi diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82c7b71961..5186ec0d91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ You have several options: -1. Create a new [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=1_streams_add.yml&title=Add%3A+) and provide all the required information. If the request is approved, the link will be added to the playlist in the next update. +1. Create a new request using this [form](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=streams:add&projects=&template=1_streams_add.yml&title=Add%3A+) and if approved, the link will automatically be added to the playlist on the next update. 2. Add the link to the playlist directly using a [pull request](https://github.com/iptv-org/iptv/pulls). diff --git a/README.md b/README.md index d4dc880940..c8d5a7a9c2 100644 --- a/README.md +++ b/README.md @@ -54,35 +54,35 @@ Same thing, but split up into separate files: CategoryChannelsPlaylist - Animation55https://iptv-org.github.io/iptv/categories/animation.m3u - Auto16https://iptv-org.github.io/iptv/categories/auto.m3u - Business68https://iptv-org.github.io/iptv/categories/business.m3u - Classic46https://iptv-org.github.io/iptv/categories/classic.m3u - Comedy82https://iptv-org.github.io/iptv/categories/comedy.m3u - Cooking26https://iptv-org.github.io/iptv/categories/cooking.m3u - Culture161https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary109https://iptv-org.github.io/iptv/categories/documentary.m3u - Education155https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment553https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family53https://iptv-org.github.io/iptv/categories/family.m3u - General2292https://iptv-org.github.io/iptv/categories/general.m3u - Kids236https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative189https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle93https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies317https://iptv-org.github.io/iptv/categories/movies.m3u - Music669https://iptv-org.github.io/iptv/categories/music.m3u - News778https://iptv-org.github.io/iptv/categories/news.m3u - Outdoor44https://iptv-org.github.io/iptv/categories/outdoor.m3u + Animation46https://iptv-org.github.io/iptv/categories/animation.m3u + Auto18https://iptv-org.github.io/iptv/categories/auto.m3u + Business64https://iptv-org.github.io/iptv/categories/business.m3u + Classic44https://iptv-org.github.io/iptv/categories/classic.m3u + Comedy81https://iptv-org.github.io/iptv/categories/comedy.m3u + Cooking31https://iptv-org.github.io/iptv/categories/cooking.m3u + Culture162https://iptv-org.github.io/iptv/categories/culture.m3u + Documentary116https://iptv-org.github.io/iptv/categories/documentary.m3u + Education162https://iptv-org.github.io/iptv/categories/education.m3u + Entertainment570https://iptv-org.github.io/iptv/categories/entertainment.m3u + Family50https://iptv-org.github.io/iptv/categories/family.m3u + General2284https://iptv-org.github.io/iptv/categories/general.m3u + Kids257https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative190https://iptv-org.github.io/iptv/categories/legislative.m3u + Lifestyle99https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Movies316https://iptv-org.github.io/iptv/categories/movies.m3u + Music619https://iptv-org.github.io/iptv/categories/music.m3u + News768https://iptv-org.github.io/iptv/categories/news.m3u + Outdoor49https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax3https://iptv-org.github.io/iptv/categories/relax.m3u - Religious694https://iptv-org.github.io/iptv/categories/religious.m3u + Religious702https://iptv-org.github.io/iptv/categories/religious.m3u Science25https://iptv-org.github.io/iptv/categories/science.m3u - Series246https://iptv-org.github.io/iptv/categories/series.m3u + Series256https://iptv-org.github.io/iptv/categories/series.m3u Shop88https://iptv-org.github.io/iptv/categories/shop.m3u - Sports277https://iptv-org.github.io/iptv/categories/sports.m3u - Travel40https://iptv-org.github.io/iptv/categories/travel.m3u + Sports289https://iptv-org.github.io/iptv/categories/sports.m3u + Travel43https://iptv-org.github.io/iptv/categories/travel.m3u Weather13https://iptv-org.github.io/iptv/categories/weather.m3u XXX0https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined3863https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined3758https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -110,13 +110,14 @@ Same thing, but split up into separate files: Acoli1https://iptv-org.github.io/iptv/languages/ach.m3u Adhola1https://iptv-org.github.io/iptv/languages/adh.m3u - Afghan Persian8https://iptv-org.github.io/iptv/languages/prs.m3u + Afar1https://iptv-org.github.io/iptv/languages/aar.m3u Afrikaans3https://iptv-org.github.io/iptv/languages/afr.m3u Albanian66https://iptv-org.github.io/iptv/languages/sqi.m3u + Algerian Sign Language1https://iptv-org.github.io/iptv/languages/asp.m3u Alur1https://iptv-org.github.io/iptv/languages/alz.m3u Amharic8https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic393https://iptv-org.github.io/iptv/languages/ara.m3u - Armenian27https://iptv-org.github.io/iptv/languages/hye.m3u + Arabic429https://iptv-org.github.io/iptv/languages/ara.m3u + Armenian29https://iptv-org.github.io/iptv/languages/hye.m3u Assamese7https://iptv-org.github.io/iptv/languages/asm.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u Ayizo Gbe1https://iptv-org.github.io/iptv/languages/ayb.m3u @@ -126,165 +127,170 @@ Same thing, but split up into separate files: Bambara5https://iptv-org.github.io/iptv/languages/bam.m3u Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Basque8https://iptv-org.github.io/iptv/languages/eus.m3u - Belarusian6https://iptv-org.github.io/iptv/languages/bel.m3u - Bengali26https://iptv-org.github.io/iptv/languages/ben.m3u + Belarusian4https://iptv-org.github.io/iptv/languages/bel.m3u + Bengali32https://iptv-org.github.io/iptv/languages/ben.m3u Bhojpuri1https://iptv-org.github.io/iptv/languages/bho.m3u - Bosnian13https://iptv-org.github.io/iptv/languages/bos.m3u - Bulgarian30https://iptv-org.github.io/iptv/languages/bul.m3u + Bosnian15https://iptv-org.github.io/iptv/languages/bos.m3u + Bulgarian29https://iptv-org.github.io/iptv/languages/bul.m3u Burmese10https://iptv-org.github.io/iptv/languages/mya.m3u - Catalan51https://iptv-org.github.io/iptv/languages/cat.m3u + Catalan52https://iptv-org.github.io/iptv/languages/cat.m3u + Central Atlas Tamazight1https://iptv-org.github.io/iptv/languages/tzm.m3u Central Kurdish1https://iptv-org.github.io/iptv/languages/ckb.m3u - Chenoua1https://iptv-org.github.io/iptv/languages/cnu.m3u Chhattisgarhi1https://iptv-org.github.io/iptv/languages/hne.m3u Chiga1https://iptv-org.github.io/iptv/languages/cgg.m3u - Chinese220https://iptv-org.github.io/iptv/languages/zho.m3u - Croatian22https://iptv-org.github.io/iptv/languages/hrv.m3u - Czech40https://iptv-org.github.io/iptv/languages/ces.m3u - Danish19https://iptv-org.github.io/iptv/languages/dan.m3u + Chinese218https://iptv-org.github.io/iptv/languages/zho.m3u + Croatian29https://iptv-org.github.io/iptv/languages/hrv.m3u + Czech41https://iptv-org.github.io/iptv/languages/ces.m3u + Danish21https://iptv-org.github.io/iptv/languages/dan.m3u + Dari (Parsi)18https://iptv-org.github.io/iptv/languages/prd.m3u Dendi (Benin)1https://iptv-org.github.io/iptv/languages/ddn.m3u Dhanwar (Nepal)1https://iptv-org.github.io/iptv/languages/dhw.m3u Dhivehi10https://iptv-org.github.io/iptv/languages/div.m3u Dholuo2https://iptv-org.github.io/iptv/languages/luo.m3u Dimili2https://iptv-org.github.io/iptv/languages/zza.m3u - Dutch188https://iptv-org.github.io/iptv/languages/nld.m3u + Dutch184https://iptv-org.github.io/iptv/languages/nld.m3u Egyptian Arabic2https://iptv-org.github.io/iptv/languages/arz.m3u - English2266https://iptv-org.github.io/iptv/languages/eng.m3u - Estonian9https://iptv-org.github.io/iptv/languages/est.m3u + English2297https://iptv-org.github.io/iptv/languages/eng.m3u + Estonian10https://iptv-org.github.io/iptv/languages/est.m3u Ewe2https://iptv-org.github.io/iptv/languages/ewe.m3u - Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u + Faroese3https://iptv-org.github.io/iptv/languages/fao.m3u Fataleka2https://iptv-org.github.io/iptv/languages/far.m3u Filipino1https://iptv-org.github.io/iptv/languages/fil.m3u - Finnish24https://iptv-org.github.io/iptv/languages/fin.m3u + Finnish29https://iptv-org.github.io/iptv/languages/fin.m3u Fon3https://iptv-org.github.io/iptv/languages/fon.m3u - French417https://iptv-org.github.io/iptv/languages/fra.m3u + French435https://iptv-org.github.io/iptv/languages/fra.m3u Fulah2https://iptv-org.github.io/iptv/languages/ful.m3u Gaelic2https://iptv-org.github.io/iptv/languages/gla.m3u Galician13https://iptv-org.github.io/iptv/languages/glg.m3u Ganda5https://iptv-org.github.io/iptv/languages/lug.m3u Gen1https://iptv-org.github.io/iptv/languages/gej.m3u - Georgian12https://iptv-org.github.io/iptv/languages/kat.m3u - German330https://iptv-org.github.io/iptv/languages/deu.m3u + Georgian22https://iptv-org.github.io/iptv/languages/kat.m3u + German336https://iptv-org.github.io/iptv/languages/deu.m3u Gikuyu3https://iptv-org.github.io/iptv/languages/kik.m3u Goan Konkani1https://iptv-org.github.io/iptv/languages/gom.m3u - Greek129https://iptv-org.github.io/iptv/languages/ell.m3u + Greek128https://iptv-org.github.io/iptv/languages/ell.m3u Guadeloupean Creole French2https://iptv-org.github.io/iptv/languages/gcf.m3u Gujarati6https://iptv-org.github.io/iptv/languages/guj.m3u Gun1https://iptv-org.github.io/iptv/languages/guw.m3u - Haitian4https://iptv-org.github.io/iptv/languages/hat.m3u - Hausa2https://iptv-org.github.io/iptv/languages/hau.m3u + Haitian6https://iptv-org.github.io/iptv/languages/hat.m3u + Hausa3https://iptv-org.github.io/iptv/languages/hau.m3u Hebrew14https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi124https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi130https://iptv-org.github.io/iptv/languages/hin.m3u Hmong1https://iptv-org.github.io/iptv/languages/hmn.m3u - Hungarian105https://iptv-org.github.io/iptv/languages/hun.m3u + Hungarian106https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic5https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian99https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian131https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u - Iranian Persian1https://iptv-org.github.io/iptv/languages/pes.m3u - Irish7https://iptv-org.github.io/iptv/languages/gle.m3u + Irish5https://iptv-org.github.io/iptv/languages/gle.m3u Isekiri1https://iptv-org.github.io/iptv/languages/its.m3u - Italian341https://iptv-org.github.io/iptv/languages/ita.m3u - Japanese22https://iptv-org.github.io/iptv/languages/jpn.m3u - Javanese2https://iptv-org.github.io/iptv/languages/jav.m3u + Italian344https://iptv-org.github.io/iptv/languages/ita.m3u + Japanese14https://iptv-org.github.io/iptv/languages/jpn.m3u + Javanese3https://iptv-org.github.io/iptv/languages/jav.m3u Kabiyรจ1https://iptv-org.github.io/iptv/languages/kbp.m3u Kabyle1https://iptv-org.github.io/iptv/languages/kab.m3u Kannada11https://iptv-org.github.io/iptv/languages/kan.m3u Kapampangan1https://iptv-org.github.io/iptv/languages/pam.m3u - Kazakh28https://iptv-org.github.io/iptv/languages/kaz.m3u - Khmer22https://iptv-org.github.io/iptv/languages/khm.m3u + Kazakh27https://iptv-org.github.io/iptv/languages/kaz.m3u + Khmer23https://iptv-org.github.io/iptv/languages/khm.m3u Khorasani Turkish1https://iptv-org.github.io/iptv/languages/kmz.m3u - Kinyarwanda7https://iptv-org.github.io/iptv/languages/kin.m3u + Kinyarwanda9https://iptv-org.github.io/iptv/languages/kin.m3u Kirghiz13https://iptv-org.github.io/iptv/languages/kir.m3u Kituba (Congo)1https://iptv-org.github.io/iptv/languages/mkw.m3u + Kongo2https://iptv-org.github.io/iptv/languages/kon.m3u Konkani (macrolanguage)2https://iptv-org.github.io/iptv/languages/kok.m3u - Korean95https://iptv-org.github.io/iptv/languages/kor.m3u + Korean96https://iptv-org.github.io/iptv/languages/kor.m3u Kumam1https://iptv-org.github.io/iptv/languages/kdi.m3u - Kurdish36https://iptv-org.github.io/iptv/languages/kur.m3u + Kurdish34https://iptv-org.github.io/iptv/languages/kur.m3u Lango (Uganda)1https://iptv-org.github.io/iptv/languages/laj.m3u Lao8https://iptv-org.github.io/iptv/languages/lao.m3u Latin2https://iptv-org.github.io/iptv/languages/lat.m3u Latvian8https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch12https://iptv-org.github.io/iptv/languages/ltz.m3u - Lingala2https://iptv-org.github.io/iptv/languages/lin.m3u + Lingala5https://iptv-org.github.io/iptv/languages/lin.m3u Lithuanian8https://iptv-org.github.io/iptv/languages/lit.m3u + Luba-Lulua1https://iptv-org.github.io/iptv/languages/lua.m3u Macedonian34https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay17https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam66https://iptv-org.github.io/iptv/languages/mal.m3u - Maltese8https://iptv-org.github.io/iptv/languages/mlt.m3u - Mandarin Chinese4https://iptv-org.github.io/iptv/languages/cmn.m3u + Malay18https://iptv-org.github.io/iptv/languages/msa.m3u + Malayalam67https://iptv-org.github.io/iptv/languages/mal.m3u + Maltese7https://iptv-org.github.io/iptv/languages/mlt.m3u + Mandarin Chinese3https://iptv-org.github.io/iptv/languages/cmn.m3u Mandinka2https://iptv-org.github.io/iptv/languages/mnk.m3u Maori2https://iptv-org.github.io/iptv/languages/mri.m3u - Marathi7https://iptv-org.github.io/iptv/languages/mar.m3u + Marathi8https://iptv-org.github.io/iptv/languages/mar.m3u Min Nan Chinese1https://iptv-org.github.io/iptv/languages/nan.m3u Mongolian27https://iptv-org.github.io/iptv/languages/mon.m3u Montenegrin1https://iptv-org.github.io/iptv/languages/cnr.m3u + Moroccan Sign Language1https://iptv-org.github.io/iptv/languages/xms.m3u Mycenaean Greek1https://iptv-org.github.io/iptv/languages/gmy.m3u Nepali4https://iptv-org.github.io/iptv/languages/nep.m3u - Norwegian8https://iptv-org.github.io/iptv/languages/nor.m3u + Norwegian9https://iptv-org.github.io/iptv/languages/nor.m3u Norwegian Bokmรฅl1https://iptv-org.github.io/iptv/languages/nob.m3u Nyankole1https://iptv-org.github.io/iptv/languages/nyn.m3u Nyoro1https://iptv-org.github.io/iptv/languages/nyo.m3u Oriya (macrolanguage)7https://iptv-org.github.io/iptv/languages/ori.m3u Panjabi26https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento18https://iptv-org.github.io/iptv/languages/pap.m3u - Parsi-Dari3https://iptv-org.github.io/iptv/languages/prd.m3u - Pashto16https://iptv-org.github.io/iptv/languages/pus.m3u - Persian155https://iptv-org.github.io/iptv/languages/fas.m3u + Pashto26https://iptv-org.github.io/iptv/languages/pus.m3u + Persian183https://iptv-org.github.io/iptv/languages/fas.m3u Polish65https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese235https://iptv-org.github.io/iptv/languages/por.m3u - Pulaar3https://iptv-org.github.io/iptv/languages/fuc.m3u + Portuguese254https://iptv-org.github.io/iptv/languages/por.m3u + Pulaar4https://iptv-org.github.io/iptv/languages/fuc.m3u Quechua1https://iptv-org.github.io/iptv/languages/que.m3u - Romanian128https://iptv-org.github.io/iptv/languages/ron.m3u + Romanian130https://iptv-org.github.io/iptv/languages/ron.m3u Romany1https://iptv-org.github.io/iptv/languages/rom.m3u - Russian270https://iptv-org.github.io/iptv/languages/rus.m3u + Russian341https://iptv-org.github.io/iptv/languages/rus.m3u Saint Lucian Creole French2https://iptv-org.github.io/iptv/languages/acf.m3u Samoan2https://iptv-org.github.io/iptv/languages/smo.m3u Santali1https://iptv-org.github.io/iptv/languages/sat.m3u - Serbian47https://iptv-org.github.io/iptv/languages/srp.m3u + Serbian52https://iptv-org.github.io/iptv/languages/srp.m3u Serbo-Croatian1https://iptv-org.github.io/iptv/languages/hbs.m3u - Sinhala5https://iptv-org.github.io/iptv/languages/sin.m3u + Sinhala6https://iptv-org.github.io/iptv/languages/sin.m3u Slovak49https://iptv-org.github.io/iptv/languages/slk.m3u - Slovenian14https://iptv-org.github.io/iptv/languages/slv.m3u - Somali11https://iptv-org.github.io/iptv/languages/som.m3u + Slovenian15https://iptv-org.github.io/iptv/languages/slv.m3u + Somali14https://iptv-org.github.io/iptv/languages/som.m3u South African Sign Language1https://iptv-org.github.io/iptv/languages/sfs.m3u South Ndebele1https://iptv-org.github.io/iptv/languages/nbl.m3u - Spanish2081https://iptv-org.github.io/iptv/languages/spa.m3u - Swahili18https://iptv-org.github.io/iptv/languages/swa.m3u + Spanish1698https://iptv-org.github.io/iptv/languages/spa.m3u + Swahili19https://iptv-org.github.io/iptv/languages/swa.m3u Swati1https://iptv-org.github.io/iptv/languages/ssw.m3u Swedish14https://iptv-org.github.io/iptv/languages/swe.m3u Syriac1https://iptv-org.github.io/iptv/languages/syr.m3u Tachawit1https://iptv-org.github.io/iptv/languages/shy.m3u - Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u + Tachelhit1https://iptv-org.github.io/iptv/languages/shi.m3u + Tagalog4https://iptv-org.github.io/iptv/languages/tgl.m3u Tahitian1https://iptv-org.github.io/iptv/languages/tah.m3u Tajik15https://iptv-org.github.io/iptv/languages/tgk.m3u Tamashek1https://iptv-org.github.io/iptv/languages/tmh.m3u Tamasheq1https://iptv-org.github.io/iptv/languages/taq.m3u - Tamil48https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil53https://iptv-org.github.io/iptv/languages/tam.m3u + Tarifit1https://iptv-org.github.io/iptv/languages/rif.m3u Tatar1https://iptv-org.github.io/iptv/languages/tat.m3u - Telugu8https://iptv-org.github.io/iptv/languages/tel.m3u - Thai64https://iptv-org.github.io/iptv/languages/tha.m3u + Telugu9https://iptv-org.github.io/iptv/languages/tel.m3u + Thai73https://iptv-org.github.io/iptv/languages/tha.m3u Tibetan1https://iptv-org.github.io/iptv/languages/bod.m3u + Tigrinya1https://iptv-org.github.io/iptv/languages/tir.m3u Tooro1https://iptv-org.github.io/iptv/languages/ttj.m3u Tsonga1https://iptv-org.github.io/iptv/languages/tso.m3u - Tumzabt1https://iptv-org.github.io/iptv/languages/mzb.m3u - Turkish263https://iptv-org.github.io/iptv/languages/tur.m3u + Turkish260https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen8https://iptv-org.github.io/iptv/languages/tuk.m3u Uighur3https://iptv-org.github.io/iptv/languages/uig.m3u - Ukrainian60https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu40https://iptv-org.github.io/iptv/languages/urd.m3u - Uzbek14https://iptv-org.github.io/iptv/languages/uzb.m3u + Ukrainian61https://iptv-org.github.io/iptv/languages/ukr.m3u + Urdu45https://iptv-org.github.io/iptv/languages/urd.m3u + Uzbek24https://iptv-org.github.io/iptv/languages/uzb.m3u Venda1https://iptv-org.github.io/iptv/languages/ven.m3u Vietnamese69https://iptv-org.github.io/iptv/languages/vie.m3u Welsh1https://iptv-org.github.io/iptv/languages/cym.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u - Wolof10https://iptv-org.github.io/iptv/languages/wol.m3u + Western Niger Fulfulde1https://iptv-org.github.io/iptv/languages/fuh.m3u + Wolof13https://iptv-org.github.io/iptv/languages/wol.m3u Xhosa1https://iptv-org.github.io/iptv/languages/xho.m3u Yakut1https://iptv-org.github.io/iptv/languages/sah.m3u Yoruba1https://iptv-org.github.io/iptv/languages/yor.m3u Yucatec Maya1https://iptv-org.github.io/iptv/languages/yua.m3u Yue Chinese5https://iptv-org.github.io/iptv/languages/yue.m3u - Zarma1https://iptv-org.github.io/iptv/languages/dje.m3u + Zarma2https://iptv-org.github.io/iptv/languages/dje.m3u Zulu1https://iptv-org.github.io/iptv/languages/zul.m3u - Undefined2234https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2239https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -310,70 +316,67 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan37https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan47https://iptv-org.github.io/iptv/countries/af.m3u ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania60https://iptv-org.github.io/iptv/countries/al.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria78https://iptv-org.github.io/iptv/countries/dz.m3u - ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa8https://iptv-org.github.io/iptv/countries/as.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra42https://iptv-org.github.io/iptv/countries/ad.m3u - ๐Ÿ‡ฆ๐Ÿ‡ด Angola31https://iptv-org.github.io/iptv/countries/ao.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla17https://iptv-org.github.io/iptv/countries/ai.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda17https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina232https://iptv-org.github.io/iptv/countries/ar.m3u -       Buenos Aires18https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria85https://iptv-org.github.io/iptv/countries/dz.m3u + ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa6https://iptv-org.github.io/iptv/countries/as.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra43https://iptv-org.github.io/iptv/countries/ad.m3u + ๐Ÿ‡ฆ๐Ÿ‡ด Angola33https://iptv-org.github.io/iptv/countries/ao.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla14https://iptv-org.github.io/iptv/countries/ai.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda14https://iptv-org.github.io/iptv/countries/ag.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina158https://iptv-org.github.io/iptv/countries/ar.m3u +       Buenos Aires11https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u       Catamarca1https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u       Chaco3https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u -       Chubut3https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u +       Chubut2https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u       Ciudad Autonoma de Buenos Aires1https://iptv-org.github.io/iptv/subdivisions/ar-c.m3u -       Cordoba4https://iptv-org.github.io/iptv/subdivisions/ar-x.m3u -       Corrientes2https://iptv-org.github.io/iptv/subdivisions/ar-w.m3u +       Cordoba1https://iptv-org.github.io/iptv/subdivisions/ar-x.m3u +       Corrientes1https://iptv-org.github.io/iptv/subdivisions/ar-w.m3u       Entre Rios2https://iptv-org.github.io/iptv/subdivisions/ar-e.m3u -       Formosa2https://iptv-org.github.io/iptv/subdivisions/ar-p.m3u -       Jujuy2https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u +       Formosa1https://iptv-org.github.io/iptv/subdivisions/ar-p.m3u +       Jujuy1https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u       La Pampa4https://iptv-org.github.io/iptv/subdivisions/ar-l.m3u       La Rioja1https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u -       Mendoza1https://iptv-org.github.io/iptv/subdivisions/ar-m.m3u       Misiones4https://iptv-org.github.io/iptv/subdivisions/ar-n.m3u       Neuquen2https://iptv-org.github.io/iptv/subdivisions/ar-q.m3u -       Rio Negro1https://iptv-org.github.io/iptv/subdivisions/ar-r.m3u -       Salta3https://iptv-org.github.io/iptv/subdivisions/ar-a.m3u -       San Juan5https://iptv-org.github.io/iptv/subdivisions/ar-j.m3u +       Salta2https://iptv-org.github.io/iptv/subdivisions/ar-a.m3u +       San Juan3https://iptv-org.github.io/iptv/subdivisions/ar-j.m3u       Santa Cruz2https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u -       Santa Fe3https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u +       Santa Fe2https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u       Santiago del Estero1https://iptv-org.github.io/iptv/subdivisions/ar-g.m3u -       Tucuman2https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia64https://iptv-org.github.io/iptv/countries/am.m3u - ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba26https://iptv-org.github.io/iptv/countries/aw.m3u +       Tucuman1https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia68https://iptv-org.github.io/iptv/countries/am.m3u + ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba23https://iptv-org.github.io/iptv/countries/aw.m3u ๐Ÿ‡ฆ๐Ÿ‡บ Australia66https://iptv-org.github.io/iptv/countries/au.m3u -       New South Wales9https://iptv-org.github.io/iptv/subdivisions/au-nsw.m3u +       New South Wales10https://iptv-org.github.io/iptv/subdivisions/au-nsw.m3u       Queensland2https://iptv-org.github.io/iptv/subdivisions/au-qld.m3u       South Australia2https://iptv-org.github.io/iptv/subdivisions/au-sa.m3u       Tasmania1https://iptv-org.github.io/iptv/subdivisions/au-tas.m3u       Victoria2https://iptv-org.github.io/iptv/subdivisions/au-vic.m3u       Western Australia2https://iptv-org.github.io/iptv/subdivisions/au-wa.m3u - ๐Ÿ‡ฆ๐Ÿ‡น Austria90https://iptv-org.github.io/iptv/countries/at.m3u + ๐Ÿ‡ฆ๐Ÿ‡น Austria95https://iptv-org.github.io/iptv/countries/at.m3u       Karnten1https://iptv-org.github.io/iptv/subdivisions/at-2.m3u       Steiermark1https://iptv-org.github.io/iptv/subdivisions/at-6.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan56https://iptv-org.github.io/iptv/countries/az.m3u - ๐Ÿ‡ง๐Ÿ‡ธ Bahamas19https://iptv-org.github.io/iptv/countries/bs.m3u - ๐Ÿ‡ง๐Ÿ‡ญ Bahrain50https://iptv-org.github.io/iptv/countries/bh.m3u - ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh24https://iptv-org.github.io/iptv/countries/bd.m3u - ๐Ÿ‡ง๐Ÿ‡ง Barbados18https://iptv-org.github.io/iptv/countries/bb.m3u - ๐Ÿ‡ง๐Ÿ‡พ Belarus57https://iptv-org.github.io/iptv/countries/by.m3u - ๐Ÿ‡ง๐Ÿ‡ช Belgium79https://iptv-org.github.io/iptv/countries/be.m3u - ๐Ÿ‡ง๐Ÿ‡ฟ Belize11https://iptv-org.github.io/iptv/countries/bz.m3u - ๐Ÿ‡ง๐Ÿ‡ฏ Benin35https://iptv-org.github.io/iptv/countries/bj.m3u - ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda8https://iptv-org.github.io/iptv/countries/bm.m3u +       Tirol1https://iptv-org.github.io/iptv/subdivisions/at-7.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan60https://iptv-org.github.io/iptv/countries/az.m3u + ๐Ÿ‡ง๐Ÿ‡ธ Bahamas18https://iptv-org.github.io/iptv/countries/bs.m3u + ๐Ÿ‡ง๐Ÿ‡ญ Bahrain56https://iptv-org.github.io/iptv/countries/bh.m3u + ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh25https://iptv-org.github.io/iptv/countries/bd.m3u + ๐Ÿ‡ง๐Ÿ‡ง Barbados15https://iptv-org.github.io/iptv/countries/bb.m3u + ๐Ÿ‡ง๐Ÿ‡พ Belarus59https://iptv-org.github.io/iptv/countries/by.m3u + ๐Ÿ‡ง๐Ÿ‡ช Belgium78https://iptv-org.github.io/iptv/countries/be.m3u + ๐Ÿ‡ง๐Ÿ‡ฟ Belize9https://iptv-org.github.io/iptv/countries/bz.m3u + ๐Ÿ‡ง๐Ÿ‡ฏ Benin36https://iptv-org.github.io/iptv/countries/bj.m3u + ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda9https://iptv-org.github.io/iptv/countries/bm.m3u ๐Ÿ‡ง๐Ÿ‡น Bhutan10https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia106https://iptv-org.github.io/iptv/countries/bo.m3u + ๐Ÿ‡ง๐Ÿ‡ด Bolivia105https://iptv-org.github.io/iptv/countries/bo.m3u       Cochabamba1https://iptv-org.github.io/iptv/subdivisions/bo-c.m3u -       La Paz1https://iptv-org.github.io/iptv/subdivisions/bo-l.m3u       Oruro1https://iptv-org.github.io/iptv/subdivisions/bo-o.m3u -       Santa Cruz2https://iptv-org.github.io/iptv/subdivisions/bo-s.m3u ๐Ÿ‡ง๐Ÿ‡ถ Bonaire5https://iptv-org.github.io/iptv/countries/bq.m3u - ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina54https://iptv-org.github.io/iptv/countries/ba.m3u - ๐Ÿ‡ง๐Ÿ‡ผ Botswana27https://iptv-org.github.io/iptv/countries/bw.m3u - ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island5https://iptv-org.github.io/iptv/countries/bv.m3u - ๐Ÿ‡ง๐Ÿ‡ท Brazil204https://iptv-org.github.io/iptv/countries/br.m3u + ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina58https://iptv-org.github.io/iptv/countries/ba.m3u + ๐Ÿ‡ง๐Ÿ‡ผ Botswana28https://iptv-org.github.io/iptv/countries/bw.m3u + ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island4https://iptv-org.github.io/iptv/countries/bv.m3u + ๐Ÿ‡ง๐Ÿ‡ท Brazil219https://iptv-org.github.io/iptv/countries/br.m3u       Alagoas2https://iptv-org.github.io/iptv/subdivisions/br-al.m3u       Amazonas1https://iptv-org.github.io/iptv/subdivisions/br-am.m3u       Bahia2https://iptv-org.github.io/iptv/subdivisions/br-ba.m3u @@ -384,82 +387,74 @@ Same thing, but split up into separate files:       Maranhao1https://iptv-org.github.io/iptv/subdivisions/br-ma.m3u       Mato Grosso2https://iptv-org.github.io/iptv/subdivisions/br-mt.m3u       Minas Gerais5https://iptv-org.github.io/iptv/subdivisions/br-mg.m3u +       Para2https://iptv-org.github.io/iptv/subdivisions/br-pa.m3u       Paraiba2https://iptv-org.github.io/iptv/subdivisions/br-pb.m3u       Parana4https://iptv-org.github.io/iptv/subdivisions/br-pr.m3u       Pernambuco1https://iptv-org.github.io/iptv/subdivisions/br-pe.m3u -       Rio de Janeiro4https://iptv-org.github.io/iptv/subdivisions/br-rj.m3u -       Rio Grande do Norte2https://iptv-org.github.io/iptv/subdivisions/br-rn.m3u +       Rio de Janeiro5https://iptv-org.github.io/iptv/subdivisions/br-rj.m3u +       Rio Grande do Norte3https://iptv-org.github.io/iptv/subdivisions/br-rn.m3u       Rio Grande do Sul3https://iptv-org.github.io/iptv/subdivisions/br-rs.m3u       Rondonia1https://iptv-org.github.io/iptv/subdivisions/br-ro.m3u       Santa Catarina5https://iptv-org.github.io/iptv/subdivisions/br-sc.m3u       Sao Paulo18https://iptv-org.github.io/iptv/subdivisions/br-sp.m3u - ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands19https://iptv-org.github.io/iptv/countries/vg.m3u - ๐Ÿ‡ง๐Ÿ‡ณ Brunei25https://iptv-org.github.io/iptv/countries/bn.m3u + ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands16https://iptv-org.github.io/iptv/countries/vg.m3u + ๐Ÿ‡ง๐Ÿ‡ณ Brunei22https://iptv-org.github.io/iptv/countries/bn.m3u ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria71https://iptv-org.github.io/iptv/countries/bg.m3u - ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso29https://iptv-org.github.io/iptv/countries/bf.m3u - ๐Ÿ‡ง๐Ÿ‡ฎ Burundi27https://iptv-org.github.io/iptv/countries/bi.m3u - ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia43https://iptv-org.github.io/iptv/countries/kh.m3u - ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon39https://iptv-org.github.io/iptv/countries/cm.m3u - ๐Ÿ‡จ๐Ÿ‡ฆ Canada185https://iptv-org.github.io/iptv/countries/ca.m3u + ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso30https://iptv-org.github.io/iptv/countries/bf.m3u + ๐Ÿ‡ง๐Ÿ‡ฎ Burundi28https://iptv-org.github.io/iptv/countries/bi.m3u + ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia42https://iptv-org.github.io/iptv/countries/kh.m3u + ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon40https://iptv-org.github.io/iptv/countries/cm.m3u + ๐Ÿ‡จ๐Ÿ‡ฆ Canada170https://iptv-org.github.io/iptv/countries/ca.m3u       Alberta4https://iptv-org.github.io/iptv/subdivisions/ca-ab.m3u -       British Columbia5https://iptv-org.github.io/iptv/subdivisions/ca-bc.m3u -       Manitoba2https://iptv-org.github.io/iptv/subdivisions/ca-mb.m3u +       British Columbia6https://iptv-org.github.io/iptv/subdivisions/ca-bc.m3u +       Manitoba3https://iptv-org.github.io/iptv/subdivisions/ca-mb.m3u       New Brunswick3https://iptv-org.github.io/iptv/subdivisions/ca-nb.m3u       Newfoundland and Labrador2https://iptv-org.github.io/iptv/subdivisions/ca-nl.m3u       Northwest Territories1https://iptv-org.github.io/iptv/subdivisions/ca-nt.m3u       Nova Scotia1https://iptv-org.github.io/iptv/subdivisions/ca-ns.m3u       Nunavut1https://iptv-org.github.io/iptv/subdivisions/ca-nu.m3u -       Ontario8https://iptv-org.github.io/iptv/subdivisions/ca-on.m3u +       Ontario7https://iptv-org.github.io/iptv/subdivisions/ca-on.m3u       Prince Edward Island1https://iptv-org.github.io/iptv/subdivisions/ca-pe.m3u       Quebec15https://iptv-org.github.io/iptv/subdivisions/ca-qc.m3u       Saskatchewan2https://iptv-org.github.io/iptv/subdivisions/ca-sk.m3u ๐Ÿ‡จ๐Ÿ‡ป Cape Verde32https://iptv-org.github.io/iptv/countries/cv.m3u - ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands17https://iptv-org.github.io/iptv/countries/ky.m3u - ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic27https://iptv-org.github.io/iptv/countries/cf.m3u - ๐Ÿ‡น๐Ÿ‡ฉ Chad28https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile273https://iptv-org.github.io/iptv/countries/cl.m3u -       Atacama1https://iptv-org.github.io/iptv/subdivisions/cl-at.m3u -       Biobio3https://iptv-org.github.io/iptv/subdivisions/cl-bi.m3u -       Coquimbo1https://iptv-org.github.io/iptv/subdivisions/cl-co.m3u -       La Araucania2https://iptv-org.github.io/iptv/subdivisions/cl-ar.m3u -       Libertador General Bernardo O'Higgins3https://iptv-org.github.io/iptv/subdivisions/cl-li.m3u -       Los Lagos1https://iptv-org.github.io/iptv/subdivisions/cl-ll.m3u -       Maule1https://iptv-org.github.io/iptv/subdivisions/cl-ml.m3u -       Nuble3https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u -       Valparaiso2https://iptv-org.github.io/iptv/subdivisions/cl-vs.m3u - ๐Ÿ‡จ๐Ÿ‡ณ China177https://iptv-org.github.io/iptv/countries/cn.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia201https://iptv-org.github.io/iptv/countries/co.m3u + ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands14https://iptv-org.github.io/iptv/countries/ky.m3u + ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic28https://iptv-org.github.io/iptv/countries/cf.m3u + ๐Ÿ‡น๐Ÿ‡ฉ Chad29https://iptv-org.github.io/iptv/countries/td.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ Chile150https://iptv-org.github.io/iptv/countries/cl.m3u +       La Araucania1https://iptv-org.github.io/iptv/subdivisions/cl-ar.m3u +       Libertador General Bernardo O'Higgins2https://iptv-org.github.io/iptv/subdivisions/cl-li.m3u +       Nuble1https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u + ๐Ÿ‡จ๐Ÿ‡ณ China174https://iptv-org.github.io/iptv/countries/cn.m3u + ๐Ÿ‡จ๐Ÿ‡ด Colombia134https://iptv-org.github.io/iptv/countries/co.m3u       Antioquia1https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u       Atlantico1https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u       Bolivar1https://iptv-org.github.io/iptv/subdivisions/co-bol.m3u       Caldas1https://iptv-org.github.io/iptv/subdivisions/co-cal.m3u -       Cauca3https://iptv-org.github.io/iptv/subdivisions/co-cau.m3u +       Cauca1https://iptv-org.github.io/iptv/subdivisions/co-cau.m3u       Choco1https://iptv-org.github.io/iptv/subdivisions/co-cho.m3u -       Cundinamarca1https://iptv-org.github.io/iptv/subdivisions/co-cun.m3u       Huila2https://iptv-org.github.io/iptv/subdivisions/co-hui.m3u -       Magdalena1https://iptv-org.github.io/iptv/subdivisions/co-mag.m3u -       Narino3https://iptv-org.github.io/iptv/subdivisions/co-nar.m3u -       Norte de Santander2https://iptv-org.github.io/iptv/subdivisions/co-nsa.m3u +       Narino2https://iptv-org.github.io/iptv/subdivisions/co-nar.m3u       Quindio1https://iptv-org.github.io/iptv/subdivisions/co-qui.m3u       Risaralda1https://iptv-org.github.io/iptv/subdivisions/co-ris.m3u       San Andres, Providencia y Santa Catalina1https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u       Tolima1https://iptv-org.github.io/iptv/subdivisions/co-tol.m3u -       Valle del Cauca5https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros66https://iptv-org.github.io/iptv/countries/km.m3u - ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands8https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica146https://iptv-org.github.io/iptv/countries/cr.m3u +       Valle del Cauca2https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros74https://iptv-org.github.io/iptv/countries/km.m3u + ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands6https://iptv-org.github.io/iptv/countries/ck.m3u + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica135https://iptv-org.github.io/iptv/countries/cr.m3u       Puntarenas1https://iptv-org.github.io/iptv/subdivisions/cr-p.m3u       San Jose1https://iptv-org.github.io/iptv/subdivisions/cr-sj.m3u - ๐Ÿ‡ญ๐Ÿ‡ท Croatia70https://iptv-org.github.io/iptv/countries/hr.m3u - ๐Ÿ‡จ๐Ÿ‡บ Cuba75https://iptv-org.github.io/iptv/countries/cu.m3u - ๐Ÿ‡จ๐Ÿ‡ผ Curacao23https://iptv-org.github.io/iptv/countries/cw.m3u - ๐Ÿ‡จ๐Ÿ‡พ Cyprus82https://iptv-org.github.io/iptv/countries/cy.m3u - ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic83https://iptv-org.github.io/iptv/countries/cz.m3u - ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo46https://iptv-org.github.io/iptv/countries/cd.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark66https://iptv-org.github.io/iptv/countries/dk.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti69https://iptv-org.github.io/iptv/countries/dj.m3u - ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica17https://iptv-org.github.io/iptv/countries/dm.m3u - ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic266https://iptv-org.github.io/iptv/countries/do.m3u + ๐Ÿ‡ญ๐Ÿ‡ท Croatia78https://iptv-org.github.io/iptv/countries/hr.m3u + ๐Ÿ‡จ๐Ÿ‡บ Cuba79https://iptv-org.github.io/iptv/countries/cu.m3u + ๐Ÿ‡จ๐Ÿ‡ผ Curacao20https://iptv-org.github.io/iptv/countries/cw.m3u + ๐Ÿ‡จ๐Ÿ‡พ Cyprus78https://iptv-org.github.io/iptv/countries/cy.m3u + ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic84https://iptv-org.github.io/iptv/countries/cz.m3u + ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo49https://iptv-org.github.io/iptv/countries/cd.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark67https://iptv-org.github.io/iptv/countries/dk.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti78https://iptv-org.github.io/iptv/countries/dj.m3u + ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica14https://iptv-org.github.io/iptv/countries/dm.m3u + ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic270https://iptv-org.github.io/iptv/countries/do.m3u       Distrito Nacional (Santo Domingo)2https://iptv-org.github.io/iptv/subdivisions/do-01.m3u       El Seibo1https://iptv-org.github.io/iptv/subdivisions/do-08.m3u       La Altagracia2https://iptv-org.github.io/iptv/subdivisions/do-11.m3u @@ -469,33 +464,35 @@ Same thing, but split up into separate files:       San Juan1https://iptv-org.github.io/iptv/subdivisions/do-22.m3u       Santiago1https://iptv-org.github.io/iptv/subdivisions/do-25.m3u       Valverde1https://iptv-org.github.io/iptv/subdivisions/do-27.m3u - ๐Ÿ‡น๐Ÿ‡ฑ East Timor18https://iptv-org.github.io/iptv/countries/tl.m3u - ๐Ÿ‡ช๐Ÿ‡จ Ecuador147https://iptv-org.github.io/iptv/countries/ec.m3u + ๐Ÿ‡น๐Ÿ‡ฑ East Timor15https://iptv-org.github.io/iptv/countries/tl.m3u + ๐Ÿ‡ช๐Ÿ‡จ Ecuador152https://iptv-org.github.io/iptv/countries/ec.m3u       Azuay1https://iptv-org.github.io/iptv/subdivisions/ec-a.m3u       Loja2https://iptv-org.github.io/iptv/subdivisions/ec-l.m3u       Orellana1https://iptv-org.github.io/iptv/subdivisions/ec-d.m3u - ๐Ÿ‡ช๐Ÿ‡ฌ Egypt98https://iptv-org.github.io/iptv/countries/eg.m3u - ๐Ÿ‡ธ๐Ÿ‡ป El Salvador108https://iptv-org.github.io/iptv/countries/sv.m3u - ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea29https://iptv-org.github.io/iptv/countries/gq.m3u - ๐Ÿ‡ช๐Ÿ‡ท Eritrea27https://iptv-org.github.io/iptv/countries/er.m3u - ๐Ÿ‡ช๐Ÿ‡ช Estonia74https://iptv-org.github.io/iptv/countries/ee.m3u - ๐Ÿ‡ช๐Ÿ‡น Ethiopia32https://iptv-org.github.io/iptv/countries/et.m3u - ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands5https://iptv-org.github.io/iptv/countries/fk.m3u - ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands1https://iptv-org.github.io/iptv/countries/fo.m3u - ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji8https://iptv-org.github.io/iptv/countries/fj.m3u - ๐Ÿ‡ซ๐Ÿ‡ฎ Finland72https://iptv-org.github.io/iptv/countries/fi.m3u + ๐Ÿ‡ช๐Ÿ‡ฌ Egypt116https://iptv-org.github.io/iptv/countries/eg.m3u + ๐Ÿ‡ธ๐Ÿ‡ป El Salvador112https://iptv-org.github.io/iptv/countries/sv.m3u + ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea31https://iptv-org.github.io/iptv/countries/gq.m3u + ๐Ÿ‡ช๐Ÿ‡ท Eritrea29https://iptv-org.github.io/iptv/countries/er.m3u + ๐Ÿ‡ช๐Ÿ‡ช Estonia75https://iptv-org.github.io/iptv/countries/ee.m3u + ๐Ÿ‡ช๐Ÿ‡น Ethiopia33https://iptv-org.github.io/iptv/countries/et.m3u + ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands4https://iptv-org.github.io/iptv/countries/fk.m3u + ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands3https://iptv-org.github.io/iptv/countries/fo.m3u + ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji6https://iptv-org.github.io/iptv/countries/fj.m3u + ๐Ÿ‡ซ๐Ÿ‡ฎ Finland78https://iptv-org.github.io/iptv/countries/fi.m3u       Keski-Suomi1https://iptv-org.github.io/iptv/subdivisions/fi-08.m3u       Pohjanmaa1https://iptv-org.github.io/iptv/subdivisions/fi-12.m3u - ๐Ÿ‡ซ๐Ÿ‡ท France228https://iptv-org.github.io/iptv/countries/fr.m3u - ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana21https://iptv-org.github.io/iptv/countries/gf.m3u - ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia9https://iptv-org.github.io/iptv/countries/pf.m3u - ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories27https://iptv-org.github.io/iptv/countries/tf.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon27https://iptv-org.github.io/iptv/countries/ga.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia29https://iptv-org.github.io/iptv/countries/gm.m3u - ๐Ÿ‡ฌ๐Ÿ‡ช Georgia49https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany324https://iptv-org.github.io/iptv/countries/de.m3u - ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana48https://iptv-org.github.io/iptv/countries/gh.m3u - ๐Ÿ‡ฌ๐Ÿ‡ท Greece158https://iptv-org.github.io/iptv/countries/gr.m3u + ๐Ÿ‡ซ๐Ÿ‡ท France216https://iptv-org.github.io/iptv/countries/fr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana17https://iptv-org.github.io/iptv/countries/gf.m3u + ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia7https://iptv-org.github.io/iptv/countries/pf.m3u + ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories28https://iptv-org.github.io/iptv/countries/tf.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon28https://iptv-org.github.io/iptv/countries/ga.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia30https://iptv-org.github.io/iptv/countries/gm.m3u + ๐Ÿ‡ฌ๐Ÿ‡ช Georgia60https://iptv-org.github.io/iptv/countries/ge.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany327https://iptv-org.github.io/iptv/countries/de.m3u +       Nordrhein-Westfalen11https://iptv-org.github.io/iptv/subdivisions/de-nw.m3u +       Thuringen1https://iptv-org.github.io/iptv/subdivisions/de-th.m3u + ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana68https://iptv-org.github.io/iptv/countries/gh.m3u + ๐Ÿ‡ฌ๐Ÿ‡ท Greece163https://iptv-org.github.io/iptv/countries/gr.m3u       Attiki9https://iptv-org.github.io/iptv/subdivisions/gr-i.m3u       Dytiki Ellada6https://iptv-org.github.io/iptv/subdivisions/gr-g.m3u       Dytiki Makedonia2https://iptv-org.github.io/iptv/subdivisions/gr-c.m3u @@ -506,10 +503,10 @@ Same thing, but split up into separate files:       Sterea Ellada2https://iptv-org.github.io/iptv/subdivisions/gr-h.m3u       Thessalia4https://iptv-org.github.io/iptv/subdivisions/gr-e.m3u ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland8https://iptv-org.github.io/iptv/countries/gl.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada17https://iptv-org.github.io/iptv/countries/gd.m3u - ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe34https://iptv-org.github.io/iptv/countries/gp.m3u - ๐Ÿ‡ฌ๐Ÿ‡บ Guam10https://iptv-org.github.io/iptv/countries/gu.m3u - ๐Ÿ‡ฌ๐Ÿ‡น Guatemala157https://iptv-org.github.io/iptv/countries/gt.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada14https://iptv-org.github.io/iptv/countries/gd.m3u + ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe28https://iptv-org.github.io/iptv/countries/gp.m3u + ๐Ÿ‡ฌ๐Ÿ‡บ Guam8https://iptv-org.github.io/iptv/countries/gu.m3u + ๐Ÿ‡ฌ๐Ÿ‡น Guatemala161https://iptv-org.github.io/iptv/countries/gt.m3u       Escuintla2https://iptv-org.github.io/iptv/subdivisions/gt-05.m3u       Huehuetenango1https://iptv-org.github.io/iptv/subdivisions/gt-13.m3u       Izabal1https://iptv-org.github.io/iptv/subdivisions/gt-18.m3u @@ -520,80 +517,92 @@ Same thing, but split up into separate files:       Solola4https://iptv-org.github.io/iptv/subdivisions/gt-07.m3u       Totonicapan1https://iptv-org.github.io/iptv/subdivisions/gt-08.m3u ๐Ÿ‡ฌ๐Ÿ‡ฌ Guernsey1https://iptv-org.github.io/iptv/countries/gg.m3u - ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea32https://iptv-org.github.io/iptv/countries/gn.m3u - ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau27https://iptv-org.github.io/iptv/countries/gw.m3u - ๐Ÿ‡ฌ๐Ÿ‡พ Guyana16https://iptv-org.github.io/iptv/countries/gy.m3u - ๐Ÿ‡ญ๐Ÿ‡น Haiti52https://iptv-org.github.io/iptv/countries/ht.m3u - ๐Ÿ‡ญ๐Ÿ‡ณ Honduras148https://iptv-org.github.io/iptv/countries/hn.m3u + ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea33https://iptv-org.github.io/iptv/countries/gn.m3u + ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau28https://iptv-org.github.io/iptv/countries/gw.m3u + ๐Ÿ‡ฌ๐Ÿ‡พ Guyana15https://iptv-org.github.io/iptv/countries/gy.m3u + ๐Ÿ‡ญ๐Ÿ‡น Haiti49https://iptv-org.github.io/iptv/countries/ht.m3u + ๐Ÿ‡ญ๐Ÿ‡ณ Honduras163https://iptv-org.github.io/iptv/countries/hn.m3u ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong12https://iptv-org.github.io/iptv/countries/hk.m3u - ๐Ÿ‡ญ๐Ÿ‡บ Hungary147https://iptv-org.github.io/iptv/countries/hu.m3u - ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland41https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India316https://iptv-org.github.io/iptv/countries/in.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia123https://iptv-org.github.io/iptv/countries/id.m3u -       Aceh1https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u -       Bali1https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u + ๐Ÿ‡ญ๐Ÿ‡บ Hungary148https://iptv-org.github.io/iptv/countries/hu.m3u + ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland42https://iptv-org.github.io/iptv/countries/is.m3u + ๐Ÿ‡ฎ๐Ÿ‡ณ India329https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia153https://iptv-org.github.io/iptv/countries/id.m3u +       Aceh2https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u +       Bali2https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u       Banten1https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u -       Jakarta Raya3https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u -       Jambi3https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u -       Jawa Barat9https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u -       Jawa Tengah4https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u -       Jawa Timur8https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u -       Kalimantan Barat1https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u -       Kalimantan Selatan1https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u -       Kalimantan Timur1https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u -       Lampung2https://iptv-org.github.io/iptv/subdivisions/id-la.m3u -       Riau1https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u -       Sulawesi Selatan2https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u -       Sumatera Barat1https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u -       Sumatera Selatan1https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u -       Yogyakarta2https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran144https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq117https://iptv-org.github.io/iptv/countries/iq.m3u - ๐Ÿ‡ฎ๐Ÿ‡ช Ireland66https://iptv-org.github.io/iptv/countries/ie.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel24https://iptv-org.github.io/iptv/countries/il.m3u - ๐Ÿ‡ฎ๐Ÿ‡น Italy385https://iptv-org.github.io/iptv/countries/it.m3u +       Bengkulu1https://iptv-org.github.io/iptv/subdivisions/id-be.m3u +       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u +       Jakarta Raya4https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u +       Jambi4https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u +       Jawa Barat10https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u +       Jawa Tengah5https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u +       Jawa Timur9https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u +       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u +       Kalimantan Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u +       Kalimantan Tengah1https://iptv-org.github.io/iptv/subdivisions/id-kt.m3u +       Kalimantan Timur2https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u +       Kepulauan Bangka Belitung1https://iptv-org.github.io/iptv/subdivisions/id-bb.m3u +       Lampung3https://iptv-org.github.io/iptv/subdivisions/id-la.m3u +       Maluku1https://iptv-org.github.io/iptv/subdivisions/id-ml.m3u +       Maluku Utara1https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u +       Nusa Tenggara Barat1https://iptv-org.github.io/iptv/subdivisions/id-nb.m3u +       Nusa Tenggara Timur1https://iptv-org.github.io/iptv/subdivisions/id-nt.m3u +       Papua1https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u +       Riau2https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u +       Sulawesi Barat1https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u +       Sulawesi Selatan3https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u +       Sulawesi Tengah1https://iptv-org.github.io/iptv/subdivisions/id-st.m3u +       Sulawesi Tenggara1https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u +       Sulawesi Utara1https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u +       Sumatera Barat2https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u +       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u +       Yogyakarta3https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u + ๐Ÿ‡ฎ๐Ÿ‡ท Iran175https://iptv-org.github.io/iptv/countries/ir.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq124https://iptv-org.github.io/iptv/countries/iq.m3u + ๐Ÿ‡ฎ๐Ÿ‡ช Ireland63https://iptv-org.github.io/iptv/countries/ie.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel22https://iptv-org.github.io/iptv/countries/il.m3u + ๐Ÿ‡ฎ๐Ÿ‡น Italy388https://iptv-org.github.io/iptv/countries/it.m3u       Trentino-Alto Adige3https://iptv-org.github.io/iptv/subdivisions/it-32.m3u - ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast54https://iptv-org.github.io/iptv/countries/ci.m3u - ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica24https://iptv-org.github.io/iptv/countries/jm.m3u - ๐Ÿ‡ฏ๐Ÿ‡ต Japan24https://iptv-org.github.io/iptv/countries/jp.m3u -       Chiba2https://iptv-org.github.io/iptv/subdivisions/jp-12.m3u -       Gunma1https://iptv-org.github.io/iptv/subdivisions/jp-10.m3u -       Ibaraki1https://iptv-org.github.io/iptv/subdivisions/jp-08.m3u -       Kanagawa2https://iptv-org.github.io/iptv/subdivisions/jp-14.m3u -       Saitama2https://iptv-org.github.io/iptv/subdivisions/jp-11.m3u -       Tochigi1https://iptv-org.github.io/iptv/subdivisions/jp-09.m3u + ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast50https://iptv-org.github.io/iptv/countries/ci.m3u + ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica21https://iptv-org.github.io/iptv/countries/jm.m3u + ๐Ÿ‡ฏ๐Ÿ‡ต Japan16https://iptv-org.github.io/iptv/countries/jp.m3u +       Chiba1https://iptv-org.github.io/iptv/subdivisions/jp-12.m3u +       Kanagawa1https://iptv-org.github.io/iptv/subdivisions/jp-14.m3u +       Saitama1https://iptv-org.github.io/iptv/subdivisions/jp-11.m3u       Tokyo1https://iptv-org.github.io/iptv/subdivisions/jp-13.m3u - ๐Ÿ‡ฏ๐Ÿ‡ด Jordan72https://iptv-org.github.io/iptv/countries/jo.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan77https://iptv-org.github.io/iptv/countries/kz.m3u - ๐Ÿ‡ฐ๐Ÿ‡ช Kenya67https://iptv-org.github.io/iptv/countries/ke.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati8https://iptv-org.github.io/iptv/countries/ki.m3u + ๐Ÿ‡ฏ๐Ÿ‡ด Jordan80https://iptv-org.github.io/iptv/countries/jo.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan78https://iptv-org.github.io/iptv/countries/kz.m3u + ๐Ÿ‡ฐ๐Ÿ‡ช Kenya68https://iptv-org.github.io/iptv/countries/ke.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati6https://iptv-org.github.io/iptv/countries/ki.m3u ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo28https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait57https://iptv-org.github.io/iptv/countries/kw.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan22https://iptv-org.github.io/iptv/countries/kg.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos32https://iptv-org.github.io/iptv/countries/la.m3u - ๐Ÿ‡ฑ๐Ÿ‡ป Latvia60https://iptv-org.github.io/iptv/countries/lv.m3u - ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon73https://iptv-org.github.io/iptv/countries/lb.m3u - ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho27https://iptv-org.github.io/iptv/countries/ls.m3u - ๐Ÿ‡ฑ๐Ÿ‡ท Liberia27https://iptv-org.github.io/iptv/countries/lr.m3u - ๐Ÿ‡ฑ๐Ÿ‡พ Libya76https://iptv-org.github.io/iptv/countries/ly.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein37https://iptv-org.github.io/iptv/countries/li.m3u - ๐Ÿ‡ฑ๐Ÿ‡น Lithuania56https://iptv-org.github.io/iptv/countries/lt.m3u - ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg65https://iptv-org.github.io/iptv/countries/lu.m3u + ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait64https://iptv-org.github.io/iptv/countries/kw.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan24https://iptv-org.github.io/iptv/countries/kg.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos29https://iptv-org.github.io/iptv/countries/la.m3u + ๐Ÿ‡ฑ๐Ÿ‡ป Latvia63https://iptv-org.github.io/iptv/countries/lv.m3u + ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon84https://iptv-org.github.io/iptv/countries/lb.m3u + ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho28https://iptv-org.github.io/iptv/countries/ls.m3u + ๐Ÿ‡ฑ๐Ÿ‡ท Liberia29https://iptv-org.github.io/iptv/countries/lr.m3u + ๐Ÿ‡ฑ๐Ÿ‡พ Libya85https://iptv-org.github.io/iptv/countries/ly.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein38https://iptv-org.github.io/iptv/countries/li.m3u + ๐Ÿ‡ฑ๐Ÿ‡น Lithuania59https://iptv-org.github.io/iptv/countries/lt.m3u + ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg66https://iptv-org.github.io/iptv/countries/lu.m3u ๐Ÿ‡ฒ๐Ÿ‡ด Macao7https://iptv-org.github.io/iptv/countries/mo.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar27https://iptv-org.github.io/iptv/countries/mg.m3u - ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi27https://iptv-org.github.io/iptv/countries/mw.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar28https://iptv-org.github.io/iptv/countries/mg.m3u + ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi28https://iptv-org.github.io/iptv/countries/mw.m3u ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia41https://iptv-org.github.io/iptv/countries/my.m3u ๐Ÿ‡ฒ๐Ÿ‡ป Maldives20https://iptv-org.github.io/iptv/countries/mv.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali33https://iptv-org.github.io/iptv/countries/ml.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali35https://iptv-org.github.io/iptv/countries/ml.m3u ๐Ÿ‡ฒ๐Ÿ‡น Malta54https://iptv-org.github.io/iptv/countries/mt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands8https://iptv-org.github.io/iptv/countries/mh.m3u - ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique32https://iptv-org.github.io/iptv/countries/mq.m3u - ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania67https://iptv-org.github.io/iptv/countries/mr.m3u - ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius28https://iptv-org.github.io/iptv/countries/mu.m3u - ๐Ÿ‡พ๐Ÿ‡น Mayotte27https://iptv-org.github.io/iptv/countries/yt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico262https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands6https://iptv-org.github.io/iptv/countries/mh.m3u + ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique26https://iptv-org.github.io/iptv/countries/mq.m3u + ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania77https://iptv-org.github.io/iptv/countries/mr.m3u +       Nouakchott Ouest1https://iptv-org.github.io/iptv/subdivisions/mr-13.m3u + ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius29https://iptv-org.github.io/iptv/countries/mu.m3u + ๐Ÿ‡พ๐Ÿ‡น Mayotte28https://iptv-org.github.io/iptv/countries/yt.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico272https://iptv-org.github.io/iptv/countries/mx.m3u +       Baja California1https://iptv-org.github.io/iptv/subdivisions/mx-bcn.m3u       Chihuahua2https://iptv-org.github.io/iptv/subdivisions/mx-chh.m3u -       Coahuila de Zaragoza1https://iptv-org.github.io/iptv/subdivisions/mx-coa.m3u +       Coahuila de Zaragoza2https://iptv-org.github.io/iptv/subdivisions/mx-coa.m3u       Durango1https://iptv-org.github.io/iptv/subdivisions/mx-dur.m3u       Morelos1https://iptv-org.github.io/iptv/subdivisions/mx-mor.m3u       Nuevo Leon1https://iptv-org.github.io/iptv/subdivisions/mx-nle.m3u @@ -602,96 +611,87 @@ Same thing, but split up into separate files:       Quintana Roo2https://iptv-org.github.io/iptv/subdivisions/mx-roo.m3u       San Luis Potosi1https://iptv-org.github.io/iptv/subdivisions/mx-slp.m3u       Yucatan1https://iptv-org.github.io/iptv/subdivisions/mx-yuc.m3u - ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia8https://iptv-org.github.io/iptv/countries/fm.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova71https://iptv-org.github.io/iptv/countries/md.m3u + ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia6https://iptv-org.github.io/iptv/countries/fm.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova75https://iptv-org.github.io/iptv/countries/md.m3u ๐Ÿ‡ฒ๐Ÿ‡จ Monaco41https://iptv-org.github.io/iptv/countries/mc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia29https://iptv-org.github.io/iptv/countries/mn.m3u - ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro44https://iptv-org.github.io/iptv/countries/me.m3u + ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia27https://iptv-org.github.io/iptv/countries/mn.m3u + ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro45https://iptv-org.github.io/iptv/countries/me.m3u       Ulcinj1https://iptv-org.github.io/iptv/subdivisions/me-20.m3u - ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat17https://iptv-org.github.io/iptv/countries/ms.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco79https://iptv-org.github.io/iptv/countries/ma.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique31https://iptv-org.github.io/iptv/countries/mz.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar30https://iptv-org.github.io/iptv/countries/mm.m3u - ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia28https://iptv-org.github.io/iptv/countries/na.m3u - ๐Ÿ‡ณ๐Ÿ‡ท Nauru8https://iptv-org.github.io/iptv/countries/nr.m3u + ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat14https://iptv-org.github.io/iptv/countries/ms.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco91https://iptv-org.github.io/iptv/countries/ma.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique32https://iptv-org.github.io/iptv/countries/mz.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar27https://iptv-org.github.io/iptv/countries/mm.m3u + ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia29https://iptv-org.github.io/iptv/countries/na.m3u + ๐Ÿ‡ณ๐Ÿ‡ท Nauru6https://iptv-org.github.io/iptv/countries/nr.m3u ๐Ÿ‡ณ๐Ÿ‡ต Nepal17https://iptv-org.github.io/iptv/countries/np.m3u - ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands205https://iptv-org.github.io/iptv/countries/nl.m3u - ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia8https://iptv-org.github.io/iptv/countries/nc.m3u - ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand29https://iptv-org.github.io/iptv/countries/nz.m3u - ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua91https://iptv-org.github.io/iptv/countries/ni.m3u - ๐Ÿ‡ณ๐Ÿ‡ช Niger29https://iptv-org.github.io/iptv/countries/ne.m3u - ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria87https://iptv-org.github.io/iptv/countries/ng.m3u - ๐Ÿ‡ณ๐Ÿ‡บ Niue8https://iptv-org.github.io/iptv/countries/nu.m3u - ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island8https://iptv-org.github.io/iptv/countries/nf.m3u - ๐Ÿ‡ฐ๐Ÿ‡ต North Korea10https://iptv-org.github.io/iptv/countries/kp.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia73https://iptv-org.github.io/iptv/countries/mk.m3u - ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands8https://iptv-org.github.io/iptv/countries/mp.m3u - ๐Ÿ‡ณ๐Ÿ‡ด Norway47https://iptv-org.github.io/iptv/countries/no.m3u - ๐Ÿ‡ด๐Ÿ‡ฒ Oman51https://iptv-org.github.io/iptv/countries/om.m3u - ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan44https://iptv-org.github.io/iptv/countries/pk.m3u - ๐Ÿ‡ต๐Ÿ‡ผ Palau8https://iptv-org.github.io/iptv/countries/pw.m3u - ๐Ÿ‡ต๐Ÿ‡ธ Palestine67https://iptv-org.github.io/iptv/countries/ps.m3u - ๐Ÿ‡ต๐Ÿ‡ฆ Panama93https://iptv-org.github.io/iptv/countries/pa.m3u - ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea9https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay129https://iptv-org.github.io/iptv/countries/py.m3u -       Alto Parana2https://iptv-org.github.io/iptv/subdivisions/py-10.m3u -       Boqueron1https://iptv-org.github.io/iptv/subdivisions/py-19.m3u -       Caaguazu1https://iptv-org.github.io/iptv/subdivisions/py-5.m3u -       Central1https://iptv-org.github.io/iptv/subdivisions/py-11.m3u + ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands202https://iptv-org.github.io/iptv/countries/nl.m3u + ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia6https://iptv-org.github.io/iptv/countries/nc.m3u + ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand27https://iptv-org.github.io/iptv/countries/nz.m3u + ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua95https://iptv-org.github.io/iptv/countries/ni.m3u + ๐Ÿ‡ณ๐Ÿ‡ช Niger34https://iptv-org.github.io/iptv/countries/ne.m3u + ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria91https://iptv-org.github.io/iptv/countries/ng.m3u + ๐Ÿ‡ณ๐Ÿ‡บ Niue6https://iptv-org.github.io/iptv/countries/nu.m3u + ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island6https://iptv-org.github.io/iptv/countries/nf.m3u + ๐Ÿ‡ฐ๐Ÿ‡ต North Korea8https://iptv-org.github.io/iptv/countries/kp.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia74https://iptv-org.github.io/iptv/countries/mk.m3u + ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands6https://iptv-org.github.io/iptv/countries/mp.m3u + ๐Ÿ‡ณ๐Ÿ‡ด Norway49https://iptv-org.github.io/iptv/countries/no.m3u + ๐Ÿ‡ด๐Ÿ‡ฒ Oman57https://iptv-org.github.io/iptv/countries/om.m3u + ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan47https://iptv-org.github.io/iptv/countries/pk.m3u + ๐Ÿ‡ต๐Ÿ‡ผ Palau6https://iptv-org.github.io/iptv/countries/pw.m3u + ๐Ÿ‡ต๐Ÿ‡ธ Palestine74https://iptv-org.github.io/iptv/countries/ps.m3u + ๐Ÿ‡ต๐Ÿ‡ฆ Panama98https://iptv-org.github.io/iptv/countries/pa.m3u + ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea7https://iptv-org.github.io/iptv/countries/pg.m3u + ๐Ÿ‡ต๐Ÿ‡พ Paraguay90https://iptv-org.github.io/iptv/countries/py.m3u       Itapua1https://iptv-org.github.io/iptv/subdivisions/py-7.m3u -       Presidente Hayes1https://iptv-org.github.io/iptv/subdivisions/py-15.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru215https://iptv-org.github.io/iptv/countries/pe.m3u -       Amazonas2https://iptv-org.github.io/iptv/subdivisions/pe-ama.m3u -       Ancash1https://iptv-org.github.io/iptv/subdivisions/pe-anc.m3u + ๐Ÿ‡ต๐Ÿ‡ช Peru158https://iptv-org.github.io/iptv/countries/pe.m3u       Apurimac1https://iptv-org.github.io/iptv/subdivisions/pe-apu.m3u -       Arequipa4https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u -       Ayacucho2https://iptv-org.github.io/iptv/subdivisions/pe-aya.m3u +       Arequipa2https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u       Cusco1https://iptv-org.github.io/iptv/subdivisions/pe-cus.m3u -       Junin4https://iptv-org.github.io/iptv/subdivisions/pe-jun.m3u +       Junin3https://iptv-org.github.io/iptv/subdivisions/pe-jun.m3u       La Libertad1https://iptv-org.github.io/iptv/subdivisions/pe-lal.m3u -       Lima9https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u -       Loreto2https://iptv-org.github.io/iptv/subdivisions/pe-lor.m3u -       Moquegua3https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u -       Puno2https://iptv-org.github.io/iptv/subdivisions/pe-pun.m3u -       San Martin3https://iptv-org.github.io/iptv/subdivisions/pe-sam.m3u -       Ucayali2https://iptv-org.github.io/iptv/subdivisions/pe-uca.m3u - ๐Ÿ‡ต๐Ÿ‡ญ Philippines34https://iptv-org.github.io/iptv/countries/ph.m3u - ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands8https://iptv-org.github.io/iptv/countries/pn.m3u +       Lima7https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u +       Loreto1https://iptv-org.github.io/iptv/subdivisions/pe-lor.m3u +       Moquegua1https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u +       Puno1https://iptv-org.github.io/iptv/subdivisions/pe-pun.m3u +       San Martin1https://iptv-org.github.io/iptv/subdivisions/pe-sam.m3u + ๐Ÿ‡ต๐Ÿ‡ญ Philippines25https://iptv-org.github.io/iptv/countries/ph.m3u + ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands6https://iptv-org.github.io/iptv/countries/pn.m3u ๐Ÿ‡ต๐Ÿ‡ฑ Poland110https://iptv-org.github.io/iptv/countries/pl.m3u - ๐Ÿ‡ต๐Ÿ‡น Portugal94https://iptv-org.github.io/iptv/countries/pt.m3u - ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico107https://iptv-org.github.io/iptv/countries/pr.m3u - ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar58https://iptv-org.github.io/iptv/countries/qa.m3u - ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo31https://iptv-org.github.io/iptv/countries/cg.m3u + ๐Ÿ‡ต๐Ÿ‡น Portugal93https://iptv-org.github.io/iptv/countries/pt.m3u + ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico111https://iptv-org.github.io/iptv/countries/pr.m3u + ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar64https://iptv-org.github.io/iptv/countries/qa.m3u + ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo33https://iptv-org.github.io/iptv/countries/cg.m3u       Brazzaville1https://iptv-org.github.io/iptv/subdivisions/cg-bzv.m3u - ๐Ÿ‡ท๐Ÿ‡ช Reunion28https://iptv-org.github.io/iptv/countries/re.m3u - ๐Ÿ‡ท๐Ÿ‡ด Romania152https://iptv-org.github.io/iptv/countries/ro.m3u + ๐Ÿ‡ท๐Ÿ‡ช Reunion29https://iptv-org.github.io/iptv/countries/re.m3u + ๐Ÿ‡ท๐Ÿ‡ด Romania155https://iptv-org.github.io/iptv/countries/ro.m3u       Gorj1https://iptv-org.github.io/iptv/subdivisions/ro-gj.m3u - ๐Ÿ‡ท๐Ÿ‡บ Russia227https://iptv-org.github.io/iptv/countries/ru.m3u - ๐Ÿ‡ท๐Ÿ‡ผ Rwanda35https://iptv-org.github.io/iptv/countries/rw.m3u - ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy28https://iptv-org.github.io/iptv/countries/bl.m3u - ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena27https://iptv-org.github.io/iptv/countries/sh.m3u - ๐Ÿ‡ฐ๐Ÿ‡ณ Saint Kitts and Nevis18https://iptv-org.github.io/iptv/countries/kn.m3u - ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia18https://iptv-org.github.io/iptv/countries/lc.m3u - ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin28https://iptv-org.github.io/iptv/countries/mf.m3u + ๐Ÿ‡ท๐Ÿ‡บ Russia297https://iptv-org.github.io/iptv/countries/ru.m3u + ๐Ÿ‡ท๐Ÿ‡ผ Rwanda38https://iptv-org.github.io/iptv/countries/rw.m3u + ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy22https://iptv-org.github.io/iptv/countries/bl.m3u + ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena28https://iptv-org.github.io/iptv/countries/sh.m3u + ๐Ÿ‡ฐ๐Ÿ‡ณ Saint Kitts and Nevis15https://iptv-org.github.io/iptv/countries/kn.m3u + ๐Ÿ‡ฑ๐Ÿ‡จ Saint Lucia15https://iptv-org.github.io/iptv/countries/lc.m3u + ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin22https://iptv-org.github.io/iptv/countries/mf.m3u ๐Ÿ‡ต๐Ÿ‡ฒ Saint Pierre and Miquelon8https://iptv-org.github.io/iptv/countries/pm.m3u - ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines17https://iptv-org.github.io/iptv/countries/vc.m3u - ๐Ÿ‡ผ๐Ÿ‡ธ Samoa10https://iptv-org.github.io/iptv/countries/ws.m3u - ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino38https://iptv-org.github.io/iptv/countries/sm.m3u - ๐Ÿ‡ธ๐Ÿ‡น Sao Tome and Principe27https://iptv-org.github.io/iptv/countries/st.m3u - ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia95https://iptv-org.github.io/iptv/countries/sa.m3u - ๐Ÿ‡ธ๐Ÿ‡ณ Senegal53https://iptv-org.github.io/iptv/countries/sn.m3u - ๐Ÿ‡ท๐Ÿ‡ธ Serbia79https://iptv-org.github.io/iptv/countries/rs.m3u - ๐Ÿ‡ธ๐Ÿ‡จ Seychelles27https://iptv-org.github.io/iptv/countries/sc.m3u - ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone27https://iptv-org.github.io/iptv/countries/sl.m3u - ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore30https://iptv-org.github.io/iptv/countries/sg.m3u - ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten25https://iptv-org.github.io/iptv/countries/sx.m3u - ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia102https://iptv-org.github.io/iptv/countries/sk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia65https://iptv-org.github.io/iptv/countries/si.m3u - ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands8https://iptv-org.github.io/iptv/countries/sb.m3u - ๐Ÿ‡ธ๐Ÿ‡ด Somalia75https://iptv-org.github.io/iptv/countries/so.m3u - ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa67https://iptv-org.github.io/iptv/countries/za.m3u - ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands5https://iptv-org.github.io/iptv/countries/gs.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea98https://iptv-org.github.io/iptv/countries/kr.m3u + ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines14https://iptv-org.github.io/iptv/countries/vc.m3u + ๐Ÿ‡ผ๐Ÿ‡ธ Samoa8https://iptv-org.github.io/iptv/countries/ws.m3u + ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino39https://iptv-org.github.io/iptv/countries/sm.m3u + ๐Ÿ‡ธ๐Ÿ‡น Sao Tome and Principe28https://iptv-org.github.io/iptv/countries/st.m3u + ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia99https://iptv-org.github.io/iptv/countries/sa.m3u + ๐Ÿ‡ธ๐Ÿ‡ณ Senegal61https://iptv-org.github.io/iptv/countries/sn.m3u + ๐Ÿ‡ท๐Ÿ‡ธ Serbia84https://iptv-org.github.io/iptv/countries/rs.m3u + ๐Ÿ‡ธ๐Ÿ‡จ Seychelles28https://iptv-org.github.io/iptv/countries/sc.m3u + ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone28https://iptv-org.github.io/iptv/countries/sl.m3u + ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore27https://iptv-org.github.io/iptv/countries/sg.m3u + ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten22https://iptv-org.github.io/iptv/countries/sx.m3u + ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia104https://iptv-org.github.io/iptv/countries/sk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia67https://iptv-org.github.io/iptv/countries/si.m3u + ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands6https://iptv-org.github.io/iptv/countries/sb.m3u + ๐Ÿ‡ธ๐Ÿ‡ด Somalia83https://iptv-org.github.io/iptv/countries/so.m3u + ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa69https://iptv-org.github.io/iptv/countries/za.m3u + ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands4https://iptv-org.github.io/iptv/countries/gs.m3u + ๐Ÿ‡ฐ๐Ÿ‡ท South Korea96https://iptv-org.github.io/iptv/countries/kr.m3u       Busan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-26.m3u       Chungcheongbuk-do2https://iptv-org.github.io/iptv/subdivisions/kr-43.m3u       Daegu-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u @@ -705,12 +705,12 @@ Same thing, but split up into separate files:       Jeollanam-do4https://iptv-org.github.io/iptv/subdivisions/kr-46.m3u       Seoul-teukbyeolsi1https://iptv-org.github.io/iptv/subdivisions/kr-11.m3u       Ulsan-gwangyeoksi1https://iptv-org.github.io/iptv/subdivisions/kr-31.m3u - ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan27https://iptv-org.github.io/iptv/countries/ss.m3u - ๐Ÿ‡ช๐Ÿ‡ธ Spain366https://iptv-org.github.io/iptv/countries/es.m3u -       Andalucia38https://iptv-org.github.io/iptv/subdivisions/es-an.m3u + ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan28https://iptv-org.github.io/iptv/countries/ss.m3u + ๐Ÿ‡ช๐Ÿ‡ธ Spain380https://iptv-org.github.io/iptv/countries/es.m3u +       Andalucia40https://iptv-org.github.io/iptv/subdivisions/es-an.m3u       Aragon1https://iptv-org.github.io/iptv/subdivisions/es-ar.m3u       Asturias, Principado de1https://iptv-org.github.io/iptv/subdivisions/es-as.m3u -       Canarias11https://iptv-org.github.io/iptv/subdivisions/es-cn.m3u +       Canarias10https://iptv-org.github.io/iptv/subdivisions/es-cn.m3u       Castilla y Leon1https://iptv-org.github.io/iptv/subdivisions/es-cl.m3u       Castilla-La Mancha4https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u       Catalunya37https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u @@ -720,62 +720,62 @@ Same thing, but split up into separate files:       Illes Balears1https://iptv-org.github.io/iptv/subdivisions/es-ib.m3u       La Rioja1https://iptv-org.github.io/iptv/subdivisions/es-ri.m3u       Madrid, Comunidad de4https://iptv-org.github.io/iptv/subdivisions/es-md.m3u -       Murcia, Region de3https://iptv-org.github.io/iptv/subdivisions/es-mc.m3u +       Murcia, Region de2https://iptv-org.github.io/iptv/subdivisions/es-mc.m3u       Navarra, Comunidad Foral de1https://iptv-org.github.io/iptv/subdivisions/es-nc.m3u       Pais Vasco6https://iptv-org.github.io/iptv/subdivisions/es-pv.m3u       Valenciana, Comunidad16https://iptv-org.github.io/iptv/subdivisions/es-vc.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka18https://iptv-org.github.io/iptv/countries/lk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan72https://iptv-org.github.io/iptv/countries/sd.m3u - ๐Ÿ‡ธ๐Ÿ‡ท Suriname7https://iptv-org.github.io/iptv/countries/sr.m3u - ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland28https://iptv-org.github.io/iptv/countries/sz.m3u - ๐Ÿ‡ธ๐Ÿ‡ช Sweden65https://iptv-org.github.io/iptv/countries/se.m3u - ๐Ÿ‡จ๐Ÿ‡ญ Switzerland90https://iptv-org.github.io/iptv/countries/ch.m3u - ๐Ÿ‡ธ๐Ÿ‡พ Syria50https://iptv-org.github.io/iptv/countries/sy.m3u - ๐Ÿ‡น๐Ÿ‡ผ Taiwan35https://iptv-org.github.io/iptv/countries/tw.m3u - ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan29https://iptv-org.github.io/iptv/countries/tj.m3u - ๐Ÿ‡น๐Ÿ‡ฟ Tanzania32https://iptv-org.github.io/iptv/countries/tz.m3u - ๐Ÿ‡น๐Ÿ‡ญ Thailand84https://iptv-org.github.io/iptv/countries/th.m3u - ๐Ÿ‡น๐Ÿ‡ฌ Togo39https://iptv-org.github.io/iptv/countries/tg.m3u - ๐Ÿ‡น๐Ÿ‡ฐ Tokelau8https://iptv-org.github.io/iptv/countries/tk.m3u - ๐Ÿ‡น๐Ÿ‡ด Tonga8https://iptv-org.github.io/iptv/countries/to.m3u - ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago20https://iptv-org.github.io/iptv/countries/tt.m3u - ๐Ÿ‡น๐Ÿ‡ณ Tunisia72https://iptv-org.github.io/iptv/countries/tn.m3u - ๐Ÿ‡น๐Ÿ‡ท Turkey292https://iptv-org.github.io/iptv/countries/tr.m3u - ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan17https://iptv-org.github.io/iptv/countries/tm.m3u - ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands17https://iptv-org.github.io/iptv/countries/tc.m3u - ๐Ÿ‡น๐Ÿ‡ป Tuvalu8https://iptv-org.github.io/iptv/countries/tv.m3u - ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands17https://iptv-org.github.io/iptv/countries/vi.m3u - ๐Ÿ‡บ๐Ÿ‡ฌ Uganda55https://iptv-org.github.io/iptv/countries/ug.m3u - ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine100https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates92https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom222https://iptv-org.github.io/iptv/countries/uk.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1508https://iptv-org.github.io/iptv/countries/us.m3u -       Alabama3https://iptv-org.github.io/iptv/subdivisions/us-al.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka19https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan80https://iptv-org.github.io/iptv/countries/sd.m3u + ๐Ÿ‡ธ๐Ÿ‡ท Suriname6https://iptv-org.github.io/iptv/countries/sr.m3u + ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland29https://iptv-org.github.io/iptv/countries/sz.m3u + ๐Ÿ‡ธ๐Ÿ‡ช Sweden66https://iptv-org.github.io/iptv/countries/se.m3u + ๐Ÿ‡จ๐Ÿ‡ญ Switzerland88https://iptv-org.github.io/iptv/countries/ch.m3u + ๐Ÿ‡ธ๐Ÿ‡พ Syria56https://iptv-org.github.io/iptv/countries/sy.m3u + ๐Ÿ‡น๐Ÿ‡ผ Taiwan32https://iptv-org.github.io/iptv/countries/tw.m3u + ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan31https://iptv-org.github.io/iptv/countries/tj.m3u + ๐Ÿ‡น๐Ÿ‡ฟ Tanzania33https://iptv-org.github.io/iptv/countries/tz.m3u + ๐Ÿ‡น๐Ÿ‡ญ Thailand90https://iptv-org.github.io/iptv/countries/th.m3u + ๐Ÿ‡น๐Ÿ‡ฌ Togo40https://iptv-org.github.io/iptv/countries/tg.m3u + ๐Ÿ‡น๐Ÿ‡ฐ Tokelau6https://iptv-org.github.io/iptv/countries/tk.m3u + ๐Ÿ‡น๐Ÿ‡ด Tonga6https://iptv-org.github.io/iptv/countries/to.m3u + ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago17https://iptv-org.github.io/iptv/countries/tt.m3u + ๐Ÿ‡น๐Ÿ‡ณ Tunisia87https://iptv-org.github.io/iptv/countries/tn.m3u + ๐Ÿ‡น๐Ÿ‡ท Turkiye289https://iptv-org.github.io/iptv/countries/tr.m3u + ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan16https://iptv-org.github.io/iptv/countries/tm.m3u + ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands14https://iptv-org.github.io/iptv/countries/tc.m3u + ๐Ÿ‡น๐Ÿ‡ป Tuvalu6https://iptv-org.github.io/iptv/countries/tv.m3u + ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands14https://iptv-org.github.io/iptv/countries/vi.m3u + ๐Ÿ‡บ๐Ÿ‡ฌ Uganda57https://iptv-org.github.io/iptv/countries/ug.m3u + ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine104https://iptv-org.github.io/iptv/countries/ua.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates88https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom231https://iptv-org.github.io/iptv/countries/uk.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States1516https://iptv-org.github.io/iptv/countries/us.m3u +       Alabama2https://iptv-org.github.io/iptv/subdivisions/us-al.m3u       Alaska2https://iptv-org.github.io/iptv/subdivisions/us-ak.m3u -       Arizona13https://iptv-org.github.io/iptv/subdivisions/us-az.m3u -       Arkansas6https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u -       California146https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u -       Colorado15https://iptv-org.github.io/iptv/subdivisions/us-co.m3u -       Connecticut21https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u +       Arizona12https://iptv-org.github.io/iptv/subdivisions/us-az.m3u +       Arkansas4https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u +       California148https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u +       Colorado14https://iptv-org.github.io/iptv/subdivisions/us-co.m3u +       Connecticut20https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u       Delaware5https://iptv-org.github.io/iptv/subdivisions/us-de.m3u -       District of Columbia6https://iptv-org.github.io/iptv/subdivisions/us-dc.m3u -       Florida49https://iptv-org.github.io/iptv/subdivisions/us-fl.m3u -       Georgia12https://iptv-org.github.io/iptv/subdivisions/us-ga.m3u +       District of Columbia5https://iptv-org.github.io/iptv/subdivisions/us-dc.m3u +       Florida50https://iptv-org.github.io/iptv/subdivisions/us-fl.m3u +       Georgia14https://iptv-org.github.io/iptv/subdivisions/us-ga.m3u       Hawaii5https://iptv-org.github.io/iptv/subdivisions/us-hi.m3u -       Idaho2https://iptv-org.github.io/iptv/subdivisions/us-id.m3u +       Idaho1https://iptv-org.github.io/iptv/subdivisions/us-id.m3u       Illinois7https://iptv-org.github.io/iptv/subdivisions/us-il.m3u -       Indiana3https://iptv-org.github.io/iptv/subdivisions/us-in.m3u -       Iowa6https://iptv-org.github.io/iptv/subdivisions/us-ia.m3u +       Indiana2https://iptv-org.github.io/iptv/subdivisions/us-in.m3u +       Iowa5https://iptv-org.github.io/iptv/subdivisions/us-ia.m3u       Kansas14https://iptv-org.github.io/iptv/subdivisions/us-ks.m3u       Kentucky8https://iptv-org.github.io/iptv/subdivisions/us-ky.m3u -       Louisiana6https://iptv-org.github.io/iptv/subdivisions/us-la.m3u +       Louisiana5https://iptv-org.github.io/iptv/subdivisions/us-la.m3u       Maine1https://iptv-org.github.io/iptv/subdivisions/us-me.m3u       Maryland5https://iptv-org.github.io/iptv/subdivisions/us-md.m3u       Massachusetts11https://iptv-org.github.io/iptv/subdivisions/us-ma.m3u -       Michigan9https://iptv-org.github.io/iptv/subdivisions/us-mi.m3u +       Michigan8https://iptv-org.github.io/iptv/subdivisions/us-mi.m3u       Minnesota6https://iptv-org.github.io/iptv/subdivisions/us-mn.m3u       Mississippi3https://iptv-org.github.io/iptv/subdivisions/us-ms.m3u -       Missouri29https://iptv-org.github.io/iptv/subdivisions/us-mo.m3u +       Missouri28https://iptv-org.github.io/iptv/subdivisions/us-mo.m3u       Montana5https://iptv-org.github.io/iptv/subdivisions/us-mt.m3u       Nebraska6https://iptv-org.github.io/iptv/subdivisions/us-ne.m3u       Nevada1https://iptv-org.github.io/iptv/subdivisions/us-nv.m3u @@ -783,34 +783,34 @@ Same thing, but split up into separate files:       New Jersey2https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u       New Mexico1https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u       New York22https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u -       North Carolina7https://iptv-org.github.io/iptv/subdivisions/us-nc.m3u +       North Carolina5https://iptv-org.github.io/iptv/subdivisions/us-nc.m3u       North Dakota3https://iptv-org.github.io/iptv/subdivisions/us-nd.m3u -       Ohio10https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u +       Ohio7https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u       Oklahoma4https://iptv-org.github.io/iptv/subdivisions/us-ok.m3u -       Oregon2https://iptv-org.github.io/iptv/subdivisions/us-or.m3u -       Pennsylvania14https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u +       Oregon1https://iptv-org.github.io/iptv/subdivisions/us-or.m3u +       Pennsylvania12https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u       Rhode Island1https://iptv-org.github.io/iptv/subdivisions/us-ri.m3u -       South Carolina4https://iptv-org.github.io/iptv/subdivisions/us-sc.m3u -       Tennessee7https://iptv-org.github.io/iptv/subdivisions/us-tn.m3u -       Texas27https://iptv-org.github.io/iptv/subdivisions/us-tx.m3u +       South Carolina3https://iptv-org.github.io/iptv/subdivisions/us-sc.m3u +       Tennessee5https://iptv-org.github.io/iptv/subdivisions/us-tn.m3u +       Texas21https://iptv-org.github.io/iptv/subdivisions/us-tx.m3u       Utah1https://iptv-org.github.io/iptv/subdivisions/us-ut.m3u       Virginia4https://iptv-org.github.io/iptv/subdivisions/us-va.m3u -       Washington5https://iptv-org.github.io/iptv/subdivisions/us-wa.m3u +       Washington4https://iptv-org.github.io/iptv/subdivisions/us-wa.m3u       Wisconsin4https://iptv-org.github.io/iptv/subdivisions/us-wi.m3u - ๐Ÿ‡บ๐Ÿ‡พ Uruguay81https://iptv-org.github.io/iptv/countries/uy.m3u - ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan29https://iptv-org.github.io/iptv/countries/uz.m3u - ๐Ÿ‡ป๐Ÿ‡บ Vanuatu8https://iptv-org.github.io/iptv/countries/vu.m3u - ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City37https://iptv-org.github.io/iptv/countries/va.m3u - ๐Ÿ‡ป๐Ÿ‡ช Venezuela121https://iptv-org.github.io/iptv/countries/ve.m3u + ๐Ÿ‡บ๐Ÿ‡พ Uruguay76https://iptv-org.github.io/iptv/countries/uy.m3u + ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan41https://iptv-org.github.io/iptv/countries/uz.m3u + ๐Ÿ‡ป๐Ÿ‡บ Vanuatu6https://iptv-org.github.io/iptv/countries/vu.m3u + ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City38https://iptv-org.github.io/iptv/countries/va.m3u + ๐Ÿ‡ป๐Ÿ‡ช Venezuela128https://iptv-org.github.io/iptv/countries/ve.m3u       Aragua2https://iptv-org.github.io/iptv/subdivisions/ve-d.m3u       Lara1https://iptv-org.github.io/iptv/subdivisions/ve-k.m3u - ๐Ÿ‡ป๐Ÿ‡ณ Vietnam83https://iptv-org.github.io/iptv/countries/vn.m3u - ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna8https://iptv-org.github.io/iptv/countries/wf.m3u - ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara32https://iptv-org.github.io/iptv/countries/eh.m3u - ๐Ÿ‡พ๐Ÿ‡ช Yemen50https://iptv-org.github.io/iptv/countries/ye.m3u - ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia27https://iptv-org.github.io/iptv/countries/zm.m3u - ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe28https://iptv-org.github.io/iptv/countries/zw.m3u - Undefined2234https://iptv-org.github.io/iptv/countries/undefined.m3u + ๐Ÿ‡ป๐Ÿ‡ณ Vietnam79https://iptv-org.github.io/iptv/countries/vn.m3u + ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna6https://iptv-org.github.io/iptv/countries/wf.m3u + ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara34https://iptv-org.github.io/iptv/countries/eh.m3u + ๐Ÿ‡พ๐Ÿ‡ช Yemen56https://iptv-org.github.io/iptv/countries/ye.m3u + ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia28https://iptv-org.github.io/iptv/countries/zm.m3u + ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe29https://iptv-org.github.io/iptv/countries/zw.m3u + Undefined2239https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -836,42 +836,42 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa475https://iptv-org.github.io/iptv/regions/afr.m3u - Americas3577https://iptv-org.github.io/iptv/regions/amer.m3u - Arab world412https://iptv-org.github.io/iptv/regions/arab.m3u - Asia2167https://iptv-org.github.io/iptv/regions/asia.m3u - Asia-Pacific1131https://iptv-org.github.io/iptv/regions/apac.m3u - Association of Southeast Asian Nations332https://iptv-org.github.io/iptv/regions/asean.m3u - Balkan727https://iptv-org.github.io/iptv/regions/balkan.m3u - Benelux250https://iptv-org.github.io/iptv/regions/benelux.m3u - Caribbean376https://iptv-org.github.io/iptv/regions/carib.m3u + Africa542https://iptv-org.github.io/iptv/regions/afr.m3u + Americas3200https://iptv-org.github.io/iptv/regions/amer.m3u + Arab world440https://iptv-org.github.io/iptv/regions/arab.m3u + Asia2343https://iptv-org.github.io/iptv/regions/asia.m3u + Asia-Pacific1192https://iptv-org.github.io/iptv/regions/apac.m3u + Association of Southeast Asian Nations369https://iptv-org.github.io/iptv/regions/asean.m3u + Balkan743https://iptv-org.github.io/iptv/regions/balkan.m3u + Benelux245https://iptv-org.github.io/iptv/regions/benelux.m3u + Caribbean385https://iptv-org.github.io/iptv/regions/carib.m3u Central America379https://iptv-org.github.io/iptv/regions/cenamer.m3u - Central and Eastern Europe945https://iptv-org.github.io/iptv/regions/cee.m3u - Central Asia120https://iptv-org.github.io/iptv/regions/cas.m3u - Commonwealth of Independent States376https://iptv-org.github.io/iptv/regions/cis.m3u - Europe3051https://iptv-org.github.io/iptv/regions/eur.m3u - Europe, the Middle East and Africa3914https://iptv-org.github.io/iptv/regions/emea.m3u - European Union2086https://iptv-org.github.io/iptv/regions/eu.m3u - Hispanic America1674https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America1891https://iptv-org.github.io/iptv/regions/latam.m3u - Latin America and the Caribbean1931https://iptv-org.github.io/iptv/regions/lac.m3u - Maghreb94https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East848https://iptv-org.github.io/iptv/regions/mideast.m3u - Middle East and North Africa876https://iptv-org.github.io/iptv/regions/mena.m3u - Nordics121https://iptv-org.github.io/iptv/regions/nord.m3u - North America2524https://iptv-org.github.io/iptv/regions/noram.m3u - Northern America1677https://iptv-org.github.io/iptv/regions/nam.m3u - Northern Europe157https://iptv-org.github.io/iptv/regions/neur.m3u + Central and Eastern Europe1038https://iptv-org.github.io/iptv/regions/cee.m3u + Central Asia131https://iptv-org.github.io/iptv/regions/cas.m3u + Commonwealth of Independent States451https://iptv-org.github.io/iptv/regions/cis.m3u + Europe3160https://iptv-org.github.io/iptv/regions/eur.m3u + Europe, the Middle East and Africa4121https://iptv-org.github.io/iptv/regions/emea.m3u + European Union2105https://iptv-org.github.io/iptv/regions/eu.m3u + Hispanic America1292https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America1530https://iptv-org.github.io/iptv/regions/latam.m3u + Latin America and the Caribbean1572https://iptv-org.github.io/iptv/regions/lac.m3u + Maghreb111https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East889https://iptv-org.github.io/iptv/regions/mideast.m3u + Middle East and North Africa928https://iptv-org.github.io/iptv/regions/mena.m3u + Nordics130https://iptv-org.github.io/iptv/regions/nord.m3u + North America2513https://iptv-org.github.io/iptv/regions/noram.m3u + Northern America1671https://iptv-org.github.io/iptv/regions/nam.m3u + Northern Europe168https://iptv-org.github.io/iptv/regions/neur.m3u Oceania83https://iptv-org.github.io/iptv/regions/oce.m3u - South America1138https://iptv-org.github.io/iptv/regions/southam.m3u - South Asia415https://iptv-org.github.io/iptv/regions/sas.m3u - Southeast Asia332https://iptv-org.github.io/iptv/regions/sea.m3u - Southern Europe1144https://iptv-org.github.io/iptv/regions/ser.m3u - Sub-Saharan Africa422https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa242https://iptv-org.github.io/iptv/regions/wafr.m3u - Western Europe970https://iptv-org.github.io/iptv/regions/wer.m3u - Worldwide63https://iptv-org.github.io/iptv/regions/int.m3u - Undefined2234https://iptv-org.github.io/iptv/regions/undefined.m3u + South America777https://iptv-org.github.io/iptv/regions/southam.m3u + South Asia443https://iptv-org.github.io/iptv/regions/sas.m3u + Southeast Asia369https://iptv-org.github.io/iptv/regions/sea.m3u + Southern Europe1153https://iptv-org.github.io/iptv/regions/ser.m3u + Sub-Saharan Africa471https://iptv-org.github.io/iptv/regions/ssa.m3u + West Africa279https://iptv-org.github.io/iptv/regions/wafr.m3u + Western Europe968https://iptv-org.github.io/iptv/regions/wer.m3u + Worldwide60https://iptv-org.github.io/iptv/regions/int.m3u + Undefined2239https://iptv-org.github.io/iptv/regions/undefined.m3u diff --git a/scripts/commands/playlist/validate.ts b/scripts/commands/playlist/validate.ts index f1f7742eb9..cf77973843 100644 --- a/scripts/commands/playlist/validate.ts +++ b/scripts/commands/playlist/validate.ts @@ -1,7 +1,7 @@ import { Logger, Storage, Collection, Dictionary } from '@freearhey/core' import { DataLoader, DataProcessor, PlaylistParser } from '../../core' import { DataProcessorData } from '../../types/dataProcessor' -import { DATA_DIR, STREAMS_DIR } from '../../constants' +import { DATA_DIR, ROOT_DIR } from '../../constants' import { DataLoaderData } from '../../types/dataLoader' import { BlocklistRecord, Stream } from '../../models' import { program } from 'commander' @@ -30,13 +30,13 @@ async function main() { }: DataProcessorData = processor.process(data) logger.info('loading streams...') - const streamsStorage = new Storage(STREAMS_DIR) + const rootStorage = new Storage(ROOT_DIR) const parser = new PlaylistParser({ - storage: streamsStorage, + storage: rootStorage, channelsKeyById, feedsGroupedByChannelId }) - const files = program.args.length ? program.args : await streamsStorage.list('**/*.m3u') + const files = program.args.length ? program.args : await rootStorage.list('streams/**/*.m3u') const streams = await parser.parse(files) logger.info(`found ${streams.count()} streams`) diff --git a/scripts/commands/report/create.ts b/scripts/commands/report/create.ts index c49a6413d8..61b84501f9 100644 --- a/scripts/commands/report/create.ts +++ b/scripts/commands/report/create.ts @@ -133,7 +133,7 @@ async function main() { const channelSearchRequestsBuffer = new Dictionary() channelSearchRequests.forEach((issue: Issue) => { const streamId = issue.data.getString('channelId') || '' - const [channelId] = streamId.split('@') + const [channelId, feedId] = streamId.split('@') const result = { issueNumber: issue.number, @@ -148,6 +148,7 @@ async function main() { else if (channelSearchRequestsBuffer.has(streamId)) result.status = 'duplicate' else if (blocklistRecordsGroupedByChannelId.has(channelId)) result.status = 'blocked' else if (streamsGroupedById.has(streamId)) result.status = 'fulfilled' + else if (!feedId && streamsGroupedByChannelId.has(channelId)) result.status = 'fulfilled' else { const channelData = channelsKeyById.get(channelId) if (channelData.length && channelData[0].closed) result.status = 'closed' diff --git a/scripts/core/playlistParser.ts b/scripts/core/playlistParser.ts index 7d388dd209..37e2896dbe 100644 --- a/scripts/core/playlistParser.ts +++ b/scripts/core/playlistParser.ts @@ -23,6 +23,8 @@ export class PlaylistParser { let streams = new Collection() for (const filepath of files) { + if (!this.storage.existsSync(filepath)) continue + const _streams: Collection = await this.parseFile(filepath) streams = streams.concat(_streams) } diff --git a/streams/ae.m3u b/streams/ae.m3u index a517423fd4..e70cca709d 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -37,8 +37,6 @@ https://iko-live.akamaized.net/AlyuamTV/master.m3u8 https://d35j504z0x2vu2.cloudfront.net/v1/master/0bc8e8376bd8417a1b6761138aa41c26c7309312/al-arabiya/playlist.m3u8 #EXTINF:-1 tvg-id="Alarabiya.ae",Alarabiya (1080p) https://shls-live-enc.edgenextcdn.net/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 -#EXTINF:-1 tvg-id="AlarabiyaPortrait.ae",Alarabiya Portrait (720p) -https://live.alarabiya.net/alarabiapublish/arabiav.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BaynounahTV.ae",Baynounah TV (1080p) https://vo-live.cdb.cdn.orange.com/Content/Channel/Baynounah/HLS/index.m3u8 #EXTINF:-1 tvg-id="CNBCArabiya.ae",CNBC Arabiya (1080p) @@ -83,8 +81,8 @@ https://shls-masr-prod-dub.shahid.net/out/v1/c08681f81775496ab4afa2bac7ae7638/in https://shls-mbc4-prod-dub.shahid.net/out/v1/c08681f81775496ab4afa2bac7ae7638/index.m3u8 #EXTINF:-1 tvg-id="MBC5.ae",MBC 5 (1080p) https://shls-mbc5-prod-dub.shahid.net/out/v1/2720564b6a4641658fdfb6884b160da2/index.m3u8 -#EXTINF:-1 tvg-id="MBCBollywood.ae",MBC Bollywood (1080p) [Geo-blocked] -https://shls-mbcbollywood-prod-dub.shahid.net/out/v1/a79c9d7ef2a64a54a64d5c4567b3462a/index.m3u8 +#EXTINF:-1 tvg-id="MBCBollywood.ae@SD",MBC Bollywood (1080p) [Geo-blocked] +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-bollywood/546eb40d7dcf9a209255dd2496903764/index.m3u8 #EXTINF:-1 tvg-id="MBCDrama.ae",MBC Drama KSA (1080p) https://mbc1-enc.edgenextcdn.net/out/v1/b0b3a0e6750d4408bb86d703d5feffd1/index.m3u8 #EXTINF:-1 tvg-id="MBCFM.ae",MBC FM (1080p) @@ -93,15 +91,13 @@ https://dbbv9umqcd7cs.cloudfront.net/out/v1/db15b75c3cc0400c91961468d6a232ac/ind https://mbcfm-riyadh-prod-dub.shahid.net/out/v1/69c8a03f507e422f99cf5c07291c9e3a/index.m3u8 #EXTINF:-1 tvg-id="MBCMasr.eg",MBC Masr 1 (1080p) https://shls-masr-prod-dub.shahid.net/out/v1/d5036cabf11e45bf9d0db410ca135c18/index.m3u8 -#EXTINF:-1 tvg-id="MBCMasr2.eg",MBC Masr 2 (1080p) -https://shls-masr2-prod-dub.shahid.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8 #EXTINF:-1 tvg-id="MBCPersia.ae",MBC Persia (1080p) https://shls-mbcpersia-prod-dub.shahid.net/out/v1/bdc7cd0d990e4c54808632a52c396946/index.m3u8 #EXTINF:-1 tvg-id="NationalGeographicAbuDhabi.ae",National Geographic Abu Dhabi (1080p) [Geo-blocked] https://vo-live.cdb.cdn.orange.com/Content/Channel/NationalGeographicHDChannel/HLS/index.m3u8 #EXTINF:-1 tvg-id="NoorDubai.ae",Noor Dubai (1080p) https://dmiffthftl.cdn.mangomolo.com/noordubaitv/smil:noordubaitv.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="NourTV.ae",Nour TV (720p) +#EXTINF:-1 tvg-id="NourTV.ae",Nour TV https://cdn.bestream.io:19360/elfaro4/elfaro4.m3u8 #EXTINF:-1 tvg-id="PeaceTVBangla.ae",Peace TV Bangla (1080p) https://dzkyvlfyge.erbvr.com/PeaceTvBangla/index.m3u8 @@ -111,12 +107,6 @@ https://dzkyvlfyge.erbvr.com/PeaceTvChinese/index.m3u8 https://dzkyvlfyge.erbvr.com/PeaceTvEnglish/index.m3u8 #EXTINF:-1 tvg-id="PeaceTVUrdu.ae",Peace TV Urdu (1080p) https://dzkyvlfyge.erbvr.com/PeaceTvUrdu/index.m3u8 -#EXTINF:-1 tvg-id="PMC.ae",PMC (1080p) -https://hls.pmchd.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PMC.ae",PMC (1080p) -https://hls.pmc.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PMCRoyale.ae",PMC Royale (720p) [Not 24/7] -https://rohls.pmc.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="Pulse95Radio.ae",Pulse95 Radio (1080p) https://svs.itworkscdn.net/pulse95live/pulse96vision/playlist.m3u8 #EXTINF:-1 tvg-id="SamaDubai.ae",Sama Dubai (1080p) @@ -143,19 +133,15 @@ https://stream.skynewsarabia.com/vertical/vertical.m3u8 https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8 #EXTINF:-1 tvg-id="WatarRadio.ae",Watar Radio (1080p) https://svs.itworkscdn.net/smcwatarlive/smcwatar/playlist.m3u8 -#EXTINF:-1 tvg-id="WeyyakAction.ae",Weyyak Action (1080p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_action/index.m3u8 -#EXTINF:-1 tvg-id="WeyyakDrama.ae",Weyyak Drama (720p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_drama/index.m3u8 -#EXTINF:-1 tvg-id="WeyyakMix.ae",Weyyak Mix (720p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_mix/index.m3u8 -#EXTINF:-1 tvg-id="WeyyakNawaem.ae",Weyyak Nawaem (720p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_nawaem/index.m3u8 #EXTINF:-1 tvg-id="YasTV.ae",Yas TV (1080p) https://vo-live.cdb.cdn.orange.com/Content/Channel/YASSportsChannel/HLS/index.m3u8 -#EXTINF:-1 tvg-id="ZeeAflam.ae",Zee Aflam (720p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_zee_aflam/index.m3u8 -#EXTINF:-1 tvg-id="ZeeAlwan.ae",Zee Alwan (720p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_zee_alwan/index.m3u8 #EXTINF:-1 tvg-id="SpacetoonArabic.ae",Spacetoon Arabic (1080p) https://shd-gcp-live.edgenextcdn.net/live/bitmovin-spacetoon/d8382fb9ab4b2307058f12c7ea90db54/index.m3u8 +#EXTINF:-1 tvg-id="MBCPersia.ae",MBC Persia (720p) +https://hls.mbcpersia.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PMC.ae",PMC (1080p) +https://hls.pmc.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PMCRoyale.ae",PMC Royale (720p) +https://rohls.pmc.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="AbuDhabiTV.ae@SD",Abu Dhabi TV +http://dvrfl05.bozztv.com/gin-abudhabitv/index.m3u8 diff --git a/streams/af.m3u b/streams/af.m3u index 3ecdada65b..c85570d003 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="AMC.af",AMC (1080p) https://amchls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="ATNNews.af",ATN News (720p) [Not 24/7] -https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="ATNNews.af@SD",ATN News (720p) [Not 24/7] +http://dvrfl05.bozztv.com/gin-atnnews/index.m3u8 #EXTINF:-1 tvg-id="BaharTV.af",Bahar TV (720p) [Not 24/7] https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 #EXTINF:-1 tvg-id="BarbudMusic.af",Barbud Music (720p) @@ -17,8 +17,6 @@ http://51.210.199.58/hls/stream.m3u8 https://live.relentlessinnovations.net:1936/imantv/imantv/playlist.m3u8 #EXTINF:-1 tvg-id="KayhanTV.af",Kayhan TV (720p) https://playout395.livestreamingcdn.com/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="NoorTV.af",Noor TV (720p) -https://www.hewadwal.com:19360/noortv_abr/noortv_abr.m3u8 #EXTINF:-1 tvg-id="RTA.af",RTA (1080p) https://rtatv.akamaized.net/Content/HLS/Live/channel(RTA1)/index.m3u8 #EXTINF:-1 tvg-id="RTAEducation.af",RTA Education (1080p) @@ -37,3 +35,21 @@ https://hls.tamadon.live/hls/stream.m3u8 https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolonews.m3u8 #EXTINF:-1 tvg-id="ChekadTV.af",Chekad TV (720p) https://go5lmqxjyawb-hls-live.5centscdn.com/Chekad/271ddf829afeece44d8732757fba1a66.sdp/chunks.m3u8 +#EXTINF:-1 tvg-id="ArezoTV.af@SD",Arezo TV +http://dvrfl05.bozztv.com/gin-arezotv/index.m3u8 +#EXTINF:-1 tvg-id="ZhwandoonTV.af@SD",Zhwandoon TV +https://live20.bozztv.com/dvrfl05/gin-zhwandoon/index.m3u8 +#EXTINF:-1 tvg-id="LemarTV.af@SD",Lemar TV +http://dvrfl05.bozztv.com/gin-lemar/index.m3u8 +#EXTINF:-1 tvg-id="ATNNational.af@SD",ATN National +https://live20.bozztv.com/dvrfl05/gin-ariana/index.m3u8 +#EXTINF:-1 tvg-id="1TV.af@SD",1TV +https://live20.bozztv.com/dvrfl05/gin-1tvafg/index.m3u8 +#EXTINF:-1 tvg-id="ToloTV.af@SD",Tolo TV +https://live20.bozztv.com/dvrfl05/gin-tolohd/index.m3u8 +#EXTINF:-1 tvg-id="FazaTV.af@SD",Faza TV +https://fl1002.bozztv.com/gin-fazatv/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ATNUS.af@SD",ATN US +https://live20.bozztv.com/gin-36bay3/ga-arianausa/index.m3u8 +#EXTINF:-1 tvg-id="ShamshadTV.af",Shamshad TV [Not 24/7] +https://5a1178b42cc03.streamlock.net/shamshadtelevision/shamshadtelevision/playlist.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index 331ffe584d..3263d64196 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="A2CNN.al",A2 CNN (720p) -https://tv.a2news.com/live/smil:a2cnnweb.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlbKanaleMusicTV.al",AlbKanale Music TV (720p) https://albportal.net/albkanalemusic.m3u8 #EXTINF:-1 tvg-id="CNA.al",CNA (1080p) diff --git a/streams/am.m3u b/streams/am.m3u index 2e989dd241..620154cae2 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -11,3 +11,13 @@ https://amtvusdvr.tulix.tv/am3abr/index.m3u8 https://songtv.hls.iptvdc.com/web-armenia/index.m3u8 #EXTINF:-1 tvg-id="Armenia1.am",ิฑีผีกีปีซีถ ีกีฌีซึ„ (1080p) https://amtv1.livestreamingcdn.com/am2abr/index.m3u8 +#EXTINF:-1 tvg-id="Armenia2.am@SD",Armenia 2 +https://amtv.tulixcdn.com/amtv3/am3abr/index.m3u8 +#EXTINF:-1 tvg-id="Armenia1.am@SD",Armenia 1 +https://amtv.tulixcdn.com/amtv2/am2abr/index.m3u8 +#EXTINF:-1 tvg-id="ShoghakatTV.am@SD",Shoghakat TV +https://live20.bozztv.com/gin-trn09/gt-amshoghakat/index.m3u8 +#EXTINF:-1 tvg-id="ArmeniaPremium.am@SD",Armenia Premium +https://live20.bozztv.com/gin-trn09/gt-ampremium/index.m3u8 +#EXTINF:-1 tvg-id="5TV.am@SD",5TV +https://live20.bozztv.com/gin-trn09/gt-amtv5/index.m3u8 diff --git a/streams/am_ucom.m3u b/streams/am_ucom.m3u index d9381e0dc2..27f22a9906 100644 --- a/streams/am_ucom.m3u +++ b/streams/am_ucom.m3u @@ -5,12 +5,6 @@ http://ott-cdn.ucom.am/s6/index.m3u8 #EXTINF:-1 tvg-id="5TV.am@SD" 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",5 ินิปีŽิป ีŠิผี…ีˆี’ี (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s9/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeera.qa" 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",Al Jazeera (480p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s23/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeera.qa" 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",Al Jazeera Arabic (480p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s69/index.m3u8 #EXTINF:-1 tvg-id="AmediaPremium.ru" 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",Amedia Premium (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s64/index.m3u8 diff --git a/streams/am_vnet.m3u b/streams/am_vnet.m3u index c8c0d66093..7452e53aad 100644 --- a/streams/am_vnet.m3u +++ b/streams/am_vnet.m3u @@ -1,21 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="AmediaPremium.ru",Amedia Premium -http://stream01.vnet.am/AmediaPremium/mono.m3u8 -#EXTINF:-1 tvg-id="ATVKinoman.am",ATV Kinoman HD -http://stream02.vnet.am/Kinoman/mono.m3u8 -#EXTINF:-1 tvg-id="FightBox.nl",FightBox -http://stream01.vnet.am/Fightbox/mono.m3u8 -#EXTINF:-1 tvg-id="Detskimir.ru",ะ”ะตั‚ัะบะธะน ะผะธั€ -http://stream01.vnet.am/CartoonNetwork/mono.m3u8 -#EXTINF:-1 tvg-id="Nauka.ru",ะะฐัƒะบะฐ 2.0 -http://stream01.vnet.am/Nauka/mono.m3u8 -#EXTINF:-1 tvg-id="NTVMir.ru",ะะขะ’ ะœะธั€ -http://stream02.vnet.am/HTB/mono.m3u8 -#EXTINF:-1 tvg-id="PervyyKosmicheskiy.ru",ะŸะตั€ะฒั‹ะน ะบะพัะผะธั‡ะตัะบะธะน -http://stream01.vnet.am/Evrika/mono.m3u8 -#EXTINF:-1 tvg-id="PeretzInternational.ru",ะŸะตั€ะตั† -http://stream01.vnet.am/Perec/mono.m3u8 -#EXTINF:-1 tvg-id="FridayInternational.ru",ะŸัั‚ะฝะธั†ะฐ International -https://stream01.vnet.am/Pyatnica/mono.m3u8 -#EXTINF:-1 tvg-id="Telecafe.ru",ะขะตะปะตะบะฐั„ะต -http://stream01.vnet.am/Telekafe/mono.m3u8 diff --git a/streams/ao.m3u b/streams/ao.m3u index e75101278c..4e9d4da978 100644 --- a/streams/ao.m3u +++ b/streams/ao.m3u @@ -5,3 +5,5 @@ https://w1.manasat.com/ktv-angola/smil:ktv-angola.smil/playlist.m3u8 https://5cf4a2c2512a2.streamlock.net/tvmuzangala/tvmuzangala/playlist.m3u8 #EXTINF:-1 tvg-id="TVZimbo.ao",TV Zimbo (1080p) https://sgn-cdn-video.vods2africa.com/Tv-Zimbo/index.fmp4.m3u8 +#EXTINF:-1 tvg-id="TPANoticias.ao@SD",TPA Noticias +https://live20.bozztv.com/dvrfl06/astv/astv-tpaint/index.m3u8 diff --git a/streams/ar.m3u b/streams/ar.m3u index 802a14b96f..bbb4c2c317 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -5,39 +5,14 @@ http://www.coninfo.net:1935/tvcinco/live1/playlist.m3u8 http://coninfo.net:1935/13maxhd/live13maxtvnuevo/playlist.m3u8 #EXTINF:-1 tvg-id="13MaxTelevision.ar",13Max Televisiรณn (720p) http://coninfo.net:1935/13maxhd/live13maxtvnuevo_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="247CanaldeNoticias.ar",24/7 Canal de Noticias (720p) -https://panel.dattalive.com/6605140/6605140/playlist.m3u8 -#EXTINF:-1 tvg-id="247CanaldeNoticias.ar",24/7 Canal de Noticias (720p) -https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="247CanaldeNoticias.ar" http-referrer="https://cn247.tv/",24/7 Canal de Noticias -#EXTVLCOPT:http-referrer=https://cn247.tv/ -https://panel.host-live.com:19360/cn247tv/passthru.m3u8 -#EXTINF:-1 tvg-id="A24.ar" http-user-agent="iPhone",A24 (720p) -#EXTVLCOPT:http-user-agent=iPhone -https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-100056.m3u8 #EXTINF:-1 tvg-id="AiredeSantaFe.ar",Aire de Santa Fe (1080p) https://unlimited1-us.dps.live/airedesantafetv/airedesantafetv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlternaTV.ar",Alterna TV (720p) https://alternatv.ar/stream/hls/live.m3u8 -#EXTINF:-1 tvg-id="Am1020.ar",Am1020 (360p) [Geo-blocked] -http://51.79.83.93:9998/live/am1020/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericaTV.ar",America TV (480p) -http://190.2.212.209:8050/play/a0pb -#EXTINF:-1 tvg-id="AmericaTV.ar" http-user-agent="iPhone",Amรฉrica TV (720p) -#EXTVLCOPT:http-user-agent=iPhone -https://raw.githubusercontent.com/MachineSystems/archived_m3u8/main/america_hls.m3u8 #EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar",Argentinรญsima Satelital (540p) https://stream1.sersat.com/hls/argentinisima.m3u8 -#EXTINF:-1 tvg-id="AstroNet.ar",AstroNet (360p) -https://stmv1.cnarlatam.com/astronet/astronet/playlist.m3u8 -#EXTINF:-1 tvg-id="AVCHD.ar",AVC HD (720p) -https://ssh101.bozztv.com/ssh101/streamavc/playlist.m3u8 -#EXTINF:-1 tvg-id="AventurasTV.ar",Aventuras TV (360p) -https://stmv1.cnarlatam.com/mundotv/mundotv/playlist.m3u8 #EXTINF:-1 tvg-id="AzaharesRadiovisualMultimedia.ar",Azahares Radio Multimedia (720p) https://streamyes.alsolnet.com/azaharesfm/live/playlist.m3u8 -#EXTINF:-1 tvg-id="AZMTV.ar",AZM TV (1080p) [Not 24/7] -https://live.canalnueve.tv/canal.m3u8 #EXTINF:-1 tvg-id="BayresTV.ar",Bayres TV (720p) https://streaming02.gbasat.com.ar:19360/bayrestv/bayrestv.m3u8 #EXTINF:-1 tvg-id="BeatsRadio.ar",Beats Radio (480p) @@ -50,30 +25,18 @@ http://arcast.net:1935/cadena103/cadena103/playlist.m3u8 https://nd106.republicaservers.com:4433/hls/c6611/index.m3u8 #EXTINF:-1 tvg-id="Canal2Misiones.ar",Canal 2 Misiones (1080p) https://nd106.republicaservers.com:4433/hls/canal2misioness/index.m3u8 -#EXTINF:-1 tvg-id="Canal2Perico.ar",Canal 2 Perico (480p) -https://streamcasthd.com:1936/tecnovisioncanal2tv/tecnovisioncanal2tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal3Formosa.ar",Canal 3 Formosa (720p) -https://stmvideo2.livecastv.com/agenfor/agenfor/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3LaPampa.ar",Canal 3 La Pampa (1080p) https://stream.arcast.com.ar/c3lapampa/ngrp:c3lapampa_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3LasHeras.ar",Canal 3 Las Heras (720p) https://stream.arcast.com.ar/canal3/canal3/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal3Rosario.ar",Canal 3 Rosario (704p) [Geo-blocked] -https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4Balcarce.ar",Canal 4 Balcarce (360p) -https://stmvideo2.livecastv.com/canal4/canal4/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Posadas.ar",Canal 4 Posadas (576p) https://iptv.ixfo.com.ar:30443/live/C4POS/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4SanJuan.ar",Canal 4 San Juan (576p) https://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5DelPueblo.ar",Canal 5 del Pueblo (360p) -https://stmv1.cnarlatam.com/canal5pueblo/canal5pueblo/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar",Canal 5 Pico Truncado (540p) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5SantaFe.ar",Canal 5 Santa Fe (240p) https://stream.arcast.com.ar/c5sf/c5sf/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6MardelPlata.ar",Canal 6 Mar del Plata (480p) -https://panel.dattalive.com/8166/8166/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6Posadas.ar",Canal 6 Posadas (1080p) https://iptv.ixfo.com.ar:30443/live/c6digital/playlist.m3u8 #EXTINF:-1 tvg-id="Canal7Neuquen.ar",Canal 7 Neuquรฉn (1080p) @@ -84,27 +47,10 @@ https://vivo.solumedia.com:19360/cooperativa/cooperativa.m3u8 https://stream.arcast.com.ar/envivo/castv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Litoral.ar",Canal 9 Litoral (720p) https://stream.arcast.live/ahora/ahora/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9NorteMisionero.ar",Canal 9 Norte Misionero (614p) -https://panel.dattalive.com/8076/8076/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Resistencia.ar",Canal 9 Resistencia (720p) http://coninfo.net:1935/9linklivert/smil:9linkmultibr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9RioCuarto.ar",Canal 9 Rรญo Cuarto (480p) -https://streamcasthd.com:1936/canal9riocuartotv/canal9riocuartotv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Televida.ar",Canal 9 Televida (720p) https://unlimited1-us.dps.live/televidaar/televidaar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10deJunin.ar" http-user-agent="iPhone",Canal 10 de Junรญn (720p) [Not 24/7] -#EXTVLCOPT:http-user-agent=iPhone -https://g4.mc-slo.transport.edge-access.net/a10/ngrp:canal10junin-100056_all/Playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10Goya.ar",Canal 10 Goya (576p) -https://streamcasthd.com:19360/canal10goya/canal10goya.m3u8 -#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar",Canal 10 Rio Negro (720p) [Not 24/7] -http://panel.dattalive.com:1935/8204/8204/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar",Canal 10 Rio Negro (720p) [Not 24/7] -https://panel.dattalive.com/8204/8204/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10SanRafael.ar",Canal 10 San Rafael (480p) -https://streamcasthd.com:1936/tvdiez/tvdiez/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10Salta.ar",Canal 10 Televisiรณn Salteรฑa (720p) -https://restreamer.el10tv.com/memfs/725003c4-79c2-4565-8311-f429db4f7777.m3u8 #EXTINF:-1 tvg-id="Canal11delaCosta.ar",Canal 11 de la Costa (720p) https://vivo.solumedia.com:19360/dadaproductora/dadaproductora.m3u8 #EXTINF:-1 tvg-id="Canal12Web.ar",Canal 12 Puerto Madryn (720p) [Not 24/7] @@ -117,50 +63,20 @@ http://arcast.net:1935/mp/mp/playlist.m3u8 https://iptv.ixfo.com.ar:30443/c21tv/hd/c21tv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal22.ar",Canal 22 (720p) https://5f700d5b2c46f.streamlock.net/canal22/canal22/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar",Canal 26 (720p) -http://200.115.193.177/live/26hd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar",Canal 26 (720p) -https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar",Canal 26 (180p) -http://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar",Canal 26 (180p) -http://live-edge02.telecentro.net.ar/live/c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal34SanJuan.ar",Canal 34 San Juan (720p) https://streamyes.alsolnet.com/canal34hd/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal40Caucete.ar",Canal 40 Caucete (720p) -https://canalsj.kozow.com/canal40/index.m3u8 #EXTINF:-1 tvg-id="Canal79LaCosta.ar",Canal 79 La Costa (240p) https://streamconex.com:19360/lacosta/lacosta.m3u8 #EXTINF:-1 tvg-id="Canal79Puan.ar",Canal 79 Puan (240p) https://streamconex.com:19360/puan/puan.m3u8 -#EXTINF:-1 tvg-id="Canal79SanJuan.ar",Canal 79 San Juan (240p) -https://streamconex.com:1936/sanjuan/sanjuan/playlist.m3u8 #EXTINF:-1 tvg-id="Canal79SantaClaradelMar.ar",Canal 79 Santa Clara del Mar (240p) https://streamconex.com:19360/santaclara-1/santaclara-1.m3u8 -#EXTINF:-1 tvg-id="Canal79VillaMaza.ar",Canal 79 Villa Maza (240p) -https://streamconex.com:1936/villamaza/villamaza/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal907FM.ar",Canal 907 FM (576p) -https://panel.dattalive.com/canal907/canal907/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalCoop.ar",Canal Coop (576p) -https://panel.dattalive.com/8138/8138/playlist.m3u8 -#EXTINF:-1 tvg-id="CanaldelaCiudad.ar",Canal de la Ciudad (360p) [Not 24/7] -http://168.197.196.98:82/stream/channelid/1330348835?profile=pass #EXTINF:-1 tvg-id="CanalE.ar",Canal E (720p) https://unlimited1-us.dps.live/perfiltv/perfiltv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalLuz.ar" http-user-agent="iPhone",Canal Luz (1080p) -#EXTVLCOPT:http-user-agent=iPhone -https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 -#EXTINF:-1 tvg-id="CanalLuz.ar" 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",Canal Luz (1080p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 -https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true #EXTINF:-1 tvg-id="CanalProvincial.ar",Canal Provincial (360p) https://streaming.telered.com.ar/provincial/streaming/mystream.m3u8 #EXTINF:-1 tvg-id="CanalSantaMaria.ar",Canal Santa Marรญa (360p) https://streaming.telered.com.ar/santa-maria/streaming/mystream.m3u8 -#EXTINF:-1 tvg-id="CanalU.ar",Canal U (720p) -https://stream.arcast.live/canalu/canalu/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalXFN.ar",Canal XFN (720p) -https://streamconex.com:1936/canalxfn/canalxfn/playlist.m3u8 #EXTINF:-1 tvg-id="CatamarcaTV.ar",Catamarca TV (720p) https://stream.arcast.com.ar/canal7catamarca/ngrp:canal7catamarca_all/playlist.m3u8?DVR= #EXTINF:-1 tvg-id="CeltaTV.ar",Celta TV (240p) @@ -169,70 +85,28 @@ https://vivo.solumedia.com:19360/celta/celta.m3u8 https://wowzasrv.chaco.gov.ar/Streamtv/chacotv/playlist.m3u8 #EXTINF:-1 tvg-id="ChilecitoTV.ar",Chilecito TV (480p) https://vivo.solumedia.com:19360/grupoemail/grupoemail.m3u8 -#EXTINF:-1 tvg-id="CineAr.ar",CINE.AR (720p) [Not 24/7] -https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8 #EXTINF:-1 tvg-id="CiudadMagazine.ar",Ciudad Magazine (1080p) [Geo-blocked] https://live-01-07-ciudad.vodgc.net/live-01-07-ciudad.vodgc.net/index.m3u8 -#EXTINF:-1 tvg-id="Canal3Pinamar.ar",CN3 Pinamar (720p) [Not 24/7] -https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="CnArDeportes.ar",CnAr Deportes (1440p) -https://stmv1.cnarlatam.com/cnardeportes2/cnardeportes2/playlist.m3u8 -#EXTINF:-1 tvg-id="CnArNoticias.ar",CnAr Noticias (360p) -https://stmv1.cnarlatam.com/cnarnoticias/cnarnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="CorrientesTV.ar",Corrientes TV (CTV) (720p) -https://mediacp.hostradios.com.ar:19360/canal7/canal7.m3u8 #EXTINF:-1 tvg-id="CosmosTv.ar@SD",Cosmos TV (720p) https://tv.mediacp.eu:19360/cosmos/cosmos.m3u8 #EXTINF:-1 tvg-id="CPEtv.ar",CPEtv (720p) https://stream.arcast.live/cpe/ngrp:cpe_all/playlist.m3u8 -#EXTINF:-1 tvg-id="DanceTV.ar",Dance TV (360p) -https://stmv1.cnarlatam.com/danncetv/danncetv/playlist.m3u8 -#EXTINF:-1 tvg-id="DemosRadioVisual.ar",Demos Radio Visual (720p) -https://panel.dattalive.com/8066/8066/playlist.m3u8 -#EXTINF:-1 tvg-id="DirecTVSports.us@Panregional",DirecTV Sports (480p) [Geo-blocked] -http://190.210.221.119/Processor3_9_chunklist_b1300000.m3u8 -#EXTINF:-1 tvg-id="DisneyJrLatinAmerica.ar@South",Disney Junior Latin America (480p) -http://168.181.122.234:8000/play/a037/index.m3u8 -#EXTINF:-1 tvg-id="ElHistonautaTV.ar",El Histonauta TV (360p) -https://stmv1.cnarlatam.com/elhistonauta/elhistonauta/playlist.m3u8 -#EXTINF:-1 tvg-id="ElPalomarTV.ar",El Palomar TV (720p) -https://stream.trixserver.com:3249/live/uv038live.m3u8 #EXTINF:-1 tvg-id="ElTrece.ar",El Trece (1080p) https://live-01-02-eltrece.vodgc.net/eltrecetv/index.m3u8 #EXTINF:-1 tvg-id="GarageTVLatinAmerica.ar",Garage TV Latin America https://stream1.sersat.com/hls/garagetv.m3u8 -#EXTINF:-1 tvg-id="GlobalTV.ar",Global TV (1080p) -https://stmv.video.gmpro.top/global/global/playlist.m3u8 -#EXTINF:-1 tvg-id="IngenioFM.ar",Ingenio FM (720p) [Not 24/7] -https://panel.dattalive.com/8064/8064/playlist.m3u8 #EXTINF:-1 tvg-id="LapachoTVCanal11.ar",Lapacho TV Canal 11 (720p) https://vivo.solumedia.com:19360/lapacho/lapacho.m3u8 -#EXTINF:-1 tvg-id="LineaDirectaRadio.ar",Lรญnea Directa Radio (360p) -https://stmv1.cnarlatam.com/lineadirectaradio/lineadirectaradio/playlist.m3u8 -#EXTINF:-1 tvg-id="LinkTV.ar",Link TV (1080p) -https://panel.dattalive.com/8128_1/8128_1/playlist.m3u8 #EXTINF:-1 tvg-id="LitusTV.ar",Litus TV (720p) https://stream.arcast.com.ar/litustv/ngrp:litustv_all/playlist.m3u8 #EXTINF:-1 tvg-id="MagicKids.ar",Magic Kids (486p) https://magicstream.ddns.net/magicstream/stream.m3u8 -#EXTINF:-1 tvg-id="MalbecPlay.ar",Malbec Play (1080p) -https://streamlov.alsolnet.com/malbecplay/live/playlist.m3u8 #EXTINF:-1 tvg-id="MasFM.ar",Mรกs FM 95.9 (720p) https://vivo.solumedia.com:19360/masfm/masfm.m3u8 -#EXTINF:-1 tvg-id="MasMusicaTV.ar",Mรกs Mรบsica TV (360p) -https://stmv1.cnarlatam.com/televideo/televideo/playlist.m3u8 #EXTINF:-1 tvg-id="MetroTV.ar",Metro TV (720p) https://streamtv12.ddns.net:5443/LiveApp/streams/193945633734205616732920.m3u8 -#EXTINF:-1 tvg-id="MetropolitanaFM.ar",Metropolitana FM (720p) -https://panel.dattalive.com/MetropolitanaFM/MetropolitanaFM/playlist.m3u8 #EXTINF:-1 tvg-id="",Milennio TV (720p) https://videostream.shockmedia.com.ar:19360/milenniotv/milenniotv.m3u8 -#EXTINF:-1 tvg-id="MultivisionFederal.ar",Multivisiรณn Federal (720p) [Not 24/7] -http://panel.dattalive.com:1935/8250/8250/playlist.m3u8 -#EXTINF:-1 tvg-id="MultivisionFederal.ar",Multivisiรณn Federal (720p) [Not 24/7] -https://panel.dattalive.com/8250/8250/playlist.m3u8 -#EXTINF:-1 tvg-id="MusicTop.ar",MusicTop (720p) -http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NeoxTV.ar",Neox TV (480p) https://tv.streamcasthd.com:3076/live/sonicaargentinalive.m3u8 #EXTINF:-1 tvg-id="NETTV.ar",NET TV (720p) @@ -241,18 +115,12 @@ https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8 https://unlimited6-cl.dps.live/nettv/nettv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NGFederal.ar",NG Federal (720p) http://www.coninfo.net:1935/tvlink/live/playlist.m3u8 -#EXTINF:-1 tvg-id="OneRadioTV.ar",OneRadio TV (1080p) [Not 24/7] -https://stmvideo2.livecastv.com/oneradio/oneradio/playlist.m3u8 -#EXTINF:-1 tvg-id="Pakapaka.ar",Pakapaka (720p) -https://5fb24b460df87.streamlock.net/live-cont.ar/pakapaka/playlist.m3u8 #EXTINF:-1 tvg-id="PancTV.ar",Panc TV (720p) [Not 24/7] https://panel.host-live.com:19360/20004/20004.m3u8 #EXTINF:-1 tvg-id="PlayTelevision.ar",Play Television (720p) https://vivo.solumedia.com:19360/playtv/playtv.m3u8 #EXTINF:-1 tvg-id="PowerMaxRadioTV.ar",Power Max Radio TV (720p) https://videostream.shockmedia.com.ar:19360/radio1045/radio1045.m3u8 -#EXTINF:-1 tvg-id="PowerHD.ar",Power TV (720p) [Not 24/7] -https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 #EXTINF:-1 tvg-id="QuatroTV.ar",Quatro TV (540p) https://stream.arcast.live/quatro/quatro/playlist.m3u8 #EXTINF:-1 tvg-id="RadioRealpolitik.ar",Radio Realpolitik (720p) @@ -271,58 +139,20 @@ https://media.neuquen.gov.ar/rtn/television/media.m3u8 https://iptv.ixfo.com.ar:30443/live/sanpedrotv/playlist.m3u8 #EXTINF:-1 tvg-id="SicardiTV.ar",Sicardi TV (720p) https://vivo.solumedia.com:19360/sicarditv/sicarditv.m3u8 -#EXTINF:-1 tvg-id="SoliveTV.ar",Solive TV (720p) -https://stmv1.cnarlatam.com/solivetv/solivetv/playlist.m3u8 #EXTINF:-1 tvg-id="SomosLaPampa.ar",Somos La Pampa (1080p) https://stream.arcast.com.ar/somosnoticias/somosnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperClassicsTV.ar",Super Classics TV (360p) -https://stmv1.cnarlatam.com/megaclassics/megaclassics/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperKaosTV.ar",Super Kaos TV (360p) -https://stmv1.cnarlatam.com/novakidstv/novakidstv/playlist.m3u8 -#EXTINF:-1 tvg-id="TeloCuentoyQue.ar",Te Lo Cuento y Que...!!! (360p) -https://stmv1.cnarlatam.com/telocuento/telocuento/playlist.m3u8 -#EXTINF:-1 tvg-id="TechScience365.ar",TechScience 365 (360p) -https://stmv1.cnarlatam.com/techscience365/techscience365/playlist.m3u8 #EXTINF:-1 tvg-id="Telecinco.ar",TeleCinco Trelew (240p) https://videohd.live:19360/8016/8016.m3u8 -#EXTINF:-1 tvg-id="TelecondorSatelital.ar",Telecรณndor Satelital (360p) -https://videostream.shockmedia.com.ar:19360/canal4telecondor/canal4telecondor.m3u8 -#EXTINF:-1 tvg-id="Telecreativa.ar",Telecreativa (720p) -https://panel.dattalive.com/8012/8012/playlist.m3u8 -#EXTINF:-1 tvg-id="TelediarioTV.ar",Telediario TV (404p) -https://stmvideo2.livecastv.com/telediario/telediario/playlist.m3u8 -#EXTINF:-1 tvg-id="Telefe.ar",Telefe (720p) [Geo-blocked] -https://telefe.com/Api/Videos/GetSourceUrl/694564/0/HLS?.m3u8= -#EXTINF:-1 tvg-id="TelefeInternacional.ar",Telefe Internacional (720p) [Not 24/7] -https://siloh-mcdn.plutotv.net/lilo/production/TelefePluto/master.m3u8 -#EXTINF:-1 tvg-id="TelefeNoticias.us",Telefe Noticias (720p) [Not 24/7] -https://siloh-mcdn.plutotv.net/lilo/production/LATAM/Telefe/master.m3u8 -#EXTINF:-1 tvg-id="Telemax.ar",Telemax (720p) -http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/master.m3u8 -#EXTINF:-1 tvg-id="TeleMix.ar",TeleMix (360p) -https://panel.dattalive.com/8068/8068/playlist.m3u8 #EXTINF:-1 tvg-id="Telenord.ar",Telenord (720p) [Not 24/7] https://617c5175c970b.streamlock.net:4444/previsoratv/live/playlist.m3u8 #EXTINF:-1 tvg-id="Telenord.ar",Telenord Corrientes (1080p) [Not 24/7] http://www.coninfo.net:1935/previsoratv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TelpinTVCanal2HD.ar",Telpin Canal 2 (720p) [Not 24/7] -https://wowza.telpin.com.ar:1935/telpintv/smil:ttv.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TelpinTVCanal2HD.ar",Telpin TV (1080p) [Not 24/7] -https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TierraMiaTV.ar",Tierra Mรญa TV (720p) -http://live-edge01.telecentro.net.ar/live/smil:trm.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TN.ar",TN Todo Noticias (1080p) -https://live-01-01-tn.vodgc.net/TN24/index.m3u8 #EXTINF:-1 tvg-id="TVManaArgentina.ar",TV Manรก Argentina (576p) [Not 24/7] https://w2.manasat.com/tvmana-ar/smil:tvmana-ar.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVSolidaria.ar",TV Solidaria (576p) https://canadaremar2.todostreaming.es/live/argentina-web.m3u8 -#EXTINF:-1 tvg-id="TVMAXCBA.ar",TVMAXCBA (720p) -https://panel.dattalive.com/8976/8976/playlist.m3u8 #EXTINF:-1 tvg-id="Uniteve.ar",Uniteve (720p) [Not 24/7] https://vivo.solumedia.com:19360/uniteve/uniteve.m3u8 -#EXTINF:-1 tvg-id="VariedTV.ar",VariedTV (480p) [Not 24/7] -https://cloud5.streaminglivehd.com:3874/live/latinokidsslive.m3u8 #EXTINF:-1 tvg-id="VTV.ar",VerTV (VTV) (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/vertv/vertv/playlist.m3u8 #EXTINF:-1 tvg-id="XtremaAccion.ar" http-referrer="https://xtrematv.com/?p=1434",Xtrema Accion @@ -331,46 +161,26 @@ https://stmv6.voxtvhd.com.br/cineaccion/cineaccion/playlist.m3u8 #EXTINF:-1 tvg-id="XtremaAnimal.ar" http-referrer="https://xtrematv.com/?p=1504",Xtrema Animal #EXTVLCOPT:http-referrer=https://xtrematv.com/?p=1504 https://stmv6.voxtvhd.com.br/xtremaanimal/xtremaanimal/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaAnime.ar",Xtrema Anime (360p) -https://stmv1.cnarlatam.com/xtremaanime/xtremaanime/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaCartoons.ar",Xtrema Cartoons (360p) -https://stmv1.cnarlatam.com/cineinfantil/cineinfantil/playlist.m3u8 #EXTINF:-1 tvg-id="XtremaCartoons.ar" http-referrer="https://xtrematv.com/?p=1390",Xtrema Cartoons #EXTVLCOPT:http-referrer=https://xtrematv.com/?p=1390 https://stmv6.voxtvhd.com.br/xtremacartoons/xtremacartoons/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaAccion.ar",Xtrema Cine Acciรณn (268p) -https://stmv1.cnarlatam.com/cineaccion/cineaccion/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaAsia.ar",Xtrema Cine Asia (268p) -https://stmv1.cnarlatam.com/cineasia/cineasia/playlist.m3u8 #EXTINF:-1 tvg-id="XtremaCineClasico.ar" http-referrer="https://xtrematv.com/?p=1460",Xtrema Cine Clasico #EXTVLCOPT:http-referrer=https://xtrematv.com/?p=1460 https://stmv6.voxtvhd.com.br/cineclasico/cineclasico/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaComedy.ar",Xtrema Cine Comedy (344p) -https://stmv1.cnarlatam.com/cinecomedia/cinecomedia/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaDrama.ar",Xtrema Cine Drama (360p) -https://stmv1.cnarlatam.com/cinedrama/cinedrama/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaEuropa.ar",Xtrema Cine Europa (360p) -https://stmv1.cnarlatam.com/cineuropa/cineuropa/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaFamily.ar",Xtrema Cine Family (274p) -https://stmv1.cnarlatam.com/cinefamiliy/cinefamiliy/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaHindi.ar",Xtrema Cine Hindi (272p) -https://stmv1.cnarlatam.com/cinehindi/cinehindi/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaLatina.ar",Xtrema Cine Latino (360p) -https://stmv1.cnarlatam.com/cinelatino/cinelatino/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaSuspenso.ar",Xtrema Cine Suspenso (360p) -https://stmv1.cnarlatam.com/cinesuspenso/cinesuspenso/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaRetroCartoons.ar",Xtrema Retro Cartoons (360p) -https://stmv1.cnarlatam.com/retroinfantil/retroinfantil/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaRetroSeries.ar",Xtrema Retro Series (360p) -https://stmv1.cnarlatam.com/xtremaretroseries/xtremaretroseries/playlist.m3u8 -#EXTINF:-1 tvg-id="XtremaSeries.ar",Xtrema Series (360p) -https://stmv1.cnarlatam.com/xtremaseries/xtremaseries/playlist.m3u8 #EXTINF:-1 tvg-id="XtremaTerror.ar" http-referrer="https://xtrematv.com/?p=1456",Xtrema Terror #EXTVLCOPT:http-referrer=https://xtrematv.com/?p=1456 https://stmv6.voxtvhd.com.br/cineterror/cineterror/playlist.m3u8 -#EXTINF:-1 tvg-id="RetroMagico.ar",Retro Magico (720p) -https://stream.gia.tv/giatv/giatv-retromagico/retromagico/playlist.m3u8 #EXTINF:-1 tvg-id="XLevelMedia.ar",X Level Media (1080p) https://tuvideoonline.com.ar:3332/live/xlevelmedialive.m3u8 #EXTINF:-1 tvg-id="RadioConexionWebTV.ar",Radio Conexion Web TV (720p) https://tuvideoonline.com.ar:3391/live/radioconexionlive.m3u8 +#EXTINF:-1 tvg-id="TVUniversidad.ar@SD",TV Universidad +https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8 +#EXTINF:-1 tvg-id="UnifeTV.ar",Unife TV +https://cdn.mycloudstream.io/hls/live/broadcast/xundwjvp/index.m3u8 +#EXTINF:-1 tvg-id="ElTrece.ar",El Trece +http://190.123.90.146:8000/play/a00n/index.m3u8 +#EXTINF:-1 tvg-id="UnifeTV.ar@SD",Unife TV +https://5dcabf026b188.streamlock.net/StreamUnife/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="QuanticaTV.ar",Quantica TV +https://videostream.shockmedia.com.ar:19360/quanticatv/quanticatv.m3u8 diff --git a/streams/at.m3u b/streams/at.m3u index c6c49cfba4..454a86a94b 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -11,8 +11,6 @@ http://stream.fs1.tv:8080/hls/webstream.m3u8 https://stream.fs1.tv/hls/webstream.m3u8 #EXTINF:-1 tvg-id="FUELTV.at",FUEL TV (1080p) https://amg01074-fueltv-fueltvemeaen-rakuten-b6j62.amagi.tv/hls/amagi_hls_data_rakutenAA-fueltvemeaen/CDN/master.m3u8 -#EXTINF:-1 tvg-id="GoTV.at",GoTV (576p) [Not 24/7] -https://nstream17.gotv.at:1443/live/gotvlive/manifest.mpd #EXTINF:-1 tvg-id="HitradioO3.at",Hitradio ร–3 (720p) [Not 24/7] https://studiocam-oe3.mdn.ors.at/out/u/studiocam_oe3/q6a/manifest_1.m3u8 #EXTINF:-1 tvg-id="K19.at",K19 @@ -72,3 +70,17 @@ https://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8 https://60efd7a2b4d02.streamlock.net/a_steiermark/ngrp:livestream_all/playlist.m3u8 #EXTINF:-1 tvg-id="AntenneKaernten.at",Antenne Kaernten (720p) https://60efd7a2b4d02.streamlock.net/a_kaernten/ngrp:livestream_all/playlist.m3u8 +#EXTINF:-1 tvg-id="StimmungsgartenTV.at@SD",Stimmungsgarten TV +https://live20.bozztv.com/akamaissh101/ssh101/stimmungsgarten/playlist.m3u8 +#EXTINF:-1 tvg-id="ATV2.at@HD",ATV2 HD +https://cachehsi1a.netplus.ch/live/eds/atv/browser-dash/atv.mpd +#EXTINF:-1 tvg-id="ORFKids.at@SD",ORF Kids (720p) +https://web12.mdn.ors.at/orf/web12/qxa/manifest.mpd +#EXTINF:-1 tvg-id="ORFIII.at@HD",ORF III HD (720p) +https://orf3.mdn.ors.at/orf/orf3/qxa/manifest.m3u8 +#EXTINF:-1 tvg-id="ORF2Tirol.at@HD",ORF 2 Tirol HD (720p) +https://cachehsi1a.netplus.ch/live/eds/orf2/browser-dash/orf2.mpd +#EXTINF:-1 tvg-id="ORF1.at@HD",ORF 1 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/orf1/browser-dash/orf1.mpd +#EXTINF:-1 tvg-id="ORF2.at@HD",ORF 2 (720p) +https://orf2-247.mdn.ors.at/orf/orf2/qxa-247/manifest.m3u8 diff --git a/streams/at_plutotv.m3u b/streams/at_plutotv.m3u index 9a00226915..184d182715 100644 --- a/streams/at_plutotv.m3u +++ b/streams/at_plutotv.m3u @@ -13,13 +13,13 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/655ca57e4261ca00080b3a04/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1c7950-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=3058913d-2c94-48ef-9802-0dd55d2f6591 #EXTINF:-1 tvg-id="",Assassination Classroom http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65a7d99f4a10d800086083a9/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1c7951-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=21a7b417-879a-4f02-8497-8a823880cbe4 -#EXTINF:-1 tvg-id="PlutoTVAuctionHunters.us@SD",Auction Hunters +#EXTINF:-1 tvg-id="AuctionHunters.us@SD",Auction Hunters http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5ede45d077746000072be0fe/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1c7952-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=419716ea-defd-40f9-9cfe-81ca78138875 #EXTINF:-1 tvg-id="",Auf Achse http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/61fbf91afb1b10000880dd08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1c7953-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=579b45d5-6dd7-46c5-bf99-ff4de12ce423 #EXTINF:-1 tvg-id="AutoMotorogSportTV.no@SD",Auto Motor Sport http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5f760c3d41aa2d0007bfde19/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1c7954-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=419fb478-b5bb-4f2f-b6f0-d53563fbc250 -#EXTINF:-1 tvg-id="PlutoTVAvatar.us@SD",Avatar +#EXTINF:-1 tvg-id="Avatar.us@SD",Avatar http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/600adbdf8c554e00072125c9/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1ca060-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=c480aed6-08b6-4f7d-9964-40220005ecb8 #EXTINF:-1 tvg-id="",Avatar OV http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65819d3514fbe4000880ef26/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1ca061-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ea746a7f-2da6-4da9-a6b9-0e2e862c7e09 @@ -139,7 +139,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/64 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/654a2bfeab05240008a12881/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1dd8e5-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5428c2f0-95ae-4119-99a3-e0051405de6c #EXTINF:-1 tvg-id="",Germany Shore http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6447dea7e94c380008dba94c/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1dd8e6-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5f9f4951-a4da-4d64-b310-30e3d35efdca -#EXTINF:-1 tvg-id="GoldstarTVGermany.us@Austria",Goldstar TV +#EXTINF:-1 tvg-id="GoldstarTV.de@Austria",Goldstar TV http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6192396135f3910007fc5fc7/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1dfff0-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=95d4ef6d-a51e-4ee2-b6d2-bff9e219717f #EXTINF:-1 tvg-id="",Hausmeister Krause http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/622f6faf65be650007f57aab/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1dfff1-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=b60059bd-5a20-4ba8-a7e8-cc258991073c @@ -217,8 +217,6 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1f1166-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=13c43849-7db8-4ef1-bfef-74e513441e1a #EXTINF:-1 tvg-id="NickSpace.us@Austria",Nick Space http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/619b82cc70a9ba00074429e2/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1f3870-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=049a72e8-4188-4f01-bc67-f697b36df6c5 -#EXTINF:-1 tvg-id="NickelodeonUkrainePlutoTV.ua@SD",Nick Ukraine -http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/622882350f6aad0008c76e77/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1f3871-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=27a14e4a-a17d-41ca-bcdb-02eba6ccff9a #EXTINF:-1 tvg-id="",Nurse Jackie http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65a67c7a07e03a00088de834/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b1f3872-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=c6b94fdc-baed-40a3-bf48-79f151084f30 #EXTINF:-1 tvg-id="PacificBlue.us@Austria",Pacific Blue @@ -307,7 +305,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5d http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5cd149f021cb6c55e258bbe8/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b2022d5-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=8eb7e943-84dc-455f-837c-5a289cb58234 #EXTINF:-1 tvg-id="PlutoTVSpace.us@Austria",Pluto TV Space http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/61409f8d6feb30000766b675/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b2022d6-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=23eefcec-8774-42a3-8e77-66e6e59575a3 -#EXTINF:-1 tvg-id="PlutoTVStarTrek.us@Austria",Pluto TV Star Trek +#EXTINF:-1 tvg-id="StarTrek.us@Austria",Pluto TV Star Trek http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6152ee71bf99590007893a11/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b2049e0-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=a5c84cd3-495f-49d7-8e48-a79af0d219fc #EXTINF:-1 tvg-id="PlutoTVTrueCrime.us@Austria",Pluto TV True Crime http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/615333098185f00008715a56/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=1b2049e1-4b81-11ef-a8ac-e146e4e7be02&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=03c264ad-dc34-4e0b-b96f-6cfb4c0f6b37 diff --git a/streams/au.m3u b/streams/au.m3u index 68d32108bf..2d4e9dfa69 100644 --- a/streams/au.m3u +++ b/streams/au.m3u @@ -91,3 +91,5 @@ https://tvsnhlslivetest.akamaized.net/hls/live/2034711/TVSN-MSL4/master.m3u8 https://live-tvsn.simplestreamcdn.com/live12/tvsnbeauty/bitrate1.isml/.m3u8 #EXTINF:-1 tvg-id="TVSNJewellery.au",TVSN Jewellery (1080p) https://live-tvsn.simplestreamcdn.com/live13/tvsnjewellery/bitrate1.isml/.m3u8 +#EXTINF:-1 tvg-id="ABCNews.au",ABC News +https://c.mjh.nz/abc-news.m3u8 diff --git a/streams/au_samsung.m3u b/streams/au_samsung.m3u index b90c02df2f..0f83026247 100644 --- a/streams/au_samsung.m3u +++ b/streams/au_samsung.m3u @@ -3,12 +3,8 @@ https://hncfree-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="InsightTV.nl",Insight TV (720p) https://insighttv-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InTrouble.nl",InTrouble (1080p) -https://introuble-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="InWild.it@SD",InWild (720p) https://inwild-samsungau.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder (720p) -https://inwonder-samsungau.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Rialto.nz",Rialto (1080p) https://rialto-rialto-samsungaustralia.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RyanandFriends.us",Ryan and Friends (1080p) diff --git a/streams/az.m3u b/streams/az.m3u index d1a2fb8851..16d51c2f11 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -25,8 +25,6 @@ https://raw.githubusercontent.com/UzunMuhalefet/streams/refs/heads/main/myvideo- http://85.132.53.162:1935/live/eltv/playlist.m3u8 #EXTINF:-1 tvg-id="",Ictimai TV https://node19.connect.az:9081/tv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="IdmanTV.az",Idman TV -https://str.yodacdn.net/idman/index.m3u8 #EXTINF:-1 tvg-id="",Kanal S TV https://raw.githubusercontent.com/UzunMuhalefet/streams/refs/heads/main/myvideo-az/kanal-s.m3u8 #EXTINF:-1 tvg-id="",MCJ TV @@ -43,3 +41,5 @@ https://raw.githubusercontent.com/UzunMuhalefet/streams/refs/heads/main/myvideo- https://raw.githubusercontent.com/UzunMuhalefet/streams/refs/heads/main/myvideo-az/vip.m3u8 #EXTINF:-1 tvg-id="XezerTV.az",Xezer TV https://raw.githubusercontent.com/UzunMuhalefet/streams/main/myvideo-az/xezer-tv.m3u8 +#EXTINF:-1 tvg-id="APATv.az@SD",APA Tv +http://rtmp.apa.tv/@pagroup!23.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index fda36946b0..c7f9ae8008 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -35,3 +35,12 @@ https://live.tv-m.net/hls/stream.m3u8 https://restreamer1.tnt.ba/hls/tntkids.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 +#EXTINF:-1 tvg-id="AlJazeeraBalkans.ba",Al Jazeera Balkans (1080p) +https://live-hls-web-ajb-fa.thehlive.com/AJB/index.m3u8 +#EXTINF:-1 tvg-id="BHT1.ba" http-user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1",BHT 1 (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1 +https://webtvstream.bhtelecom.ba/hls13/bhrtportal_hd_1200.m3u8 +#EXTINF:-1 tvg-id="ArenaSport1.ba@SD",Arena Sport 1 (720p) +http://91.132.74.5:8000/play/a00k +#EXTINF:-1 tvg-id="NovaTV.ba@SD",Nova TV (1080p) +http://91.132.74.5:8000/play/a005 diff --git a/streams/bd.m3u b/streams/bd.m3u index 4039bd8140..fed5667315 100644 --- a/streams/bd.m3u +++ b/streams/bd.m3u @@ -21,3 +21,5 @@ http://probashi.alvegroups.com:8081/probashitv/probashi/playlist.m3u8 https://www.btvlive.gov.bd/streams/ef8b8bbc-98b7-4ba7-a49d-a0adaf259d35/ES/9ee3b4f9-fd0a-47c5-a135-2575c5691613/9ee3b4f9-fd0a-47c5-a135-2575c5691613_3_playlist.m3u8 #EXTINF:-1 tvg-id="VoktaTV.bd",Vokta TV (720p) https://vokta.raytahost.com/live/voktatv/index.m3u8 +#EXTINF:-1 tvg-id="BoishakhiTV.bd@SD",Boishakhi TV +https://boishakhi.sonarbanglatv.com/boishakhi/boishakhitv/index.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index a8646c44c0..58063dc04a 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -65,3 +65,5 @@ https://live-radio-cf-vrt.akamaized.net/groupb/live/0f394a26-c87d-475e-8590-e9c6 https://dpp-live-events.medialaancdn.be/events/hls/aes/webstream1.m3u8 #EXTINF:-1 tvg-id="VTM2.be",VTM 2 (720p) https://dpp-live-events.medialaancdn.be/events/hls/aes/webstream3.m3u8 +#EXTINF:-1 tvg-id="SterkTV.be@SD",Sterk TV +https://trn09.bozztv.com/gin-sterk/index.m3u8 diff --git a/streams/bm.m3u b/streams/bm.m3u new file mode 100644 index 0000000000..32afe7ce49 --- /dev/null +++ b/streams/bm.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="Channel82.bm@SD",Channel 82 +https://service.webvideocore.net/CL1olYogIrDWvwqiIKK7eBmnWbRkKKsu3nqabm9GlX02JOj3CDNXzodJMDEN2dk3/a_bq9clxfbupwg.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index 30c7872492..246c962adc 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -1,10 +1,6 @@ #EXTM3U -#EXTINF:-1 tvg-id="ANTv.bo",ANTv (720p) [Not 24/7] -http://181.188.144.141/tmp_hls/ant_tv/index.m3u8 #EXTINF:-1 tvg-id="ATBLaPaz.bo",ATB La Paz (614p) [Not 24/7] http://186.121.206.197/live/daniel/index.m3u8 -#EXTINF:-1 tvg-id="ATBSantaCruz.bo",ATB Santa Cruz (720p) [Not 24/7] -https://cdn.digital.com.bo/__cl/cg:sworigin2/__c/ATB/__op/hls-default/__f/index.m3u8 #EXTINF:-1 tvg-id="BoliviaTV.bo",Bolivia TV (720p) [Not 24/7] http://boliviatv1.srfms.com:5735/live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BoliviaTV72.bo",Bolivia TV 7.2 (720p) @@ -15,48 +11,18 @@ https://video1.getstreamhosting.com:1936/8224/8224/playlist.m3u8 https://alba-bo-bolivision-bolivision.stream.mediatiquestream.com/index.m3u8 #EXTINF:-1 tvg-id="CadenaA.bo",Cadena A (720p) [Not 24/7] https://5fe2654d6127d.streamlock.net/cadenaa/videocadenaa/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal29TVA.bo",Canal 29 TVA (720p) -https://vdo.grupolimalive.com:3967/live/tvelive.m3u8 -#EXTINF:-1 tvg-id="Canal50RTVE.bo",Canal 50 RTVE Punata (720p) [Not 24/7] -https://vdo.grupolimalive.com:3241/live/encuentrotvlive.m3u8 #EXTINF:-1 tvg-id="Ceacom.bo",Ceacom [Not 24/7] https://eu1.servers10.com:8081/ceacom/index.m3u8 #EXTINF:-1 tvg-id="CoralTV.bo",Coral TV (480p) https://tv.mediacp.eu:8081/coraltv/index.m3u8 -#EXTINF:-1 tvg-id="TelevisionCristal.bo",Cristal TV (720p) [Not 24/7] -https://srv5.elittehosting.com:3369/live/cristaltvlive.m3u8 -#EXTINF:-1 tvg-id="DeltaTV.bo",Delta TV (480p) [Not 24/7] -https://vsrv1.az-streamingserver.com:3068/live/vdsocmnulive.m3u8 -#EXTINF:-1 tvg-id="F10HD.bo",F10 HD (720p) [Not 24/7] -https://video.live.com.bo:3099/live/f10hdlive.m3u8 #EXTINF:-1 tvg-id="FAPTV.bo",FAP TV (480p) https://nd106.republicaservers.com/hls/c7284/index.m3u8 -#EXTINF:-1 tvg-id="FTV.bo",FTV (720p) -https://master.tucableip.com/ftv/index.m3u8 -#EXTINF:-1 tvg-id="ImperialTV.bo",Imperial TV (720p) [Not 24/7] -https://vdo.grupolimalive.com:3162/live/imperialtvlive.m3u8 -#EXTINF:-1 tvg-id="MarvisionTV.bo",Marvisiรณn TV (720p) -https://vdo.grupolimalive.com:3631/live/marvisionlive.m3u8 -#EXTINF:-1 tvg-id="Megavision.bo",Megavisiรณn (720p) -https://video.live.com.bo:3699/live/megavisionlive.m3u8 -#EXTINF:-1 tvg-id="NeoTV.bo",Neo TV (720p) -https://tv1.mediacp.eu:3661/live/rlbpwxvhlive.m3u8 -#EXTINF:-1 tvg-id="PATLaPaz.bo",PAT La Paz (720p) [Not 24/7] -https://w8.redpat.tv:7777/play/120/index.m3u8 -#EXTINF:-1 tvg-id="PATSantaCruz.bo",PAT Santa Cruz (720p) [Not 24/7] -https://w8.redpat.tv:7777/play/110/index.m3u8 #EXTINF:-1 tvg-id="RedADvenirTV.bo",Red ADvenir TV (360p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 #EXTINF:-1 tvg-id="RedCCTV.bo",Red CCTV (480p) https://solo.disfrutaenlared.com:1936/redcctv/redcctv/playlist.m3u8 -#EXTINF:-1 tvg-id="RedUno.bo",Red Uno (1080p) [Not 24/7] -https://streamer03.digital.com.bo/session/4e839498-b325-47f7-987f-205b4831346f/2ap337/__cl/cg:sworigin2/__c/REDUNO/__op/hls-default/__f/index.m3u8 -#EXTINF:-1 tvg-id="RTP.bo",RTP (720p) [Not 24/7] -http://136.243.3.70:1935/RtpBolivia/RtpBolivia/playlist.m3u8 #EXTINF:-1 tvg-id="TDTMultimedia.bo",TDT Multimedia (720p) https://video01.kshost.com.br:4443/juan6318/juan6318/playlist.m3u8 -#EXTINF:-1 tvg-id="UnitelSantaCruz.bo",Unitel Santa Cruz (1080p) [Not 24/7] -https://cdn.digital.com.bo/__cl/cg:sworigin2/__c/UNITEL/__op/hls-default/__f/index.m3u8 #EXTINF:-1 tvg-id="UnivalleTelevision.bo",Univalle Televisiรณn (1080p) https://master.tucableip.com/univalletv/playlist.m3u8 #EXTINF:-1 tvg-id="UniversidadMayordeSanAndres.bo" http-referrer="https://tvu.umsa.bo/en-vivo",UniversidadMayordeSanAndres (1080p) [Not 24/7] @@ -77,3 +43,33 @@ https://ssh101stream.ssh101.com/akamaissh101/ssh101/zoytvsports/playlist.m3u8 https://ssh101stream.ssh101.com/akamaissh101/ssh101/zoytvturcas/playlist.m3u8 #EXTINF:-1 tvg-id="ZoyTVPlus.bo",ZoyTV Plus (720p) https://ssh101stream.ssh101.com/akamaissh101/ssh101/zoytv/playlist.m3u8 +#EXTINF:-1 tvg-id="TELE6.bo",TELE 6 +https://envivo.bolivia-link.com:3337/live/tele6live.m3u8 +#EXTINF:-1 tvg-id="PalenqueTV.bo",Palenque TV +https://tv.bitstreaming.net:3234/live/palenquetvlive.m3u8 +#EXTINF:-1 tvg-id="ZuracaTV.bo",Zuraca TV +https://envivo.bolivia-link.com:3099/live/ztvlive.m3u8 +#EXTINF:-1 tvg-id="CTV.bo",CTV +https://live.ctvbolivia.com/hls/ctv.m3u8 +#EXTINF:-1 tvg-id="F10HD.bo",F10 HD [Geo-blocked] +https://tv2.bitstreaming.net:3235/multi_live/play.m3u8 +#EXTINF:-1 tvg-id="RTP.bo",RTP +https://rtp.noxun.net/hls/stream.m3u8 +#EXTINF:-1 tvg-id="TurbionDigitalTV.bo@SD",Turbion Digital TV +https://live20.bozztv.com/akamaissh101/ssh101/turbion/playlist.m3u8 +#EXTINF:-1 tvg-id="INTV.bo@SD",IN TV +https://envivo.bolivia-link.com:3580/live/intvlive.m3u8 +#EXTINF:-1 tvg-id="ImperialTV.bo@SD",Imperial TV +https://play.agenciastreaming.com:19360/8122/8122.m3u8 +#EXTINF:-1 tvg-id="ATBLaPaz.bo@SD",ATB La Paz +https://stream.atb.com.bo/live/daniel/index.m3u8 +#EXTINF:-1 tvg-id="Gigavision.bo@SD",Gigavision +https://tv2.bitstreaming.net:3896/multi_web/play.m3u8 +#EXTINF:-1 tvg-id="Canal29TVA.bo@SD",Canal 29 TVA +https://play.agenciastreaming.com:19360/8160/8160.m3u8 +#EXTINF:-1 tvg-id="FAPTV.bo@SD",FAP TV +https://envivo.bolivia-link.com:3234/live/faptvlive.m3u8 +#EXTINF:-1 tvg-id="PATLaPaz.bo",PAT La Paz +https://www.redpat.tv/proxylpz/index.m3u8 +#EXTINF:-1 tvg-id="AbyaYalaTV.bo@SD",Abya Yala TV +https://seo.tv.bo/tv/LIpSEO-TV-8.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index 4eb8ef47c9..233cddcaab 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -359,3 +359,38 @@ https://5cf4a2c2512a2.streamlock.net/tvmax/tvmax/playlist.m3u8 https://tvbrasil-stream.ebc.com.br/index.m3u8 #EXTINF:-1 tvg-id="RedeTV.br",Rede TV! (720p) https://cdn.jmvstream.com/w/AVJ-15235/playlist/playlist.m3u8 +#EXTINF:-1 tvg-id="RBATV.br",RBATV (720p) +https://cdn.live.br1.jmvstream.com/w/LVW-15748/LVW15748_Yed7yzLuRC/playlist.m3u8 +#EXTINF:-1 tvg-id="TVParaense.br",TV Paraense (720p) +https://video09.logicahost.com.br/tvparaense/tvparaense/playlist.m3u +#EXTINF:-1 tvg-id="AWTV.br",AWTV (1080p) +https://acesso.ecast.site:3070/live/awtvlive.m3u8 +#EXTINF:-1 tvg-id="UMATV.br",UMA TV (1080p) +https://acesso.ecast.site:3011/live/umatvlive.m3u8 +#EXTINF:-1 tvg-id="TVCultura.br",TV Cultura +https://cdn-1.nxplay.com.br/TV_CULTURA/index.m3u8 +#EXTINF:-1 tvg-id="SantaCeciliaTV.br",Santa Cecilia TV (1080p) +https://5fb29de4928ea.streamlock.net/2063/2063/playlist.m3u8 +#EXTINF:-1 tvg-id="RITTV.br",RIT TV (1080p) +https://acesso.ecast.site:3648/live/ritlive.m3u8 +#EXTINF:-1 tvg-id="TVCRio.br@SD",TVC-Rio +https://video05.logicahost.com.br/comunitariario/comunitariario/playlist.m3u8 +#EXTINF:-1 tvg-id="KpopTVPlay.br@SD",KpopTV Play (576p) +https://giatv.bozztv.com/giatv/giatv-kpoptvplay/kpoptvplay/playlist.m3u8 +#EXTINF:-1 tvg-id="TVLifeAmerica.br",TV Life America (720p) +https://streaming.cloudecast.com/hls/tvlifeamerica/index.m3u8 +#EXTINF:-1 tvg-id="TVCidadeOeste.br@SD",TV Cidade Oeste +https://radios.dataprimer.com.br:5443/LiveApp/streams/psuqNyPC1AW1BcUZ1573443847601.m3u8 +#EXTINF:-1 tvg-id="TVCidadeVerdeCuiaba.br@SD" http-referrer="https://www.tvcidadeverde.com.br",TV Cidade Verde Cuiaba +#EXTVLCOPT:http-referrer=https://www.tvcidadeverde.com.br +https://televisaocidadeverde.brasilstream.com.br/hls/televisaocidadeverde/index.m3u8 +#EXTINF:-1 tvg-id="BDCTV.br",BDC TV (576p) +https://srv1.zcast.com.br/bdctv/bdctv/playlist.m3u8 +#EXTINF:-1 tvg-id="TVEncontrodasAguas.br@SD",TV Encontro das Aguas +https://stmv7.samcast.com.br/sistemaencontrodasaguas/sistemaencontrodasaguas/playlist.m3u8 +#EXTINF:-1 tvg-id="AWTV.br",AWTV (1080p) +https://streaming.cloudecast.com/hls/awtv/index.m3u8 +#EXTINF:-1 tvg-id="SuperflixTV.br",Superflix TV (720p) +https://streaming.cloudecast.com/hls/superflix/index.m3u8 +#EXTINF:-1 tvg-id="TVModelo.br@SD",TV Modelo (720p) +https://video09.logicahost.com.br/tvmodelo/tvmodelo/playlist.m3u diff --git a/streams/br_pluto.m3u b/streams/br_pluto.m3u index e478d2801a..9a372f0e55 100644 --- a/streams/br_pluto.m3u +++ b/streams/br_pluto.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="PlutoTVAsPistasdeBlue.us",Pluto TV As Pistas de Blue (720p) +#EXTINF:-1 tvg-id="AsPistasdeBlue.us",Pluto TV As Pistas de Blue (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99aad4e82db50007fac4b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineDrama.us@Brazil",Pluto TV Cine Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1210d14ae1f80007bafb1d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -19,7 +19,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="",Pluto TV Nick Jr. Club (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVPortadosFundos.us",Pluto TV Porta dos Fundos (720p) +#EXTINF:-1 tvg-id="PortadosFundos.us",Pluto TV Porta dos Fundos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36f2346ede750007332d11/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRetro.us@Brazil",Pluto TV Retrรด (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212ad1728050007a523b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS diff --git a/streams/bs.m3u b/streams/bs.m3u index 2f2b0cf110..0a7b2cb01c 100644 --- a/streams/bs.m3u +++ b/streams/bs.m3u @@ -3,3 +3,7 @@ https://cdn-edge1.streamcomedia.com/abr_tngr969fm/abr-tngr969fm_streams/playlist.m3u8 #EXTINF:-1 tvg-id="TheParliamentaryChannel.bs",The Parliamentary Channel (720p) [Not 24/7] https://zns-edge1.streamcomedia.cloud/abr_parliamentarychannel/abr-parliament_streams/playlist.m3u8 +#EXTINF:-1 tvg-id="IslandLuckTV.bs@SD",Island Luck TV +https://cdn3.wowza.com/5/dFA0TmRpeFdNVXhT/NetUp/ILTV.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="ZNSTV.bs@SD",ZNS-TV +https://zns-edge1.streamcomedia.cloud/znstv13/zns1080p_stream/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index ec81886154..18cc509499 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="Channel8Belarus.by",8 ะบะฐะฝะฐะป (ะ’ะธั‚ะตะฑัะบ) (576p) [Not 24/7] -http://95.46.208.8:24433/art #EXTINF:-1 tvg-id="Belarus1.by",ะ‘ะตะปะฐั€ัƒััŒ 1 (1080p) https://edge60.dc.beltelecom.by/ngtrk/smil:belarus1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus1.by",ะ‘ะตะปะฐั€ัƒััŒ 1 (1080p) @@ -25,12 +23,6 @@ https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8 http://serv30.vintera.tv:8081/belarus24/belarus24/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus24.by",ะ‘ะตะปะฐั€ัƒััŒ 24 (720p) https://edge53.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BelMuzTV.by",ะ‘ะตะปะœัƒะทะขะ’ -http://178.124.179.122:8088/BelMuzTV/index.m3u8 -#EXTINF:-1 tvg-id="NasheTV.by",ะะฐัˆะต ะขะ’ (ะ’ะธั‚ะตะฑัะบ) (576p) -http://95.46.208.8:26259/nashe -#EXTINF:-1 tvg-id="NTVBelarus.by",ะะขะ’-ะ‘ะตะปะฐั€ัƒััŒ -http://82.209.197.187:8080/udp/239.0.100.6:1234 #EXTINF:-1 tvg-id="ONT.by",ะžะะข (576p) [Not 24/7] https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8 #EXTINF:-1 tvg-id="PerviyInformationniy.by",ะŸะตั€ะฒั‹ะน ะธะฝั„ะพั€ะผะฐั†ะธะพะฝะฝั‹ะน (1080p) @@ -47,7 +39,5 @@ http://rtmp.one.by:1200 http://rtmp.one.by:2200 #EXTINF:-1 tvg-id="FirstMusicChannelRussia.by",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป ะ ะพััะธั HD (1080p) http://rtmp.one.by:2300 -#EXTINF:-1 tvg-id="",ะŸะปัŽั ะขะ’ -http://178.124.179.122:8088/PlusTV/index.m3u8 #EXTINF:-1 tvg-id="STV.by",ะกะขะ‘ (720p) https://ctv.dc.beltelecom.by/ctv/ctv.stream/playlist.m3u8 diff --git a/streams/bz_nexgen.m3u b/streams/bz_nexgen.m3u index 26dd776ee8..7452e53aad 100644 --- a/streams/bz_nexgen.m3u +++ b/streams/bz_nexgen.m3u @@ -1,19 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="AXNLatinAmerica.us@CentralAmerica",AXN -https://streamer1.nexgen.bz/AXN/index.m3u8 -#EXTINF:-1 tvg-id="BETLatinAmerica.us@SD",BET -https://streamer1.nexgen.bz/BET/index.m3u8 -#EXTINF:-1 tvg-id="Bravo.us@East",Bravo -https://streamer1.nexgen.bz/BRAVO/index.m3u8 -#EXTINF:-1 tvg-id="FXLatinAmerica.us@Panregional",FX -https://streamer1.nexgen.bz/FX/index.m3u8 -#EXTINF:-1 tvg-id="HistoryLatinAmerica.us@Panregional",History -https://streamer1.nexgen.bz/HISTORY/index.m3u8 -#EXTINF:-1 tvg-id="LifetimeLatinAmerica.us@Panregional",Lifetime -https://streamer1.nexgen.bz/LIFETIME/index.m3u8 -#EXTINF:-1 tvg-id="MTVLatinAmerica.us@Panregional",MTV -https://streamer1.nexgen.bz/MTV/index.m3u8 -#EXTINF:-1 tvg-id="StarChannelLatinAmerica.us@CentralAmerica",Star Channel Central America -https://streamer1.nexgen.bz/STAR/index.m3u8 -#EXTINF:-1 tvg-id="VH1LatinAmerica.us@SD",VH1 -https://streamer1.nexgen.bz/VH1/index.m3u8 diff --git a/streams/ca.m3u b/streams/ca.m3u index 8b7e0e6d7b..28db30fa83 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -89,8 +89,6 @@ http://cdn12.henico.net:8080/live/dncal/index.m3u8 https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/playlist.m3u8 #EXTINF:-1 tvg-id="EETTV.ca",EET TV (1080p) [Not 24/7] https://eu.streamjo.com/eetlive/eettv.m3u8 -#EXTINF:-1 tvg-id="ErfanHalghehTV.ca",Erfan Halgheh TV (720p) -https://hls.erfanhalgheh.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="EWTN.us@Canada",EWTN Canada (720p) [Not 24/7] https://cdn3.wowza.com/1/YW5wSWZiRGd2eFlU/bGV0aVBq/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="FightNetwork.ca",Fight Network (1080p) @@ -155,8 +153,6 @@ https://lin13.isilive.ca/live/_definst_/ontla/committee_2-en/playlist.m3u8 https://temp3.isilive.ca/live/_definst_/ontla/rm151-en/playlist.m3u8 #EXTINF:-1 tvg-id="LegislativeAssemblyTVNunavut.ca",Legislative Assembly TV Nunavut http://temp2.isilive.ca/live/nunavut/live-eng/index.m3u8 -#EXTINF:-1 tvg-id="LoveNature.ca@4K",Love Nature 4K (2160p) -https://d18dyiwu97wm6q.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="MontrealGreekTV.ca",Montreal Greek TV (480p) http://live.greektv.ca/hls1/greektv.m3u8 #EXTINF:-1 tvg-id="NETVToronto.ca",NETV Toronto (720p) @@ -187,8 +183,6 @@ http://live.stream.cdn.pamirtv.com/ptv/d0dbe915091d400bd8ee7f27f0791303.sdp/inde http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="PardesiTV.ca",Pardesi TV (720p) [Not 24/7] http://stream.pardesitv.online/pardesi/index.m3u8 -#EXTINF:-1 tvg-id="ParnianTV.ca",Parnian TV (720p) -https://live2.parnian.tv/hls/.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca",Plymouth Rock TV (1080p) https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca",Plymouth Rock TV (1080p) @@ -239,3 +233,21 @@ https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 https://wowzastream.westmancom.com/wcgtvlive/wcgtvPSA.stream/master.m3u8 #EXTINF:-1 tvg-id="LoveNature.ca@HD",Love Nature HD (1080i) http://78.130.250.2:8023/play/a02m/index.m3u8 +#EXTINF:-1 tvg-id="CHBLTV.ca",CHBL-TV +https://fl3.moveonjoy.com/CA_GLOBAL/index.m3u8 +#EXTINF:-1 tvg-id="ProbashiTVNews.ca@SD",Probashi TV News +http://158.69.24.53:8080/probashi_tv/index.m3u8 +#EXTINF:-1 tvg-id="NACTV.ca@SD",NACTV +https://stream2.pivotalelements.com/memfs/2d2e1038-9eb2-44df-a9b9-109de5752f3b_output_0.m3u8 +#EXTINF:-1 tvg-id="ErfanHalghehTV.ca",Erfan Halgheh TV (720p) +https://hls.erfanhalgheh.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ParnianTV.ca",Parnian TV (720p) +https://live2.parnian.tv/hls/.m3u8 +#EXTINF:-1 tvg-id="ParnianTV.ca",Parnian TV +https://live2.parnian.tv/hls/live/play.m3u8 +#EXTINF:-1 tvg-id="IIPCTV.ca@SD",IIPC TV +https://rpn.bozztv.com/dvrfl03/iipctv/index.m3u8 +#EXTINF:-1 tvg-id="QuoVadisTV.ca@SD",Quo Vadis TV +https://tgn.bozztv.com/qvtv/qvtv-web/playlist.m3u8 +#EXTINF:-1 tvg-id="NBATVCanada.ca@SD",NBA TV Canada (1080p) +http://user.scalecdn.co:8080/live/54706135/09221986/3092.m3u8 diff --git a/streams/ca_onetv.m3u b/streams/ca_onetv.m3u deleted file mode 100644 index 1e97795676..0000000000 --- a/streams/ca_onetv.m3u +++ /dev/null @@ -1,35 +0,0 @@ -#EXTM3U -#EXTINF:-1 tvg-id="GEMTV.ca",GEM TV -https://ca-rt.onetv.app/gemb/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMSeries.ca",GEM Series -https://ca-rt.onetv.app/gemseriesbb/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMSeries.ca",GEM Series -https://ca-rt.onetv.app/gemseries/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMBollywood.ca",GEM Bollywood -https://ca-rt.onetv.app/gembollywood/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMFilm.ca",GEM Film -https://ca-rt.onetv.app/gemfilm/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMClassic.ca",GEM Classic -https://ca-rt.onetv.app/gemclassic/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMDrama.ca",GEM Drama -https://ca-rt.onetv.app/gemdrama/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMJunior.ca",GEM Junior -https://ca-rt.onetv.app/gemjunior/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMKids.ca",GEM Kids -https://ca-rt.onetv.app/gemkids/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMFood.ca",GEM Food -https://ca-rt.onetv.app/gemfood/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMMifa.ca",GEM Mifa -https://ca-rt.onetv.app/gemmifa/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMRiver.ca",GEM River -https://ca-rt.onetv.app/gemriver/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMRubix.ca",GEM Rubix -https://ca-rt.onetv.app/gemrubix/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMComedy.ca",GEM Comedy -https://ca-rt.onetv.app/gemcomedy/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMNature.ca",GEM Nature -https://ca-rt.onetv.app/gemnature/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMLife.ca",GEM Life -https://ca-rt.onetv.app/gemlife/index-0.m3u8 -#EXTINF:-1 tvg-id="GEMFit.ca",GEM Fit -https://ca-rt.onetv.app/gemfit/index-0.m3u8 diff --git a/streams/ca_pluto.m3u b/streams/ca_pluto.m3u index ab9b9a4413..9f2e9c57a3 100644 --- a/streams/ca_pluto.m3u +++ b/streams/ca_pluto.m3u @@ -45,7 +45,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6391bdf41d4c24000780b234/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c799150-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=88bef66e-4156-47b4-a0db-16d60ae70741 #EXTINF:-1 tvg-id="",Car Chase http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65b384020cb1a1000880dee9/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c799151-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=51514d9d-db13-4653-aa11-b64c6d4665cc -#EXTINF:-1 tvg-id="PlutoTVCatfish.us@SD",Catfish +#EXTINF:-1 tvg-id="CatfishTVShow.us@SD",Catfish http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/64f8a2a23a0d700008a6ed7b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c799152-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=d33cda72-eef1-4ec7-8127-8301aff1d921 #EXTINF:-1 tvg-id="CBSNews247.us",CBS News 24/7 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6350fdd266e9ea0007bedec5/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c799153-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=15376bcb-2b34-4530-a2f7-c528a8eb2aa3 @@ -381,7 +381,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62e91563ce7ce300076f917e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c7c5078-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=2db14410-4921-497d-a226-bc4d2e0c53bc #EXTINF:-1 tvg-id="TheNewDetectives.us@Canada",The New Detectives http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62bdabbc5611f2000761ca30/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c7c5079-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=003b518d-cd6c-4b4b-80ab-ec5ad32c1a1c -#EXTINF:-1 tvg-id="PlutoTVThePriceisRight.us@SD",The Price is Right +#EXTINF:-1 tvg-id="ThePriceIsRightTheBarkerEra.us@SD",The Price is Right http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/64c2214c2a7f2200089a0c4b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c7c507a-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=c93e6330-dc43-4864-ad74-9144287f8bbd #EXTINF:-1 tvg-id="ThePriceIsRightTheBarkerEra.us@SD",The Price is Right: The Barker Era http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/64c220e15dc1660008a79c96/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c7c7780-35fc-11ef-a031-2b5d494037a2&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=c8557389-071b-4c1a-ad15-977e50610abe diff --git a/streams/cd.m3u b/streams/cd.m3u index bb15908b19..4e266c673b 100644 --- a/streams/cd.m3u +++ b/streams/cd.m3u @@ -43,3 +43,9 @@ http://51.254.199.122:8080/kin24/index.m3u8 http://69.64.57.208/rtnc/playlist.m3u8 #EXTINF:-1 tvg-id="AntenneA.cd",Antenne A http://51.254.199.122:8080/antenne_a-plus/index.m3u8 +#EXTINF:-1 tvg-id="DigitalCongoTV.cd@SD",Digital Congo TV +http://51.254.199.122:8080/DigitalCongoTV/index.m3u8 +#EXTINF:-1 tvg-id="RTNC3.cd@SD",RTNC 3 +http://51.254.199.122:8080/e-cableRTNC3/index.m3u8 +#EXTINF:-1 tvg-id="RTVS1.cd@SD",RTVS1 +http://51.254.199.122:8080/RTVS1/index.m3u8 diff --git a/streams/cg.m3u b/streams/cg.m3u index a76541cadf..8a379a4733 100644 --- a/streams/cg.m3u +++ b/streams/cg.m3u @@ -7,3 +7,9 @@ http://194.163.135.238:5080/WebRTCApp/streams/590264631485484547459082.m3u8 http://51.254.199.122:8080/telecongo/index.m3u8 #EXTINF:-1 tvg-id="TeleCongo.cg",Tele Congo http://69.64.57.208/telecongo/playlist.m3u8 +#EXTINF:-1 tvg-id="Esaie45Tele.cg@SD",Esaie 45 Tele +http://dvrfl05.bozztv.com/gin-esaie45/index.m3u8 +#EXTINF:-1 tvg-id="JOSTVHD.cg@SD",JOS TV HD +https://stream.berosat.live:19360/jos-tv-stream/jos-tv-stream.m3u8 +#EXTINF:-1 tvg-id="TeleCongo.cg@SD",Tele Congo +http://trn03.bozztv.com/gin-telecongo/index.m3u8 diff --git a/streams/ch.m3u b/streams/ch.m3u index 47f5637c4d..11a0208c75 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -1,8 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlpenWelleTV.ch",Alpen-Welle TV (720p) -https://edge13.vedge.infomaniak.com/livecast/ik:alpen-wellelivestream/manifest.m3u8 -#EXTINF:-1 tvg-id="AlpenlandTV.ch",Alpenland TV (720p) -https://edge14.vedge.infomaniak.com/livecast/ik:alpen-wellelivestream/playlist.m3u8 #EXTINF:-1 tvg-id="BlueSport2.ch",Blue Sport 2 (720p) http://62.210.211.188:2095/play/a00f #EXTINF:-1 tvg-id="Canal9.ch",Canal 9 en Franรงais (1080p) @@ -33,8 +29,6 @@ https://g5nl63z8lpq6-hls-live.5centscdn.com/tvistream/a5586d8ea3b7b021120a05c60d https://edge21.vedge.infomaniak.com/livecast/ik:livesd2/manifest.m3u8 #EXTINF:-1 tvg-id="LaTele.ch",La Tรฉlรฉ (1080p) https://latele.vedge.infomaniak.com/livecast/latele/playlist.m3u8 -#EXTINF:-1 tvg-id="LaTele.ch",La Tรฉlรฉ (1080p) -https://livevideo.infomaniak.com/streaming/livecast/latele/playlist.m3u8 #EXTINF:-1 tvg-id="LemanBleu.ch",Lรฉman Bleu (1080p) http://livevideo.infomaniak.com/streaming/livecast/naxoo/playlist.m3u8 #EXTINF:-1 tvg-id="MaxTV.ch",MaxTV/Dieu TV (1080p) @@ -77,7 +71,15 @@ https://rtmp-vm.fidion.de/live/tvrt.m3u8 https://livevideo.infomaniak.com/streaming/livecast/tvm3/playlist.m3u8 #EXTINF:-1 tvg-id="TVO.ch",TVO (CH) (720p) https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8 -#EXTINF:-1 tvg-id="WedoBigStories.ch",Wedo Big Stories (1080p) -https://weyyak-live.akamaized.net/wedo_big_stories/index.m3u8 #EXTINF:-1 tvg-id="RADIODISCOuntTV.ch",RADIO DISCOunt TV (1080p) https://585b674743bbb.streamlock.net/9030/9030/playlist.m3u8 +#EXTINF:-1 tvg-id="DritaTV.ch@SD",Drita TV +https://dritatv.protokolldns.xyz/dritaweb5587989/index.m3u8 +#EXTINF:-1 tvg-id="TeleBarn.ch@SD",TeleBarn +https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_obr1n222/protocol/https/format/applehttp/flavorIds/1_ilmyd94i,1_ndclh5za,1_y4atcpo4/a.m3u8 +#EXTINF:-1 tvg-id="TeleZuri.ch@SD",TeleZuri +https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_se36k3uk/protocol/https/format/applehttp/flavorIds/1_i4zc9zv3,1_2vzxm8zl,1_yjohpwzj/a.m3u8 +#EXTINF:-1 tvg-id="RTS2.ch@SD",RTS 2 (1080p) +https://cachehsi1a.netplus.ch/live/eds/rts2hd/browser-dash/rts2hd.mpd +#EXTINF:-1 tvg-id="RTS1.ch@SD",RTS 1 (1080p) +https://cachehsi1a.netplus.ch/live/eds/rts1hd/browser-dash/rts1hd.mpd diff --git a/streams/ci.m3u b/streams/ci.m3u index b23e42443b..875e1e97a9 100644 --- a/streams/ci.m3u +++ b/streams/ci.m3u @@ -3,20 +3,12 @@ http://69.64.57.208/atv/playlist.m3u8 #EXTINF:-1 tvg-id="AlphaetOmegaTV.ci",Alpha et Omega TV (720p) https://video1.getstreamhosting.com:1936/8318/8318/playlist.m3u8 -#EXTINF:-1 tvg-id="BATIRTV.ci",Bร‚TIR-TV (576p) -https://webstreaming.viewmedia.tv/web_021/Stream/playlist.m3u8 #EXTINF:-1 tvg-id="BenieTV.ci",Benie TV (720p) https://voozmedia.fun/benietv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="Business24Africa.ci",Business 24 Africa (480p) https://cdn-globecast.akamaized.net/live/eds/business24_tv/hls_video/index.m3u8 -#EXTINF:-1 tvg-id="ChampionTV.ci",Champion TV (480p) -https://neriyastreaming.ddns.net/memfs/b92b5d69-7f44-4ae8-a00a-40d70623b1e6.m3u8 -#EXTINF:-1 tvg-id="ChristLive.ci",Christ Live (720p) -https://voozmedia.fun/stream/christlive/playlist.m3u8 #EXTINF:-1 tvg-id="DivinAmourTV.ci",Divin Amour TV (720p) https://voozmedia.fun/divinamourtv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="EsperanceTV.ci",Espรฉrance TV (720p) -https://ik084235.ikoula.com/hls/Diff@mobile1.m3u8 #EXTINF:-1 tvg-id="GuideLoveTV.ci",Guide Love TV (720p) https://video1.getstreamhosting.com:1936/8056/8056/playlist.m3u8 #EXTINF:-1 tvg-id="IvoireChannel.ci",Ivoire Channel (720p) @@ -45,9 +37,7 @@ https://www.enovativecdn.com/rticdn/smil:rti2.smil/playlist.m3u8 https://www.enovativecdn.com/rticdn/smil:rti3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTVC.ci",RTVC (720p) https://cdn140m.panaccess.com/HLS/RTVC/index.m3u8 -#EXTINF:-1 tvg-id="TchamanTV.ci",Tchaman TV (720p) -https://itelema.stream/live/smil:myStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVAlBayane.ci",TV Al Bayane (360p) http://69.64.57.208/albayanetv/index.m3u8 -#EXTINF:-1 tvg-id="UGFTV.ci",UGF TV (720p) [Not 24/7] -https://ugftv.stream/live/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="ExploitsTV.ci@SD",Exploits TV +https://stream.berosat.live:19360/exploits-tv/exploits-tv.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index 555139ca48..578b96901d 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -15,16 +15,8 @@ https://origin.dpsgo.com/ssai/event/p4mmBxEzSmKAxY1GusOHrw/master.m3u8 https://origin.dpsgo.com/ssai/event/g7_JOM0ORki9SR5RKHe-Kw/master.m3u8 #EXTINF:-1 tvg-id="13T.cl",13 Teleseries (720p) https://origin.dpsgo.com/ssai/event/f4TrySe8SoiGF8Lu3EIq1g/master.m3u8 -#EXTINF:-1 tvg-id="ADNTV.cl",ADN Radio (1080p) -https://jireh-2-hls-video-us-isp.dps.live/hls-video/931b584451fa6dd1313ee66efbfd5802e3f3bcea/adntv/adntv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AERadioTV.cl",AE Radio TV (720p) [Not 24/7] https://tls-cl.cdnz.cl/aeradio/live/playlist.m3u8 -#EXTINF:-1 tvg-id="AlegriaTV.cl",Alegria TV (480p) [Geo-blocked] -https://593b04c4c5670.streamlock.net/8192/8192/playlist.m3u8 -#EXTINF:-1 tvg-id="AlternativaTV.cl",Alternativa TV (Huasco) (720p) [Not 24/7] -https://5eaccbab48461.streamlock.net:1936/8216/8216/playlist.m3u8 -#EXTINF:-1 tvg-id="AMCanal.cl",AM Canal (720p) [Not 24/7] -https://v2.tustreaming.cl/amtv/index.m3u8 #EXTINF:-1 tvg-id="AntofagastaTV.cl",Antofagasta TV (ATV) (1080p) https://unlimited6-cl.dps.live/atv/atv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AricaTV.cl",Arica TV (480p) [Not 24/7] @@ -33,274 +25,66 @@ https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 https://v2.tustreaming.cl/atacamanoticias/index.m3u8 #EXTINF:-1 tvg-id="AtacamaTV.cl",Atacama TV (Copiapรณ) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 -#EXTINF:-1 tvg-id="ATVValdivia.cl",ATV Valdivia (720p) -https://6362ca6f1fc28.streamlock.net/8028/8028/playlist.m3u8 -#EXTINF:-1 tvg-id="AutonomaTV.cl",Autรณnoma TV (480p) -https://stream.wifispeed.cl:3033/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="AXNLatinAmerica.us@Chile",AXN (1080p) -https://cvi.cdn.rcs.net.ar/mnp/axn_hls/playlist.m3u8 #EXTINF:-1 tvg-id="AysenTV.cl",Aysen TV (720p) https://v1.tustreaming.cl/aysentv/index.m3u8 -#EXTINF:-1 tvg-id="BioBioTV.cl",Bรญo Bรญo TV (1080p) -https://unlimited1-cl-isp.dps.live/bbtv/bbtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BuinSomosTodos.cl",Buin Somos Todos (720p) [Not 24/7] https://bst.buin.cl/0.m3u8 -#EXTINF:-1 tvg-id="CalderaVision.cl",Caldera Vision -https://5ff3d9babae13.streamlock.net/frknrusdct/frknrusdct/playlist.m3u8 -#EXTINF:-1 tvg-id="CampoAbiertoTV.cl",Campo Abierto TV (480p) -https://v1.tustreaming.cl:19360/campoabierto/campoabierto.m3u8 #EXTINF:-1 tvg-id="CampusTV.cl",Campus TV (Talca) (720p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/campustv/campustv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal2SanAntonio.cl",Canal 2 (San Antonio) (720p) [Not 24/7] -https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PalmiraTV5.cl",Canal 5 Los Vilos (720p) -https://oracle.streaminghd.cl/canal5/canal5/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5PuertoMontt.cl",Canal 5 Puerto Montt (1080p) -https://stmv2.zcasthn.com.br/canal5/canal5/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal8.cl",Canal 8 Los Sauces TV (720p) -http://live.mundogo.cl/mundo/LossaucesTV/index.m3u8 #EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl",Canal 9 Bรญo Bรญo Televisiรณn (1080p) [Not 24/7] https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11Aysen.cl",Canal 11 Aysรฉn (720p) -https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8 -#EXTINF:-1 tvg-id="Canal21.cl",Canal 21 (720p) [Not 24/7] -http://edge1.cl.grupoz.cl/canal21tv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal21.cl",Canal 21 (720p) [Not 24/7] -https://tls.cdnz.cl/canal21tv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal33.cl",Canal 33 (720p) [Geo-blocked] -https://5eae379fb77bb.streamlock.net/eduardo555/eduardo555/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal57Melipilla.cl",Canal 57 Melipilla (720p) -https://593b04c4c5670.streamlock.net/8148/8148/playlist.m3u8 #EXTINF:-1 tvg-id="Canal74SanAntonio.cl",Canal 74 San Antonio https://stmv5.voxtvhd.com.br/canal74hd/canal74hd/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalAltaFrontera.cl",Canal Alta Frontera (288p) -https://mediacpstreamchile.com:1936/altafronteratv/altafronteratv/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalChilote.cl",Canal Chilote -https://oracle.streaminghd.cl/canalchilote/canalchilote/playlist.m3u8 #EXTINF:-1 tvg-id="CanalISB.cl",Canal ISB (Iglesia San Bernardo) (720p) https://unlimited1-us.dps.live/isb/isb.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalLatino.cl",Canal Latino (CL54) (360p) -https://live.chileservidores.com:8081/latina/index.m3u8 -#EXTINF:-1 tvg-id="CanalLocal.cl",Canal Local (1080p) -http://live.mundogo.cl/mundo/Canallocalquillota/index.m3u8 #EXTINF:-1 tvg-id="CanalSCN.cl",Canal SCN (720p) https://live.tvcontrolcp.com:1936/sancarlostv/sancarlostv/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalSurPatagonia.cl",Canal Sur Patagonia (720p) -https://v1.tustreaming.cl:19360/canalsurpatagoniatv/canalsurpatagoniatv.m3u8 -#EXTINF:-1 tvg-id="CanalTUTV.cl",Canal TUTV -https://vdochile.com:3300/stream/play.m3u8 -#EXTINF:-1 tvg-id="CaracolaTV.cl",Caracola TV (Peรฑalolรฉn) (720p) [Not 24/7] -https://wifispeed.trapemn.tv:1936/comunales/caracola-tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CasaSobreLaRocaTV.cl",Casa Sobre La Roca TV -https://cp.panelchs.com:1936/8118/8118/playlist.m3u8 -#EXTINF:-1 tvg-id="Cauquenesnet.cl",Cauquenesnet (720p) -https://vdo.miserver.pro:3102/stream/play.m3u8 -#EXTINF:-1 tvg-id="CCPRadio.cl",CCP Radio (720p) [Not 24/7] -https://wifiexpert-1.energeek.cl/energeek/canal-3/playlist.m3u8 -#EXTINF:-1 tvg-id="CDR.cl",CDR (720p) -https://live-hls-xgod.livepush.io/live_cdn/emaf6CHYV7M-RQcL2/index.m3u8 #EXTINF:-1 tvg-id="CDTV.cl",CDTV (720p) [Not 24/7] http://camara.03.cl.cdnz.cl/camara19/live/playlist.m3u8 -#EXTINF:-1 tvg-id="CDTV.cl",CDTV (720p) [Not 24/7] -https://tls-cl.cdnz.cl/camara/live/playlist.m3u8 -#EXTINF:-1 tvg-id="CEACTV.cl",CEAC TV (Santiago) (480p) -https://live.chileservidores.com:8081/ceactv/index.m3u8 #EXTINF:-1 tvg-id="ChileChannel.cl",Chile Channel (720p) https://v2.tustreaming.cl/chilechannel/index.m3u8 -#EXTINF:-1 tvg-id="ChileVision.cl",ChileVisiรณn (720p) [Geo-blocked] -http://chv-m3u.chorroaeboy.repl.co #EXTINF:-1 tvg-id="ChiloeRed25.cl",Chiloe Red 25 https://v2.tustreaming.cl/chiloered/index.m3u8 -#EXTINF:-1 tvg-id="ClaroSportsChile.cl",Claro Sports Chile -https://stitcher-ipv4.pluto.tv/v1/stitch/embed/hls/channel/6320d80a66666000086712d7livestitch/master.m3u8?advertisingId={PSID}&appVersion=unknown&deviceDNT={TARGETOPT}&deviceId={PSID}&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&profilesFromStream=true&samsung_app_domain={APP_DOMAIN}&samsung_app_name={APP_NAME}&us_privacy=1YNY #EXTINF:-1 tvg-id="ClickTVChile.cl",Click TV (Coronel) (720p) https://v2.tustreaming.cl/clicktv/playlist.m3u8 -#EXTINF:-1 tvg-id="ClubTV.cl",Club TV (Santa Juana) (720p) [Not 24/7] -https://mediacpstreamchile.com:1936/clubtv/clubtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ConcepcionTV.cl",Concepciรณn TV (1080p) -http://live.mundogo.cl/mundo/concepciontv/index.m3u8 #EXTINF:-1 tvg-id="Contivision.cl",Contivision (720p) https://unlimited6-cl.dps.live/cm/cm.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CosmosTV.cl",Cosmos TV (720p) -https://v1.tustreaming.cl/cosmostv/index.m3u8 -#EXTINF:-1 tvg-id="CRTV.cl",CRTV (720p) -https://vdo.panelstreaming.live:3058/stream/play.m3u8 -#EXTINF:-1 tvg-id="CulturaOnline.cl",Cultura Online (720p) -https://v1.tustreaming.cl:19360/culturaonline/culturaonline.m3u8 -#EXTINF:-1 tvg-id="D13.cl",D13 (1080p) -https://jireh-2-hls-video-us-isp.dps.live/hls-video/ey6283je82983je9823je8jowowiekldk9838274/13d/13d.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DanceFM.cl",Dance FM (720p) https://5eaccbab48461.streamlock.net:1936/dancefm_1/dancefm_1/playlist.m3u8 #EXTINF:-1 tvg-id="DecimaTV.cl",Dรฉcima TV (Ancud) (720p) https://unlimited2-cl-isp.dps.live/decimatv/decimatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DJLonchoTV.cl",DJ Loncho TV (720p) -https://srv5.zcast.com.br/djlonchtv/djlonchtv/playlist.m3u8 #EXTINF:-1 tvg-id="EGMChannel.cl",EGM Channel (480p) https://paneltv.online:1936/8186/8186/playlist.m3u8 -#EXTINF:-1 tvg-id="EkizTV.cl",Ekiz TV (1080p) -http://live.mundogo.cl/mundo/EquizTV/index.m3u8 -#EXTINF:-1 tvg-id="ElPinguinoTV.cl",El Pingรผino TV (720p) -https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 -#EXTINF:-1 tvg-id="ElTipografo.cl",El Tipรณgrafo (1080p) -http://live.mundogo.cl/mundo/Tipografo/index.m3u8 #EXTINF:-1 tvg-id="EnerGeek.cl",EnerGeek (720p) [Not 24/7] https://streaming-cl.sh1ny.space/memfs/e8a8e789-170b-4de4-a33b-90a9a475ce65.m3u8 #EXTINF:-1 tvg-id="EnerGeekRadio.cl",EnerGeek Radio (1080p) https://streaming-cl.sh1ny.space/memfs/75b105a4-2fd3-4538-a55c-480f3903a262.m3u8 -#EXTINF:-1 tvg-id="EnfoqueDigitalTV.cl",Enfoque Digital TV (1080p) -https://5eaccbab48461.streamlock.net:1936/8074/8074/playlist.m3u8 -#EXTINF:-1 tvg-id="EstudioTV.cl",Estudio TV (La Ligua) -https://mediacpstreamchile.com:1936/hugomendez/hugomendez/playlist.m3u8 -#EXTINF:-1 tvg-id="EvaStream.cl",Eva Stream (Corporaciรณn Eva) (480p) [Not 24/7] -https://mediacpstreamchile.com:1936/evavision/evavision/playlist.m3u8 -#EXTINF:-1 tvg-id="EvaRetro.cl",EvaRetro (Corporaciรณn Eva) (600p) [Not 24/7] -https://stmv2.zcasthn.com.br/evaretro/evaretro/playlist.m3u8 -#EXTINF:-1 tvg-id="Evavision.cl",Evavisiรณn (720p) -https://stmv1.zcasthn.com.br/evevision/evevision/playlist.m3u8 -#EXTINF:-1 tvg-id="EvavisionPachanga.cl",Evavisiรณn Pachanga (Corporaciรณn Eva) (720p) -http://159.69.56.148:25461/live/evavision/2r4rfasf/38.m3u8 -#EXTINF:-1 tvg-id="ExprezionTV.cl",Expreziรณn TV (720p) -https://srv3.zcast.com.br/expreszion/expreszion/playlist.m3u8 #EXTINF:-1 tvg-id="",Fanpop TV https://streaming-cl.sh1ny.space/memfs/e16d2f72-70b5-4bf5-b9c5-107b6390a10f.m3u8 #EXTINF:-1 tvg-id="Girovisual.cl",Girovisual (720p) https://unlimited1-cl-isp.dps.live/girovisual2/girovisual2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="GraciaTV.cl",Gracia TV (1080p) [Not 24/7] -http://v3.tustreaming.cl/graciatv/index.m3u8 #EXTINF:-1 tvg-id="HiperconectadosTV.cl",Hiperconectados TV https://stmv5.voxtvhd.com.br/hiperconectados/hiperconectados/playlist.m3u8 -#EXTINF:-1 tvg-id="HiperTV.cl",HiperTV (720p) [Not 24/7] -https://inliveserver.com:1936/11010/11010/playlist.m3u8 -#EXTINF:-1 tvg-id="HitoCeroTelevision.cl",Hito Cero Television -https://5ff3d9babae13.streamlock.net/8018/8018/playlist.m3u8 #EXTINF:-1 tvg-id="HolvoetTV.cl",Holvoet TV (Copiapรณ) (720p) [Not 24/7] https://unlimited1-us.dps.live/holvoettv/holvoettv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HuascoTelevision.cl",Huasco Televisiรณn (360p) https://paneltv.online:1936/8024/8024/playlist.m3u8 -#EXTINF:-1 tvg-id="InterradioTV.cl",Interradio TV (1080p) -https://cdn.jmvstream.com/w/LVW-13214/LVW13214_wLcadZJaYb/playlist.m3u8 -#EXTINF:-1 tvg-id="IquiqueTV.cl",Iquique TV (720p) -https://marine2.miplay.cl/arcatel/iquiquetv720/video.m3u8 #EXTINF:-1 tvg-id="ITVPatagonia.cl",ITV Patagonia (720p) https://unlimited1-cl.dps.live/itv/itv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ITVPatagonia.cl",ITV Patagonia (720p) [Not 24/7] https://unlimited1-us.dps.live/itv/itv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="JuntosTV.cl",Juntos TV (720p) -https://video.juntostvchile.cl:8879/hls/web-jntv.m3u8 #EXTINF:-1 tvg-id="Kanade.cl",Kanade (1080p) https://streaming-cl.sh1ny.space/memfs/0e41fc31-9f44-46d4-8712-0446e2f3dcaa.m3u8 -#EXTINF:-1 tvg-id="LaChilenaTV.cl",La Chilena TV -https://vdochile.com:3134/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="LaGranjaTV.cl",La Granja TV (720p) [Not 24/7] -https://5eae379fb77bb.streamlock.net/8126/8126/playlist.m3u8 -#EXTINF:-1 tvg-id="LaPopularTV.cl",La Popular TV (720p) -https://tv.streaming-chile.com:1936/lapopulartv/lapopulartv/playlist.m3u8 #EXTINF:-1 tvg-id="LaRed.cl",La Red (720p) [Not 24/7] https://unlimited1-cl-isp.dps.live/lared/lared.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="LancoTV.cl",Lanco TV (1080p) -https://lancotv.ngrok.app/hls/stream.m3u8 -#EXTINF:-1 tvg-id="LatinosRadio.cl",Latinos Radio -https://mediacpstreamchile.com:1936/latinosmedia-1/latinosmedia-1/playlist.m3u8 -#EXTINF:-1 tvg-id="LTV.cl",LTV (480p) -https://mediacpstreamchile.com:1936/ltvcanal/ltvcanal/playlist.m3u8 -#EXTINF:-1 tvg-id="MacarenaFM.cl",Macarena FM (720p) -https://5ff3d9babae13.streamlock.net/8042/8042/playlist.m3u8 -#EXTINF:-1 tvg-id="MaderoTV.cl",Madero TV (720p) -https://www.cloudscriptdog.cl:19360/madero-video-01/madero-video-01.m3u8 -#EXTINF:-1 tvg-id="Maulevision.cl",Maulevisiรณn (720p) -https://makestreaming.online:3723/stream/play.m3u8 -#EXTINF:-1 tvg-id="MaximaFMChile.cl",Maxima FM (720p) [Not 24/7] -https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/playlist.m3u8 -#EXTINF:-1 tvg-id="Mega.cl",Mega (480p) -https://unlimited1-cl-isp.dps.live/mega/mega.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MolinaTV.cl",Molina TV (1080p) -http://live.mundogo.cl/mundo/Molinatv/index.m3u8 -#EXTINF:-1 tvg-id="MTNATV.cl",MTNA TV (720p) -https://6362ca6f1fc28.streamlock.net/8140/8140/playlist.m3u8 -#EXTINF:-1 tvg-id="MundodelaMusica.cl",Mundo de la Mรบsica (480p) -https://videostreaming.cloudserverlatam.com/8078/8078/playlist.m3u8 -#EXTINF:-1 tvg-id="NativaTV.cl",Nativa TV (720p) -https://mediacpstreamchile.com:1936/nativa3/nativa3/playlist.m3u8 #EXTINF:-1 tvg-id="NCTV.cl",NCTV (1080p) https://pantera1-100gb-cl-movistar.dps.live/nctv/nctv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Nortevision.cl",Nortevisiรณn (720p) -https://live.tvcontrolcp.com:1936/nortevision/nortevision/playlist.m3u8 -#EXTINF:-1 tvg-id="NTV.cl",NTV (720p) -https://marine2.miplay.cl/ntv/playlist.m3u8 -#EXTINF:-1 tvg-id="Nublevision.cl",ร‘ublevisiรณn (Chillรกn) (720p) -https://cdn.oneplaychile.cl:1936/regionales/nublevision.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NuevaRegionTV.cl",Nueva Regiรณn TV (720p) -http://live.mundogo.cl/mundo/Nuevaregion/index.m3u8 -#EXTINF:-1 tvg-id="OndaRadio.cl",Onda Radio TV (1080p) -https://tv.streaming-chile.com:1936/ondaradio/ondaradio/playlist.m3u8 -#EXTINF:-1 tvg-id="Opinionsur.cl",Opinionsur -https://mediacpstreamchile.com:1936/opinionsur/opinionsur/playlist.m3u8 -#EXTINF:-1 tvg-id="OrigenTV.cl",Origen TV (480p) -https://tv.streaming-chile.com:1936/origentv/origentv/playlist.m3u8 -#EXTINF:-1 tvg-id="PandamaxChannel.cl",Pandamax Channel (1080p) -https://stream.wifiexpert.cl/telenorte/pandamaxch/playlist.m3u8 -#EXTINF:-1 tvg-id="Pauta.cl",Pauta (720p) -https://unlimited1-us.dps.live/pautatv/pautatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Pauta.cl",Pauta (720p) -https://unlimited6-cl.dps.live/pautatv/pautatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PichilemuTV.cl",Pichilemu TV (1080p) https://5ff3d9babae13.streamlock.net/8028/8028/playlist.m3u8 -#EXTINF:-1 tvg-id="PintanaTV.cl",Pintana TV (720p) -https://cdn.vms.grupoz.cl/lapintanatv/content/5a7c8e25e19d3e641aca9fb2/hls/playlist.m3u8 -#EXTINF:-1 tvg-id="PlanetaTV90s.cl",PlanetaTV 90s (720p) -https://mediacpstreamchile.com:1936/8102/8102/playlist.m3u8 -#EXTINF:-1 tvg-id="PlanetaTVKids.cl",PlanetaTV Kids (1080p) -https://mediacpstreamchile.com:1936/8152/8152/playlist.m3u8 -#EXTINF:-1 tvg-id="PlanetaTVMovie.cl",PlanetaTV Movie (720p) -https://scl.edge.grupoz.cl/movie/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PlanetaTVMusic.cl",PlanetaTV Music (720p) -https://scl.edge.grupoz.cl/music/live/music.m3u8 -#EXTINF:-1 tvg-id="PlazaTV.cl",Plaza TV (720p) -https://unlimited10-cl.dps.live/girovisual2/girovisual2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Portalfoxmix.cl",Portalfoxmix (908p) [Not 24/7] -http://tv.portalfoxmix.club:1935/portalfoxmix/portalfoxmix/playlist.m3u8 -#EXTINF:-1 tvg-id="Portalfoxmix.cl",Portalfoxmix (480p) [Not 24/7] -https://593b04c4c5670.streamlock.net/portalfoxmix/portalfoxmix/playlist.m3u8 #EXTINF:-1 tvg-id="PuconTV.cl",Pucรณn TV (1080p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/pucontv/pucontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PuranoticiaTV.cl",Puranoticia TV (720p) https://pnt.janusmedia.tv/hls/pnt.m3u8 -#EXTINF:-1 tvg-id="RadioElSembrador.cl",Radio El Sembrador (1080p) -https://tv.streaming-chile.com:19360/elsembrador/elsembrador.m3u8 -#EXTINF:-1 tvg-id="RadioHoyTV.cl",Radio Hoy TV (1080p) -https://panel.dattalive.com/8146/8146/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioQ.cl",Radio Q (1080p) -https://panel.miplay.cl:8081/radioq/index.m3u8 -#EXTINF:-1 tvg-id="RadioRancaguaFM.cl",Radio Rancagua FM (768p) [Not 24/7] -https://5eff35271151c.streamlock.net:1936/8056/8056/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioRitmoFM.cl",Radio Ritmo FM (720p) -https://video.streamingchilenos.cl:1936/8040/8040/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTouchTV.cl",Radio Touch TV (480p) -https://mediacpstreamchile.com:1936/8118/8118/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTributoValentina.cl",Radio Tributo Valentina (720p) -https://vdochile.com:3385/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="RadioZetaTV.cl",Radio Zeta TV (480p) -https://unlimited1-cl.dps.live/radioztv/radioztv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RadiotecaWebstereo.cl",Radioteca Webstereo (720p) -https://paneltv.net:3908/live/txtkignslive.m3u8 -#EXTINF:-1 tvg-id="RCKTV.cl",RCK TV (720p) -https://mediacpstreamchile.com:1936/ricardoaravena/ricardoaravena/playlist.m3u8 -#EXTINF:-1 tvg-id="RDOTelevision.cl",RDO Televisiรณn (480p) -http://live.mundogo.cl/mundo/RDO/index.m3u8 -#EXTINF:-1 tvg-id="RecuerdosRetro.cl",Recuerdos Retro -https://593b04c4c5670.streamlock.net/8002/8002/playlist.m3u8 -#EXTINF:-1 tvg-id="RestaurandoVidasInternacional.cl",Restaurando Vidas Internacional (720p) -https://v4.tustreaming.cl/restaurandovida/index.m3u8 -#EXTINF:-1 tvg-id="RetroPlus.cl",Retro Plus HD (720p) -https://video06.logicahost.com.br/retroplustv/retroplustv/playlist.m3u8 -#EXTINF:-1 tvg-id="RewindTV.cl",Rewind TV (720p) [Not 24/7] -https://tls.cdnz.cl/rewindtv/rewindtv/playlist.m3u8 -#EXTINF:-1 tvg-id="RTCTelevision.cl",RTC Televisiรณn -https://5eae379fb77bb.streamlock.net/rtctelevision/rtctelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="RTVNuble.cl",RTV ร‘uble (720p) -https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 -#EXTINF:-1 tvg-id="RuidosFM.cl",Ruidos FM (720p) -https://593b04c4c5670.streamlock.net/8038/8038/playlist.m3u8 #EXTINF:-1 tvg-id="SantaMariaTelevision.cl",Santa Marรญa Televisiรณn (720p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/smtv/smtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Sextavision.cl",Sextavisiรณn (720p) @@ -309,14 +93,8 @@ https://5ff3d9babae13.streamlock.net/8020/8020/playlist.m3u8 https://5ff3d9babae13.streamlock.net/8000/8000/playlist.m3u8 #EXTINF:-1 tvg-id="SoloBailalo.cl",SoloBรกilalo (480p) https://5ff3d9babae13.streamlock.net/8016/8016/playlist.m3u8 -#EXTINF:-1 tvg-id="SoloStandUp.cl",SoloStandUp (480p) [Not 24/7] -https://paneltv.online:1936/8116/8116/playlist.m3u8 -#EXTINF:-1 tvg-id="SpectrumChannel.cl",Spectrum Channel (720p) +#EXTINF:-1 tvg-id="PRIDEtvLATAM.cl@HD",PRIDEtv LATAM (720p) https://panel.miplay.cl:8082/spectrumchannel/index.m3u8 -#EXTINF:-1 tvg-id="StgoTV.cl",Stgo.TV (720p) -https://stv.janus.cl/playlist/stream.m3u8 -#EXTINF:-1 tvg-id="Subela.cl",Sรบbela (720p) -https://mdstrm.com/live-stream-playlist/5fad9b1d978fe1080e3ac4a8.m3u8 #EXTINF:-1 tvg-id="SuyaiTV.cl" http-referrer="https://suyaitv.cl",Suyai TV (1080p) #EXTVLCOPT:http-referrer=https://suyaitv.cl https://signal.suyaitv.cl/live/35/playlist.m3u8?username=ZZDemoIPTVGH&password=9PcdCnFxUe @@ -326,96 +104,42 @@ https://jireh-2-hls-video-us-isp.dps.live/hls-video/10b92cafdf3646cbc1e727f3dc76 https://unlimited1-us.dps.live/inet2/inet2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Tele2WebRetiro.cl",Tele 2 Web (Retiro) (720p) [Not 24/7] https://inliveserver.com:1936/11516/11516/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecanal.cl",Telecanal (480p) -https://unlimited1-cl-isp.dps.live/tctc/tctc.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCauquenes.cl",TeleCauquenes (720p) -https://vdo.panelstreaming.live:3401/hybrid/play.m3u8 #EXTINF:-1 tvg-id="TeletrakTV.cl",Teletrak (720p) https://unlimited6-cl.dps.live/sportinghd/sportinghd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Televida.cl",Televida (1080p) https://tls-cl.cdnz.cl/televida/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Telezion.cl",Telezion (720p) -https://paneltv.net:3751/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="TemucoTelevision.cl",Temuco Television -https://tv.streaming-chile.com:19360/temucotelevision/temucotelevision.m3u8 -#EXTINF:-1 tvg-id="TendenciasPrime.cl",Tendencias Prime (T31 | ร‘uรฑoa) (1080p) [Not 24/7] -https://v2.tustreaming.cl/tendenciastv/index.m3u8 -#EXTINF:-1 tvg-id="TerranovaTelevision.cl",Terranova Televisiรณn (810p) -https://5ff3d9babae13.streamlock.net/gtryhpwpwe/gtryhpwpwe/playlist.m3u8 #EXTINF:-1 tvg-id="Tevex.cl",Tevex (720p) [Not 24/7] https://v4.tustreaming.cl/tevexinter/index.m3u8 #EXTINF:-1 tvg-id="ThemaTelevision.cl",Thema Televisiรณn (La Serena) (720p) [Not 24/7] https://unlimited1-us.dps.live/thema/thema.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ThemaTelevision.cl",Thema Televisiรณn (La Serena) (720p) [Not 24/7] https://unlimited6-cl.dps.live/thema/thema.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TMNTV.cl",TMN TV (720p) -https://v1.tustreaming.cl/tmntv/index.m3u8 #EXTINF:-1 tvg-id="TNE.cl",TNE (720p) [Not 24/7] https://v2.tustreaming.cl/tnetv/index.m3u8 #EXTINF:-1 tvg-id="TurfMovil.cl",Turf Movil (720p) https://tvturf4.janus.cl/playlist/stream.m3u8?d=w&id= -#EXTINF:-1 tvg-id="TV5Linares.cl",TV5 Linares (720p) -https://unlimited1-us.dps.live/tv5/tv5.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5Linares.cl",TV5 Linares (720p) [Not 24/7] -https://unlimited6-cl.dps.live/tv5/tv5.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TV8Concepcion.cl",TV8 (Concepciรณn) (514p) [Geo-blocked] -https://593b04c4c5670.streamlock.net/8014/8014/playlist.m3u8 -#EXTINF:-1 tvg-id="TVBajoCero.cl",TV Bajo Cero (804p) -https://stmv2.zcasthn.com.br/bajocerotv/bajocerotv/playlist.m3u8 #EXTINF:-1 tvg-id="TVChile.cl",TV Chile (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/533adcc949386ce765657d7c.m3u8 -#EXTINF:-1 tvg-id="TVCosta.cl",TV Costa (720p) -https://tv.tvcontrolcp.com:1936/costatv1/costatv1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVElqui.cl",TV Elqui (720p) -https://paneltv.online:1936/8056/8056/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPlus2.cl",TV MรS 2 (480p) -https://marine2.miplay.cl/tateti/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPop.cl",TV Pop (720p) -https://v4.tustreaming.cl/poptv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2Quellon.cl",TV Quellรณn (1080p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/tvquellon/tvquellon.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVQuintaRegion.cl",TV Quinta Region (1080p) -https://mediacpstreamchile.com:1936/8002/8002/playlist.m3u8 #EXTINF:-1 tvg-id="TVSenado.cl",TV Senado (360p) https://janus-tv-ply.senado.cl/playlist/playlist.m3u8 #EXTINF:-1 tvg-id="TVUCT.cl",TV UCT (1080p) https://unlimited1-us.dps.live/uct/uct.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPlus.cl",TV+ (720p) [Geo-blocked] -https://mdstrm.com/live-stream-playlist/5c0e8b19e4c87f3f2d3e6a59.m3u8 -#EXTINF:-1 tvg-id="TVM.cl",TVM (720p) -https://tls-cl.cdnz.cl/tvm/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TVN.cl",TVN (1080p) [Geo-blocked] -https://panel.miplay.cl:8081/tvn/index.m3u8 #EXTINF:-1 tvg-id="TVN3.cl",TVN3 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5653641561b4eba30a7e4929.m3u8 -#EXTINF:-1 tvg-id="TVOSanVicente.cl",TVO San Vicente (720p) [Not 24/7] -https://5e3483cba9114.streamlock.net/8014/8014/playlist.m3u8 #EXTINF:-1 tvg-id="TVR.cl",TVR (1080p) [Not 24/7] https://unlimited1-us.dps.live/tvr/tvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVR.cl",TVR (720p) https://unlimited1-cl.dps.live/tvr/tvr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRCanal11.cl",TVR Canal 11 Curicรณ (1080p) -https://unlimited6-cl.dps.live/tvrcurico/tvrcurico.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVU.cl",TVU Concepciรณn (1080p) https://unlimited1-cl-isp.dps.live/tvu/tvu.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ULosLagosTV.cl",U Los Lagos TV (1080p) [Not 24/7] http://tv.ulagos.cl/web/live.m3u8 -#EXTINF:-1 tvg-id="UChileTV.cl",UChile TV (720p) -https://unlimited1-cl-isp.dps.live/uchiletv/uchiletv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UCVTV.cl",UCV TV (720p) https://unlimited2-cl-isp.dps.live/ucvtv2/ucvtv2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="UCV3TV.cl",UCV TV Eventos (720p) [Not 24/7] -https://unlimited10-cl.dps.live/ucvtveventos/ucvtveventos.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="UESTV.cl",UESTV (720p) -http://edge1.cl.grupoz.cl/uestv/live/playlist.m3u8 #EXTINF:-1 tvg-id="UESTV.cl",UESTV (720p) https://tls-cl.cdnz.cl/uestv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="UESTV.cl",UESTV (720p) -https://tls.cdnz.cl/uestv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="UMAGTV2.cl",UMAGTV 2 (720p) -https://tls-cl.cdnz.cl/umag2/live/playlist.m3u8 -#EXTINF:-1 tvg-id="UMAGTV.cl",UMAGTV Televisiรณn (Punta Arenas) (720p) -http://edge1.cl.grupoz.cl/tser5/live/playlist.m3u8 #EXTINF:-1 tvg-id="UATV.cl",Universidad Autรณnoma Temuco (UATV) (1080p) [Not 24/7] https://unlimited1-us.dps.live/uatv/uatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UATV.cl",Universidad Autรณnoma Temuco (UATV) (1080p) [Not 24/7] @@ -426,28 +150,10 @@ https://v2.tustreaming.cl/utv/index.m3u8 https://5eaccbab48461.streamlock.net:1936/8112/8112/playlist.m3u8 #EXTINF:-1 tvg-id="VCOnline.cl",VC Online (720p) https://panel.tvstream.cl:1936/8024/8024/playlist.m3u8 -#EXTINF:-1 tvg-id="VidaTV.cl",Vida TV (1080p) -http://181.224.64.2:89/vidatv/index.m3u8 -#EXTINF:-1 tvg-id="VisionPlusTV.cl",Visiรณn Plus TV (Melipilla) (720p) [Not 24/7] -https://v2.tustreaming.cl/visionplustv/index.m3u8 -#EXTINF:-1 tvg-id="VisionTV.cl",Vision TV (720p) -https://5cf4a2c2512a2.streamlock.net/8184/8184/playlist.m3u8 -#EXTINF:-1 tvg-id="VozdePoderTelevision.cl",Voz de Poder Television (720p) -https://v1.tustreaming.cl:19360/vozdepoder/vozdepoder.m3u8 #EXTINF:-1 tvg-id="VTVValledeAconcagua.cl",VTV Valle de Aconcagua (720p) [Not 24/7] https://unlimited1-us.dps.live/vtv/vtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VTVValledeAconcagua.cl",VTV Valle de Aconcagua (720p) [Not 24/7] https://unlimited6-cl.dps.live/vtv/vtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Wapp.cl",Wapp (1080p) -https://mdstrm.com/live-stream-playlist/6046495ddf98b007fa2fe807.m3u8 -#EXTINF:-1 tvg-id="YungayOnline.cl",Yungay Online -https://mediacpstreamchile.com:1936/8028/8028/playlist.m3u8 -#EXTINF:-1 tvg-id="ZappingMusic.cl",Zapping Music (720p) -https://zmlive.zappingtv.com/zm-free/zm.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ZonaLatina.cl",Zona Latina (480p) -http://190.2.212.209:8050/play/a0oj -#EXTINF:-1 tvg-id="ZonaPlayTV.cl",Zona Play TV (720p) -https://paneltv.online:1936/8100/8100/playlist.m3u8 #EXTINF:-1 tvg-id="VisionPlusTV.cl" http-referrer="https://visionplustv.cl/",Vision Plus TV (1080i) #EXTVLCOPT:http-referrer=https://visionplustv.cl/ https://5ff3d9babae13.streamlock.net/jwagpqxehu/jwagpqxehu/playlist.m3u8 @@ -469,3 +175,25 @@ https://xui-backend.energeek.cl/live/11/playlist.m3u8?username=ZZDemoIPTVGH&pass https://xui-backend.energeek.cl/live/10/playlist.m3u8?username=ZZDemoIPTVGH&password=mdo96EuqMkTR #EXTINF:-1 tvg-id="EnerGeek.cl",EnerGeek (1080p) https://xui-backend.energeek.cl/live/9/playlist.m3u8?username=ZZDemoIPTVGH&password=mdo96EuqMkTR +#EXTINF:-1 tvg-id="NTV.cl",NTV +https://panel.miplay.cl:8082/ntv/index.m3u8 +#EXTINF:-1 tvg-id="StgoTV.cl",Stgo.TV +https://panel.miplay.cl:8082/stgotv/index.m3u8 +#EXTINF:-1 tvg-id="TVPlus2.cl",TV+ 2 +https://panel.miplay.cl:8082/tvmas2/index.m3u8 +#EXTINF:-1 tvg-id="NativaTV.cl",Nativa TV +https://stmv5.voxtvhd.com.br/nativatv/nativatv/playlist.m3u8 +#EXTINF:-1 tvg-id="RecTV.cl",Rec TV +https://marine2.miplay.cl/rec/index.m3u8 +#EXTINF:-1 tvg-id="Canal21.cl@SD",Canal 21 +https://tls-cl.cdnz.cl/canal21tv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal74SanAntonio.cl@SD",Canal 74 San Antonio +https://eu1.servers10.com:8081/8050/index.m3u8 +#EXTINF:-1 tvg-id="HuascoTelevision.cl@SD",Huasco Television +https://paneltv.online:1936/huasco/huasco/playlist.m3u8 +#EXTINF:-1 tvg-id="MTNATV.cl@SD",MTNA TV +https://live.mtna.tv/hls/mtna/mtna.m3u8 +#EXTINF:-1 tvg-id="LaPopularTV.cl@SD",La Popular TV +https://tv.arkeo.cl:1936/enlacetv1/enlacetv1/playlist.m3u8 +#EXTINF:-1 tvg-id="Telecanal.cl@SD",Telecanal (720p) +http://190.110.160.210:8000/play/a07s/index.m3u8 diff --git a/streams/cm.m3u b/streams/cm.m3u index 7fff570be9..ed363a2315 100644 --- a/streams/cm.m3u +++ b/streams/cm.m3u @@ -1,24 +1,16 @@ #EXTM3U -#EXTINF:-1 tvg-id="CanaldeVie.cm",Canal de Vie (360p) -https://edge13.vedge.infomaniak.com/livecast/ik:canaldevie/playlist.m3u8 #EXTINF:-1 tvg-id="CENTelevision.cm",CEN Tรฉlรฉvision (1080p) https://strhlslb01.streamakaci.tv/cen/cen-multi/playlist.m3u8 -#EXTINF:-1 tvg-id="CRTV.cm",CRTV (480p) [Not 24/7] -https://edge.vedge.infomaniak.com/livecast/ik:fluxvideo-crtv/manifest.m3u8 #EXTINF:-1 tvg-id="CTVAfrique.cm",CTV Afrique (720p) https://stream.it-innov.com/ctv/index.m3u8 #EXTINF:-1 tvg-id="ForYouTV.cm",For You TV (480p) https://stream.az-multimedia.com:3793/live/foryoutvlive.m3u8 -#EXTINF:-1 tvg-id="GloryChristChannel.cm",Glory Christ Channel (720p) -https://stream.it-innov.com/gcc/index.m3u8 #EXTINF:-1 tvg-id="MISECTV.cm",MISEC TV (720p) https://stream.it-innov.com/misec/index.m3u8 #EXTINF:-1 tvg-id="MyTVChannel.cm",My TV Channel (720p) [Not 24/7] http://connectiktv.ddns.net:5000/mytvchannel/@mytvchannel/playlist.m3u8 #EXTINF:-1 tvg-id="PlayTV.cm",Play TV (720p) [Not 24/7] http://connectiktv.ddns.net:5000/playtv/@playtv/playlist.m3u8 -#EXTINF:-1 tvg-id="SCBCTV.cm",SCBC Television (1080p) -https://cdn.scbcmedia.com/scbctelevision/c9a1fdac6e082dd89e7173244f34d7b3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TR24Television.cm",TR24 (720p) https://stream.it-innov.com/tr24/index.m3u8 #EXTINF:-1 tvg-id="Vision4.cm",Vision 4 (360p) @@ -29,3 +21,9 @@ http://69.64.57.208/crtv/playlist.m3u8 http://69.64.57.208/canal2international/playlist.m3u8 #EXTINF:-1 tvg-id="EquinoxeTV.cm",Equinoxe TV http://69.64.57.208/equinoxtv/playlist.m3u8 +#EXTINF:-1 tvg-id="CAM10TV.cm@SD",CAM 10 TV +https://stream.it-innov.com/cam10tv/index.m3u8 +#EXTINF:-1 tvg-id="CRTVSportsandEntertainment.cm@SD",CRTV Sports and Entertainment +https://live20.bozztv.com/dvrfl06/astv/astv-crtvsport/index.m3u8 +#EXTINF:-1 tvg-id="MyRighteousTV.cm@SD",My Righteous TV +https://live20.bozztv.com/ssh101/ssh101/myrighteous/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index 22ec40a1f6..40e716bdbc 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -75,8 +75,6 @@ http://180.213.174.225:9901/tsfile/live/1027_1.m3u8?authid=0&key=txiptv&playlive http://180.213.174.225:9901/tsfile/live/1030_1.m3u8?authid=0&key=txiptv&playlive=1 #EXTINF:-1 tvg-id="CityTheaterChannel.cn",City Theater Channel http://49.113.179.174:4022/udp/238.125.1.60:5140 -#EXTINF:-1 tvg-id="CNCWorldEnglish.cn",CNCไธญๆ–‡ (720p) [Not 24/7] -http://source07.v.news.cn/live/CNC_CN/playlist.m3u8 #EXTINF:-1 tvg-id="DocumentaryHumanitiesChannel.cn",Documentary Humanities Channel http://49.113.179.174:4022/udp/238.125.3.135:5140 #EXTINF:-1 tvg-id="DOXSurround.cn",DOX Surround @@ -93,14 +91,6 @@ http://49.113.179.174:4022/udp/238.125.2.175:5140 http://60.175.115.119:1935/live/wenhua/playlist.m3u8 #EXTINF:-1 tvg-id="",Fengtai News TV http://60.175.115.119:1935/live/zonghe/playlist.m3u8 -#EXTINF:-1 tvg-id="",Foochow Children TV -http://live.zohi.tv/video/s10001-sepd-4/index.m3u8 -#EXTINF:-1 tvg-id="",Foochow TV-1 News -http://live.zohi.tv/video/s10001-FZTV-1/index.m3u8 -#EXTINF:-1 tvg-id="",Foochow TV-2 TV Series -http://live.zohi.tv/video/s10001-yspd-2/index.m3u8 -#EXTINF:-1 tvg-id="",Foochow TV-3 Life -http://live.zohi.tv/video/s10001-shpd-3/index.m3u8 #EXTINF:-1 tvg-id="",Foshan News TV http://dslive.grtn.cn/fszh/sd/live.m3u8 #EXTINF:-1 tvg-id="",Fusung News TV @@ -113,8 +103,6 @@ http://1732e975z9.zicp.fun:8082/hls/20/index.m3u8 http://49.113.179.174:4022/udp/238.125.5.102:5140 #EXTINF:-1 tvg-id="JiaJiaCartoon.cn",JiaJia Cartoon http://49.113.179.174:4022/udp/238.125.0.158:5140 -#EXTINF:-1 tvg-id="LanzhouComprehensiveNewsChannel.cn",Lanzhou Comprehensive News Channel -https://liveplus.lztv.tv/xwzh/HD/live.m3u8 #EXTINF:-1 tvg-id="LaughterTheater.cn",Laughter Theater http://49.113.179.174:4022/udp/238.125.2.159:5140 #EXTINF:-1 tvg-id="LiangshanTV.cn",Liangshan TV [Not 24/7] @@ -203,8 +191,6 @@ http://49.113.179.174:4022/udp/238.125.3.94:5140 http://php.jdshipin.com:8880/xztv.php?id=zy #EXTINF:-1 tvg-id="YanbianCineseComprehensiveChannel.cn",Yanbian Cinese Comprehensive Channel https://live.ybtvyun.com/video/s10016-6d4fe23a90b3/index.m3u8 -#EXTINF:-1 tvg-id="YanbianTV1.cn",Yanbian TV 1 -https://live.ybtvyun.com/video/s10016-ca5bdbc3f06d/index.m3u8 #EXTINF:-1 tvg-id="YicaiTV.cn",Yicai TV http://49.113.179.174:4022/udp/238.125.0.165:5140 #EXTINF:-1 tvg-id="ZhejiangInternationalChannel.cn",Zhejiang TV International @@ -217,12 +203,6 @@ http://123.146.162.24:8013/tslslive/vWlnEzU/hls/live_sd.m3u8 http://123.146.162.24:8013/tslslive/URetCnP/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="",ไธ‡ๅทž็ปผๅˆ (576p) [Not 24/7] http://123.146.162.24:8013/tslslive/noEX9SG/hls/live_sd.m3u8 -#EXTINF:-1 tvg-id="",ไธ‰ๆ˜Žๅ…ฌๅ…ฑ (720p) [Not 24/7] -https://stream.smntv.cn/smtv2/playlist.m3u8 -#EXTINF:-1 tvg-id="",ไธ‰ๆ˜Žๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] -https://stream.smntv.cn/smtv1/playlist.m3u8 -#EXTINF:-1 tvg-id="",ไธŠๆตท้‡‘ๅฑฑ็”ต่ง†ๅฐ (270p) -https://live.mudu.tv/watch/4zbn2f.m3u8 #EXTINF:-1 tvg-id="",ไธŠ่™ž1ๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] https://l.cztvcloud.com/channels/lantian/SXshangyu1/720p.m3u8 #EXTINF:-1 tvg-id="",ไธŠ่™ž3ๆ–ฐๅ•†้ƒฝ (720p) [Not 24/7] @@ -231,10 +211,6 @@ https://l.cztvcloud.com/channels/lantian/SXshangyu3/720p.m3u8 https://l.cztvcloud.com/channels/lantian/SXshangyu2/720p.m3u8 #EXTINF:-1 tvg-id="ChinaWeatherChannel.cn@SD",ไธญๅ›ฝๆฐ”่ฑก (576p) [Not 24/7] http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8 -#EXTINF:-1 tvg-id="CTiNews.tw@SD",ไธญๅคฉๆ–ฐ่ž (1080p) [Not 24/7] -http://seb.sason.top/sc/ztxw_fhd.m3u8 -#EXTINF:-1 tvg-id="CTVNewsChannel.tw@SD",ไธญ่ฆ–ๆ–ฐ่ž (1080p) [Geo-blocked] -http://seb.sason.top/sc/zsxw_fhd.m3u8 #EXTINF:-1 tvg-id="",ไธฐๅฎ็ปผๅˆ https://jwliveqxzb.hebyun.com.cn/fengningzonghe/fengningzonghe.m3u8 #EXTINF:-1 tvg-id="",ไน‹ๆฑŸ็บชๅฝ• @@ -247,8 +223,6 @@ http://33809.hlsplay.aodianyun.com/guangdianyun_33809/tv_channel_171.m3u8 http://tvdrs.wsrtv.com.cn:8100/channellive/ch2.flv #EXTINF:-1 tvg-id="",ไบ‘ๅ— โ…  ๆ–‡ๅฑฑ็ปผๅˆๅฐ (1080p) [Not 24/7] http://tvdrs.wsrtv.com.cn:8100/channellive/ch1.flv -#EXTINF:-1 tvg-id="",ไบ‘ๅ— โ…  ็บขๆฒณ็ปผๅˆๅฐ (1080p) -https://file.hhtv.cc/cms/videos/nmip-media/channellive/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="YunnanSatelliteTV.cn@SD",ไบ‘ๅ—ๅซ่ง† (1080p) https://hwapi.yunshicloud.com/8xughf/e0bx15.m3u8 #EXTINF:-1 tvg-id="YunnanSatelliteTV.cn@SD",ไบ‘ๅ—ๅซ่ง† (576p) @@ -283,22 +257,14 @@ http://220.180.110.101:8083/videos/live/33/59/NC7XQdEveyncq/NC7XQdEveyncq.m3u8 http://221.233.242.239:280/live/71/playlist.m3u8 #EXTINF:-1 tvg-id="",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) http://221.233.242.239:280/live/72/playlist.m3u8 -#EXTINF:-1 tvg-id="",ไปปไธ˜ๆ–‡ๅจฑ -https://jwcdnqx.hebyun.com.cn/live/rqtv2/1500k/tzwj_video.m3u8 #EXTINF:-1 tvg-id="YouManCartoonChannel.cn",ไผ˜ๆผซๅก้€š (576p) http://183.207.249.15/PLTV/4/224/3221225933/index.m3u8 #EXTINF:-1 tvg-id="YouManCartoonChannel.cn",ไผ˜ๆผซๅก้€š (576p) http://223.110.243.171/PLTV/3/224/3221226982/index.m3u8 -#EXTINF:-1 tvg-id="",ไผ˜่ง† (720p) -https://1-fss24-s0.streamhoster.com/lv_uchannel/_definst_/broadcast1/chunklist.m3u8 -#EXTINF:-1 tvg-id="",ไผ˜่ง† (720p) [Not 24/7] -https://1-fss24-s0.streamhoster.com/lv_uchannel/broadcast1/playlist.m3u8 #EXTINF:-1 tvg-id="",ไฝ™ๅงšๅงšๆฑŸๆ–‡ๅŒ– (576p) https://l.cztvcloud.com/channels/lantian/SXyuyao3/720p.m3u8 #EXTINF:-1 tvg-id="",ไฝ™ๅงšๆ–ฐ้—ป็ปผๅˆ (576p) https://l.cztvcloud.com/channels/lantian/SXyuyao1/720p.m3u8 -#EXTINF:-1 tvg-id="",ไพจไนก (1080p) -http://stream.jinjiang.tv/1/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๅ…ด้š†็ปผๅˆ https://jwcdnqx.hebyun.com.cn/live/xlzh/1500k/tzwj_video.m3u8 #EXTINF:-1 tvg-id="BingtuanSatelliteTV.cn@SD",ๅ…ตๅ›ขๅซ่ง† (540p) [Not 24/7] @@ -367,8 +333,6 @@ http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8 http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227436/index.m3u8 #EXTINF:-1 tvg-id="BeijingSatelliteTV.cn",ๅŒ—ไบฌๅซ่ง† (1080p) http://223.110.245.173/PLTV/4/224/3221227390/index.m3u8 -#EXTINF:-1 tvg-id="BeijingSatelliteTV.cn",ๅŒ—ไบฌๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="BeijingSatelliteTV.cn@SD",ๅŒ—ไบฌๅซ่ง† (1080p) [Not 24/7] http://112.25.48.68/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="BeijingSatelliteTV.cn",ๅŒ—ไบฌๅซ่ง† (1080p) [Not 24/7] @@ -415,14 +379,6 @@ http://223.110.245.155/ott.js.chinamobile.com/PLTV/3/224/3221227194/index.m3u8 https://live.nbs.cn/channels/njtv/xwzh/m3u8:500k/live.m3u8 #EXTINF:-1 tvg-id="",ๅ—ไบฌ็”Ÿๆดป (720p) https://live.nbs.cn/channels/njtv/shpd/m3u8:500k/live.m3u8 -#EXTINF:-1 tvg-id="",ๅ—ๅฎๅ…ฌๅ…ฑ (720p) [Not 24/7] -https://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8 -#EXTINF:-1 tvg-id="",ๅ—ๅฎๅฝฑ่ง†ๅจฑไน (720p) [Not 24/7] -https://hls.nntv.cn/nnlive/NNTV_VOD_A.m3u8 -#EXTINF:-1 tvg-id="",ๅ—ๅฎๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] -https://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8 -#EXTINF:-1 tvg-id="",ๅ—ๅฎ้ƒฝๅธ‚็”Ÿๆดป (720p) [Not 24/7] -https://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8 #EXTINF:-1 tvg-id="",ๅ—ๅทๆ–ฐ้—ป็ปผๅˆ (360p) http://221.5.213.4:30000/1111.m3u8 #EXTINF:-1 tvg-id="",ๅ—ๅทๆ—…ๆธธ็ปๆตŽ (360p) @@ -441,12 +397,8 @@ http://112.25.48.68/live/program/live/xmws/1300000/mnf.m3u8 http://hnsf.chinashadt.com:2036/zhuanma/tv1.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="CNDFilmDiscoveryChannel.cn@SD",ๅ‘็Žฐไน‹ๆ—… (576p) http://125.210.152.18:9090/live/FXZL_750.m3u8 -#EXTINF:-1 tvg-id="",ๅฐ่ฆ–ๆ–ฐ่ž (1080p) [Not 24/7] -http://seb.sason.top/sc/tsxw_fhd.m3u8 #EXTINF:-1 tvg-id="",ๅ‰ๅทžๆ–ฐ่ž็ถœๅˆ (1080p) http://218.204.153.158/10.m3u8 -#EXTINF:-1 tvg-id="",ๅ‰ๆž—7 (900p) [Not 24/7] -https://stream1.jlntv.cn/fzpd/sd/live.m3u8 #EXTINF:-1 tvg-id="JilinSatelliteTV.cn@SD",ๅ‰ๆž—ๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225680/index.m3u8 #EXTINF:-1 tvg-id="JilinSatelliteTV.cn@SD",ๅ‰ๆž—ๅซ่ง† (576p) @@ -463,14 +415,10 @@ http://125.210.152.18:9090/live/JLWSHD_H265.m3u8 https://stream4.jlntv.cn/test2/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๅ‰ๆž—ๅธ‚ๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] https://stream2.jlntv.cn/jilin1/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๅ‰ๆž—ไนกๆ‘ (900p) [Not 24/7] -https://stream1.jlntv.cn/xcpd/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๅดๆฑŸๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://30515.hlsplay.aodianyun.com/lms_30515/tv_channel_239.m3u8 #EXTINF:-1 tvg-id="HezhengTV.cn",ๅ’Œๆ”ฟ็”ต่ง†ๅฐ http://117.156.28.119/270000001111/1110000149/index.m3u8 -#EXTINF:-1 tvg-id="",ๅ”ฏๅฟƒ้›ป่ฆ– (480p) -https://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/playlist.m3u8 #EXTINF:-1 tvg-id="",ๅ˜‰ไฝณๅก้€š (576p) http://223.110.245.139/PLTV/4/224/3221227009/index.m3u8 #EXTINF:-1 tvg-id="",ๅ˜‰ไฝณๅก้€š (ๅนฟไธœ) (540p) [Not 24/7] @@ -537,12 +485,8 @@ http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225808/index.m3u8 http://media.fantv.hk/m3u8/archive/channel2_stream1.m3u8 #EXTINF:-1 tvg-id="CCTVWomensFashion.cn@SD",ๅฅณๆ€งๆ—ถๅฐš (576p) http://223.110.245.169/PLTV/4/224/3221227026/index.m3u8 -#EXTINF:-1 tvg-id="",ๅฆ‚ไธœๆ–ฐ้—ป็ปผๅˆ (480p) [Not 24/7] -http://live.rdxmt.com/channels/rudong/news/flv:sd/live #EXTINF:-1 tvg-id="",ๅญŸๅทž็”ต่ง†ๅฐ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10883-1.m3u8 -#EXTINF:-1 tvg-id="",ๅญคๆณจไธ€ๆŽทๆธ…ๆ™ฐ็‰ˆ -https://hd.ijycnd.com/play/zbqmMMkb/index.m3u8 #EXTINF:-1 tvg-id="NingxiaSatelliteChannel.cn@SD",ๅฎๅคๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225726/index.m3u8 #EXTINF:-1 tvg-id="NingxiaSatelliteChannel.cn@SD",ๅฎๅคๅซ่ง† (576p) @@ -555,10 +499,6 @@ http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225842/index.m3u8 http://183.207.248.71/gitv/live1/G_NINGXIA/G_NINGXIA #EXTINF:-1 tvg-id="NingxiaSatelliteChannel.cn@SD",ๅฎๅคๅซ่ง† (540p) http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝ โ…  ๆทฎๅŒ—ๅ…ฌๅ…ฑ (720p) -http://live.0561rtv.cn/ggpd/hd/live.m3u8 -#EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝ โ…  ๆทฎๅŒ—็ปผๅˆ (720p) -http://live.0561rtv.cn/xwzh/hd/live.m3u8 #EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝ โ…  ้ƒŽๆบช็ปผๅˆๅฐ (1080p) http://117.70.93.210:1935/live/xinwen/playlist.m3u8 #EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝ โ…  ้“œ้™ตๅ…ฌๅ…ฑ (720p) @@ -579,22 +519,12 @@ http://223.110.254.203:6610/cntv/live1/HD-8000k-1080P-anhuistv/HD-8000k-1080P-an http://183.207.248.71/cntv/live1/anhuistv/anhuistv #EXTINF:-1 tvg-id="AnhuiSatelliteTV.cn",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Timeout] http://112.25.48.68/live/program/live/ahwshd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="AnhuiSatelliteTV.cn",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Timeout] -http://zbbf2.ahtv.cn/live/749.m3u8 #EXTINF:-1 tvg-id="AnhuiSatelliteTV.cn",ๅฎ‰ๅพฝๅซ่ง† (576p) http://183.207.248.71/gitv/live1/AHWS/AHWS #EXTINF:-1 tvg-id="AnhuiSatelliteTV.cn",ๅฎ‰ๅพฝๅซ่ง† (576p) http://183.207.249.5/PLTV/4/224/3221225800/index.m3u8 #EXTINF:-1 tvg-id="AnhuiSatelliteTV.cn",ๅฎ‰ๅพฝๅซ่ง† (576p) http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225800/index.m3u8 -#EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝๅฐ่ฏด่ฏ„ไนฆๅนฟๆ’ญ [Geo-blocked] -http://stream1.ahrtv.cn/xspsgb/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝๆˆๆ›ฒๅนฟๆ’ญ [Geo-blocked] -http://stream2.ahrtv.cn/xnxq/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝๆ–ฐ้—ป็ปผๅˆๅนฟๆ’ญ [Geo-blocked] -http://stream2.ahrtv.cn/xnxw/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๅฎ‰ๅพฝๆ—…ๆธธๅนฟๆ’ญ [Geo-blocked] -http://stream2.ahrtv.cn/lygb/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๅฎŒ็พŽๆธธๆˆ (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/wmyx/wmyx #EXTINF:-1 tvg-id="",ๅฎœ็ซ ๆ–ฐ้—ป็ปผๅˆ (576p) @@ -633,8 +563,6 @@ http://223.110.243.171/PLTV/3/224/3221227258/index.m3u8 http://223.110.245.139/PLTV/4/224/3221227448/index.m3u8 #EXTINF:-1 tvg-id="ShandongTV.cn",ๅฑฑไธœๅซ่ง† (1080p) http://223.110.254.207:6610/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv/1.m3u8 -#EXTINF:-1 tvg-id="ShandongTV.cn",ๅฑฑไธœๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227258/index.m3u8 #EXTINF:-1 tvg-id="ShandongSatelliteTV.cn@SD",ๅฑฑไธœๅซ่ง† (720p) http://125.210.152.18:9090/live/SDWSHD_H265.m3u8 #EXTINF:-1 tvg-id="ShandongTV.cn",ๅฑฑไธœๅซ่ง† (576p) @@ -655,8 +583,6 @@ http://livealone302.iqilu.com/iqilu/shpd.m3u8 http://livealone302.iqilu.com/iqilu/zypd.m3u8 #EXTINF:-1 tvg-id="ShandongTVQiluChannel.cn",ๅฑฑไธœ้ฝ้ฒ (1080p) [Geo-blocked] http://livealone302.iqilu.com/iqilu/qlpd.m3u8 -#EXTINF:-1 tvg-id="",ๅฑฑ่ฅฟ โ…  ๆœ”ๅทžๆ–ฐ้—ปๅฐ (10p) [Not 24/7] -http://stream.sxsztv.com/live4/sd/live.m3u8 #EXTINF:-1 tvg-id="ShanxiTV.cn",ๅฑฑ่ฅฟๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 #EXTINF:-1 tvg-id="ShanxiTV.cn",ๅฑฑ่ฅฟๅซ่ง† (576p) @@ -675,14 +601,8 @@ http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8?BVUUID=C236454D-5355- http://117.156.28.119/270000001111/1110000130/index.m3u8 #EXTINF:-1 tvg-id="",ๅตŠๅทž็ปผๅˆ (720p) [Not 24/7] https://l.cztvcloud.com/channels/lantian/SXshengzhou1/720p.m3u8 -#EXTINF:-1 tvg-id="",ๅทดไธญๅ…ฌๅ…ฑ (1080p) [Not 24/7] -http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_247.m3u8 -#EXTINF:-1 tvg-id="",ๅทดไธญ็ปผๅˆ (1080p) [Not 24/7] -http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.m3u8 #EXTINF:-1 tvg-id="",ๅนณไนก็”ต่ง†ๅฐ (576p) http://hbpx.chinashadt.com:2036/live/px1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",ๅนฟไธœ โ€– ๆธ…ๆ–ฐ็ปผๅˆๅฐ (1080p) -https://hls.wiseqx.com/live/qxzh.m3u8 #EXTINF:-1 tvg-id="",ๅนฟไธœ โ…  ้Ÿถๅ…ณๅ…ฌๅ…ฑๅฐ (720p) [Not 24/7] https://www.sgmsw.cn/videos/tv/201805/1308/9P424TC5M000AFO13CXK6GN6BOA889D2/hls/live.m3u8 #EXTINF:-1 tvg-id="",ๅนฟไธœ โ…  ้Ÿถๅ…ณ็ปผๅˆๅฐ (720p) [Not 24/7] @@ -711,14 +631,10 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8 http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8 #EXTINF:-1 tvg-id="YanbianSatelliteTV.cn",ๅบทๅทดๅซ่ง† (576p) http://223.110.245.139/PLTV/4/224/3221227008/index.m3u8 -#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn",ๅปถ่พนๅซ่ง† (720p) -http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8 #EXTINF:-1 tvg-id="YanbianSatelliteTV.cn",ๅปถ่พนๅซ่ง† (576p) http://223.110.245.139/PLTV/4/224/3221227002/index.m3u8 #EXTINF:-1 tvg-id="YanbianSatelliteTV.cn",ๅปถ่พนๅซ่ง† (576p) http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8 -#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn",ๅปถ่พนๅซ่ง† (576p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8 #EXTINF:-1 tvg-id="",ๅปถ่พนๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] https://stream2.jlntv.cn/jlyb/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๅปบๅฎ‰็”ต่ง†ๅฐ (1080p) [Not 24/7] @@ -787,16 +703,8 @@ http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="",ๆ–ฐ็–†ๅซ่ง† (540p) http://112.25.48.68/live/program/live/xjws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="",ๆ–ฐ็–†ๅฐ‘ๅ„ฟ (720p) [Geo-blocked] -http://livehyw5.chinamcache.com/hyw/zb12.m3u8 -#EXTINF:-1 tvg-id="",ๆ–ฐ็–†ๆฑ‰่ฏญไฟกๆฏๆœๅŠก (720p) [Geo-blocked] -http://livehyw5.chinamcache.com/hyw/zb11.m3u8 -#EXTINF:-1 tvg-id="",ๆ–ฐ็–†ๆฑ‰่ฏญ็ปผ่‰บ (720p) [Geo-blocked] -http://livehyw5.chinamcache.com/hyw/zb04.m3u8 #EXTINF:-1 tvg-id="",ๆ–ฐ้ƒ‘็ปผๅˆ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 -#EXTINF:-1 tvg-id="",ๆ—บ่‹ๆ–ฐ้—ป (528p) [Not 24/7] -http://3g.dzsm.com/streamer/gycttv.m3u8 #EXTINF:-1 tvg-id="",ๆ˜Ÿ็ฉบ่ก›่ฆ– (576p) http://218.202.220.2:5000/nn_live.ts?id=STARTV #EXTINF:-1 tvg-id="",ๆ™‹ไธญๅ…ฌๅ…ฑ (1080p) [Not 24/7] @@ -809,20 +717,8 @@ http://hbjx.chinashadt.com:1935/live/jx1.stream/playlist.m3u8 http://hbjx.chinashadt.com:1935/live/stream:jx1.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="",ๆ™บๆ…งๆ•™่‚ฒ (576p) http://111.63.117.13:6060/030000001000/G_CETV-4/G_CETV-4.m3u8 -#EXTINF:-1 tvg-id="",ๆฑๅ…‰ไธ€ๅฅ— (576p) -http://hbdg.chinashadt.com:1936/live/stream:dgtv1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",ๆฑๅ…‰ไบŒๅฅ— (576p) -http://hbdg.chinashadt.com:1936/live/stream:dgtv2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",ๆฑๅ…‰็ถœ่— (576p) -http://hbdg.chinashadt.com:1936/live/stream:dgzy.stream/playlist.m3u8 #EXTINF:-1 tvg-id="",ๆพๅŽŸๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] https://stream2.jlntv.cn/sytv/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๆญฆๆฑ‰ๅค–่ฏญ (576p) -http://stream.appwuhan.com/6tzb/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๆญฆๆฑ‰ๆ–‡ไฝ“ (480p) -http://stream.appwuhan.com/5tzb/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๆญฆๆฑ‰็ปๆตŽ (360p) -http://stream.appwuhan.com/4tzb/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๆญฆ่ฟ›ๆ–ฐ้—ป (576p) [Not 24/7] https://live.wjyanghu.com/live/CH1.m3u8 #EXTINF:-1 tvg-id="",ๆญฆ่ฟ›็”Ÿๆดป (576p) [Not 24/7] @@ -833,8 +729,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="",ๆฐธๆ–ฐ็”ต่ง†ไบŒๅฅ— (576p) http://jxyx.chinashadt.com:2036/live/1003.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",ๆฑŸๆดฅๆ–‡ๅŒ–ๆ—…ๆธธ (576p) -http://222.179.155.21:1935/ch2.m3u8 #EXTINF:-1 tvg-id="",ๆฑŸๆดฅๆ–ฐ้—ป็ปผๅˆ (480p) http://222.179.155.21:1935/ch1.m3u8 #EXTINF:-1 tvg-id="",ๆฑŸๆดฅ็ปๆตŽ็”Ÿๆดป (480p) @@ -941,8 +835,6 @@ http://121.19.134.246:808/hls/20/index.m3u8 http://121.19.134.246:808/hls/21/index.m3u8 #EXTINF:-1 tvg-id="HenanTVSatellite.cn",ๆฒณๅ—ๅซ่ง† (576p) http://183.207.248.71/cntv/live1/henanstv/henanstv -#EXTINF:-1 tvg-id="HenanTVSatellite.cn",ๆฒณๅ—ๅซ่ง† (576p) -http://ott.js.chinamobile.com/PLTV/3/224/3221225815/index.m3u8 #EXTINF:-1 tvg-id="HenanTVSatellite.cn",ๆฒณๅ—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/hnws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="HeyuanPublicTV.cn@SD",ๆฒณๆบๅ…ฌๅ…ฑ (540p) @@ -951,24 +843,6 @@ https://tmpstream.hyrtv.cn/hygg/sd/live.m3u8 https://tmpstream.hyrtv.cn/xwzh/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๆดช้›…ๆ–ฐ้—ป็ปผๅˆ (1080p) http://117.172.215.250:8083/videos/live/35/39/GQVbrgob5CGJM/GQVbrgob5CGJM.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ6ๅฅ— (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel06/1080p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸไผ‘้—ฒ (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel06/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸๅ›ฝ้™… (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel10/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸๅฐ‘ๅ„ฟ (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel08/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸๆ•™่‚ฒ (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel04/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸๆ–ฐ้—ป (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel07/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸๆ˜“่ดญ (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel11/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸ็•™ๅญฆ (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel09/720p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ๆต™ๆฑŸ็ปๆตŽ (720p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel03/720p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ็ปๅ…ดๅฝฑ่ง† (720p) http://live.shaoxing.com.cn/video/s10001-sxtv3/index.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸ โ…  ็ปๅ…ด็ปผๅˆ (576p) @@ -997,10 +871,6 @@ http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221227483/index.m3u8 http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 #EXTINF:-1 tvg-id="ZhejiangSatelliteTV.cn",ๆต™ๆฑŸๅซ่ง† (1080p) http://223.110.254.210:6610/cntv/live1/zhejiangstv/zhejiangstv/1.m3u8 -#EXTINF:-1 tvg-id="ZhejiangSatelliteTV.cn",ๆต™ๆฑŸๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 -#EXTINF:-1 tvg-id="ZhejiangSatelliteTV.cn",ๆต™ๆฑŸๅซ่ง† (1080p) -https://hw-m-l.cztv.com/channels/lantian/channel01/1080p.m3u8 #EXTINF:-1 tvg-id="ZhejiangSatelliteTV.cn",ๆต™ๆฑŸๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_ZHEJIANG/G_ZHEJIANG #EXTINF:-1 tvg-id="",ๆต™ๆฑŸๅ›ฝ้™… (1080p) @@ -1011,48 +881,26 @@ https://qiniup-m-l.cztv.com/channels/lantian/channel010/1080p.m3u8 https://ali-m-l.cztv.com/channels/lantian/channel010/1080p.m3u8 #EXTINF:-1 tvg-id="ZhejiangChildrensChannel.cn",ๆต™ๆฑŸๅฐ‘ๅ„ฟ (1080p) https://qiniup-m-l.cztv.com/channels/lantian/channel008/1080p.m3u8 -#EXTINF:-1 tvg-id="ZhejiangChildrensChannel.cn",ๆต™ๆฑŸๅฐ‘ๅ„ฟ (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel08/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸๅฐ‘ๅ„ฟ https://ct-m-l.cztv.com/channels/lantian/channel008/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸๅฝฑ่ง† (720p) https://qiniup-m-l.cztv.com/channels/lantian/channel005/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸๆ•™็ง‘ https://ali-m-l.cztv.com/channels/lantian/channel004/1080p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸๆ•™็ง‘ๅฝฑ่ง† (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel004/1080p.m3u8 -#EXTINF:-1 tvg-id="ZhejiangDigitalTimesChannel.cn",ๆต™ๆฑŸๆ•ฐ็ ๆ—ถไปฃ (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel012/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸๆ–ฐ้—ป https://ali-m-l.cztv.com/channels/lantian/channel007/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸๆฐ‘็”Ÿ https://ali-m-l.cztv.com/channels/lantian/channel006/1080p.m3u8 -#EXTINF:-1 tvg-id="ZhejiangMinshengLeisure.cn",ๆต™ๆฑŸๆฐ‘็”Ÿไผ‘้—ฒ (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel006/1080p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ็•™ๅญฆ (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel09/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸ็ปๆตŽ https://ali-m-l.cztv.com/channels/lantian/channel003/1080p.m3u8 -#EXTINF:-1 tvg-id="ZhejiangEconomicChannel.cn",ๆต™ๆฑŸ็ปๆตŽ็”Ÿๆดป (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel003/1080p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ้’ฑๆฑŸ (1080p) -https://hw-m-l.cztv.com/channels/lantian/channel002/1080p.m3u8 -#EXTINF:-1 tvg-id="",ๆต™ๆฑŸ้’ฑๆฑŸ (1080p) [Not 24/7] -https://hw-m-l.cztv.com/channels/lantian/channel02/1080p.m3u8 #EXTINF:-1 tvg-id="",ๆต™ๆฑŸ้’ฑๆฑŸ https://ali-m-l.cztv.com/channels/lantian/channel002/1080p.m3u8 -#EXTINF:-1 tvg-id="HainanSatelliteTV.cn",ๆตทๅ—ๅซ่ง† (720p) [Not 24/7] -http://livelyws.chinamcache.com/lyws/zb01.m3u8?auth_key=1593241343-0-0-90b80e74457c94b2015f9428a1cb9b0e #EXTINF:-1 tvg-id="HainanSatelliteTV.cn",ๆตทๅ—ๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225722/index.m3u8 #EXTINF:-1 tvg-id="HainanSatelliteTV.cn",ๆตทๅ—ๅซ่ง† (576p) http://183.207.248.11/PLTV/4/224/3221225810/index.m3u8 #EXTINF:-1 tvg-id="HainanSatelliteTV.cn",ๆตทๅ—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/lyws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="",ๆตทๅ—ๅทž่—่ชž้ ป้“ (480p) -http://live.hnzzzzzdst.com/channel1/sd/live.m3u8 -#EXTINF:-1 tvg-id="",ๆตท็›ๆ–ฐ้—ป (720p) -http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๆตท่ฅฟๅทž็ปผๅˆ (576p) http://stream.haixitv.cn/1/sd/live.m3u8 #EXTINF:-1 tvg-id="",ๆถก้˜ณๆ–ฐ้—ป็ปผๅˆ (360p) @@ -1079,8 +927,6 @@ http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 #EXTINF:-1 tvg-id="ShenzhenSatelliteTV.cn",ๆทฑๅœณๅซ่ง† (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv -#EXTINF:-1 tvg-id="",ๆน–ๅŒ— โ…  ่†้—จๅ…ฌๅ…ฑๅฐ (1080p) [Geo-blocked] -http://jingmen.live.cjyun.org/video/s10101-jmggpd.m3u8 #EXTINF:-1 tvg-id="HubeiSatelliteTV.cn",ๆน–ๅŒ—ๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 #EXTINF:-1 tvg-id="HubeiSatelliteTV.cn",ๆน–ๅŒ—ๅซ่ง† (1080p) @@ -1097,8 +943,6 @@ http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227211/index.m3u8 http://223.110.245.170/PLTV/3/224/3221227211/index.m3u8 #EXTINF:-1 tvg-id="HubeiSatelliteTV.cn",ๆน–ๅŒ—ๅซ่ง† (1080p) http://223.110.254.136:6610/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hubeistv/1.m3u8 -#EXTINF:-1 tvg-id="HubeiSatelliteTV.cn",ๆน–ๅŒ—ๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227565/index.m3u8 #EXTINF:-1 tvg-id="HubeiSatelliteTV.cn",ๆน–ๅŒ—ๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_HUBEI/G_HUBEI #EXTINF:-1 tvg-id="HubeiSatelliteTV.cn",ๆน–ๅŒ—ๅซ่ง† (576p) @@ -1169,8 +1013,6 @@ https://31182.hlsplay.aodianyun.com/lms_31182/tv_channel_175.m3u8 http://117.156.28.119/270000001111/1110000145/index.m3u8 #EXTINF:-1 tvg-id="",็‚ซๅŠจๅก้€š (576p) http://223.110.245.139/PLTV/4/224/3221226388/index.m3u8 -#EXTINF:-1 tvg-id="DianzhangFinanceChannel.cn",็‚นๆŽŒ่ดข็ป (712p) -http://cclive.aniu.tv/live/anzb.m3u8 #EXTINF:-1 tvg-id="",็”˜่‚ƒๅ…ฌๅ…ฑ (540p) [Not 24/7] https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 #EXTINF:-1 tvg-id="GansuTV.cn",็”˜่‚ƒๅซ่ง† (1080p) @@ -1263,22 +1105,12 @@ http://111.63.117.13:6060/030000001000/G_CETV-2/G_CETV-2.m3u8 http://live.dxhmt.cn:9081/tv/11521-1.m3u8 #EXTINF:-1 tvg-id="",็ฝฎไธš (576p) http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227037/index.m3u8 -#EXTINF:-1 tvg-id="SinoVision.cn",็พŽๅ›ฝไธญๆ–‡็”ต่ง† (406p) [Not 24/7] -https://jpts.sinovision.net/livestream.m3u8 -#EXTINF:-1 tvg-id="",็พŽๅ›ฝ็‹—็‹—ๅฎ ็‰ฉ (1080p) -https://video.blivenyc.com/broadcast/prod/2061/22/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="",่€€ๆ‰่ดข็ป (288p) http://202.69.67.66:443/webcast/bshdlive-mobile/playlist.m3u8 #EXTINF:-1 tvg-id="",่€€ๆ‰่ดข็ป http://202.69.67.66/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="",่‚ƒๅทž็”ต่ง†ๅฐ (1080p) http://117.156.28.119/270000001111/1110000123/index.m3u8 -#EXTINF:-1 tvg-id="",่ˆŸๅฑฑๅ…ฌๅ…ฑ็”Ÿๆดป (720p) -http://live.wifizs.cn/ggsh/sd/live.m3u8 -#EXTINF:-1 tvg-id="ZhoushanNewsComprehensiveChannel.cn",่ˆŸๅฑฑๆ–ฐ้—ป็ปผๅˆ (240p) -http://live.wifizs.cn/xwzh/sd/live.m3u8 -#EXTINF:-1 tvg-id="",่ˆŸๅฑฑ็พคๅฒ›ๆ—…ๆธธ (720p) -http://live.wifizs.cn/qdly/sd/live.m3u8 #EXTINF:-1 tvg-id="",่Šœๆน–ๅ…ฌๅ…ฑ (576p) http://live1.wuhubtv.com/channel3/sd/live.m3u8 #EXTINF:-1 tvg-id="",่Šœๆน–ๆ–ฐ้—ป็ปผๅˆ (576p) @@ -1307,8 +1139,6 @@ http://palive.patv123.com:8091/live/xwpd_800K.m3u8 http://live1.wuhubtv.com/channel4/sd/live.m3u8 #EXTINF:-1 tvg-id="",่•ญๅฑฑ็”Ÿๆดป้ ป้“ (720p) [Not 24/7] https://l.cztvcloud.com/channels/lantian/SXxiaoshan2/720p.m3u8 -#EXTINF:-1 tvg-id="",่ขๅทž็ถœๅˆ้ ป้“ (576p) [Not 24/7] -http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.m3u8 #EXTINF:-1 tvg-id="XianSilkRoadChannel.cn",่ฅฟๅฎ‰ไธ่ทฏ (404p) [Not 24/7] http://stream2.xiancity.cn/xatv5/playlist.m3u8 #EXTINF:-1 tvg-id="",่ฅฟๅฎ‰ไน่ดญ่ดญ็‰ฉ (180p) [Not 24/7] @@ -1327,12 +1157,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225723/index.m3u8 http://117.169.120.140:8080/live/xizangstv/.m3u8 #EXTINF:-1 tvg-id="",่ฅฟ่—ๅซ่ง† (576p) http://183.207.249.16/PLTV/3/224/3221225523/index.m3u8 -#EXTINF:-1 tvg-id="",่ฅฟ่—ๅซ่ง† (576p) -http://media.vtibet.com/masvod/HLSLive/9/hanyuTV_q1.m3u8 -#EXTINF:-1 tvg-id="",่ฅฟ่—่—่ชž (576p) -http://media.vtibet.com/masvod/HLSLive/7/zangyuTV_q1.m3u8 -#EXTINF:-1 tvg-id="",่ฅฟ้’ๆ–ฐ้—ป็ปผๅˆ (1080p) [Not 24/7] -http://221.238.209.44:81/hls/live1.m3u8 #EXTINF:-1 tvg-id="",่ดตๅทžๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225728/index.m3u8 #EXTINF:-1 tvg-id="GuizhouTV.cn",่ดตๅทžๅซ่ง† (576p) @@ -1379,8 +1203,6 @@ http://stream01.dqtv123.com:1935/live/xinwenzonghe.stream/playlist.m3u8 http://stream01.dqtv123.com:1935/live/diqingzangyu.stream/playlist.m3u8 #EXTINF:-1 tvg-id="",้€šๅŒ–ๆ–ฐ้—ป [Geo-blocked] https://stream2.jlntv.cn/tonghua1/sd/live.m3u8 -#EXTINF:-1 tvg-id="TongzhouTV.cn",้€šๅทž็”ต่ง†ๅฐ (720p) -http://pull.dayuntongzhou.com/live/tztv.m3u8 #EXTINF:-1 tvg-id="",้‚—ๆฑŸ่ต„่ฎฏ (576p) http://223.110.245.139/PLTV/4/224/3221227154/index.m3u8 #EXTINF:-1 tvg-id="",้‚ขๅฐๅŸŽ็”Ÿ @@ -1473,10 +1295,6 @@ http://live.geermurmt.com/qhws/sd/live.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225727/index.m3u8 #EXTINF:-1 tvg-id="QinghaiTV.cn",้’ๆตทๅซ่ง† (540p) http://112.25.48.68/live/program/live/qhws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] -http://58.222.151.43:1935/live/xwzhpc/playlist.m3u8 -#EXTINF:-1 tvg-id="",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] -http://visit.jjbctv.com:1935/live/xwzhpc/playlist.m3u8 #EXTINF:-1 tvg-id="",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (480p) [Not 24/7] http://visit.jjbctv.com:1935/live/xwzhmb/playlist.m3u8 #EXTINF:-1 tvg-id="",้™ๅฎ็ปผๅˆ (1080p) @@ -1507,8 +1325,6 @@ http://223.110.245.170/PLTV/3/224/3221227252/index.m3u8 http://125.210.152.18:9090/live/HLJWSHD_H265.m3u8 #EXTINF:-1 tvg-id="HeilongjiangTV.cn",้ป‘้พ™ๆฑŸ (1080p) http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8 -#EXTINF:-1 tvg-id="HeilongjiangTV.cn",้ป‘้พ™ๆฑŸ (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227252/index.m3u8 #EXTINF:-1 tvg-id="HeilongjiangTV.cn",้ป‘้พ™ๆฑŸ (576p) http://183.207.248.71/gitv/live1/G_HEILONGJIANG/G_HEILONGJIANG #EXTINF:-1 tvg-id="",้ป‘้พ™ๆฑŸๅซ (1080p) @@ -1521,20 +1337,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225736/index.m3u8 http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 #EXTINF:-1 tvg-id="HeilongjiangTV.cn",้ป‘้พ™ๆฑŸๅซ่ง† (1080p) http://223.110.254.143:6610/cntv/live1/HD-8000k-1080P-heilongjiangstv/HD-8000k-1080P-heilongjiangstv/1.m3u8 -#EXTINF:-1 tvg-id="",้ป”่ฅฟๅ—ๅ…ฌๅ…ฑ (288p) [Geo-blocked] -http://live.qxndt.com/channel3/sd/live.m3u8 -#EXTINF:-1 tvg-id="",้ป”่ฅฟๅ—็ปผๅˆ (288p) [Geo-blocked] -http://live.qxndt.com/channel2/sd/live.m3u8 -#EXTINF:-1 tvg-id="DianzhangFinanceChannel.cn",้ปžๆŽŒ่ฒก็ถ“ (712p) -http://cclive2.aniu.tv/live/anzb.m3u8 -#EXTINF:-1 tvg-id="",้พ™ๅฃๅ›พๆ–‡ (576p) -http://yslk.chinashadt.com:1635/live/stream:di4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",้พ™ๅฃๆ–ฐ้—ป็ปผๅˆ (576p) -http://yslk.chinashadt.com:1635/live/stream:di1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",้พ™ๅฃ็”Ÿๆดป (576p) -http://yslk.chinashadt.com:1635/live/stream:di2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="",้พ™ๅฒฉ็ปผๅˆ (540p) -http://stream.lytv.net.cn/2/sd/live.m3u8 #EXTINF:-1 tvg-id="GoldenEagleCartoon.cn",Golden Eagle Cartoon http://1.24.190.98:10080/hls/51/index.m3u8 #EXTINF:-1 tvg-id="NeiMonggolTV2MongolianCultureChannel.cn",Nei Monggol TV 2 Mongolian Culture Channel @@ -1567,3 +1369,23 @@ https://play-live-hls.jxtvcn.com.cn/live-city/tv_jxtv5.m3u8 https://play-live-hls.jxtvcn.com.cn/live-city/tv_jxtv3.m3u8 #EXTINF:-1 tvg-id="JiangxiCityChannel.cn",Jiangxi City Channel https://play-live-hls.jxtvcn.com.cn/live-city/tv_jxtv2.m3u8 +#EXTINF:-1 tvg-id="PanzihihuaCultureTourismLifeChannel.cn",Panzihihua Culture Tourism & Life Channel +https://live.pzhkai.com/wlshtl/sd/live.m3u8?_upt=f156a1051729836828 +#EXTINF:-1 tvg-id="PanzihihuaNewsChannel.cn",Panzihihua News Channel +https://live.pzhkai.com/xwzhtl/sd/live.m3u8?_upt=6a1ad5741729836768 +#EXTINF:-1 tvg-id="TonghuaTV.cn",Tonghua TV +https://lsfb.avap.jilintv.cn/zqvk7vpj/channel/43ea5771aa44421591f9dfd2b71f1b9b/index.m3u8 +#EXTINF:-1 tvg-id="JilinRuralChannel.cn",Jilin Rural Channel +https://lsfb.avap.jilintv.cn/zqvk7vpj/channel/3ffc4824dce54b92be185555923ce382/index.m3u8 +#EXTINF:-1 tvg-id="JilinMovieChannel.cn",Jilin Movie Channel +https://lsfb.avap.jilintv.cn/zqvk7vpj/channel/906341e6f19b4c4bacdc89941eb85d12/index.m3u8 +#EXTINF:-1 tvg-id="JilinLifestyleChannel.cn",Jilin Lifestyle Channel +https://lsfb.avap.jilintv.cn/zqvk7vpj/channel/0a76740c72b74fabae611845aa21e06a/index.m3u8 +#EXTINF:-1 tvg-id="JilinCityChannel.cn",Jilin City Channel +https://lsfb.avap.jilintv.cn/zqvk7vpj/channel/7e8474e6daea44ccaa5aa2300191439e/index.m3u8 +#EXTINF:-1 tvg-id="GuangzhouTV.cn",Guangzhou TV +https://tencentplaybusiness.gztv.com/live/zonghes.m3u8 +#EXTINF:-1 tvg-id="HarbinMovieChannel.cn",Harbin Movie Channel +https://stream.hrbtv.net/yspd/playlist.m3u8 +#EXTINF:-1 tvg-id="CCTV4Asia.cn@SD",CCTV-4 Asia +http://trn03.bozztv.com/gin-cctv4/index.m3u8 diff --git a/streams/cn_cgtn.m3u b/streams/cn_cgtn.m3u index 3e7f8aa3ff..7e628668dd 100644 --- a/streams/cn_cgtn.m3u +++ b/streams/cn_cgtn.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="CGTN.cn",CGTN (1080p) -https://english-livebkws.cgtn.com/live/encgtn.m3u8 #EXTINF:-1 tvg-id="CGTN.cn",CGTN (576p) http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225917/index.m3u8 #EXTINF:-1 tvg-id="CGTN.cn",CGTN (576p) @@ -15,8 +13,6 @@ https://english-livebkali.cgtn.com/live/doccgtn.m3u8 https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8 #EXTINF:-1 tvg-id="CGTNSpanish.cn",CGTN Espaรฑol (1080p) https://espanol-livews.cgtn.com/hls/LSveOGBaBw41Ea7ukkVAUdKQ220802LSTexu6xAuFH8VZNBLE1ZNEa220802cd/playlist.m3u8 -#EXTINF:-1 tvg-id="CGTNSpanish.cn",CGTN Espaรฑol (576p) -https://livees.cgtn.com/1000e/prog_index.m3u8 #EXTINF:-1 tvg-id="CGTNSpanish.cn",CGTN Espaรฑol (576p) [Not 24/7] https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8 #EXTINF:-1 tvg-id="CGTNFrench.cn",CGTN Franรงais (1080p) [Not 24/7] diff --git a/streams/co.m3u b/streams/co.m3u index 45fd82708f..676205802d 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -1,140 +1,60 @@ #EXTM3U -#EXTINF:-1 tvg-id="AgendaAlDiaTV.co",Agenda Al Dรญa TV (720p) -https://cp.panelchs.com:1936/8156/8156/playlist.m3u8 -#EXTINF:-1 tvg-id="Amordiscos.co",Amordiscos (540p) [Geo-blocked] -https://canal.mediaserver.com.co/live/canalamordiscos.m3u8 -#EXTINF:-1 tvg-id="ANCTelevision.co",ANC Televisiรณn (480p) [Not 24/7] -https://canal.mediaserver.com.co/live/ANCTELEVISION.m3u8 -#EXTINF:-1 tvg-id="ATNTelevision.co",ATN Televisiรณn (640p) -https://59ef525c24caa.streamlock.net/atntelevision/atntelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="ATV.co",ATV (360p) [Not 24/7] -https://movil.ejeserver.com/live/verteve.m3u8 -#EXTINF:-1 tvg-id="ATV.co",ATV (360p) [Not 24/7] -https://video.ejeserver.com/live/verteve.m3u8 #EXTINF:-1 tvg-id="AvivamientoTV.co",Avivamiento TV (1080p) [Not 24/7] https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8 -#EXTINF:-1 tvg-id="AzufralCanalRegional.co",Azufral Canal Regional (720p) [Not 24/7] -https://tvlatina.live:1936/8020/8020/playlist.m3u8 #EXTINF:-1 tvg-id="CanalVisionDorada.co",Bum Televisiรณn (720p) [Not 24/7] https://movil.ejeserver.com/live/visiondorada.m3u8 #EXTINF:-1 tvg-id="CanalVisionDorada.co",Bum Televisiรณn (720p) [Not 24/7] https://video.ejeserver.com/live/visiondorada.m3u8 -#EXTINF:-1 tvg-id="C4Television.co",C4 Televisiรณn (720p) [Not 24/7] -https://eu1.servers10.com:8081/8148/index.m3u8 -#EXTINF:-1 tvg-id="CableSurTV.co",Cable Sur TV (720p) -https://tvlatina.live:1936/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="Cablenoticias.co",Cablenoticias (1080p) https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8 #EXTINF:-1 tvg-id="CaliTV.co",Cali TV (540p) [Not 24/7] https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 -#EXTINF:-1 tvg-id="CampoTelevision.co",Campo Televisiรณn (720p) -https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 #EXTINF:-1 tvg-id="Canal1.co",Canal 1 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 -#EXTINF:-1 tvg-id="Canal2AlpavisionIbague.co",Canal 2 Alpavisiรณn Ibaguรฉ (720p) [Not 24/7] -https://stmv4.voxtvhd.com.br/alpavisionibague/alpavisionibague/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2AlpavisionNeiva.co",Canal 2 Alpavisiรณn Neiva (720p) [Not 24/7] https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal2.co",Canal 2 Cali (720p) -https://video13.virtualtronics.com/streamer/canal2.m3u8 -#EXTINF:-1 tvg-id="Canal8Sincelejo.co",Canal 8 Sincelejo (480p) -https://glb.bozztv.com/glb/ssh101/envivocanal8/index.m3u8 #EXTINF:-1 tvg-id="Canal8TVPlus.co",Canal 8 TV+ (720p) https://movil.ejeserver.com/live/canal8tv.m3u8 #EXTINF:-1 tvg-id="Canal8TVPlus.co",Canal 8 TV+ (720p) https://video.ejeserver.com/live/canal8tv.m3u8 -#EXTINF:-1 tvg-id="Canal9.co",Canal 9 Cosespu (720p) -https://video2.lhdserver.es/canal9cosespu/live.m3u8 #EXTINF:-1 tvg-id="Canal10SOLTV.co",Canal 10 SOL TV (1080p) http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Canal14Codazzi.co",Canal 14 Codazzi (720p) [Not 24/7] https://eu1.servers10.com:8081/8056/index.m3u8 -#EXTINF:-1 tvg-id="Canal14Regional.co",Canal 14 Regional (720p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/videoenvivo/playlist.m3u8 #EXTINF:-1 tvg-id="Canal55TelemoriscoTV.co",Canal 55 Telemorisco TV (720p) http://canal.mediaserver.com.co/live/telemorisco.m3u8 -#EXTINF:-1 tvg-id="CanalCapital.co",Canal Capital (1080p) -https://cdns.livewave.co:8081/ccapitallive/index.m3u8 -#EXTINF:-1 tvg-id="CanalCineDios.co",Canal Cine Dios (480p) -https://canal.mediaserver.com.co/live/cinedios.m3u8 #EXTINF:-1 tvg-id="CanalDos.co",Canal Dos Yopal (720p) http://131.221.41.94/hls/canal2.m3u8 -#EXTINF:-1 tvg-id="CanalDos.co",Canal Dos Yopal (720p) [Not 24/7] -https://canaldos.internetinalambrico.com.co:1936/live/canal2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalINFOTV.co",Canal INFO TV (1080p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/infotv01/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalInstitucional.co",Canal Institucional (720p) [Not 24/7] -https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalInstitucional.co",Canal Institucional (480p) -http://190.2.212.209:8050/play/a0lw #EXTINF:-1 tvg-id="CanalMasTelevision.co",Canal Mรกs Televisiรณn (720p) https://movil.ejeserver.com/live/teledoradahd.m3u8 #EXTINF:-1 tvg-id="CanalMasTelevision.co",Canal Mรกs Televisiรณn (720p) https://video.ejeserver.com/live/teledoradahd.m3u8 -#EXTINF:-1 tvg-id="CanalMundoVision.co",Canal Mundo Visiรณn (720p) -https://movil.ejeserver.com/live/mundovisiontv.m3u8 -#EXTINF:-1 tvg-id="CanalMundoVision.co",Canal Mundo Visiรณn (720p) -https://video.ejeserver.com/live/mundovisiontv.m3u8 #EXTINF:-1 tvg-id="CanalNets.co",Canal Nets (720p) [Not 24/7] https://movil.ejeserver.com/live/nets.m3u8 #EXTINF:-1 tvg-id="CanalNets.co",Canal Nets (720p) [Not 24/7] https://video.ejeserver.com/live/nets.m3u8 #EXTINF:-1 tvg-id="CanalOracionConSon.co",Canal Oraciรณn Con Son (1080p) https://canal.mediaserver.com.co/live/oracionconson.m3u8 -#EXTINF:-1 tvg-id="CanalPyC.co",Canal PyC (480p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/pyctelevision/index.m3u8 -#EXTINF:-1 tvg-id="CanalRCN.co",Canal RCN (480p) -http://190.2.212.209:8050/play/a0lt -#EXTINF:-1 tvg-id="CanalRegionalFTV.co",Canal Regional FTV (720p) [Not 24/7] -https://tvlatina.live:1936/8024/8024/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalSantaMartaTV.co",Canal Santa Marta TV (720p) [Not 24/7] -https://streaming.amelbasoluciones.co:19360/santamartalive/santamartalive.m3u8 #EXTINF:-1 tvg-id="CanalTelefamilia.co",Canal Telefamilia (360p) [Not 24/7] https://stmv2.voxtvhd.com.br/telefamilia/telefamilia/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalTelePalmar.co",Canal TelePalmar (480p) [Not 24/7] -https://play.amelbasoluciones.co:3976/live/telepalmartvlive.m3u8 #EXTINF:-1 tvg-id="CanalTRO.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Canal TRO (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/canaltro2live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalTRO.co",Canal TRO (480p) -http://190.2.212.209:8050/play/a0m5 #EXTINF:-1 tvg-id="CanalTROPlus.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Canal TRO Plus (1080p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/canaltro2live/smil:troplus.smil/playlist.m3u8 #EXTINF:-1 tvg-id="",Caracol Noticias Ahora (720p) https://mdstrm.com/live-stream-playlist/632391734be92a791e2750e6.m3u8 -#EXTINF:-1 tvg-id="CaracolTV.co",Caracol TV (720p) [Geo-blocked] -https://mdstrm.com/live-stream-playlist/574463697b9817cf0886fc17.m3u8 -#EXTINF:-1 tvg-id="CarareTV.co",Carare TV (1080p) [Not 24/7] -https://cp.panelchs.com:1936/8160/8160/playlist.m3u8 #EXTINF:-1 tvg-id="ChampionTV.co",Champion TV (1080p) https://canal.mediaserver.com.co/live/ChampionTv.m3u8 -#EXTINF:-1 tvg-id="CiudadelaTV.co",CiudadelaTV (614p) [Not 24/7] -https://cp.panelchs.com:1936/8096/8096/playlist.m3u8 #EXTINF:-1 tvg-id="CNCHDOnline.co",CNC HD Online (1080p) [Geo-blocked] https://hvtraficonew.ddns.net/pastocnc6/cnc6/playlist.m3u8 -#EXTINF:-1 tvg-id="CNCMedellin.co",CNC Medellรญn (720p) [Geo-blocked] -http://cncmedellin.ddns.net:1935/canalcnc/canalcnc_360p/playlist.m3u8 #EXTINF:-1 tvg-id="CNCPasto.co",CNC Pasto (720p) [Geo-blocked] https://hvtraficonew.ddns.net/pastocnc9/cnc9/playlist.m3u8 -#EXTINF:-1 tvg-id="GalerasTV.co",CNC Pasto Galeras TV (720p) [Geo-blocked] -https://hvtraficonew.ddns.net/pastocnc8/cnc8/playlist.m3u8 -#EXTINF:-1 tvg-id="HitsChannel.co",CNC Pasto Hits Channel (1024p) [Geo-blocked] -https://hvtraficonew.ddns.net/pastocnc1/cnc1/playlist.m3u8 -#EXTINF:-1 tvg-id="SentimientoVallenato.co",CNC Pasto Sentimiento Vallenato (720p) [Geo-blocked] -https://hvtraficonew.ddns.net/pastocnc4/cnc4/playlist.m3u8 -#EXTINF:-1 tvg-id="SonCorazon.co",CNC Pasto Son Corazรณn (720p) [Geo-blocked] -https://hvtraficonew.ddns.net/pastocnc3/cnc3/playlist.m3u8 -#EXTINF:-1 tvg-id="SonLatino.co",CNC Pasto Son Latino (1080p) [Geo-blocked] -https://hvtraficonew.ddns.net/pastocnc2/cnc2/playlist.m3u8 -#EXTINF:-1 tvg-id="SonPopular.co",CNC Pasto Son Popular (720p) [Geo-blocked] -https://hvtraficonew.ddns.net/pastocnc7/cnc7/playlist.m3u8 #EXTINF:-1 tvg-id="CNCSantanderdeQuilichao.co",CNC Santander de Quilichao (480p) https://movil.ejeserver.com/live/cncsantander.m3u8 #EXTINF:-1 tvg-id="CNCSantanderdeQuilichao.co",CNC Santander de Quilichao (480p) https://video.ejeserver.com/live/cncsantander.m3u8 -#EXTINF:-1 tvg-id="CNCTulua.co",CNC Tuluรก (720p) -https://servers.amelbasoluciones.co:19360/cnctulualive/cnctulualive.m3u8 #EXTINF:-1 tvg-id="Cosmovision.co",Cosmovision (720p) https://videohls2.cosmovision.tv/hls/sd.m3u8 #EXTINF:-1 tvg-id="Cristovision.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Cristovisiรณn (480p) @@ -144,90 +64,30 @@ https://liveingesta118.cdnmedia.tv/cristovisiontvlive/smil:rtmp01.smil/playlist. https://59a564764e2b6.streamlock.net/ctvbarranquilla/ctv/playlist.m3u8 #EXTINF:-1 tvg-id="Eduvision.co",Eduvision (1080p) https://stmv3.voxtvhd.com.br/conex2/conex2/playlist.m3u8 -#EXTINF:-1 tvg-id="EnCasaTV.co",En Casa TV (1080p) [Not 24/7] -https://cp.panelchs.com:1936/8112/8112/playlist.m3u8 -#EXTINF:-1 tvg-id="Eureka.co",Eureka (1080p) -https://cdns.livewave.co:8081/eurekalive/index.m3u8 -#EXTINF:-1 tvg-id="FamiliChannel.co",Famili Channel (720p) -https://cp.panelchs.com:1936/8012/8012/playlist.m3u8 #EXTINF:-1 tvg-id="FrecuenciaFTV.co",Frecuencia F TV (1080p) https://tv.frecuenciaf.com/live/envivo.m3u8 -#EXTINF:-1 tvg-id="FullMusica.co",Full Mรบsica (720p) -https://eu1.servers10.com:8081/8060/index.m3u8 -#EXTINF:-1 tvg-id="HuellasTV.co",Huellas.TV (1080p) -https://cp.panelchs.com:1936/8170/8170/playlist.m3u8 -#EXTINF:-1 tvg-id="HuilaTV.co",Huila TV (720p) -https://plataformavideo.com:19360/8020/8020.m3u8 -#EXTINF:-1 tvg-id="INPOTV.co",INPO TV (720p) -https://cp.panelchs.com:1936/8108/8108/playlist.m3u8 -#EXTINF:-1 tvg-id="LaCadenadelaBendicion.co",La Cadena de la Bendiciรณn (1080p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/cadenadelabend/index.m3u8 -#EXTINF:-1 tvg-id="LaDespechadaTV.co",La Despechada TV (720p) -https://servidordevideo.com:3077/live/despechadalive.m3u8 #EXTINF:-1 tvg-id="LaHermandadSalsera.co",La Hermandad Salsera (1080p) [Not 24/7] https://streamlov.alsolnet.com/hermandadsalsera/live/playlist.m3u8 -#EXTINF:-1 tvg-id="LaHermosaStereoTV.co",La Hermosa Stereo TV (720p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/lhstv/index.m3u8 #EXTINF:-1 tvg-id="LunaEstereo1064FM.co",Luna Estรฉreo 106.4 FM (720p) [Not 24/7] https://servervideo.intermediacolombia.com:19360/kychbbfhdz/kychbbfhdz.m3u8 -#EXTINF:-1 tvg-id="MariquitaStereo.co",Mariquita Stereo (720p) -https://tvlatina.live:1936/8016/8016/playlist.m3u8 #EXTINF:-1 tvg-id="MasMusicaFM.co",MasMusica FM (720p) https://movil.ejeserver.com/live/masmusica.m3u8 #EXTINF:-1 tvg-id="MasMusicaFM.co",MasMusica FM (720p) https://video.ejeserver.com/live/masmusica.m3u8 #EXTINF:-1 tvg-id="MCITelevision.co",MCI Television https://video.ejeserver.com/live/mcitelevision.m3u8 -#EXTINF:-1 tvg-id="MelodyChannel.co",Melody Channel Colombia (540p) -https://canal.mediaserver.com.co/live/MelodyChannel.m3u8 -#EXTINF:-1 tvg-id="MiGenteTV.co",Mi Gente TV (720p) [Geo-blocked] -https://byecableiptvnew3.ddns.net/ENVIVOMIGENTE/index.m3u8 -#EXTINF:-1 tvg-id="MoniTV.co",MoniTV (720p) [Not 24/7] -https://servers.amelbasoluciones.co:19360/monitvlive/monitvlive.m3u8 -#EXTINF:-1 tvg-id="MovieFe.co",MovieFe (720p) [Not 24/7] -https://vcp.myplaytv.com/moviefe/moviefe/playlist.m3u8 -#EXTINF:-1 tvg-id="MulticanalTelevision.co",Multicanal Televisiรณn (720p) -https://ssh101-fl.bozztv.com/ssh101/multicanal/index.m3u8 #EXTINF:-1 tvg-id="Noticiero90Minutos.co",Noticiero 90 Minutos (720p) [Not 24/7] https://cdns.livewave.co:8081/90minutoslive/index.m3u8 -#EXTINF:-1 tvg-id="NSTV.co",NSTV (1080p) -https://cp.panelchs.com:1936/8162/8162/playlist.m3u8 #EXTINF:-1 tvg-id="OasisTV.co",Oasis TV (720p) [Not 24/7] https://5e85d90130e77.streamlock.net/6020/6020/playlist.m3u8 #EXTINF:-1 tvg-id="OndambientalTV.co",Ondambiental TV (360p) https://stmv4.voxtvhd.com.br/ondastereo/ondastereo/playlist.m3u8 -#EXTINF:-1 tvg-id="PSTelevision.co",PS Televisiรณn (720p) [Not 24/7] -https://xhateaec.com/livestreams/19.crKOSL8FRzpid0MA.m3u8 -#EXTINF:-1 tvg-id="PSCTelevision.co",PSC Televisiรณn (720p) [Not 24/7] -https://stmv4.voxtvhd.com.br/psctv/psctv/playlist.m3u8 -#EXTINF:-1 tvg-id="",PyC Televisiรณn (720p) [Not 24/7] -https://ssh101-fl.bozztv.com/ssh101/pyctelevision/playlist.m3u8 -#EXTINF:-1 tvg-id="RCNNovelas.co",RCN Novelas (480p) -http://190.2.212.209:8050/play/a0ox -#EXTINF:-1 tvg-id="RCNXtra.co",RCN Xtra (1080p) -https://latv-rcn-xtra-1-mx.tcl.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RDMTelevision.co",RDM Televisiรณn (720p) [Not 24/7] -https://cp.panelchs.com:1936/8010/8010/playlist.m3u8 #EXTINF:-1 tvg-id="RedPlus.co",Red+ (1080p) https://inforedvos.lcdn.claro.net.co/Content/HLS_HLS_DIR/Live/channel(REDMASHDWEB)/master.m3u8 #EXTINF:-1 tvg-id="Reyali.co",Reyali (614p) https://eu1.servers10.com:8081/8090/index.m3u8 -#EXTINF:-1 tvg-id="SalsaGordaTelevision.co",Salsa Gorda Television (720p) -https://ssh101-fl.bozztv.com/ssh101/qMUAZEy/index.m3u8 -#EXTINF:-1 tvg-id="SantelTV.co",Santel TV (720p) -https://tvlatina.live:1936/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="SatelCanal4.co",Satel Canal 4 (1080p) -https://server.asilivehd.com:3802/live/canal4live.m3u8 -#EXTINF:-1 tvg-id="SenalColombia.co",Seรฑal Colombia (1080p) -https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SinLimites.co",Sin Limites (480p) -http://190.2.212.209:8050/play/a0pa #EXTINF:-1 tvg-id="SuramTV.co",Suram TV (1080p) https://livetv.305streamhd.com:3111/live/suramtvlive.m3u8 -#EXTINF:-1 tvg-id="TamesisTeVe.co",Tรกmesis TeVe (614p) [Not 24/7] -https://tvlatina.live:1936/8018/8018/playlist.m3u8 -#EXTINF:-1 tvg-id="TDIColombia.co",TDI Colombia (720p) [Not 24/7] -https://streaming.amelbasoluciones.co:8081/tdicolombia/index.m3u8 #EXTINF:-1 tvg-id="TeleAmiga.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Tele Amiga (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/teleamigatvlive/smil:dvrlive.smil/playlist.m3u8 @@ -238,101 +98,57 @@ https://video.ejeserver.com/live/telesanjacinto.m3u8 #EXTINF:-1 tvg-id="TeleVid.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Tele Vid (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/televidtvlive/smil:dvrlive.smil/playlist.m3u8?DVR= -#EXTINF:-1 tvg-id="Teleantioquia.co",Teleantioquia (480p) -http://190.2.212.209:8050/play/a0n1 #EXTINF:-1 tvg-id="Teleantioquia.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Teleantioquia (360p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:dvrlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Teleantioquia2.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Teleantioquia 2 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:live.smil/playlist.m3u8?DVR= -#EXTINF:-1 tvg-id="Telecafe.co",Telecafe (480p) -http://190.2.212.209:8050/play/a0ne #EXTINF:-1 tvg-id="Telecafe.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Telecafรฉ (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/telecafelive/smil:dvrlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telecaribe.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Telecaribe (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/telecaribetvlive/smil:rtmp01.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecaribe.co",Telecaribe (480p) -http://190.2.212.209:8050/play/a0nc #EXTINF:-1 tvg-id="TelecaribePlus.co" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Telecaribe Plus (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/telecaribetvlive/smil:rtmp02.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCimitarra.co",TeleCimitarra (720p) -https://cp.panelchs.com:1936/8094/8094/playlist.m3u8 #EXTINF:-1 tvg-id="Teleislas.co",Teleislas (486p) [Not 24/7] https://5ab772334c39c.streamlock.net/live-teleislas/teleislas/playlist.m3u8 -#EXTINF:-1 tvg-id="Teleislas.co",Teleislas (480p) -http://190.2.212.209:8050/play/a0m6 -#EXTINF:-1 tvg-id="TelemusicaTV.co",Telemรบsica TV (540p) [Geo-blocked] -https://canal.mediaserver.com.co/live/telemusica.m3u8 -#EXTINF:-1 tvg-id="TelenetTelevision.co",Telenet Televisiรณn (478p) -https://cp.panelchs.com:1936/8058/8058/playlist.m3u8 -#EXTINF:-1 tvg-id="Telepacifico.co",Telepacifico (480p) -http://190.2.212.209:8050/play/a0n3 -#EXTINF:-1 tvg-id="Telepacifico.co",Telepacรญfico (1080p) [Not 24/7] -https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Telepasto.co",Telepasto (360p) [Geo-blocked] -https://hvtraficonew.ddns.net/telepasto/telepasto.stream/index.m3u8 -#EXTINF:-1 tvg-id="Telesangil.co",Telesangil (720p) [Not 24/7] [Geo-blocked] -https://hvtraficonew.ddns.net/tvsangil/tvsangil/index.m3u8 -#EXTINF:-1 tvg-id="Televilla.co",Televilla (720p) [Not 24/7] -https://cp.panelchs.com:1936/8060/8060/playlist.m3u8 #EXTINF:-1 tvg-id="Trece.co",Trece (720p) https://stream.logicideas.media/canaltrece-live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TrecePlus.co",Trece + (720p) https://stream.logicideas.media/canaltreceplus-live/smil:live1plus.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TrecePlus.co",Trece+ (480p) http://190.2.212.209:8050/play/a0nf -#EXTINF:-1 tvg-id="TropicalTV.co",Tropical TV (480p) [Not 24/7] -https://rpn3.bozztv.com/ssh101/ssh101/estvco/playlist.m3u8 -#EXTINF:-1 tvg-id="TuKanal.co",Tu Kanal (1080p) -http://45.33.63.98/hls/abdi.m3u8 -#EXTINF:-1 tvg-id="TuKanal.co",Tu Kanal (1080p) -https://envivo.tukanal.tv/hls/abdi.m3u8 #EXTINF:-1 tvg-id="TuUniversoTV.co",Tu Universo TV (720p) https://5bf8041cb3fed.streamlock.net/TUUNIVERSOTV/TUUNIVERSOTV/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGracia.co",TV Gracia (720p) -https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TVIpiales.co",TV Ipiales (1080p) -https://movil.ejeserver.com/live/tvipiales.m3u8 -#EXTINF:-1 tvg-id="TVIpiales.co",TV Ipiales (1080p) -https://video.ejeserver.com/live/tvipiales.m3u8 -#EXTINF:-1 tvg-id="TVMojanaCanal4.co",TV Mojana Canal 4 (480p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/tvmojanacanal4/index.m3u8 #EXTINF:-1 tvg-id="TVPenol.co",TV Peรฑol (720p) https://stmv1.voxtvhd.com.br/tvpenol/tvpenol/playlist.m3u8 #EXTINF:-1 tvg-id="TVSanJorge.co",TV San Jorge (1080p) [Not 24/7] https://asucap.com/livestream/asucap_envivo.m3u8 -#EXTINF:-1 tvg-id="TVNGlobal.co",TVN Global (720p) -https://tvlatina.live:1936/8006/8006/playlist.m3u8 -#EXTINF:-1 tvg-id="VeoTelevision.co",Veo Televisiรณn (720p) [Not 24/7] -https://movil.ejeserver.com/live/veotv.m3u8 -#EXTINF:-1 tvg-id="VeoTelevision.co",Veo Televisiรณn (720p) [Not 24/7] -https://video.ejeserver.com/live/veotv.m3u8 -#EXTINF:-1 tvg-id="VidaNuevaTV.co",Vida Nueva TV (480p) [Not 24/7] -https://eu1.servers10.com:8081/vidanuevatv/index.m3u8 #EXTINF:-1 tvg-id="ViveTV.co",Vive TV Colombia (1080p) http://192.144.113.132:1935/live/ViveTV/playlist.m3u8 -#EXTINF:-1 tvg-id="WinSports.co",Win Sports (480p) -http://190.2.212.209:8050/play/a0n2 #EXTINF:-1 tvg-id="Zoom.co" http-referrer="https://canalzoom.org/senal-en-vivo",Zoom (1080p) #EXTVLCOPT:http-referrer=https://canalzoom.org/senal-en-vivo https://canalzoom.smoothcloud.co:3027/live/canalzoombr1live.m3u8 -#EXTINF:-1 tvg-id="TDIColombia.co",TDI Colombia (720p) -https://streaming.amelbasoluciones.co:19360/tdicolombia/tdicolombia.m3u8 -#EXTINF:-1 tvg-id="CanalCapital.co",Canal Capital (720p) -https://cdns.livewave.co:19360/canalcapital/canalcapital.m3u8 -#EXTINF:-1 tvg-id="MulticanalTelevision.co",Multicanal Television (720p) -https://ssh101stream.ssh101.com/akamaissh101/ssh101/multicanal/playlist.m3u8 #EXTINF:-1 tvg-id="Telepacifico.co",Telepacifico (1080p) https://play.cdn.enetres.net/6E5C615AA5FF4123ACAF0DAB57B7B8DC021/022/playlist.m3u8 -#EXTINF:-1 tvg-id="NSTV.co",NSTV (720p) -https://cp.panelchs.com:1936/8038/8038/playlist.m3u8 +#EXTINF:-1 tvg-id="NSTV.co@SD",NSTV (720p) +https://stmv4.voxtvhd.com.br/nstv/nstv/playlist.m3u8 #EXTINF:-1 tvg-id="NSTV.co",NSTV (720p) http://138.186.23.7:22281/nstv/nstv/playlist.m3u8 +#EXTINF:-1 tvg-id="Telepetroleo.co@SD",Telepetroleo +https://edge.teveo.net/live/AeAAAgAIAAE7A1IAyADIUCAAAAAAAAAAAmg0285AIAByAAAA/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalPyC.co@SD",Canal PyC +https://edge.teveo.net/live/AeAAAgAkAANqA1IAyADIUDAAAAGAAAAAAmg02rRAIAByAAAA/playlist.m3u8 +#EXTINF:-1 tvg-id="EnlaceTelevision.co@SD",Enlace Television +https://edge.teveo.net/live/AeAAAgAFAADLA1IAyADIQCAAAAAAAAAAAmg0131AIAByAAAA/playlist.m3u8 +#EXTINF:-1 tvg-id="SuramTV.co@SD",Suram TV +https://us.streaminghd.cl/suramtv/index.m3u8 +#EXTINF:-1 tvg-id="MundoMas.co@SD",Mundo Mas +https://edge.teveo.net/live/AeAAAgA_AALTA1IAyADIUDAAAAGAAAAAAmg03eFAIAByAAAA/playlist.m3u8 +#EXTINF:-1 tvg-id="Eureka.co",Eureka +https://cdns.livewave.co:19360/eurekatv/eurekatv.m3u8 #EXTINF:-1 tvg-id="SalsaGordaTelevision.co",Salsa Gorda Television (480p) [Not 24/7] -https://ssh101.bozztv.com/ssh101/qMUAZEy/playlist.m3u8 -#EXTINF:-1 tvg-id="SalsaGordaTelevision.co",Salsa Gorda Television (480p) [Not 24/7] -https://ssh101stream.ssh101.com/akamaissh101/ssh101/qMUAZEy/playlist.m3u8 +https://www.televinterserver.com:19360/salsagordatv/salsagordatv.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index 663e48dd42..22408ca5f3 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="88Stereo.cr",88 Stereo (720p) [Not 24/7] http://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8 -#EXTINF:-1 tvg-id="OPA.cr",ยกOPA! (1080p) -https://opa.usastreams.com:3101/live/canalopalive.m3u8 +#EXTINF:-1 tvg-id="OPA.cr@SD",ยกOPA! (1080i) [Geo-blocked] +https://5fc584f3f19c9.streamlock.net:443/genteopa/videogenteopa/playlist.m3u8 #EXTINF:-1 tvg-id="AgrotendenciaTV.cr",Agrotendencia TV (1080p) https://5fc584f3f19c9.streamlock.net/agrotendencia/videoagrotendencia_hls1/playlist.m3u8 #EXTINF:-1 tvg-id="AntenaSeisTV.cr",Antena Seis TV (720p) [Geo-blocked] @@ -29,8 +29,6 @@ https://alba-cr-repretel-c11.stream.mediatiquestream.com/index.m3u8 http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="Canal17TVNosara.cr",Canal 17 TV Nosara https://acceso.radiosportstv.online:3430/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="CaribeTVCR.cr",Caribe TV CR (720p) -https://rpn3.bozztv.com/ssh101/ssh101/sinart/playlist.m3u8 #EXTINF:-1 tvg-id="CartagoMediosTV.cr",Cartago Medios TV (720p) https://tvdatta.com:3384/live/cartagomedioslive.m3u8 #EXTINF:-1 tvg-id="ColosalTV.cr",Colosal TV (720p) [Not 24/7] @@ -41,23 +39,15 @@ https://s1.tvdatta.com:3156/live/jimeneztvlive.m3u8 https://panel2.streamingtv-mediacp.online:1936/rudcmzwtnh/rudcmzwtnh/playlist.m3u8 #EXTINF:-1 tvg-id="CotoBrusTV.cr",Coto Brus TV (720p) https://cloudvideo.servers10.com:8081/8030/index.m3u8 -#EXTINF:-1 tvg-id="CristoVisionCanal31.cr",Cristo Visiรณn Canal 31 (720p) -https://3a310f6ec721e6b362fcd22772b57f36a2fe6bb2.tabeelcr.com:8080/cristovision31/iptv.m3u8 #EXTINF:-1 tvg-id="Enlace.cr",Enlace (720p) https://livecdn.enlace.plus/enlace/smil:enlace-hd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="EnlaceJuvenil.cr",Enlace Juvenil (720p) -https://11554-1.b.cdn13.com/EJTV/smil:ejtv-hd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ExtremaTV.cr",Extrema TV (720p) https://627bb251f23c7.streamlock.net:444/ExtremaTV/ExtremaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="FaroPuntarenasTV.cr",Faro Puntarenas TV (720p) [Not 24/7] -https://rpn3.bozztv.com/ssh101/ssh101/faroptv/playlist.m3u8 #EXTINF:-1 tvg-id="FUTV.cr" http-referrer="https://www.futvcr.com/",FUTV Costa Rica (720p) #EXTVLCOPT:http-referrer=https://www.futvcr.com/ http://45.190.187.226:58092/play/a00q #EXTINF:-1 tvg-id="GarabitoTV.cr",Garabito TV (720p) https://59ef525c24caa.streamlock.net/garabitoTV/garabitotv/playlist.m3u8 -#EXTINF:-1 tvg-id="GuatusoTV.cr",Guatuso TV (720p) -https://5cf4a2c2512a2.streamlock.net/8162/8162/master.m3u8 #EXTINF:-1 tvg-id="TicaVision.cr",HBTV TicaVisiรณn (1080p) https://62fc643fbf1aa.streamlock.net/HBTV/HBTV/playlist.m3u8 #EXTINF:-1 tvg-id="IQChannel.cr",IQ Channel (720p) @@ -68,12 +58,6 @@ http://k4.usastreams.com/limontv1/limontv1/playlist.m3u8 https://lstv.duckdns.org:449/hls/lstv.m3u8 #EXTINF:-1 tvg-id="LuzNacienteTV.cr",Luz Naciente TV (720p) https://streeming.protoscr.com:3858/live/streeminglive.m3u8 -#EXTINF:-1 tvg-id="MasCiclismoTV.cr",Mรกs Ciclismo TV (720p) -https://ssh101.bozztv.com/ssh101/masciclismo/playlist.m3u8 -#EXTINF:-1 tvg-id="MasCiclismoTV.cr",Mรกs Ciclismo TV (720p) -https://vcp8.myplaytv.com:1936/masciclismo/masciclismo/playlist.m3u8 -#EXTINF:-1 tvg-id="MeganetTV.cr",Meganet TV (720p) -https://250weu.bozztv.com/ssh101/ssh101/meganettv/playlist.m3u8 #EXTINF:-1 tvg-id="MetaVersusCR.cr",MetaVersus CR (480p) https://vivo.solumedia.com:19360/metaversus/metaversus.m3u8 #EXTINF:-1 tvg-id="MultizonasTV.cr",Multizonas TV (720p) @@ -82,14 +66,10 @@ https://cloudvideo.servers10.com:8081/8068/index.m3u8 https://59ef525c24caa.streamlock.net/nicoyatv/nicoyatv/playlist.m3u8 #EXTINF:-1 tvg-id="NorteInformativoTV.cr",Norte Informativo TV (240p) https://videohd.live:19360/8076/8076.m3u8 -#EXTINF:-1 tvg-id="OldiesHits.cr",Oldies Hits (360p) -https://video01.logicahost.com.br/oldieshits/oldieshits/playlist.m3u8 #EXTINF:-1 tvg-id="QuinceUCR.cr",Quince UCR (720p) [Not 24/7] http://163.178.170.127:1935/quinceucr/quinceucr/playlist.m3u8 #EXTINF:-1 tvg-id="RadioPuertoTV.cr",Radio Puerto TV (720p) https://cloudvideo.servers10.com:8081/8256/index.m3u8 -#EXTINF:-1 tvg-id="RetroTVPalmares.cr",Retro TV Palmarรฉs (360p) [Not 24/7] -https://250weu.bozztv.com/ssh101/ssh101/tvretropalmares/playlist.m3u8 #EXTINF:-1 tvg-id="RetroxTV.cr@SD",Retrox TV (720p) https://acceso.radiosportstv.online:3259/live/retroxtvlive.m3u8 #EXTINF:-1 tvg-id="RTTV.cr",RTTV (720p) [Not 24/7] @@ -116,34 +96,20 @@ https://5d16127744872.streamlock.net/TVUNO/TVUNO/playlist.m3u8 https://59ef525c24caa.streamlock.net/telebrunca/telebrunca/playlist.m3u8 #EXTINF:-1 tvg-id="Telefides.cr",Telefides (720p) https://s2.cwebtv.net:4433/telefides/telefides/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleredTelevision.cr@SD",Telered Television (480p) [Not 24/7] -https://k20.usastreams.com:8081/telered/index.m3u8 -#EXTINF:-1 tvg-id="Telesistema.cr",Telesistema (480p) [Not 24/7] -https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr",TeleSUR Costa Rica (720p) [Not 24/7] https://s1.tvdatta.com:3582/live/telesurlive.m3u8 #EXTINF:-1 tvg-id="Teletica7.cr" http-referrer="https://bradmax.com/client/embed-player/c7c83ebb46fa89529a7383d933e2038729f8e4c9_13428?id=tv7&mediaUrl=https://cdn01.teletica.com/TeleticaLiveStream/Stream/playlist_dvr.m3u8&mediaUrl2=https://6zklxk9bdw9b-hls-live.5centscdn.com/TeleticaLiveStream/d072c3a8dde8622c607ecd258fd628e8.sdp/playlist_dvr.m3u8",Teletica 7 (720p) [Geo-blocked] #EXTVLCOPT:http-referrer=https://bradmax.com/client/embed-player/c7c83ebb46fa89529a7383d933e2038729f8e4c9_13428?id=tv7&mediaUrl=https://cdn01.teletica.com/TeleticaLiveStream/Stream/playlist_dvr.m3u8&mediaUrl2=https://6zklxk9bdw9b-hls-live.5centscdn.com/TeleticaLiveStream/d072c3a8dde8622c607ecd258fd628e8.sdp/playlist_dvr.m3u8 https://cdn01.teletica.com/TeleticaLiveStream/Stream/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="TicaTVPlus.cr",Tica TV+ (288p) -https://593b04c4c5670.streamlock.net/portalfoxmix/portalfoxmix/.m3u8 #EXTINF:-1 tvg-id="TigoSports.cr",Tigo Sports (Costa Rica) https://acceso.radiosportstv.online:3795/stream/play.m3u8 -#EXTINF:-1 tvg-id="TreceCostaRicaTelevision.cr",Trece Costa Rica Televisiรณn (720p) [Not 24/7] -https://rpn3.bozztv.com/ssh101/ssh101/sinart13/playlist.m3u8 #EXTINF:-1 tvg-id="Trivision36.cr" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Trivisiรณn 36 (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160 https://liveingesta118.cdnmedia.tv/trivision36live/smil:dvrlive.smil/playlist.m3u8?DVR= -#EXTINF:-1 tvg-id="TVCurre.cr",TV Currรฉ (720p) [Not 24/7] -http://k6.usastreams.online/Tvcurre/Tvcurre/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSantaCruz.cr",TV Santa Cruz (720p) [Not 24/7] -https://rtmp.info/tvsantacruz/envivo/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal9.cr",TV Sur Canal 9 (620p) [Not 24/7] http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal14.cr",TV Sur Canal 14 (1080p) https://k20.usastreams.com:8081/tvsur/index.m3u8 -#EXTINF:-1 tvg-id="TVPlus.cr",TV+ Canal 54 (480p) -https://59ef525c24caa.streamlock.net/Tvpluscr/Tvpluscr/playlist.m3u8 #EXTINF:-1 tvg-id="UrbanoTV.cr",Urbano TV (720p) https://59ef525c24caa.streamlock.net/tvurbano/tvurbano/playlist.m3u8 #EXTINF:-1 tvg-id="VideoTourChannel.cr",Video Tour Channel (480p) [Not 24/7] @@ -160,5 +126,16 @@ https://stmv.streamingvip.click/xpressojovenradiotv/xpressojovenradiotv/playlist https://acceso.radiosportstv.online:3022/stream/play.m3u8 #EXTINF:-1 tvg-id="ZurquiTV.cr",Zurquรญ TV (720p) https://videoserver.tmcreativos.com:19360/gesfnvpamn/gesfnvpamn.m3u8 -#EXTINF:-1 tvg-id="RetroxTV.cr",Retrox TV (720p) -https://ssh101stream.ssh101.com/akamaissh101/ssh101/tvtvtv/playlist.m3u8 +#EXTINF:-1 tvg-id="GAMTVcr.cr@SD",GAMTV.cr (720p) +https://v2.azulstream.com:8081/gamtv/gamtv/index.m3u8 +#EXTINF:-1 tvg-id="Canal3KMKTV.cr@SD",Canal 3 KMK TV (1280p) [Not 24/7] +https://s3.tvdatta.com:3030/live/kmk3live.m3u8 +#EXTINF:-1 tvg-id="TicaVision.cr@SD",TicaVision +https://5eac7b031d945.streamlock.net/TICAVISION/TICAVISION/playlist.m3u8 +#EXTINF:-1 tvg-id="ColosalTV.cr@SD",Colosal TV +https://5eac7b031d945.streamlock.net/COLOSAL/COLOSAL/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal17TVNosara.cr@HD",Canal 17 TV Nosara (720p) +https://latamvdo.com:3870/hybrid/play.m3u8 +#EXTINF:-1 tvg-id="TeleredTelevision.cr" http-referrer="https://teleredtelevision.com/",Telered Television (576p) [Geo-blocked] +#EXTVLCOPT:http-referrer=https://teleredtelevision.com/ +https://k20.usastreams.com:8081/telered/index.m3u8 diff --git a/streams/cv.m3u b/streams/cv.m3u index bfe41ffa7c..4e8c3d9752 100644 --- a/streams/cv.m3u +++ b/streams/cv.m3u @@ -1,8 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="RadioTVSalOne.cv",Radio TV Sal One (720p) https://lon.rtsp.me/r3ZnG6WN2HIRxPARhAirIQ/1713628621/hls/9QdykDAy.m3u8 -#EXTINF:-1 tvg-id="TCSMTV.cv",TCSM (1080p) -https://blueeyecaboverde.com/cam1/memfs/e8e6696b-2102-45b9-9b5c-f9c101266d90.m3u8 #EXTINF:-1 tvg-id="TIVER.cv",TIVER (576p) https://cdn.live.br1.jmvstream.com/w/AVJ-13550/playlist/playlist.m3u8 #EXTINF:-1 tvg-id="TVCidade.cv",TV Cidade (614p) diff --git a/streams/cw.m3u b/streams/cw.m3u index e905c1e4b2..3dca574509 100644 --- a/streams/cw.m3u +++ b/streams/cw.m3u @@ -1,8 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="BonceTV.cw",Bonce TV (480p) [Not 24/7] https://seswa.bonce.tv/hls/bonceswa.m3u8 -#EXTINF:-1 tvg-id="",Curaรงao Meterological Department -https://media.streambrothers.com:19360/8272/8272.m3u8 #EXTINF:-1 tvg-id="",Intermediate League Curaรงao [Geo-blocked] https://streannlivecariflix.cachefly.net/cariflix12/cariflix12/playlist.m3u8 #EXTINF:-1 tvg-id="NosPais.cw",Nos Paรฏs (720p) [Not 24/7] diff --git a/streams/cy.m3u b/streams/cy.m3u index a214a31376..301add3278 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -3,11 +3,6 @@ https://sc-kuzeykibrissmarttv.ercdn.net/adatv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="AlfaSport.cy",Alfa Sport (1080p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrzqEqx -#EXTINF:-1 tvg-id="AlfaSport.cy",Alfa Sport (1080p) [Not 24/7] -https://dev.aftermind.xyz/hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrzqEqx -#EXTINF:-1 tvg-id="AlphaTVCyprus.cy" http-referrer="http://player.cloudskep.com/alphatmp/alphacy",Alpha TV Cyprus (720p) [Geo-blocked] -#EXTVLCOPT:http-referrer=http://player.cloudskep.com/alphatmp/alphacy -http://l4.cloudskep.com/alphatmp/acy/playlist.m3u8 #EXTINF:-1 tvg-id="ANT1Cyprus.cy",ANT1 Cyprus (1080p) http://l2.cloudskep.com/ant1cm2/abr/playlist.m3u8 #EXTINF:-1 tvg-id="BRT1.cy",BRT 1 (720p) [Not 24/7] @@ -34,26 +29,16 @@ https://sc-kuzeykibrissmarttv.ercdn.net/kibrisgenctv/bant1/playlist.m3u8 https://sc-kuzeykibrissmarttv.ercdn.net/kanalt/bantp1/playlist.m3u8 #EXTINF:-1 tvg-id="KibrisTV.cy",Kibris TV (576p) [Not 24/7] https://sc-kuzeykibrissmarttv.ercdn.net/kibristv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="OmegaChannel.cy",Omega Channel (1080p) -http://l1.cloudskep.com/tst/omcy/playlist.m3u8 #EXTINF:-1 tvg-id="OMONOIATV.cy",OMONOIA TV (684p) http://62.233.57.226:8001/play/a00b00 #EXTINF:-1 tvg-id="OneChannelCyprus.cy",One Channel Cyprus (576p) http://62.210.211.188:2095/play/a00e -#EXTINF:-1 tvg-id="RIK1.cy",RIK 1 -http://l6.cloudskep.com/tvb6/rik1-1/mpeg.2ts -#EXTINF:-1 tvg-id="RIK2.cy",RIK 2 -http://l6.cloudskep.com/tvb6/rik2-1/mpeg.2ts -#EXTINF:-1 tvg-id="RIKHD.cy",RIK HD (720p) -http://l6.cloudskep.com/tvb6/rikhd1/mpeg.2ts #EXTINF:-1 tvg-id="RIKSat.cy",Rฮ™ฮš Sat (CYBC S) (720p) [Not 24/7] https://l3.cloudskep.com/cybcsat/abr/playlist.m3u8 #EXTINF:-1 tvg-id="Sat7Arabic.cy",Sat 7 Arabic (240p) https://svs.itworkscdn.net/sat7arabiclive/sat7arabic.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Sat7Kids.cy",Sat 7 Kids (1080p) https://svs.itworkscdn.net/sat7kidslive/sat7kids.smil/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Sat7Pars.cy",Sat 7 Pars (720p) -https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Sat7Turk.cy",Sat 7 Tรผrk (720p) https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="SigmaTV.cy",Sigma TV (576p) [Not 24/7] @@ -62,5 +47,5 @@ https://sl2.sigmatv.com/hls/live.m3u8 https://sc-kuzeykibrissmarttv.ercdn.net/tv2020/bantp1/playlist.m3u8 #EXTINF:-1 tvg-id="VouliTV.cy",Vouli TV (1080p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqx -#EXTINF:-1 tvg-id="VouliTV.cy",Vouli TV (1080p) [Not 24/7] -https://dev.aftermind.xyz/hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqx +#EXTINF:-1 tvg-id="Sat7Pars.cy",Sat7 Pars (1080p) +https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist.m3u8 diff --git a/streams/de.m3u b/streams/de.m3u index 655a6c1655..6599acfb93 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -15,8 +15,8 @@ https://cdn6.goprimetime.info/feed/202306140918/LC18/index.m3u8 https://ma.anixa.tv/clips/stream/anixesd/index.m3u8 #EXTINF:-1 tvg-id="AnixeHDSerie.de",Anixe HD Serie (360p) https://ma.anixa.tv/clips/stream/anixehd/index.m3u8 -#EXTINF:-1 tvg-id="ARDalpha.de",ARD-alpha (720p) -http://livestreams.br.de/i/bralpha_germany@119899/master.m3u8 +#EXTINF:-1 tvg-id="ARDalpha.de@SD",ARD-alpha (720p) +https://mcdn.br.de/br/fs/ard_alpha/hls/de/master.m3u8 #EXTINF:-1 tvg-id="ARDalpha.de",ARD-alpha (720p) [Not 24/7] https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8 #EXTINF:-1 tvg-id="AristoTV.de",Aristo TV (360p) @@ -47,9 +47,9 @@ https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:BLKonline_high https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/BLKonline_high/playlist.m3u8 #EXTINF:-1 tvg-id="BLKRegionalTV.de",BLK TV Hohenmรถlsen (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:BLKonline_high/playlist.m3u8?ref=medienportal-sachsen- -#EXTINF:-1 tvg-id="BRFernsehenNord.de",BR Fernsehen Nord (720p) +#EXTINF:-1 tvg-id="BRFernsehen.de@Nord",BR Fernsehen Nord (720p) https://mcdn.br.de/br/fs/bfs_nord/hls/de/master.m3u8 -#EXTINF:-1 tvg-id="BRFernsehenSud.de",BR Fernsehen Sรผd (720p) +#EXTINF:-1 tvg-id="BRFernsehen.de@Sud",BR Fernsehen Sรผd (720p) https://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.m3u8 #EXTINF:-1 tvg-id="SachsenFernsehenChemnitz.de",Chemnitz Fernsehen (1080p) https://chemnitz.iptv-playoutcenter.de/chemnitz/chemnitzfernsehen.stream_1/playlist.m3u8 @@ -57,22 +57,16 @@ https://chemnitz.iptv-playoutcenter.de/chemnitz/chemnitzfernsehen.stream_1/playl https://cira-tv.akamaized.net/hls/stream_0.m3u8 #EXTINF:-1 tvg-id="DasErste.de",Das Erste (1080p) https://derste247liveint.akamaized.net/hls/live/662735/daserste_int/master.m3u8 -#EXTINF:-1 tvg-id="DasErste.de",Das Erste (1080p) [Geo-blocked] -https://mcdn.daserste.de/daserste/de/master.m3u8 #EXTINF:-1 tvg-id="DASDING908.de",DASDING 90.8 (720p) https://swrdasdingvr-hls.akamaized.net/hls/live/2018681/dasdingvr/master.m3u8 #EXTINF:-1 tvg-id="DeluxeDance.de",Deluxe Dance (1080p) https://sdn-global-live-streaming-packager-cache.3qsdn.com/64733/64733_264_live.m3u8 -#EXTINF:-1 tvg-id="DeluxeFlashback.de",Deluxe Flashback (1080p) -https://sdn-global-live-streaming-packager-cache.3qsdn.com/65185/65185_264_live.m3u8 -#EXTINF:-1 tvg-id="DeluxeLounge.de",Deluxe Lounge (1080p) -https://stream.ads.ottera.tv/playlist.m3u8?network_id=2489 +#EXTINF:-1 tvg-id="DeluxeLounge.de",Deluxe Lounge (720p) +http://jmp2.uk/sam-CHAJ0500413A.m3u8 #EXTINF:-1 tvg-id="DeluxeMusic.de",Deluxe Music (720p) https://sdn-global-live-streaming-packager-cache.3qsdn.com/13456/13456_264_live.m3u8 #EXTINF:-1 tvg-id="DeluxeRap.de",Deluxe Rap (1080p) https://sdn-global-live-streaming-packager-cache.3qsdn.com/65183/65183_264_live.m3u8 -#EXTINF:-1 tvg-id="",Deluxe Rock (1080p) -https://sdn-global-live-streaming-packager-cache.3qsdn.com/65181/65181_264_live.m3u8 #EXTINF:-1 tvg-id="DMF.de@SD",DMF (1080p) [Not 24/7] https://d-m-f.iptv-playoutcenter.de/dmf/dmf1/playlist.m3u8 #EXTINF:-1 tvg-id="DF1.de",DF1 (720p) @@ -133,16 +127,12 @@ https://hse24trend.akamaized.net/hls/live/2006597/hse24trend/playlist.m3u8 https://relay2.cdn.fem-net.de/hls/loop/istuff_live/istuff_live-720p.m3u8 #EXTINF:-1 tvg-id="Juwelo.de",Juwelo (720p) https://sdn-global-live-streaming-packager-cache.3qsdn.com/7441/7441_264_live.m3u8 -#EXTINF:-1 tvg-id="kabeleins.de",kabel eins (576p) -https://s6.hopslan.com/kabel1x1/index.m3u8 #EXTINF:-1 tvg-id="Kanal12SprembergTV.de",Kanal12 Spremberg TV (404p) [Not 24/7] https://58de7a369a9c4.streamlock.net/sprembergtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="KanalAvrupa.de",Kanal Avrupa (1080p) https://api-tv27.yayin.com.tr/kanalavrupa/index.m3u8 #EXTINF:-1 tvg-id="KaufBeiTV.de",KaufBei TV (576p) https://api.alpaca.t62a.com/hls/9103/index.m3u8 -#EXTINF:-1 tvg-id="KhaterehTV.de",Khatereh TV (720p) -https://castor.streamthatvideo.co:8081/khaterehtv/index.m3u8 #EXTINF:-1 tvg-id="KiKA.de",KiKA (1080p) [Geo-blocked] https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8 #EXTINF:-1 tvg-id="KiKA.de",KiKA (1080p) [Not 24/7] @@ -165,11 +155,11 @@ https://streaming.magentamusik.de/csm/573870/magentamusik1/index.m3u8 https://rrr.sz.xlcdn.com/?account=mceutv&file=mc2&output=playlist.m3u8&protocol=https&service=wowza&type=live #EXTINF:-1 tvg-id="MDF1.de",MDF.1 (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/mdf1_high/playlist.m3u8 -#EXTINF:-1 tvg-id="MDRFernsehenSachsen.de",MDR Fernsehen Sachsen (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MDRFernsehen.de@Sachsen",MDR Fernsehen Sachsen (1080p) [Geo-blocked] https://mdrtvsnhls.akamaized.net/hls/live/2016928/mdrtvsn/index.m3u8 -#EXTINF:-1 tvg-id="MDRFernsehenSachsenAnhalt.de",MDR Fernsehen Sachsen-Anhalt (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MDRFernsehen.de@SachsenAnhalt",MDR Fernsehen Sachsen-Anhalt (1080p) [Geo-blocked] https://mdrtvsahls.akamaized.net/hls/live/2016879/mdrtvsa/index.m3u8 -#EXTINF:-1 tvg-id="MDRFernsehenThuringen.de",MDR Fernsehen Thรผringen (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MDRFernsehen.de@Thuringen",MDR Fernsehen Thรผringen (1080p) [Geo-blocked] https://mdrtvthhls.akamaized.net/hls/live/2016880/mdrtvth/index.m3u8 #EXTINF:-1 tvg-id="MeieTV.de",MeieTV (720p) https://stream.meietv.de/live/meietv.m3u8 @@ -185,13 +175,13 @@ https://mytvplus.iptv-playoutcenter.de/mytvplus/mytvplus.stream_1/playlist.m3u8 https://s.ok54.de/nahetv/webstream/playlist.m3u8 #EXTINF:-1 tvg-id="NDRFernsehenInternational.de",NDR Fernsehen International (720p) https://ndrint.akamaized.net/hls/live/2020766/ndr_int/index.m3u8 -#EXTINF:-1 tvg-id="NDRFernsehenHamburg.de",NDR Hamburg (720p) +#EXTINF:-1 tvg-id="NDRFernsehen.de@Hamburg",NDR Hamburg (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8 -#EXTINF:-1 tvg-id="NDRFernsehenMecklenburgVorpommern.de",NDR Mecklenburg-Vorpommern (720p) +#EXTINF:-1 tvg-id="NDRFernsehen.de@MecklenburgVorpommern",NDR Mecklenburg-Vorpommern (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8 -#EXTINF:-1 tvg-id="NDRFernsehenNiedersachsen.de",NDR Niedersachsen (720p) +#EXTINF:-1 tvg-id="NDRFernsehen.de@Niedersachsen",NDR Niedersachsen (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8 -#EXTINF:-1 tvg-id="NDRFernsehenSchleswigHolstein.de",NDR Schleswig-Holstein (720p) +#EXTINF:-1 tvg-id="NDRFernsehen.de@SchleswigHolstein",NDR Schleswig-Holstein (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8 #EXTINF:-1 tvg-id="Nickelodeon.de",Nick Germany (1080p) [Geo-blocked] https://0d26a00dfbb1.airspace-cdn.cbsivideo.com/nick1999/master/nick1999.m3u8 @@ -325,9 +315,9 @@ https://5857499ee635b.streamlock.net/radiowesertv-live/mp4:livestreamTV/playlist http://58bd5b7a98e04.streamlock.net/medienasa-live/ran1_high/playlist.m3u8 #EXTINF:-1 tvg-id="RAN1.de",RAN1 (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ran1_high/playlist.m3u8 -#EXTINF:-1 tvg-id="rbbFernsehenBerlin.de",RBB Berlin (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="rbbFernsehen.de@Berlin",RBB Berlin (1080p) [Geo-blocked] https://rbb-hls-berlin.akamaized.net/hls/live/2017824/rbb_berlin/index.m3u8 -#EXTINF:-1 tvg-id="rbbFernsehenBrandenburg.de",RBB Brandenburg (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="rbbFernsehen.de@Brandenburg",RBB Brandenburg (1080p) [Geo-blocked] https://rbb-hls-brandenburg.akamaized.net/hls/live/2017825/rbb_brandenburg/master.m3u8 #EXTINF:-1 tvg-id="RBW.de",RBW (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/rbw_high/playlist.m3u8 @@ -414,7 +404,7 @@ https://srfs.akamaized.net/hls/live/689649/srfsgeo/index.m3u8 https://58de7a369a9c4.streamlock.net/srf/stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="Studio47.de",Studio 47 (576p) https://h057.video-stream-hosting.de/studio47-live/_definst_/mp4:livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperRTLHD.de" http-referrer="https://www.2ix2.com/super-rtl-live/",Super RTL HD (720p) +#EXTINF:-1 tvg-id="RTLSuper.de@HD" http-referrer="https://www.2ix2.com/super-rtl-live/",Super RTL HD (720p) #EXTVLCOPT:http-referrer=https://www.2ix2.com/super-rtl-live/ https://forsizero.github.io/iptv/m3u/superrtlhd.m3u #EXTINF:-1 tvg-id="SWR3VisualRadio.de",SWR 3 Visual Radio (720p) @@ -461,27 +451,27 @@ http://178.219.128.68:64888/VOX https://wdrfs247.akamaized.net/hls/live/681509/wdr_msl4_fs247/index.m3u8 #EXTINF:-1 tvg-id="WDR1Live.de",WDR 1 Live (720p) https://wdrfsww247.akamaized.net/hls/live/2009628/wdr_msl4_fs247ww/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenAachen.de",WDR Fernsehen Aachen (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Aachen",WDR Fernsehen Aachen (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018019-b/wdrlz_aachen/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenBielefeld.de",WDR Fernsehen Bielefeld (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Bielefeld",WDR Fernsehen Bielefeld (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018026-b/wdrlz_bielefeld/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenBonn.de",WDR Fernsehen Bonn (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Bonn",WDR Fernsehen Bonn (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018021-b/wdrlz_bonn/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenDortmund.de",WDR Fernsehen Dortmund (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Dortmund",WDR Fernsehen Dortmund (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018022-b/wdrlz_dortmund/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenDuisburg.de",WDR Fernsehen Duisburg (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Duisburg",WDR Fernsehen Duisburg (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018024-b/wdrlz_duisburg/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenDusseldorf.de",WDR Fernsehen Dรผsseldorf (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Dusseldorf",WDR Fernsehen Dรผsseldorf (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018023-b/wdrlz_duesseldorf/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenEssen.de",WDR Fernsehen Essen (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Essen",WDR Fernsehen Essen (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018027-b/wdrlz_essen/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenKoln.de",WDR Fernsehen Kรถln (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Koln",WDR Fernsehen Kรถln (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2023550-b/wdrlz_koeln/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenMunster.de",WDR Fernsehen Mรผnster (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Munster",WDR Fernsehen Mรผnster (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018025-b/wdrlz_muensterland/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenSiegen.de",WDR Fernsehen Siegen (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Siegen",WDR Fernsehen Siegen (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018020-b/wdrlz_siegen/master.m3u8 -#EXTINF:-1 tvg-id="WDRFernsehenWuppertal.de",WDR Fernsehen Wuppertal (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="WDRFernsehen.de@Wuppertal",WDR Fernsehen Wuppertal (720p) [Geo-blocked] https://wdrlokalzeit.akamaized.net/hls/live/2018028-b/wdrlz_wuppertal/master.m3u8 #EXTINF:-1 tvg-id="WELT.de",WELT https://s6.hopslan.com/n24X/index.m3u8 @@ -501,3 +491,41 @@ https://zdf-hls-16.akamaized.net/hls/live/2016499/de/high/master.m3u8 https://ef56ef401101403a8b06f1dec29ef1eb.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung-de_ZeeOne/playlist.m3u8 #EXTINF:-1 tvg-id="ZweiMusicTelevision.de",ZWEI2 Music (1080p) https://cdne.folxplay.tv/folx-trz/streams/ch-2/master.m3u8 +#EXTINF:-1 tvg-id="KaufBeiTV.de@SD",KaufBei TV +https://elephant.t62a.com/hls/8103/index.m3u8 +#EXTINF:-1 tvg-id="DasErste.de@HD",Das Erste HD (1080p) +https://daserste-live.ard-mcdn.de/daserste/live/hls/int/master.m3u8 +#EXTINF:-1 tvg-id="labor14.de@HD",labor14 (720p) +https://5acade5fc0c29.streamlock.net/OKGera/tmbz_live_high.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="RTLZwei.de@HD",RTL Zwei HD +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/518354068?profile=pass +#EXTINF:-1 tvg-id="RTL.de@SD",RTL +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/1492521887?profile=pass +#EXTINF:-1 tvg-id="sixx.de@SD",sixx +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/197699361?profile=pass +#EXTINF:-1 tvg-id="Voxup.de@SD",Voxup +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/1205817593?profile=pass +#EXTINF:-1 tvg-id="ProSiebenMaxx.de@HD",ProSieben Maxx HD +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/1753487641?profile=pass +#EXTINF:-1 tvg-id="kabeleins.de@SD",kabel eins +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/192391842?profile=pass +#EXTINF:-1 tvg-id="RTLup.de@HD",RTLup HD +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/124681379?profile=pass +#EXTINF:-1 tvg-id="VOX.de@HD",VOX +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/44434500?profile=pass +#EXTINF:-1 tvg-id="ZDFneo.de@HD",ZDFneo HD (720p) +https://cachehsi1a.netplus.ch/live/eds/zdfneohd/browser-dash/zdfneohd.mpd +#EXTINF:-1 tvg-id="ZDFinfo.de@HD",ZDFinfo HD (720p) +https://cachehsi1a.netplus.ch/live/eds/zdfinfohd/browser-dash/zdfinfohd.mpd +#EXTINF:-1 tvg-id="ZDF.de@HD",ZDF HD (720p) +https://cachehsi1a.netplus.ch/live/eds/zdfhd/browser-dash/zdfhd.mpd +#EXTINF:-1 tvg-id="DasErste.de" http-user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1",Das Erste (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1 +https://cachehsi1a.netplus.ch/live/eds/daserstehd/browser-dash/daserstehd.mpd +#EXTINF:-1 tvg-id="ProSieben.de" http-user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1",ProSieben (1080p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.10 Safari/605.1.1 +http://lafamilia2024.direct.quickconnect.to:9981/stream/channelid/452854763?profile=pass +#EXTINF:-1 tvg-id="RTLSuper.de@SD",RTL Super +https://trn09.bozztv.com/gin-superrtl/index.m3u8 +#EXTINF:-1 tvg-id="WDRFernsehen.de@Koln",WDR Fernsehen (720p) +https://wdr-live.ard-mcdn.de/wdr/live/hls/de/master.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index 7bbb449260..9c944cd07c 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -13,7 +13,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/655ca57e4261ca00080b3a04/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ac0873-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ba8090e5-75c3-49e1-b27f-57399848d7ed #EXTINF:-1 tvg-id="",Assassination Classroom http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65a7d99f4a10d800086083a9/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ac0874-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=8cf3451c-2f6e-495e-93bc-62d48d70c6bc -#EXTINF:-1 tvg-id="PlutoTVAuctionHunters.us@SD",Auction Hunters +#EXTINF:-1 tvg-id="AuctionHunters.us@SD",Auction Hunters http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5ede45d077746000072be0fe/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ac2f80-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=b4e4d851-50d8-4e9c-9824-31d78816509e #EXTINF:-1 tvg-id="",Auf Achse http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/61fbf91afb1b10000880dd08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ac2f81-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=601f4d3b-4861-4283-9b4f-d09024aaa219 @@ -139,7 +139,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/64 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/654a2bfeab05240008a12881/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ad6804-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=08e0fbef-c298-4024-b6f0-c9a111ea0795 #EXTINF:-1 tvg-id="",Germany Shore http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6447dea7e94c380008dba94c/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ad6805-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5c4dcd23-a017-4d7e-a0f1-ce0220928f16 -#EXTINF:-1 tvg-id="GoldstarTVGermany.us@Germany",Goldstar TV +#EXTINF:-1 tvg-id="GoldstarTV.de@Germany",Goldstar TV http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6192396135f3910007fc5fc7/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ad6806-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9ec1275e-0641-49e2-81e6-6d37a37b7bd3 #EXTINF:-1 tvg-id="",Hausmeister Krause http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/622f6faf65be650007f57aab/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ad6807-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=e7001824-448d-4432-b0f6-f73039f34e53 @@ -219,8 +219,6 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/62 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ae2b58-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=d3f62f1d-7d8d-4d3f-a141-db9f502deb6b #EXTINF:-1 tvg-id="NickSpace.us@Germany",Nick Space http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/619b82cc70a9ba00074429e2/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ae5260-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=c6835637-a922-4815-9f33-c332f95fd25c -#EXTINF:-1 tvg-id="NickelodeonUkrainePlutoTV.ua@SD",Nick Ukraine -http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/622882350f6aad0008c76e77/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ae5261-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=b3b9970c-0d30-47d7-83dd-c40190676ffa #EXTINF:-1 tvg-id="",Nurse Jackie http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65a67c7a07e03a00088de834/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84ae5262-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ec5a40a8-d64f-4615-99e0-e3e39645f7e3 #EXTINF:-1 tvg-id="PacificBlue.us@Germany",Pacific Blue @@ -311,7 +309,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5d http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5cd149f021cb6c55e258bbe8/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84aeeea5-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=57a04ab4-08c0-4114-8c90-0153ccf85d53 #EXTINF:-1 tvg-id="PlutoTVSpace.us@Germany",Pluto TV Space http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/61409f8d6feb30000766b675/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84aeeea6-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=aee0c343-6689-49c1-9090-319522e3c837 -#EXTINF:-1 tvg-id="PlutoTVStarTrek.us@Germany",Pluto TV Star Trek +#EXTINF:-1 tvg-id="StarTrek.us@Germany",Pluto TV Star Trek http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6152ee71bf99590007893a11/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84aeeea7-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=3329cc1b-d91f-4194-b516-92fbd807049b #EXTINF:-1 tvg-id="PlutoTVTrueCrime.us@Germany",Pluto TV True Crime http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/615333098185f00008715a56/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=84aeeea8-4b92-11ef-aece-533610f1ea34&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=96f45124-9486-4038-a177-6f5206a39041 diff --git a/streams/de_samsung.m3u b/streams/de_samsung.m3u index 87522cc089..7452e53aad 100644 --- a/streams/de_samsung.m3u +++ b/streams/de_samsung.m3u @@ -1,11 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="InsightTV.nl",Insight TV (720p) -https://insighttv-samsung-de.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder (720p) -https://inwonder-samsung-de.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SofyTV.ch",Sofy TV (720p) -https://sofy-ger-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Tastemade Deutschland (720p) -https://tastemade-de-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="XITE.nl",Xite (720p) -https://xite-samsung-de.amagi.tv/playlist.m3u8 diff --git a/streams/dj.m3u b/streams/dj.m3u index fcd718794a..9b1f0ebc17 100644 --- a/streams/dj.m3u +++ b/streams/dj.m3u @@ -1 +1,3 @@ -#EXTM3U +#EXTM3U +#EXTINF:-1 tvg-id="RTD4.dj@SD",RTD 4 +http://dvrfl05.bozztv.com/gin-rtddjibouti/index.m3u8 diff --git a/streams/dk_samsung.m3u b/streams/dk_samsung.m3u index a408e28638..e00c04548b 100644 --- a/streams/dk_samsung.m3u +++ b/streams/dk_samsung.m3u @@ -1,19 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricanewsEnglish.fr",AfricaNews English (720p) -https://rakuten-africanews-1-dk.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV US (1080p) https://bloomberg-bloomberg-1-dk.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) -https://rakuten-euronews-1-dk.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English -https://rakuten-euronews-1-dk.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Denmark",Rakuten Action (720p) -https://rakuten-action-10-dk.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Denmark",Rakuten Comedy (720p) -https://rakuten-comedy-10-dk.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Denmark",Rakuten Drama (720p) -https://rakuten-drama-10-dk.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Denmark",Rakuten Family (720p) -https://rakuten-family-10-dk.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVSpotlight.es@Denmark",Rakuten Spotlight (720p) -https://rakuten-spotlight-10-dk.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index 37c411b5a8..b269bde181 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -20,8 +20,8 @@ https://5790d294af2dc.streamlock.net/alcarrizostv/alcarrizostv/playlist.m3u8 https://vsrv2.az-streamingserver.com:3149/live/alegretvlive.m3u8 #EXTINF:-1 tvg-id="AltantoTV.do",Altanto TV (720p) https://streaming.altantotv.domiplay.net/hls/0/stream.m3u8 -#EXTINF:-1 tvg-id="Ame47.do",Amรฉ 47 (720p) -https://ss9.domint.net:3040/ame_str/amecanal47/playlist.m3u8 +#EXTINF:-1 tvg-id="Ame47.do@SD",Ame 47 (576p) +https://ss2.tvrdomi.com:1936/ame47/ame47/playlist.m3u8 #EXTINF:-1 tvg-id="AnimeZoneTV.do",Anime Zone TV (480p) http://animezonetv.net/hls/stream.m3u8 #EXTINF:-1 tvg-id="Antena7.do",Antena 7 (480p) [Not 24/7] [Geo-blocked] @@ -38,16 +38,16 @@ https://inliveserver.com:1936/11548/11548/playlist.m3u8 https://ss5.domint.net:3034/astv_str/asmartv/playlist.m3u8 #EXTINF:-1 tvg-id="BajoTechoTV.do",Bajo Techo TV (1080p) [Not 24/7] https://rdn.essastream.com:3042/live/bajotechotvlive.m3u8 -#EXTINF:-1 tvg-id="BebetoTV.do",Bebeto TV (1080p) -https://ss5.domint.net:3170/cotv_str/colometv/playlist.m3u8 +#EXTINF:-1 tvg-id="BebetoTV.do@SD",Bebeto TV (720p) +https://ss2.tvrdomi.com:1936/colometv/colometv/playlist.m3u8 #EXTINF:-1 tvg-id="Bellavision.do",Bellavisiรณn (1080p) https://rdn.essastream.com:3110/live/bellavision8hdlive.m3u8 #EXTINF:-1 tvg-id="",Boca Chica TV https://vdo1.streamgato.us:3977/live/lavozsincensuratvlive.m3u8 -#EXTINF:-1 tvg-id="BonaoTV.do",Bonao TV (720p) -https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 -#EXTINF:-1 tvg-id="BonchesLatinosTV.do",Bonches Latinos TV (720p) -https://ss5.domint.net:3030/aba_str/bonche/playlist.m3u8 +#EXTINF:-1 tvg-id="BonaoTV.do@SD",Bonao TV (720p) +https://bonaotv.com/stream2/index.m3u8 +#EXTINF:-1 tvg-id="BonchesLatinosTV.do@SD",Bonches Latinos TV (720p) +https://5790d294af2dc.streamlock.net/latinostv/latinostv/playlist.m3u8 #EXTINF:-1 tvg-id="Boreal.do",Boreal (720p) https://cdn.borealtelevision.com:3712/live/borealtelevisionhdlive.m3u8 #EXTINF:-1 tvg-id="",Cacique TV @@ -84,8 +84,8 @@ https://ss3.domint.net:3146/ctv_str/cangrejotv/playlist.m3u8 https://59ef525c24caa.streamlock.net/ctn/ctn/playlist.m3u8 #EXTINF:-1 tvg-id="Carivision.do",Carivision (1080p) https://ss5.domint.net:3174/car_str/carivision/playlist.m3u8 -#EXTINF:-1 tvg-id="CascaraTV.do",Cรกscara TV (1080p) -https://ss3.domint.net:3144/ctv_str/cascaratv/playlist.m3u8 +#EXTINF:-1 tvg-id="CascaraTV.do@SD",Cascara TV (720p) +https://ss2.tvrdomi.com:1936/cascaratv/cascaratv/playlist.m3u8 #EXTINF:-1 tvg-id="CDN.do",CDN (720p) https://rtmp-live-ingest-us-east-1-universe-dacast-com.akamaized.net/transmuxv1/streams/ae3e71b4-52af-d834-7388-fc75f9401a03.m3u8 #EXTINF:-1 tvg-id="CDNDeportes.do",CDN Deporte (720p) @@ -112,8 +112,8 @@ https://cloudflare.streamgato.us:3253/live/canalcocotvlive.m3u8 https://vdo2.streamgato.us:3313/live/codigotvlive.m3u8 #EXTINF:-1 tvg-id="ColimdoTV.do",ColimdoT TV (720p) https://cnn.livestreaminggroup.info:3132/live/colimdotvlive.m3u8 -#EXTINF:-1 tvg-id="ColorVision.do",Color Visiรณn (720p) [Not 24/7] -https://ds.tvabierta.net/memfs/eb78f429-c05e-4c37-b8c1-18713f6af9ba_output_0.m3u8?session=XnzXXA9CvKVMgqK2nbfqC5 +#EXTINF:-1 tvg-id="ColorVision.do",Color Visiรณn (576p) [Not 24/7] +https://cors-proxy.cooks.fyi/http://190.123.76.22:8000/play/a024/index.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do",ConstanzaTV (720p) https://ssh101-fl.bozztv.com/ssh101/ctv8hd/index.m3u8 #EXTINF:-1 tvg-id="Coral39.do",Coral 39 (720p) @@ -175,8 +175,8 @@ https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 https://cnn.livestreaminggroup.info:3050/live/gettvlive.m3u8 #EXTINF:-1 tvg-id="GHTelevision.do",GH Television (1080p) https://tv.ghtelevision.com:3018/live/ghtelevisionlive.m3u8 -#EXTINF:-1 tvg-id="GiTelevision.do",Gi Television (720p) -https://ssh101.bozztv.com/ssh101/rctvhd103/chunks.m3u8 +#EXTINF:-1 tvg-id="GiTelevision.do@SD",Gi Television (720p) +https://gitelevision.moxstream.live/live/DIEEFIh506fL8huspvl0f0c2PZF3/index.m3u8 #EXTINF:-1 tvg-id="",Global Social TV (720p) https://ss9.domint.net:3042/gstv_str/globalsocialtv/playlist.m3u8 #EXTINF:-1 tvg-id="GlobalTV.do",Global TV (720p) @@ -185,8 +185,6 @@ https://ss3.domint.net:3136/gtv_str/globalhd/playlist.m3u8 https://imagenuniversaltv.net:3820/live/guacaratvlive.m3u8 #EXTINF:-1 tvg-id="GuaymateTV.do@SD",Guaymate [Not 24/7] https://5790d294af2dc.streamlock.net/8100/8100/playlist.m3u8 -#EXTINF:-1 tvg-id="GuaymateTV.do",Guaymate TV (720p) -https://ssh101stream.ssh101.com/akamaissh101/ssh101/guaymatetv/playlist.m3u8 #EXTINF:-1 tvg-id="HainaVision.do",Haina Vision (720p) https://cdn.streamingcpanel.com:3447/live/hainavisionlive.m3u8 #EXTINF:-1 tvg-id="HermanasMirabalTV.do",Hermanas Mirabal TV (720p) [Not 24/7] @@ -217,8 +215,8 @@ https://ss5.domint.net:3184/mia_str/lamiatv/playlist.m3u8 https://streamunoapp.com:3983/live/larutatvlive.m3u8 #EXTINF:-1 tvg-id="",La Voz de Jesus (720p) https://stream.gia.tv/giatvplayout7/giatv-208429/playlist.m3u8 -#EXTINF:-1 tvg-id="LaVozdeMaria.do",La Voz de Marรญa (720p) -https://627bb251f23c7.streamlock.net:444/LaVozdeMaria/live/playlist.m3u8 +#EXTINF:-1 tvg-id="LaVozdeMaria.do@SD",La Voz de Maria (720p) +https://live.lavozdemaria.com:3436/live/lavozdemarialive.m3u8 #EXTINF:-1 tvg-id="LaVozdeMaria.do",La Voz de Marรญa (720p) https://uni01rtmp.tulix.tv/playout2multi9/lavozdemaria.stream/playlist.m3u8 #EXTINF:-1 tvg-id="LaVozdelTropico.do",La Voz del Trรณpico (480p) [Not 24/7] @@ -342,7 +340,7 @@ https://rdn.essastream.com:3160/live/sanisidrotvlive.m3u8 https://vdo1.streamgato.us:3677/live/telemileniolive.m3u8 #EXTINF:-1 tvg-id="SensacionTV.do",Sensaciรณn TV (360p) https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8 -#EXTINF:-1 tvg-id="SiembraTV.ve@SD",Siembra TV (720p) +#EXTINF:-1 tvg-id="SiembraTV.do@SD",Siembra TV (720p) https://streamunoapp.com:3809/live/siembratvlive.m3u8 #EXTINF:-1 tvg-id="SimavisionCanal18.do",Sima Vision TV (720p) https://soportedvb.click:3668/live/simavisiontvlive.m3u8 @@ -362,8 +360,8 @@ https://ss2.domint.net:3236/stv_str/supertv55/playlist.m3u8 https://ss2.domint.net:3132/stv_str/supremateve/playlist.m3u8 #EXTINF:-1 tvg-id="",Taino TV (720p) https://tvdatta.com:3602/stream/play.m3u8 -#EXTINF:-1 tvg-id="TeleAntillas.do",Tele Antillas (480p) -https://ds.tvabierta.net/memfs/9fe21fdc-a270-425e-acf4-e34eaea644a4_output_0.m3u8?session=bCZB5ZyNEQ2gsFkDSGfZ9x +#EXTINF:-1 tvg-id="TeleAntillas.do@SD",Tele Antillas (480p) +https://cors-proxy.cooks.fyi/http://190.123.76.22:8000/play/a043/index.m3u8 #EXTINF:-1 tvg-id="",Tele Dominicana TV (720p) https://vdopanel.jlahozconsulting.com/p/3417/hybrid/play.m3u8 #EXTINF:-1 tvg-id="",Tele Jaravacoa TV (720p) @@ -394,8 +392,8 @@ https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 https://vpss2003.streamprolive.com/hls/live.m3u8 #EXTINF:-1 tvg-id="Telemax.do",Telemax (1080p) https://vdo2.streamgato.us:3673/live/telemaxlive.m3u8 -#EXTINF:-1 tvg-id="Telemicro.do",Telemicro (480p) -https://ds.tvabierta.net/memfs/f74d5027-040c-4374-8905-2edfbca29552_output_0.m3u8?session=ky7m27J7JoM7jLpEQvN7m4 +#EXTINF:-1 tvg-id="Telemicro.do@SD",Telemicro (480p) +https://cors-proxy.cooks.fyi/http://190.123.76.22:8000/play/a023/index.m3u8 #EXTINF:-1 tvg-id="Telemilenio.do",Telemilenio (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telemilenio/Telemilenio.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Telenord8.do",Telenord 8 (1080p) [Not 24/7] @@ -521,3 +519,20 @@ https://5790d294af2dc.streamlock.net/Zonavisiontv/Zonavisiontv/playlist.m3u8 https://lb00zdigital.streamprolive.com/mnt/hls/live.m3u8 #EXTINF:-1 tvg-id="AvivamientoTV.do",Avivamiento TV (480p) https://ssh101.bozztv.com/ssh101/avivamientotv/playlist.m3u8 +#EXTINF:-1 tvg-id="CDN.do@SD",CDN +https://rtmp-live-ingest-us-east-1-universe-dacast-com.akamaized.net/transmuxv1/streams/7ed9a111-1110-47df-3bd8-85a9e0a15e3c.m3u8 +#EXTINF:-1 tvg-id="GuaymateTV.do@SD",Guaymate TV (720p) +https://live20.bozztv.com/akamaissh101/ssh101/guaymatetv/playlist.m3u8 +#EXTINF:-1 tvg-id="CanaTVDigital.do@SD",Cana TV Digital +https://stream.hostuis.com:19360/canatvdigital/canatvdigital.m3u8 +#EXTINF:-1 tvg-id="TVCanalSur.do@SD",TV Canal Sur (1080p) +https://streamtvs.tvcanalsur.com.do/hls/stream/index.m3u8 +#EXTINF:-1 tvg-id="Teleunion.do@SD" http-referrer="https://teleuniontvrd.com/portal/",Teleunion (1080p) +#EXTVLCOPT:http-referrer=https://teleuniontvrd.com/portal/ +http://server2grupocam.com:1945/teleunion/TU/playlist.m3u8 +#EXTINF:-1 tvg-id="Antena7.do",Antena 7 (480p) +https://cors-proxy.cooks.fyi/http://190.123.76.22:8000/play/a044/index.m3u8 +#EXTINF:-1 tvg-id="AdoramTV.do",Adoram TV (720p) +https://live20.bozztv.com/giatv/giatv-adoram/adoram/chunks.m3u8 +#EXTINF:-1 tvg-id="RETV.do@SD",R&E TV (720p) +https://live.ryetv.net/livelan/stream.m3u8 diff --git a/streams/dz.m3u b/streams/dz.m3u index 33fe07a155..014cddaea0 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -8,11 +8,7 @@ https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ElwataniaTV.dz" http-referrer="https://player.castr.com/live_1b36cfb0ba2411ee9700956e0f7084c8",Elwatania TV (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.castr.com/live_1b36cfb0ba2411ee9700956e0f7084c8 https://stream.castr.com/62c18c3f14d09a0b7e5355a5/live_1b36cfb0ba2411ee9700956e0f7084c8/index.fmp4.m3u8 -#EXTINF:-1 tvg-id="TV2.dz",TV2 (480p) -https://tgn.bozztv.com/dvrfl05/gin-canalalgerie/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="TV4.dz",TV4 (576p) -https://tgn.bozztv.com/dvrfl05/ga-algeria4/index.m3u8 -#EXTINF:-1 tvg-id="TV6.dz",TV6 (1080p) -https://tgn.bozztv.com/dvrfl05/ga-algeria6/index.m3u8 -#EXTINF:-1 tvg-id="TV3.dz",TV3 -http://69.64.57.208/canalalgerie/playlist.m3u8 +#EXTINF:-1 tvg-id="TV3.dz@SD",TV3 +https://fl1002.bozztv.com/ga-algeria3/index.m3u8 +#EXTINF:-1 tvg-id="4KidsTV.dz@SD",4Kids TV +http://149.100.19.147:8000/play/a02t diff --git a/streams/ec.m3u b/streams/ec.m3u index 8d562506af..d292266223 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -154,3 +154,9 @@ https://cloud37.ecuatel.com/vostv/live/manifest.m3u8 https://video2.makrodigital.com/wuanplus/wuanplus/playlist.m3u8 #EXTINF:-1 tvg-id="ZaracayTV.ec",Zaracay TV (1080p) [Not 24/7] https://video2.makrodigital.com/zaracay/zaracay/playlist.m3u8 +#EXTINF:-1 tvg-id="WuanPlus.ec@SD",Wuan+ +https://7.innovatestream.pe:19360/ecuadortest/ecuadortest.m3u8 +#EXTINF:-1 tvg-id="UCSGTV.ec@SD",UCSG TV +https://stream.catomedia.net/catomedia-app/index.m3u8 +#EXTINF:-1 tvg-id="UnsionTV.ec",Unsion TV (1080p) +http://provedores.unsion.tv:8081/srt/1/playlist.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 8f257b6f30..9c1b7e3a70 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -1,12 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="AghapyTV.eg",Aghapy TV (1080p) [Not 24/7] https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlGhadPlus.eg",Al Ghad Plus -https://playlist.fasttvcdn.com/pl/ykvm3f2fhokwxqsurp9xcg/alghad-plus/playlist.m3u8 #EXTINF:-1 tvg-id="AlGhadTV.eg",Al Ghad TV (1080p) https://eazyvwqssi.erbvr.com/alghadtv/alghadtv.m3u8 -#EXTINF:-1 tvg-id="AlHayatTV.us",Al Hayat TV (720p) -http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AlQaheraNews.eg",Al Qahera News (1080p) [Not 24/7] https://bcovlive-a.akamaihd.net/d30cbb3350af4cb7a6e05b9eb1bfd850/eu-west-1/6057955906001/playlist.m3u8 #EXTINF:-1 tvg-id="AlfathAtfalTV.eg",Alfath Atfal TV (576p) @@ -15,8 +11,6 @@ https://alfat7-q.com:5443/LiveApp/streams/434833549141598440488987.m3u8 https://alfat7-q.com:5443/LiveApp/streams/986613792230697141226562.m3u8 #EXTINF:-1 tvg-id="AlfathTV.eg",Alfath TV (576p) https://alfat7-q.com:5443/LiveApp/streams/515112551489055772942045.m3u8 -#EXTINF:-1 tvg-id="AlhayatTV.eg",Alhayat TV (720p) -https://cdn3.wowza.com/5/OE5HREpIcEkySlNT/alhayat-live/ngrp:livestream_all/playlist.m3u8 #EXTINF:-1 tvg-id="AlShoub.eg",AlShoub (720p) https://alshoobtv.rp.tactivemedia.com/alshoobtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="ATVSat.us",ATVSat (1080p) [Not 24/7] @@ -39,19 +33,52 @@ https://cdn.bestream.io:19360/elfaro1/elfaro1.m3u8 https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MBCMasr.eg",MBC Masr (1080p) https://mbc1-enc.edgenextcdn.net/out/v1/d5036cabf11e45bf9d0db410ca135c18/index.m3u8 -#EXTINF:-1 tvg-id="MBCMasr2.eg",MBC Masr 2 (1080p) -https://shls-masr2-ak.akamaized.net/out/v1/f683685242b549f48ea8a5171e3e993a/index.m3u8 +#EXTINF:-1 tvg-id="MBCMasr2.eg@SD",MBC Masr 2 (1080p) +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-masr-2/754931856515075b0aabf0e583495c68/index.m3u8 #EXTINF:-1 tvg-id="NogoumFMTV.eg",NogoumFMTV (672p) [Not 24/7] https://nogoumtv.nrpstream.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="OnE.eg",On E (1080p) https://bcovlive-a.akamaihd.net/3dc60bab470f4c9fbf00408ecb7c3d7a/eu-west-1/6057955906001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="PNCDrama.eg",PNC Drama (1080p) https://d35j504z0x2vu2.cloudfront.net/v1/master/0bc8e8376bd8417a1b6761138aa41c26c7309312/pnc-drama/playlist.m3u8 -#EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg",Rotana Cinema Egypt (1080p) -https://rotana.hibridcdn.net/rotana/cinemamasr_net-7Y83PP5adWixDF93/playlist.m3u8 -#EXTINF:-1 tvg-id="TeN.eg",TeN (720p) [Geo-blocked] -https://weyyak-live.akamaized.net/weyyak_ten_tv/index.m3u8 +#EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" http-referrer="https://rotana.net/",Rotana Cinema Egypt (1080p) +#EXTVLCOPT:http-referrer=https://rotana.net/ +https://rotana.hibridcdn.net/rotananet/cinemamasr_net-7Y83PP5adWixDF93/playlist.m3u8 #EXTINF:-1 tvg-id="TheKingdomSat.eg",The Kingdom Sat (720p) https://bcovlive-a.akamaihd.net/0e524e1838ed411dad0a674d18e07914/eu-central-1/6415808954001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="WatanTV.eg",Watan TV (1080p) https://rp.tactivemedia.com/watantv_source/live/playlist.m3u8 +#EXTINF:-1 tvg-id="DMC.eg",DMC (1080p) +https://bcovlive-a.akamaihd.net/ba3169004d40484b9ff29e194964c9e8/eu-west-1/6057955906001/playlist.m3u8 +#EXTINF:-1 tvg-id="CBCSofra.eg",CBC Sofra (1080p) +https://bcovlive-a.akamaihd.net/753a1f2c951b4fb3914f30e1deb147d8/us-west-2/6057955906001/playlist.m3u8 +#EXTINF:-1 tvg-id="CBC.eg",CBC (1080p) +https://bcovlive-a.akamaihd.net/0c223ac0a9d34b30b100cb92ee83b70a/us-west-2/6057955906001/playlist.m3u8 +#EXTINF:-1 tvg-id="OnDrama.eg@SD",On Drama +https://fl1002.bozztv.com/ga-ondrama/index.m3u8 +#EXTINF:-1 tvg-id="AlNaharDrama.eg@SD",Al-Nahar Drama +https://fl1002.bozztv.com/ga-alnahardrama/index.m3u8 +#EXTINF:-1 tvg-id="CBCDrama.eg@SD",CBC Drama +https://fl1002.bozztv.com/ga-cbcdrama/index.m3u8 +#EXTINF:-1 tvg-id="AlMasriyah.eg@SD",Al Masriyah +https://fl1002.bozztv.com/ga-almasriya/index.m3u8 +#EXTINF:-1 tvg-id="TeN.eg@SD",TeN +https://live20.bozztv.com/gin-36bay3/ga-tentv/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="AlhayatTV.eg@SD",Alhayat TV +https://fl1002.bozztv.com/ga-alhayah/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="AlKaheraWalNas.eg@SD",Al Kahera Wal Nas +https://live20.bozztv.com/gin-36bay3/ga-alkahera/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="AlNahar.eg@SD",Al-Nahar +https://fl1002.bozztv.com/ga-alnahar/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ElMehwarChannel.eg@SD",El Mehwar Channel +https://fl1002.bozztv.com/ga-elmehwar/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="DMCDrama.eg@SD",DMC Drama (720p) +https://fl1002.bozztv.com/ga-dmcdrama/index.m3u8 +#EXTINF:-1 tvg-id="DMC.eg@SD",DMC (720p) +https://fl1002.bozztv.com/ga-dmc/index.m3u8 +#EXTINF:-1 tvg-id="CBC.eg@SD",CBC (1080i) +https://fl1002.bozztv.com/ga-cbc/index.m3u8 +#EXTINF:-1 tvg-id="AlhayatDrama.eg@SD",Alhayat Drama +https://fl1002.bozztv.com/ga-alhayahseries/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="AlShoub.eg@SD",AlShoub (720p) +https://play.tactivemedia.com/memfs/c5919b97-5329-4b84-91b2-613c6ed9953e.m3u8 diff --git a/streams/er.m3u b/streams/er.m3u new file mode 100644 index 0000000000..b89f1274a4 --- /dev/null +++ b/streams/er.m3u @@ -0,0 +1,3 @@ +#EXTM3U +#EXTINF:-1 tvg-id="ERiTV1.er@SD",ERi-TV 1 (576p) +https://jmc-live.ercdn.net/eritreatv/eritreatv.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index 6ec7f1bfaf..be4a24fe77 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -3,13 +3,11 @@ https://directes-tv-int.3catdirectes.cat/live-origin/canal324-hls/master.m3u8 #EXTINF:-1 tvg-id="Canal7TeleValencia.es",7 TeleValencia (576p) https://play.cdn.enetres.net/9E9557EFCEBB43A89CEC8FBD3C500247022/028/playlist.m3u8 -#EXTINF:-1 tvg-id="La7.es",7 Televisiรณn Regiรณn de Murcia (1080p) -https://rtv-murcia-live.globalmest.com/principal/smil:principal.smil/playlist.m3u8 #EXTINF:-1 tvg-id="8LaMarinaTV.es",8 La Marina TV (576p) https://streaming005.gestec-video.com/hls/canal24.m3u8 #EXTINF:-1 tvg-id="8madridTV.es",8madrid TV (720p) http://185.189.225.150:85/8madrid/index.m3u8 -#EXTINF:-1 tvg-id="9laLomaTV.es",9 la Loma TV (1080p) +#EXTINF:-1 tvg-id="9laLomaTV.es",9 la Loma TV (1080p) [Geo-blocked] https://9laloma.tv/live.m3u8 #EXTINF:-1 tvg-id="12tv.es" http-referrer="https://www.12tv.es/",12tv #EXTVLCOPT:http-referrer=https://www.12tv.es/ @@ -19,8 +17,6 @@ https://cloud.streamingconnect.tv/hls/12tv/12tv2.m3u8 https://cloud.fastchannel.es/mic/manifiest/hls/12tv/12tv.m3u8 #EXTINF:-1 tvg-id="24HorasInternacional.es",24 Horas Internacional [Geo-blocked] https://rtvelivestream.akamaized.net/rtvesec/24h/24h_main_dvr.m3u8 -#EXTINF:-1 tvg-id="28kanala.es",28 kanala (720p) [Not 24/7] -https://5940924978228.streamlock.net/8157/8157/master.m3u8 #EXTINF:-1 tvg-id="101tvAntequera.es" http-referrer="https://www.101tv.es/antequera/",101tv Antequera #EXTVLCOPT:http-referrer=https://www.101tv.es/antequera/ https://www.streaming101tv.es:19360/antequera/antequera.m3u8 @@ -28,52 +24,22 @@ https://www.streaming101tv.es:19360/antequera/antequera.m3u8 https://www.streaming101tv.es:19360/axarquia/axarquia.m3u8 #EXTINF:-1 tvg-id="101tvCadiz.es",101tv Cรกdiz (1080p) https://streaming101tv.es:19360/cadiz/cadiz.m3u8 -#EXTINF:-1 tvg-id="101tvMalaga.es",101tv Mรกlaga (1080p) -https://limited38.todostreaming.es/live/101tv-web101tv.m3u8 #EXTINF:-1 tvg-id="101tvRonda.es",101tv Ronda (1080p) https://streaming101tv.es/hls/webronda.m3u8 -#EXTINF:-1 tvg-id="101tvSevilla.es",101tv Sevilla (1080p) -https://streaming101tv.es/hls/websevilla.m3u8 -#EXTINF:-1 tvg-id="APunt.es",ร€ Punt (720p) -https://bcovlive-a.akamaihd.net/1e7e91116b104391a4f22e13a694d94f/eu-central-1/6057955885001/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="APunt.es",ร€ Punt (720p) -https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="ActivaTV.es",Activa TV (720p) https://streamtv.mediasector.es/hls/activatv/index.m3u8 -#EXTINF:-1 tvg-id="AfortunadasTV.es",Afortunadas TV (720p) -https://cloudvideo.servers10.com:8081/8108/index.m3u8 #EXTINF:-1 tvg-id="AlacantiTV.es",Alacantรญ TV (576p) [Not 24/7] https://streaming01.gestec-video.com/hls/artequatreAlacanti.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.es",Alcarria TV (576p) [Not 24/7] http://217.182.77.27/live/alcarriatv-livestream.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.es",Alcarria TV (576p) [Not 24/7] https://cls.alcarria.tv/alcarriatv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="AMC.us@Spain",AMC (Spain) (720p) -http://vegafibratv.com:8085/AMC/index.m3u8 #EXTINF:-1 tvg-id="Antena3.es",Antena 3 (720p) http://185.189.225.150:85/Antena3HD/index.m3u8 -#EXTINF:-1 tvg-id="Antena3.es",Antena 3 (480p) -http://181.78.109.48:8000/play/a00f/index.m3u8 -#EXTINF:-1 tvg-id="AquiNoHayQuienViva.es",Aqui No Hay Quien Viva (720p) -https://fast-channels.atresmedia.com/648ef3951756b0e425af83cc/648ef3951756b0e425af83cc.m3u8 #EXTINF:-1 tvg-id="ArabiTV.es",Arabรญ TV (1080p) -https://streamtv2.elitecomunicacion.cloud:3956/live/arabitvlive.m3u8 +https://streamtv2.elitecomunicacion.cloud:3628/live/arabitv2025live.m3u8 #EXTINF:-1 tvg-id="AragonTV.es",Aragรณn TV (720p) [Not 24/7] https://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8 -#EXTINF:-1 tvg-id="Atreseries.es",Atreseries (480p) -http://181.78.109.48:8000/play/a00l/index.m3u8 -#EXTINF:-1 tvg-id="AtresplayerClasicos.es",Atresplayer Clasicos (1080p) -https://fast-channels.atresmedia.com/648ef12c2bfab0e4507e0d61/648ef12c2bfab0e4507e0d61.m3u8 -#EXTINF:-1 tvg-id="AtresplayerComedia.es",Atresplayer Comedia (1080p) -https://fast-channels.atresmedia.com/648ef23d2bfab0e4557e0d61/648ef23d2bfab0e4557e0d61.m3u8 -#EXTINF:-1 tvg-id="AtresplayerInquietos.es",Atresplayer Inquietos (1080p) -https://fast-channels.atresmedia.com/648ef3162bfab0e4587e0d61/648ef3162bfab0e4587e0d61.m3u8 -#EXTINF:-1 tvg-id="AtresplayerMulticine.es",Atresplayer Multicine (1080p) -https://fast-channels.atresmedia.com/648ef18c1756b0e41daf83cc/648ef18c1756b0e41daf83cc.m3u8 -#EXTINF:-1 tvg-id="AXN.es",AXN (1080p) -http://181.78.109.48:8000/play/a05u/index.m3u8 -#EXTINF:-1 tvg-id="AXN.es",AXN (480p) -http://181.78.109.48:8000/play/a023/index.m3u8 #EXTINF:-1 tvg-id="BabyTV.uk@Spain",BabyTV (Spain) (1080p) http://185.189.225.150:85/BabyTV/index.m3u8 #EXTINF:-1 tvg-id="BailenTV.es",Bailรฉn TV (720p) [Not 24/7] @@ -112,8 +78,6 @@ https://5940924978228.streamlock.net/Directo2/Directo2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10Emporda.es",Canal 10 Empordร  (360p) [Not 24/7] http://ventdelnord.tv:8080/escala/directe.m3u8 #EXTINF:-1 tvg-id="24Horas.es",Canal 24 Horas (720p) -https://rtvelivestream-clnx.rtve.es/rtvesec/24h/24h_main_dvr.m3u8 -#EXTINF:-1 tvg-id="24Horas.es",Canal 24 Horas (720p) https://ztnr.rtve.es/ztnr/1694255.m3u8 #EXTINF:-1 tvg-id="24HorasCanarias.es",Canal 24 Horas Canarias (720p) https://rtvelivestream.akamaized.net/rtvesec/can/24h_can_main_dvr.m3u8 @@ -154,8 +118,6 @@ https://liveingesta318.cdnmedia.tv/canalreustvlive/smil:live.smil/playlist.m3u8 https://cdnlivevlc.codev8.net/aytosanroquelive/smil:channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSierradeCadiz.es",Canal Sierra de Cรกdiz (1080p) [Not 24/7] https://s.emisoras.tv:8081/sierradecadiz/index.m3u8 -#EXTINF:-1 tvg-id="CanalSurAndalucia.es",Canal Sur Andalucรญa (1080p) [Not 24/7] -https://cdnlive.codev8.net/rtvalive/smil:channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSur2.es",Canal Sur Andalucรญa 2 (720p) https://cdnlive.codev8.net/rtvalive/smil:channel22.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalTaronjaAnoia.es" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 CrKey/1.44.191160",Canal Taronja Anoia (1080p) [Not 24/7] @@ -243,12 +205,8 @@ https://liveingesta318.cdnmedia.tv/9tvlive/smil:live.smil/playlist.m3u8?DVR= https://directes-tv-cat.3catdirectes.cat/live-origin/c33-super3-hls/master.m3u8 #EXTINF:-1 tvg-id="El33SX3.es",El 33 SX3 (1080p) [Geo-blocked] https://directes-tv-es.3catdirectes.cat/live-origin/c33-super3-hls/master.m3u8 -#EXTINF:-1 tvg-id="ElClubdelaComedia.es",El Club de la Comedia (1080p) -https://fast-channels.atresmedia.com/648f47f7a2ffb0e40aeff3ad/648f47f7a2ffb0e40aeff3ad.m3u8 #EXTINF:-1 tvg-id="ElConfidencialTV.es",El Confidencial TV (1080p) https://daqnsnf5phf17.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-sde7fypd1420w-prod/fast-channel-elconfidencial/fast-channel-elconfidencial.m3u8 -#EXTINF:-1 tvg-id="ElHormiguero.es",El Hormiguero (1080p) -https://fast-channels.atresmedia.com/648ef5882bfab0e4627e0d61/648ef5882bfab0e4627e0d61.m3u8 #EXTINF:-1 tvg-id="ElPaisTV.es",EL PAรS TV (1080p) https://d2xqbi89ghm9hh.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-79fx3huimw4xc-ssai-prd/fast-channel-el-pais.m3u8 #EXTINF:-1 tvg-id="ElToroTV.es",El Toro TV (720p) @@ -257,8 +215,6 @@ https://streaming-1.eltorotv.com/lb0/eltorotv-streaming-web/index.m3u8 https://elche7tv.gestec-video.com/hls/canal2.m3u8 #EXTINF:-1 tvg-id="EmpordaTV.es",Empordร  TV (1080p) https://video3.lhdserver.es/empordatv2/live.m3u8 -#EXTINF:-1 tvg-id="EquipodeInvestigacion.es",Equipo de Investigacion (1080p) -https://fast-channels.atresmedia.com/648ef5551756b0e429af83cc/648ef5551756b0e429af83cc.m3u8 #EXTINF:-1 tvg-id="ErloTelebista.es",Erlo Telebista (720p) https://5940924978228.streamlock.net/8159/8159/master.m3u8 #EXTINF:-1 tvg-id="Esport3.es",Esport3 (1080p) [Geo-blocked] @@ -287,12 +243,8 @@ https://media2.streambrothers.com:1936/8150/8150/playlist.m3u8 http://185.189.225.150:85/fdf/index.m3u8 #EXTINF:-1 tvg-id="Fibwi.es",Fibwi (1080p) [Not 24/7] https://hostcdn3.fibwi.com/fibwi_diario/index.fmp4.m3u8 -#EXTINF:-1 tvg-id="FisicaoQuimica.es",Fisica o Quimica (1080p) -https://fast-channels.atresmedia.com/648ef50a2bfab0e4607e0d61/648ef50a2bfab0e4607e0d61.m3u8 #EXTINF:-1 tvg-id="FitelTV.es",Fitel TV (1080p) https://tv.mywifisocial.es/live.m3u8 -#EXTINF:-1 tvg-id="Flooxer.es",Flooxer (1080p) -https://fast-channels.atresmedia.com/5c1285e47ed1a861f8125285/5c1285e47ed1a861f8125285.m3u8 #EXTINF:-1 tvg-id="FuengirolaTV.es",Fuengirola TV (360p) [Not 24/7] https://secure.todostreaming.es/live/nerja-livestream.m3u8 #EXTINF:-1 tvg-id="FuerteventuraTV.es",Fuerteventura TV (1080p) @@ -325,12 +277,8 @@ https://interalmeria.tv/directo/live.m3u8 https://streamingtvi.gestec-video.com/hls/tvixa.m3u8 #EXTINF:-1 tvg-id="JuntadeCastillayLeon.es",Junta de Castilla y Leรณn (1080p) [Not 24/7] https://16escalones-live2.flumotion.com/chunks.m3u8 -#EXTINF:-1 tvg-id="Kidz.es",Kidz Atresmedia (720p) [Geo-blocked] -https://fast-channels.atresmedia.com/648c271d2bfab0e4177a0d61/648c271d2bfab0e4177a0d61.m3u8 #EXTINF:-1 tvg-id="La1.es",La 1 (720p) https://ztnr.rtve.es/ztnr/1688877.m3u8 -#EXTINF:-1 tvg-id="La1.es",La 1 (720p) [Not 24/7] -https://rtvelivestream.akamaized.net/rtvesec/la1/la1_main_dvr.m3u8 #EXTINF:-1 tvg-id="La1Canarias.es",La 1 Canarias (720p) https://ztnr.rtve.es/ztnr/5190066.m3u8 #EXTINF:-1 tvg-id="La1Canarias.es",La 1 Canarias (720p) [Not 24/7] @@ -399,8 +347,6 @@ https://shls-live-ak.akamaized.net/out/v1/b06a89a463764d3688cda337d40dc5bf/index https://streaming013.gestec-video.com/hls/negociostv.m3u8 #EXTINF:-1 tvg-id="Neox.es",Neox (576p) http://185.189.225.150:85/neox/index.m3u8 -#EXTINF:-1 tvg-id="Nickelodeon.es",Nickelodeon (480p) -http://181.78.109.48:8000/play/a05a/index.m3u8 #EXTINF:-1 tvg-id="Nickelodeon.es",Nickelodeon (Spain) (576p) http://185.189.225.150:85/nickelodeon/index.m3u8 #EXTINF:-1 tvg-id="NoroesteTV.es",Noroeste TV (1080p) [Not 24/7] @@ -612,14 +558,6 @@ https://emision.arpamedia.es:4343/hls/tvsanvicenteweb.m3u8 https://streaming.tvt.es:8080/hls/tvb_interno/live.m3u8 #EXTINF:-1 tvg-id="TVCentroAndalucia.es",TVCentro Andalucรญa (720p) [Not 24/7] https://5fa5de1a545ae.streamlock.net/8052/8052/playlist.m3u8 -#EXTINF:-1 tvg-id="TVEInternacionalAmerica.es",TVE Internacional America (1080p) -https://rtvelivestream.akamaized.net/rtvesec/int/tvei_ame_main.m3u8 -#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es",TVE Internacional Asia-Oceania [Geo-blocked] -https://rtvelivestream.akamaized.net/rtvesec/int/tvei_asia_main.m3u8 -#EXTINF:-1 tvg-id="TVEInternacionalEuropeAsia.es",TVE Internacional Europe-Asia [Geo-blocked] -https://rtvelivestream.akamaized.net/rtvesec/int/tvei_eu_main.m3u8 -#EXTINF:-1 tvg-id="TVEStarHD.es",TVE Star HD (1080p) -https://rtvelivestream.akamaized.net/rtvesec/int/star_main.m3u8 #EXTINF:-1 tvg-id="TelevisiondeGalicia.es",TVG (720p) https://europa-crtvg.flumotion.com/crtvg/europa_high/playlist.m3u8 #EXTINF:-1 tvg-id="TVG2.es",TVG2 (720p) [Not 24/7] @@ -687,7 +625,35 @@ https://janus.xpbroadcasting.com:8443/hls/xptvUS.m3u8 #EXTINF:-1 tvg-id="ZafraTV.es" http-referrer="https://player.streamingconnect.com/",Zafra TV (1080p) #EXTVLCOPT:http-referrer=https://player.streamingconnect.com/ https://cloud.fastchannel.es/mic/manifiest/hls/radiotvzafra/radiotvzafra.m3u8 -#EXTINF:-1 tvg-id="BomCine.es",Bom Cine (720p) -https://tsw.streamingwebtv24.it:1936/inteccdn3/inteccdn3/playlist.m3u8 -#EXTINF:-1 tvg-id="Squirrel.es",Squirrel (1080p) -https://tsw.streamingwebtv24.it:1936/inteccdn1/inteccdn1/playlist.m3u8 +#EXTINF:-1 tvg-id="28kanala.es@SD",28 kanala +https://streaming.28kanala.eus/hls/z.m3u8 +#EXTINF:-1 tvg-id="BarcaTV.es@SD",Barca TV +https://live20.bozztv.com/dvrfl06/astv/astv-barca/index.m3u8 +#EXTINF:-1 tvg-id="APunt.es@SD",A Punt +https://bcovlive-a.akamaihd.net/8499d938ef904e39b58a4adec2ddeada/eu-west-1/6057955885001/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="Teledeporte.es@HEVC",Teledeporte HEVC +https://d2a02gfcid1k4a.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-clihr3vf54f9j/Teledeporte_ES.m3u8 +#EXTINF:-1 tvg-id="La1.es@HEVC",La 1 HEVC +https://dh6vo1bovy43s.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-x3gcl32l5ffq2/La_1_ES.m3u8 +#EXTINF:-1 tvg-id="CanalSurAndalucia.es@HEVC",Canal Sur Andalucia HEVC +https://d35x6iaiw8f75z.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-kbwsl0jk1bvoo/canal_sur_andalucia_es.m3u8 +#EXTINF:-1 tvg-id="CanalSurAndalucia.es@SD",Canal Sur Andalucia +https://live-24-canalsur.interactvty.pro/9bb0f4edcb8946e79f5017ddca6c02b0/26af5488cda642ed2eddd27a6328c93b9c03e9181b9d0a825147a7d978e69202.m3u8 +#EXTINF:-1 tvg-id="101tvSevilla.es" http-referrer="https://player.instantvideocloud.net/",101tv Sevilla +#EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ +https://liveingesta318.cdnmedia.tv/101weblive/smil:sevilla.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="101tvMalaga.es" http-referrer="https://player.instantvideocloud.net/",101tv Malaga +#EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ +https://liveingesta318.cdnmedia.tv/101weblive/smil:malaga.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalSurNoticias.es@SD",Canal Sur Noticias +https://cdnlive.codev8.net/rtvalive/smil:channel42.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="24Horas.es@HEVC",24 Horas HEVC +https://d3pfmk89wc0vm9.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-nlow3qkp9tmdm/24H_ES.m3u8 +#EXTINF:-1 tvg-id="Clan.es@HEVC",Clan HEVC +https://d3nnqrdb77sy13.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-eimbp20cszixb/Clan_ES.m3u8 +#EXTINF:-1 tvg-id="La2.es@HEVC",La 2 HEVC +https://di2qeq48iv8ps.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-o8u23e6v7vptv/La_2_ES.m3u8 +#EXTINF:-1 tvg-id="HOLAPlay.es@SD",HOLA! Play (1080p) +https://hola-play-2108fd06-86d4-44e8-9867-c35b4895a1c1-es.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6433/master.m3u8 +#EXTINF:-1 tvg-id="Syfy.es@SD",Syfy +http://185.189.225.150:85/syfy/index.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index c02de8fdc4..7a9ae48589 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -12,23 +12,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c0007 #EXTINF:-1 tvg-id="PlutoTVAnimales.us@Spain",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccion.us@Spain",Pluto TV Cine Acciรณn (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVCineAccion.us@Spain",Pluto TV Cine Acciรณn (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineAccion.us@Spain",Pluto TV Cine Acciรณn (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineAccion.us@Spain",Pluto TV Cine Acciรณn (240p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineClasico.us@Spain",Pluto TV Cine Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelar.us@Spain",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us@Spain",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us@Spain",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us@Spain",Pluto TV Cine Estelar (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCocina.us@Spain",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCocina.us@Spain",Pluto TV Cocina (720p) @@ -65,7 +53,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a63 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aab1d29b39600073e243f&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=910&terminate=false&userId= #EXTINF:-1 tvg-id="",Pluto TV MTV Catfish (Spain) (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1ab3c7778230000735cf41/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1ab3c7778230000735cf41&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=305&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMTVMusicMadeinSpain.us",Pluto TV MTV Music Made in Spain (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MTVMusicMadeinSpain.us@Spain",Pluto TV MTV Music Made in Spain (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a26a056d55b30007918d5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="",Pluto TV MTV Originals (Spain) (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aadf373bed3000794d1d7&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=300&terminate=false&userId= @@ -77,9 +65,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60016a60a8e3520008e0d331/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTelenovelas.us@Spain",Pluto TV Telenovelas (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b4c06717da110007ee1af6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us",Pluto TV The Walking Dead ESP (720p) +#EXTINF:-1 tvg-id="TheWalkingDeadenEspanol.us",Pluto TV The Walking Dead ESP (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us",Pluto TV The Walking Dead ESP (720p) +#EXTINF:-1 tvg-id="TheWalkingDeadenEspanol.us",Pluto TV The Walking Dead ESP (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVToonsClasico.us@Spain",Pluto TV Toons Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609e7e423e9173000706a681/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS diff --git a/streams/es_rakuten.m3u b/streams/es_rakuten.m3u index 4279f3e7d4..96bdac6bbf 100644 --- a/streams/es_rakuten.m3u +++ b/streams/es_rakuten.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="",ยกHOLA! Play (1080p) -https://hola-play-2108fd06-86d4-44e8-9867-c35b4895a1c1-es.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6433/master.m3u8 #EXTINF:-1 tvg-id="DoctorWho.us@Spain",BBC Doctor Who (1080p) https://amg00793-amg00793c15-rakuten-es-5359.playouts.now.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BBCDrama.uk@Spain",BBC Drama (1080p) diff --git a/streams/es_samsung.m3u b/streams/es_samsung.m3u index 651f6b07f4..88d2851f6c 100644 --- a/streams/es_samsung.m3u +++ b/streams/es_samsung.m3u @@ -1,28 +1,6 @@ #EXTM3U -#EXTINF:-1 tvg-id="Caillou.fr",Caillou -https://dhx-caillou-1-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsSpanish.fr",Euronews en Espaรฑol (720p) -https://rakuten-euronews-4-es.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="",iHola Play -https://rakuten-hola-2-es.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleAreAwesome.us",People are Awesome https://jukin-peopleareawesome-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es",Rakuten Action Movies -https://rakuten-actionmovies-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es",Rakuten Comedy Movies -https://rakuten-comedymovies-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es",Rakuten Drama -https://rakuten-tvshows-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es",Rakuten Family -https://rakuten-family-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVSpotlight.es",Rakuten Spotlight -https://rakuten-spotlight-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SofyTV.ch",Sofy TV (720p) -https://sofytv-samsunges.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperToons.bg",Supertoons TV -https://kedoo-supertoonstv-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us",Tastemade -https://tastemade-es16tm-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThePetCollective.us@Spain",The Pet Collective https://the-pet-collective-international-es.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TraceSportStars.fr",Trace Sport Stars (1080p) [Geo-blocked] diff --git a/streams/et.m3u b/streams/et.m3u index 5571818501..e8bc1cb1e3 100644 --- a/streams/et.m3u +++ b/streams/et.m3u @@ -13,3 +13,5 @@ https://rumble.com/live-hls-dvr/4c14o3/playlist.m3u8 https://ffs3.gulfsat.com/Nesiha-TV/video.m3u8 #EXTINF:-1 tvg-id="WaltaTV.et",Walta TV (614p) https://live.zergaw.et/hls/1234.m3u8 +#EXTINF:-1 tvg-id="MerejaTV.et@SD",Mereja TV +https://g4wlkqp8l23a-hls-live.5centscdn.com/MerejaTV/955ad3298db330b5ee880c2c9e6f23a0.sdp/playlist.m3u8 diff --git a/streams/fi.m3u b/streams/fi.m3u index 553fb1fa71..1e9796a27f 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -32,8 +32,6 @@ https://live.streaming.a2d.tv/asset/20025962.isml/.m3u8 https://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="NationalGeographic.fi",National Geographic (Finland) (720p) [Geo-blocked] https://live-fi.tvkaista.net/national-geographic/live.m3u8?hd=true -#EXTINF:-1 tvg-id="NavahangTV.fi",Navahang TV (720p) -https://hls.navahang.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="Nelonen.fi",Nelonen (720p) https://live-fi.tvkaista.net/nelonen/live.m3u8 #EXTINF:-1 tvg-id="NopolaNews.fi",Nopola News (1080p) [Not 24/7] @@ -62,3 +60,5 @@ https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/playlist.m3u8 https://yletvworld.akamaized.net/hls/live/622547/yletvteemafemw/index.m3u8 #EXTINF:-1 tvg-id="YleX.fi",YleX Studio Live (720p) https://ylestudiolive.akamaized.net/hls/live/2007826/ylestudiolive-YleX/master.m3u8 +#EXTINF:-1 tvg-id="NavahangTV.fi",Navahang TV (720p) +https://hls.navahang.live/hls/stream.m3u8 diff --git a/streams/fi_rakuten.m3u b/streams/fi_rakuten.m3u index ffc22700cc..c4976d8721 100644 --- a/streams/fi_rakuten.m3u +++ b/streams/fi_rakuten.m3u @@ -1,37 +1,37 @@ -#EXTM3U -#EXTINF:-1 tvg-id="",5-Minute Craft (1080p) -https://soul-5mincrafteng-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",BBC Top Gear Finland (1080p) -https://amg00793-amg00793c49-rakuten-fi-5848.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Celeb Reality (720p) -https://d3453fcf.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X0NlbGViUmVhbGl0eUlOVExfSExT/playlist.m3u8 -#EXTINF:-1 tvg-id="",Come Dine With Me (1080p) -https://amg00654-itv-amg00654c2-rakuten-uk-1281.playouts.now.amagi.tv/playlist/amg00654-itvstudiosfast-comedinewithmeukglobal-rakutenuk/playlist.m3u8 -#EXTINF:-1 tvg-id="Crime360.us@SD",Crime 360 (720p) -https://94a3e237.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X0NyaW1lMzYwX0hMUw/playlist.m3u8 -#EXTINF:-1 tvg-id="DontTellTheBride.us@SD",Don't Tell The Bride (1080p) -https://lds-donttellbride-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Ghost (720p) -https://9485e5d3.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X0dob3N0SU5UTF9ITFM/playlist.m3u8 -#EXTINF:-1 tvg-id="",InTravel (1080p) -https://amg00861-amg00861c10-rakuten-uk-3152.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",NatureTime (1080p) -https://bamusa-naturetime-emea-eng-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Finland",Rakuten TV Action Movies (1080p) -https://bca5a421a70c46ad911efd0a4767c4bf.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6075/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Finland",Rakuten TV Comedy Movies (1080p) -https://a300af98e00746e2acf2346f43e47bd1.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6191/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Finland",Rakuten TV Drama Movies (1080p) -https://d7e8ee3c924d4305a0c1840fe94c5d36.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6102/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Finland",Rakuten TV Family Movies (1080p) -https://758ee983d61e400381dea6fa8154f4e0.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6227/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVNordicFilms.es@Finland",Rakuten TV Nordic Films (1080p) -https://4aa9ef08b70d4b0c8f3519c5950b1930.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6303/master.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Romance Movies Finland (1080p) -https://romance-rakuten-tv-fi.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6744/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopMovies.es@Finland",Rakuten TV Top Movies (1080p) -https://1d1b0d4cb6ae4c31985d13221795695b.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6057/master.m3u8 -#EXTINF:-1 tvg-id="TrueCrimeNow.us@SD",True Crime Now (1080p) -https://amg00376-magellan-amg00376c11-rakuten-us-1700.playouts.now.amagi.tv/playlist/amg00376-magellantv-truecrimenowww-rakutenus/playlist.m3u8 -#EXTINF:-1 tvg-id="",World of Love Island (1080p) -https://worldofloveisland-rakuten.amagi.tv/playlist.m3u8 +#EXTM3U +#EXTINF:-1 tvg-id="",5-Minute Craft (1080p) +https://soul-5mincrafteng-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",BBC Top Gear Finland (1080p) +https://amg00793-amg00793c49-rakuten-fi-5848.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Celeb Reality (720p) +https://d3453fcf.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X0NlbGViUmVhbGl0eUlOVExfSExT/playlist.m3u8 +#EXTINF:-1 tvg-id="",Come Dine With Me (1080p) +https://amg00654-itv-amg00654c2-rakuten-uk-1281.playouts.now.amagi.tv/playlist/amg00654-itvstudiosfast-comedinewithmeukglobal-rakutenuk/playlist.m3u8 +#EXTINF:-1 tvg-id="Crime360.us@SD",Crime 360 (720p) +https://94a3e237.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X0NyaW1lMzYwX0hMUw/playlist.m3u8 +#EXTINF:-1 tvg-id="DontTellTheBride.us@SD",Don't Tell The Bride (1080p) +https://lds-donttellbride-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Ghost (720p) +https://9485e5d3.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X0dob3N0SU5UTF9ITFM/playlist.m3u8 +#EXTINF:-1 tvg-id="",InTravel (1080p) +https://amg00861-amg00861c10-rakuten-uk-3152.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",NatureTime (1080p) +https://bamusa-naturetime-emea-eng-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Finland",Rakuten TV Action Movies (1080p) +https://bca5a421a70c46ad911efd0a4767c4bf.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6075/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Finland",Rakuten TV Comedy Movies (1080p) +https://a300af98e00746e2acf2346f43e47bd1.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6191/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Finland",Rakuten TV Drama Movies (1080p) +https://d7e8ee3c924d4305a0c1840fe94c5d36.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6102/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Finland",Rakuten TV Family Movies (1080p) +https://758ee983d61e400381dea6fa8154f4e0.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6227/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVNordicFilms.es@Finland",Rakuten TV Nordic Films (1080p) +https://4aa9ef08b70d4b0c8f3519c5950b1930.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6303/master.m3u8 +#EXTINF:-1 tvg-id="",Rakuten TV Romance Movies Finland (1080p) +https://romance-rakuten-tv-fi.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6744/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVTopMovies.es@Finland",Rakuten TV Top Movies (1080p) +https://1d1b0d4cb6ae4c31985d13221795695b.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6057/master.m3u8 +#EXTINF:-1 tvg-id="TrueCrimeNow.us@SD",True Crime Now (1080p) +https://amg00376-magellan-amg00376c11-rakuten-us-1700.playouts.now.amagi.tv/playlist/amg00376-magellantv-truecrimenowww-rakutenus/playlist.m3u8 +#EXTINF:-1 tvg-id="",World of Love Island (1080p) +https://worldofloveisland-rakuten.amagi.tv/playlist.m3u8 diff --git a/streams/fi_samsung.m3u b/streams/fi_samsung.m3u index 9fb48a4bfd..82fbd0c8d8 100644 --- a/streams/fi_samsung.m3u +++ b/streams/fi_samsung.m3u @@ -1,11 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricanewsEnglish.fr",AfricaNews English (720p) -https://rakuten-africanews-1-fi.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake (1080p) https://bloomberg-quicktake-1-fi.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV US (1080p) -https://bloomberg-bloomberg-1-fi.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) -https://rakuten-euronews-1-fi.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Finland",Rakuten Family (Finland) (720p) -https://rakuten-family-12-fi.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/fo.m3u b/streams/fo.m3u index 42179a3374..64bd43084b 100644 --- a/streams/fo.m3u +++ b/streams/fo.m3u @@ -1,3 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="KringvarpForoya.fo",KVF (720p) [Not 24/7] https://w1.kringvarp.fo/uttanlands/smil:uttanlands.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="KVFTingvarp.fo@SD",KVF Tingvarp +https://live.kringvarp.fo/kvf-2_utland/720/playlist.m3u8 +#EXTINF:-1 tvg-id="KVFSjonvarp.fo@SD",KVF Sjonvarp +https://live.kringvarp.fo/uttanlands/720/playlist.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index c19bad6dbc..10ae022eae 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -2,53 +2,33 @@ #EXTINF:-1 tvg-id="6ter.fr",6ter https://origin-caf900c010ea8046.live.6cloud.fr/out/v1/29c7a579af3348b48230f76cd75699a5/dash_short_cenc10_6ter_hd_index.mpd #EXTINF:-1 tvg-id="20MinutesTV.fr",20 Minutes TV (1080p) -https://lives.digiteka.com/stream/86d3e867-a272-496b-8412-f59aa0104771/index.m3u8 +https://live-20minutestv.digiteka.com/1961167769/index.m3u8 #EXTINF:-1 tvg-id="A12TV.ci@SD",A12 TV (720p) https://video1.getstreamhosting.com:1936/8420/8420/playlist.m3u8 -#EXTINF:-1 tvg-id="ADNTVPlus.fr",ADN TV+ (1080p) [Geo-Blocked] -https://samsunguk-adn-samsung-fre-qfrlc.amagi.tv/playlist/samsunguk-adn-samsung-fre/playlist.m3u8 -#EXTINF:-1 tvg-id="Africa24.fr",Africa 24 (540p) -https://edge12.vedge.infomaniak.com/livecast/ik:africa24/manifest.m3u8 -#EXTINF:-1 tvg-id="Africa24English.fr",Africa 24 English (1080p) -https://edge17.vedge.infomaniak.com/livecast/ik:africa24sport/manifest.m3u8 +#EXTINF:-1 tvg-id="Africa24.fr",Africa 24 (1080p) +https://africa24.vedge.infomaniak.com/livecast/ik:africa24/manifest.m3u8 +#EXTINF:-1 tvg-id="Africa24Sport.fr",Africa 24 Sport (1080p) +https://africa24.vedge.infomaniak.com/livecast/ik:africa24sport/manifest.m3u8 #EXTINF:-1 tvg-id="AlpedHuezTV.fr",Alpe dโ€™Huez TV (720p) [Not 24/7] -https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8 +https://edge13.vedge.infomaniak.com/livecast/ik:adhtv/manifest.m3u8 #EXTINF:-1 tvg-id="AntenneReunion.fr",Antenne Rรฉunion (720p) [Not 24/7] https://live-antenne-reunion.zeop.tv/live/c3eds/antreunihd/hls_fta/antreunihd.m3u8?location=ZEOP01 +#EXTINF:-1 tvg-id="arte.fr",Arte (1080p) [Geo-blocked] +https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/tf1plus/arte.m3u8 #EXTINF:-1 tvg-id="arte.fr",Arte (720p) [Geo-blocked] https://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.m3u8 #EXTINF:-1 tvg-id="AssembleeNationale.fr",Assemblรฉe Nationale (1080p) [Not 24/7] http://anorigin.vodalys.com/live/live36/index36_12856975.m3u8?DVR= -#EXTINF:-1 tvg-id="BblackAfrica.fr",Bblack! Africa (1080p) -http://livevideo.vedge.infomaniak.com/livecast/ik:bblackafrica/manifest.m3u8 -#EXTINF:-1 tvg-id="BblackCaribbean.fr",Bblack! Caribbean (1080p) -http://livevideo.vedge.infomaniak.com/livecast/ik:bblackcaribbean/manifest.m3u8 -#EXTINF:-1 tvg-id="BblackClassik.fr",Bblack! Classik (1080p) -http://livevideo.vedge.infomaniak.com/livecast/ik:bblackclassik/manifest.m3u8 #EXTINF:-1 tvg-id="BIPTV.fr",BIP TV (480p) [Not 24/7] -https://biptv.tv/live/biptvstream_orig/index.m3u8 +https://www.biptv.tv/live/biptvstream.m3u8 #EXTINF:-1 tvg-id="BrionnaisTV.fr",Brionnais TV (720p) https://stream2.mandarine.media/brionnaistv/brionnaistv/playlist.m3u8 -#EXTINF:-1 tvg-id="CStar.fr",C Star (1080p) -http://213.246.39.14:8070/cstar/index.m3u8 #EXTINF:-1 tvg-id="Canal32.fr",Canal 32 (1080p) -http://livevideo.vedge.infomaniak.com/livecast/ik:canal32/manifest.m3u8 -#EXTINF:-1 tvg-id="Canal32.fr",Canal 32 (480p) -https://edge13.vedge.infomaniak.com/livecast/ik:canal32/manifest.m3u8 +https://event.vedge.infomaniak.com/livecast/ik:canal32_4/manifest.m3u8 #EXTINF:-1 tvg-id="CannesLerinsTV.fr",Cannes Lรฉrins TV (1080p) https://vdo2.pro-fhi.net:3628/live/uppodsfqlive.m3u8 -#EXTINF:-1 tvg-id="CDirect.fr",CDirect (360p) -http://51.254.199.122:8080/cdirectTV/index.m3u8 -#EXTINF:-1 tvg-id="CentralTV.fr",Central TV (614p) [Not 24/7] -http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Cherie25.fr",Chรฉrie 25 (1080p) -https://cherie25.nrjaudio.fm/hls/live/2038375/c25/FHD.m3u8 #EXTINF:-1 tvg-id="CNews.fr",CNews (1080p) [Geo-blocked] https://raw.githubusercontent.com/LeBazarDeBryan/XTVZ_/main/Stream/Live/CNews.m3u8 -#EXTINF:-1 tvg-id="D5tv.fr",D5tv (1080p) -https://live.creacast.com/d5tv/smil:d5tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DBMTV.fr",DBM (1080p) -https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 #EXTINF:-1 tvg-id="DBMTV.fr",DBM TV (1080p) https://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 #EXTINF:-1 tvg-id="Equidia.fr@SD",Equidia (1080p) @@ -57,10 +37,6 @@ https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/equidia/live2. https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/equidia/racingmag.m3u8 #EXTINF:-1 tvg-id="EreTV.fr",รˆre TV (1080p) https://mn-nl.mncdn.com/awraastv/awraastv_hd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr@HD",Euronews English HD (1080p) -http://stream01.vnet.am/Channel_119/mono.m3u8 -#EXTINF:-1 tvg-id="FashionTVCzechSlovak.fr",FashionTV Czech&Slovak (450p) [Not 24/7] -http://lb.streaming.sk/fashiontv/stream/playlist.m3u8 #EXTINF:-1 tvg-id="France2.fr",France 2 (1080p) http://69.64.57.208/france2/mono.m3u8 #EXTINF:-1 tvg-id="France2.fr",France 2 (1080p) [Geo-blocked] @@ -143,10 +119,8 @@ http://mv2.tvfrancophonie.org/live/Stream1/playlist.m3u8 https://5421175365ea3.streamlock.net/live/smil:switch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="FunRadio.fr",Fun Radio (720p) https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 -#EXTINF:-1 tvg-id="FX2.fr",FX2 Farsi -https://toonixhls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="GenerationsTV.fr",Generations TV (576p) -https://edge.vedge.infomaniak.com/livecast/ik:generation-tv/manifest.m3u8 +https://event.vedge.infomaniak.com/livecast/ik:generation-tv/manifest.m3u8 #EXTINF:-1 tvg-id="HANDICAPTV.fr",HANDICAP TV France https://srv.webtvmanager.fr:3697/stream/play.m3u8 #EXTINF:-1 tvg-id="HolyGodTV.fr",HolyGod TV (720p) @@ -171,34 +145,18 @@ https://figarotv-live.freecaster.com/live/freecaster/figarotv.m3u8 https://static.lefigaro.fr/secom/tnt.m3u8 #EXTINF:-1 tvg-id="LittoralFMTV.fr",Littoral FM (720p) https://live.creacast.com/littoralfm-ch1/stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MCM.fr",MCM -http://213.246.39.14:8070/MCM/index.m3u8 #EXTINF:-1 tvg-id="MDL.fr",MDL (720p) http://tv.mondeduloisir.fr:1935/tixtv/smil:web.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MTV.fr",MTV (1080p) -http://213.246.39.14:8070/MTV/index.m3u8 -#EXTINF:-1 tvg-id="MTV.fr",MTV France (720p) [Not 24/7] -http://190.2.155.162:8080/mtvfrance/mpegts -#EXTINF:-1 tvg-id="MTVHits.fr",MTV Hits France (720p) -http://178.170.47.109/MTVHITS/index.m3u8 -#EXTINF:-1 tvg-id="MTVHits.fr",MTV Hits France (720p) [Not 24/7] -http://190.2.155.162:8080/mtvhit/mpegts #EXTINF:-1 tvg-id="MuseumTVFrench.fr",Museum TV (1080p) https://live2.creacast.com/museum-france/smil:museum-france.smil/master.m3u8 #EXTINF:-1 tvg-id="MuseumTVEnglish.fr",Museum TV English (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtven-xiaomi/playlist.m3u8 #EXTINF:-1 tvg-id="MyZenTV.fr",MyZen TV (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01255-secomcofites-my-myzen-en-plex/playlist.m3u8 -#EXTINF:-1 tvg-id="NancyWebTV.fr",Nancy Web TV (394p) [Not 24/7] -https://edge.vedge.infomaniak.com/livecast/ik:nancy-webtv/manifest.m3u8 #EXTINF:-1 tvg-id="NLMTV.fr",NLM TV (720p) https://ktismaservers.in:3394/stream/play.m3u8 #EXTINF:-1 tvg-id="P2MTV.fr",P2M TV (720p) https://vdo2.pro-fhi.net:3207/stream/play.m3u8 -#EXTINF:-1 tvg-id="PersianaLatino.fr",Persiana Latino (720p) -https://latinohls.persiana.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianaTwo.fr",Persiana Two (720p) -https://twohls.persiana.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="RMCDecouverte.fr",RMC Dรฉcouverte (1080p) https://d2mt8for1pddy4.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-6uronj7gzvy4j/index.m3u8 #EXTINF:-1 tvg-id="RMCStory.fr",RMC Story (1080p) @@ -209,6 +167,8 @@ https://sp1564435593.mytvchain.info/live/sp1564435593/index.m3u8 https://sp1564435593.mytvchain.info/live/sp1564435593_720/index.m3u8 #EXTINF:-1 tvg-id="SportenFrance.fr",Sport En France (360p) https://sp1564435593.mytvchain.info/live/sp1564435593_360/index.m3u8 +#EXTINF:-1 tvg-id="T18.fr",T18 (1080p) +https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/t18/t18-dm.m3u8 #EXTINF:-1 tvg-id="TebeoTV.fr",Tรฉbรฉo TV (1080p) https://start-1.direct.live/hls/tebeo.m3u8 #EXTINF:-1 tvg-id="TebeSud.fr",TรฉbรฉSud (1080p) @@ -223,14 +183,10 @@ https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/tf1plus/tf1.m3 https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/tf1plus/tf1sf.m3u8 #EXTINF:-1 tvg-id="TFX.fr",TFX (720p) [Geo-blocked] https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/tf1plus/tfx.m3u8 -#EXTINF:-1 tvg-id="TiVi5Monde.fr",TiVi5Monde (1080p) -http://154.197.91.168:7001/play/a0dz/index.m3u8 #EXTINF:-1 tvg-id="TiVi5Monde.fr",TiVi5 Monde [Geo-blocked] https://ott.tv5monde.com/Content/HLS/Live/channel(tivi5)/variant.m3u8 #EXTINF:-1 tvg-id="TMC.fr",TMC (720p) [Geo-blocked] https://raw.githubusercontent.com/Paradise-91/ParaTV/main/streams/tf1plus/tmc.m3u8 -#EXTINF:-1 tvg-id="TraceLatina.fr",Trace Latina -http://185.234.217.27:8002/play/a02f/index.m3u8 #EXTINF:-1 tvg-id="TV3V.fr",TV3V (720p) https://tv3v.hdr-tv.com/live/tv3v/livestream/master.m3u8 #EXTINF:-1 tvg-id="TV5MondeAsia.fr",TV5 Monde Asia (Asie) (1080p) [Geo-blocked] @@ -283,3 +239,23 @@ https://live-cdn-stream-euw1.bfmb.bct.nextradiotv.com/master.m3u8 https://live-cdn-stream-euw1.bfmtv.bct.nextradiotv.com/master.m3u8 #EXTINF:-1 tvg-id="MonteCarloDigitalTelevision.fr",Monte Carlo Digital Television (1080p) https://fl718492-exthls-p1.flovp.com/fl718492/live/live.m3u8 +#EXTINF:-1 tvg-id="PuissanceTV.fr@SD",Puissance TV +https://event.vedge.infomaniak.com/livecast/ik:puissancetelevision/manifest.m3u8 +#EXTINF:-1 tvg-id="LEquipe.fr",L'Equipe (1080p) +https://dshn8inoshngm.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-gac2i63dmu8b7/LEquipe_FR.m3u8 +#EXTINF:-1 tvg-id="LEquipe.fr@Live2",L'Equipe Live2 +https://d2l55nvfkhk4sg.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-jg7go1lqzgpny-ssai-prd/master.m3u8 +#EXTINF:-1 tvg-id="LEquipe.fr@Live1",L'Equipe Live1 +https://d3awaj0f2u3w26.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-gy7euubgydp20-ssai-prd/master.m3u8 +#EXTINF:-1 tvg-id="AfricanewsFrench.fr@SD",Africanews French (720p) +https://2767164d5ee04887b96812a9eea74d32.mediatailor.eu-west-1.amazonaws.com/v1/manifest/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6573/44d3df93-4a3e-43e0-990f-a5d196bbe3aa/5.m3u8 +#EXTINF:-1 tvg-id="France5.fr@HD",France 5 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/france5hd/browser-dash/france5hd.mpd +#EXTINF:-1 tvg-id="France4.fr@HD",France 4 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/france4hd/browser-dash/france4hd.mpd +#EXTINF:-1 tvg-id="France3.fr@HD",France 3 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/france3hd/browser-dash/france3hd.mpd +#EXTINF:-1 tvg-id="France2.fr@HD",France 2 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/france2hd/browser-dash/france2hd.mpd +#EXTINF:-1 tvg-id="TF1.fr@HD",TF1 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/tf1hd/browser-dash/tf1hd.mpd diff --git a/streams/fr_persiana.m3u b/streams/fr_persiana.m3u index 1643b9c699..b60e48202e 100644 --- a/streams/fr_persiana.m3u +++ b/streams/fr_persiana.m3u @@ -1,8 +1,10 @@ #EXTM3U -#EXTINF:-1 tvg-id="4KurdHD.fr",Persiana 4Kurd +#EXTINF:-1 tvg-id="4Kurd.fr",Persiana 4Kurd https://4kuhls.persiana.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaCinema.fr",Persiana Cinema https://cinehls.persiana.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaCinema.fr",Persiana Cinema +https://todayhls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaComedy.fr",Persiana Comedy https://comedyhls.persiana.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaFamily.fr",Persiana Family @@ -28,10 +30,10 @@ https://scihls.persiana.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaSonnati.fr",Persiana Sonnati https://sonhls.persiana.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaSports.fr",Persiana Sport -https://persiana.mastercast.cloud/memfs/f1accec0-3b52-476b-ada9-65f74ead985e.m3u8 -#EXTINF:-1 tvg-id="PersianaSports.fr",Persiana Sports (720p) -https://af.ayas.ir/hls2/persiana.m3u8 +https://edge06.776740.ir.cdn.ir/hls2/persiana.m3u8 #EXTINF:-1 tvg-id="PersianaTurkiye.fr",Persiana Turkiye https://turkhls.persiana.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PokerTV.fr",Poker TV (720p) -https://hls.pokertvfa.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaLatino.fr",Persiana Latino (720p) +https://latinohls.persiana.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaTwo.fr",Persiana Two (720p) +https://twohls.persiana.live/hls/stream.m3u8 diff --git a/streams/fr_pluto.m3u b/streams/fr_pluto.m3u index a24bf2eae7..e617a3ecc0 100644 --- a/streams/fr_pluto.m3u +++ b/streams/fr_pluto.m3u @@ -25,7 +25,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/61 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/63b579961bdba100071214cb/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e06ff23-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=410cc83b-4396-41a0-b726-70e8f1e3fea4 #EXTINF:-1 tvg-id="",Car Chase http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/65bd05483a11680007813560/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e074d43-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=e6543233-9385-400c-9f39-b1ad35070504 -#EXTINF:-1 tvg-id="PlutoTVCatfish.us@SD",CATFISH TV +#EXTINF:-1 tvg-id="CatfishTVShow.us@SD",CATFISH TV http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5f8eb66537867f0007146953/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e04b530-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=49bb6c77-a3e5-4314-90b2-4494da60cda0 #EXTINF:-1 tvg-id="CBSNews247.us",CBS News 24/7 http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6231ec93779a9d00079ba8e2/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e0689f3-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=fed25d80-74f3-47d1-a87b-51755ac6ef8a @@ -195,7 +195,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5f http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/625ec7a1c853fd00073b38fd/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e0689f7-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=73335f0a-bb15-4a60-b2d2-8eaac6dadf6f #EXTINF:-1 tvg-id="PlutoTVSports.us@France",Pluto TV Sports http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/6081310e48d3200007afaf3b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e05c6a5-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=aa2cd1f8-5f20-441d-97cb-63e4c1c5e4f6 -#EXTINF:-1 tvg-id="PlutoTVStarTrek.us@France",Pluto TV Star Trek +#EXTINF:-1 tvg-id="StarTrek.us@France",Pluto TV Star Trek http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/61f93af0b253440007c54ad8/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e0689f0-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=84850a7e-c30d-4988-863c-25f2007665d9 #EXTINF:-1 tvg-id="",Pluto TV Super Kids http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/652557d93fd33c000802f995/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=8e072636-1f2c-11ef-86d8-5d587df108c6&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=3cdbfc7d-6e82-40c4-be54-7974658b4cc2 diff --git a/streams/fr_samsung.m3u b/streams/fr_samsung.m3u index fc8945d664..89b01a40da 100644 --- a/streams/fr_samsung.m3u +++ b/streams/fr_samsung.m3u @@ -1,34 +1,8 @@ #EXTM3U -#EXTINF:-1 tvg-id="",BBC Doctor Who -https://bbceu-doctorwho-3-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BBCDrama.uk@France",BBC Drama -https://bbceu-bbcdrama-1-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Bloomberg TV+ UHD (2160p) -https://bloomberg-bloombergtv-1-fr.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Caillou.fr",Caillou -https://dhx-caillou-2-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsFrench.fr",Euronews Franรงais (720p) -https://euronews-euronews-french-3-us.plex.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsFrench.fr",Euronews Franรงais (720p) -https://rakuten-euronews-2-fr.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="",Mytime Movies (1080p) https://mytimefrance-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@France",Rakuten Action Movies (720p) -https://rakuten-actionmovies-7-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@France",Rakuten Comedy Movies (720p) -https://rakuten-comedymovies-7-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@France",Rakuten Family (720p) -https://rakuten-family-7-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVSpotlight.es@France",Rakuten Spotlight (720p) -https://rakuten-spotlight-7-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Shows (720p) -https://rakuten-tvshows-7-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SofyTV.ch",Sofy TV (720p) -https://sofytv-samsungfr.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Stormcast Novelas TV https://stormcast-telenovelatv-1-fr.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperToons.bg",Supertoons TV -https://kedoo-supertoonstv-3-fr.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TNTV.pf",TNTV (1080p) https://tntv-samsung-fr.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="WildSideTV.fr",Wildside TV (720p) diff --git a/streams/ge.m3u b/streams/ge.m3u index 71790e063e..b54edb5666 100644 --- a/streams/ge.m3u +++ b/streams/ge.m3u @@ -29,3 +29,31 @@ http://31.146.5.178:8087/play/a00b/index.m3u8 http://31.146.5.178:8087/play/a00a/index.m3u8 #EXTINF:-1 tvg-id="Rustavi2.ge",Rustavi 2 http://31.146.5.178:8087/play/a008/index.m3u8 +#EXTINF:-1 tvg-id="Ertsulovneba.ge@SD",Ertsulovneba +https://stream.sstv.ge/live/sstv/playlist.m3u8 +#EXTINF:-1 tvg-id="KavkasiaTV.ge@SD",Kavkasia TV +http://dvrfl05.bozztv.com/gin-kavkasia/index.m3u8 +#EXTINF:-1 tvg-id="MaraoTV.ge@SD",Marao TV +http://dvrfl05.bozztv.com/gin-marao/index.m3u8 +#EXTINF:-1 tvg-id="Adjarasport1.ge@SD",Adjarasport 1 +https://live20.bozztv.com/dvrfl05/gin-adjara/index.m3u8 +#EXTINF:-1 tvg-id="KartuliTV.ge@SD",Kartuli TV (480p) +http://dvrfl05.bozztv.com/gin-qartulitv/index.m3u8 +#EXTINF:-1 tvg-id="ObieqtiviTV.ge@SD",Obieqtivi TV +https://live20.bozztv.com/dvrfl05/gin-obieqtivitv/index.m3u8 +#EXTINF:-1 tvg-id="SilkUniversal.ge@SD",Silk Universal +http://dvrfl05.bozztv.com/gin-silkuniversal/index.m3u8 +#EXTINF:-1 tvg-id="MtavariArkhi.ge@SD",Mtavari Arkhi +https://live20.bozztv.com/dvrfl05/gin-mtavariarxi/index.m3u8 +#EXTINF:-1 tvg-id="EuronewsGeorgia.ge@SD",Euronews Georgia +http://dvrfl05.bozztv.com/gin-euronewsgeorgia/index.m3u8 +#EXTINF:-1 tvg-id="TV25.ge@SD",TV 25 +http://dvrfl05.bozztv.com/gin-tv25/index.m3u8 +#EXTINF:-1 tvg-id="TVPirveli.ge@SD",TV Pirveli +http://dvrfl05.bozztv.com/gin-tvpirveli/index.m3u8 +#EXTINF:-1 tvg-id="ComedyTV.ge@SD",Comedy TV +http://dvrfl05.bozztv.com/gin-comedyarxi/index.m3u8 +#EXTINF:-1 tvg-id="Rustavi2.ge@SD",Rustavi 2 +http://dvrfl05.bozztv.com/gin-rustavi2/index.m3u8 +#EXTINF:-1 tvg-id="PosTV.ge@SD",Pos TV +http://dvrfl05.bozztv.com/gin-postv/index.m3u8 diff --git a/streams/gh.m3u b/streams/gh.m3u index 00f7723eff..9bb351ebc4 100644 --- a/streams/gh.m3u +++ b/streams/gh.m3u @@ -43,3 +43,49 @@ https://live.mediageneral.digital/live/livestream.m3u8 http://69.64.57.208/joyprime/playlist.m3u8 #EXTINF:-1 tvg-id="JoyNews.gh",Joy News http://69.64.57.208/joynews/playlist.m3u8 +#EXTINF:-1 tvg-id="FishTV.gh",Fish TV +https://tv.localstreamgh.com/fishtv/index.m3u8 +#EXTINF:-1 tvg-id="",G-eye TV +https://online.geyetv.com/hls/stream.m3u8 +#EXTINF:-1 tvg-id="MabeshTV.gh@SD",Mabesh TV +https://tv.localstreamgh.com/MabeshTV/index.m3u8 +#EXTINF:-1 tvg-id="GhOneTV.gh@SD",Gh One TV +https://g2qd3exjy7an-hls-live.5centscdn.com/ghonetv/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="UnitedTV.gh@SD",United TV +https://g2qd3exjy7an-hls-live.5centscdn.com/utvgha/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TV3.gh@SD",TV3 +https://g2qd3exjy7an-hls-live.5centscdn.com/webtv3/ghanatv.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="JoyPrime.gh@SD",Joy Prime +https://g2qd3exjy7an-hls-live.5centscdn.com/joyprim/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="MOGPATV.gh@SD",MOGPA TV +https://bk7l2r2nyx53-hls-live.5centscdn.com/ablazetv/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="MaranathaTV.gh@SD",Maranatha TV +https://media.streambrothers.com:1936/8298/8298/playlist.m3u8 +#EXTINF:-1 tvg-id="OTV.gh@SD",OTV +https://5dcabf026b188.streamlock.net/OceansTV/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="GTV.gh@SD",GTV +https://g2qd3exjy7an-hls-live.5centscdn.com/gtvghana/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="GTVSportsPlus.gh@SD",GTV Sports + +https://g2qd3exjy7an-hls-live.5centscdn.com/gtvsport/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="AtinkaTV.gh@SD",Atinka TV +https://g2qd3exjy7an-hls-live.5centscdn.com/atinkkatv/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="MetroTV.gh@SD",Metro TV +https://g2qd3exjy7an-hls-live.5centscdn.com/metrotvg/ghanaweb.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="MaxTV.gh@SD",Max TV +https://tv.qixapps.com/hls/006bea00-06e8-440e-babe-0a588e1138f2.m3u8 +#EXTINF:-1 tvg-id="MOGPATVPlus.gh@SD",MOGPA TV Plus +https://bk7l2r2nyx53-hls-live.5centscdn.com/mogpatvplus/2567a5ec9705eb7ac2c984033e06189d.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="KessbenTV.gh@SD",Kessben TV +https://live20.bozztv.com/dvrfl06/astv/astv-kessben/index.m3u8 +#EXTINF:-1 tvg-id="TVXyz.gh@SD",TV Xyz +https://live20.bozztv.com/dvrfl06/astv/astv-xyzghana/index.m3u8 +#EXTINF:-1 tvg-id="AdomTV.gh@SD",Adom TV +https://live20.bozztv.com/dvrfl06/astv/astv-adom/index.m3u8 +#EXTINF:-1 tvg-id="RoyalTV.gh@SD",Royal TV +https://live20.bozztv.com/dvrfl06/astv/astv-royaltv/index.m3u8 +#EXTINF:-1 tvg-id="FireTV.gh@SD",Fire TV +https://live20.bozztv.com/dvrfl06/astv/astv-rock/index.m3u8 +#EXTINF:-1 tvg-id="PreciousTV.gh@SD",Precious TV +https://live20.bozztv.com/dvrfl06/astv/astv-precious/index.m3u8 +#EXTINF:-1 tvg-id="ElijahTV.gh@SD",Elijah TV +https://live20.bozztv.com/dvrfl06/astv/astv-elijah/index.m3u8 diff --git a/streams/gn.m3u b/streams/gn.m3u index e459c25978..54ae670b45 100644 --- a/streams/gn.m3u +++ b/streams/gn.m3u @@ -5,7 +5,7 @@ https://guineetvdirect.online:3320/live/atvguineelive.m3u8 https://edge11.vedge.infomaniak.com/livecast/ik:espacetv/manifest.m3u8 #EXTINF:-1 tvg-id="KabackTV.gn",Kaback TV (720p) https://guineetvdirect.online:3842/live/kabacktvlive.m3u8 -#EXTINF:-1 tvg-id="KalacTV.gn",Kalac TV (1080p) -https://edge.vedge.infomaniak.com/livecast/ik:kalactv/manifest.m3u8 +#EXTINF:-1 tvg-id="KalacTV.gn@SD",Kalac TV (1080p) +https://edge13.vedge.infomaniak.com/livecast/ik:kalactv/chunklist_w280736538.m3u8 #EXTINF:-1 tvg-id="RTG1.gn",RTG 1 http://69.64.57.208/rtg/playlist.m3u8 diff --git a/streams/gr.m3u b/streams/gr.m3u index be00ba0ed1..26a59ec129 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -279,3 +279,13 @@ https://vod.streams.ovh:3037/stream/play.m3u8 http://l3.cloudskep.com/cybcsat/abr/playlist.m3u8 #EXTINF:-1 tvg-id="ARTTV.gr",ART TV https://rtmp.win:3696/live/arttvgrlive.m3u8 +#EXTINF:-1 tvg-id="Tilemousiki.gr@SD",Tilemousiki +https://live20.bozztv.com/akamaissh101/ssh101/tilemousiki/playlist.m3u8 +#EXTINF:-1 tvg-id="ExtacyTV.gr@SD",Extacy TV +https://fr.crystalweb.net:1936/extacytv/extacytv/playlist.m3u8 +#EXTINF:-1 tvg-id="ANT1.gr@HD",ANT1 HD (1080p) +http://31.121.110.30:4000/play/a028/index.m3u8 +#EXTINF:-1 tvg-id="ERT3.gr@HD",ERT3 HD (1080p) +http://31.121.110.30:4000/play/a029/index.m3u8 +#EXTINF:-1 tvg-id="ERT2.gr@HD",ERT2 HD (1080p) +http://31.121.110.30:4000/play/a02a/index.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index 1a41ee17a9..f99c6f7d62 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -3,8 +3,8 @@ https://stream.alojamientowebgt.com:3656/live/tv45live.m3u8 #EXTINF:-1 tvg-id="504TV.hn",504 TV (720p) https://mediacp.us:8081/504tvhn/index.m3u8 -#EXTINF:-1 tvg-id="ActivaTV.hn",Activa TV (720p) -https://videoserver.tmcreativos.com:19360/mbcrtzxnxd/mbcrtzxnxd.m3u8 +#EXTINF:-1 tvg-id="ActivaTV.hn@SD",Activa TV (720p) +https://streamtv.mediasector.es/hls/activatv/index.m3u8 #EXTINF:-1 tvg-id="AlfaOmegaVision.hn",Alfa & Omega Vision (480p) [Not 24/7] https://srv.panelcast.net/dorian/dorian/playlist.m3u8 #EXTINF:-1 tvg-id="AlsaciasTelevision.hn",Alsacias Televisiรณn (ATV | Canal 28) (720p) @@ -109,8 +109,8 @@ https://stream.oursnetworktv.com/latin/Tv39Talanga/playlist.m3u8 https://stream.oursnetworktv.com/latin/TierraDeValientes/playlist.m3u8 #EXTINF:-1 tvg-id="Telavision.hn",Telavisiรณn (720p) https://stream.oursnetworktv.com/latin/telaVision/playlist.m3u8 -#EXTINF:-1 tvg-id="Teleceiba.hn",Teleceiba (1080p) -https://astra.teleceiba.com:8443/play/a004/index.m3u8 +#EXTINF:-1 tvg-id="Teleceiba.hn@SD",Teleceiba (1080p) +https://dvrfl03.bozztv.com/hondu-teleceiba/index.m3u8 #EXTINF:-1 tvg-id="TeleDanli.hn",TeleDanlรญ Canal 9 (720p) [Not 24/7] https://cloud2.streaminglivehd.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="Telemas.hn",Telemรกs (720p) @@ -150,3 +150,27 @@ https://mediacp.us:8081/vallevision/index.m3u8 https://d3q93l5bumjyoq.cloudfront.net/index.m3u8 #EXTINF:-1 tvg-id="WaldivisionInternacional.hn",Waldivisiรณn Internacional (480p) https://cloud5.streaminglivehd.com:3114/live/tnnhonduraslive.m3u8 +#EXTINF:-1 tvg-id="RSVHonduras.hn@SD",RSV Honduras +https://live20.bozztv.com/dvrfl03/hondu/hondu-rsvhonduras/index.m3u8 +#EXTINF:-1 tvg-id="GoTV.hn@SD",Go TV +https://dvrfl03.bozztv.com/hondu/hondu-gotv/index.m3u8 +#EXTINF:-1 tvg-id="CeibaVisionCanal36.hn@SD",Ceiba Vision Canal 36 +https://dvrfl03.bozztv.com/hondu/hondu-ceibavisionhd/index.m3u8 +#EXTINF:-1 tvg-id="HCH.hn@SD",HCH +https://dvrfl03.bozztv.com/hondu-hchtv/index.m3u8 +#EXTINF:-1 tvg-id="DTV.hn@SD",DTV +https://dvrfl03.bozztv.com/hondu-dtelevision/index.m3u8 +#EXTINF:-1 tvg-id="TeleProgreso.hn@SD",TeleProgreso +https://dvrfl03.bozztv.com/hondu-teleprogreso/index.m3u8 +#EXTINF:-1 tvg-id="CHTV.hn@SD",CHTV +https://viewhn.com/chtv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="SulaTV.hn@SD",Sula TV +https://tv.webmedialive.com/sulatv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="RTV.hn@SD",RTV +https://dvrfl03.bozztv.com/hondu/hondu-rtvtv/index.m3u8 +#EXTINF:-1 tvg-id="Telecadena7y4.hn@SD",Telecadena 7 y 4 +https://dvrfl03.bozztv.com/hondu-telecadena/index.m3u8 +#EXTINF:-1 tvg-id="TelevisionOlanchana.hn@SD",Television Olanchana +https://viewhn.com/canal30/live/playlist.m3u8 +#EXTINF:-1 tvg-id="OlanchitoTVCanal23.hn@SD",Olanchito TV Canal 23 +https://dvrfl03.bozztv.com/hondu/hondu-otvcanal23/index.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index 570bb3485b..32578a63a0 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -53,3 +53,9 @@ https://haititivi.com/haiti/telemix1/index.m3u8 http://lakay.online/public/telelabrise/index.m3u8 #EXTINF:-1 tvg-id="TVPanou.ht",TV Panou (720p) [Not 24/7] http://tvpanoucom.srfms.com:1935/tvpanoucom/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioTeleGinen.ht@SD",Radio Tele Ginen +https://dvrfl03.bozztv.com/hdirect/hdirect-teleginen/index.m3u8 +#EXTINF:-1 tvg-id="TNH.ht@SD",TNH +https://dvrfl03.bozztv.com/hdirect/hdirect-tnhtv2/index.m3u8 +#EXTINF:-1 tvg-id="Metropole.ht@SD",Metropole +https://dvrfl03.bozztv.com/hdirect/hdirect-telemetrolple2/index.m3u8 diff --git a/streams/hu.m3u b/streams/hu.m3u index 28ba0723e0..de96b53e42 100644 --- a/streams/hu.m3u +++ b/streams/hu.m3u @@ -261,7 +261,15 @@ https://cloudfront44.lexanetwork.com:1344/relay01/HDE051.sdp/playlist.m3u8 https://cloudfront44.lexanetwork.com:1344/freerelay/zegtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="ZugloTV.hu",Zuglo TV (360p) https://cloudfront44.lexanetwork.com:1344/freerelay/zuglotv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="AXNSpin.hu@Poland",AXN Spin Poland (1080i) -http://nowatv.stream2.link:8080/live/64%3A1c%3Ab0%3Aa1%3A48%3Ac1/tfAjswfz6H/0577b50c-92ca-49bc-a769-48203eb96bfd.ts #EXTINF:-1 tvg-id="TheFishingHuntingChannel.hu@SD",The Fishing & Hunting Channel (576i) http://78.130.250.2:8023/play/a032/index.m3u8 +#EXTINF:-1 tvg-id="Duna.hu@SD",Duna (720p) +https://cachehsi1a.netplus.ch/live/eds/duna/browser-dash/duna.mpd +#EXTINF:-1 tvg-id="RTLGold.hu@SD",RTL Gold (576p) +http://195.189.60.31:8003/play/a0dy/index.m3u8 +#EXTINF:-1 tvg-id="DikhTV.hu@SD",Dikh TV (576p) +http://195.189.60.31:8003/play/a0gq/index.m3u8 +#EXTINF:-1 tvg-id="M2.hu@SD",M2 (1080p) +http://195.189.60.31:8003/play/a0f1/index.m3u8 +#EXTINF:-1 tvg-id="M1.hu@SD",M1 (576p) +http://195.189.60.31:8003/play/a09o/index.m3u8 diff --git a/streams/id.m3u b/streams/id.m3u index f45cd9ce15..1eff49f36c 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -205,65 +205,65 @@ http://103.30.1.14:8080/hls/live.m3u8 http://103.18.181.69:1935/golive/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemen.id",TVR Parlemen (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRIAceh.id",TVRI Aceh (720p) +#EXTINF:-1 tvg-id="TVRI.id@Aceh",TVRI Aceh (720p) https://ott-balancer.tvri.go.id/live/eds/Aceh/hls/Aceh.m3u8 -#EXTINF:-1 tvg-id="TVRIBali.id",TVRI Bali (480p) +#EXTINF:-1 tvg-id="TVRI.id@Bali",TVRI Bali (480p) https://ott-balancer.tvri.go.id/live/eds/Bali/hls/Bali.m3u8 -#EXTINF:-1 tvg-id="TVRIBangkaBelitung.id",TVRI Bangka Belitung (480p) +#EXTINF:-1 tvg-id="TVRI.id@BangkaBelitung",TVRI Bangka Belitung (480p) https://ott-balancer.tvri.go.id/live/eds/Babel/hls/Babel.m3u8 -#EXTINF:-1 tvg-id="TVRIBengkulu.id",TVRI Bengkulu (480p) +#EXTINF:-1 tvg-id="TVRI.id@Bengkulu",TVRI Bengkulu (480p) https://ott-balancer.tvri.go.id/live/eds/Bengkulu/hls/Bengkulu.m3u8 -#EXTINF:-1 tvg-id="TVRIDKIJakarta.id",TVRI DKI Jakarta (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRI.id@DKIJakarta",TVRI DKI Jakarta (720p) [Not 24/7] https://ott-balancer.tvri.go.id/live/eds/DKI/hls/DKI.m3u8 -#EXTINF:-1 tvg-id="TVRIGorontalo.id",TVRI Gorontalo (480p) +#EXTINF:-1 tvg-id="TVRI.id@Gorontalo",TVRI Gorontalo (480p) https://ott-balancer.tvri.go.id/live/eds/Gorontalo/hls/Gorontalo.m3u8 -#EXTINF:-1 tvg-id="TVRIJambi.id",TVRI Jambi (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRI.id@Jambi",TVRI Jambi (720p) [Not 24/7] https://ott-balancer.tvri.go.id/live/eds/Jambi/hls/Jambi.m3u8 -#EXTINF:-1 tvg-id="TVRIWestJava.id",TVRI Jawa Barat (480p) +#EXTINF:-1 tvg-id="TVRI.id@WestJava",TVRI Jawa Barat (480p) https://ott-balancer.tvri.go.id/live/eds/Jabar/hls/Jabar.m3u8 -#EXTINF:-1 tvg-id="TVRICentralJava.id",TVRI Jawa Tengah (720p) +#EXTINF:-1 tvg-id="TVRI.id@CentralJava",TVRI Jawa Tengah (720p) https://ott-balancer.tvri.go.id/live/eds/Jateng/hls/Jateng.m3u8 -#EXTINF:-1 tvg-id="TVRIEastJava.id",TVRI Jawa Timur (720p) +#EXTINF:-1 tvg-id="TVRI.id@EastJava",TVRI Jawa Timur (720p) https://ott-balancer.tvri.go.id/live/eds/Jatim/hls/Jatim.m3u8 -#EXTINF:-1 tvg-id="TVRIWestKalimantan.id",TVRI Kalimantan Barat (480p) +#EXTINF:-1 tvg-id="TVRI.id@WestKalimantan",TVRI Kalimantan Barat (480p) https://ott-balancer.tvri.go.id/live/eds/Kalbar/hls/Kalbar.m3u8 -#EXTINF:-1 tvg-id="TVRISouthKalimantan.id",TVRI Kalimantan Selatan (720p) +#EXTINF:-1 tvg-id="TVRI.id@SouthKalimantan",TVRI Kalimantan Selatan (720p) https://ott-balancer.tvri.go.id/live/eds/Kalsel/hls/Kalsel.m3u8 -#EXTINF:-1 tvg-id="TVRICentralKalimantan.id",TVRI Kalimantan Tengah (480p) +#EXTINF:-1 tvg-id="TVRI.id@CentralKalimantan",TVRI Kalimantan Tengah (480p) https://ott-balancer.tvri.go.id/live/eds/Kalteng/hls/Kalteng.m3u8 -#EXTINF:-1 tvg-id="TVRIEastKalimantan.id",TVRI Kalimantan Timur (720p) +#EXTINF:-1 tvg-id="TVRI.id@EastKalimantan",TVRI Kalimantan Timur (720p) https://ott-balancer.tvri.go.id/live/eds/Kaltim/hls/Kaltim.m3u8 -#EXTINF:-1 tvg-id="TVRILampung.id",TVRI Lampung (720p) +#EXTINF:-1 tvg-id="TVRI.id@Lampung",TVRI Lampung (720p) https://ott-balancer.tvri.go.id/live/eds/Lampung/hls/Lampung.m3u8 -#EXTINF:-1 tvg-id="TVRIMaluku.id",TVRI Maluku (480p) +#EXTINF:-1 tvg-id="TVRI.id@Maluku",TVRI Maluku (480p) https://ott-balancer.tvri.go.id/live/eds/Ambon/hls/Ambon.m3u8 -#EXTINF:-1 tvg-id="TVRINasional.id",TVRI Nasional (720p) +#EXTINF:-1 tvg-id="TVRI.id@Nasional",TVRI Nasional (720p) https://ott-balancer.tvri.go.id/live/eds/Nasional/hls/Nasional.m3u8 -#EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id",TVRI Nusa Tenggara Barat (720p) +#EXTINF:-1 tvg-id="TVRI.id@WestNusaTenggara",TVRI Nusa Tenggara Barat (720p) https://ott-balancer.tvri.go.id/live/eds/NTB/hls/NTB.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id",TVRI Nusa Tenggara Timur (480p) +#EXTINF:-1 tvg-id="TVRI.id@EastNusaTenggara",TVRI Nusa Tenggara Timur (480p) https://ott-balancer.tvri.go.id/live/eds/NTT/hls/NTT.m3u8 -#EXTINF:-1 tvg-id="TVRIPapua.id",TVRI Papua (480p) +#EXTINF:-1 tvg-id="TVRI.id@Papua",TVRI Papua (480p) https://ott-balancer.tvri.go.id/live/eds/Papua/hls/Papua.m3u8 -#EXTINF:-1 tvg-id="TVRIRiau.id",TVRI Riau (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRI.id@Riau",TVRI Riau (720p) [Not 24/7] https://ott-balancer.tvri.go.id/live/eds/Riau/hls/Riau.m3u8 #EXTINF:-1 tvg-id="TVRISport.id",TVRI Sport (720p) https://ott-balancer.tvri.go.id/live/eds/SportHD/hls/SportHD.m3u8 -#EXTINF:-1 tvg-id="TVRIWestSulawesi.id",TVRI Sulawesi Barat (720p) +#EXTINF:-1 tvg-id="TVRI.id@WestSulawesi",TVRI Sulawesi Barat (720p) https://ott-balancer.tvri.go.id/live/eds/Sulbar/hls/Sulbar.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSulawesi.id",TVRI Sulawesi Selatan (480p) +#EXTINF:-1 tvg-id="TVRI.id@SouthSulawesi",TVRI Sulawesi Selatan (480p) https://ott-balancer.tvri.go.id/live/eds/Sulsel/hls/Sulsel.m3u8 -#EXTINF:-1 tvg-id="TVRICentralSulawesi.id",TVRI Sulawesi Tengah (720p) +#EXTINF:-1 tvg-id="TVRI.id@CentralSulawesi",TVRI Sulawesi Tengah (720p) https://ott-balancer.tvri.go.id/live/eds/Sulteng/hls/Sulteng.m3u8 -#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id",TVRI Sulawesi Tenggara (480p) +#EXTINF:-1 tvg-id="TVRI.id@SoutheastSulawesi",TVRI Sulawesi Tenggara (480p) https://ott-balancer.tvri.go.id/live/eds/Sultra/hls/Sultra.m3u8 -#EXTINF:-1 tvg-id="TVRIWestSumatra.id",TVRI Sumatera Barat (720p) +#EXTINF:-1 tvg-id="TVRI.id@WestSumatra",TVRI Sumatera Barat (720p) https://ott-balancer.tvri.go.id/live/eds/Sumbar/hls/Sumbar.m3u8 -#EXTINF:-1 tvg-id="TVRISouthSumatra.id",TVRI Sumatera Selatan (480p) +#EXTINF:-1 tvg-id="TVRI.id@SouthSumatra",TVRI Sumatera Selatan (480p) https://ott-balancer.tvri.go.id/live/eds/Sumsel/hls/Sumsel.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id",TVRI World https://ott-balancer.tvri.go.id/live/eds/TVRIWorld/hls/TVRIWorld.m3u8 -#EXTINF:-1 tvg-id="TVRIYogyakarta.id",TVRI Yogyakarta (720p) +#EXTINF:-1 tvg-id="TVRI.id@Yogyakarta",TVRI Yogyakarta (720p) https://ott-balancer.tvri.go.id/live/eds/Jogjakarta/hls/Jogjakarta.m3u8 #EXTINF:-1 tvg-id="UGTV.id",UGTV (720p) https://cdn.gunadarma.ac.id/streams/ugtv/ingestugtv.m3u8 @@ -271,3 +271,23 @@ https://cdn.gunadarma.ac.id/streams/ugtv/ingestugtv.m3u8 https://ams.juraganstreaming.com:5443/LiveApp/streams/wesaltv.m3u8 #EXTINF:-1 tvg-id="ZeeBioskop.id",Zee Bioskop (360p) [Geo-blocked] http://vod.linknetott.swiftcontent.com/Content/HLS/Live/Channel(ch161)/index.m3u8 +#EXTINF:-1 tvg-id="KidsTV.id",Kids TV +http://origin5.mediacdn.ru/live/kidstv/index.m3u8 +#EXTINF:-1 tvg-id="RajawaliTV.id@SD",Rajawali TV +https://live.rtv.co.id/hls/rtv.m3u8 +#EXTINF:-1 tvg-id="EfarinaTV.id@SD",Efarina TV +https://live.efarinatv.net/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ElshintaTV.id@SD",Elshinta TV +https://ams.juraganstreaming.com:5443/LiveApp/streams/elshintatv.m3u8 +#EXTINF:-1 tvg-id="KawanuaTV.id@SD",Kawanua TV +https://63b2dc7196c38.streamlock.net/KAWANUATV/_definst_/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="dTVi.id@SD",dTVi +https://e.siar.us/live/dtvi.m3u8 +#EXTINF:-1 tvg-id="DAAITV.id@SD",DAAI TV +https://pull.daaiplus.com/live-DAAIPLUS/live-DAAIPLUS_HD.m3u8 +#EXTINF:-1 tvg-id="DMTVMalang.id@SD",DM TV Malang +https://e.siar.us/live/dmtv.m3u8 +#EXTINF:-1 tvg-id="BeritaSatuEnglish.id@SD",BeritaSatu English +https://beritasatu.secureswiftcontent.com/han/beritasatu/bsatu10008/srtoutput/manifest.m3u8 +#EXTINF:-1 tvg-id="PONTV.id@SD",PONTV +https://63b2dc7196c38.streamlock.net/PONTV/_definst_/myStream/playlist.m3u8 diff --git a/streams/ie.m3u b/streams/ie.m3u index 1eaf946e27..cd2ba2dd0b 100644 --- a/streams/ie.m3u +++ b/streams/ie.m3u @@ -15,9 +15,5 @@ https://d33zah5htxvoxb.cloudfront.net/el/live/cr4/hls.m3u8 https://d33zah5htxvoxb.cloudfront.net/el/live/dail/hls.m3u8 #EXTINF:-1 tvg-id="OireachtasTVSeanadEireann.ie",Oireachtas TV Seanad ร‰ireann (720p) https://d33zah5htxvoxb.cloudfront.net/el/live/seanad/hls.m3u8 -#EXTINF:-1 tvg-id="RTE2.ie",RTE2 (720p) -http://154.58.225.25:9999/rte2/index.m3u8 -#EXTINF:-1 tvg-id="RTEOne.ie",RTE One (1080p) -http://154.58.225.25:9999/rte1/index.m3u8 #EXTINF:-1 tvg-id="TG4.ie",TG4 (1080p) https://dx4452e0qv6r9.cloudfront.net/tg4_vod_national.m3u8 diff --git a/streams/ie_samsung.m3u b/streams/ie_samsung.m3u index 65ea2e0259..127ec4b4a7 100644 --- a/streams/ie_samsung.m3u +++ b/streams/ie_samsung.m3u @@ -1,13 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricanewsEnglish.fr",AfricaNews English (720p) -https://rakuten-africanews-1-ie.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="AFVFamily.us",AFV Family https://futuretoday-afv-family-2-ie.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake (1080p) https://bloomberg-quicktake-1-ie.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV US (1080p) -https://bloomberg-bloomberg-1-ie.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) -https://rakuten-euronews-1-ie.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="TheGuardian.uk",The Guardian -https://rakuten-guardian-1-ie.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/il.m3u b/streams/il.m3u index ce06ee55dc..63a01f113c 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -35,8 +35,6 @@ https://makan.media.kan.org.il/hls/live/2024680/2024680/master.m3u8 http://wowza.media-line.co.il/Musayof-Live/livestream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Now14.il",Now 14 (720p) https://now14.g-mana.live/media/91517161-44ab-4e46-af70-e9fe26117d2e/mainManifest.m3u8 -#EXTINF:-1 tvg-id="RanTVIsrael.il",Ran TV Israel (720p) -https://streaminglive.co.il:3730/live/raniamranilive.m3u8 #EXTINF:-1 tvg-id="RelevantTV.il",Relevant TV (1080p) https://6180c994cb835402.mediapackage.eu-west-1.amazonaws.com/out/v1/f1339272dd24416ca60b00e69075d783/index.m3u8 #EXTINF:-1 tvg-id="Channel13.il",Reshet 13 (1080p) diff --git a/streams/in.m3u b/streams/in.m3u index 6c4c98edbc..22faec1800 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -407,10 +407,6 @@ https://rtmp.smartstream.video/news11/news11/playlist.m3u8 https://vidcdn.vidgyor.com/news24-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="NewsLive.in",News Live (720p) https://5b48d7e1b4bce.streamlock.net/myapp/newslive/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsNation.in",News Nation (720p) -https://livetv-channels.b-cdn.net/8006/playlist.m3u8 -#EXTINF:-1 tvg-id="NickHDPlus.in",Nick HD+ (1080p) -https://prod-sports-north-gm.jiocinema.com/bpk-tv/Nick_HD_Plus_voot_MOB/Fallback/index.m3u8 #EXTINF:-1 tvg-id="NickHDPlus.in",Nick HD+ http://103.68.28.58:5001/live/1226.m3u8 #EXTINF:-1 tvg-id="NickJr.in",Nick Jr India (1080p) @@ -585,7 +581,7 @@ http://210.210.155.37/x6bnqe/s/s81/02.m3u8 https://d34z4embz0hjf6.cloudfront.net/out/v1/d55b3323a9f142638f897378f0b526fe/index.m3u8 #EXTINF:-1 tvg-id="Travelxp.in",Travelxp (720p) https://27c980761ff9437d929e64647afe183a.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/RakutenTV-eu_TravelXP/playlist.m3u8 -#EXTINF:-1 tvg-id="TravelxpNetherlands.in",Travelxp Netherlands +#EXTINF:-1 tvg-id="Travelxp.in@Netherlands",Travelxp Netherlands https://travelxp-travelxp-3-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TribeTV.in",Tribe TV (720p) https://server.livelegitpro.in:9899/tribetv/tribetv/index.m3u8 @@ -690,3 +686,39 @@ http://103.81.104.118/hls/stream8.m3u8 https://amg02159-kcglobal-amg02159c1-samsung-in-521.playouts.now.amagi.tv/playlist/amg02159-kcglobal-animax-samsungin/playlist.m3u8 #EXTINF:-1 tvg-id="ANNNews.in",ANN News (720p) https://cdn.ottlive.co.in/annnews/index.m3u8 +#EXTINF:-1 tvg-id="DangalTV.in@SD",Dangal TV (720p) +https://live-dangal.akamaized.net/liveabr/playlist.m3u8 +#EXTINF:-1 tvg-id="MaxMiddleEast.in@SD",Max Middle East (720p) +https://tv.bdixtv24.com/toffee/live.php?id=b6192dbff21b&e=.m3u8 +#EXTINF:-1 tvg-id="SonyPix.in@SD",Sony Pix (720p) +https://tv.bdixtv24.com/toffee/live.php?id=ea02096b0fbc&e=.m3u8 +#EXTINF:-1 tvg-id="SonyMax2.in@SD",Sony Max 2 (720p) +https://tv.bdixtv24.com/toffee/live.php?id=420510be5c17&e=.m3u8 +#EXTINF:-1 tvg-id="SonyEntertainmentTelevision.in@SD",Sony Entertainment Television (720p) +https://tv.bdixtv24.com/toffee/live.php?id=2bec2112b890&e=.m3u8 +#EXTINF:-1 tvg-id="SonySAB.in@SD",Sony SAB (720p) +https://tv.bdixtv24.com/toffee/live.php?id=b7167fe646a4&e=.m3u8 +#EXTINF:-1 tvg-id="Zee24Taas.in@SD",Zee 24 Taas (720p) +https://dgrvlduwztkd4.cloudfront.net/index_5.m3u8 +#EXTINF:-1 tvg-id="ZillarBartaNews.in",ZillarBarta News (720p) +https://live-stream.utkalbongo.com/utkalbongo/stream18/hls/zillarbartalive.m3u8 +#EXTINF:-1 tvg-id="ZBCinema.in",ZB Cinema (720p) +https://server.zillarbarta.com/ZBCINEMA/index.m3u8 +#EXTINF:-1 tvg-id="ZBCartoon.in",ZB Cartoon (1080p) +https://server.zillarbarta.com/zbcatun/video.m3u8 +#EXTINF:-1 tvg-id="ZBMusic.in",ZB Music (720p) +https://server.zillarbarta.com/zbmusic/index.m3u8 +#EXTINF:-1 tvg-id="ZBBhakti.in",ZB Bhakti (720p) +https://server.zillarbarta.com/zbbhakti/index.m3u8 +#EXTINF:-1 tvg-id="MakkalTV.in@SD",Makkal TV (576i) +https://5k8q87azdy4v-hls-live.wmncdn.net/MAKKAL/271ddf829afeece44d8732757fba1a66.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="StarSports1.in@HD",Star Sports 1 HD [Geo-blocked] +http://41.205.93.154/STARSPORTS1/index.m3u8 +#EXTINF:-1 tvg-id="DDAssam.in",DD Assam +https://d2lk5u59tns74c.cloudfront.net/out/v1/d380bf5c167b4319a46cdd8204bc26b2/index.m3u8 +#EXTINF:-1 tvg-id="ZillarBartaNews.in",ZillarBarta News +https://server.zillarbarta.com/zillarbarta/index.m3u8 +#EXTINF:-1 tvg-id="StarSports1Tamil.in@HD",Star Sports 1 Tamil HD +https://live20.bozztv.com/akamaissh101/ssh101/vboxsungosttamil/playlist.m3u8 +#EXTINF:-1 tvg-id="StarSports1Tamil.in@HD",Star Sports 1 Tamil HD +https://live20.bozztv.com/akamaissh101/ssh101/crisungosttamil/playlist.m3u8 diff --git a/streams/in_samsung.m3u b/streams/in_samsung.m3u index cb73f02238..f801b5f00d 100644 --- a/streams/in_samsung.m3u +++ b/streams/in_samsung.m3u @@ -1,20 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="FailArmy.us",Failarmy International https://failarmy-international-in.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Filmstream.nl",Filmstream -https://spi-filmstream-1-in.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="GoUSATV.us",Go USA https://brandusa-gousa-1-in.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InsightTV.nl",Insight TV (720p) -https://insighttv-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InTrouble.nl",InTrouble (1080p) -https://introuble-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWild.it@SD",InWild (720p) -https://inwild-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder (720p) -https://inwonder-samsungindia.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MAVTV.us",Mav TV -https://mavtv-mavtvglobal-1-in.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleAreAwesome.us",People are Awesome https://jukin-peopleareawesome-2-in.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThePetCollective.us@India",The Pet Collective diff --git a/streams/iq.m3u b/streams/iq.m3u index 879cca72a4..3029363e0c 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -15,8 +15,6 @@ http://63b03f7689049.streamlock.net:1935/live/6/playlist.m3u8 http://63b03f7689049.streamlock.net:1935/live/19/playlist.m3u8 #EXTINF:-1 tvg-id="AlEtejah.iq",Al Etejah TV http://63b03f7689049.streamlock.net:1935/live/33/playlist.m3u8 -#EXTINF:-1 tvg-id="AlghadeerTV.iq",Al Ghadeer TV -http://63b03f7689049.streamlock.net:1935/live/2/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqia.iq",Al Iraqia (720p) https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq",Al Iraqia News (720p) @@ -64,8 +62,6 @@ http://77.36.160.164:1935/live4/thaghalayn/playlist.m3u8 https://cloud.odysee.live/content/f92670235a1ce2bce4cf77671cc4dcc2188baa1d/master.m3u8 #EXTINF:-1 tvg-id="AnwarTV2.iq",Anwar TV2 (288p) http://63b03f7689049.streamlock.net:1935/live/13/playlist.m3u8 -#EXTINF:-1 tvg-id="AVAFamily.iq",AVA Family -https://ca-rt.onetv.app:8443/AVAFamily/index-0.m3u8 #EXTINF:-1 tvg-id="BayyinatTV.iq",Bayyinat TV (404p) https://nl2.livekadeh.com/hls2/Bayyinat.m3u8 #EXTINF:-1 tvg-id="BeitolAbbasTVChannel.iq",BeitolAbbas TV Channel (720p) @@ -128,8 +124,6 @@ https://kurdsat-news.akamaized.net/hls/kurdsat-news.m3u8 https://livefa.marjaeyattv.com/mtv_ar/playlist.m3u8 #EXTINF:-1 tvg-id="MarjaeyatTVEnglish.iq",Marjaeyat TV English (1080p) https://livefa.marjaeyattv.com/mtv_en/playlist.m3u8 -#EXTINF:-1 tvg-id="MarjaeyatTVPersian.iq",Marjaeyat TV Persian (240p) [Not 24/7] -https://livefa.marjaeyattv.com/mtv_fa/playlist.m3u8 #EXTINF:-1 tvg-id="MBCIraq.iq",MBC Iraq (1080p) https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-iraq/e38c44b1b43474e1c39cb5b90203691e/index.m3u8 #EXTINF:-1 tvg-id="NRTTV.iq",NRT TV (720p) [Not 24/7] @@ -156,9 +150,13 @@ https://zindisorani.zaroktv.com.tr/hls/stream.m3u8 https://avr.host247.net/live/AvarTv/playlist.m3u8 #EXTINF:-1 tvg-id="EmanTv.iq",EmanTv (1080p) https://avr.host247.net/live/emantv/playlist.m3u8 -#EXTINF:-1 tvg-id="towheedtv.iq",towheedtv (720p) -https://avr.host247.net/live/towheedtv/playlist.m3u8 #EXTINF:-1 tvg-id="Mixkurdy.iq",Mixkurdy (1080p) https://avr.host247.net/live/Mix-kurdy/playlist.m3u8 #EXTINF:-1 tvg-id="FarmodaTV.iq",FarmodaTV (1080p) https://avr.host247.net/live/FarmodaTV/playlist.m3u8 +#EXTINF:-1 tvg-id="IraqFuture.iq@SD",Iraq Future +https://viewmedia7219.bozztv.com/wmedia/viewmedia100/web_040/Stream/playlist.m3u8 +#EXTINF:-1 tvg-id="MarjaeyatTVPersian.iq",Marjaeyat TV Persian (240p) [Not 24/7] +https://livefa.marjaeyattv.com/mtv_fa/playlist.m3u8 +#EXTINF:-1 tvg-id="Kurdsat.iq@SD",Kurdsat +http://trn03.bozztv.com/gin-kurdsat/index.m3u8 diff --git a/streams/ir.m3u b/streams/ir.m3u index df4aed8f11..e0ae44206c 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -1,34 +1,24 @@ #EXTM3U -#EXTINF:-1 tvg-id="",247 Box +#EXTINF:-1 tvg-id="towheedtv.ir",towheedtv (720p) +https://avr.host247.net/live/towheedtv/playlist.m3u8 +#EXTINF:-1 tvg-id="AssiratTV.ir",Assirat TV (576p) +https://softverse.b-cdn.net/Assirat/assiratobs/playlist.m3u8 +#EXTINF:-1 tvg-id="247BoxTV.ir",247 Box TV https://hls.247box.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="AbalfadhlTV.ir",Abalfadhl TV (720p) +#EXTINF:-1 tvg-id="AbalfadhlTV.ir",Abalfadhl TV https://t.northtelecom.org/ABALFADHLTV.m3u8 -#EXTINF:-1 tvg-id="",AFN Music -https://bozztv.com/1gbw5/tintv2/tintv2/chunklist.m3u8 -#EXTINF:-1 tvg-id="AFNTV.ir",AFN TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AFNTV.ir",AFN TV (720p) https://bozztv.com/1gbw5/tintv2/tintv2/playlist.m3u8 -#EXTINF:-1 tvg-id="AlAlam.ir",Al Alam (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlAlam.ir",Al Alam (360p) https://live2.alalam.ir/alalam.m3u8 -#EXTINF:-1 tvg-id="AlWilayah.ir",Al Wilayah (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlWilayah.ir",Al Wilayah (720p) https://nl.livekadeh.com/hls2/alwilayah_tv.m3u8 #EXTINF:-1 tvg-id="AsilTV.ir",Asil TV (720p) https://live.asil.tv/asiltv/index.m3u8 -#EXTINF:-1 tvg-id="AssiratTV.ir",Assirat TV (700p) -https://svs.itworkscdn.net/assiratvlive/assirat/playlist.m3u8 -#EXTINF:-1 tvg-id="AVAFamily.ir",AVA Family (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AVAFamily.ir",AVA Family (720p) https://familyhls.avatv.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="HastiTV.uk",Hasti TV (1080p) [Not 24/7] -https://live.hastitv.com/hls/livetv.m3u8 -#EXTINF:-1 tvg-id="",Health Media TV (720p) -https://6n3yowknl9ok-hls-live.5centscdn.com/HMN/271ddf829afeece44d8732757fba1a66.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="HighVisionTV.us",High Vision -https://streamer1.connectto.com/HIGHVISION_WEB_1205/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="HighVisionTV.us",High Vision (1080p) [Not 24/7] -https://streamer1.connectto.com/HIGHVISION_WEB_1205/index.m3u8 #EXTINF:-1 tvg-id="HispanTV.ir",Hispan TV https://cdnlive.presstv.ir/live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="HodHodFarsiTV.ir",HodHod Farsi -https://hls.hodhod.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="iFilm2.ir",iFilm 2 https://live.presstv.ir/hls/ifilm2.m3u8 #EXTINF:-1 tvg-id="iFilmArabic.ir",iFilm Arabic @@ -39,8 +29,8 @@ https://live.presstv.ir/hls/ifilmen.m3u8 https://live.presstv.ir/hls/ifilmfa.m3u8 #EXTINF:-1 tvg-id="IranJewishTV.ir",Iran Jewish TV (720p) http://iran620.com:1935/live/IranJewishTv/playlist.m3u8 -#EXTINF:-1 tvg-id="IranPress.ir",Iran Press (480p) [Not 24/7] -https://ip2stream.iranpress.com/hls/ip2.m3u8 +#EXTINF:-1 tvg-id="IranPress.ir",Iran Press (720p) +https://live.presstv.ir/hls/presstv_5_482/index.m3u8 #EXTINF:-1 tvg-id="TVITN.ir",ITN [Not 24/7] https://ca-rt.onetv.app:8443/ITN/index-0.m3u8 #EXTINF:-1 tvg-id="MihanTV.ir",Mihan TV (720p) @@ -53,20 +43,14 @@ https://5acf9f9415a10.streamlock.net/live_transcoder/ngrp:mohabat.stream_all/pla https://iptv.negahtv.com/negahtv/playlist.m3u8 #EXTINF:-1 tvg-id="OXIRTV.ir",OXIR TV (720p) https://hls.oxir.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="",Payam Javan TV (720p) [Not 24/7] -https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="PayvandTV.ir",Payvand TV (720p) [Not 24/7] https://uni6rtmp.tulix.tv/ucur1/Payvand/playlist.m3u8 -#EXTINF:-1 tvg-id="",PBC Tapesh TV (720p) [Not 24/7] -https://iptv.tapesh.tv/tapesh/playlist.m3u8 #EXTINF:-1 tvg-id="PressTV.ir",Press TV https://live.presstv.ir/hls/presstv.m3u8 #EXTINF:-1 tvg-id="PressTVFrench.ir",Press TV French (1080p) https://live4.presstv.ir/live/smil:presstvfr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SNNTV.ir",SNN TV (720p) [Not 24/7] -https://live2.snn.ir/hls/snn.m3u8 -#EXTINF:-1 tvg-id="",Tapesh Iran -https://iptv.tapesh.tv/tapeshiran/playlist.m3u8 +https://live2.snn.ir/hls/snn2_hd720/index.m3u8 #EXTINF:-1 tvg-id="TBNNejatTV.ir",TBN Nejat TV (720p) https://hls.nejat.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="VOX1.ir",VOX1 (720p) [Not 24/7] @@ -79,3 +63,50 @@ https://stream.sainaertebat.com/hls2/varzeshtest.m3u8 https://avr.host247.net/live/WiseHumanTv/playlist.m3u8 #EXTINF:-1 tvg-id="RasoulallahTv.ir",RasoulallahTv (1080p) https://avr.host247.net/live/rasoulallahtv/playlist.m3u8 +#EXTINF:-1 tvg-id="CaltexTV.ir",Caltex Music (720p) +https://video.caltexmusic.com/hls/caltextv.m3u8 +#EXTINF:-1 tvg-id="ITVPersianMusic.ir",ITV Persian Music (1080p) +https://ca1.buximedia.com/itv/persian/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ITVLife.ir",ITV Life (1080p) +https://ca1.buximedia.com/itv/life/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="PooyaTV.ir@SD",Pooya TV +http://dvrfl05.bozztv.com/gin-iribpooya/index.m3u8 +#EXTINF:-1 tvg-id="SaharUrdu.ir@SD",Sahar Urdu +https://live20.bozztv.com/dvrfl05/gin-saharurdu/index.m3u8 +#EXTINF:-1 tvg-id="VarzeshTV.ir@SD",Varzesh TV +http://trn03.bozztv.com/gin-iribvarzesh/index.m3u8 +#EXTINF:-1 tvg-id="AmouzeshTV.ir@SD",Amouzesh TV +http://dvrfl05.bozztv.com/gin-iribamoozesh/index.m3u8 +#EXTINF:-1 tvg-id="AyenehTV.ir@SD",Ayeneh TV +https://live20.bozztv.com/dvrfl05/gin-ayeneh/index.m3u8 +#EXTINF:-1 tvg-id="IRINN.ir@SD",IRINN +https://live20.bozztv.com/dvrfl05/gin-irinn/index.m3u8 +#EXTINF:-1 tvg-id="IRIBMostanad.ir@SD",IRIB Mostanad +https://live20.bozztv.com/dvrfl05/gin-iribmostanad/index.m3u8 +#EXTINF:-1 tvg-id="iFilmEnglish.ir@SD",iFilm English +http://dvrfl05.bozztv.com/gin-ifilmeng/index.m3u8 +#EXTINF:-1 tvg-id="SalamatTV.ir@SD",Salamat TV +https://live20.bozztv.com/dvrfl05/gin-iribsalamat/index.m3u8 +#EXTINF:-1 tvg-id="TehranTV.ir@SD",Tehran TV +https://live20.bozztv.com/dvrfl05/gin-iribnasim/index.m3u8 +#EXTINF:-1 tvg-id="Nasim.ir@SD",Nasim +https://live20.bozztv.com/dvrfl05/gin-irib5/index.m3u8 +#EXTINF:-1 tvg-id="IRIB4.ir@SD",IRIB 4 +https://live20.bozztv.com/dvrfl05/gin-irib4/index.m3u8 +#EXTINF:-1 tvg-id="IRIB3.ir@SD",IRIB 3 +https://live20.bozztv.com/dvrfl05/gin-irib3/index.m3u8 +#EXTINF:-1 tvg-id="IRIB2.ir@SD",IRIB 2 +https://live20.bozztv.com/dvrfl05/gin-irib2/index.m3u8 +#EXTINF:-1 tvg-id="IRIB1.ir@SD",IRIB 1 +https://live20.bozztv.com/dvrfl05/gin-irib1/index.m3u8 +#EXTINF:-1 tvg-id="NegahTV.ir@SD",Negah TV +https://live20.bozztv.com/gin-36bay3/gp-negahtv/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="SaharAfghanistan.ir@SD",Sahar Afghanistan +https://live20.bozztv.com/gin-36bay3/gin-saharafgh/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="HodHodFarsiTV.ir@SD",HodHod Farsi TV +https://live20.bozztv.com/gin-trn09/gp-hodhodtv/index.m3u8 +#EXTINF:-1 tvg-id="PressTV.ir" http-referrer="https://odysee.com/",Press TV (720p) +#EXTVLCOPT:http-referrer=https://odysee.com/ +https://cloud.odysee.live/content/26bcbcc342a5b143578f27dbfaf000201f06e417/master.m3u8 +#EXTINF:-1 tvg-id="PressTV.ir",Press TV (720p) +https://rumble.com/live-hls/6s62fv/playlist.m3u8 diff --git a/streams/ir_lenz.m3u b/streams/ir_lenz.m3u index dff2c0fa2c..6676ff9068 100644 --- a/streams/ir_lenz.m3u +++ b/streams/ir_lenz.m3u @@ -7,7 +7,7 @@ https://lenz.splus.ir/PLTV/88888888/224/3221226675/index.m3u8 https://lenz.splus.ir/PLTV/88888888/224/3221226899/index.m3u8 #EXTINF:-1 tvg-id="AlAlam.ir",AlAlam https://lenz.splus.ir/PLTV/88888888/224/3221226157/index.m3u8 -#EXTINF:-1 tvg-id="",AlKawthar +#EXTINF:-1 tvg-id="AlKawtharTV.ir",AlKawthar https://lenz.splus.ir/PLTV/88888888/224/3221226158/index.m3u8 #EXTINF:-1 tvg-id="AmouzeshTV.ir",Amouzesh https://lenz.splus.ir/PLTV/88888888/224/3221226151/index.m3u8 @@ -23,20 +23,18 @@ https://lenz.splus.ir/PLTV/88888888/224/3221226842/index.m3u8 https://lenz.splus.ir/PLTV/88888888/224/3221226637/index.m3u8 #EXTINF:-1 tvg-id="IRIB2.ir",IRIB2 https://lenz.splus.ir/PLTV/88888888/224/3221226176/index.m3u8 -#EXTINF:-1 tvg-id="IRINN2.ir",IRIB2 -https://lenz.splus.ir/PLTV/88888888/224/3221227020/index.m3u8 -#EXTINF:-1 tvg-id="IRIB3.ir",IRIB3 +#EXTINF:-1 tvg-id="IRIB3.ir",IRIB3 (1080p) https://lenz.splus.ir/PLTV/88888888/224/3221226868/index.m3u8 #EXTINF:-1 tvg-id="IRIB4.ir",IRIB4 https://lenz.splus.ir/PLTV/88888888/224/3221226140/index.m3u8 -#EXTINF:-1 tvg-id="",IRIB5 +#EXTINF:-1 tvg-id="TehranTV.ir",IRIB5 Tehran TV https://lenz.splus.ir/PLTV/88888888/224/3221226141/index.m3u8 #EXTINF:-1 tvg-id="IRINN.ir",IRINN https://lenz.splus.ir/PLTV/88888888/224/3221226142/index.m3u8 +#EXTINF:-1 tvg-id="IRINN2.ir",IRINN2 +https://lenz.splus.ir/PLTV/88888888/224/3221227020/index.m3u8 #EXTINF:-1 tvg-id="IsfahanTV.ir",Isfahan https://lenz.splus.ir/PLTV/88888888/224/3221226652/index.m3u8 -#EXTINF:-1 tvg-id="JameJamTV1.ir",JameJam -https://lenz.splus.ir/PLTV/88888888/224/3221226178/index.m3u8 #EXTINF:-1 tvg-id="KermanTV.ir",Kerman https://lenz.splus.ir/PLTV/88888888/224/3221226856/index.m3u8 #EXTINF:-1 tvg-id="KhozestanTV.ir",KhozestanTV @@ -45,7 +43,7 @@ https://lenz.splus.ir/PLTV/88888888/224/3221226415/index.m3u8 https://lenz.splus.ir/PLTV/88888888/224/3221226647/index.m3u8 #EXTINF:-1 tvg-id="",LenzAnimation https://lenz.splus.ir/PLTV/88888888/224/3221227043/index.m3u8 -#EXTINF:-1 tvg-id="",Mazandaran +#EXTINF:-1 tvg-id="TabarestanTV.ir",Mazandaran TV https://lenz.splus.ir/PLTV/88888888/224/3221226786/index.m3u8 #EXTINF:-1 tvg-id="IRIBMostanad.ir",Mostanad https://lenz.splus.ir/PLTV/88888888/224/3221226901/index.m3u8 diff --git a/streams/ir_telewebion.m3u b/streams/ir_telewebion.m3u index 43e2cfc829..15d54a8b27 100644 --- a/streams/ir_telewebion.m3u +++ b/streams/ir_telewebion.m3u @@ -7,7 +7,7 @@ https://ncdn.telewebion.com/aftab/live/playlist.m3u8 https://ncdn.telewebion.com/alborz/live/playlist.m3u8 #EXTINF:-1 tvg-id="AmouzeshTV.ir",Amouzesh https://ncdn.telewebion.com/amouzesh/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Ara +#EXTINF:-1 tvg-id="AraTV.ir",Ara https://ncdn.telewebion.com/ara/live/playlist.m3u8 #EXTINF:-1 tvg-id="AtrakTV.ir",Atrak https://ncdn.telewebion.com/atrak/live/playlist.m3u8 @@ -19,11 +19,11 @@ https://ncdn.telewebion.com/baran/live/playlist.m3u8 https://ncdn.telewebion.com/bushehr/live/playlist.m3u8 #EXTINF:-1 tvg-id="DenaTV.ir",Dena https://ncdn.telewebion.com/dena/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Eshragh +#EXTINF:-1 tvg-id="EshraghNetwork.ir",Eshragh https://ncdn.telewebion.com/eshragh/live/playlist.m3u8 #EXTINF:-1 tvg-id="FarsTV.ir",Fars https://ncdn.telewebion.com/fars/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Habib +#EXTINF:-1 tvg-id="HabibTV.ir",Habib TV https://ncdn.telewebion.com/habib/live/playlist.m3u8 #EXTINF:-1 tvg-id="HamedanTV.ir",Hamedan https://ncdn.telewebion.com/sina/live/playlist.m3u8 @@ -43,20 +43,16 @@ https://ncdn.telewebion.com/tv2/live/playlist.m3u8 https://ncdn.telewebion.com/tv3/live/playlist.m3u8 #EXTINF:-1 tvg-id="IRIB4.ir",IRIB4 https://ncdn.telewebion.com/tv4/live/playlist.m3u8 -#EXTINF:-1 tvg-id="IRINN.ir",IRINN +#EXTINF:-1 tvg-id="IRINN.ir",IRINN Live Farsi News https://ncdn.telewebion.com/irinn/live/playlist.m3u8 -#EXTINF:-1 tvg-id="IRINN2.ir",IRINN2 +#EXTINF:-1 tvg-id="IRINN2.ir",IRINN2 Live Farsi News https://ncdn.telewebion.com/irinn2/live/playlist.m3u8 #EXTINF:-1 tvg-id="IsfahanTV.ir",Isfahan https://ncdn.telewebion.com/esfahan/live/playlist.m3u8 #EXTINF:-1 tvg-id="JahanbinTV.ir",Jahanbin https://ncdn.telewebion.com/jahanbin/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Jam +#EXTINF:-1 tvg-id="JamTV.ir",Jam TV https://ncdn.telewebion.com/jam/live/playlist.m3u8 -#EXTINF:-1 tvg-id="JameJamTV1.ir",JameJam -https://ncdn.telewebion.com/jjtv1/live/playlist.m3u8 -#EXTINF:-1 tvg-id="JameJamTV3.ir",JameJam3 -https://ncdn.telewebion.com/jjtv3/live/playlist.m3u8 #EXTINF:-1 tvg-id="KermanTV.ir",Kerman https://ncdn.telewebion.com/kerman/live/playlist.m3u8 #EXTINF:-1 tvg-id="KhalijeFarsTV.ir",Khalij-e Fars @@ -75,13 +71,13 @@ https://ncdn.telewebion.com/kordestan/live/playlist.m3u8 https://ncdn.telewebion.com/mahabad/live/playlist.m3u8 #EXTINF:-1 tvg-id="IRIBMostanad.ir",Mostanad https://ncdn.telewebion.com/mostanad/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Nama +#EXTINF:-1 tvg-id="NamaTV.ir",Nama TV https://ncdn.telewebion.com/nama/live/playlist.m3u8 #EXTINF:-1 tvg-id="NamayeshTV.ir",Namayesh https://ncdn.telewebion.com/namayesh/live/playlist.m3u8 #EXTINF:-1 tvg-id="Nasim.ir",Nasim https://ncdn.telewebion.com/nasim/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Nava +#EXTINF:-1 tvg-id="TVANava.ir",TVA Nava https://ncdn.telewebion.com/nava/live/playlist.m3u8 #EXTINF:-1 tvg-id="NoorTV.ir",Noor https://ncdn.telewebion.com/noor/live/playlist.m3u8 @@ -89,10 +85,12 @@ https://ncdn.telewebion.com/noor/live/playlist.m3u8 https://ncdn.telewebion.com/ofogh/live/playlist.m3u8 #EXTINF:-1 tvg-id="IRIBOmid.ir",Omid https://ncdn.telewebion.com/omid/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Palestine +#EXTINF:-1 tvg-id="Palestinetv.ir",Palestine https://ncdn.telewebion.com/palestine/live/playlist.m3u8 #EXTINF:-1 tvg-id="PooyaTV.ir",Pooya & Nahal https://ncdn.telewebion.com/pooya/live/playlist.m3u8 +#EXTINF:-1 tvg-id="PooyaTVPlus.ir",Pooya TV Plus +https://ncdn.telewebion.com/javaneh/live/playlist.m3u8 #EXTINF:-1 tvg-id="QazvinTV.ir",Qazvin https://ncdn.telewebion.com/qazvin/live/playlist.m3u8 #EXTINF:-1 tvg-id="QuranTV.ir",Quran @@ -103,7 +101,7 @@ https://ncdn.telewebion.com/sabalan/live/playlist.m3u8 https://ncdn.telewebion.com/sabz/live/playlist.m3u8 #EXTINF:-1 tvg-id="SahandTV.ir",Sahand https://ncdn.telewebion.com/sahand/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",SaharAfghan +#EXTINF:-1 tvg-id="SaharAfghanistan.ir",SaharAfghan https://ncdn.telewebion.com/saharafghan/live/playlist.m3u8 #EXTINF:-1 tvg-id="SalamatTV.ir",Salamat https://ncdn.telewebion.com/salamat/live/playlist.m3u8 @@ -117,11 +115,11 @@ https://ncdn.telewebion.com/tabarestan/live/playlist.m3u8 https://ncdn.telewebion.com/hdtest/live/playlist.m3u8 #EXTINF:-1 tvg-id="TehranTV.ir",Tehran https://ncdn.telewebion.com/tehran/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Telewebion Sport 1 +#EXTINF:-1 tvg-id="TelewebionSport.ir",Telewebion Sport https://ncdn.telewebion.com/twsport/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Telewebion Sport 2 +#EXTINF:-1 tvg-id="TelewebionSport2.ir",Telewebion Sport 2 https://ncdn.telewebion.com/twsport2/live/playlist.m3u8 -#EXTINF:-1 tvg-id="",Telewebion Sport 3 +#EXTINF:-1 tvg-id="TelewebionSport3.ir",Telewebion Sport 3 https://ncdn.telewebion.com/twsport3/live/playlist.m3u8 #EXTINF:-1 tvg-id="VarzeshTV.ir",Varzesh https://ncdn.telewebion.com/varzesh/live/playlist.m3u8 @@ -129,3 +127,5 @@ https://ncdn.telewebion.com/varzesh/live/playlist.m3u8 https://ncdn.telewebion.com/taban/live/playlist.m3u8 #EXTINF:-1 tvg-id="ZagrosTV.ir",Zagros https://ncdn.telewebion.com/zagros/live/playlist.m3u8 +#EXTINF:-1 tvg-id="IRIBUHD.ir",IRIB UHD (2160p) +https://ncdn.telewebion.com/faratar/live/playlist.m3u8 diff --git a/streams/ir_wnslive.m3u b/streams/ir_wnslive.m3u index c2c6dc5848..cf9774ce63 100644 --- a/streams/ir_wnslive.m3u +++ b/streams/ir_wnslive.m3u @@ -3,19 +3,33 @@ https://avaserieshls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="BravoFarsiTV.ir",Bravo Farsi TV (360p) https://bravoohls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="FX1.ir",FX1 Farsi (720p) +#EXTINF:-1 tvg-id="FX1.ir",FX TV 1 https://fxtvhls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="TVITN.ir",ITN (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FX2.ir",FX TV 2 +https://toonixhls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="TVITN.ir",ITN (720p) https://itnhls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="MetaFilmTV.ir",Meta Film TV (1080p) +#EXTINF:-1 tvg-id="MetaFilmTV.ir",Meta Film TV (720p) https://metafilmhls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="",Omide Iran (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OmideIranTV.us",Omide Iran (720p) https://oitnhls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="",Pars +#EXTINF:-1 tvg-id="ParsTV.us",Pars TV https://parshls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianFilm.ir",Persian Film (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PersianFilm.ir",Persian Film (720p) https://pfilmhls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="SL1.ir",SL 1 (720p) https://slonehls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="SL2.ir",SL 2 (720p) https://sltwohls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="T2TV.ir",T2 TV (720p) +https://t2hls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ICCplus.us",ICC Plus (1080p) +https://icchls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="GrandCinema.tr",Grand Cinema +https://gcinemahls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="MTC.us",MTC (720p) +https://mtchls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="CafeTradeTV.ir",Cafe Trade TV (720p) +https://cafetradehls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="KanalJadid.uk",Kanal Jadid (720p) +https://kjhls.wns.live/hls/stream.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index 20e8547da3..06a64723af 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -15,7 +15,7 @@ https://585b674743bbb.streamlock.net/9050/9050/playlist.m3u8 https://5db313b643fd8.streamlock.net/111TV/111TV/playlist.m3u8 #EXTINF:-1 tvg-id="A2iTV.it",A2i TV (1080p) https://stream.sen-gt.com/A2itv/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="ABChannel.it",AB Channel (720p) +#EXTINF:-1 tvg-id="ABChannel.it",AB Channel (720p) [Geo-blocked] https://tsw.streamingwebtv24.it:1936/abchanneltv/abchanneltv/playlist.m3u8 #EXTINF:-1 tvg-id="ACISportTV.it",ACI Sport TV (1080p) https://g4wlk6xpy23a-hls-live.mariatvcdn.it/acisporttv/b7a3464f8e2001314de9fefebf11229d.sdp/playlist.m3u8 @@ -67,8 +67,6 @@ http://37.187.142.147:1935/ch10live/high.stream/playlist.m3u8 https://0ff9dd7fe9b64bc08a5fc4ed525454c3.msvdn.net/live/S42170132/sT6C3LFaD1iA/playlist.m3u8 #EXTINF:-1 tvg-id="CanaleItalia.it",Canale Italia (720p) https://6e94aeeb1b42461d95f973ae34be5167.msvdn.net/ac115_live/canale1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CarinaTV.it",CarinaTV (720p) -https://stream7.zivoli.it/carinatv/carinatv/playlist.m3u8 #EXTINF:-1 tvg-id="CasaItalia53.it",Casa Italia 53 (720p) https://ovp-live.akamaized.net/ac115_live/canale3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Cine34.it",Cine 34 [Geo-blocked] @@ -249,7 +247,7 @@ https://iptv.peer.biz/live/peertv-it.m3u8 https://iptv.peer.biz/live/peertv-en.m3u8 #EXTINF:-1 tvg-id="PeerTVSudtirol.it",Peer TV Sรผdtirol (1080p) https://iptv.peer.biz/live/peertv.m3u8 -#EXTINF:-1 tvg-id="PlutoTVTopGear.us@Italy" http-referrer="https://pluto.tv/it/live-tv/64c109a4798def0008a6e03e",Pluto TV Top Gear +#EXTINF:-1 tvg-id="TopGear.uk@Italy" http-referrer="https://pluto.tv/it/live-tv/64c109a4798def0008a6e03e",Pluto TV Top Gear #EXTVLCOPT:http-referrer=https://pluto.tv/it/live-tv/64c109a4798def0008a6e03e https://stitcher-ipv4.pluto.tv/v1/stitch/embed/hls/channel/64c109a4798def0008a6e03e/master.m3u8?advertisingId={PSID}&appVersion=unknown&deviceDNT={TARGETOPT}&deviceId={PSID}&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain={APP_DOMAIN}&samsung_app_name={APP_NAME}&us_privacy=1YNY #EXTINF:-1 tvg-id="",POP Television (720p) @@ -402,21 +400,19 @@ http://fl1.mediastreaming.it:1935/calabriachannel/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RTCTelecalabria.it",RTC Telecalabria (720p) [Not 24/7] https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RTL1025Best.it",RTL 102.5 Best (1080p) -https://streamcdnb7-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S76960628/OEPHRUIctA0M/playlist_video.m3u8 +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S76960628/OEPHRUIctA0M/playlist_video.m3u8 #EXTINF:-1 tvg-id="RTL1025BroSis.it",RTL 102.5 Bro&Sis (1080p) -https://streamcdnb6-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S75007890/MUGHuxc9dQ3b/playlist.m3u8 -#EXTINF:-1 tvg-id="RTL1025Doc.it",RTL 102.5 Doc (1080p) -https://streamcdnb12-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S51100361/0Fb4R3k82b5Z/playlist_video.m3u8 -#EXTINF:-1 tvg-id="",RTL 102.5 Extra (1080p) -https://streamcdnb2-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S26743519/49ksH8apMKou/playlist.m3u8 +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S75007890/MUGHuxc9dQ3b/playlist_video.m3u8 +#EXTINF:-1 tvg-id="RTL1025Disco.it",RTL 102.5 Disco (1080p) +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S51100361/0Fb4R3k82b5Z/playlist_video.m3u8 #EXTINF:-1 tvg-id="RTL1025Napule.it",RTL 102.5 Napulรฉ (1080p) -https://streamcdnb5-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S27134503/0f9AhuwKlhnZ/playlist_video.m3u8 -#EXTINF:-1 tvg-id="RTL1025News.it",RTL 102.5 News (1080p) -https://streamcdnb2-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist_video.m3u8 -#EXTINF:-1 tvg-id="RTL1025RomeoJuliet.it",RTL 102.5 Romeo&Juliet (1080p) -https://streamcdnb4-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S8448465/zTYa1Z5Op9ue/playlist_video.m3u8 +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S27134503/0f9AhuwKlhnZ/playlist_video.m3u8 +#EXTINF:-1 tvg-id="RTL1025Traffic.it",RTL 102.5 Traffic (1080p) +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S38122967/2lyQRIAAGgRR/playlist_video.m3u8 +#EXTINF:-1 tvg-id="RTL1025Caliente.it",RTL 102.5 Caliente (1080p) +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S8448465/zTYa1Z5Op9ue/playlist_video.m3u8 #EXTINF:-1 tvg-id="RTL1025TV.it",RTL 102.5 TV (1080p) -https://streamcdnb12-dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist_video.m3u8 +https://dd782ed59e2a4e86aabf6fc508674b59.msvdn.net/live/S97044836/tbbP8T1ZRPBL/playlist_video.m3u8 #EXTINF:-1 tvg-id="RTMTV.it",RTM TV (1080p) https://5f22d76e220e1.streamlock.net/rtm/rtm/playlist.m3u8 #EXTINF:-1 tvg-id="RTP.it",RTP (404p) @@ -463,8 +459,6 @@ http://wms.shared.streamshow.it:1935/supertv/supertv/live.m3u8 http://193.70.81.40:1935/supertvoristano/supertvoristano/playlist.m3u8 #EXTINF:-1 tvg-id="SuperSix.it",SuperSix Lombardia (720p) https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperTennis.it@HD",SuperTennis HD -https://live-embed.supertennix.hiway.media/restreamer/supertennix_client/gpu-a-c0-16/restreamer/outgest/h24_supertennix/manifest.m3u8 #EXTINF:-1 tvg-id="T9.it",T9 (288p) https://streaming.softwarecreation.it/tnove/tnove/playlist.m3u8 #EXTINF:-1 tvg-id="TCFTV.it",TCF TV (720p) @@ -544,13 +538,13 @@ http://stream2.xdevel.com/video2s976570-2303/stream/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Telenord.it",Telenord (576p) [Not 24/7] https://5db313b643fd8.streamlock.net/Telenord/Telenord/playlist.m3u8 #EXTINF:-1 tvg-id="Telepace1.it",Telepace 1 (1080p) -https://live.mariatvcdn.com/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/index.m3u8 +https://jk3lz2bwlw79-hls-live.mariatvcdn.it/teleradiopace1/efcc8fc46cab26315ce3f5845d76008f.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Telepace2.it",Telepace 2 (1080p) -https://live.mariatvcdn.com/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/index.m3u8 -#EXTINF:-1 tvg-id="Telepace3.it",Telepace 3 (360p) -https://live.mariatvcdn.com/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/index.m3u8 -#EXTINF:-1 tvg-id="Telepace4.it",Telepace 4 (720p) -https://live.mariatvcdn.com/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/index.m3u8 +https://zkpywrbgdbeg-hls-live.mariatvcdn.it/teleradiopace2/254c9b5c52a73a94ef0f6169cbd05dc2.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="Telepace3.it",Telepace 3 (1080p) +https://932y4273djv8-hls-live.mariatvcdn.it/teleradiopace3/d2274c22e9ee09eb2eda01ed0496f8f5.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="Telepace4.it",Telepace 4 (1080p) +https://j78dpr7nyq5r-hls-live.mariatvcdn.it/teleradiopace4/13d74f2cfe921bfbc262697203d47d8f.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TelepaceNews.it",Telepace News (720p) https://live.mariatvcdn.com/teleradiopace6/d289fe76f16ad32afec471ea1b941583.sdp/index.m3u8 #EXTINF:-1 tvg-id="",Telepace Roma (720p) @@ -681,5 +675,78 @@ https://rtmp-live-ingest-us-east-1-universe-dacast-com.akamaized.net/transmuxv1/ http://77.83.120.135:8001/play/a11n #EXTINF:-1 tvg-id="Rai1.it@HD",Rai 1 HD (720p) http://77.83.120.135:8001/play/a11c +#EXTINF:-1 tvg-id="Rai3.it@HD",Rai 3 +https://ilglobotv-live.akamaized.net/channels/RAI3/Live.m3u8 +#EXTINF:-1 tvg-id="Rai2.it@HD",Rai 2 HD +https://ilglobotv-live.akamaized.net/channels/RAI2/Live.m3u8 +#EXTINF:-1 tvg-id="Rai1.it@HD",Rai 1 HD +https://ilglobotv-live.akamaized.net/channels/RAI1/Live.m3u8 +#EXTINF:-1 tvg-id="RaiItalia.it@Americas",Rai Italia Americas +https://ilglobotv-live.akamaized.net/channels/RAIItaliaSudAmerica/Live.m3u8 +#EXTINF:-1 tvg-id="RaiItalia.it@EuropeAfrica",Rai Italia +https://ilglobotv-live.akamaized.net/channels/RAIItaliaSudAfrica/Live.m3u8 +#EXTINF:-1 tvg-id="RaiItalia.it@Australia",Rai Italia Australia +https://ilglobotv-live.akamaized.net/channels/RAIItaliaAustralia/Live.m3u8 +#EXTINF:-1 tvg-id="RaiWorldPremium.it",Rai World Premium +https://ilglobotv-live.akamaized.net/channels/RAIPremium/Live.m3u8 +#EXTINF:-1 tvg-id="RaiNews24.it",Rai News 24 +https://ilglobotv-live.akamaized.net/channels/RAINews24/Live.m3u8 +#EXTINF:-1 tvg-id="Telenord.it",Telenord +https://64b16f23efbee.streamlock.net/telenord/telenord/playlist.m3u8 +#EXTINF:-1 tvg-id="InterTV.it",Inter TV +https://ilglobotv-live.akamaized.net/channels/InterTV/Live.m3u8 +#EXTINF:-1 tvg-id="LA7.it",LA7 +https://ilglobotv-live.akamaized.net/channels/La7Italia/Live.m3u8 +#EXTINF:-1 tvg-id="MediasetItalia.it",Mediaset Italia +https://ilglobotv-live.akamaized.net/channels/MediasetItalia/Live.m3u8 +#EXTINF:-1 tvg-id="ItalianFishingTV.it@SD",Italian Fishing TV +https://fms.premio.link/fishingtv/playlist.m3u8 +#EXTINF:-1 tvg-id="LiraTV.it@SD",Lira TV +https://a928c0678d284da5b383f29ecc5dfeec.msvdn.net/live/S57315730/8kTBWibNteJA/playlist.m3u8 +#EXTINF:-1 tvg-id="Telegela647.it@SD",Telegela 647 +https://64b16f23efbee.streamlock.net/telegela/telegela/playlist.m3u8 +#EXTINF:-1 tvg-id="CalabriaTV.it@SD",Calabria TV +https://64b16f23efbee.streamlock.net/calabriatv/calabriatv/playlist.m3u8 +#EXTINF:-1 tvg-id="Rete8.it@SD",Rete 8 +https://64b16f23efbee.streamlock.net/rete8/rete8/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleOne16.it@SD",Tele One 16 +https://648026e87a75e.streamlock.net/teleone/teleone/playlist.m3u8 +#EXTINF:-1 tvg-id="GoldTVSat.it@SD",Gold TV Sat +https://5a1178b42cc03.streamlock.net/goldsat/goldsat/playlist.m3u8 +#EXTINF:-1 tvg-id="GoldTV.it@SD",Gold TV +https://5a1178b42cc03.streamlock.net/golditalia/golditalia/playlist.m3u8 +#EXTINF:-1 tvg-id="LunaTV.it@SD",Luna TV +https://5f22d76e220e1.streamlock.net/lunatv/lunatv/playlist.m3u8 +#EXTINF:-1 tvg-id="RaiSport.it" http-referrer="https://www.raisport.rai.it",Rai Sport +#EXTVLCOPT:http-referrer=https://www.raisport.rai.it +https://cachehsi1a.netplus.ch/live/eds/raisport1/browser-dash/raisport1.mpd +#EXTINF:-1 tvg-id="CarinaTV.it@SD",CarinaTV +https://samson.streamerr.co:8081/carinatv/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="7STORIA.it",7 STORIA (720p) +https://stream10.xdevel.com/video2s976543-2104/stream/playlist.m3u8 +#EXTINF:-1 tvg-id="7YOUME.it",7 YOU & ME (720p) +https://stream10.xdevel.com/video0s977798-2239/stream/playlist.m3u8 +#EXTINF:-1 tvg-id="RaiScuola.it@HD",Rai Scuola +https://cachehsi1a.netplus.ch/live/eds/raiscuola/browser-dash/raiscuola.mpd +#EXTINF:-1 tvg-id="RaiStoria.it@SD",Rai Storia +https://cachehsi1a.netplus.ch/live/eds/raistoria/browser-dash/raistoria.mpd +#EXTINF:-1 tvg-id="LA7.it@HD",LA7 HD +https://cachehsi1a.netplus.ch/live/eds/la7/browser-dash/la7.mpd +#EXTINF:-1 tvg-id="Canale5.it@HD",Canale 5 HD +https://cachehsi1a.netplus.ch/live/eds/canale5/browser-dash/canale5.mpd +#EXTINF:-1 tvg-id="Rete4.it@HD",Rete 4 HD +https://cachehsi1a.netplus.ch/live/eds/rete4/browser-dash/rete4.mpd +#EXTINF:-1 tvg-id="Italia1.it@HD",Italia 1 HD +https://cachehsi1a.netplus.ch/live/eds/italia1/browser-dash/italia1.mpd +#EXTINF:-1 tvg-id="RaiGulp.it@HD",Rai Gulp HD +https://cachehsi1a.netplus.ch/live/eds/raigulp/browser-dash/raigulp.mpd +#EXTINF:-1 tvg-id="RaiNews24.it@SD",Rai News 24 +https://cachehsi1a.netplus.ch/live/eds/rainews/browser-dash/rainews.mpd +#EXTINF:-1 tvg-id="Rai3.it@HD",Rai 3 +https://cachehsi1a.netplus.ch/live/eds/rai3/browser-dash/rai3.mpd +#EXTINF:-1 tvg-id="Rai2.it@HD",Rai 2 HD +https://cachehsi1a.netplus.ch/live/eds/rai2/browser-dash/rai2.mpd +#EXTINF:-1 tvg-id="Rai1.it@HD",Rai 1 HD (720p) +https://cachehsi1a.netplus.ch/live/eds/rai1/browser-dash/rai1.mpd #EXTINF:-1 tvg-id="",Radio Brianza TV https://57068da1deb21.streamlock.net/radiorbs/radiorbs/playlist.m3u8 diff --git a/streams/it_rakuten.m3u b/streams/it_rakuten.m3u index 054d4fe105..bbb1573b0e 100644 --- a/streams/it_rakuten.m3u +++ b/streams/it_rakuten.m3u @@ -1,67 +1,67 @@ -#EXTM3U -#EXTINF:-1 tvg-id="",Alberto Sordi & Co (720p) -https://253cf8b2.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X1Jpc2F0ZWFsbGl0YWxpYW5hX0hMUw/playlist.m3u8 -#EXTINF:-1 tvg-id="",BBC Doctor Who Italy (1080p) -https://amg00793-amg00793c17-rakuten-it-5361.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",BBC Drama Italy (1080p) -https://amg00793-amg00793c41-rakuten-it-5445.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",BBC Top Gear Italy (1080p) -https://amg00793-amg00793c43-rakuten-it-5537.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Brividy Cinema (720p) -https://ixmediasrl-serially-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",CG Grandi Film (720p) -https://cgentertainment-cgtv-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Cine Aliens (720p) -https://9d597739.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X0JpenphcnJvTW92aWVzX0hMUw/playlist.m3u8 -#EXTINF:-1 tvg-id="",Cine Western (720p) -https://f7ad58aa.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X1dQX0hMUw/playlist.m3u8 -#EXTINF:-1 tvg-id="",Comicitร  Piccante Movies (720p) -https://7f495636.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X0NpbmVtYVNlZ3JldG9fSExT/playlist.m3u8 -#EXTINF:-1 tvg-id="",FIFA+ Italy (720p) -https://5d95f7d7.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X0ZJRkFQbHVzSXRhbGlhbl9ITFM/playlist.m3u8 -#EXTINF:-1 tvg-id="",Grjngo Italy (720p) -https://amogonetworx-grjngo-6-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Hell's Kitchen Italy (1080p) -https://amg00654-itv-amg00654c20-rakuten-it-3615.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Inazuma Eleven Go Italy (720p) -https://minerva-pictures-inazumaelevengo-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Mr. Bean Anime Italy (1080p) -https://amg00627-amg00627c29-rakuten-it-3989.playouts.now.amagi.tv/playlist/amg00627-banijayfast-mrbeanitcc-rakutenit/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioItaliaTrendTVHD.it@SD",Radio Italia Trend (720p) -https://amg00745-radioitailaspa-radioitalia-rakuten-sucsc.amagi.tv/hls/amagi_hls_data_rakutenAA-radioitalia-rakuten/CDN/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Italy",Rakuten TV Action Movies (1080p) -https://87f2e2e5e7624e3bad85da1ca2ed31a7.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6067/master.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Asian Cinema Italy (1080p) -https://asian-cinema-rakuten-tv-it.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6431/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Italy",Rakuten TV Comedy Movies (1080p) -https://b8bc6c4b9be64bd6aeb3b92aa8521ed4.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6184/master.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Crime Series Italy (1080p) -https://546609034c0e41d7b5852dd870ddb53b.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6216/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Italy",Rakuten TV Drama Movies (1080p) -https://f84e0b1628464fab846160df957f269e.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6094/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Italy",Rakuten TV Family Movies (1080p) -https://3315fc3e7276420f895e19cf807dbee1.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6215/master.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Romance Movies Italy (1080p) -https://3e0f2491d8634a58967529df3f424c0d.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6193/master.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Sci-Fi Italy (1080p) -https://sci-fi-rakuten-tv-it.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6430/master.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopMovies.es@Italy",Rakuten TV Top Movies (1080p) -https://d4a4999341764c67a67e9ec9eb3790ab.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-5984/master.m3u8 -#EXTINF:-1 tvg-id="",Rakuten TV Trailers Italy (1080p) -https://73e5474be2ae422487b18295a9782482.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-4548/master.m3u8 -#EXTINF:-1 tvg-id="",Risate Dal Sud (720p) -https://ixmedia-srl-risatealsud-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Serially Crime (720p) -https://ixmediasrl-seriallycrime-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Soap Latino (720p) -https://fast-channels-network-soaplatino-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Soap Turco (720p) -https://fast-channels-network-soapturco-1-it.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Sportitalia.it@SD",Sport Italia (1080p) -https://amg01370-italiansportcom-sportitalia-rakuten-3hmdb.amagi.tv/hls/amagi_hls_data_rakutenAA-sportitalia-rakuten/CDN/master.m3u8 -#EXTINF:-1 tvg-id="",Vevo '90s & '00s Italy (1080p) -https://amg00056-amg00056c12-rakuten-it-3240.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Vevo Pop Italy (1080p) -https://amg00056-amg00056c8-rakuten-it-3239.playouts.now.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Yu-Gi-Oh! Italy -https://amg01796-amg01796c17-rakuten-it-7492.playouts.now.amagi.tv/playlist/amg01796-fastmediafast-yugioh3it-rakutenit/playlist.m3u8 +#EXTM3U +#EXTINF:-1 tvg-id="",Alberto Sordi & Co (720p) +https://253cf8b2.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X1Jpc2F0ZWFsbGl0YWxpYW5hX0hMUw/playlist.m3u8 +#EXTINF:-1 tvg-id="",BBC Doctor Who Italy (1080p) +https://amg00793-amg00793c17-rakuten-it-5361.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",BBC Drama Italy (1080p) +https://amg00793-amg00793c41-rakuten-it-5445.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",BBC Top Gear Italy (1080p) +https://amg00793-amg00793c43-rakuten-it-5537.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Brividy Cinema (720p) +https://ixmediasrl-serially-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",CG Grandi Film (720p) +https://cgentertainment-cgtv-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Cine Aliens (720p) +https://9d597739.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X0JpenphcnJvTW92aWVzX0hMUw/playlist.m3u8 +#EXTINF:-1 tvg-id="",Cine Western (720p) +https://f7ad58aa.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X1dQX0hMUw/playlist.m3u8 +#EXTINF:-1 tvg-id="",Comicitร  Piccante Movies (720p) +https://7f495636.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X0NpbmVtYVNlZ3JldG9fSExT/playlist.m3u8 +#EXTINF:-1 tvg-id="",FIFA+ Italy (720p) +https://5d95f7d7.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWl0X0ZJRkFQbHVzSXRhbGlhbl9ITFM/playlist.m3u8 +#EXTINF:-1 tvg-id="",Grjngo Italy (720p) +https://amogonetworx-grjngo-6-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Hell's Kitchen Italy (1080p) +https://amg00654-itv-amg00654c20-rakuten-it-3615.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Inazuma Eleven Go Italy (720p) +https://minerva-pictures-inazumaelevengo-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Mr. Bean Anime Italy (1080p) +https://amg00627-amg00627c29-rakuten-it-3989.playouts.now.amagi.tv/playlist/amg00627-banijayfast-mrbeanitcc-rakutenit/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioItaliaTrendTV.it@HD",Radio Italia Trend (720p) +https://amg00745-radioitailaspa-radioitalia-rakuten-sucsc.amagi.tv/hls/amagi_hls_data_rakutenAA-radioitalia-rakuten/CDN/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Italy",Rakuten TV Action Movies (1080p) +https://87f2e2e5e7624e3bad85da1ca2ed31a7.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6067/master.m3u8 +#EXTINF:-1 tvg-id="",Rakuten TV Asian Cinema Italy (1080p) +https://asian-cinema-rakuten-tv-it.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6431/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Italy",Rakuten TV Comedy Movies (1080p) +https://b8bc6c4b9be64bd6aeb3b92aa8521ed4.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6184/master.m3u8 +#EXTINF:-1 tvg-id="",Rakuten TV Crime Series Italy (1080p) +https://546609034c0e41d7b5852dd870ddb53b.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6216/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Italy",Rakuten TV Drama Movies (1080p) +https://f84e0b1628464fab846160df957f269e.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6094/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Italy",Rakuten TV Family Movies (1080p) +https://3315fc3e7276420f895e19cf807dbee1.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6215/master.m3u8 +#EXTINF:-1 tvg-id="",Rakuten TV Romance Movies Italy (1080p) +https://3e0f2491d8634a58967529df3f424c0d.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6193/master.m3u8 +#EXTINF:-1 tvg-id="",Rakuten TV Sci-Fi Italy (1080p) +https://sci-fi-rakuten-tv-it.fast.rakuten.tv/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-6430/master.m3u8 +#EXTINF:-1 tvg-id="RakutenTVTopMovies.es@Italy",Rakuten TV Top Movies (1080p) +https://d4a4999341764c67a67e9ec9eb3790ab.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-5984/master.m3u8 +#EXTINF:-1 tvg-id="",Rakuten TV Trailers Italy (1080p) +https://73e5474be2ae422487b18295a9782482.mediatailor.eu-west-1.amazonaws.com/v1/master/0547f18649bd788bec7b67b746e47670f558b6b2/production-LiveChannel-4548/master.m3u8 +#EXTINF:-1 tvg-id="",Risate Dal Sud (720p) +https://ixmedia-srl-risatealsud-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Serially Crime (720p) +https://ixmediasrl-seriallycrime-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Soap Latino (720p) +https://fast-channels-network-soaplatino-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Soap Turco (720p) +https://fast-channels-network-soapturco-1-it.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="Sportitalia.it@SD",Sport Italia (1080p) +https://amg01370-italiansportcom-sportitalia-rakuten-3hmdb.amagi.tv/hls/amagi_hls_data_rakutenAA-sportitalia-rakuten/CDN/master.m3u8 +#EXTINF:-1 tvg-id="",Vevo '90s & '00s Italy (1080p) +https://amg00056-amg00056c12-rakuten-it-3240.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Vevo Pop Italy (1080p) +https://amg00056-amg00056c8-rakuten-it-3239.playouts.now.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Yu-Gi-Oh! Italy +https://amg01796-amg01796c17-rakuten-it-7492.playouts.now.amagi.tv/playlist/amg01796-fastmediafast-yugioh3it-rakutenit/playlist.m3u8 diff --git a/streams/it_samsung.m3u b/streams/it_samsung.m3u index 3c47256aec..490bf9d312 100644 --- a/streams/it_samsung.m3u +++ b/streams/it_samsung.m3u @@ -1,60 +1,22 @@ #EXTM3U -#EXTINF:-1 tvg-id="BBCDrama.uk@Italy",BBC Drama -https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BizzarroMovies.it",Bizzarro Movies -https://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Bloomberg TV+ UHD (2160p) https://bloomberg-bloombergtv-1-it.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="CanaleEuropaTV.it",Canale Europa (720p) -https://canaleeuropa-canaleeuropa-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="CGEntertainment.it",CG Entertainment https://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CinemaSegreto.it",Cinema Segreto -https://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsItalian.fr",Euronews Italiano (720p) -https://rakuten-euronews-3-it.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FailArmy.us@Italy",Failarmy https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Full Moon -https://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Humanity Documentari -https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8 -#EXTINF:-1 tvg-id="ItalianFishingTV.it",Italian Fishing TV -https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="MondoKids.it",Mondo TV Kids -https://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Motor1 TV -https://motorsportnetwork-motor1tv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MuseumTVFrench.fr",Museum TV [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtv-eng-samsungit/playlist.m3u8 #EXTINF:-1 tvg-id="MyZenTV.fr",Myzen TV [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01255-secomcofites-my-myzen-samsungen-samsungit/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleAreAwesome.us",People are Awesome https://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="PlanetaJuniorTV.us@Italy",Planeta Junior -https://deaplaneta-planetakidz-2-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioItaliaTrendTVHD.it",Radio Italia Trend +#EXTINF:-1 tvg-id="RadioItaliaTrendTV.it@HD",Radio Italia Trend https://radioitalia-samsungitaly.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Italy",Rakuten Action Movies -https://rakuten-actionmovies-6-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Italy",Rakuten Comedy Movies -https://rakuten-comedymovies-6-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Italy",Rakuten Drama -https://rakuten-tvshows-6-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Italy",Rakuten Family -https://rakuten-family-6-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVSpotlight.es@Italy",Rakuten Spotlight -https://rakuten-spotlight-6-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Shorts [Geo-blocked] -https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00784-shortsinternati-shortstv-fast-italy-samsungit/playlist.m3u8 -#EXTINF:-1 tvg-id="SofyTV.ch",Sofy TV (720p) -https://sofytv-samsungit.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Sportoutdoor.tv https://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Sportitalia.it",Sports Italia https://sportsitalia-samsungitaly.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Teletubbies.uk",Teletubbies -https://dhx-teletubbies-2-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Televisa Telenovelas https://televisa-televisa-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThePetCollective.us@Italy",The Pet Collective @@ -63,7 +25,3 @@ https://the-pet-collective-international-it.samsung.wurl.tv/playlist.m3u8 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-tracelatinait-samsungit/playlist.m3u8 #EXTINF:-1 tvg-id="TraceUrban.fr",Trace Urban [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01131-tracetv-traceurbanit-samsungit/playlist.m3u8 -#EXTINF:-1 tvg-id="",WP Minerva Pictures -https://minerva-wp-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Yamato Animation -https://yamatovideo-yamatoanimation-1-it.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/jo.m3u b/streams/jo.m3u index 50be17f025..66b3d9d98e 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="AlHakikaTV.jo",Al Haqiqa (576p) https://jmc-live.ercdn.net/alhaqiqa/alhaqiqa.m3u8 -#EXTINF:-1 tvg-id="AlMamlakaTV.jo",Al Mamlaka TV (1080p) -https://bcovlive-a.akamaihd.net/4109c7ba30fd4a44ad9afe917c67a8c8/eu-central-1/6415809151001/playlist.m3u8 +#EXTINF:-1 tvg-id="AlMamlakaTV.jo@SD",Al Mamlaka TV (1080p) +https://bcovlive-a.akamaihd.net/4109c7ba30fd4a44ad9afe917c67a8c8/eu-central-1/6415809151001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="AlerthAlnabawiChannel.jo",Alerth Alnabawi Channel (576p) http://82.212.74.2:8000/live/7307.m3u8 #EXTINF:-1 tvg-id="AlhaqeqaAldawlia.jo",Alhaqeqa Aldawlia (1080p) @@ -53,5 +53,7 @@ https://playlist.fasttvcdn.com/pl/ptllxjd03j6g9oxxjdfapg/roya-kids-originals/pla https://playlist.fasttvcdn.com/pl/toa2uuhhygheuly7xtuqrg/roya-kitchen/playlist.m3u8 #EXTINF:-1 tvg-id="RoyaTV.jo",Roya TV (1080p) [Not 24/7] https://royatv-live.daioncdn.net/royatv/royatv.m3u8 -#EXTINF:-1 tvg-id="RoyaTV.jo",Roya TV (720p) -https://weyyak-live.akamaized.net/weyyak_roya/index.m3u8 +#EXTINF:-1 tvg-id="RoyaKids.jo@SD",Roya Kids +https://playlist.fasttvcdn.com/pl/ptllxjd03j6g9oxxjdfapg/roya-kids/playlist.m3u8 +#EXTINF:-1 tvg-id="JordanSport2.jo",Jordan Sport 2 (1080p) [Geo-blocked] +https://jrtv-live.ercdn.net/learning2/learning2.m3u8 diff --git a/streams/jp.m3u b/streams/jp.m3u index 18d54ce41d..75593397f2 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -14,8 +14,6 @@ https://japaneast.av.mk.io/mediakindcdn-mediakind/b8278d70-0a5f-400c-9b16-c7acf7 https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp",NHK G (Tokyo) (540p) [Not 24/7] https://nhk4.mov3.co/hls/nhk.m3u8 -#EXTINF:-1 tvg-id="JOAKDTV.jp@SD",JOAK-DTV (720p) -http://vthanh.utako.moe/NHK_G/index.m3u8 #EXTINF:-1 tvg-id="NHKKishouSaigai.jp",NHK Kishou Saigai (360p) [Not 24/7] https://newssimul-stream.nhk.jp/hls/live/2010561/nhknewssimul/master.m3u8 #EXTINF:-1 tvg-id="",NHK World News (French Subs) (720p) @@ -36,17 +34,7 @@ https://cdn-live1.qvc.jp/iPhone/1501/1501.m3u8 https://stream3.shopch.jp/HLS/master.m3u8 #EXTINF:-1 tvg-id="Weathernews.jp",Weathernews (720p) https://weather-live-hls01e.akamaized.net/ade36978-4ad3-48de-91ab-7d6edd0b6388/11ed8ed8ca.ism/manifest(format=m3u8-aapl-v3,audio-only=false).m3u8 -#EXTINF:-1 tvg-id="NHKBS.jp",NHK BS (720p) -http://vthanh.utako.moe/NHK_BS/index.m3u8 -#EXTINF:-1 tvg-id="JOEXDTV.jp",JOEX-DTV (720p) -http://vthanh.utako.moe/TV_Asahi/index.m3u8 -#EXTINF:-1 tvg-id="JOAXDTV.jp",JOAX-DTV (720p) -http://vthanh.utako.moe/Nippon_TV/index.m3u8 -#EXTINF:-1 tvg-id="JOABDTV.jp",JOAB-DTV (720p) -http://vthanh.utako.moe/NHK_E/index.m3u8 -#EXTINF:-1 tvg-id="ATX.jp",AT-X (720p) -http://vthanh.utako.moe/AT-X/index.m3u8 -#EXTINF:-1 tvg-id="BS11.jp",BS 11 (720p) -http://vthanh.utako.moe/BS11/index.m3u8 -#EXTINF:-1 tvg-id="TokyoMX1.jp",Tokyo MX1 (720p) -http://vthanh.utako.moe/Tokyo_MX1/index.m3u8 +#EXTINF:-1 tvg-id="NHKWorldJapan.jp@SD",NHK World-Japan +https://cdn4.skygo.mn/live/disk1/NHK_World/HLSv3-FTA/NHK_World.m3u8 +#EXTINF:-1 tvg-id="NHKWorldJapan.jp@SD",NHK World-Japan (720p) +https://nhkworld-tv.akamaized.net/hls/live/2115640/nhkworld-tv/index_1M.m3u8 diff --git a/streams/ke.m3u b/streams/ke.m3u index eebef88ecd..7ea890a2a5 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -75,3 +75,5 @@ https://goliveafrica.media:9998/live/64a26e4dd21a3/index.m3u8 https://goliveafrica.media:9998/live/62580d78ac508/index.m3u8 #EXTINF:-1 tvg-id="YOUNIBMediaTV.ke",YOUNIB Media TV (720p) [Not 24/7] https://goliveafrica.media:9998/live/6257fbe7383d6/index.m3u8 +#EXTINF:-1 tvg-id="MorningCloudTV.ke@SD",Morning Cloud TV +https://viewmedia7219.bozztv.com/wmedia/viewmedia100/web_026/Stream/playlist.m3u8 diff --git a/streams/kh.m3u b/streams/kh.m3u index 7aa78a5e1b..6b75f75943 100644 --- a/streams/kh.m3u +++ b/streams/kh.m3u @@ -60,3 +60,25 @@ https://live.kh.malimarcdn.com/live/tvk.stream/playlist.m3u8 https://live.kh.malimarcdn.com/live/tvk2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="WikiTV.kh",WIKI TV (720p) https://stream.wikitv.asia/live/ngrp:myStream_all/playlist.m3u8 +#EXTINF:-1 tvg-id="PNN.kh",PNN +http://43.252.18.195:5080/live/streams/Pnntv.m3u8 +#EXTINF:-1 tvg-id="CTN.kh",CTN +http://43.252.18.195:5080/live/streams/ctn052025.m3u8 +#EXTINF:-1 tvg-id="FreshNews.kh@SD",Fresh News +http://streaming-android.freshnewsasia.tv:1935/live/ngrp:myStream_all/playlist.m3u8 +#EXTINF:-1 tvg-id="MOITV.kh@SD",MOI TV +http://202.62.56.22:8080/hls/MOITV.m3u8 +#EXTINF:-1 tvg-id="ApsaraTV11.kh@SD",Apsara TV11 +https://live-evg5.tv360.metfone.com.kh/app/stream/playlist.m3u8 +#EXTINF:-1 tvg-id="EACNewsTV.kh@SD",EAC News TV +https://live-evg17.tv360.metfone.com.kh/LiveApp/streams/eacnews.m3u8 +#EXTINF:-1 tvg-id="NTV.kh@SD",NTV +https://live-evg10.tv360.metfone.com.kh/LiveApp/streams/ntvhd.m3u8 +#EXTINF:-1 tvg-id="CTV8HD.kh@SD",CTV8 HD +http://43.252.18.195:5080/live/streams/ctv8.m3u8 +#EXTINF:-1 tvg-id="CNC.kh@SD",CNC +http://43.252.18.195:5080/live/streams/cnctv.m3u8 +#EXTINF:-1 tvg-id="TownTV.kh@SD",Town TV +http://202.79.26.142:80/LiveApp/streams/TownTVHD.m3u8 +#EXTINF:-1 tvg-id="PNN.kh@SD",PNN +https://live-evg13.tv360.metfone.com.kh/live/pnn.m3u8 diff --git a/streams/kr.m3u b/streams/kr.m3u index cbc662588f..328da01f75 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -132,7 +132,7 @@ https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="MBCDrama.kr",MBC Drama (480p) [Geo-blocked] http://mytv.dothome.co.kr/ch/catv/26.php #EXTINF:-1 tvg-id="HLAQDTV.kr",MBC Gangwon (MBC ๊ฐ•์›์˜๋™) (1080p) [Not 24/7] -http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 +http://123.254.93.7:1935/tvlive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="HLCNDTV.kr",MBC Gwangju (๊ด‘์ฃผ MBC) (1080p) [Geo-blocked] [Not 24/7] https://media.kjmbc.co.kr/hls/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="MBCGyeongnamTV.kr",MBC Gyeongnam (๊ฒฝ๋‚จ MBC) (1080p) [Not 24/7] @@ -184,17 +184,15 @@ http://123.140.197.22/stream/1/play.m3u8 #EXTINF:-1 tvg-id="HLDQDTV.kr",SBS JTV (406p) [Not 24/7] http://61.85.197.53:1935/jtv_live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="HLDHDTV.kr",SBS KBC (1080p) [Not 24/7] -http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8 +https://vod.ikbc.co.kr/KBCTV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="HLDGDTV.kr",SBS KNN (1080p) [Not 24/7] https://stream1.knn.co.kr/hls/9ly4534y7dm2xfa123r2_tv/index.m3u8 -#EXTINF:-1 tvg-id="HLDGDTV.kr",SBS KNN (450p) [Not 24/7] -http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="HLDEDTV.kr",SBS TBC (540p) [Geo-blocked] [Not 24/7] http://203.251.91.122:1935/on-air-Backup/tv/playlist.m3u8 #EXTINF:-1 tvg-id="HLDFDTV.kr",SBS TJB (1080p) [Not 24/7] -http://1.245.74.5:1935/live/tv/.m3u8 +http://123.214.216.80:1935/live/tv/playlist.m3u8 #EXTINF:-1 tvg-id="HLDPDTV.kr",SBS UBC (540p) [Not 24/7] -http://59.23.231.102:1935/live/UBCstream/playlist.m3u8 +https://stream.ubc.co.kr/hls/ubctvstream/index.m3u8 #EXTINF:-1 tvg-id="ShinsegaeTVShopping.kr",Shinsegae Shopping TV (720p) https://liveout.catenoid.net/live-02-shinsegaetvshopping/shinsegaetvshopping_720p/playlist.m3u8 #EXTINF:-1 tvg-id="ShoppingNT.kr",Shopping NT (720p) diff --git a/streams/kw.m3u b/streams/kw.m3u index d116327bea..b5f783caf9 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -29,3 +29,5 @@ https://kwtspta.cdn.mangomolo.com/sp/smil:sp.stream.smil/chunklist.m3u8 https://kwtsplta.cdn.mangomolo.com/spl/smil:spl.stream.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="MarinaTV.kw",Marina TV (1080p) https://ffs.gulfsat.com/Marina-TV-HD/index.m3u8 +#EXTINF:-1 tvg-id="Ch4Teen.kw@SD",Ch4Teen +https://ch14.tv/live/ch4teenclip/playlist.m3u8 diff --git a/streams/kz.m3u b/streams/kz.m3u index 1560548548..e016dccb49 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -1,8 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="24KZ.kz",24KZ (720p) [Not 24/7] -http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8 -#EXTINF:-1 tvg-id="24KZ.kz",24KZ (720p) [Not 24/7] -https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AbaiTV.kz",Abai TV (720p) https://abaitv-stream.qazcdn.com/abaitv/abaitv/playlist.m3u8 #EXTINF:-1 tvg-id="AlauTV.kz",Alau TV (576p) @@ -11,8 +7,6 @@ https://otv.wotom.net/alau/stream.m3u8 https://stream.kaztrk.kz/regional/oraltv/index.m3u8 #EXTINF:-1 tvg-id="Aqtobe.kz",Aqtรณbe (576p) https://stream.kaztrk.kz/regional/aktobetv/index.m3u8 -#EXTINF:-1 tvg-id="AtamekenBusiness.kz",Atameken Business (1080p) [Not 24/7] -http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Atyray.kz",Atyraรฝ (720p) https://stream.kaztrk.kz/regional/atyrautv/index.m3u8 #EXTINF:-1 tvg-id="Balapan.kz",Balapan TV @@ -21,10 +15,6 @@ https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 https://stream.kaztrk.kz/regional/pavlodartv/index.m3u8 #EXTINF:-1 tvg-id="Jambyl.kz",Jambyl (360p) [Not 24/7] https://stream.kaztrk.kz/regional/taraztv/index.m3u8 -#EXTINF:-1 tvg-id="JibekJoly.kz",Jibek Joly (1080p) -https://stream.qazcdn.net/jjtv/jjtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Khabar.kz",Khabar -http://120.70.60.179:9901/tsfile/live/1000_1.m3u8?authid=0&key=txiptv&playlive=0 #EXTINF:-1 tvg-id="Kokshe.kz",Kรณkshe (720p) [Not 24/7] https://stream.kaztrk.kz/regional/kokshetautv/index.m3u8 #EXTINF:-1 tvg-id="ManasTV.kg@SD",Manas TV (1080p) @@ -35,7 +25,7 @@ https://stream.kaztrk.kz/regional/mangystautv/index.m3u8 https://stream.kaztrk.kz/regional/shymkenttv/index.m3u8 #EXTINF:-1 tvg-id="Qazaqstan.kz",Qazaqstan TV (720p) [Not 24/7] https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/playlist.m3u8 -#EXTINF:-1 tvg-id="Qazaqstan.kz",Qazaqstan TV International (1080p) +#EXTINF:-1 tvg-id="QazaqstanInternational.kz@SD",Qazaqstan International (1080p) https://qazaqstantv-stream.qazcdn.com/international/international/playlist.m3u8 #EXTINF:-1 tvg-id="QazSport.kz",QazSport (480p) [Geo-blocked] https://qazsporttv-stream.qazcdn.com/qazsporttv/qazsporttv/playlist.m3u8 @@ -49,8 +39,6 @@ https://stream.kaztrk.kz/regional/kyzylordatv/index.m3u8 https://stream.kaztrk.kz/regional/karagandytv/index.m3u8 #EXTINF:-1 tvg-id="Semei.kz",Semeฤฑ (1080p) https://stream.kaztrk.kz/regional/semeytv/index.m3u8 -#EXTINF:-1 tvg-id="AlmatyTV.kz",ะะปะผะฐั‚ั‹ (720p) [Not 24/7] -http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="KTK.kz",ะšะขะš (1080p) [Not 24/7] https://wz-kt.ktk.kz/ktklive/smil:ktk-live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KTK.kz",ะšะขะš (360p) [Not 24/7] @@ -59,7 +47,9 @@ http://89.218.30.37/ktklive/live.hq/playlist.m3u8 https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8 #EXTINF:-1 tvg-id="Novoetelevidenie.kz",ะะพะฒะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต (576p) [Not 24/7] http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ChannelOneEurasia.kz",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป ะ•ะฒั€ะฐะทะธั (720p) -https://1tvkz-stream.daitsuna.net/1tvkz/1tvkz/playlist.m3u8 #EXTINF:-1 tvg-id="MuzzOne.kz",MuzzOne (576p) https://hls.live.31kz.adapto.kz/muzzone/index.m3u8 +#EXTINF:-1 tvg-id="31Kanal.kz",31 Kanal +https://hls.live.31kz.adapto.kz/forward_live_31kz/index.m3u8 +#EXTINF:-1 tvg-id="24KZ.kz",24KZ +https://tvcdn01.oktv.kz/tv/24kz/index.m3u8 diff --git a/streams/lb.m3u b/streams/lb.m3u index 6e599de36d..aae9deaa9d 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -62,3 +62,17 @@ https://suborotv.hibridcdn.net/suborotv/suborotv_abr/playlist.m3u8 https://cdn.catiacast.video/abr/ed8f807e2548db4507d2a6f4ba0c4a06/playlist.m3u8 #EXTINF:-1 tvg-id="VoiceofLebanon.lb",Voice of Lebanon (1080p) https://svs.itworkscdn.net/vdltvlive/vdltv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="PalestineAlYawm.lb",Palestine Al Yawm (720p) +https://live.paltodaytv.com/paltv/live/playlist_sfm4s.m3u8 +#EXTINF:-1 tvg-id="CharityTV.lb@SD",Charity TV +https://652930de05533.streamlock.net/live/ngrp:livestream_all/playlist.m3u8 +#EXTINF:-1 tvg-id="TahaTV.lb@SD",Taha TV +https://media1.livaat.com/static/TAHA_TV/playlist.m3u8 +#EXTINF:-1 tvg-id="UNews.lb@SD",UNews +https://cdn.catiacast.video/abr/9436b5ab3c1171ab04a59af11951292f/playlist.m3u8 +#EXTINF:-1 tvg-id="AlJadeed.lb@SD",Al Jadeed (1080p) +http://185.9.2.18/chid_391/mono.m3u8 +#EXTINF:-1 tvg-id="AlJadeed.lb@SD",Al Jadeed (720p) +https://samaflix.com:12103/channel7/tracks-v2a1/mono.m3u8 +#EXTINF:-1 tvg-id="OTV.lb@SD",OTV +https://fl1002.bozztv.com/ga-otvlebanon/index.m3u8 diff --git a/streams/lk.m3u b/streams/lk.m3u index 8fdf6b524e..e11e2177a1 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -21,3 +21,5 @@ https://222103-hls.akamaized.net/668828a00bf80aa436254876/live_2cdb4ef03c1311efa https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/20a317b0496a4930b375290505e5d628.sdp/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="VerbumTV.lk",Verbum TV (414p) [Not 24/7] https://verbumtv.livebox.co.in/verbumtvhls/live.m3u8 +#EXTINF:-1 tvg-id="HiruTV.lk",Hiru TV +https://dc2.serverse.com:19360/hirutv/hirutv.m3u8 diff --git a/streams/lr.m3u b/streams/lr.m3u index 7452e53aad..08cdb3df21 100644 --- a/streams/lr.m3u +++ b/streams/lr.m3u @@ -1 +1,3 @@ #EXTM3U +#EXTINF:-1 tvg-id="LNTV.lr@SD",LNTV +https://live20.bozztv.com/dvrfl06/astv/astv-libnattv/index.m3u8 diff --git a/streams/lt.m3u b/streams/lt.m3u index 917517610a..59dd1538b7 100644 --- a/streams/lt.m3u +++ b/streams/lt.m3u @@ -9,5 +9,9 @@ https://radijas.lrt.lt/opus/master.m3u8 https://radijas.lrt.lt/radijas/master.m3u8 #EXTINF:-1 tvg-id="M1.lt",M-1 (480p) https://m-1.data.lt/m-1/smil:m-1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PowerHitRadio.lt",Power Hit Radio (720p) [Not 24/7] -https://baltlive.tv3.lt/studija/smil:studija.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="PowerHitRadio.lt",Power Hit Radio (576p) +https://cdnlb.tvplayhome.lt/live/eds/PWR_LTU_Live/GO3_LIVE_HLS/PWR_LTU_Live.m3u8?cdntoken=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NDczNDU2NjEsInBhdGgiOiIvbGl2ZS9lZHMvUFdSX0xUVV9MaXZlL0dPM19MSVZFX0hMUy8iLCJzaXAiOiI3Mi4xMS4xNTcuMTEyIiwiZGV2aWNlX2lkIjoiMCIsInNlc3Npb25faWQiOiIwIiwiY2xpZW50X2lkIjoiMCJ9.oHc5wUgwNPQ-4P7wJy_WvWQh0muFg9Lprhc4STS3cUHi0FI4tAKGdZOOeE-dOhVBHKFUYETmoXSMrrVHOeLC3g +#EXTINF:-1 tvg-id="DelfiTV.lt@SD",Delfi TV +https://s1.dcdn.lt/live/televizija/playlist.m3u8 +#EXTINF:-1 tvg-id="JustTV.lt@SD",Just TV +https://fenixstream2.online/memfs/0ac46a4f-71ea-4bf7-bb62-312df327b6c8.m3u8 diff --git a/streams/lu_samsung.m3u b/streams/lu_samsung.m3u index ece5ed6594..85bdd9aecd 100644 --- a/streams/lu_samsung.m3u +++ b/streams/lu_samsung.m3u @@ -1,9 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricanewsFrench.fr",AfricaNews Franรงais (720p) -https://rakuten-africanews-2-lu.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake (1080p) https://bloomberg-quicktake-1-lu.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV US (1080p) -https://bloomberg-bloomberg-1-lu.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews -https://rakuten-euronews-10-lu.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/lv.m3u b/streams/lv.m3u index df6ba43483..5ab418e836 100644 --- a/streams/lv.m3u +++ b/streams/lv.m3u @@ -24,3 +24,5 @@ https://sirius.greenhosting.ru/PingvinRu/video.m3u8 #EXTINF:-1 tvg-id="Gribuvisuzinat.lv" http-referrer="https://void.greenhosting.ru/",ะฅะพั‡ัƒ ะฒัั‘ ะทะฝะฐั‚ัŒ (576p) #EXTVLCOPT:http-referrer=https://void.greenhosting.ru/ https://void.greenhosting.ru/HochuVjeZnat_Mpeg4/index.m3u8 +#EXTINF:-1 tvg-id="TVXXI.lv",TV XXI +http://31.148.48.15/TV_XXI/index.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index 521e0d8a5a..32e969b2fe 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -12,5 +12,6 @@ https://cdn-globecast.akamaized.net/live/eds/libya_al_watanya/hls_roku/index.m3u https://amsart-live.ercdn.net/salamtv/salamtv.m3u8 #EXTINF:-1 tvg-id="TanasuhTV.ly",Tanasuh TV (1080p) https://tip.stream.tanasuh.tv:4434/live/smil:tanasuhtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="WasatTV.ly",Wasat TV (1080p) +#EXTINF:-1 tvg-id="WasatTV.ly" http-referrer="https://alwasat.ly/",Wasat TV (1080p) +#EXTVLCOPT:http-referrer=https://alwasat.ly/ https://alwasattv.hibridcdn.net/alwasattv/alwasat_abr/playlist.m3u8 diff --git a/streams/ma.m3u b/streams/ma.m3u index 014081ee61..253948ffeb 100644 --- a/streams/ma.m3u +++ b/streams/ma.m3u @@ -1,16 +1,16 @@ #EXTM3U -#EXTINF:-1 tvg-id="",Al Aoula International (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_aloula_w1dqfwm/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="LaayouneTV.ma",Al Aoula Laรขyoune (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_laayoune_pgagr52/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="AlMaghribia.ma",Al Maghribia (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_almaghribia_83tz85q/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Arryadia.ma",Arryadia (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_arryadia_k2tgcj0/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Assadissa.ma",Assadissa (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_assadissa_7b7u5n1/playlist_dvr.m3u8 -#EXTINF:-1 tvg-id="Athaqafia.ma",Athaqafia (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_arrabia_hthcj4p/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="LaayouneTV.ma@SD" http-referrer="https://snrt.player.easybroadcast.io/",Al Aoula Laรขyoune (480p) +#EXTVLCOPT:http-referrer=https://snrt.player.easybroadcast.io/ +https://cdn.live.easybroadcast.io/abr_corp/73_laayoune_pgagr52/corp/73_laayoune_pgagr52_480p/chunks_dvr.m3u8 +#EXTINF:-1 tvg-id="AlMaghribia.ma@SD" http-referrer="https://snrt.player.easybroadcast.io/",Al Maghribia (480p) +#EXTVLCOPT:http-referrer=https://snrt.player.easybroadcast.io/ +https://cdn.live.easybroadcast.io/abr_corp/73_almaghribia_83tz85q/corp/73_almaghribia_83tz85q_480p/chunks_dvr.m3u8 +#EXTINF:-1 tvg-id="Arryadia.ma@SD" http-referrer="https://snrt.player.easybroadcast.io/",Arryadia (480p) +#EXTVLCOPT:http-referrer=https://snrt.player.easybroadcast.io/ +https://cdn.live.easybroadcast.io/abr_corp/73_arryadia_k2tgcj0/corp/73_arryadia_k2tgcj0_480p/chunks_dvr.m3u8 +#EXTINF:-1 tvg-id="Assadissa.ma@SD" http-referrer="https://snrt.player.easybroadcast.io/",Assadissa (480p) +#EXTVLCOPT:http-referrer=https://snrt.player.easybroadcast.io/ +https://cdn.live.easybroadcast.io/abr_corp/73_assadissa_7b7u5n1/corp/73_assadissa_7b7u5n1_480p/chunks_dvr.m3u8 #EXTINF:-1 tvg-id="ChadaTV.ma",Chada TV (720p) https://chadatv.vedge.infomaniak.com/livecast/chadatv/playlist.m3u8 #EXTINF:-1 tvg-id="ChadaTV.ma",Chada TV (720p) @@ -27,5 +27,49 @@ https://streaming2.medi1tv.com/live/smil:medi1ar.smil/playlist.m3u8 https://streaming1.medi1tv.com/live/smil:medi1tv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Medi1TVMaghreb.ma",Medi 1 TV Maghreb (1080p) [Not 24/7] https://streaming2.medi1tv.com/live/smil:medi1tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TamazightTV.ma",Tamazight (480p) -https://cdn.live.easybroadcast.io/abr_corp/73_tamazight_tccybxt/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="2MMonde.ma@SD" http-referrer="https://2m.ma" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0",2M Monde +#EXTVLCOPT:http-referrer=https://2m.ma +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0 +https://cdn-globecast.akamaized.net/live/eds/2m_monde/hls_video_ts_tuhawxpiemz257adfc/2m_monde.m3u8 +#EXTINF:-1 tvg-id="AflamTV.ma@SD",Aflam TV +https://fl1002.bozztv.com/ga-aflamtv7/index.m3u8 +#EXTINF:-1 tvg-id="StoryChannelTV.ma",StoryChannel TV (720p) +https://136044159.r.cdnsun.net/storychannel.m3u8 +#EXTINF:-1 tvg-id="Arryadia.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Arryadia (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_arryadia_k2tgcj0/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="Assadissa.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Assadissa (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_assadissa_7b7u5n1/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="Arryadia.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Arryadia (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_arryadia-tnt_zcmwjdc/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="AlMaghribia.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Al Maghribia (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_almaghribia_83tz85q/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="LaayouneTV.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Laayoune TV (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_laayoune_pgagr52/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="Athaqafia.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Athaqafia (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_arrabia_hthcj4p/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="AlAoula.ma@Inter" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Al Aoula Inter (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_aloula_w1dqfwm/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="TamazightTV.ma@SD" http-referrer="https://snrtlive.ma/" http-user-agent="ExoPlayer",Tamazight TV (480p) +#EXTVLCOPT:http-referrer=https://snrtlive.ma/ +#EXTVLCOPT:http-user-agent=ExoPlayer +https://cdn.live.easybroadcast.io/ts_corp/73_tamazight_tccybxt/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="2MMonde.ma@Plus1",2M Monde +1 (1080p) +https://d2qh3gh0k5vp3v.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-n6pess5lwbghr/2M_ES.m3u8 +#EXTINF:-1 tvg-id="2M.ma@SD",2M +https://fl1002.bozztv.com/ga-2mmaroc-hd/index.m3u8 +#EXTINF:-1 tvg-id="TamazightTV.ma@SD",Tamazight TV +https://fl1002.bozztv.com/ga-tamazight8/index.m3u8 diff --git a/streams/mk.m3u b/streams/mk.m3u index 699f3a9b6b..2021c44207 100644 --- a/streams/mk.m3u +++ b/streams/mk.m3u @@ -79,3 +79,9 @@ https://vipottbpkstream.vip.hr/Content/onevip-hls/Live/Channel(TV_Shenja)/index. https://media2.streambrothers.com:1936/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="TVZdravkin.mk",TV Zdravkin (400p) http://zdravkin.hugo.mk:1935/live/zdravkin/playlist.m3u8 +#EXTINF:-1 tvg-id="MNetSport.mk@SD",M-Net Sport +https://live.mnet.mk/hls/mnet-sport.m3u8 +#EXTINF:-1 tvg-id="MNetInfo.mk@SD",M-Net Info +https://live.mnet.mk/hls/mnet-info.m3u8 +#EXTINF:-1 tvg-id="MNetHD.mk@SD",M-Net HD +https://live.mnet.mk/hls/mnet.m3u8 diff --git a/streams/mn.m3u b/streams/mn.m3u index afcd47c691..a0b5be2955 100644 --- a/streams/mn.m3u +++ b/streams/mn.m3u @@ -1,26 +1,28 @@ #EXTM3U -#EXTINF:-1 tvg-id="BloombergTVMongolia.mn",Bloomberg TV Mongolia HD (1080p) -https://cdn3.skygo.mn/live/disk1/BloombergMon/HLS-FTA/BloombergMon.m3u8 -#EXTINF:-1 tvg-id="C1.mn",C1 (1080p) -https://cdn2.skygo.mn/live/disk1/C1/HLS-FTA/C1.m3u8 -#EXTINF:-1 tvg-id="CentralTV.mn",Central TV (1080p) -https://cdn3.skygo.mn/live/disk1/Ekh_Oron/HLS-FTA/Ekh_Oron.m3u8 -#EXTINF:-1 tvg-id="DreamTV.mn",Dream TV (1080p) -https://cdn3.skygo.mn/live/disk1/Dreambox/HLS-FTA/Dreambox.m3u8 -#EXTINF:-1 tvg-id="EagleNews.mn",Eagle News HD (1080p) -https://cdn2.skygo.mn/live/disk1/Eagle/HLS-FTA/Eagle.m3u8 +#EXTINF:-1 tvg-id="BloombergTVMongolia.mn",Bloomberg TV Mongolia HD (720p) +https://cdn3.skygo.mn/live/disk1/BloombergMon/HLSv3-FTA/BloombergMon.m3u8 +#EXTINF:-1 tvg-id="C1.mn",C1 (720p) +https://cdn2.skygo.mn/live/disk1/C1/HLSv3-FTA/C1.m3u8 +#EXTINF:-1 tvg-id="CentralTV.mn",Central TV (720p) +https://cdn3.skygo.mn/live/disk1/Ekh_Oron/HLSv3-FTA/Ekh_Oron.m3u8 +#EXTINF:-1 tvg-id="DreamTV.mn",Dream TV (720p) +https://cdn3.skygo.mn/live/disk1/Dreambox/HLSv3-FTA/Dreambox.m3u8 +#EXTINF:-1 tvg-id="EagleNews.mn",Eagle News HD (720p) +https://cdn2.skygo.mn/live/disk1/Eagle/HLSv3-FTA/Eagle.m3u8 #EXTINF:-1 tvg-id="",Education (1080p) https://cdn3.skygo.mn/live/disk1/Education/DASH-FTA/Education.mpd #EXTINF:-1 tvg-id="",Education (1080p) https://cdn3.skygo.mn/live/disk1/Education/HLS-FTA/Education.m3u8 -#EXTINF:-1 tvg-id="ETV.mn",ETV (1080p) -https://cdn3.skygo.mn/live/disk1/ETV/HLS-FTA/ETV.m3u8 +#EXTINF:-1 tvg-id="ETV.mn",ETV (720p) +https://cdn3.skygo.mn/live/disk1/ETV/HLSv3-FTA/ETV.m3u8 #EXTINF:-1 tvg-id="TV25.mn",MN25 (1080p) https://cdn2.skygo.mn/live/disk1/MN25/DASH-FTA/MN25.mpd -#EXTINF:-1 tvg-id="TV25.mn",MN25 (1080p) +#EXTINF:-1 tvg-id="TV25.mn",MN25 (720p) https://cdn2.skygo.mn/live/disk1/MN25/HLS-FTA/MN25.m3u8 #EXTINF:-1 tvg-id="MNB.mn",MNB (1080p) https://cdn3.skygo.mn/live/disk1/MNB/DASH-FTA/MNB.mpd +#EXTINF:-1 tvg-id="MNB.mn",MNB (720p) +https://cdn3.skygo.mn/live/disk1/MNB/HLS-FTA/MNB.m3u8 #EXTINF:-1 tvg-id="MNB.mn",MNB (576p) https://live.mnb.mn/hls/mnb.stream.m3u8 #EXTINF:-1 tvg-id="MNBSport.mn",MNB Sport (1080p) @@ -35,29 +37,31 @@ https://live.mnb.mn/hls/mnb_family.stream.m3u8 https://cdn3.skygo.mn/live/disk1/MNB2/DASH-FTA/MNB2.mpd #EXTINF:-1 tvg-id="MNBMongoliinMedee.mn",MNB ะœะพะฝะณะพะปั‹ะฝ ะœัะดัั (576p) https://live.mnb.mn/hls/mn2.stream.m3u8 -#EXTINF:-1 tvg-id="MovieBox.mn",MovieBox (1080p) +#EXTINF:-1 tvg-id="MongolTV.mn",Mongol HD TV (720p) +https://cdn3.skygo.mn/live/disk1/Mongol_HD/HLSv3-FTA/Mongol_HD.m3u8 +#EXTINF:-1 tvg-id="MovieBox.mn",MovieBox (720p) https://cdn3.skygo.mn/live/disk1/Moviebox/HLS-FTA/Moviebox.m3u8 #EXTINF:-1 tvg-id="NTV.mn",NTV (1080p) https://cdn2.skygo.mn/live/disk1/NTVHD/DASH-FTA/NTVHD.mpd -#EXTINF:-1 tvg-id="NTV.mn",NTV (1080p) +#EXTINF:-1 tvg-id="NTV.mn",NTV (720p) https://cdn2.skygo.mn/live/disk1/NTVHD/HLS-FTA/NTVHD.m3u8 -#EXTINF:-1 tvg-id="ONTV.mn",ONTV (1080p) -https://cdn3.skygo.mn/live/disk1/ONTV/HLS-FTA/ONTV.m3u8 -#EXTINF:-1 tvg-id="SBN.mn",SBN (1080p) -https://cdn2.skygo.mn/live/disk1/SBN/HLS-FTA/SBN.m3u8 +#EXTINF:-1 tvg-id="ONTV.mn",ONTV (720p) +https://cdn3.skygo.mn/live/disk1/ONTV/HLSv3-FTA/ONTV.m3u8 +#EXTINF:-1 tvg-id="SBN.mn",SBN (720p) +https://cdn2.skygo.mn/live/disk1/SBN/HLSv3-FTA/SBN.m3u8 #EXTINF:-1 tvg-id="StarTV.mn",Star TV (1080p) https://cdn2.skygo.mn/live/disk1/Star/DASH-FTA/Star.mpd -#EXTINF:-1 tvg-id="StarTV.mn",Star TV (1080p) +#EXTINF:-1 tvg-id="StarTV.mn",Star TV (720p) https://cdn2.skygo.mn/live/disk1/Star/HLS-FTA/Star.m3u8 #EXTINF:-1 tvg-id="TV5.mn",TV5 (1080p) https://10st.vcast.im/MYASIATV/TV5/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5.mn",TV5 (1080p) +#EXTINF:-1 tvg-id="TV5.mn",TV5 (720p) https://cdn2.skygo.mn/live/disk1/TV5HD/HLS-FTA/TV5HD.m3u8 -#EXTINF:-1 tvg-id="TV8.mn",TV8 (1080p) -https://cdn3.skygo.mn/live/disk1/TV8HD/HLS-FTA/TV8HD.m3u8 -#EXTINF:-1 tvg-id="TV9.mn",TV9 (1080p) +#EXTINF:-1 tvg-id="TV8.mn",TV8 (720p) +https://cdn3.skygo.mn/live/disk1/TV8HD/HLSv3-FTA/TV8HD.m3u8 +#EXTINF:-1 tvg-id="TV9.mn",TV9 (720p) https://cdn2.skygo.mn/live/disk1/TV9HD/HLS-FTA/TV9HD.m3u8 #EXTINF:-1 tvg-id="UBS.mn",UBS (1080p) https://cdn3.skygo.mn/live/disk1/UBSHD/DASH-FTA/UBSHD.mpd -#EXTINF:-1 tvg-id="MUONT1.mn",ะœาฎะžะะข-1 HD (1080p) -https://cdn3.skygo.mn/live/disk1/MNB/HLS-FTA/MNB.m3u8 +#EXTINF:-1 tvg-id="UBS.mn",UBS (720p) +https://cdn3.skygo.mn/live/disk1/UBSHD/HLS-FTA/UBSHD.m3u8 diff --git a/streams/mr.m3u b/streams/mr.m3u index 7452e53aad..146eb22447 100644 --- a/streams/mr.m3u +++ b/streams/mr.m3u @@ -1 +1,3 @@ #EXTM3U +#EXTINF:-1 tvg-id="Sahara24.mr",Sahara 24 (1080i) +http://65.108.206.29/sahara24-live/video.m3u8 diff --git a/streams/mu.m3u b/streams/mu.m3u new file mode 100644 index 0000000000..7452e53aad --- /dev/null +++ b/streams/mu.m3u @@ -0,0 +1 @@ +#EXTM3U diff --git a/streams/mx.m3u b/streams/mx.m3u index ebca589b9d..bc97c3b36a 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -288,8 +288,6 @@ https://5ca3e84a76d30.streamlock.net/teleyucatan/videoteleyucatan/playlist.m3u8 https://mdstrm.com/live-stream-playlist/62f2c855f7981b5a5a2d8763.m3u8 #EXTINF:-1 tvg-id="TeleHit.mx",Telehit (1080p) http://45.175.139.194:8000/play/62 -#EXTINF:-1 tvg-id="TelehitMusica.mx",Telehit Musica (1080p) -http://190.60.42.86:8000/play/a02x/index.m3u8 #EXTINF:-1 tvg-id="TelemarCampeche.mx",Telemar Campeche (720p) [Not 24/7] https://5e50264bd6766.streamlock.net/telemarcampeche/videotelemarcampeche/playlist.m3u8 #EXTINF:-1 tvg-id="XEWHTDT.mx",Telemax (XEWH-TDT) (1080p) @@ -392,3 +390,17 @@ https://stream8.mexiserver.com:1936/xtinetwork/xtinetwork/playlist.m3u8 https://cloud.fastchannel.es/mic/manifiest/hls/zaztv/zaztv.m3u8 #EXTINF:-1 tvg-id="UnisonTV.mx",Unison TV (1080p) https://stream.unison.mx/hls/unisontvatem.m3u8 +#EXTINF:-1 tvg-id="SonyChannel.mx",Sony Channel +https://fl3.moveonjoy.com/Sony_Movie_Channel/index.m3u8 +#EXTINF:-1 tvg-id="XHFGLTDT.mx@SD",XHFGL-TDT +https://stream.ontvmx.com/ontv/Wn3jgo4UYNSmwRDIev/playlist.m3u8 +#EXTINF:-1 tvg-id="SQCSCanal4.mx@SD",SQCS Canal 4 +https://video0.rogohosting.com:19360/4982/4982.m3u8 +#EXTINF:-1 tvg-id="15TV.mx@SD",15TV +https://cdn.fastocloud.com/leonel.m3u8 +#EXTINF:-1 tvg-id="MVSTV.mx@SD",MVS TV +https://mvs.daioncdn.net/mvstv/mvstv.m3u8?app=web +#EXTINF:-1 tvg-id="PSN.mx@SD",PSN +https://srspsn.live/live/livestream.m3u8 +#EXTINF:-1 tvg-id="FoxSports.mx@HD",Fox Sports +https://ott.udptv.com/stream/udptv/foxsports/master.m3u8?u=discord.gg/civ3&p=eeaf011ae6d8cdbf0200cc0234f54fdc95d7b5b158d22258efd49d7e36275c7a diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index 6fb49991ac..4af7bed6b4 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -1,21 +1,21 @@ #EXTM3U -#EXTINF:-1 tvg-id="PlutoTVAvidamodernadeRocko.us",Pluto TV A vida moderna de Rocko (720p) +#EXTINF:-1 tvg-id="AvidamodernadeRocko.us",Pluto TV A vida moderna de Rocko (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df6293a12e10007017396/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAndromeda.us",Pluto TV Andrรณmeda (720p) +#EXTINF:-1 tvg-id="Andromeda.us",Pluto TV Andrรณmeda (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc3e061597000768d4ea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimeAccion.us",Pluto TV Animรฉ Acciรณn (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6a4d875d7ccf0007cc2cf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us",Pluto TV Archivos Forenses (720p) +#EXTINF:-1 tvg-id="ArchivosForenses.us",Pluto TV Archivos Forenses (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us",Pluto TV Archivos Forenses (360p) +#EXTINF:-1 tvg-id="ArchivosForenses.us",Pluto TV Archivos Forenses (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVAsesinatosdeMidsomer.us",Pluto TV Asesinatos de Midsomer (720p) +#EXTINF:-1 tvg-id="LosAsesinatosdeMidsomer.us",Pluto TV Asesinatos de Midsomer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca8310a30e00074fab92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAventura.us",Pluto TV Aventura (720p) 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="PlutoTVBobEsponja.us",Pluto TV Bob Esponja (720p) +#EXTINF:-1 tvg-id="BobEsponja.us",Pluto TV Bob Esponja (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca0b4e448e00075e7c5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBobEsponja.us",Pluto TV Bob Esponja Plus (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BobEsponja.us",Pluto TV Bob Esponja Plus (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd87d882574170007fac022/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCiencia.us",Pluto TV Ciencia (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd8364ea1d6780009929902/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -27,19 +27,19 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96dad1652631e36 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96dad1652631e36d43320/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCompetencias.us",Pluto TV Competencias (720p) 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="PlutoTVCurroJimenez.us",Pluto TV Curro Jimรฉnez (720p) +#EXTINF:-1 tvg-id="CurroJimenez.us",Pluto TV Curro Jimรฉnez (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acd36779de70007a680d1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDeportes.us",Pluto TV Deportes (720p) 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="PlutoTVDogelcazarrecompensas.us",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9992c685a2a80007fa414a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVElConquistadordelFin.us",Pluto TV El Conquistador del Fin (720p) +#EXTINF:-1 tvg-id="ElConquistadordelFin.us",Pluto TV El Conquistador del Fin (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f280149cec6be00072ab1fc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVElEncantadordePerros.us",Pluto TV El Encantador de Perros (720p) +#EXTINF:-1 tvg-id="Elencantadordeperros.us",Pluto TV El Encantador de Perros (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60e45687313c5f0007bc8e94/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVElReinoInfantil.us",Pluto TV El Reino Infantil (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3d06fb60d8000781fce8/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVEmpenosalobestia.us",Pluto TV Empeรฑos a lo bestia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Empenosalobestia.us",Pluto TV Empeรฑos a lo bestia (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f23102d5e239d00074b092a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="",Pluto TV EN DIRECTO EN VIVO (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61 @@ -53,15 +53,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3696d938c90007 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="PlutoTVKenanyKel.us",Pluto TV Kenan y Kel (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fcea93ffcf94500071c4b2f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVLaChicaInvisible.us",Pluto TV La Chica Invisible (720p) +#EXTINF:-1 tvg-id="LaChicaInvisible.us",Pluto TV La Chica Invisible (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abe3ffcd659000770d88d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLasPistasdeBlue.us",Pluto TV Las Pistas de Blue (360p) 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="PlutoTVLasreglasdeljuego.us",Pluto TV Las reglas del juego (720p) +#EXTINF:-1 tvg-id="Lasreglasdeljuego.us",Pluto TV Las reglas del juego (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acb4eebe0f0000767b40f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us",Pluto TV Los archivos del FBI (720p) +#EXTINF:-1 tvg-id="LosarchivosdelFBI.us",Pluto TV Los archivos del FBI (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us",Pluto TV Los archivos del FBI (720p) +#EXTINF:-1 tvg-id="LosarchivosdelFBI.us",Pluto TV Los archivos del FBI (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us",Pluto TV Los nuevos detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -77,7 +77,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46e64dc73db40009 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="PlutoTVMisteriosMedicos.us",Pluto TV Misterios Medicos (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f230e416b68ff00075b0139/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVMisteriossinResolver.us",Pluto TV Misterios sin Resolver (480p) +#EXTINF:-1 tvg-id="Misteriossinresolver.us",Pluto TV Misterios sin Resolver (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f610042272f68000867685b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="",Pluto TV MTV (Mexico) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fab088b3279760007d4e4fd/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -87,13 +87,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98537a5 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96d351652631e36d4331f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96d351652631e36d4331f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=965&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVLatino.us",Pluto TV MTV Latino (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96d351652631e36d4331f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMTVTattooADos.us",Pluto TV MTV Tattoo A Dos (720p) +#EXTINF:-1 tvg-id="MTVTattooados.us",Pluto TV MTV Tattoo A Dos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/611b87946b7f420007c22361/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMundo.us",Pluto TV Mundo (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d103f031154a4172d262b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=959&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMundo.us",Pluto TV Mundo (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMutanteX.us",Pluto TV Mutante X (720p) +#EXTINF:-1 tvg-id="MutanteX.us",Pluto TV Mutante X (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc91cc9e1b000711ff21/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d10ce06a9665fe54bf74a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=962&terminate=false&userId= @@ -107,9 +107,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7c348520b40009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelas.us",Pluto TV Novelas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us",Pluto TV Novelas Drama (720p) +#EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us",Pluto TV Novelas Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us",Pluto TV Novelas Drama (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us",Pluto TV Novelas Drama (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us",Pluto TV Novelas Dramas (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY @@ -143,13 +143,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d11baeb31c5a43b https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTelefeClasico.us",Pluto TV Telefe Clรกsico (720p) 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="PlutoTVTelemundoTelenovelas.us",Pluto TV Telemundo Telenovelas (720p) +#EXTINF:-1 tvg-id="",Pluto TV Telemundo Telenovelas (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96cc422df39f1a338d165/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTelemundoTelenovelas.us",Pluto TV Telemundo Telenovelas (480p) +#EXTINF:-1 tvg-id="",Pluto TV Telemundo Telenovelas (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96cc422df39f1a338d165/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96cc422df39f1a338d165&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=940&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVTurmadaMonica.us",Pluto TV Turma da Mรดnica (720p) +#EXTINF:-1 tvg-id="TurmadaMonica.us",Pluto TV Turma da Mรดnica (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f997e44949bc70007a6941e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVVayasemanita.us",Pluto TV Vaya semanita (720p) +#EXTINF:-1 tvg-id="Vayasemanita.us",Pluto TV Vaya semanita (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f28009b150b2500077766b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVelocidad.us",Pluto TV Velocidadโ€‹ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dc7480e3550009133d4a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= diff --git a/streams/mx_samsung.m3u b/streams/mx_samsung.m3u index 6e1623182c..28e01a9e8a 100644 --- a/streams/mx_samsung.m3u +++ b/streams/mx_samsung.m3u @@ -1,11 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV US (1080p) https://bloomberg-bloomberg-5-mx.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews en Espaรฑol (720p) -https://euronews-euronews-spanish-2-mx.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder (720p) -https://inwonder-samsungmexico.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MyTimeMovieNetwork.mx",MyTime Movie Network Mexico (720p) https://appletree-mytime-samsungmexico.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TastemadeenEspanol.us",Tastemade en Espaรฑol (1080p) -https://tastemadees16intl-samsungmexico.amagi.tv/playlist.m3u8 diff --git a/streams/my.m3u b/streams/my.m3u index 506f1427e8..ccd879c704 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -14,8 +14,6 @@ http://210.210.155.37/dr9445/h/h04/index.m3u8 http://210.210.155.35/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="eGGNetwork.my",Egg Network (720p) http://210.210.155.37/uq2663/h/h22/index.m3u8 -#EXTINF:-1 tvg-id="MaahTV.my",Maah TV (720p) [Not 24/7] -https://hls.maahtv.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="NTV7.my",NTV7 https://tonton-live-switch-ssar.akamaized.net/stream-ntv7/master.m3u8?bpkio_serviceid=6c0958d82a830a02ca0936d9cfab8311 #EXTINF:-1 tvg-id="Okey.my" http-referrer="https://rtm-player.glueapi.io/",Okey [Geo-blocked] @@ -58,3 +56,15 @@ https://live.mana2.my/Tv2/index.m3u8?auth_key=1745177833-e4f0090e3d3b4ed1b2b4f5d https://live.mana2.my/SelangorTv/index.m3u8?auth_key=1745177902-0210d7bbc24749879b1c370bfbd2b512-0-1a02652c616fd55ef43edbcf07d9c7dd&token=1745177902-0210d7bbc24749879b1c370bfbd2b512-0-1a02652c616fd55ef43edbcf07d9c7dd #EXTINF:-1 tvg-id="TV1.my",TV1 (1080p) https://live.mana2.my/Tv1/index.m3u8?auth_key=1745177809-03fbff3dfc194161829ff0dbf94a205a-0-c6dcdd3499b8b5488b7de0f6613b8047&token=1745177809-03fbff3dfc194161829ff0dbf94a205a-0-c6dcdd3499b8b5488b7de0f6613b8047 +#EXTINF:-1 tvg-id="MaahTV.my",Maah TV (720p) +https://hls.maahtv.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="8TV.my@SD",8TV +https://cdn6.163189.xyz/live/8tv/stream.m3u8 +#EXTINF:-1 tvg-id="AstroVaanavil.my@SD",Astro Vaanavil +https://live20.bozztv.com/akamaissh101/ssh101/sungo545/playlist.m3u8 +#EXTINF:-1 tvg-id="AstroBoxOfficeThangathirai.my",Astro Box Office Thangathirai (720p) +https://live20.bozztv.com/akamaissh101/ssh101/sungo546/playlist.m3u8 +#EXTINF:-1 tvg-id="AstroVaanavil.my@SD",Astro Vaanavil +https://live20.bozztv.com/akamaissh101/ssh101/sungo543/playlist.m3u8 +#EXTINF:-1 tvg-id="AstroVinmeen.my@SD",Astro Vinmeen +https://live20.bozztv.com/akamaissh101/ssh101/sungo544/playlist.m3u8 diff --git a/streams/ne.m3u b/streams/ne.m3u index 7470bf4b04..6adc6735b6 100644 --- a/streams/ne.m3u +++ b/streams/ne.m3u @@ -1,3 +1,9 @@ #EXTM3U #EXTINF:-1 tvg-id="TeleSahel.ne",Tรฉlรฉ Sahel (576p) http://69.64.57.208/telesahel/playlist.m3u8 +#EXTINF:-1 tvg-id="DouniaTV.ne@SD",Dounia TV +https://live20.bozztv.com/dvrfl06/astv/astv-douniatv/index.m3u8 +#EXTINF:-1 tvg-id="SaraouniaTV.ne@SD",Saraounia TV +https://live20.bozztv.com/dvrfl06/astv/astv-saraouna/index.m3u8 +#EXTINF:-1 tvg-id="Canal3Monde.ne@SD",Canal 3 Monde +https://live20.bozztv.com/dvrfl06/astv/astv-canal3benin1/index.m3u8 diff --git a/streams/ng.m3u b/streams/ng.m3u index 120d5e21f2..d0d3e841cf 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -61,8 +61,6 @@ https://j78dp6reyq5r-hls-live.5centscdn.com/kview/5c6d78cffa59e129f040fcec2d7885 https://cdnstack.internetmultimediaonline.org/auxano/Cespain/index.m3u8 #EXTINF:-1 tvg-id="LoveWorldItalia.ng",LoveWorld Italia (1080p) https://cdnstack.internetmultimediaonline.org/auxano/italianlanx/index.m3u8 -#EXTINF:-1 tvg-id="LoveWorldPersia.ng",LoveWorld Persia (480p) -https://cdn3.wowza.com/5/aVJETlF0UFdmYTFu/LWPP/ngrp:persia.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="LoveworldXP.ng",LoveWorld XP (480p) https://bus-asia-east-1-cimzmgnuu-cdn.sa.metacdn.com/live/ngrp:livestream2022_main_all_transcode/playlist.m3u8 #EXTINF:-1 tvg-id="MastersTV.ng",Master's TV (720p) @@ -121,3 +119,15 @@ https://mn-nl.mncdn.com/wholewordtv/wholewordtv/index.m3u8 https://live.approvaltv.com/approvaltv/index.m3u8 #EXTINF:-1 tvg-id="TVCNews.ng",TVC News http://69.64.57.208/tvcnews/playlist.m3u8 +#EXTINF:-1 tvg-id="AMusicChannel.ng@SD",AMusic Channel +https://viewmedia7219.bozztv.com/wmedia/viewmedia100/web_021/Stream/playlist.m3u8 +#EXTINF:-1 tvg-id="NewsCentral.ng@SD",News Central +https://wf.newscentral.ng:8443/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ChosenTVEnglish.ng@SD",Chosen TV English +https://live20.bozztv.com/dvrfl06/astv/astv-chosentv/index.m3u8 +#EXTINF:-1 tvg-id="Channels24.ng@SD",Channels 24 +https://live20.bozztv.com/dvrfl06/astv/astv-channel24africa/index.m3u8 +#EXTINF:-1 tvg-id="EmmanuelTV.ng@SD",Emmanuel TV +https://live20.bozztv.com/dvrfl06/astv/astv-emmanuel/index.m3u8 +#EXTINF:-1 tvg-id="LoveWorldPersia.ng",LoveWorld Persia (720p) +https://cdn3.wowza.com/5/aVJETlF0UFdmYTFu/LWPP/ngrp:persia.stream_all/playlist.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index 9cb76669b2..deb39a063c 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -1,14 +1,12 @@ #EXTM3U #EXTINF:-1 tvg-id="1AlmereTV.nl",1Almere TV (720p) https://d3472rjicrodic.cloudfront.net/nlpo/clr-nlpo/709d5260/index.m3u8 -#EXTINF:-1 tvg-id="1TwenteTV.nl",1Twente TV (1080p) -https://ms2.mx-cd.net/dtv-10/198-989148/1Twente_TV.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="1TwenteTV.nl@SD",1Twente TV (1080p) +https://ms7.mx-cd.net/dtv-11/198-989148/1Twente_TV.smil/chunklist_w954512639_b4292608_slNLD.m3u8 #EXTINF:-1 tvg-id="A1TV.nl",A1 TV (1080p) [Not 24/7] https://stream.a1mediagroep.nl/hls/a1tv.m3u8 #EXTINF:-1 tvg-id="A1TV.nl",A1 TV (1080p) [Not 24/7] https://www.a1mediagroep.nl/hls/a1tv.m3u8 -#EXTINF:-1 tvg-id="AAVISIE.nl",AAVISIE (720p) -https://d1wgur45ikj8gz.cloudfront.net/nlpo/clr-nlpo/aavisietv/index.m3u8 #EXTINF:-1 tvg-id="AltenaTV.nl",Altena TV (720p) https://dnx1f4sl30ba2.cloudfront.net/nlpo/clr-nlpo/altenatv/index.m3u8 #EXTINF:-1 tvg-id="AssenTV.nl",Assen TV (720p) @@ -21,8 +19,8 @@ https://tv.beatfm.nl/live.m3u8 https://bnr-cache-cdp.triple-it.nl/studio/index.m3u8 #EXTINF:-1 tvg-id="BR6TV.nl",BR6 TV (720p) https://58c04fb1d143f.streamlock.net/slob/slob/playlist.m3u8 -#EXTINF:-1 tvg-id="BredaNuTV.nl",BredaNu TV (720p) -https://rtmp.bredanu.nl/live/tv.m3u8 +#EXTINF:-1 tvg-id="BredaNuTV.nl@SD",BredaNu TV (1080p) +https://01.tv.streaming.bredanu.nl/hls/stream.m3u8 #EXTINF:-1 tvg-id="DeepHouseDistrict.nl",DeepHouse District (1080p) https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8 #EXTINF:-1 tvg-id="DenHaagTV.nl",Den Haag TV (1080p) [Not 24/7] @@ -43,10 +41,6 @@ https://streamingserver02.omroepnuenen.nl/spakenburg/spakenburglive_720p/playlis https://58c04fb1d143f.streamlock.net/feel_good_radio_1/feel_good_radio_1/playlist.m3u8 #EXTINF:-1 tvg-id="GigantFM.nl",Gigant FM (720p) https://video.uitzending.tv:19360/gigantfm/gigantfm.m3u8 -#EXTINF:-1 tvg-id="GORTV.nl",GO-RTV (720p) -http://593aed234297b.streamlock.net:1935/gotvsjoerd/gotvsjoerd/playlist.m3u8 -#EXTINF:-1 tvg-id="GOTV.nl",GO-TV (720p) -https://593aed234297b.streamlock.net/gotvsjoerd/gotvsjoerd/playlist.m3u8 #EXTINF:-1 tvg-id="Haarlem105TV.nl",Haarlem105 RTV (720p) https://d2qm50imcbcfqx.cloudfront.net/nlpo/clr-nlpo/haarlem105/index.m3u8 #EXTINF:-1 tvg-id="HTRTV.nl",HTR TV (720p) @@ -73,8 +67,8 @@ https://ms7.mx-cd.net/tv/238-2061506/Omroep_LEO_TV.smil/playlist.m3u8 https://ms7.mx-cd.net/dtv-09/246-2090022/Linq_Media_TV.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LOETV.nl",LOE TV (720p) https://58c04fb1d143f.streamlock.net/loemedia/loemedia/playlist.m3u8 -#EXTINF:-1 tvg-id="LONTV.nl",LON TV (Lokale Omroep Nuenen) (720p) -https://streamingserver02.omroepnuenen.nl/lon/lonweb_720p/playlist.m3u8 +#EXTINF:-1 tvg-id="LONTV.nl@SD",LON TV (720p) +https://streamingserver02.omroepnuenen.nl/lon/lonweb/chunklist_w1463772894.m3u8 #EXTINF:-1 tvg-id="LokaleOmroepZeewolde.nl",LOZ (Lokale Omroep Zeewolde) (720p) https://5e2b3e3114872.streamlock.net:1443/lozlive/smil:lozlive/playlist.m3u8 #EXTINF:-1 tvg-id="MagicPowerRadio.nl",Magic PowerRadio (288p) [Not 24/7] @@ -254,6 +248,8 @@ https://live.salto.nl/hls/malive_high.m3u8 https://server-67.stream-server.nl:1936/Samen1TV/Samen1TV/playlist.m3u8 #EXTINF:-1 tvg-id="SirisTV.nl",Siris TV (720p) https://cdn.streammy.events/siris/playout/playlist.m3u8 +#EXTINF:-1 tvg-id="SleutelstadTV.nl",Sleutelstad TV (720p) +https://samson.streamerr.co:8081/sleutelstad/index.m3u8 #EXTINF:-1 tvg-id="SlotstadTV.nl",Slotstad TV (720p) https://d3eq9mufmyqgh4.cloudfront.net/nlpo/clr-nlpo/slotstadtv/index.m3u8 #EXTINF:-1 tvg-id="SOL2.nl",SOL 2 (1080p) @@ -274,40 +270,38 @@ https://stream.studiorhedenlive.nl/hlstv/stream.m3u8 http://cdn22.streampartner.nl/tvellef/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVEllef.nl",TV Ellef (540p) [Not 24/7] https://61ae39677a1ab.streamlock.net/tvellef/tvellef/playlist.m3u8 -#EXTINF:-1 tvg-id="TweedeKamerActualiteitenkanaal.nl",Tweede Kamer: Actualiteitenkanaal (720p) [Not 24/7] -https://livestream.tweedekamer.nl/live/evenementenkanaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live -#EXTINF:-1 tvg-id="TweedeKamerAlettaJacobszaal.nl",Tweede Kamer: Aletta Jacobszaal (1080p) [Not 24/7] -https://livestreaming.b67.tweedekamer.nl/live/alettajacobszaal/2000/prog_index.m3u8 +#EXTINF:-1 tvg-id="TweedeKamerActualiteitenkanaal.nl@SD",Tweede Kamer: Actualiteitenkanaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/evenementenkanaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerAlettaJacobszaal.nl@SD",Tweede Kamer: Aletta Jacobszaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/alettajacobszaal/index.m3u8?hd=1&subtitles=live&keyframes=1 #EXTINF:-1 tvg-id="TweedeKamerAlettaJacobszaal.nl",Tweede Kamer: Aletta Jacobszaal (720p) [Not 24/7] https://livestream.tweedekamer.nl/live/aletta_jacobszaal/index.m3u8?hd=1&subtitles=1 -#EXTINF:-1 tvg-id="TweedeKamerGroenvanPrinstererzaal.nl",Tweede Kamer: Groen van Prinstererzaal (720p) [Not 24/7] -https://livestream.tweedekamer.nl/live/groen_van_prinstererzaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live -#EXTINF:-1 tvg-id="TweedeKamerKlompezaal.nl",Tweede Kamer: Klompรฉzaal (1080p) [Not 24/7] -https://livestreaming.b67.tweedekamer.nl/live/klompezaal/300/prog_index.m3u8 -#EXTINF:-1 tvg-id="TweedeKamerMaxvanderStoelzaal.nl",Tweede Kamer: Max van der Stoelzaal (1080p) [Not 24/7] -https://livestreaming.b67.tweedekamer.nl/live/maxvanderstoelzaal/567/prog_index.m3u8 -#EXTINF:-1 tvg-id="TweedeKamerPlenairezaal.nl",Tweede Kamer: Plenaire zaal (1080p) [Not 24/7] -https://livestreaming.b67bu.tweedekamer.nl/live/plenairezaal/4000/prog_index.m3u8 +#EXTINF:-1 tvg-id="TweedeKamerGroenvanPrinstererzaal.nl@SD",Tweede Kamer: Groen van Prinstererzaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/groenvanprinstererzaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerKlompezaal.nl@SD",Tweede Kamer: Klompezaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/klompezaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerMaxvanderStoelzaal.nl@SD",Tweede Kamer: Max van der Stoelzaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/maxvanderstoelzaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerPlenairezaal.nl@SD",Tweede Kamer: Plenaire zaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/plenairezaal/index.m3u8?hd=1&subtitles=live&keyframes=1 #EXTINF:-1 tvg-id="TweedeKamerPlenairezaal.nl",Tweede Kamer: Plenaire zaal (720p) [Not 24/7] https://livestream.tweedekamer.nl/live/plenaire_zaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live -#EXTINF:-1 tvg-id="TweedeKamerSuzeGroenewegzaal.nl",Tweede Kamer: Suze Groenewegzaal (720p) [Not 24/7] -https://livestream.tweedekamer.nl/live/suze_groenewegzaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live -#EXTINF:-1 tvg-id="TweedeKamerThorbeckezaal.nl",Tweede Kamer: Thorbeckezaal (1080p) [Not 24/7] -https://livestreaming.b67.tweedekamer.nl/live/thorbeckezaal/571/prog_index.m3u8 +#EXTINF:-1 tvg-id="TweedeKamerSuzeGroenewegzaal.nl@SD",Tweede Kamer: Suze Groenewegzaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/suzegroenewegzaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerThorbeckezaal.nl@SD",Tweede Kamer: Thorbeckezaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/thorbeckezaal/index.m3u8?hd=1&subtitles=live&keyframes=1 #EXTINF:-1 tvg-id="TweedeKamerThorbeckezaal.nl",Tweede Kamer: Thorbeckezaal (720p) [Not 24/7] https://livestream.tweedekamer.nl/live/thorbeckezaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live #EXTINF:-1 tvg-id="TweedeKamerTilanuskamer.nl",Tweede Kamer: Tilanuskamer (1080p) [Not 24/7] https://livestream.tweedekamer.nl/live/tilanuskamer/73/prog_index.m3u8 #EXTINF:-1 tvg-id="TweedeKamerTilanuskamer.nl",Tweede Kamer: Tilanuskamer (720p) [Not 24/7] https://livestream.tweedekamer.nl/live/tilanuskamer/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live -#EXTINF:-1 tvg-id="TweedeKamerTroelstrazaal.nl",Tweede Kamer: Troelstrazaal (1080p) [Not 24/7] -https://livestreaming.b67.tweedekamer.nl/live/troelstrazaal/567/prog_index.m3u8 -#EXTINF:-1 tvg-id="TweedeKamerVondelingkamer.nl",Tweede Kamer: Vondelingkamer (1080p) [Not 24/7] -https://livestream.tweedekamer.nl/live/vondelingkamer/300/prog_index.m3u8 -#EXTINF:-1 tvg-id="TweedeKamerWttewaallvanStoetwegenzaal.nl",Tweede Kamer: Wttewaall van Stoetwegenzaal (720p) [Not 24/7] -https://livestream.tweedekamer.nl/live/wttewaall_van_stoetwegenzaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live -#EXTINF:-1 tvg-id="TweedeKamerEnquetezaal.nl",Tweede Kamer:Enquรชtezaal (720p) [Not 24/7] -https://livestream.tweedekamer.nl/live/enquetezaal/index.m3u8?hd=1&sourcetimestamps=1&subtitles=live +#EXTINF:-1 tvg-id="TweedeKamerTroelstrazaal.nl@SD",Tweede Kamer: Troelstrazaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/troelstrazaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerWttewaallvanStoetwegenzaal.nl@SD",Tweede Kamer: Wttewaall van Stoetwegenzaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/wttewaallvanstoetwegenzaal/index.m3u8?hd=1&subtitles=live&keyframes=1 +#EXTINF:-1 tvg-id="TweedeKamerEnquetezaal.nl@SD",Tweede Kamer: Enquetezaal (1080p) [Not 24/7] +https://livestreaming.b67buv2.tweedekamer.nl/live/enquetezaal/index.m3u8?hd=1&subtitles=live&keyframes=1 #EXTINF:-1 tvg-id="TynaarloLokaalTV.nl",Tynaarlo Lokaal TV (1080p) https://wowza2.videostreamingwowza.com/eeldevrieszuidlaren/eeldevrieszuidlaren/playlist.m3u8 #EXTINF:-1 tvg-id="UStad.nl",UStad (1080p) @@ -340,3 +334,5 @@ http://190.2.148.141:8080/bar7657/index.m3u8 https://zfmzoetermeer.nl/live/master.m3u8 #EXTINF:-1 tvg-id="ZO34.nl",ZO!34 (720p) https://video.uitzending.tv:19360/zo34/zo34.m3u8 +#EXTINF:-1 tvg-id="BVN.nl@SD",BVN +http://trn03.bozztv.com/gin-bvntv/index.m3u8 diff --git a/streams/nl_samsung.m3u b/streams/nl_samsung.m3u index 64842445c6..c9ce46d672 100644 --- a/streams/nl_samsung.m3u +++ b/streams/nl_samsung.m3u @@ -7,14 +7,10 @@ https://bloomberg-quicktake-1-nl.samsung.wurl.tv/playlist.m3u8 https://bloomberg-bloombergtv-3-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="DiscoverFilm.uk",DiscoverFilm https://discoverfilm-discoverfilm-1-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) -https://rakuten-euronews-1-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="FailArmy.us",Failarmy International https://failarmy-international-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVEurope.fr",Fashion TV https://fashiontv-fashiontv-5-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Filmstream.nl",Filmstream -https://spi-filmstream-1-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="GoUSATV.us",Go USA TV https://brandusa-gousa-1-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="KevinHartsLOLNetwork.us",LOL! Network @@ -25,28 +21,10 @@ https://odmedia-mojitv-1-nl.samsung.wurl.tv/playlist.m3u8 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtv-eng-samsungnl/playlist.m3u8 #EXTINF:-1 tvg-id="",MYZen Fit [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01255-secomcofites-my-myzen-samsungen-samsungnl/playlist.m3u8 -#EXTINF:-1 tvg-id="",Radical Docs -https://quintus-radicaldocs-1-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Netherlands",Rakuten Action -https://rakuten-action-8-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Netherlands",Rakuten Comedy -https://rakuten-comedy-8-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Netherlands",Rakuten Drama -https://rakuten-drama-8-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Netherlands",Rakuten Family -https://rakuten-family-8-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVRakutenStories.es@Netherlands",Rakuten Stories -https://rakuten-spotlight-8-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ReutersTV.us",Reuters Now -https://reuters-reutersnow-1-nl.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SofyTV.ch",Sofy TV -https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00535-largofilmsltdli-sofytvnl-samsungnl/playlist.m3u8 #EXTINF:-1 tvg-id="StrongmanChampionsLeague.pl@SD",Strongman Champions League https://rightsboosterltd-scl-1-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TennisChannel.us",Tennis Channel https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01444-tennischannelth-tennischannelnl-samsungnl/playlist.m3u8 -#EXTINF:-1 tvg-id="TheGuardian.uk",The Guardian -https://rakuten-guardian-1-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThePetCollective.us",The Pet Collective https://the-pet-collective-international-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Waterbear @@ -55,7 +33,5 @@ https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01415-waterbearnetwor-waterbear-sam https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00353-lionsgatestudio-wickedtunanl-samsungnl/playlist.m3u8 #EXTINF:-1 tvg-id="WildEarth.uk",WildEarth [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01290-wildearthmediap-wildearth-samsungnl/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us",World Poker Tour -https://wpt-theworldpokertour-1-nl.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="XploreTV.us",Xplore https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00111-hearstmediaprod-xploreintlnl-samsungnl/playlist.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index 2ac60eb4b3..3d97345aae 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -27,3 +27,6 @@ https://ws31-hls-live.akamaized.net/out/u/1416253.m3u8 https://cdn010.panaccess.com/5677_streams/TVMODUM/index.m3u8 #EXTINF:-1 tvg-id="TVOstfold.no",TV ร˜stfold (1080p) https://streamnorge.com:8088/hls/tvo.m3u8 +#EXTINF:-1 tvg-id="SunnmoreLIVE.no@SD" http-referrer="https%3A%2F%2Fslive.no%2F",Sunnmore LIVE +#EXTVLCOPT:http-referrer=https%3A%2F%2Fslive.no%2F +https://live03.delivery.twentythree.com/live/amlst:ids06jcunt260s3olais9ck283:68173018-4011529d07c63c7759cd.mp4/playlist.m3u8?referer=https%3A%2F%2Fslive.no%2F&uuid=cbe9a779-6917-09f8-8f17-7a011ce0b34c diff --git a/streams/no_samsung.m3u b/streams/no_samsung.m3u index 99616a41eb..9ea861b7dd 100644 --- a/streams/no_samsung.m3u +++ b/streams/no_samsung.m3u @@ -1,9 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricanewsEnglish.fr",AfricaNews English (720p) -https://rakuten-africanews-1-no.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake (1080p) https://bloomberg-quicktake-1-no.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV US (1080p) -https://bloomberg-bloomberg-1-no.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) -https://rakuten-euronews-1-no.samsung.wurl.tv/manifest/playlist.m3u8 diff --git a/streams/nz.m3u b/streams/nz.m3u index 7cc8b0ed25..5328b7d877 100644 --- a/streams/nz.m3u +++ b/streams/nz.m3u @@ -33,3 +33,11 @@ https://stream.wairarapatv.co.nz/Broadband_High/playlist.m3u8 https://stream.wairarapatv.co.nz/Cellular_High/playlist.m3u8 #EXTINF:-1 tvg-id="WhakaataMaori.nz",Whakaata Maori https://i.mjh.nz/.r/maori-tv.m3u8 +#EXTINF:-1 tvg-id="SkyOpen.nz@SD",Sky Open +https://tv.wyatts-server.com/stream/channelid/1977627680?auth=Lo47lPuhjUwYZIPv+NymH3qAyhMe1svINVM4Kac2fvA=&profile=pass +#EXTINF:-1 tvg-id="TVNZDUKE.nz@SD",TVNZ DUKE +https://tv.wyatts-server.com/stream/channelid/1236662026?auth=Lo47lPuhjUwYZIPv+NymH3qAyhMe1svINVM4Kac2fvA=&profile=pass +#EXTINF:-1 tvg-id="TVNZ2.nz@SD",TVNZ 2 +https://tv.wyatts-server.com/stream/channelid/255759550?auth=Lo47lPuhjUwYZIPv+NymH3qAyhMe1svINVM4Kac2fvA=&profile=pass +#EXTINF:-1 tvg-id="TVNZ1.nz@SD",TVNZ 1 +https://tv.wyatts-server.com/stream/channelid/1534554920?auth=Lo47lPuhjUwYZIPv+NymH3qAyhMe1svINVM4Kac2fvA=&profile=pass diff --git a/streams/nz_samsung.m3u b/streams/nz_samsung.m3u index f579a38c52..0328a1974e 100644 --- a/streams/nz_samsung.m3u +++ b/streams/nz_samsung.m3u @@ -1,40 +1,26 @@ #EXTM3U #EXTINF:-1 tvg-id="",Action Hollywood Movies https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-actionhollywood-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="AusbizTV.au",Ausbiz TV -https://ausbiztv-ausbiz-1-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake https://bloomberg-quicktake-4-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV https://bloomberg-bloomberg-2-nz.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Bounty -https://bountyfilms-bounty-1-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",CineView https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-rialto-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="ClubbingTV.us@NewZealand",Clubbing TV https://clubbingtv-samsungnz.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Drybar Comedy https://drybar-drybarcomedy-1-nz.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="DUST.us",Dust -https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00219-gunpowdersky-dustintlnz-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",EuroNews -https://euronews-euronews-world-1-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="GBNews.uk",GB News https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-gbnewsnz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="GustoTV.ca@SD",Gusto TV https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01077-gustoworldwidem-gustotvnz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="HorseCountryTV.uk",Horse and Country Free https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00810-horsecountrytvl-hncfreenz-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="InTrouble.nl",Introuble -https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00861-terninternation-introublenz-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder -https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00861-terninternation-inwondernz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="KartoonChannel.us",Kartoon Channel https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-kartoonchannel-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="MadeInHollywood.us",Made in Hollywood https://connection3-ent-nz.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Magellen TV -https://magellantv-3-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Motorvision.de",Motorvision.TV https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01329-otterainc-motorvisionnz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="Nosey.us",Nosey @@ -53,20 +39,12 @@ https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-petclub-sam https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-pulse-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="",Real Crime https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00426-littledotstudio-realcrimebetanz-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="RealLife.au",Real Life -https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00426-littledotstudio-reallifenz-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="RealStories.uk",Real Stories -https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00426-littledotstudio-realstoriesnz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="RealWild.us",Real Wild https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00426-littledotstudio-realwildnz-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="Revry.us",Revry -https://revry-revry-3-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RyanandFriends.us",Ryan and Friends https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00286-pocketwatch-ryanandfriends-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="Tastemade.us",Tastemade International https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00047-tastemade-tmintlaus-samsungnz/playlist.m3u8 -#EXTINF:-1 tvg-id="TheDesignNetwork.us",The Design Network -https://thedesignnetwork-tdn-1-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Timeline.us",Timeline https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00426-littledotstudio-timelinenz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="TraceSportStars.fr",Trace Sports Stars @@ -75,8 +53,6 @@ https://trace-sportstars-samsungnz.amagi.tv/playlist.m3u8 https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg01076-lightningintern-traceurban-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="Travelxp.in",Travel XP https://travelxp-travelxp-1-nz.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TrueCrimeNow.us",TrueCrimeNow.us -https://alliantcontent-truecrimenow-3-nz.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Wonder.uk",Wonder https://cdn-apse1-prod.tsv2.amagi.tv/linear/amg00426-littledotstudio-wondernz-samsungnz/playlist.m3u8 #EXTINF:-1 tvg-id="ZooMoo.sg",Zoo Moo (1080p) diff --git a/streams/om.m3u b/streams/om.m3u index c6c9504b09..9697a22177 100644 --- a/streams/om.m3u +++ b/streams/om.m3u @@ -11,3 +11,5 @@ https://partneta.cdn.mgmlcdn.com/omsport/smil:omsport.stream.smil/chunklist.m3u8 https://partneta.cdn.mgmlcdn.com/omantv/smil:omantv.stream.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="OmanTV.om",Oman TV (360p) https://cdn-globecast.akamaized.net/live/eds/oman_tv/hls_roku/index.m3u8 +#EXTINF:-1 tvg-id="OmanTV.om@SD",Oman TV +http://trn03.bozztv.com/gin-omantv/index.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index d7e9faedca..21b5868eef 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -49,3 +49,7 @@ https://bcovlive-a.akamaihd.net/74f665e9ff8447639d4de4b8b458d8ae/us-east-1/60580 https://bcovlive-a.akamaihd.net/628aecb4fccb4c52b4f9c8d5cc57fb73/us-west-2/6058004209001/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="VisionLatina.pa",Visiรณn Latina (1080p) https://dacastmmd.mmdlive.lldns.net/dacastmmd/c1275185f4a8493a85c63390cfc93dad/playlist.m3u8 +#EXTINF:-1 tvg-id="PindinTV.pa@SD",Pindin TV +https://sistemastr.tropicalmoonmedia.com/live/C0F6BECADC057D029E107B68CCEBD042/37.m3u8 +#EXTINF:-1 tvg-id="SomosCulturaTV.pa@SD",Somos Cultura TV +https://sistemastr.tropicalmoonmedia.com/live/B1A9C28E12916F32510C5CE5B80B58EE/5.m3u8 diff --git a/streams/pe.m3u b/streams/pe.m3u index baccd696a3..7d9a2ea6c4 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -1,18 +1,10 @@ #EXTM3U #EXTINF:-1 tvg-id="AgroTV.pe",Agro TV (Apurimac) (720p) [Not 24/7] https://ed21ov.live.opencaster.com/pAtGzcAnwziC/index.m3u8 -#EXTINF:-1 tvg-id="AmericaTelevision.pe",America Television -https://live-evg25.tv360.bitel.com.pe/bitel/americatv/playlist.m3u8 -#EXTINF:-1 tvg-id="AndesTelevision.pe",Andes Televisiรณn (720p) (720p) [Not 24/7] -https://stmv1.voxhdnet.com/tvsicuani/tvsicuani/playlist.m3u8 #EXTINF:-1 tvg-id="AntaresTelevision.pe",Antares Televisiรณn (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvantares/liveantarestv/playlist.m3u8 #EXTINF:-1 tvg-id="AsiriTV.pe",AsiriTV (720p) [Not 24/7] https://video2.lhdserver.es/asiritv/live.m3u8 -#EXTINF:-1 tvg-id="ATMTelevision.pe",ATM Televisiรณn (720p) -https://v4.tustreaming.cl/atmtv/index.m3u8 -#EXTINF:-1 tvg-id="AtmosferaTelevision.pe",Atmรณsfera TV (1080p) -https://castv10.plugstreaming.com:19360/atmosferatv/atmosferatv.m3u8 #EXTINF:-1 tvg-id="ATV.pe",ATV (720p) [Not 24/7] https://alba-pe-atv-atv.stream.mediatiquestream.com/index.m3u8 #EXTINF:-1 tvg-id="ATVSur.pe",ATV Sur (720p) [Not 24/7] @@ -21,64 +13,22 @@ https://alba-pe-atv-atvsur.stream.mediatiquestream.com/index.m3u8 https://alba-pe-atv-atvmas.stream.mediatiquestream.com/index.m3u8 #EXTINF:-1 tvg-id="AutenticaTelevision.pe",Autรฉntica Televisiรณn (720p) [Not 24/7] https://live.obslivestream.com/autenticatvmux/index.m3u8 -#EXTINF:-1 tvg-id="BestCableMusic.pe",Best Cable Music Perรบ (720p) -https://tv.godo.net.pe/bestcablemusic/index.m3u8 -#EXTINF:-1 tvg-id="BestCableMusic.pe",Best Cable Music Perรบ (720p) -https://tv.inka.net.pe/bestcablemusic/index.m3u8 -#EXTINF:-1 tvg-id="BHTV.pe",BHTV (720p) [Not 24/7] -https://vdo.grupolimalive.com:3762/live/bhtvlive.m3u8 -#EXTINF:-1 tvg-id="BNBDigital.pe",BNB Digital (480p) [Not 24/7] -https://vdo.grupolimalive.com:3375/live/bnbdigitallive.m3u8 -#EXTINF:-1 tvg-id="CadenaTV.pe",Cadena TV (720p) -https://servilive.com:3079/live/cdnatvlive.m3u8 #EXTINF:-1 tvg-id="Canal8Catacaos.pe",Canal 8 Catacaos (720p) [Not 24/7] https://live.obslivestream.com/canal8/index.m3u8 -#EXTINF:-1 tvg-id="Canal33Ayacucho.pe",Canal 33 Ayacucho (360p) -https://video2.getstreamhosting.com:19360/8206/8206.m3u8 #EXTINF:-1 tvg-id="CanalIPe.pe",Canal IPe (1080p) https://cdnhd.iblups.com/hls/3f2cb1658d114f2693eff18d83199e67.m3u8 -#EXTINF:-1 tvg-id="CentralTV.pe",Central TV Chosica (614p) [Not 24/7] -https://5c3fb01839654.streamlock.net:1963/iptvcentraltv/livecentraltvtv/playlist.m3u8 #EXTINF:-1 tvg-id="Conecta2TV.pe",Conecta2TV (720p) [Not 24/7] https://servilive.com:3114/live/liveulive.m3u8 -#EXTINF:-1 tvg-id="ContactoDeportivo.pe",Contacto Deportivo (720p) [Not 24/7] -https://live.obslivestream.com/cdeportivo/index.m3u8 #EXTINF:-1 tvg-id="ControversiaTV.pe",Controversia TV (720p) [Not 24/7] https://live.obslivestream.com/controversiatv/index.m3u8 -#EXTINF:-1 tvg-id="Cositel.pe",Cositel (1080p) -https://cloudvideo.servers10.com:8081/8180/index.m3u8 #EXTINF:-1 tvg-id="CRTelevision.pe",CR Televisiรณn Moyobamba (720p) [Not 24/7] https://live.obslivestream.com/crtvmux/index.m3u8 -#EXTINF:-1 tvg-id="CreoTV.pe",CreoTV (720p) [Not 24/7] -https://srv1.mediastreamperu.com:19360/creotv/creotv.m3u8 -#EXTINF:-1 tvg-id="Cultura24.pe",Cultura 24 (720p) [Not 24/7] -https://www.opencaster.com/resources/hls_stream/cultura24.m3u8 -#EXTINF:-1 tvg-id="CumoTV.pe",Cumo TV (720p) [Not 24/7] -https://live.obslivestream.com/cumo/index.m3u8 -#EXTINF:-1 tvg-id="CUTERVOTV.pe",CUTERVO TV -https://mc.servidor.stream:19360/8256/8256.m3u8 -#EXTINF:-1 tvg-id="DiasporaTV.pe",Diรกspora TV (720p) [Not 24/7] -https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 #EXTINF:-1 tvg-id="DMJ.pe",DMJ Cuzco (720p) [Not 24/7] https://stmv1.voxhdnet.com/dmjsurtv/dmjsurtv/playlist.m3u8 -#EXTINF:-1 tvg-id="DobleAA.pe",Doble AA (1080p) -https://videoserver.tmcreativos.com:19360/yvmgbdpqmp/yvmgbdpqmp.m3u8 -#EXTINF:-1 tvg-id="DobleCTelevision.pe",Doble C Televisiรณn [Not 24/7] -https://7.innovatestream.pe:19360/cctvchupaca/cctvchupaca.m3u8 #EXTINF:-1 tvg-id="ExitosaTV.pe",Exitosa (720p) https://luna-1-video.mediaserver.digital/exitosatv_233b-4b49-a726-5a3cb0e3243c/video.m3u8 -#EXTINF:-1 tvg-id="GalacticaTV.pe",Galรกctica TV (1080p) [Not 24/7] -https://pacific.direcnode.com:3715/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="GeniosTV.pe",Genios TV (720p) [Not 24/7] -https://live.obslivestream.com/geniostvmux/index.m3u8 #EXTINF:-1 tvg-id="DiarioHechicera.pe",Hechicera TV (720p) https://video.misistemareseller.com/corporationhc/corporationhc/playlist.m3u8 -#EXTINF:-1 tvg-id="Hoynet.pe",Hoynet (360p) -https://stmv.streamingvip.click/hoynet/hoynet/playlist.m3u8 -#EXTINF:-1 tvg-id="HuanucoenVivo.pe",Huรกnuco en Vivo (480p) [Not 24/7] -https://vdo.grupolimalive.com:3810/live/antoniolive.m3u8 -#EXTINF:-1 tvg-id="IdentidadTV.pe",Identidad TV (720p) [Not 24/7] -https://cast.stre.live7.la:3322/live/identidadtvlive.m3u8 #EXTINF:-1 tvg-id="ImpactoTelevision.pe",Impacto Televisiรณn (360p) [Not 24/7] https://cloudvideo.servers10.com:8081/impactotv/index.m3u8 #EXTINF:-1 tvg-id="IntuitivaTV.pe",Intuitiva TV (720p) @@ -87,28 +37,10 @@ https://video2.lhdserver.es/cableperu/live.m3u8 https://servilive.com:3028/live/jntv19live.m3u8 #EXTINF:-1 tvg-id="JN192.pe",JN19 TV2 (1080p) [Not 24/7] https://servilive.com:3224/live/jn19tv2live.m3u8 -#EXTINF:-1 tvg-id="JNETV.pe",JNE TV (720p) [Not 24/7] -https://dc1.webstream.eu/v1/jnetvhdstreaming/rtd144395a1/webstr,_video,_video_sd,_video_sd2,.mp4.urlset/master.m3u8 -#EXTINF:-1 tvg-id="La5ta.pe",La 5ta -https://video.ingenioperu.com:3844/stream/play.m3u8 -#EXTINF:-1 tvg-id="LaAbeja.pe",La Abeja -https://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 -#EXTINF:-1 tvg-id="LaRiberena.pe",La Ribereรฑa (Pucallpa) (480p) [Not 24/7] -https://vdo.grupolimalive.com:3277/live/riberenatvlive.m3u8 #EXTINF:-1 tvg-id="Latina.pe",Latina (720p) https://redirector.rudo.video/hls-video/567ffde3fa319fadf3419efda25619456231dfea/latina/latina.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Latina.pe",Latina (720p) [Geo-blocked] -https://live-latinav2-mdstrm.secure.footprint.net/live-stream-mp/d1aden84nxx8u4/3330943a0248407faa8c6f5f5c874fa4/5ce7109c7398b977dc0744cd/index.m3u8 -#EXTINF:-1 tvg-id="Latina.pe",Latina (480p) -http://190.2.212.209:8050/play/a0p3 #EXTINF:-1 tvg-id="LatinaClasicos.pe",Latina Clasicos https://redirector.rudo.video/hls-video/plus226/latina2/latina2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="LikeTV.pe",Like TV -https://vdo.grupolimalive.com:3618/live/liketvlive.m3u8 -#EXTINF:-1 tvg-id="LimaLive.pe",LimaLive (720p) [Not 24/7] -https://vdo.grupolimalive.com:3245/stream/play.m3u8 -#EXTINF:-1 tvg-id="MaticesTV.pe",MaticesTV (720p) [Not 24/7] -https://vdo.grupolimalive.com:3194/live/maticestvlive.m3u8 #EXTINF:-1 tvg-id="MegaTVArequipa.pe",Mega TV Arequipa (720p) [Not 24/7] https://mc.servidor.stream:19360/megatv/megatv.m3u8 #EXTINF:-1 tvg-id="MegaTVJaen.pe",Mega TV Jaen (720p) [Not 24/7] @@ -119,22 +51,10 @@ https://7.innovatestream.pe:19360/mieltv/mieltv.m3u8 https://www.milenial.news/salida/milenial.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe",Millenium 109 FM (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 -#EXTINF:-1 tvg-id="MINEDUIPTV1.pe",MINEDU IPTV 1 (320p) [Not 24/7] -http://iptv.perueduca.pe:1935/canal1/canal11/playlist.m3u8 -#EXTINF:-1 tvg-id="MINEDUIPTV2.pe",MINEDU IPTV 2 (320p) [Not 24/7] -http://iptv.perueduca.pe:1935/canal2/canal22/playlist.m3u8 #EXTINF:-1 tvg-id="",MO Channel https://cloudvideo.servers10.com:8081/8070/index.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe",Monterrico TV (1080p) [Not 24/7] -https://ed3od.live.opencaster.com/jcpstream_hd720/index.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe",Monterrico TV (1080p) [Not 24/7] -https://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe",Monterrico TV (1080p) [Not 24/7] https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe",Monterrico TV (360p) [Not 24/7] -https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 -#EXTINF:-1 tvg-id="NacionalTvPeru.pe",Nacional Tv Peru -https://s1.tvdatta.com:3349/live/nacionaltvlive.m3u8 #EXTINF:-1 tvg-id="Nativa.pe",Nativa (720p) [Not 24/7] https://oneplay.iptvperu.tv:1936/static/nativa1.stream/chunks.m3u8 #EXTINF:-1 tvg-id="Nativa.pe",Nativa (720p) [Not 24/7] @@ -143,52 +63,26 @@ https://servilive.com:3449/live/mlecaroslive.m3u8 https://7.innovatestream.pe:19360/nativatv/nativatv.m3u8 #EXTINF:-1 tvg-id="NazarenasTV.pe",Nazarenas TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8 -#EXTINF:-1 tvg-id="NorSelvaRTV.pe",NorSelva RTV (720p) [Not 24/7] -https://live.obslivestream.com/norselvatv/index.m3u8 #EXTINF:-1 tvg-id="NovaTVStar.pe",Nova TV Star (360p) [Not 24/7] https://7.innovatestream.pe:19360/radionovastar/radionovastar.m3u8 #EXTINF:-1 tvg-id="OasisRTV.pe",Oasis RTV (720p) [Not 24/7] https://7.innovatestream.pe:19360/oasisrtv/oasisrtv.m3u8 -#EXTINF:-1 tvg-id="OKTeVe.pe",OK TeVe (720p) [Not 24/7] -https://stream.plixitv.live/oktv/oktv/playlist.m3u8 #EXTINF:-1 tvg-id="ONDADIGITAL.pe",ONDA DIGITAL (720p) https://tv.ondadigital.pe/ondadigital/index.m3u8 -#EXTINF:-1 tvg-id="ONDADIGITAL.pe@SD",Onda Digital (720p) [Not 24/7] -https://tv.ondadigital.pe:1936/ondatv2/ondatv2/playlist.m3u8 #EXTINF:-1 tvg-id="OvacionTV.pe",Ovacion TV (720p) [Not 24/7] http://cdn2.ujjina.com:1935/iptvovacion1/liveovacion1tv/playlist.m3u8 #EXTINF:-1 tvg-id="OvacionTV.pe",Ovaciรณn TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvovacion1/liveovacion1tv/playlist.m3u8 -#EXTINF:-1 tvg-id="PanamericanaTV.pe",Panamericana TV (480p) -http://190.2.212.209:8050/play/a0p5 #EXTINF:-1 tvg-id="PancTVPeru.pe",Panc TV Peru (1080p) https://panel.host-live.com:19360/20000/20000.m3u8 -#EXTINF:-1 tvg-id="",Peru Visual TV -https://stmv5.voxtvhd.com.br/peruvisual/peruvisual/playlist.m3u8 -#EXTINF:-1 tvg-id="PeruvianRadioTV.pe",PeruvianRadio TV -https://vdo.grupolimalive.com:3399/stream/play.m3u8 -#EXTINF:-1 tvg-id="PlaneaTV.pe",Planea TV -https://vdo.grupolimalive.com:3045/live/planeatvlive.m3u8 #EXTINF:-1 tvg-id="PlanetaTV.pe",Planeta TV (720p) [Not 24/7] https://live.obslivestream.com/planetatv/index.m3u8 -#EXTINF:-1 tvg-id="Primavera15.pe",Primavera 15 (720p) -https://stmv.streamingvip.click/primaveratv/primaveratv/playlist.m3u8 -#EXTINF:-1 tvg-id="QTTelevision.pe",QT Televisiรณn (720p) [Not 24/7] -https://servilive.com:3753/live/qosqotimeslive.m3u8 -#EXTINF:-1 tvg-id="QuassarTV.pe",Quassar TV (720p) -https://gnstreammedia.com:19360/4000/4000.m3u8 -#EXTINF:-1 tvg-id="RadioElPueblo.pe",Radio El Pueblo (480p) -https://tv.mediacp.eu:8081/radioelpueblo/index.m3u8 #EXTINF:-1 tvg-id="RadioOndaDigital.pe",Radio Onda Digital https://v4.tustreaming.cl/radioondadigitaltv/index.m3u8 -#EXTINF:-1 tvg-id="RadioSanBorjaTV.pe",Radio San Borja TV (720p) [Not 24/7] -https://cast.stre.live7.la:3168/live/sanborjatevelive.m3u8 #EXTINF:-1 tvg-id="RadioTropical.pe",Radio Tropical Tarapoto (480p) [Not 24/7] https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8 #EXTINF:-1 tvg-id="RadioTVTendencias.pe",Radio TV Tendencias (1080p) [Not 24/7] https://s1.tvdatta.com:3950/multi_web/play.m3u8 -#EXTINF:-1 tvg-id="RadioInkaTV.pe",RadioInka (1080p) [Not 24/7] -https://tv.portalexpress.es:3175/hybrid/play.m3u8 #EXTINF:-1 tvg-id="RCR.pe",Red de Comunicaciรณn Regional (RCR) (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvrcrperu/livercrperutv/playlist.m3u8 #EXTINF:-1 tvg-id="RegionTVCallao.pe",Regiรณn TV Callao (480p) [Not 24/7] @@ -197,113 +91,83 @@ https://servilive.com:3757/live/regiontvlive.m3u8 https://videoserver.tmcreativos.com:19360/rnyurimaguas/rnyurimaguas.m3u8 #EXTINF:-1 tvg-id="RSelvaTV.pe",RSelvaTV https://live.obslivestream.com/selvatv/index.m3u8 -#EXTINF:-1 tvg-id="RTVTotalYurimaguas.pe",RTV Total (Yurimaguas) (480p) [Not 24/7] -https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 -#EXTINF:-1 tvg-id="RWTelevisionTarapoto.pe",RW Televisiรณn Tarapoto (720p) [Not 24/7] -https://live.obslivestream.com/rwtv/index.m3u8 -#EXTINF:-1 tvg-id="SanjuaneraTV.pe",SanjuaneraTV (720p) [Not 24/7] -https://live.obslivestream.com/sanjuanera/index.m3u8 #EXTINF:-1 tvg-id="SenalPeruTV.pe",Seรฑal Perรบ TV (404p) [Not 24/7] https://livestream.perucast.com/hls/stream.m3u8 -#EXTINF:-1 tvg-id="Sistema1.pe",Sistema 1 [Geo-blocked] -https://inliveserver.com:1936/9514/9514/playlist.m3u8 #EXTINF:-1 tvg-id="SolTV.pe",Sol Televisiรณn (720p) https://video03.logicahost.com.br/soltv/soltv/playlist.m3u8 #EXTINF:-1 tvg-id="SuperCanal.pe",Super Canal Yurimaguas (720p) [Not 24/7] https://live.obslivestream.com/supercanal/index.m3u8 -#EXTINF:-1 tvg-id="Teleamazonas.pe",Teleamazonas Canal 11 (480p) -https://live.tvcontrolcp.com:1936/8054/8054/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecanal.pe",Telecanal -https://vdo.grupolimalive.com:3927/live/milleniumlive.m3u8 #EXTINF:-1 tvg-id="TelecolorYurimaguas.pe",Telecolor Yurimaguas (720p) [Not 24/7] https://live.obslivestream.com/telecolormux/index.m3u8 -#EXTINF:-1 tvg-id="Telelima.pe",Telelima -https://mserver.latincable.net/TeleLima/index.m3u8 #EXTINF:-1 tvg-id="Teleselva.pe",Teleselva https://7.innovatestream.pe:19360/tvnoticiassatipo/tvnoticiassatipo.m3u8 -#EXTINF:-1 tvg-id="TelesurCamana.pe",Telesur Camana (720p) -https://1667517699.rsc.cdn77.org/hls/camana.m3u8 -#EXTINF:-1 tvg-id="TelesurIlo.pe",Telesur Ilo (720p) [Not 24/7] -https://1667517699.rsc.cdn77.org/hls/ilo.m3u8 -#EXTINF:-1 tvg-id="TelesurMollendo.pe",Telesur Mollendo (240p) [Not 24/7] -https://1667517699.rsc.cdn77.org/hls/mollendo.m3u8 -#EXTINF:-1 tvg-id="TelesurMoquegua.pe",Telesur Moquegua (360p) [Not 24/7] -https://1667517699.rsc.cdn77.org/hls/moquegua.m3u8 -#EXTINF:-1 tvg-id="TelesurTacna.pe",Telesur Tacna (720p) [Not 24/7] -https://1667517699.rsc.cdn77.org/hls/tacna.m3u8 #EXTINF:-1 tvg-id="TelevisionTarapoto.pe",Televisiรณn Tarapoto (720p) [Not 24/7] https://ott1.hdlatam.tv/live_abr/webtvTarapotoPe/playlist.m3u8 #EXTINF:-1 tvg-id="TopTV.pe",Top FM TV (240p) [Not 24/7] https://tvdatta.com:3084/live/toptvaguaytialive.m3u8 -#EXTINF:-1 tvg-id="TopLatinoTV.pe",Top Latino TV (404p) -https://5cefcbf58ba2e.streamlock.net:543/tltvweb/webtl-tv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Trivu.pe",Trivu (1080p) [Not 24/7] https://www.chasquirouter.com/salida/sd/trivu.m3u8 -#EXTINF:-1 tvg-id="TropicalTV.pe",Tropical TV (Puerto Maldonado) (720p) [Not 24/7] -https://tv.oyotunstream.com:1936/tropicaltv/tropicaltv/playlist.m3u8 #EXTINF:-1 tvg-id="TumpisTV.pe",Tumpis TV (720p) https://servilive.com:3531/stream/play.m3u8 #EXTINF:-1 tvg-id="TurboMixRadioTV.pe",Turbo Mix Radio TV (360p) [Not 24/7] https://7.innovatestream.pe:19360/turbomixoficial/turbomixoficial.m3u8 #EXTINF:-1 tvg-id="TVCosmos.pe",TV Cosmos (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8134/8134/playlist.m3u8 -#EXTINF:-1 tvg-id="TVFacesPeru.pe",TV Faces Online (360p) [Not 24/7] -https://tvdatta.com:3211/stream/play.m3u8 -#EXTINF:-1 tvg-id="TVPalmeras.pe",TV Palmeras (1080p) -https://video.ingenioperu.com:3982/live/palmerastvlive.m3u8 -#EXTINF:-1 tvg-id="TVPeru.pe",TV Peru (480p) -http://190.2.212.209:8050/play/a0p8 #EXTINF:-1 tvg-id="TVPeru.pe",TV Perรบ https://cdnhd.iblups.com/hls/777b4d4cc0984575a7d14f6ee57dbcaf.m3u8 #EXTINF:-1 tvg-id="TVPeruInternacional.pe",TV Perรบ Internacional (1080p) https://cdnhd.iblups.com/hls/ee2450c81e554f4cae0e6292106993c2.m3u8 #EXTINF:-1 tvg-id="TVPeruNoticias.pe",TV Perรบ Noticias https://cdnhd.iblups.com/hls/902c1a0395264f269f1160efa00660e4.m3u8 -#EXTINF:-1 tvg-id="TVPeruanisima.pe",TV Peruanisima -https://k10.usastreams.com:1936/tvperuanisima/tvperuanisima/playlist.m3u8 #EXTINF:-1 tvg-id="TVSistemasCuzco.pe",TV Sistemas Cuzco (360p) [Not 24/7] https://stmv1.voxhdnet.com/sistemascusco/sistemascusco/playlist.m3u8 -#EXTINF:-1 tvg-id="TVenLinea.pe",TVenLinea (720p) [Not 24/7] -https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8 #EXTINF:-1 tvg-id="TVUNO.pe",TVUNO (720p) https://streamtv.onliv3.online:1936/karibtv/karibtv/playlist.m3u8 -#EXTINF:-1 tvg-id="UcayalinadeTelevision.pe",Ucayalina de Televisiรณn [Not 24/7] -https://video.agenciastreaming.com:3959/live/utvlive.m3u8 -#EXTINF:-1 tvg-id="UnifeTV.pe",Unife TV (720p) -https://dacastmmd.mmdlive.lldns.net/dacastmmd/acda902f73a646daac3fdc9dcddbc971/playlist.m3u8 -#EXTINF:-1 tvg-id="Unitel.pe",Unitel (Huancayo) (720p) [Not 24/7] -https://vdo.grupolimalive.com:3365/live/unitellive.m3u8 #EXTINF:-1 tvg-id="UranioTV.pe",Uranio TV (Yurimaguas) (720p) [Not 24/7] https://live.obslivestream.com/uraniotv/index.m3u8 -#EXTINF:-1 tvg-id="USILTV.pe",USIL TV (720p) [Not 24/7] -https://per01-lim01.servidor.stream/usiltv/index.m3u8 -#EXTINF:-1 tvg-id="USMPTV.pe",USMPTV (720p) [Not 24/7] -https://streamusmptv.ddns.net/live/stream.m3u8 #EXTINF:-1 tvg-id="VamisaTV.pe",Vamisa TV (480p) https://inliveserver.com:1936/10044/10044/playlist.m3u8 #EXTINF:-1 tvg-id="ViaAltomayo.pe",Vรญa Altomayo (720p) [Not 24/7] https://live.obslivestream.com/viaaltomayomux/index.m3u8 #EXTINF:-1 tvg-id="ViaTelevision.pe",Vรญa Televisiรณn (720P) [Not 24/7] https://videoserver.tmcreativos.com:19360/cablerasvia/cablerasvia.m3u8 -#EXTINF:-1 tvg-id="VNP.pe",Visiรณn Noticias Perรบ (VNP) (720p) [Not 24/7] -https://videoserver.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 #EXTINF:-1 tvg-id="VisionSur.pe",Visiรณn Sur TV (1080p) [Not 24/7] https://ott1.hdlatam.tv/live_abr/webtvVisionSur/playlist.m3u8 -#EXTINF:-1 tvg-id="VisionTVMusica.pe",Visiรณn TV Mรบsica (720p) [Not 24/7] -https://videoserver.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 #EXTINF:-1 tvg-id="VivaTVYurimaguas.pe",Viva TV Yurimaguas (720p) https://live.obslivestream.com/vivatv/index.m3u8 #EXTINF:-1 tvg-id="VNP.pe",VNP https://videoserver.tmcreativos.com:19360/visionnoticias/visionnoticias.m3u8 -#EXTINF:-1 tvg-id="VZTV.pe",VZ TV (720p) [Not 24/7] -https://live.obslivestream.com/vztv/index.m3u8 -#EXTINF:-1 tvg-id="WillaxTV.pe",Willax TV (480p) -http://190.2.212.209:8050/play/a0p1 -#EXTINF:-1 tvg-id="Wtv.pe",Wtv (720p) [Not 24/7] -https://live.obslivestream.com/wtv/index.m3u8 -#EXTINF:-1 tvg-id="XTVChachapoyas.pe",X TV Chachapoyas (720p) -https://vdo.panelchs.com:3927/live/xtvcontrollive.m3u8 -#EXTINF:-1 tvg-id="",X TV Zona Film -https://vdo.panelchs.com:3769/live/vdo54575151live.m3u8 #EXTINF:-1 tvg-id="Latina.pe",Latina (720p) https://live-evg25.tv360.bitel.com.pe/bitel/latina/playlist.m3u8 +#EXTINF:-1 tvg-id="Karibena.pe",Karibena +https://live-evg1.tv360.bitel.com.pe/bitel/karibeรฑatv/playlist.m3u8 +#EXTINF:-1 tvg-id="PBO.pe",PBO +https://live-evg1.tv360.bitel.com.pe/bitel/pbo/playlist.m3u8 +#EXTINF:-1 tvg-id="AmericaTelevision.pe",America Television +https://live-evg1.tv360.bitel.com.pe/bitel/americatv/playlist.m3u8 +#EXTINF:-1 tvg-id="LaTele.pe",La Tele +https://live-evg1.tv360.bitel.com.pe/bitel/latele/playlist.m3u8 +#EXTINF:-1 tvg-id="GlobalTV.pe",Global TV +https://live-evg1.tv360.bitel.com.pe/bitel/global/playlist.m3u8 +#EXTINF:-1 tvg-id="AngienetTV.pe@SD",Angienet TV +https://servilive.com:3624/stream/play.m3u8 +#EXTINF:-1 tvg-id="CajamarcaTV.pe",Cajamarca TV +https://live-evg1.tv360.bitel.com.pe/bitel/cajamarcatv/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioTVOriente.pe@SD",RadioTV Oriente +https://live.obslivestream.com/tvoriente/index.m3u8 +#EXTINF:-1 tvg-id="JNETV.pe@SD",JNE TV +https://live20.bozztv.com/akamaissh101/ssh101/jnetv/playlist.m3u8 +#EXTINF:-1 tvg-id="USMPTV.pe",USMPTV +https://live-evg1.tv360.bitel.com.pe/bitel/usmp/playlist.m3u8 +#EXTINF:-1 tvg-id="Unitel.pe",Unitel +https://play.agenciastreaming.com:8081/uniteltv/index.m3u8 +#EXTINF:-1 tvg-id="UnifeTV.pe",Unife TV +https://cdn.mycloudstream.io/hls/live/broadcast/ic1frrzz/index.m3u8 +#EXTINF:-1 tvg-id="Primavera15.pe@SD",Primavera 15 +https://servilive.com:3538/live/v6qe84b6flive.m3u8 +#EXTINF:-1 tvg-id="LikeTV.pe",Like TV +https://live-evg1.tv360.bitel.com.pe/bitel/liketv/playlist.m3u8 +#EXTINF:-1 tvg-id="BethelTV.pe@SD",Bethel TV +https://alfa.betheltv.tv/srt/3_abr/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioMaster.pe",Radio Master (720p) +https://videoserver.tmcreativos.com:19360/radiomaster/radiomaster.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index 15227c53f7..f3cd1842ba 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -1,25 +1,15 @@ #EXTM3U #EXTINF:-1 tvg-id="A2Z.ph",A2Z (360p) [Not 24/7] https://qp-pldt-live-grp-02-prod.akamaized.net/out/u/tv5.m3u8 -#EXTINF:-1 tvg-id="ANC.ph",ANC (720p) -https://ancglobal-abscbn-ono.amagi.tv/playlist720_p.m3u8 #EXTINF:-1 tvg-id="CCTN47.ph",CCTN 47 (1080p) [Not 24/7] http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 -#EXTINF:-1 tvg-id="CineMo.ph",Cine Mo! (720p) -https://cinemo-abscbn-ono.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="CinemaOne.ph",Cinema One (1080p) -https://cinemaone-abscbn-ono.amagi.tv/index.m3u8 #EXTINF:-1 tvg-id="CLTV36.ph",CLTV 36 (720p) [Not 24/7] https://live.cltv36.tv:5443/LiveApp/streams/cltvlive.m3u8 -#EXTINF:-1 tvg-id="DepEdTV.ph",DepEd TV (480p) [Geo-blocked] -https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="GreatCommissionTV.ph",Great Commission TV (468p) -http://45.32.115.103/live/livestream/index.m3u8 #EXTINF:-1 tvg-id="INCTV.ph",INC TV (720p) (720p) [Geo-blocked] https://199211.global.ssl.fastly.net/643cc12aa824db4374021c8c/live_95f6ac80dd6511ed9d08b12be56ae55e/index.m3u8 -#EXTINF:-1 tvg-id="Myx.ph",Myx (720p) -https://myxnola-abscbn-ono.amagi.tv/index.m3u8 #EXTINF:-1 tvg-id="DZBBDT1.ph",Super Radyo DZBB (720p) [Not 24/7] https://stream.gmanews.tv/ioslive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleRadyo.ph",Teleradyo Serbisyo (720p) [Not 24/7] -https://teleradyo-abscbn-ono.amagi.tv/playlist720_p.m3u8 +#EXTINF:-1 tvg-id="INCTV.ph@SD",INC TV +https://stream-199211.castr.net/643cc12aa824db4374021c8c/live_95f6ac80dd6511ed9d08b12be56ae55e/rewind-7200.m3u8 +#EXTINF:-1 tvg-id="MindanowNetworkTV.ph@SD",Mindanow Network TV +https://streams1.comclark.com/overlay/mindanow/playlist.m3u8 diff --git a/streams/pk.m3u b/streams/pk.m3u index d0c31fdca1..de1335554f 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -33,8 +33,6 @@ https://livecdn.live247stream.com/gawahi/tv/playlist.m3u8 https://jk3lz82elw79-hls-live.5centscdn.com/harPalGeo/955ad3298db330b5ee880c2c9e6f23a0.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GeoNews.pk",Geo News (576p) https://jk3lz82elw79-hls-live.5centscdn.com/GEONEWS/3500ba09d0538297440ca620c9dd46bf.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="GeoTez.pk",Geo Tez (576p) -https://jk3lz82elw79-hls-live.5centscdn.com/TEZ/955ad3298db330b5ee880c2c9e6f23a0.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GraceNetwork.pk",Grace Network (720p) https://livecdn.live247stream.com/grace/tv/playlist.m3u8 #EXTINF:-1 tvg-id="HKTV.pk",HK TV (720p) @@ -75,3 +73,15 @@ http://121.91.61.106:8000/play/a04h/index.m3u8 https://cdn.bmstudiopk.com/vop/live/playlist.m3u8 #EXTINF:-1 tvg-id="ZindagiTV.pk",Zindagi TV (576p) [Not 24/7] https://5ad386ff92705.streamlock.net/live_transcoder/ngrp:zindagitv.stream_all/chunklist.m3u8 +#EXTINF:-1 tvg-id="AikNews.pk@SD",Aik News +https://video.primexsports.com/pnn/live/playlist.m3u8 +#EXTINF:-1 tvg-id="HumTV.pk@SD",Hum TV +https://g4wlkwx8l23a-hls-live.5centscdn.com/HUM/271ddf829afeece44d8732757fba1a66.sdp/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="SuchTV.pk@SD",Such TV +https://video.primexsports.com/suchnews/live/playlist.m3u8 +#EXTINF:-1 tvg-id="PraiseTV.pk@SD",Praise TV +https://pixelsmedia.live/livepraisetv/index.m3u8 +#EXTINF:-1 tvg-id="SindhTV.pk",Sindh TV +https://stream717.duckdns.org/hls/stream1.m3u8 +#EXTINF:-1 tvg-id="GeoTez.pk@SD",Geo Tez (576i) +https://jk3lz82elw79-hls-live.5centscdn.com/newgeonews/07811dc6c422334ce36a09ff5cd6fe71.sdp/playlist.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index e1ff807a8c..6c3d1542f2 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="4FunTV.pl",4FUN TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="4FunTV.pl@SD",4 Fun TV (288p) [Not 24/7] https://stream.4fun.tv:8888/hls/4f.m3u8 #EXTINF:-1 tvg-id="AFVFamily.us@Poland",AFV Family (720p) https://ec4a5bcc9d664b48985de6095931aaa7.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/RakutenTV-eu_AmericasFunniestHomeVideos/playlist.m3u8 @@ -66,8 +66,6 @@ http://stream.sferatv.pl:1935/sferalive/smil:sferalive.smil/playlist.m3u8 https://rakutenaa-fusemedia-shadesofblack-rakutena-giu24.amagi.tv/playlist/rakutenAA-fusemedia-shadesofblack-rakutenA/playlist.m3u8 #EXTINF:-1 tvg-id="TelewizjaBiznesowa.pl",Telewizja Biznesowa (1080p) https://s-pl-01.mediatool.tv/playout/tbpl-abr/index.m3u8 -#EXTINF:-1 tvg-id="TelewizjaJaslo.pl",Telewizja Jaslo (720p) -https://cdn01.sesja.pl/live_tvjaslo/live_tvjaslo.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TelewizjaLuban.pl",Telewizja Lubaล„ (720p) [Not 24/7] http://stream.herissons.cloud/hls/tvluban.m3u8 #EXTINF:-1 tvg-id="TelewizjaTorun.pl",Telewizja Toruล„ (1080p) [Not 24/7] @@ -98,37 +96,37 @@ http://217.173.176.107:1935/live/tvk.stream/playlist.m3u8 https://live-ch1.trwam.cf.insyscd.net/out/v1/b99041a282774d4a8fe84a54243af5de/trwamtv-live-ch1.mpd #EXTINF:-1 tvg-id="TVP1.pl",TVP1 (1080p) https://ec06-krk3.cache.orange.pl/dai4/org1/vb/104/tvp1hd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Bialystok.pl",TVP 3 Biaล‚ystok (576p) +#EXTINF:-1 tvg-id="TVP3Bialystok.pl",TVP 3 Biaล‚ystok (576p) [Geo-blocked] https://cdndai.pl/tvp3bialystoksd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Bydgoszcz.pl",TVP 3 Bydgoszcz (576p) +#EXTINF:-1 tvg-id="TVP3Bydgoszcz.pl",TVP 3 Bydgoszcz (576p) [Geo-blocked] https://cdndai.pl/tvp3bydgoszczsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Gdansk.pl",TVP 3 Gdaล„sk (576p) +#EXTINF:-1 tvg-id="TVP3Gdansk.pl",TVP 3 Gdaล„sk (576p) [Geo-blocked] https://cdndai.pl/tvp3gdansksd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3GorzowWielkopolski.pl",TVP 3 Gorzรณw Wielkopolski (576p) +#EXTINF:-1 tvg-id="TVP3GorzowWielkopolski.pl",TVP 3 Gorzรณw Wielkopolski (576p) [Geo-blocked] https://cdndai.pl/tvp3gorzowsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Katowice.pl",TVP 3 Katowice (576p) +#EXTINF:-1 tvg-id="TVP3Katowice.pl",TVP 3 Katowice (576p) [Geo-blocked] https://cdndai.pl/tvp3katowicesd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Kielce.pl",TVP 3 Kielce (576p) +#EXTINF:-1 tvg-id="TVP3Kielce.pl",TVP 3 Kielce (576p) [Geo-blocked] https://cdndai.pl/tvp3kielcesd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Krakow.pl",TVP 3 Krakรณw (576p) +#EXTINF:-1 tvg-id="TVP3Krakow.pl",TVP 3 Krakรณw (576p) [Geo-blocked] https://cdndai.pl/tvp3krakowsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Lodz.pl",TVP 3 ลรณdลบ (576p) +#EXTINF:-1 tvg-id="TVP3Lodz.pl",TVP 3 ลรณdลบ (576p) [Geo-blocked] https://cdndai.pl/tvp3lodzsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Lublin.pl",TVP 3 Lublin (576p) +#EXTINF:-1 tvg-id="TVP3Lublin.pl",TVP 3 Lublin (576p) [Geo-blocked] https://cdndai.pl/tvp3lublinsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Olsztyn.pl",TVP 3 Olsztyn (576p) +#EXTINF:-1 tvg-id="TVP3Olsztyn.pl",TVP 3 Olsztyn (576p) [Geo-blocked] https://cdndai.pl/tvp3olsztynsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Opole.pl",TVP 3 Opole (576p) +#EXTINF:-1 tvg-id="TVP3Opole.pl",TVP 3 Opole (576p) [Geo-blocked] https://cdndai.pl/tvp3opolesd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Poznan.pl",TVP 3 Poznaล„ (576p) +#EXTINF:-1 tvg-id="TVP3Poznan.pl",TVP 3 Poznaล„ (576p) [Geo-blocked] https://cdndai.pl/tvp3poznansd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Rzeszow.pl",TVP 3 Rzeszรณw (576p) +#EXTINF:-1 tvg-id="TVP3Rzeszow.pl",TVP 3 Rzeszรณw (576p) [Geo-blocked] https://cdndai.pl/tvp3rzeszowsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Szczecin.pl",TVP 3 Szczecin (576p) +#EXTINF:-1 tvg-id="TVP3Szczecin.pl",TVP 3 Szczecin (576p) [Geo-blocked] https://cdndai.pl/tvp3szczecinsd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Warszawa.pl",TVP 3 Warszawa (576p) +#EXTINF:-1 tvg-id="TVP3Warszawa.pl",TVP 3 Warszawa (576p) [Geo-blocked] https://cdndai.pl/tvp3warszawasd/index.m3u8 -#EXTINF:-1 tvg-id="TVP3Wroclaw.pl",TVP 3 Wrocล‚aw (576p) +#EXTINF:-1 tvg-id="TVP3Wroclaw.pl",TVP 3 Wrocล‚aw (576p) [Geo-blocked] https://cdndai.pl/tvp3wroclawsd/index.m3u8 #EXTINF:-1 tvg-id="TVT.pl",TVT (720p) https://live.streamtvt.pl/LiveAppStreamTVT/streams/853271271313930867905724.m3u8 @@ -176,3 +174,17 @@ https://s-pl-01.mediatool.tv/playout/sepl-abr/index.m3u8 https://str.onnetwork.tv/hls/onnet-358726_hi/index.m3u8 #EXTINF:-1 tvg-id="RedCarpetTV.pl",Red Carpet TV http://cbxedge.synapsetv.com/picker/tsstreamer/?f=RedCarpetTVLDAI_SD&sessionID=IOOlOK0MLN0ytoF0qULYt8LtoJ6z.qu9Z9P72ST7e3qooF-1745345173079 +#EXTINF:-1 tvg-id="4FunTV.pl",4 Fun TV (576i) [Not 24/7] +https://stream.4fun.tv:8888/hls/4f_high/index.m3u8 +#EXTINF:-1 tvg-id="TelewizjaJaslo.pl",Telewizja Jaslo (720p) +https://cdn01.aztv.pl/live_tvjaslo/live_tvjaslo.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVP1.pl",TVP1 (1080i) +https://liveovh009.cda.pl/enc129/tvp1hdraw/tvp1hdraw.mpd +#EXTINF:-1 tvg-id="TVP1.pl",TVP1 (1080i) +https://liveovh009.cda.pl/enc129/tvp1hdraw/tvp1hdraw.m3u8 +#EXTINF:-1 tvg-id="TVP2.pl",TVP2 (1080i) [Geo-blocked] +https://cdndai.pl/tvp2hd/index.m3u8 +#EXTINF:-1 tvg-id="TVP1.pl",TVP1 (1080i) [Geo-blocked] +https://cdndai.pl/tvp1hd/index.m3u8 +#EXTINF:-1 tvg-id="WorldofFreesports.pl@SD",World of Freesports +https://mainstreammedia-worldoffreesportsintl-rakuten.amagi.tv/hls/amagi_hls_data_rakutenAA-mainstreammediafreesportsintl-rakuten/CDN/master.m3u8 diff --git a/streams/ps.m3u b/streams/ps.m3u index bcd1fad38d..dd01559b78 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -50,3 +50,5 @@ http://htvint.mada.ps:8889/orient/index.m3u8 https://htvint.mada.ps/orient/index.m3u8 #EXTINF:-1 tvg-id="NablusTV.ps",Nablus TV (1080p) https://htvint.mada.ps/nabluslive/index.m3u8 +#EXTINF:-1 tvg-id="KolalnasTV.ps@SD",Kolalnas TV +https://htvint.mada.ps/kolalnas/index.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index 009f502584..626ba53b02 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -105,3 +105,5 @@ https://customer-dxeagripmkqbhyeq.cloudflarestream.com/580c36d77be200bf5c7d3efc0 https://stmv1.srvif.com/npc/npc/playlist.m3u8 #EXTINF:-1 tvg-id="TVI.pt",TVI (720p) https://raw.githubusercontent.com/ipstreet312/freeiptv/master/ressources/tvipt/sh/tvi.m3u8 +#EXTINF:-1 tvg-id="WayTV.pt@SD",Way TV +https://stream-hls.castr-cdn.com/5d714f6a0bd97874e36f14e4/live_057ee4605c1711efbd4135c4457c726c/index.fmp4.m3u8 diff --git a/streams/py.m3u b/streams/py.m3u index 4900601455..a210cee1a9 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -1,119 +1,37 @@ #EXTM3U #EXTINF:-1 tvg-id="4DmasNoticiasTV.py",4DmรกsNoticias TV (1080p) [Not 24/7] https://rds3.desdeparaguay.net/4dmasnoticiastv/4dmasnoticiastv/playlist.m3u8 -#EXTINF:-1 tvg-id="ABCTVParaguay.py",ABC-TV Paraguay (720p) -https://d2e809bgs49c6y.cloudfront.net/live/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851/live.isml/d87c2b7b-9ecf-4e6e-b63b-b32772bd7851.m3u8 -#EXTINF:-1 tvg-id="AlmayaTV.py",Almaya TV (720p) -https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8 -#EXTINF:-1 tvg-id="ArtigasTVOnline.py",Artigas TV Online (480p) [Not 24/7] -https://ssh101.bozztv.com/ssh101/artigastv/playlist.m3u8 #EXTINF:-1 tvg-id="BrunoMasiTV.py",Bruno Masi TV (720p) https://rds3.desdeparaguay.net/brunomasitv/brunomasitv/playlist.m3u8 #EXTINF:-1 tvg-id="C9N.py",C9N https://alba-py-c9n-c9n.stream.mediatiquestream.com/playlist.m3u8 -#EXTINF:-1 tvg-id="Campo9Online.py",Campo 9 Online (720p) -https://59ce1298bfb98.streamlock.net/campo9tv/campo9tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal8CCProducciones.py",Canal 8 C&C Producciones (720p) -https://59ce1298bfb98.streamlock.net/canal8tv/canal8tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11DamoaTVRegional.py",Canal 11 Damoa TV Regional (900p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/damoatv/damoatv/playlist.m3u8 #EXTINF:-1 tvg-id="CaritasTV.py",Cรกritas TV (1080p) https://rds3.desdeparaguay.net/caritastv/caritastv/playlist.m3u8 -#EXTINF:-1 tvg-id="CausaComunTV.py",Causa Comรบn TV (614p) -https://cageu.bozztv.com/ssh101/ssh101/causacomuntv/playlist.m3u8 #EXTINF:-1 tvg-id="DismarRadioTV.py",Dismar Radio TV (720p) https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 -#EXTINF:-1 tvg-id="DMpy.py",DMpy (720p) -https://59ce1298bfb98.streamlock.net/digitalmediapy/digitalmediapy/playlist.m3u8 -#EXTINF:-1 tvg-id="Educanal.py",Educanal (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 -#EXTINF:-1 tvg-id="EstacionCristal.py",Estaciรณn Cristal (720p) -https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8 #EXTINF:-1 tvg-id="FarraPlay.py",Farra Play (720p) [Not 24/7] http://159.203.148.226/live/farra.m3u8 -#EXTINF:-1 tvg-id="FMFrutillarTV.py",FM Frutillar TV (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/frutillarfm/frutillarfm/playlist.m3u8 #EXTINF:-1 tvg-id="GOTV.py",GO TV (720p) https://rds3.desdeparaguay.net/gotv/gotv/playlist.m3u8 #EXTINF:-1 tvg-id="LIMTV.py",LIM TV (720p) https://tv.invasivamedia.com/hls/limtv.m3u8 -#EXTINF:-1 tvg-id="MasTV.py",Mรกs TV (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/mastv/mastv/playlist.m3u8 #EXTINF:-1 tvg-id="MegaTV.py",Mega TV (720p) [Not 24/7] https://ott3.streann.com/loadbalancer/services/public/channels-secure/5e62b96e2cdcfac2dd8885dd/playlist.m3u8 -#EXTINF:-1 tvg-id="MisionTVDigital.py",Misiรณn TV Digital (720p) -https://ssh101.bozztv.com/ssh101/visionhdtv/playlist.m3u8 #EXTINF:-1 tvg-id="MiTV.py",MiTV (720p) https://rds3.desdeparaguay.net/mitv/mitv/playlist.m3u8 -#EXTINF:-1 tvg-id="MotorSurMedia.py",Motor Sur Media (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/motorsur/motorsur/playlist.m3u8 -#EXTINF:-1 tvg-id="Nanduti.py",ร‘anduti TV (720p) -https://tvdatta.com:3839/live/nandutitvlive.m3u8 -#EXTINF:-1 tvg-id="NembyNoticiasHD.py",ร‘emby Noticias HD (720p) -https://rpn3.bozztv.com/ssh101/ssh101/streaminghd/playlist.m3u8 #EXTINF:-1 tvg-id="NextHD.py",Next HD (480p) https://live.enhdtv.com:19360/nexthd/nexthd.m3u8 -#EXTINF:-1 tvg-id="NihonGakkoTV.py",Nihon Gakko TV (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/ngtv/ngtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ObediraTV.py",Obedira TV (720p) -https://59ce1298bfb98.streamlock.net/obediratv/obediratv/playlist.m3u8 -#EXTINF:-1 tvg-id="OccidentalTV.py",Occidental TV (1080p) -https://59ce1298bfb98.streamlock.net/occidentaltv/occidentaltv/playlist.m3u8 -#EXTINF:-1 tvg-id="OviedoPressTV.py",Oviedo Press TV (480p) [Not 24/7] -https://ssh101.bozztv.com/ssh101/oviedotv/playlist.m3u8 -#EXTINF:-1 tvg-id="OviedoTV.py",Oviedo TV (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/oviedotv/oviedotv/playlist.m3u8 -#EXTINF:-1 tvg-id="PanambiDigitalTV.py",Panambi Digital TV (480p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/panambi/panambi/playlist.m3u8 -#EXTINF:-1 tvg-id="PDSRadioTVDigital.py",PDS Radio-TV Digital (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/pdstv/pdstv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCaazapaPoty981FM.py",Radio Caazapรก Poty 98.1 FM (480p) [Not 24/7] -https://ssh101.bozztv.com/ssh101/caazapapotytv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCiudad989FMTV.py",Radio Ciudad 98.9 FM TV (720p) -https://59ce1298bfb98.streamlock.net/ciudadfm/ciudadfm/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCoopOnline.py",Radio Coop Online (576p) -https://59ce1298bfb98.streamlock.net/cooptv/cooptv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioPykasuTV.py",Radio Pykasรบ TV (720p) -https://59ce1298bfb98.streamlock.net/pykasutv/pykasutv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioSanRoqueFM875.py",Radio San Roque FM 87.5 (480p) -https://rpn3.bozztv.com/ssh101/ssh101/sanroquearegua/playlist.m3u8 -#EXTINF:-1 tvg-id="RCCTV.py",RCC TV (720p) -https://59ce1298bfb98.streamlock.net/rcctv02/rcctv02/playlist.m3u8 -#EXTINF:-1 tvg-id="RedDigital.py",Red Digital (900p) -https://ssh101-fl.bozztv.com/ssh101/reddigital/index.m3u8 #EXTINF:-1 tvg-id="RepublicaTV.py",Repรบblica TV (720p) https://rds3.desdeparaguay.net/republicatv/republicatv/playlist.m3u8 -#EXTINF:-1 tvg-id="RTV12.py",RTV 12 (720p) -https://59ce1298bfb98.streamlock.net/mediosenpy/mediosenpy/playlist.m3u8 -#EXTINF:-1 tvg-id="SaltoTV.py",Salto TV (1080p) [Not 24/7] -https://ssh101.bozztv.com/ssh101/redcanindeyu/playlist.m3u8 #EXTINF:-1 tvg-id="SNT.py",SNT (480p) https://alba-py-snt-snt.stream.mediatiquestream.com/tracks-v2a1/mono.m3u8 -#EXTINF:-1 tvg-id="SomosdelEste.py",Somos Del Este (720p) -https://59ce1298bfb98.streamlock.net/somosdeleste/somosdeleste/playlist.m3u8 -#EXTINF:-1 tvg-id="SucesoTV.py",Suceso TV (720p) -https://59ce1298bfb98.streamlock.net/sucesotv/sucesotv/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCanal50.py",TeleCanal 50 (1080p) -https://59ce1298bfb98.streamlock.net/canal50/canal50/playlist.m3u8 -#EXTINF:-1 tvg-id="TelePortalCanal531.py",TelePortal Canal 53.1 (720p) [Not 24/7] -https://rpn3.bozztv.com/ssh101/ssh101/teleportal/playlist.m3u8 #EXTINF:-1 tvg-id="Trece.py",Trece Paraguay (1080p) [Not 24/7] https://rds3gen.desdeparaguay.net/trecetv/trecetv_alta/playlist.m3u8 -#EXTINF:-1 tvg-id="TVAire.py",TV Aire (720p) -https://59ce1298bfb98.streamlock.net/tvaire/tvaire/playlist.m3u8 -#EXTINF:-1 tvg-id="TVLambare.py",TV Lambarรฉ (720p) [Not 24/7] -https://59ce1298bfb98.streamlock.net/tvlambare/tvlambare/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSEncarnacion.py",TVS Encarnaciรณn (720p) -https://rds3gen.desdeparaguay.net/tvs/tvs/playlist.m3u8 -#EXTINF:-1 tvg-id="Unicanal.py",Unicanal (1080p) [Not 24/7] -https://rds3gen.desdeparaguay.net/unicanal/unicanal_alta/playlist.m3u8 #EXTINF:-1 tvg-id="UnionTV.py",UnionTV https://tigocloud.desdeparaguay.net/800tv/800tv/playlist.m3u8 -#EXTINF:-1 tvg-id="UniRadioTV.py",UniRadio TV (720p) -https://59ce1298bfb98.streamlock.net/uniradiotv/uniradiotv/playlist.m3u8 -#EXTINF:-1 tvg-id="UrbanoRadioTV965.py",Urbano Radio TV 96.5 (720p) -https://rpn3.bozztv.com/ssh101/ssh101/urbanoradiotv96/playlist.m3u8 #EXTINF:-1 tvg-id="VenusMedia.py",Venus Media (720p) https://rds3gen.desdeparaguay.net/venusmedia/venusmedia/.m3u8 -#EXTINF:-1 tvg-id="VillaElisaRadioTV.py",Villa Elisa Radio TV (720p) -https://59ce1298bfb98.streamlock.net/villaelisa/villaelisa/playlist.m3u8 +#EXTINF:-1 tvg-id="PanambiDigitalTV.py@SD",Panambi Digital TV +https://video.hostingcaaguazu.com:19360/panambiveratv/panambiveratv.m3u8 +#EXTINF:-1 tvg-id="C9N.py@SD",C9N +https://d1y0t05eznkmpn.cloudfront.net/index.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index 3fcd5da85e..76079b6454 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -64,19 +64,19 @@ https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="AlArabyTV.qa",Alaraby TV (1080p) https://origin-cae-t482536.cdn.nextologies.com/6837800d47c40cb2/1544c5accd8e84d5ALA2306/playlist.m3u8 #EXTINF:-1 tvg-id="AlkassFive.qa",Alkass Five (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass5nnha/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass5azq/master.m3u8 #EXTINF:-1 tvg-id="AlkassFour.qa",Alkass Four (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass4cn/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass4azq/master.m3u8 #EXTINF:-1 tvg-id="AlkassOne.qa",Alkass One (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass1mhu/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass1muytrdc/master.m3u8 #EXTINF:-1 tvg-id="AlkassSHOOF.qa",Alkass SHOOF (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass6Shoof1/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass6Shoof1ab/master.m3u8 #EXTINF:-1 tvg-id="AlkassSix.qa",Alkass Six (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass6buzat/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass6buzay/master.m3u8 #EXTINF:-1 tvg-id="AlkassThree.qa",Alkass Three (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass3vak/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass3vakazq/master.m3u8 #EXTINF:-1 tvg-id="AlkassTwo.qa",Alkass Two (1080p) -https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass2hef/master.m3u8 +https://liveakgr.alkassdigital.net/hls/live/2097037/Alkass2hefazq/master.m3u8 #EXTINF:-1 tvg-id="QatarTelevision.qa",Qatar Television (1080p) https://live.kwikmotion.com/qtv1live/qtv1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="QatarTelevision.qa",Qatar Television (720p) @@ -85,3 +85,27 @@ https://qatartv.akamaized.net/hls/live/2026573/qtv1/master.m3u8 https://live.kwikmotion.com/qtv2live/qtv2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="QatarTelevision2.qa",Qatar Television 2 (720p) https://qatartv.akamaized.net/hls/live/2026574/qtv2/master.m3u8 +#EXTINF:-1 tvg-id="AlRayyanTV.qa",Al Rayyan TV (720p) +https://streamer7.qna.org.qa/148136749_live/148136749_296.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="AlRayyanOldTV.qa",Al Rayyan Old TV (720p) +https://streamer7.qna.org.qa/148136781_live/148136781_63.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="QatarTelevision2.qa",Qatar Television 2 (720p) +https://streamer1.qna.org.qa/148133344_live/148133344_63.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="QatarTelevision.qa",Qatar Television (720p) +https://streamer1.qna.org.qa/148133273_live/148133273_63.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraDocumentary.qa",Al Jazeera Documentary (1080p) [Geo-blocked] +https://live-hls-web-ajd-fa.thehlive.com/AJD/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraMubasherBroadcast2.qa",Al Jazeera Mubasher Broadcast 2 (1080p) +https://live-hls-web-ajm2-fa.thehlive.com/AJM2/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraMubasher24.qa",Al Jazeera Mubasher 24 (1080p) +https://live-hls-web-ajm24-fa.thehlive.com/AJM24/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraMubasher.qa",Al Jazeera Mubasher (1080p) +https://live-hls-web-ajm-fa.thehlive.com/AJM/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeera.qa@English",Al Jazeera English (1080p) +https://live-hls-web-aje-fa.thehlive.com/AJE/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeera.qa",Al Jazeera (1080p) +https://live-hls-web-aja-fa.thehlive.com/AJA/index.m3u8 +#EXTINF:-1 tvg-id="AlkassTwo.qa",Alkass Two (720p) +https://streamer1.qna.org.qa/148133202_live/148133202_63.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="AlkassThree.qa",Alkass Three (720p) +https://streamer2.qna.org.qa/148161470_live/148161470_296.sdp/playlist.m3u8 diff --git a/streams/ro.m3u b/streams/ro.m3u index f83c568e49..579972c5cf 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -15,8 +15,6 @@ http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8 http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8 #EXTINF:-1 tvg-id="AngelusTV.ro",Angelus TV (720p) https://transmisiuni.ro/media/oracatolica/playlist.m3u8 -#EXTINF:-1 tvg-id="Antena3CNN.ro",Antena 3 CNN -https://live3vox.antenaplay.ro/a3free/a3free.m3u8 #EXTINF:-1 tvg-id="AntenaMonden.ro",Antena Monden (720p) https://stream1.antenaplay.ro/live/AntenaMonden/playlist.m3u8 #EXTINF:-1 tvg-id="AntenaSport.ro",AntenaSport (720p) [Not 24/7] @@ -35,10 +33,6 @@ https://atomic.streamnet.ro/academia.m3u8 https://atomic.streamnet.ro/atomictv.m3u8 #EXTINF:-1 tvg-id="BanatTV.ro",Banat TV (720p) https://www.btv.ro/hls/banat-tv.m3u8 -#EXTINF:-1 tvg-id="BollywoodClassic.ro",Bollywood Classic (1080p) -https://shls-live-ak.akamaized.net/out/v1/485100a2150e4f69a338a5c99ca5648e/index.m3u8 -#EXTINF:-1 tvg-id="BollywoodHD.ro",Bollywood HD (1080p) -https://shls-live-ak.akamaized.net/out/v1/fb7b452f58f2412a9ae26b22dd30bd6b/index.m3u8 #EXTINF:-1 tvg-id="BucovinaTV.ro",Bucovina TV (480p) [Not 24/7] http://46.4.14.12:9999/btvsvlive/playlist.m3u8 #EXTINF:-1 tvg-id="CardioTVSRC.ro",Cardio TV SRC (720p) @@ -252,3 +246,19 @@ http://89.38.8.130:39443 #EXTINF:-1 tvg-id="SuperTV.ro" http-referrer="https://supertv.ro",Super TV (1080i) [Not 24/7] #EXTVLCOPT:http-referrer=https://supertv.ro https://live.supertv.ro/live/supertv/playlist.m3u8 +#EXTINF:-1 tvg-id="Antena1.ro",Antena 1 (720p) [Not 24/7] +https://live1ag.antenaplay.ro/live_a1ro/live_a1ro.m3u8 +#EXTINF:-1 tvg-id="MoinestiTV.ro",Moinesti TV (720p) +https://flus.moinestifm.ro/ro.moinesti/index.m3u8 +#EXTINF:-1 tvg-id="InformatiaTV.ro@SD",Informatia TV +https://informatia.streamnet.ro/mobile_tv/informatiatv.m3u8 +#EXTINF:-1 tvg-id="MISATV.ro@SD",MISA TV +https://vidl.misatv.ro:5050/MSTV/romanian_720p_baseline/playlist.m3u8 +#EXTINF:-1 tvg-id="PROFI24TV.ro@SD",PROFI 24 TV +https://owncast-jjg42-u20330.vm.elestio.app/hls/0/stream.m3u8 +#EXTINF:-1 tvg-id="Telestar1.ro@SD",Telestar1 +https://dvb.tennet.ro/mobile_tv/telestar.m3u8 +#EXTINF:-1 tvg-id="BollywoodClassic.ro@SD",Bollywood Classic +https://d35j504z0x2vu2.cloudfront.net/v1/master/0bc8e8376bd8417a1b6761138aa41c26c7309312/bollywood-classic/manifest.m3u8 +#EXTINF:-1 tvg-id="BollywoodHD.ro@SD",Bollywood HD +https://d35j504z0x2vu2.cloudfront.net/v1/master/0bc8e8376bd8417a1b6761138aa41c26c7309312/bollywood-hd/manifest.m3u8 diff --git a/streams/rs.m3u b/streams/rs.m3u index 97157fcf2d..24617b355a 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -69,3 +69,11 @@ http://77.83.120.135:8001/play/a0wn http://77.83.120.135:8001/play/a049 #EXTINF:-1 tvg-id="ZICOTV.rs",ZICO TV (1080p) http://77.83.120.135:8001/play/a161 +#EXTINF:-1 tvg-id="TDIRadioTV.rs@SD",TDI Radio TV +https://peer2.tdiradio.com/static/streaming-playlists/hls/8f5d84ce-e8ac-4109-9975-9665f5605557/master.m3u8 +#EXTINF:-1 tvg-id="NarodnaTV.rs",Narodna TV (720p) +https://edge8.pink.rs/narodnatv/index.m3u8 +#EXTINF:-1 tvg-id="Pink.rs",Pink (720p) +https://edge8.pink.rs/pinktv/index.m3u8 +#EXTINF:-1 tvg-id="RTSSvet.rs@HD",RTS Svet HD (720p) +https://cachehsi1a.netplus.ch/live/eds/rtssat/browser-dash/rtssat.mpd diff --git a/streams/ru.m3u b/streams/ru.m3u index 71468ce8ce..6be91786eb 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -4,8 +4,6 @@ https://edge2-tv-ll.facecast.io/evacoder_hls_hi/CkxfR1xNUAJwTgtXTBZTAJli/index.m #EXTINF:-1 tvg-id="360.ru",360ยฐ (720p) https://video1.in-news.ru/360/index.m3u8 #EXTINF:-1 tvg-id="",DanceHits80 -http://89.111.136.7:8080/index.m3u8 -#EXTINF:-1 tvg-id="",DanceHits80 http://dancehits80.denvs.ru:8080/index.m3u8 #EXTINF:-1 tvg-id="Kino24.ru",Kino 24 http://sirius.greenhosting.ru/Kino24Ru/video.m3u8 @@ -41,14 +39,6 @@ https://cdn.universmotri.ru/live/smil:univer.smil/playlist.m3u8 https://cdn.universmotri.ru/live/smil:mbr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="vijuTV1000action.ru",viju TV1000 action (1080p) http://65.21.85.175:8000/play/a012/index.m3u8?token=livetv -#EXTINF:-1 tvg-id="vijuPlusComedy.ru",viju+ Comedy (1080p) -http://77.235.1.17/vip_comedy/index.m3u8 -#EXTINF:-1 tvg-id="vijuPlusPremiere.ru",viju+ Premiere (1080p) -http://77.235.1.17/vip_premier/index.m3u8 -#EXTINF:-1 tvg-id="VIVARussia.ru" http-referrer="https://goodgame.ru" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.4044.138 Safari/537.36",VIVA Russia (1080p) [Not 24/7] -#EXTVLCOPT:http-referrer=https://goodgame.ru -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.4044.138 Safari/537.36 -https://hls.goodgame.ru/hls/180805.m3u8 #EXTINF:-1 tvg-id="AISTTV.ru",ะะธัั‚ ะขะ’ http://live2-aisttv.cdnvideo.ru/aisttv2/aisttv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Aris24.ru",ะั€ะธั 24 (720p) [Not 24/7] @@ -91,8 +81,6 @@ http://igi-hls.cdnvideo.ru/igi/igi_tcode/playlist.m3u8 http://serv25.vintera.tv:8081/test/k16/playlist.m3u8 #EXTINF:-1 tvg-id="KabbalaTV.ru",ะšะฐะฑะฑะฐะปะฐ ะขะ’ (360p) [Not 24/7] https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 -#EXTINF:-1 tvg-id="Kinopremyera.ru@HD",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ HD -http://45.159.74.13/Kinopremera/index.m3u8 #EXTINF:-1 tvg-id="RedLine.ru",ะšั€ะฐัะฝะฐั ะปะธะฝะธั http://s55766.cdn.ngenix.net/s55766-media-origin/rline_high/index.m3u8 #EXTINF:-1 tvg-id="RedLine.ru",ะšั€ะฐัะฝะฐั ะปะธะฝะธั @@ -133,9 +121,6 @@ https://hls-tvsoyuz.cdnvideo.ru/tvsoyuz2/muzsoyuz.6fw0-58xp-acts-esy0/playlist.m https://sirius.greenhosting.ru/MultimaniaRu/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="Multimania.ru",ะœัƒะปัŒั‚ะธะผะฐะฝะธั ะขะ’ http://sirius.greenhosting.ru/MultimaniaRu/video.m3u8 -#EXTINF:-1 tvg-id="Pobeda.ru" http-referrer="https://pobeda.tv/",ะŸะพะฑะตะดะฐ -#EXTVLCOPT:http-referrer=https://pobeda.tv/ -https://pkvc-hls3.cdnvideo.ru/Pobeda/smil:Pobeda.smil/chunklist_b5128000_slru.m3u8 #EXTINF:-1 tvg-id="HopeChannelRussia.ru",ะะฐะดะตะถะดะฐ (720p) https://live-tvhope.cdnvideo.ru/tvhope-pull/tvhope_1/playlist.m3u8 #EXTINF:-1 tvg-id="HopeChannelRussia.ru",ะะฐะดะตะถะดะฐ (720p) @@ -230,3 +215,199 @@ http://stream0.tv41.ru/live.m3u8 https://live-echotv.cdnvideo.ru/echotv/echotv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Yuvelirochka.ru",ะฎะฒะตะปะธั€ะพั‡ะบะฐ ะขะ’ (576p) https://live-uvelirochka.cdnvideo.ru/uvelirochka/uvelirochka_720p3/playlist.m3u8 +#EXTINF:-1 tvg-id="MMATVcom.ru@SD",MMA-TV.com +https://streams2.sofast.tv/vglive-sk-462904/playlist.m3u8 +#EXTINF:-1 tvg-id="DomashnieZhivotnye.ru",Domashnie Zhivotnye +http://178.217.72.66:8080/Domashnie_Zhivotnye/index.m3u8 +#EXTINF:-1 tvg-id="Zoopark.ru",Zoopark +https://s1.merlive.am/Zoopark/index.m3u8 +#EXTINF:-1 tvg-id="KTOKUDA.ru",KTOKUDA +https://s7.merlive.am/ktokuda/index.m3u8 +#EXTINF:-1 tvg-id="Teleputeshestviya.ru",Teleputeshestviya +http://31.148.48.15/Teleputeshestviya/index.m3u8 +#EXTINF:-1 tvg-id="o2tv.ru@SD",o2tv +http://31.148.48.15/O2_HD/index.m3u8 +#EXTINF:-1 tvg-id="Russkiyroman.ru@SD",Russkiy roman +http://31.148.48.15/Russkiy_Roman_HD/index.m3u8 +#EXTINF:-1 tvg-id="Komedia.ru",Komedia +https://s1.merlive.am/Komedia/index.m3u8 +#EXTINF:-1 tvg-id="KinoTV.ru",Kino TV +https://vod.tuva.ru/kinotv/index.m3u8 +#EXTINF:-1 tvg-id="Vgostyakhuskazki.ru",V gostyakh u skazki +https://s1.merlive.am/vgostyaxuskazki/index.m3u8 +#EXTINF:-1 tvg-id="STARTAir.ru",START Air +https://livetv.mylifeisgood.net.ru/channels/strwc.m3u8 +#EXTINF:-1 tvg-id="STARTWorld.ru",START World +https://livetv.mylifeisgood.net.ru/channels/strvf.m3u8 +#EXTINF:-1 tvg-id="ZagorodnyyInt.ru",Zagorodnyy Int +http://livetv.mylifeisgood.net.ru/channels/zagorodint.m3u8 +#EXTINF:-1 tvg-id="Dikayarybalka.ru",Dikaya rybalka +https://s1.merlive.am/dikaiaribalka/index.m3u8 +#EXTINF:-1 tvg-id="Muzhskoy.ru",Muzhskoy +https://s1.merlive.am/mujskoy/index.m3u8 +#EXTINF:-1 tvg-id="Teatr.ru",Teatr +http://31.148.48.15/Sochi_HD/index.m3u8 +#EXTINF:-1 tvg-id="FoodTime.ru",FoodTime +http://31.148.48.15/Eda_Premium_HD/index.m3u8 +#EXTINF:-1 tvg-id="OtkritiymirZdorove.ru",Otkritiy mir. Zdorove +https://v4.proofix.ru/0mir/index.m3u8 +#EXTINF:-1 tvg-id="Multilandia.ru@SD",Multilandia +http://178.217.72.66:8080/multilandiya/index.m3u8 +#EXTINF:-1 tvg-id="CarouselInternational.ru@SD",Carousel International +https://cdn4.skygo.mn/live/disk1/Karusel/HLSv3-FTA/Karusel.m3u8 +#EXTINF:-1 tvg-id="RENTVInternational.ru@SD",REN TV International +https://cdn4.skygo.mn/live/disk1/RenTV/HLSv3-FTA/RenTV.m3u8 +#EXTINF:-1 tvg-id="2x2.ru",2x2 +https://livetv.mylifeisgood.net.ru/channels/2x2.m3u8 +#EXTINF:-1 tvg-id="TNTInternational.ru@SD",TNT International +https://cdn4.skygo.mn/live/disk1/THT/HLSv3-FTA/THT.m3u8 +#EXTINF:-1 tvg-id="BRIDGEDeluxe.ru",BRIDGE Deluxe +http://31.148.48.15/Bridge_TV_HD/index.m3u8 +#EXTINF:-1 tvg-id="BRIDGEHits.ru",BRIDGE Hits +http://31.148.48.15/Bridge_TV_Dance/index.m3u8 +#EXTINF:-1 tvg-id="BRIDGEClassic.ru",BRIDGE Classic +http://31.148.48.15/Bridge_TV_Classic/index.m3u8 +#EXTINF:-1 tvg-id="RTGTV.ru",RTG TV +http://194.143.148.28:8080/RTG_HD/index.m3u8 +#EXTINF:-1 tvg-id="EGETV.ru",EGE TV +http://194.143.148.28:8080/RT_DOC/index.m3u8 +#EXTINF:-1 tvg-id="YuTV.ru",YuTV +https://livetv.mylifeisgood.net.ru/channels/u_ott_tv_hq.m3u8 +#EXTINF:-1 tvg-id="India.ru",India +http://31.148.48.15/Zee_TV_Russia/index.m3u8 +#EXTINF:-1 tvg-id="Evrokino.ru@SD",Evrokino +http://31.148.48.15/Evrokino/index.m3u8 +#EXTINF:-1 tvg-id="IllusionPlus.ru@SD",Illusion+ +http://31.148.48.15/Illusion_plus/index.m3u8 +#EXTINF:-1 tvg-id="Okhotairybalka.ru",Okhota i rybalka +https://s1.merlive.am/oxotairibalka/index.m3u8 +#EXTINF:-1 tvg-id="Tochkaotryva.ru",Tochka otryva +http://s1.merlive.am/tochkaotriva/index.m3u8 +#EXTINF:-1 tvg-id="Mama.ru",Mama +http://stv.mediacdn.ru/live/cdn/mama/playlist.m3u8 +#EXTINF:-1 tvg-id="Multimuzyka.ru",Mult i muzyka +http://stv.mediacdn.ru/live/cdn/multimuzika/playlist.m3u8 +#EXTINF:-1 tvg-id="Mult.ru",Mult +http://stv.mediacdn.ru/live/cdn/mult/playlist.m3u8 +#EXTINF:-1 tvg-id="SuperGeroi.ru",SuperGeroi +http://178.124.179.122:8088/Malish/index.m3u8 +#EXTINF:-1 tvg-id="Cinema.ru",Cinema +http://catchup.videoline.ru/cinema/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ZhivayaPlaneta.ru@SD",Zhivaya Planeta +http://31.148.48.15/Zhivaya_Planeta/index.m3u8 +#EXTINF:-1 tvg-id="HDL.ru",HDL +http://31.148.48.15/HD_Life/index.m3u8 +#EXTINF:-1 tvg-id="AutoPlus.ru@SD",Auto Plus +http://31.148.48.15/Avto_Plus/index.m3u8 +#EXTINF:-1 tvg-id="Bolt.ru",Bolt +http://95.142.88.250:80/Bolt/index.m3u8 +#EXTINF:-1 tvg-id="StarCinema.ru",Star Cinema +http://s1.merlive.am/starsinema/index.m3u8 +#EXTINF:-1 tvg-id="Kineko.ru",Kineko +http://194.143.148.28:8080/KINEKO/index.m3u8 +#EXTINF:-1 tvg-id="TERRA.ru",TERRA +https://livetv.mylifeisgood.net.ru/channels/terra.m3u8 +#EXTINF:-1 tvg-id="scifi.ru@SD",.sci-fi +http://178.124.179.122:8088/Sci-Fi/index.m3u8 +#EXTINF:-1 tvg-id="black.ru",.black +http://s1.merlive.am/black/index.m3u8 +#EXTINF:-1 tvg-id="Solnce.ru",Solnce +http://tv.mediacdn.ru/live/solntse/playlist.m3u8 +#EXTINF:-1 tvg-id="TNT4International.ru@SD",TNT4 International +https://cdn4.skygo.mn/live/disk1/TNT4/HLSv3-FTA/TNT4.m3u8 +#EXTINF:-1 tvg-id="KHLPrime.ru",KHL Prime +http://194.143.148.28:8080/KHL_HD/index.m3u8 +#EXTINF:-1 tvg-id="Konniymir.ru",Konniy mir +https://cdn-01.bonus-tv.ru/kmir/playlist.m3u8 +#EXTINF:-1 tvg-id="Konniymir.ru",Konniy mir +https://s1.merlive.am/konnimir/index.m3u8 +#EXTINF:-1 tvg-id="SmaylikTV.ru",Smaylik TV +https://5d23269b3ec0c.streamlock.net/WEB_Smilik/Smilik.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="MoyaPlaneta.ru",Moya Planeta +http://194.143.148.28:8080/MoyaPlanetaHD/index.m3u8 +#EXTINF:-1 tvg-id="Zhivayapriroda.ru",Zhivaya priroda +https://s1.merlive.am/Jivaiapriroda/index.m3u8 +#EXTINF:-1 tvg-id="STSkids.ru",STS kids +http://31.148.48.15/STS_Kids_HD/index.m3u8 +#EXTINF:-1 tvg-id="TaynyGalaktiki.ru",Tayny Galaktiki +https://s1.merlive.am/TainiGalaktiki/index.m3u8 +#EXTINF:-1 tvg-id="Dikayaokhota.ru",Dikaya okhota +https://s1.merlive.am/dikayaoxota/index.m3u8 +#EXTINF:-1 tvg-id="FeniksplusKino.ru",Feniks plus Kino +http://31.148.48.15/Feniks_plus_kino/index.m3u8 +#EXTINF:-1 tvg-id="Football.ru@SD",Football +http://31.148.48.15/Futbol_HD/index.m3u8 +#EXTINF:-1 tvg-id="DomashniyInternational.ru@SD",Domashniy International +https://cdn4.skygo.mn/live/disk1/Domashni/HLSv3-FTA/Domashni.m3u8 +#EXTINF:-1 tvg-id="Domashniy.ru",Domashniy +http://65.21.85.175:8000/play/a00n/index.m3u8?token=livetv +#EXTINF:-1 tvg-id="KukhnyaTV.ru@SD",Kukhnya TV +http://31.148.48.15/Kuhnya_TV/index.m3u8 +#EXTINF:-1 tvg-id="Sarafan.ru",Sarafan +http://95.142.88.250:80/sarafan/index.m3u8 +#EXTINF:-1 tvg-id="Nauka.ru",Nauka +https://vod.tuva.ru/nauka2/index.m3u8 +#EXTINF:-1 tvg-id="O.ru",O! +http://178.217.72.66:8080/O/index.m3u8 +#EXTINF:-1 tvg-id="Pobeda.ru",Pobeda +http://178.217.72.66:8080/pobeda/index.m3u8 +#EXTINF:-1 tvg-id="Ani.ru",Ani +http://stv.mediacdn.ru/live/cdn/ani/playlist.m3u8 +#EXTINF:-1 tvg-id="Bober.ru",Bober +http://178.217.72.66:8080/Bober/index.m3u8 +#EXTINF:-1 tvg-id="RusskiyIllusion.ru",Russkiy Illusion +http://178.217.72.66:8080/Russkiy_Illyuzion/index.m3u8 +#EXTINF:-1 tvg-id="Unikum.ru",Unikum +http://31.148.48.15/Detskiy/index.m3u8 +#EXTINF:-1 tvg-id="NasheLubimoeKino.ru",Nashe Lubimoe Kino +https://s7.merlive.am/lubimoekino/index.m3u8 +#EXTINF:-1 tvg-id="ZagorodnayaZhizn.ru",Zagorodnaya Zhizn +https://s7.merlive.am/zagorodnayajizn/index.m3u8 +#EXTINF:-1 tvg-id="NST.ru",NST +http://178.217.72.66:8080/NSTV/index.m3u8 +#EXTINF:-1 tvg-id="Arsenal.ru",Arsenal +http://178.217.72.66:8080/arsenalhd/index.m3u8 +#EXTINF:-1 tvg-id="Friday.ru",Friday! +https://livetv.mylifeisgood.net.ru/channels/fridayhd.m3u8 +#EXTINF:-1 tvg-id="TNT.ru",TNT +https://livetv.mylifeisgood.net.ru/channels/tnthd.m3u8 +#EXTINF:-1 tvg-id="TV3.ru",TV-3 +https://livetv.mylifeisgood.net.ru/channels/tv3hd.m3u8 +#EXTINF:-1 tvg-id="TNT4.ru",TNT4 +https://livetv.mylifeisgood.net.ru/channels/tnt4.m3u8 +#EXTINF:-1 tvg-id="Subbota.ru",Subbota! +https://livetv.mylifeisgood.net.ru/channels/subbota.m3u8 +#EXTINF:-1 tvg-id="FridayInternational.ru@SD",Friday! International +https://cdn4.skygo.mn/live/disk1/Friday/HLSv3-FTA/Friday.m3u8 +#EXTINF:-1 tvg-id="DaVinci.ru@SD",Da Vinci +http://178.217.72.66:8080/Da_Vinchi/index.m3u8 +#EXTINF:-1 tvg-id="Channel5.ru",Channel 5 +http://178.217.72.66:8080/5_Kanal/index.m3u8 +#EXTINF:-1 tvg-id="PeretzInternational.ru@SD",Peretz International +https://cdn4.skygo.mn/live/disk1/Che/HLSv3-FTA/Che.m3u8 +#EXTINF:-1 tvg-id="EuropaPlusTV.ru",Europa Plus TV +http://31.148.48.15/Europa_Plus_HD/index.m3u8 +#EXTINF:-1 tvg-id="KVNTV.ru@SD",KVN TV +http://31.148.48.15/KVN_TV/index.m3u8 +#EXTINF:-1 tvg-id="Che.ru@SD",Che! +https://vs6.cdn.mrf.tvime.ru/che/index.m3u8 +#EXTINF:-1 tvg-id="STSInternational.ru@SD",STS International +https://cdn4.skygo.mn/live/disk1/STS/HLSv3-FTA/STS.m3u8 +#EXTINF:-1 tvg-id="Kino1International.ru@SD",Kino 1 International +https://kino-1.catcast.tv/content/38617/index.m3u8 +#EXTINF:-1 tvg-id="MuzTV.ru",Muz-TV +https://livetv.mylifeisgood.net.ru/channels/muztvhd.m3u8 +#EXTINF:-1 tvg-id="STSLove.ru",STS Love +http://194.143.148.28:8080/CTC_LOVE/index.m3u8 +#EXTINF:-1 tvg-id="MosfilmGoldCollection.ru",Mosfilm Gold Collection +http://178.217.72.66:8080/mosfilm/index.m3u8 +#EXTINF:-1 tvg-id="BigPlanet.ru",Big Planet +http://178.217.72.66:8080/big_planet/index.m3u8 +#EXTINF:-1 tvg-id="OTR.ru",OTR +http://178.217.72.66:8080/OTR/index.m3u8 +#EXTINF:-1 tvg-id="RENTV.ru",REN TV +http://178.217.72.66:8080/REN_TV/index.m3u8 +#EXTINF:-1 tvg-id="TVCentr.ru",TV Centr +https://tvc-hls.cdnvideo.ru/tvc-res/smil:vd9221.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="MatchArena.ru",Match! Arena +http://194.143.148.28:8080/MatchArena/index.m3u8 diff --git a/streams/ru_s18209.m3u b/streams/ru_s18209.m3u index c7cffdf04a..7452e53aad 100644 --- a/streams/ru_s18209.m3u +++ b/streams/ru_s18209.m3u @@ -1,37 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="Channel5.ru",5 ะบะฐะฝะฐะป -http://s18209.cdn.ngenix.net/hls/CH_R02_5TV/playlist.m3u8 -#EXTINF:-1 tvg-id="Domashniy.ru",ะ”ะพะผะฐัˆะฝะธะน -http://s18209.cdn.ngenix.net/hls/CH_R04_DOMASHNY/playlist.m3u8 -#EXTINF:-1 tvg-id="Zvezda.ru",ะ—ะฒะตะทะดะฐ -http://s18209.cdn.ngenix.net/hls/CH_R03_ZVEZDA/playlist.m3u8 -#EXTINF:-1 tvg-id="Carousel.ru",ะšะฐั€ัƒัะตะปัŒ -http://s18209.cdn.ngenix.net/hls/CH_R01_KARUSEL/playlist.m3u8 -#EXTINF:-1 tvg-id="NTV.ru",ะะขะ’ -http://s18209.cdn.ngenix.net/hls/CH_R03_NTV/playlist.m3u8 -#EXTINF:-1 tvg-id="OTR.ru",ะžะฑั‰ะตัั‚ะฒะตะฝะฝะพะต ะขะตะปะตะฒะธะดะตะฝะธะต ะ ะพััะธะธ -http://s18209.cdn.ngenix.net/hls/CH_R01_OTR/playlist.m3u8 -#EXTINF:-1 tvg-id="ChannelOne.ru",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป -http://s18209.cdn.ngenix.net/hls/CH_R03_1TV/playlist.m3u8 -#EXTINF:-1 tvg-id="Friday.ru",ะŸัั‚ะฝะธั†ะฐ -http://s18209.cdn.ngenix.net/hls/CH_R01_FRIDAY/playlist.m3u8 -#EXTINF:-1 tvg-id="RENTV.ru",ะ ะ•ะ ะขะ’ -http://s18209.cdn.ngenix.net/hls/CH_R02_RENTV/playlist.m3u8 -#EXTINF:-1 tvg-id="Russia1.ru",ะ ะพััะธั 1 -http://s18209.cdn.ngenix.net/hls/CH_R04_ROSSIA1/playlist.m3u8 -#EXTINF:-1 tvg-id="Russia24.ru",ะ ะพััะธั 24 -http://s18209.cdn.ngenix.net/hls/CH_R01_ROSSIA24/playlist.m3u8 -#EXTINF:-1 tvg-id="RussiaK.ru",ะ ะพััะธั-ะš -http://s18209.cdn.ngenix.net/hls/CH_R02_ROSSIAK/playlist.m3u8 -#EXTINF:-1 tvg-id="STS.ru",ะกะขะก -http://s18209.cdn.ngenix.net/hls/CH_R02_STS/playlist.m3u8 -#EXTINF:-1 tvg-id="TV3.ru",ะขะ’3 -http://s18209.cdn.ngenix.net/hls/CH_R01_TV3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCentr.ru",ะขะ’ ะฆะตะฝั‚ั€ -http://s18209.cdn.ngenix.net/hls/CH_R04_TVC/playlist.m3u8 -#EXTINF:-1 tvg-id="TNT.ru",ะขะะข -http://s18209.cdn.ngenix.net/hls/CH_R01_TNT/playlist.m3u8 -#EXTINF:-1 tvg-id="Che.ru",ะงะต! -http://s18209.cdn.ngenix.net/hls/CH_R02_PERETZ/playlist.m3u8 -#EXTINF:-1 tvg-id="U.ru",ะฎ -http://s18209.cdn.ngenix.net/hls/CH_R03_U/playlist.m3u8 diff --git a/streams/ru_zabava.m3u b/streams/ru_zabava.m3u index cbb9e94a77..7452e53aad 100644 --- a/streams/ru_zabava.m3u +++ b/streams/ru_zabava.m3u @@ -1,46 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="Domashniy.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะ”ะพะผะฐัˆะฝะธะน (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 -#EXTINF:-1 tvg-id="Carousel.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะšะฐั€ัƒัะตะปัŒ (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_KARUSEL/variant.m3u8 -#EXTINF:-1 tvg-id="RussiaK.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะšัƒะปัŒั‚ัƒั€ะฐ (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_RUSSIAK/variant.m3u8 -#EXTINF:-1 tvg-id="LenTV24.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะ›ะตะฝ ะขะ’ 24 (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://rt-nw-spb-htlive.cdn.ngenix.net/hls/CH_R02_LENTVSD/variant.m3u8 -#EXTINF:-1 tvg-id="NTV.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะะขะ’ (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_NTV/variant.m3u8 -#EXTINF:-1 tvg-id="Prima.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะŸั€ะธะผะฐ (1080p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://rt-sib-krsk-htlive.cdn.ngenix.net/hls/CH_R11_OTT_SIB_KRSK_STS/variant.m3u8 -#EXTINF:-1 tvg-id="Friday.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะŸัั‚ะฝะธั†ะฐ! (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_PYATNIZZA/variant.m3u8 -#EXTINF:-1 tvg-id="Channel5.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะŸัั‚ั‹ะน ะšะฐะฝะฐะป (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_5TV/variant.m3u8 -#EXTINF:-1 tvg-id="RENTV.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะ ะ•ะ ะขะ’ (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_RENTV/variant.m3u8 -#EXTINF:-1 tvg-id="STS.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะกะขะก (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8 -#EXTINF:-1 tvg-id="STSLove.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะกะขะก Love (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 -#EXTINF:-1 tvg-id="Subbota.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะกัƒะฑะฑะพั‚ะฐ! (450p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_SUPER/variant.m3u8 -#EXTINF:-1 tvg-id="TV3.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะขะ’-3 (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_TV3/variant.m3u8 -#EXTINF:-1 tvg-id="TNT.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะขะะข (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_TNT/variant.m3u8 -#EXTINF:-1 tvg-id="Che.ru" http-user-agent="WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer",ะงะต! (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=WINK/1.44.1 (AndroidTV/9) HlsWinkPlayer -https://zabava-htlive.cdn.ngenix.net/hls/CH_PERETZ/variant.m3u8 diff --git a/streams/rw.m3u b/streams/rw.m3u index 64850ca27b..cce088968e 100644 --- a/streams/rw.m3u +++ b/streams/rw.m3u @@ -17,3 +17,9 @@ https://5c46fa289c89f.streamlock.net/rtv/rtv/playlist.m3u8 https://frn.rtsp.me/jDzHciIUzTOuXiUaI-Vg1w/1738881610/hls/BtBbfbnK.m3u8 #EXTINF:-1 tvg-id="TV10.rw",TV10 (720p) https://5c46fa289c89f.streamlock.net/pub1live/mystream/playlist.m3u8 +#EXTINF:-1 tvg-id="IsiboTV.rw@SD",Isibo TV +https://5c46fa289c89f.streamlock.net/pub2live/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="TV1.rw@SD",TV1 +https://live.tv1.rw/live/tv1rwanda_480/index.m3u8 +#EXTINF:-1 tvg-id="AhupaVisualRadio.rw@SD",Ahupa Visual Radio +https://tv.btnrwanda.com:3349/live/ahupalive.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index f26dcb9c0b..210653fcc1 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -9,8 +9,8 @@ https://av.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 https://shd-gcp-live.edgenextcdn.net/live/bitmovin-al-ekhbaria/297b3ef1cd0633ad9cfba7473a686a06/index.m3u8 #EXTINF:-1 tvg-id="AlEkhbariya.sa",Al Ekhbariya (360p) https://cdn-globecast.akamaized.net/live/eds/al_ekhbariya/hls_roku/index.m3u8 -#EXTINF:-1 tvg-id="AlHadath.sa",Al Hadath TV (1080p) -https://shls-hadath-prod-dub.shahid.net/out/v1/0e1a306399c346faac4226aa0858f99b/index.m3u8 +#EXTINF:-1 tvg-id="AlHadath.sa@SD",Al Hadath (1080p) +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-hadath/2ff87ec4c2f3ede35295a20637d9f8fd/index.m3u8 #EXTINF:-1 tvg-id="AlHadath.sa",Al Hadath TV (1080p) [Not 24/7] https://live.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlKhalijTV.sa",Al Khalij (720p) [Not 24/7] @@ -66,8 +66,6 @@ https://5d658d7e9f562.streamlock.net/atfal1.com/atfal2/playlist.m3u8 https://shls-live-enc.edgenextcdn.net/out/v1/948c54279b594944adde578c95f1d7d1/index.m3u8 #EXTINF:-1 tvg-id="BedayaTV.sa",Bedaya TV (1080p) https://shls-live-enc.edgenextcdn.net/out/v1/97427be47b79457b9ca245e22a8db23a/index.m3u8 -#EXTINF:-1 tvg-id="BigTimePlus.sa",Big Time Plus (1080p) -https://big-time-plus-enc.edgenextcdn.net/out/v1/c885383fb76943c98fa223e7fd08b125/index.m3u8 #EXTINF:-1 tvg-id="Fairuz.sa",Fairuz (1080p) https://shls-live-enc.edgenextcdn.net/out/v1/bba3ef00b71b470fa955d93a9ca8c277/index.m3u8 #EXTINF:-1 tvg-id="IqraaArabic.sa",Iqraa Arabic (1080p) [Not 24/7] @@ -79,7 +77,7 @@ https://live.kwikmotion.com/sbrksajeddahradiolive/srpksajeddahradio/playlist.m3u #EXTINF:-1 tvg-id="LBC.sa" http-referrer="https://rotana.net/",LBC (1080p) #EXTVLCOPT:http-referrer=https://rotana.net/ https://rotana.hibridcdn.net/rotananet/lbc_net-7Y83PP5adWixDF93/playlist.m3u8 -#EXTINF:-1 tvg-id="MPlusHD.sa",M+ HD (1080p) +#EXTINF:-1 tvg-id="MPlus.sa",M+ (1080p) https://d35j504z0x2vu2.cloudfront.net/v1/master/0bc8e8376bd8417a1b6761138aa41c26c7309312/m-plus/playlist.m3u8 #EXTINF:-1 tvg-id="MajidAlMohandis.sa",Majid Al Mohandis (1080p) https://shls-live-mood-ak.akamaized.net/out/v1/8e2419c6c7494dbba478be025af490ee/index.m3u8 @@ -113,7 +111,7 @@ https://shls-live-enc.edgenextcdn.net/out/v1/ea4275b6dc0840c198c17f6dc6f1ec49/in https://shls-live-enc.edgenextcdn.net/out/v1/0ef83323c0374a1187c182645db2a45f/index.m3u8 #EXTINF:-1 tvg-id="RashidAlMajed.sa",Rashid AlMajed (1080p) https://dphwv2ufgnfsq.cloudfront.net/out/v1/59cd80dfe93a479eb8b4d79bc6f225ca/index.m3u8 -#EXTINF:-1 tvg-id="RotanaAflamPlusHD.sa",Rotana Aflam+ HD (1080p) +#EXTINF:-1 tvg-id="RotanaAflamPlus.sa",Rotana Aflam+ (1080p) https://d35j504z0x2vu2.cloudfront.net/v1/master/0bc8e8376bd8417a1b6761138aa41c26c7309312/rotana-aflam-plus/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaCinemaKSA.sa",Rotana Cinema KSA (1080p) https://bcovlive-a.akamaihd.net/9527a892aeaf43019fd9eeb77ad1516e/eu-central-1/6057955906001/playlist.m3u8 @@ -151,7 +149,11 @@ https://shls-live-event2-prod-dub.shahid.net/out/v1/0456ede1a39145d98b3d8c8062dd https://shls-live-enc.edgenextcdn.net/out/v1/90143f040feb40589d18c57863d9e829/index.m3u8 #EXTINF:-1 tvg-id="Tarab.sa",Tarab (1080p) https://shls-live-mood-ak.akamaized.net/out/v1/90143f040feb40589d18c57863d9e829/index.m3u8 -#EXTINF:-1 tvg-id="ThikrayatTV.sa",Thikrayat TV (1080p) -https://al-ekhbaria-prod-dub.shahid.net/out/v1/ef87956651694f4ba2ccc16e852dbb95/index.m3u8 #EXTINF:-1 tvg-id="AlMajdHolyQuran.sa",Al-Majd Holy Quran https://edge66.magictvbox.com/liveApple/al_majd/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="KSASports1.sa@SD",KSA Sports 1 +https://live20.bozztv.com/gin-36bay3/ga-ksaports1/index.m3u8 +#EXTINF:-1 tvg-id="Maraya.sa",Maraya (1080p) +https://shls-live-enc.edgenextcdn.net/out/v1/a4a39d8e92e34b0780ca602270a59512/index.m3u8 +#EXTINF:-1 tvg-id="AlSaudiya.sa@SD",Al Saudiya +http://trn03.bozztv.com/gin-sauditv/index.m3u8 diff --git a/streams/sd.m3u b/streams/sd.m3u index 71c91dbc3f..5ddb5c613b 100644 --- a/streams/sd.m3u +++ b/streams/sd.m3u @@ -6,6 +6,6 @@ http://82.212.74.98:8000/live/7815.m3u8 #EXTINF:-1 tvg-id="DabangaTV.sd",Dabanga TV (1080p) https://hls.dabangasudan.org/hls/stream.m3u8 #EXTINF:-1 tvg-id="SudanTV.sd",Sudan TV (480p) -https://tgn.bozztv.com/trn03/gin-sudantv/index.m3u8 +http://trn03.bozztv.com/gin-sudantv/index.m3u8 #EXTINF:-1 tvg-id="SudanTV.sd",Sudan TV (360p) https://cdn-globecast.akamaized.net/live/eds/sudan_tv/hls_roku/index.m3u8 diff --git a/streams/se.m3u b/streams/se.m3u index 07d98d1945..7de67069e1 100644 --- a/streams/se.m3u +++ b/streams/se.m3u @@ -27,3 +27,5 @@ https://svtb-c.akamaized.net/se/svtb/master.m3u8 https://svtk-c.akamaized.net/se/svtk/master.m3u8 #EXTINF:-1 tvg-id="VSportVinter.se",V Sport Vinter (720p) http://62.210.211.188:2095/play/a00q +#EXTINF:-1 tvg-id="KomalaTV.se@SD",Komala TV +http://dvrfl05.bozztv.com/gin-komalatv/index.m3u8 diff --git a/streams/se_samsung.m3u b/streams/se_samsung.m3u index d83189f2f9..6fc940084c 100644 --- a/streams/se_samsung.m3u +++ b/streams/se_samsung.m3u @@ -1,46 +1,22 @@ #EXTM3U #EXTINF:-1 tvg-id="AreWeThereYet.us",Are we there Yet? [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00353-lionsgatestudio-arewethereyetse-samsungse/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake -https://bloomberg-quicktake-1-se.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="",Bloomberg TV+ https://bloomberg-bloombergtv-3-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) [Not 24/7] -https://rakuten-euronews-1-se.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FailArmy.us",Failarmy International https://failarmy-international-se.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVEurope.fr",Fashion TV https://fashiontv-fashiontv-5-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Filmstream.nl",Filmstream -https://spi-filmstream-1-se.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="GoUSATV.us",Go Usa TV https://brandusa-gousa-1-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TheGuardian.uk",Guardian -https://rakuten-guardian-1-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.ca@SD",Gusto TV -https://gustotv-gustotv-2-se.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MuseumTVFast.us",Museum TV Fast https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtv-eng-samsungse/playlist.m3u8 #EXTINF:-1 tvg-id="",Myzen Fit https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01255-secomcofites-my-myzen-samsungen-samsungse/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleAreAwesome.us",People are Awesome https://jukin-peopleareawesome-2-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Radical Docs -https://quintus-radicaldocs-1-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVActionMovies.es@Sweden",Rakuten Action -https://rakuten-action-9-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVComedyMovies.es@Sweden",Rakuten Comedy -https://rakuten-comedy-9-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaMovies.es@Sweden",Rakuten Drama -https://rakuten-drama-9-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyMovies.es@Sweden",Rakuten Family -https://rakuten-family-9-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVSpotlight.es@Sweden",Rakuten Spotlight -https://rakuten-spotlight-9-se.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="StrongmanChampionsLeague.pl@SD",Strongman Champions League https://rightsboosterltd-scl-1-se.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us",Tastemade -https://tmint-aus-samsungswedan.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThePetCollective.us@Sweden",The Pet Collective Sweden https://the-pet-collective-international-se.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Travelxp.in",Travelxp @@ -49,5 +25,3 @@ https://travelxp-travelxp-1-se.samsung.wurl.tv/playlist.m3u8 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01415-waterbearnetwor-waterbear-samsungse/playlist.m3u8 #EXTINF:-1 tvg-id="WildEarth.uk",WildEarth [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01290-wildearthmediap-wildearth-samsungse/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldPokerTour.us",World Poker Tour -https://wpt-theworldpokertour-1-se.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/si.m3u b/streams/si.m3u index e067f7ee34..674f3dcf94 100644 --- a/streams/si.m3u +++ b/streams/si.m3u @@ -19,3 +19,5 @@ https://vpn.video2go.live:444/trzic/tv/playlist.m3u8 http://ott.sgn.net/hls/tvurslja.m3u8 #EXTINF:-1 tvg-id="VeseljakTV.si",Veseljak TV (1080p) https://vr.veseljak.tv/hls/stream.m3u8 +#EXTINF:-1 tvg-id="TVVeseljakGolicaHD.si",TV Veseljak Golica HD +https://radio.serv.si/VeseljakGolicaTV/tracks-v1a1/mono.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index 9fc6df1c39..de257da315 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -53,3 +53,17 @@ https://strhls.streamakaci.tv/yakaartv/yakaartv-multi/playlist.m3u8 https://endour.net/hls/Yegle-tv/index.m3u8 #EXTINF:-1 tvg-id="2STV.sn",2STV http://69.64.57.208/2stv/playlist.m3u8 +#EXTINF:-1 tvg-id="LampFallTV.sn@SD",Lamp Fall TV +https://live20.bozztv.com/dvrfl06/astv/astv-lampfall/index.m3u8 +#EXTINF:-1 tvg-id="RadioTeleFulbe.sn@SD",Radio Tele Fulbe +https://live20.bozztv.com/dvrfl06/astv/astv-fulbetv/index.m3u8 +#EXTINF:-1 tvg-id="7TVSenegal.sn@SD",7TV Senegal +https://live20.bozztv.com/dvrfl06/astv/astv-7tv/index.m3u8 +#EXTINF:-1 tvg-id="BichriTV.sn@SD",Bichri TV +https://live20.bozztv.com/dvrfl06/astv/astv-bichritv/index.m3u8 +#EXTINF:-1 tvg-id="ToubaTV.sn@SD",Touba TV +https://live20.bozztv.com/dvrfl06/astv/astv-toubatv/index.m3u8 +#EXTINF:-1 tvg-id="AsfiyahiTV.sn@SD",Asfiyahi TV +https://live20.bozztv.com/dvrfl06/astv/astv-asfiyahilive/index.m3u8 +#EXTINF:-1 tvg-id="AlMouridiyyahTV.sn@SD",Al Mouridiyyah TV +https://live20.bozztv.com/dvrfl06/astv/astv-AlMouridiyyahTV/index.m3u8 diff --git a/streams/sv.m3u b/streams/sv.m3u index b4f9c5dff1..3d527154bc 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -7,9 +7,6 @@ https://mgv-awapa.akamaized.net/hls/live/2104282/MGV_CHANNEL15/master.m3u8 https://telecorporacion-es.cdn.vustreams.com/live/d3e259fa-736d-46b0-b1c9-71caf946ace9/live.isml/live.m3u8 #EXTINF:-1 tvg-id="Canal3Impresionante.sv",Canal 3 Impresionante (480p) https://cloud2.streaminglivehd.com:1936/8048/8048/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4.sv" http-referrer="https://www.tcsgo.com/",Canal 4 (El Salvador) (1080p) [Not 24/7] -#EXTVLCOPT:http-referrer=https://www.tcsgo.com/ -https://telecorporacion-es.cdn.vustreams.com/live/5d245474-cad2-47bc-b605-ad04c619247d/live.isml/live.m3u8 #EXTINF:-1 tvg-id="Canal6.sv",Canal 6 (480p) [Not 24/7] https://telecorporacion.cdn.vustreams.com/live/b164ebe7-decf-4a5a-8aea-5bb56fb92dfc/live.isml/live.m3u8 #EXTINF:-1 tvg-id="Canal11TuTV.sv",Canal 11 TuTV (349p) diff --git a/streams/sy.m3u b/streams/sy.m3u index 0d7af4d6af..15c304816c 100644 --- a/streams/sy.m3u +++ b/streams/sy.m3u @@ -1,10 +1,12 @@ #EXTM3U +#EXTINF:-1 tvg-id="WelatTV.sy@HD",Welat TV (1080i) +http://stream.welattv.net:1935/welat/tv/.m3u8 #EXTINF:-1 tvg-id="Althania.sy",Althania (1080p) https://live.kwikmotion.com/syriatv02live/syriatv02.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LanaTV.lb",LTV (360p) https://p-ltv.akamaized.net/ltv/ltv.m3u8 -#EXTINF:-1 tvg-id="RojavaTV.sy",Rojava TV -https://rojava-tv.akamaized.net/hls/rojava-tv.m3u8 +#EXTINF:-1 tvg-id="RojavaTV.sy",Rojava TV (1080p) +https://iko-streamline-live1.akamaized.net/RojavaTV/master.m3u8 #EXTINF:-1 tvg-id="RonahiTV.sy",Ronahi TV https://ronahi-tv.akamaized.net/hls/ronahi-tv.m3u8 #EXTINF:-1 tvg-id="SpacetoonArabic.ae",Spacetoon (576p) @@ -15,3 +17,5 @@ https://live.kwikmotion.com/syriatvlive/syriatv.smil/playlist_dvr.m3u8 https://stream.ads.ottera.tv/playlist.m3u8?network_id=6017 #EXTINF:-1 tvg-id="SyriaTV.sy@SD",Syria TV (1080p) https://svs.itworkscdn.net/syriatvlive/syriatv.smil/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="RonahiTV.sy",Ronahi TV (1080p) +https://iko-streamline-live1.akamaized.net/RonahiTV/master.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index 0ca965f040..e34a89a58e 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -68,7 +68,7 @@ http://49.0.87.24:1936/HDDragon/Dragon/playlist.m3u8 #EXTINF:-1 tvg-id="MCOTHD.th",MCOT HD (720p) https://live-org-01-cdn.mcot.net/mcothd1080p_edge/smil:mcothd1080p.smil/master.m3u8 #EXTINF:-1 tvg-id="MONO29.th",MONO 29 (1080p) -https://streaming.monomax.me/Mono29LiveStream/ngrp:myStream_all/master.m3u8 +https://lb1-live-mv.v2h-cdn.com/hls/ffbc/mono29/mono29.m3u8 #EXTINF:-1 tvg-id="NationTV.th",Nation TV https://nationtv-1jdcjo.cdn.byteark.com/fleetstream/nationtvlive/index.m3u8 #EXTINF:-1 tvg-id="NBT2HD.th",NBT 2HD (720p) @@ -103,3 +103,39 @@ http://symc-cdn.violin.co.th:1935/tndedge/whitechannel/chunklist.m3u8 https://lb1-live-mv.v2h-cdn.com/hls/ffcb/workpoint/workpoint.m3u8 #EXTINF:-1 tvg-id="ZabbChannel.th",Zabb Channel (720p) https://vdo.plathong.net/flash7057/flash7057/playlist.m3u8 +#EXTINF:-1 tvg-id="GMM25.th@SD",GMM 25 +https://bcovlive-a.akamaihd.net/57d4bf695e80436d9335f4f50adbe438/ap-southeast-1/6415628290001/7e85dc4a59904e45b4fdffebd62e1d82/playlist_ssaiM.m3u8 +#EXTINF:-1 tvg-id="One31.th@SD",One 31 +https://bcovlive-a.akamaihd.net/b6603a14ea59440a95e9235e14bc9332/ap-southeast-1/6415628290001/9c3d7fc7d10840a69e48b5939ae886e0/playlist_ssaiM.m3u8 +#EXTINF:-1 tvg-id="LanthungTV.th@SD",Lanthung TV +rtsp://103.113.47.82:554/lantungsd.sdp +#EXTINF:-1 tvg-id="MediaTV.th@SD",Media TV +http://49.0.87.24:1936/HDMediatv/Mediatv/playlist.m3u8 +#EXTINF:-1 tvg-id="PSISaradee99.th@SD",PSI Saradee 99 +http://103.120.113.107:80/Saradee/index.m3u8 +#EXTINF:-1 tvg-id="CoolChannel.th@SD",Cool Channel +https://live-iptv.cool-channel.com/cool/live-720P.m3u8 +#EXTINF:-1 tvg-id="UmmTV.th@SD",Umm TV +http://psilive1.sky-cdn.com:1935/psi-62/psi-62.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="SBTTV.th@SD",SBT TV +http://122.155.12.107:1935/live/sbt_tv_aac_300/playlist.m3u8 +#EXTINF:-1 tvg-id="SBBTV.th@SD",SBB TV +https://cdn-th-vip2.livestreaming.in.th/watsanghathan/watsanghathan/playlist.m3u8 +#EXTINF:-1 tvg-id="ToplineTV.th@SD",Topline TV +rtsp://103.113.47.82:554/toplinesd.sdp +#EXTINF:-1 tvg-id="PeopleTV.th@SD",People TV +rtsp://103.113.47.82:554/peopletvsd.sdp +#EXTINF:-1 tvg-id="LanthungTV.th@SD",Lanthung TV +https://live-us1.thaimomo.com/live-as/chlantung-2/playlist.m3u8 +#EXTINF:-1 tvg-id="Channel8.th@SD",Channel 8 +https://lb1-live-mv.v2h-cdn.com/hls/ffbe/ch8/ch8.m3u8 +#EXTINF:-1 tvg-id="MONO29.th@SD",MONO 29 +https://live-us1.thaimomo.com/live-as/chmono29-2/playlist.m3u8 +#EXTINF:-1 tvg-id="MCOTHD.th@SD",MCOT HD +https://lb1-live-mv.v2h-cdn.com/hls/ffbb/mcot/mcot.m3u8 +#EXTINF:-1 tvg-id="KasetChannel.th@SD",Kaset Channel +http://103.120.113.107:80/Kasat70/video.m3u8 +#EXTINF:-1 tvg-id="AtTV.th@SD",@TV +http://161.82.243.133:8089/HDAttv/video.m3u8 +#EXTINF:-1 tvg-id="Mangorn.th@SD",Mangorn +http://161.82.243.133:8089/HDDragon/video.m3u8?token=qp_moaKmgt0xl1 diff --git a/streams/th_v2hcdn.m3u b/streams/th_v2hcdn.m3u index 948d25e88b..16765493a7 100644 --- a/streams/th_v2hcdn.m3u +++ b/streams/th_v2hcdn.m3u @@ -9,7 +9,7 @@ https://lb1-live-mv.v2h-cdn.com/hls/ffda/jkn18/jkn18.m3u8 https://n-edge-1-th.v2h-cdn.com/lido/lido/playlist.m3u8 #EXTINF:-1 tvg-id="DramaChannel.th",MV Mall เธ”เธตเนŠเธ”เธต (1080p) https://n-edge-1-th.v2h-cdn.com/rama_m/rama/playlist.m3u8 -#EXTINF:-1 tvg-id="ONEHD31.th",ONE HD 31 (720p) +#EXTINF:-1 tvg-id="One31.th",ONE HD 31 (720p) https://lb1-live-mv.v2h-cdn.com/hls/ffba/one/one.m3u8 #EXTINF:-1 tvg-id="SakalaChannel.th",Sakala Channel (1080p) https://n-edge-1-th.v2h-cdn.com/scala/scala/playlist.m3u8 @@ -23,5 +23,5 @@ https://n-edge-1-th.v2h-cdn.com/thaiban/thaiban/playlist.m3u8 https://lb1-live-mv.v2h-cdn.com/hls/ffdc/tnn/tnn.m3u8 #EXTINF:-1 tvg-id="True4U.th",True 4U (720) https://lb1-live-mv.v2h-cdn.com/hls/ffca/true24/true24.m3u8 -#EXTINF:-1 tvg-id="TV5HD.th",TV5 HD (720p) +#EXTINF:-1 tvg-id="Channel5.th",TV5 HD (720p) https://lb1-live-mv.v2h-cdn.com/hls/fffb/5hd/5hd.m3u8 diff --git a/streams/tn.m3u b/streams/tn.m3u index 032fb2d1ff..00f3f47bde 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -3,3 +3,17 @@ https://streaming.toutech.net/live/jtv/index.m3u8 #EXTINF:-1 tvg-id="MosaiqueFM.tn",Mosaรฏque FM (480p) [Not 24/7] https://webcam.mosaiquefm.net:1936/mosatv/studio/playlist.m3u8 +#EXTINF:-1 tvg-id="TunisnaTV.tn@SD",Tunisna TV +https://live20.bozztv.com/gin-36bay3/ga-tunisna/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ElWatania2.tn@SD",El Watania 2 +https://fl1002.bozztv.com/ga-elwatania2/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ElWatania1.tn@SD",El Watania 1 +https://live20.bozztv.com/gin-36bay4/ga-elwatania1/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="CarthagePlus.tn@SD",Carthage+ +https://live20.bozztv.com/gin-36bay3/ga-carthageplus/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="AttessiaTV.tn@SD",Attessia TV +https://live20.bozztv.com/gin-36bay3/ga-attessiatv/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="ElWatania1.tn@SD",El Watania 1 +https://fl1002.bozztv.com/ga-elwatania1/index.m3u8 +#EXTINF:-1 tvg-id="NessmaElJadida.tn@SD",Nessma El Jadida +https://fl1002.bozztv.com/ga-nessmatv/tracks-v1a1/mono.m3u8 diff --git a/streams/tr.m3u b/streams/tr.m3u index 5f20a36a57..d90b719a38 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -1,8 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="4UTV.tr",4U TV (720p) -https://hls.4utv.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="24TV.tr",24 TV -https://kanal24.blutv.com/blutv_kanal24_live/live.m3u8 #EXTINF:-1 tvg-id="24TV.tr",24 TV (1080p) http://185.234.111.229:8000/play/a059 #EXTINF:-1 tvg-id="24TV.tr" 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",24 TV (1080p) @@ -17,10 +13,6 @@ http://185.234.111.229:8000/play/a057 #EXTINF:-1 tvg-id="360.tr",360 TV (720p) [Not 24/7] https://turkmedya-live.ercdn.net/tv360/tv360.m3u8 #EXTINF:-1 tvg-id="A2TV.tr",A2TV -https://c.fulltvizle.com/a2/index.m3u8 -#EXTINF:-1 tvg-id="A2TV.tr",A2TV -https://canlitvulusal.xyz/live/a2tv/index.m3u8 -#EXTINF:-1 tvg-id="A2TV.tr",A2TV https://trkvz-live.daioncdn.net/a2tv/a2tv.m3u8 #EXTINF:-1 tvg-id="A2TV.tr",A2TV (1080p) http://185.234.111.229:8000/play/a01m @@ -34,8 +26,6 @@ http://185.234.111.229:8000/play/a019 http://185.234.111.229:8000/play/a01k #EXTINF:-1 tvg-id="APara.tr",A Para (1080p) http://185.234.111.229:8000/play/a01l -#EXTINF:-1 tvg-id="APara.tr",A Para (720p) -https://canlitvulusal.xyz/live/apara/index.m3u8 #EXTINF:-1 tvg-id="ASpor.tr",A Spor https://trkvz-live.daioncdn.net/aspor/aspor.m3u8 #EXTINF:-1 tvg-id="ASpor.tr",A Spor (720p) @@ -48,8 +38,6 @@ https://vdo.digitalbox.xyz:3807/stream/play.m3u8 https://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AdaTV.cy",ADA TV (720p) https://yayin1.canlitv.day/live/kibrisadatv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="AfyonTurkTV.tr",Afyon Tรผrk TV (720p) -https://tv.digitalbox.xyz:19360/afyonturktv/afyonturktv.m3u8 #EXTINF:-1 tvg-id="AgroTV.tr",Agro TV (1080p) http://185.234.111.229:8000/play/a011 #EXTINF:-1 tvg-id="AgroTV.tr",Agro TV (1080p) @@ -80,12 +68,6 @@ https://live.artidijitalmedya.com/artidijital_anadolunet/anadolunet/playlist.m3u http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.tr",ATV http://116.202.238.88/ATV_TR/tracks-v1a1/index.m3u8 -#EXTINF:-1 tvg-id="ATV.tr",ATV -https://c.fulltvizle.com/aytv/index.m3u8 -#EXTINF:-1 tvg-id="ATV.tr",ATV -https://trkvz-live.daioncdn.net/atv/atv.m3u8 -#EXTINF:-1 tvg-id="ATV.tr",ATV -https://yayin2.canlitv.fun/livetv/atv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.tr",ATV (720p) https://rnttwmjcin.turknet.ercdn.net/lcpmvefbyo/atv/atv.m3u8 #EXTINF:-1 tvg-id="ATVAlanya.tr",ATV Alanya (720p) [Not 24/7] @@ -118,8 +100,6 @@ https://yayin30.haber100.com/live/beykenttv/playlist.m3u8 https://live.artidijitalmedya.com/artidijital_birtv/birtv/playlist.m3u8 #EXTINF:-1 tvg-id="BizimevTV.tr",Bizimev TV (720p) https://mn-nl.mncdn.com/blutv_bizimev/bizimev_sd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergHT.tr",Bloomberg HT -https://bloomberght2dvr.blutv.com/blutv_bloomberght_dvr/live.m3u8 #EXTINF:-1 tvg-id="BloombergHT.tr",Bloomberg HT (720p) https://ciner.daioncdn.net/bloomberght/bloomberght.m3u8 #EXTINF:-1 tvg-id="BloombergHT.tr",Bloomberg HT (720p) [Not 24/7] @@ -140,8 +120,6 @@ https://cdn-bursatv.yayin.com.tr/bursatv/bursatv/playlist.m3u8 https://win1.yayin.com.tr/bursatv/bursatv/playlist.m3u8 #EXTINF:-1 tvg-id="CanTV.tr",Can TV (720p) http://canbroadcast.com:7000/canlican/tv.m3u8 -#EXTINF:-1 tvg-id="CayTV.tr",Cay TV (720p) [Not 24/7] -http://stream2.taksimbilisim.com:1935/caytv/bant1/CAYTV.m3u8 #EXTINF:-1 tvg-id="CekmekoyTV.tr",Cekmekรถy TV (1080p) https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv/playlist.m3u8 #EXTINF:-1 tvg-id="CekmekoyTV.tr",Cekmekรถy TV (1080p) @@ -232,14 +210,10 @@ https://mn-nl.mncdn.com/blutv_flashtv/live.m3u8 https://edge1.socialsmart.tv/ftvturk/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GoncaTV.tr",Gonca TV (720p) https://edge1.socialsmart.tv/goncatv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="GrandCinema.tr",Grand Cinema -https://gcinemahls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="GRT.tr",GRT (900p) https://live.artidijitalmedya.com/artidijital_grt/grt1/playlist.m3u8 #EXTINF:-1 tvg-id="GRT.tr",GRT (576p) http://185.234.111.229:8000/play/a04f -#EXTINF:-1 tvg-id="GSTV.tr",GSTV [Geo-blocked] -https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr",Guney TV Tarsus (720p) https://live.artidijitalmedya.com/artidijital_guneytv/guneytv/playlist.m3u8 #EXTINF:-1 tvg-id="GuneydoguTV.tr",Guneydogu TV (720p) @@ -426,8 +400,8 @@ http://185.234.111.229:8000/play/a04x https://live.artidijitalmedya.com/artidijital_mavikaradeniz/mavikaradeniz/playlist.m3u8 #EXTINF:-1 tvg-id="MaviKaradenizTV.tr",MaviKaradeniz TV (576p) http://185.234.111.229:8000/play/a04p -#EXTINF:-1 tvg-id="MedMuzik.tr",Med Muzik (720p) -https://med-musik.icdndhcp.com/live3/live3.m3u8 +#EXTINF:-1 tvg-id="MedMuzik.tr",Med Muzik (1080p) +http://54.36.110.140/live3/live3.m3u8 #EXTINF:-1 tvg-id="MekameleenTV.tr",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MeltemTV.tr",Meltem TV (1080p) @@ -454,8 +428,6 @@ https://tv.arectv13.sbs/live/natgeowild.m3u8 http://broadcasttr.com:1935/naturaltv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="NaturalTV.tr",Natural TV (720p) [Not 24/7] https://edge1.socialsmart.tv/naturaltv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="NoraTV.tr",Nora TV (1080p) -https://live.artidijitalmedya.com/artidijital_noratv/noratv/playlist.m3u8 #EXTINF:-1 tvg-id="NOWTV.tr",NOW TV http://116.202.238.88/FOXTV_TR/index.m3u8 #EXTINF:-1 tvg-id="NOWTV.tr",NOW TV @@ -533,8 +505,6 @@ https://bcovlive-a.akamaihd.net/540fcb034b144b848e7ff887f61a293a/eu-central-1/64 https://bcovlive-a.akamaihd.net/29c60f23ea4840ba8726925a77fcfd0b/eu-central-1/6415845530001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="SariyerTV.tr",Sarฤฑyer TV (360p) https://s01.vpis.io/sariyer/sariyer.m3u8 -#EXTINF:-1 tvg-id="Sat7Pars.cy",Sat7 Pars (1080p) -https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Sat7Turk.cy",Sat7 Tรผrk (1080p) https://live.artidijitalmedya.com/artidijital_sat7turk/sat7turk/playlist.m3u8 #EXTINF:-1 tvg-id="Sat7Turk.cy",Sat7 Tรผrk (1080p) @@ -553,14 +523,8 @@ https://canlitvulusal.xyz/live/showturk/index.m3u8 https://showturk.blutv.com/blutv_showturk2/live.m3u8 #EXTINF:-1 tvg-id="ShowTurk.tr",Show Tรผrk (720p) [Not 24/7] https://mn-nl.mncdn.com/blutv_showturk2/live.m3u8 -#EXTINF:-1 tvg-id="ShowTV.tr",Show TV -http://nimplus3.bozztv.com/showtvturk/showtvturk/playlist.m3u8 -#EXTINF:-1 tvg-id="ShowTV.tr",Show TV -https://showtv.blutv.com/blutv_showtv_live/live.m3u8 #EXTINF:-1 tvg-id="ShowTV.tr",Show TV (1080p) https://ciner-live.daioncdn.net/showtv/showtv.m3u8 -#EXTINF:-1 tvg-id="ShowTV.tr",Show TV (720p) [Not 24/7] -https://tv.ensonhaber.com/tv/tr/showtv/index.m3u8 #EXTINF:-1 tvg-id="SinopYildizTV.tr",Sinop Yildiz TV (360p) https://s01.vpis.io/sinopyildiz/sinopyildiz.m3u8 #EXTINF:-1 tvg-id="SozcuTV.tr",Sozcu TV (1080p) @@ -579,8 +543,6 @@ https://vbtob9hyq58eiophct5qctxr2.medya.trt.com.tr/master.m3u8 https://content.tvkur.com/l/c7e1da7mm25p552d9u9g/master.m3u8 #EXTINF:-1 tvg-id="TatlisesTV.tr",Tatlises TV (1080p) [Not 24/7] https://live.artidijitalmedya.com/artidijital_tatlisestv/tatlisestv/playlist.m3u8 -#EXTINF:-1 tvg-id="TAYTV.tr",TAY TV (360p) -https://duhnet.hipodrom.com/S2/HLS_LIVE/mislitaynp/playlist.m3u8 #EXTINF:-1 tvg-id="TBMMTV.tr",TBMM TV (720p) https://meclistv-live.ercdn.net/meclistv/meclistv.m3u8 #EXTINF:-1 tvg-id="TekRumeliTV.tr",Tek Rumeli TV @@ -633,8 +595,6 @@ http://185.234.111.229:8000/play/a00c https://trt.daioncdn.net/trt-1/master.m3u8?app=web #EXTINF:-1 tvg-id="TRT1.tr",TRT 1 (1080p) https://tv-trt1.medya.trt.com.tr/master.m3u8 -#EXTINF:-1 tvg-id="TRT2.tr",TRT 2 -https://trt2.blutv.com/blutv_trt2/live.m3u8 #EXTINF:-1 tvg-id="TRT2.tr",TRT 2 (720p) https://tv-trt2.medya.trt.com.tr/master.m3u8 #EXTINF:-1 tvg-id="TRT3.tr",TRT 3 @@ -782,8 +742,6 @@ https://59cba4d34b678.streamlock.net/live/vuslattv/playlist.m3u8 https://live.artidijitalmedya.com/artidijital_vuslattv/vuslattv/playlist.m3u8 #EXTINF:-1 tvg-id="WomanTV.tr",Woman TV (1080p) https://embedlp.becdn.net/womantv.m3u8 -#EXTINF:-1 tvg-id="WorldTurkTV.tr",World Turk TV (1080p) -https://live.artidijitalmedya.com/artidijital_worldturk/worldturk/playlist.m3u8 #EXTINF:-1 tvg-id="YildizTVEn.tr",Yildiz TV En https://cdn-yildiz.yayin.com.tr/yildiz/yildiz/playlist.m3u8 #EXTINF:-1 tvg-id="YOLTV.de",Yol TV (720p) @@ -792,8 +750,6 @@ https://stream.yol.tv:9443/medialive/yol.m3u8 https://zindikurmanci.zaroktv.com.tr/hls/stream.m3u8 #EXTINF:-1 tvg-id="TYTTurk.tr",TYT Turk https://cdn-tytturk.yayin.com.tr/tytturk/index.m3u8 -#EXTINF:-1 tvg-id="MedMuzik.tr",Med Muzik (1080p) -http://54.36.110.140/live3/live3.m3u8 #EXTINF:-1 tvg-id="DisneyJr.tr",Disney Jr. (1080p) [Geo-blocked] https://saran-live.ercdn.net/disneyjunior/index.m3u8 #EXTINF:-1 tvg-id="NationalGeographic.tr",National Geographic (1080p) [Geo-blocked] @@ -816,12 +772,8 @@ https://saran-live.ercdn.net/natgeowild/index.m3u8 https://tv.arectv29.sbs/live/natgeowild.m3u8 #EXTINF:-1 tvg-id="NOWTV.tr",NOW TV (720p) https://uycyyuuzyh.turknet.ercdn.net/nphindgytw/nowtv/nowtv.m3u8 -#EXTINF:-1 tvg-id="Nickelodeon.tr@SD",Nickelodeon -http://fl1.moveonjoy.com/NICKELODEON/index.m3u8 #EXTINF:-1 tvg-id="EuroStar.tr",EuroStar https://gknnowtv.onrender.com/eurostar.m3u8 -#EXTINF:-1 tvg-id="SozcuTV.tr",Sozcu TV -https://gknnowtv.onrender.com/sozcu.m3u8 #EXTINF:-1 tvg-id="SSport2.tr",S Sport 2 https://gknnowtv.onrender.com/ss2.m3u8 #EXTINF:-1 tvg-id="SSport.tr",S Sport @@ -830,5 +782,15 @@ https://gknnowtv.onrender.com/ss1.m3u8 http://77.83.120.135:8001/play/a0wy #EXTINF:-1 tvg-id="StarTV.tr",Star TV (1080i) http://77.83.120.135:8001/play/a0i6 -#EXTINF:-1 tvg-id="ShowTV.tr",Show TV (1080i) -http://77.83.120.135:8001/play/a19x +#EXTINF:-1 tvg-id="VavTV.tr@SD",Vav TV +https://playlist.fasttvcdn.com/pl/rfrk9821hdy9dayo8wfyha/kltr-sanat-tv/playlist.m3u8 +#EXTINF:-1 tvg-id="4UTV.tr",4U TV (720p) +https://hls.4utv.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="StarTV.tr@SD",Star TV +https://live20.bozztv.com/gin-trn09/gin-startv/index.m3u8 +#EXTINF:-1 tvg-id="CayTV.tr@SD",Cay TV (720p) +https://edge1.socialsmart.tv/caytv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="FBTV.tr@SD",FB TV +http://1hskrdto.rocketcdn.com/fenerbahcetv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TJKTV2.tr@SD",TJK TV 2 (1080p) [Not 24/7] +https://tjktv-live.tjk.org/tjktv2/tjktv2.m3u8 diff --git a/streams/tr_onetv.m3u b/streams/tr_onetv.m3u new file mode 100644 index 0000000000..104896a08c --- /dev/null +++ b/streams/tr_onetv.m3u @@ -0,0 +1,51 @@ +#EXTM3U +#EXTINF:-1 tvg-id="GEMTV.tr",GEM TV +https://ca-rt.onetv.app/gemb/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMSeries.tr",GEM Series +https://ca-rt.onetv.app/gemseries/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMBollywood.tr",GEM Bollywood +https://ca-rt.onetv.app/gembollywood/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMFilm.tr",GEM Film +https://ca-rt.onetv.app/gemfilm/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMClassic.tr",GEM Classic +https://ca-rt.onetv.app/gemclassic/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMDrama.tr",GEM Drama +https://ca-rt.onetv.app/gemdrama/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMJunior.tr",GEM Junior +https://ca-rt.onetv.app/gemjunior/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMKids.tr",GEM Kids +https://ca-rt.onetv.app/gemkids/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMFood.tr",GEM Food +https://ca-rt.onetv.app/gemfood/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMMifa.tr",GEM Mifa +https://ca-rt.onetv.app/gemmifa/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMRiver.tr",GEM River +https://ca-rt.onetv.app/gemriver/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMRubix.tr",GEM Rubix +https://ca-rt.onetv.app/gemrubix/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMComedy.tr",GEM Comedy +https://ca-rt.onetv.app/gemcomedy/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMNature.tr",GEM Nature +https://ca-rt.onetv.app/gemnature/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMLife.tr",GEM Life +https://ca-rt.onetv.app/gemlife/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMFit.tr",GEM Fit +https://ca-rt.onetv.app/gemfit/index-0.m3u8 +#EXTINF:-1 tvg-id="EkranMovies.ir",Ekran Movies +https://ca-rt.onetv.app/EkranMovies/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMOnyx.tr",GEM Onyx +https://ca-rt.onetv.app/gemonyx/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMMifaPlus.tr",GEM Mifa Plus +https://ca-rt.onetv.app/gemmifaplus/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMRiverPlus.tr",GEM River Plus +https://ca-rt.onetv.app/gemriverplus/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMDramaPlus.tr",GEM Drama Plus +https://ca-rt.onetv.app/gemdramaplus/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMRubixPlus.tr",GEM Rubix Plus +https://ca-rt.onetv.app/gemrubixplus/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMSeriesPlus.tr",GEM Series Plus +https://ca-rt.onetv.app/gemseriesplus/index-0.m3u8 +#EXTINF:-1 tvg-id="GEMPixel.tr",GEM Pixel +https://glserver1.tamashaland.com/live/aBCH96886YznRbGOiqTnnQ__/stream_0.m3u8 +#EXTINF:-1 tvg-id="AVAFamily.ir",AVA Family +https://ca-rt.onetv.app:8443/AVAFamily/index-0.m3u8 diff --git a/streams/ua.m3u b/streams/ua.m3u index ae9dd7315c..b60eb344bc 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -162,3 +162,5 @@ https://tuso.cdn-01.cosmonova.net.ua/hls/tuso_ua.m3u8 http://46.175.163.130/ks_plus/index.m3u8 #EXTINF:-1 tvg-id="ChPinfo.ua",ะงะŸ ะ˜ะฝั„ะพ (576p) http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 +#EXTINF:-1 tvg-id="PershiyXTVMedia.ua",Pershiy XTV Media (576p) +https://hls.xtvmedia.pp.ua:8443/hls/trk1tv.m3u8 diff --git a/streams/ug.m3u b/streams/ug.m3u index e3d0320694..e638d227bd 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -55,3 +55,7 @@ https://panel.freedomflixtv.org:3900/hybrid/play.m3u8 https://stream.hydeinnovations.com/tvwest-flussonic/index.m3u8 #EXTINF:-1 tvg-id="WanLuoTV.ug",Wan Luo TV (576p) https://stream.hydeinnovations.com/luotv-flussonic/index.m3u8 +#EXTINF:-1 tvg-id="ACWUGTV.ug",ACW UG TV (480p) +https://live.acwugtv.com/hls/stream.m3u8 +#EXTINF:-1 tvg-id="GalaxyTV.ug@SD",Galaxy TV +https://stream-200573.castr.net/6463248048d6cd3e143655b2/live_43351ad0f3b411ed81c78fcc31887c54/rewind-3600.m3u8 diff --git a/streams/uk_bbc.m3u b/streams/uk_bbc.m3u index 8080c434c5..f35bcf86c7 100644 --- a/streams/uk_bbc.m3u +++ b/streams/uk_bbc.m3u @@ -1,6 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="BBCAlba.uk",BBC Alba (720p) [Geo-blocked] https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="BBCAlba.uk",BBC Alba (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_alba/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCArabic.uk",BBC Arabic (720p) https://vs-cmaf-pushb-ww-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCArabic.uk",BBC Arabic (720p) @@ -21,6 +23,8 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_h https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_four_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCFour.uk",BBC Four HD (720p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_hd/t=3840/v=pv14/b=5070016/main.m3u8 +#EXTINF:-1 tvg-id="BBCFour.uk",BBC Four HD (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_four_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCNews.uk",BBC News (720p) https://vs-cmaf-push-ww-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCNews.uk",BBC News (720p) @@ -33,6 +37,10 @@ https://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_news_ch https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCNews.uk",BBC News HD (720p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8 +#EXTINF:-1 tvg-id="BBCNews.uk",BBC News (1080p) +https://vs-cmaf-push-ww-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1_hevc.mpd +#EXTINF:-1 tvg-id="BBCNews.uk",BBC News (1080p) [Geo-blocked] +https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCOne.uk@ChannelIslands",BBC One Channel Islands (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_channel_islands/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCOne.uk@East",BBC One East (720p) [Geo-blocked] @@ -45,6 +53,8 @@ https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_e https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_east_yorkshire/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCOne.uk@London",BBC One London (720p) [Geo-blocked] https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_london/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="BBCOne.uk@London",BBC One London (1080p) [Geo-blocked] +https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_london/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCOne.uk@London",BBC One London (720p) [Geo-blocked] https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_london/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCOne.uk@London",BBC One London (720p) [Geo-blocked] @@ -99,14 +109,8 @@ https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_y https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_one_yorks/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCParliament.uk",BBC Parliament (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_parliament/iptv_hd_abr_v1.mpd -#EXTINF:-1 tvg-id="BBCPersian.uk",BBC Persian (720p) -https://vs-cmaf-pushb-ww-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_akamai_dash_live.mpd -#EXTINF:-1 tvg-id="BBCPersian.uk",BBC Persian (720p) -https://vs-cmaf-pushb-ww-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_akamai_dash_live_http.mpd -#EXTINF:-1 tvg-id="BBCPersian.uk",BBC Persian (720p) -https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_cloudfrontms_live.mpd -#EXTINF:-1 tvg-id="BBCPersian.uk",BBC Persian (720p) -https://vs-cmaf-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.mpd +#EXTINF:-1 tvg-id="BBCParliament.uk",BBC Parliament (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_parliament/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCPersian.uk",BBC Persian (720p) https://vs-hls-pushb-ww-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_persian_tv/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCRedButton1.uk@SD",BBC RB 1 (720p) [Geo-blocked] @@ -163,16 +167,22 @@ https://ve-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:uk_bbc_str https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCScotland.uk",BBC Scotland HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="BBCScotland.uk",BBC Scotland HD (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_scotland_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCThree.uk",BBC Three (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv10/b=1604032/main.m3u8 #EXTINF:-1 tvg-id="BBCThree.uk",BBC Three HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCThree.uk",BBC Three HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="BBCThree.uk",BBC Three HD (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCThree.uk",BBC Three HD (720p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCTwo.uk@HD",BBC Two HD (720p) [Geo-blocked] https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="BBCTwo.uk@HD",BBC Two HD (1080p) [Geo-blocked] +https://vs-cmaf-push-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="BBCTwo.uk@HD",BBC Two HD (720p) [Geo-blocked] https://vs-cmaf-push-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:bbc_two_hd/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCTwo.uk@HD",BBC Two HD (720p) [Geo-blocked] @@ -199,12 +209,16 @@ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_05/iptv_uhd_v1.mpd #EXTINF:-1 tvg-id="CBBC.uk",CBBC HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="CBBC.uk",CBBC HD (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="CBBC.uk",CBBC HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:cbbc_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="CBBC.uk",CBBC HD (720p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbbc_hd/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="CBeebies.uk",CBeebies HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbeebies_hd/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="CBeebies.uk",CBeebies HD (1080p) [Geo-blocked] +https://vs-cmaf-pushb-uk-live.akamaized.net/x=4/i=urn:bbc:pips:service:cbeebies_hd/iptv_hd_abr_v1_hevc.mpd #EXTINF:-1 tvg-id="CBeebies.uk",CBeebies HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=4/i=urn:bbc:pips:service:cbeebies_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="CBeebies.uk",CBeebies HD (720p) [Geo-blocked] diff --git a/streams/uk_samsung.m3u b/streams/uk_samsung.m3u index 205528e036..09eb45cd8d 100644 --- a/streams/uk_samsung.m3u +++ b/streams/uk_samsung.m3u @@ -5,48 +5,14 @@ https://beanostudios-beanotv-1-gb.samsung.wurl.tv/playlist.m3u8 https://bloomberg-bloombergtv-1-gb.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="",Bloomberg TV+ UHD (2160p) https://bloomberg-bloombergtv-1-gb.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ClubbingTV.us@UK",Clubbing TV (720p) -https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="",Comedy Channel (1080p) -https://uksono1-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EDGEsport.uk",EDGEsport (1080p) -https://edgesport-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="EuronewsEnglish.fr",Euronews English (720p) -https://62d77612985e4978b5cec13c47c897b5.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung-gb_EuroNewsLive-1/playlist.m3u8 -#EXTINF:-1 tvg-id="FashionTelevision.uk",Fashion TV (England) (1080p) [Not 24/7] -https://fashiontv-fashiontv-1-gb.samsung.wurl.tv/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="GustoTV.ca@SD",Gusto TV (720p) -https://gustotv-samsung-gb.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HorseCountryTV.uk",Horse and Country (720p) https://hncfree-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InsightTV.nl",Insight TV (720p) -https://insighttv-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWild.it@SD",InWild (720p) -https://inwild-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder (720p) -https://inwonder-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MovieSphere.us",MovieSphere (1080p) https://moviesphereuk-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="PBSAmerica.uk",PBS America (720p) -https://pbs-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="QelloConcertsbyStingray.ca",Qello Concerts by Stingray (1080p) -https://d2gjhy8g9ziabr.cloudfront.net/v1/master/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod-samsungtvplus-stitched/samsungtvplus_uk_stingrayqello_001.m3u8 #EXTINF:-1 tvg-id="QwestTVJazzBeyond.fr",Qwest TV Jazz & Beyond (720p) [Geo-blocked] https://cdn-ue1-prod.tsv2.amagi.tv/linear/qwestAAAA-qwestjazz-uk-samsungtv/playlist.m3u8 -#EXTINF:-1 tvg-id="QwestTVMix.fr",Qwest TV Mix (720p) [Geo-blocked] -https://cdn-ue1-prod.tsv2.amagi.tv/linear/qwestAAAA-qwestmix-uk-samsungtv/playlist.m3u8 -#EXTINF:-1 tvg-id="RealStories.uk",Real Stories (720p) -https://realstories-samsung-uk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SofyTV.ch",Sofy TV (720p) -https://sofytv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Teletubbies.uk",Teletubbies (720p) -https://dhx-teletubbies-1-gb.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TennisChannel.us",Tennis Channel (720p) -https://tennischannel-intl-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TennisChannel.us",Tennis Channel (UK) (720p) https://tennischannel-int-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TheGuardian.uk",The Guardian (720p) -https://0d0239e437124ddcb8090d815caf4013.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/Samsung-gb_TheGuardianChannel/playlist.m3u8 #EXTINF:-1 tvg-id="Timeline.us",Time Line (720p) https://timeline-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Wonder.uk",Wonder (720p) diff --git a/streams/us.m3u b/streams/us.m3u index b55854ef02..6b21190e27 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -1,4 +1,14 @@ #EXTM3U +#EXTINF:-1 tvg-id="CinePremiere.us@SD",Cine Premiere (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="CinePremiere.us@SD",Cine Premiere (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= +#EXTINF:-1 tvg-id="CineAdrenalina.us@SD",Cine Adrenalina (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= +#EXTINF:-1 tvg-id="CineAdrenalina.us@SD",Cine Adrenalina (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="AlHayatTV.us@SD",Al Hayat TV (720p) +https://cdn3.wowza.com/5/OE5HREpIcEkySlNT/alhayat-live/ngrp:livestream_all/playlist.m3u8 #EXTINF:-1 tvg-id="247Retro.us",247 Retro TV (432p) [Not 24/7] http://hlsdpi-cdn-chqtx02.totalstream.net/dpilive/247retro/ret/dai/playlist.m3u8 #EXTINF:-1 tvg-id="ABCNewsLive.us",ABC News (720p) @@ -101,8 +111,6 @@ http://107.167.7.162:8081/playlist/amhor/playlist.m3u8 https://2-fss-2.streamhoster.com/pl_138/201660-1270634-1/playlist.m3u8 #EXTINF:-1 tvg-id="AMGATV.us",Amga TV (720p) [Not 24/7] https://streamer1.connectto.com/AMGA_WEB_1202/playlist.m3u8 -#EXTINF:-1 tvg-id="AvangTV.us",Avang TV (720p) -https://hls.avang.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="AWEEncore.us",AWE Encore (720p) [Geo-blocked] https://a-cdn.herringnetwork.com/affiliate/awee/playlist.m3u8 #EXTINF:-1 tvg-id="AXSTVNOW.us",AXS TV NOW @@ -175,12 +183,6 @@ https://reflect-stream-bronxnet.cablecast.tv/live-18/live/live.m3u8 https://reflect-stream-bronxnet.cablecast.tv/live-16/live/live.m3u8 #EXTINF:-1 tvg-id="BYUTV.us",BYU TV (720p) https://content.uplynk.com/channel/2f29cb20fcb74f68a85c38b99ca384bc.m3u8 -#EXTINF:-1 tvg-id="CSPAN.us" http-referrer="https://webxzplay.cfd/" http-user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1",C-SPAN -#EXTVLCOPT:http-referrer=https://webxzplay.cfd/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1 -https://windnew.newkso.ru/wind/premium750/mono.m3u8 -#EXTINF:-1 tvg-id="CafeTradeTV.us",Cafe Trade TV (720p) -https://cafetradehls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="CaliforniaMusicChannel.us",California Music Channel (720p) [Not 24/7] https://cmc-ono.amagi.tv/hls/amagi_hls_data_cmcAAAAAA-cmc-ono/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CameraSmileTV.us",Camera Smile (480p) @@ -199,8 +201,6 @@ https://bcovlive-a.akamaihd.net/r602a47f47fee47bb83239eb1b1e1ac83/us-east-1/7345 https://bcovlive-a.akamaihd.net/re8d9f611ee4a490a9bb59e52db91414d/us-east-1/734546207001/playlist.m3u8 #EXTINF:-1 tvg-id="CBSSportsGolazoNetwork.us",CBS Sports Golazo Network https://dai.google.com/linear/hls/event/GxrCGmwST0ixsrc_QgB6qw/master.m3u8 -#EXTINF:-1 tvg-id="WTSPDT1.us",CBS WTSPDT (720p) -https://cbsplaylistserver.aws.syncbak.com/mpl/20160401/859169/5743360/media.m3u8?CMCD=mtp=9500,ot=m,sf=h,sid="4e546942-2006-495c-a946-06b8f3a0faca"&request_token=qvU7-FK2v-GKFp6gT19Ca6OGg-7v2h3rb7CH8dJb24xGNa9SybZzeslmzXfSuKr8yvmFHpHArbAEAylrbjN8plkYyR_E_ONwoEO5VbCnWRbPltjgakUcV3v7Ap37IjAJykCk5YrCty_Hx7AsXhusoGCdNFX5UwEk7oT3u6_r2xG4QXk #EXTINF:-1 tvg-id="CelebritySceneTV.us",Celebrity Scene TV (720p) https://bozztv.com/gusa/gusa-celebrityscene/index.m3u8 #EXTINF:-1 tvg-id="CatholicFaithNetwork.us",CFN Catholic Faith Network (720p) @@ -323,10 +323,6 @@ http://41.205.93.154/FOXBUSINESS/index.m3u8 #EXTVLCOPT:http-referrer=https://www.newslive.com/ #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1 https://stream.livenewsplay.com:9443/hls/foxnews/foxsd.m3u8 -#EXTINF:-1 tvg-id="FoxNewsChannel.us" http-referrer="https://webxzplay.cfd/" http-user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1",Fox News Channel (720p) -#EXTVLCOPT:http-referrer=https://webxzplay.cfd/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1 -https://zekonew.newkso.ru/zeko/premium347/mono.m3u8 #EXTINF:-1 tvg-id="FoxNewsChannel.us",Fox News Channel (144p) http://247preview.foxnews.com/hls/live/2020027/fncv3preview/primary.m3u8 #EXTINF:-1 tvg-id="FoxNewsRadio.us",Fox News Radio (720p) @@ -339,8 +335,6 @@ https://edge.fstv-live-linear-channel.top.comcast.net/Content/HLS_HLSv3/Live/cha http://104.143.4.5:2080/funroads.m3u8 #EXTINF:-1 tvg-id="",Fรบtbol https://dai.google.com/linear/hls/event/JgYgVMW8Szinkmm7dchlmQ/master.m3u8 -#EXTINF:-1 tvg-id="GanjeHozourTV.us",Ganj e Hozour TV (720p) -https://media.parvizshahbazi.com/ganjehozour/Main_tv/playlist.m3u8 #EXTINF:-1 tvg-id="GlobalBuddhistNetwork.us",GBN Global Buddhist Network (1080p) https://github.com/BellezaEmporium/IPTV_Exception/raw/master/channels/us/gbnus.m3u8 #EXTINF:-1 tvg-id="GemShoppingNetwork.us",Gem Shopping Network (720p) @@ -409,8 +403,6 @@ https://freespeech.akamaized.net/hls/live/2024573/live2/playlist.m3u8 https://freespeech.akamaized.net/hls/live/2016873/live3/playlist.m3u8 #EXTINF:-1 tvg-id="",InfoWars War Room With Owen Shroyer (1080p) https://freespeech.akamaized.net/hls/live/2024574/live4/playlist.m3u8 -#EXTINF:-1 tvg-id="",IraneFarda TV (576p) -https://hls.iranfarda.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="ItsSupernaturalNetwork.us",It's Supernatural! Network (ISN Network) (1080p) https://content.uplynk.com/channel/fbc0f835332e476397b12216f9042f78.m3u8 #EXTINF:-1 tvg-id="JBS.us",JBS (404p) [Not 24/7] @@ -429,48 +421,22 @@ https://82934cf9c8696bd2.mediapackage.us-east-1.amazonaws.com/out/v1/72b5a55e4c3 https://content.jwplatform.com/live/broadcast/RW3cCwlw.m3u8 #EXTINF:-1 tvg-id="JuventudRenovadaenelEspirituSanto.us",Juventud Renovada en el Espiritu Santo (720p) [Not 24/7] http://teleredmcp.com:1935/jrestv/jrestv/playlist.m3u8 -#EXTINF:-1 tvg-id="KAREDT1.us",KARE-DT1 (1080p) -https://livevideo01.kare11.com/hls/live/2014544/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KBMTDT1.us",KBMT-DT1 (1080p) -https://livevideo01.12newsnow.com/hls/live/2017379/elvs/live.m3u8 #EXTINF:-1 tvg-id="KCMNLD6.us",KCMN-LD6 (1080p) https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg02873-kravemedia-mtrspt1-distrotv/playlist.m3u8 #EXTINF:-1 tvg-id="KCTVDT1.us",KCTV-DT1 [Geo-blocked] https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00312-graytelevisioni-kctv5news-vizious/playlist.m3u8 #EXTINF:-1 tvg-id="KetchupTV.us",Ketchup TV (720p) https://stream.ads.ottera.tv/playlist.m3u8?network_id=13171 -#EXTINF:-1 tvg-id="KFMBDT1.us",KFMB-DT1 (1080p) -https://livevideo01.cbs8.com/hls/live/2014967/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KFSMDT1.us",KFSM-DT1 (1080p) -https://livevideo01.5newsonline.com/hls/live/2011653/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KGWDT1.us",KGW-DT1 (1080p) -https://livevideo01.kgw.com/hls/live/2015506/elvs/live.m3u8 #EXTINF:-1 tvg-id="KIRODT1.us",KIRO-DT1 (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-kirobreaking-ono/playlist.m3u8 #EXTINF:-1 tvg-id="KMOVDT1.us",KMOV-DT1 [Geo-blocked] https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg00312-graytelevisioni-kmovnews4stlouis-vizious/playlist.m3u8 #EXTINF:-1 tvg-id="KOKIDT1.us",KOKI-DT1 (1080p) https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg02104-imagicommcommun-kokibreaking-ono/playlist.m3u8 -#EXTINF:-1 tvg-id="KPNXDT1.us",KPNX-DT1 (1080p) -https://livevideo01.12news.com/hls/live/2015501/elvs/live.m3u8 #EXTINF:-1 tvg-id="KRISDT1.us",KRIS-DT1 (1080p) https://content.uplynk.com/channel/e72660594b7a4182982af1690609683d.m3u8 #EXTINF:-1 tvg-id="KRISDT1.us",KRIS-DT1 (720p) https://content.uplynk.com/channel/f805c6ab7ddf4e2489ae648bb28fb133.m3u8 -#EXTINF:-1 tvg-id="KSDKDT1.us",KSDK-DT1 (1080p) -https://livevideo01.ksdk.com/hls/live/2014965/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KTHVDT1.us",KTHV-DT1 (1080p) -https://livevideo01.thv11.com/hls/live/2017154/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KTVBDT1.us",KTVB-DT1 (1080p) -https://livevideo01.ktvb.com/hls/live/2014542/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KUSADT1.us",KUSA-DT1 (1080p) -https://livevideo01.9news.com/hls/live/2014548/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KVUEDT1.us",KVUE-DT1 (1080p) -https://livevideo01.kvue.com/hls/live/2016282/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KXTVDT1.us",KXTV-DT1 (1080p) -https://livevideo01.abc10.com/hls/live/2014547/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KYTXDT1.us",KYTX-DT1 (1080p) -https://livevideo01.cbs19.tv/hls/live/2017377/elvs/live.m3u8 #EXTINF:-1 tvg-id="KZTVDT1.us",KZTV-DT1 (720p) https://content.uplynk.com/channel/d1f868588ae5476dadaeff450170a183.m3u8 #EXTINF:-1 tvg-id="LaMegaMundial.us",La Mega Mundial @@ -534,15 +500,11 @@ https://d70mb4nkspm3g.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a #EXTINF:-1 tvg-id="MAVTVSelect.us",MAV Select USA https://d3h07n6l1exhds.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-0z2yyo4dxctc7/playlist.m3u8 #EXTINF:-1 tvg-id="MBC1USA.us",MBC 1 USA (1080p) -https://mbc1-usa-enc.edgenextcdn.net/out/v1/8c1ce74bfd0743aab1026ef5b2aecfa4/index.m3u8 -#EXTINF:-1 tvg-id="MBC1USA.us",MBC 1 USA (1080p) https://mbc-1-usa-ak.akamaized.net/out/v1/8c1ce74bfd0743aab1026ef5b2aecfa4/index.m3u8 -#EXTINF:-1 tvg-id="MBC3USA.us",MBC 3 USA (1080p) -https://mbc-3-usa-ak.akamaized.net/out/v1/8bbfec9446d84c9ea0dfa34edede6db9/index.m3u8 -#EXTINF:-1 tvg-id="MBCDramaUSA.us",MBC Drama USA (1080p) -https://mbcdrama-usa-ak.akamaized.net/out/v1/876f960feec24a8aba9e9d3f9023174b/index.m3u8 -#EXTINF:-1 tvg-id="MBCMasrUSA.us",MBC Masr USA (1080p) -https://masr-usa-ak.akamaized.net/out/v1/5fcaf05b5cd64b3cb4a969e0470080c8/index.m3u8 +#EXTINF:-1 tvg-id="MBCDramaUSA.us@SD",MBC Drama USA (1080p) +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-drama-usa/ea2f5db904aff224b7066e59c7f585a2/index.m3u8 +#EXTINF:-1 tvg-id="MMCTVUSA.us",MMC TV USA (720p) +https://live.relentlessinnovations.net:1936/rspe-tv/rspe-tv/playlist.m3u8 #EXTINF:-1 tvg-id="WSBSDT1.us",Mega TV (1080p) https://mdstrm.com/live-stream-playlist/660b066dae419408a11b6072.m3u8 #EXTINF:-1 tvg-id="MeritStreet.us",Merit Street (1080p) @@ -557,14 +519,8 @@ http://media.mohabat.tv:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3 https://1422977263.rsc.cdn77.org/HLS/MOTOAMERICA.m3u8 #EXTINF:-1 tvg-id="",Motorbikes & Engines https://motors.playout.vju.tv/motors/main.m3u8 -#EXTINF:-1 tvg-id="MSNBC.us" http-referrer="https://webxzplay.cfd/" http-user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1",MSNBC (1080p) -#EXTVLCOPT:http-referrer=https://webxzplay.cfd/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1 -https://windnew.newkso.ru/wind/premium327/mono.m3u8 #EXTINF:-1 tvg-id="MSNBC.us",MSNBC (720p) http://41.205.93.154/MSNBC/index.m3u8 -#EXTINF:-1 tvg-id="MTC.us",MTC (720p) -https://mtchls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="NagoTV.us",Nago TV (240p) https://lakay.online/public/nagotv/index.fmp4.m3u8 #EXTINF:-1 tvg-id="NashuaETV.us",Nashua ETV Channel 22 Nashua NH @@ -583,10 +539,6 @@ https://newidco-newkid-1-eu.xiaomi.wurl.tv/playlist.m3u8 https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8 #EXTINF:-1 tvg-id="NewsmaxTV.us",Newsmax TV (720p) https://nmx1ota.akamaized.net/hls/live/2107010/Live_1/index.m3u8 -#EXTINF:-1 tvg-id="NewsNationEast.us" http-referrer="https://webxzplay.cfd/" http-user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1",NewsNation East (720p) -#EXTVLCOPT:http-referrer=https://webxzplay.cfd/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1 -https://windnew.newkso.ru/wind/premium292/mono.m3u8 #EXTINF:-1 tvg-id="NewsNet.us",NewsNet (720p) [Not 24/7] https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1311088/playlist.m3u8 #EXTINF:-1 tvg-id="Newsy.us",Newsy (1080p) @@ -619,8 +571,6 @@ https://d1p0bzoad08w6e.cloudfront.net/encode/nudu.m3u8 https://reflect-stream-bronxnet.cablecast.tv/live-10/live/live.m3u8 #EXTINF:-1 tvg-id="OANEncore.us",OAN Encore (720p) [Geo-blocked] https://a-cdn.herringnetwork.com/affiliate/oane/playlist.m3u8 -#EXTINF:-1 tvg-id="OmidJavedan.us",Omid Javedan (720p) [Not 24/7] -http://livestream.5centscdn.com/shaditv/23abe62a446fc05ce0a6c810f4045308.sdp/index.m3u8 #EXTINF:-1 tvg-id="OpcionTV.us",Opciรณn TV (540p) https://5790d294af2dc.streamlock.net/8066/8066/playlist.m3u8 #EXTINF:-1 tvg-id="OURTV.us",Opportunities in Urban Renaissance Television (OURTV) (720p) @@ -629,8 +579,6 @@ https://hls-cdn.tvstartup.net/barakyah-channel/play/mp4:ourtvedge/playlist.m3u8 https://us1.ottstream.live:17071/C279/index.m3u8?token=123TREWQ456 #EXTINF:-1 tvg-id="PayameAfghanTV.us",Payam-e-Afghan TV (480p) [Not 24/7] https://g5nl6xx5lpq6-hls-live.5centscdn.com/live1234/2621b29e501b445fabf227b086123b70.sdp/mono.m3u8 -#EXTINF:-1 tvg-id="PayameArameshTV.us",Payame Aramesh TV (720p) -https://hls.keshishhamid.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PayvandTV.us",Payvand TV (720p) [Not 24/7] https://bozztv.com/cus01/ucur1/Payvand/index.m3u8 #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us",Pluto TV MTV Classic @@ -649,8 +597,6 @@ https://qvc-amd-live.akamaized.net/hls/live/2034113/lsqvc2us/master.m3u8 https://qvc-amd-live.akamaized.net/hls/live/2034113/lsqvc3us/master.m3u8 #EXTINF:-1 tvg-id="",QVC West https://qvc-amd-live.akamaized.net/hls/live/2034113/lsqvc1uswest/master.m3u8 -#EXTINF:-1 tvg-id="RJTV.us",Radio Javan TV (1080p) -http://74.115.215.41/live/smil:rjtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RadioRitmoFM.cl",Radio Ritmo (1080p) [Not 24/7] https://panel.tvstream.cl:1936/8046/8046/playlist.m3u8 #EXTINF:-1 tvg-id="RadioUTV.us",Radio U TV (720p) [Not 24/7] @@ -675,16 +621,12 @@ https://linear-142.frequency.stream/mt/brightcove/142/hls/master/playlist.m3u8 https://linear-44.frequency.stream/mt/brightcove/44/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="RFDTV.us",RFD-TV https://rfdtv-jw.cdn.vustreams.com/live/7cba1a3b-318a-4097-8492-374478370b91/live.isml/7cba1a3b-318a-4097-8492-374478370b91.m3u8 -#EXTINF:-1 tvg-id="RoyalTimeTelevision.us",Royal Time Television (1080p) -https://tixbolt.com/royaltv/index.fmp4.m3u8 #EXTINF:-1 tvg-id="SadaEHaqTV.us",Sada-E-Haq TV (720p) https://live.relentlessinnovations.net:1936/sadaehaq/sadaehaq/playlist.m3u8 #EXTINF:-1 tvg-id="SafeTV.us",SafeTV (1080p) http://18.191.91.130:1935/live/safetv/playlist.m3u8 #EXTINF:-1 tvg-id="ScientologyNetwork.us",Scientology Network (1080p) https://stream6.scientology.org/master.m3u8 -#EXTINF:-1 tvg-id="Shabakeh7.us",Shabakeh 7 (576p) -https://t.northtelecom.org/Shabakeh.m3u8 #EXTINF:-1 tvg-id="ShalomAmerica.us",Shalom TV (720p) [Not 24/7] https://livestreamcdn.net:444/ShalomTV/ShalomTV/playlist.m3u8 #EXTINF:-1 tvg-id="ShopHQ.us",Shop HQ (720p) @@ -767,12 +709,10 @@ https://d155hi8td9k2ns.cloudfront.net/out/wapo-medialive3-rtmp/live.m3u8 https://clouditize.piksel.tech/hls/live/2043070/ClouditizeStream1/playlist.m3u8 #EXTINF:-1 tvg-id="TinTV.us",Tin TV (720p) [Not 24/7] https://bozztv.com/1gbw5/tintv/tintv/playlist.m3u8 -#EXTINF:-1 tvg-id="TMTV.us",TM TV (720p) -https://hls.tmtv.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="TinTV.us",Tin TV (720p) +https://tulixcdn.akamaized.net/tintv6/tintv/tintv/playlist.m3u8 #EXTINF:-1 tvg-id="IMPACTWrestling.us",TNA Wrestling (1080p) https://d3mwqwqfak7y2q.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/ImpactWrestling-prod/hls/main.m3u8 -#EXTINF:-1 tvg-id="TODAYTV.us",Today TV (720p) -https://todayhls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="ToonGoggles.us",Toon Goggles (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="ToonamiAftermath.us@East",Toonami Aftermath East (480p) @@ -781,8 +721,6 @@ http://api.toonamiaftermath.com:3000/est/playlist.m3u8 http://api.toonamiaftermath.com:3000/movies/playlist.m3u8 #EXTINF:-1 tvg-id="",Toonami Aftermath Radio (480p) http://api.toonamiaftermath.com:3000/radio/playlist.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us",ToonGoggles (720p) -https://weyyak-live.akamaized.net/weyyak_toon_goggles_ww/index.m3u8 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us",Top Stories by Newsy (720p) https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TravelAdventuresWithJeffSwan.us",Travel Adventures with Jeff Swan (1080p) @@ -873,8 +811,6 @@ http://190.2.212.209:8050/play/a0q4 https://server80.servistreaming.com:3884/hybrid/play.m3u8 #EXTINF:-1 tvg-id="VBSTV.us",VBS TV (480p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VelayatTVNetwork.us",Velayat TV (480p) -https://nl.livekadeh.com/hls2/velayattv.m3u8 #EXTINF:-1 tvg-id="VevoPop.us",Vevo Pop (1080p) https://jmp2.uk/sam-GBBC19000017V.m3u8 #EXTINF:-1 tvg-id="VICETV.us",Vice East @@ -883,8 +819,6 @@ https://d2do1g43aq7264.cloudfront.net/playlist.m3u8 https://2-fss-2.streamhoster.com/pl_138/201950-5317556-1/playlist.m3u8 #EXTINF:-1 tvg-id="WHOHTV.us",Village of Hastings-On-Hudson NY (WHOH-TV) (360p) https://stream.swagit.com/live-edge/hastingsonhudsonny/smil:std-4x3-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="VoATVPersian.us",VOA Persian -https://voa-ingest.akamaized.net/hls/live/2033876/tvmc07/playlist.m3u8 #EXTINF:-1 tvg-id="VoATV.us",VOA TV Africa (1080p) https://voa-ingest.akamaized.net/hls/live/2033874/tvmc06/playlist.m3u8 #EXTINF:-1 tvg-id="VSiN.us",VSiN (720p) @@ -893,32 +827,18 @@ https://vsin-sgrewind.streamguys1.com/scte/live-2k/playlist.m3u8 https://2-fss-2.streamhoster.com/pl_118/amlst:204972-1949480/playlist.m3u8 #EXTINF:-1 tvg-id="W14DKD2.us",W14DK-D 14.2 NEWSNET https://2-fss-2.streamhoster.com/pl_118/204972-1954106-1/playlist.m3u8 -#EXTINF:-1 tvg-id="W14DKD3.us",W14DK-D 14.3 RetroTV +#EXTINF:-1 tvg-id="W14DKD3.us@SD",W14DK-D3 (1280p) https://2-fss-2.streamhoster.com/pl_118/204972-1954132-1/playlist.m3u8 #EXTINF:-1 tvg-id="W14DKD5.us",W14DK-D 14.5 All Sports Television Network https://2-fss-2.streamhoster.com/pl_118/204972-2205186-1/playlist.m3u8 -#EXTINF:-1 tvg-id="WATNDT1.us",WATN-DT1 (1080p) -https://livevideo01.localmemphis.com/hls/live/2011654/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WBIRDT1.us",WBIR-DT1 (1080p) -https://livevideo01.wbir.com/hls/live/2016515/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WBNSDT1.us",WBNS-DT1 (1080p) -https://livevideo01.10tv.com/hls/live/2013836/elvs/live.m3u8 #EXTINF:-1 tvg-id="WBRADT3.us",WBRA PBS Kids (1080p) https://livestream.pbskids.org/out/v1/1e3d77b418ad4a819b3f4c80ac0373b5/est_124.m3u8 #EXTINF:-1 tvg-id="WBZDT1.us",WBZ-DT1 (720p) http://143.244.60.30/CBSEAST/index.m3u8 #EXTINF:-1 tvg-id="WCBSDT1.us",WCBS-DT1 (720p) https://tvpass.org/live/WCBSDT1/hd -#EXTINF:-1 tvg-id="WCNCDT1.us",WCNC-DT1 (1080p) -https://livevideo01.wcnc.com/hls/live/2015505/elvs/live.m3u8 #EXTINF:-1 tvg-id="WeatherSpy.us",WeatherSpy (720p) https://beaece44.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/UmFrdXRlblRWLWV1X1dlYXRoZXJTcHlfSExT/playlist.m3u8 -#EXTINF:-1 tvg-id="WFMYDT1.us",WFMY-DT1 (1080p) -https://livevideo01.wfmynews2.com/hls/live/2016285/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WGRZDT1.us",WGRZ-DT1 (1080p) -https://livevideo01.wgrz.com/hls/live/2016286/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WHASDT1.us",WHAS-DT1 (1080p) -https://livevideo01.whas11.com/hls/live/2016284/elvs/live.m3u8 #EXTINF:-1 tvg-id="WHBQDT1.us",WHBQ-DT1 (1080p) https://cdn-uw2-prod.tsv2.amagi.tv/linear/amg02104-imagicommcommun-whbqbreaking-ono/playlist.m3u8 #EXTINF:-1 tvg-id="WHIODT1.us",WHIO-DT1 (1080p) @@ -929,52 +849,24 @@ https://hls-live-media.cdn01.net/default/stream_46366.m3u8?source=othersites https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01290-wildearth-oando/playlist.m3u8 #EXTINF:-1 tvg-id="WJAXDT1.us",WJAX-DT1 (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-wjaxbreaking-ono/playlist.m3u8 -#EXTINF:-1 tvg-id="WJXXDT1.us",WJXX-DT1 (1080p) -https://livevideo01.firstcoastnews.com/hls/live/2014550/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WKYCDT1.us",WKYC-DT1 (1080p) -https://livevideo01.wkyc.com/hls/live/2015504/elvs/live.m3u8 #EXTINF:-1 tvg-id="WLMB.us",WLMB https://hls-live-media.cdn01.net/default/stream_10327.m3u8?source=othersites -#EXTINF:-1 tvg-id="WLTXDT1.us",WLTX-DT1 (1080p) -https://livevideo01.wltx.com/hls/live/2017152/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WMAZDT1.us",WMAZ-DT1 (1080p) -https://livevideo01.13wmaz.com/hls/live/2017376/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WNEPDT1.us",WNEP-DT1 (1080p) -https://livevideo01.wnep.com/hls/live/2011655/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WOIDT1.us",WOI-DT1 (1080p) -https://livevideo01.weareiowa.com/hls/live/2011593/elvs/live.m3u8 #EXTINF:-1 tvg-id="WorldChannel.us",World Channel (1080p) https://world.lls.pbs.org/index.m3u8 #EXTINF:-1 tvg-id="WorldFishingNetwork.us",World Fishing Network (1080p) http://212.102.60.231/WORLD_FISHING_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="WPXIDT1.us",WPXI-DT1 (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-wpxibreaking-ono/playlist.m3u8 -#EXTINF:-1 tvg-id="WQADDT1.us",WQAD-DT1 (1080p) -https://livevideo01.wqad.com/hls/live/2011657/elvs/live.m3u8 #EXTINF:-1 tvg-id="WSBDT1.us",WSB-DT1 (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-wsbbreakingnews-ono/playlist.m3u8 #EXTINF:-1 tvg-id="WSOCDT1.us",WSOC-DT1 (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00327-coxmediagroup-wsocbreaking-ono/playlist.m3u8 -#EXTINF:-1 tvg-id="WTHRDT1.us",WTHR-DT1 (1080p) -https://livevideo01.wthr.com/hls/live/2013835/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WTOLDT1.us",WTOL-DT1 (1080p) -https://livevideo01.wtol.com/hls/live/2017153/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WTSPDT1.us",WTSP CBS 10 (1080p) -https://video.tegnaone.com/wtsp/live/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WTSP-Production/live/index.m3u8 #EXTINF:-1 tvg-id="WuTangCollection.us",Wu Tang Collection (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73 -#EXTINF:-1 tvg-id="WUSADT1.us",WUSA-DT1 (1080p) -https://livevideo01.wusa9.com/hls/live/2015498/elvs/live.m3u8 #EXTINF:-1 tvg-id="WVCULP.us",WVCU-LP Concord University Radio The Cure 97.7 (1080p) https://video1.getstreamhosting.com:1936/8152/8152/playlist.m3u8 -#EXTINF:-1 tvg-id="WWLDT1.us",WWL-DT1 (1080p) -https://livevideo01.wwltv.com/hls/live/2016516/elvs/live.m3u8 #EXTINF:-1 tvg-id="WWONTVChannel48.us",WWON TV CH 48 https://tv2.fastcast4u.com:3943/stream/play.m3u8 -#EXTINF:-1 tvg-id="WXIADT1.us",WXIA-DT1 (1080p) -https://livevideo01.11alive.com/hls/live/2015499/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WZZMDT1.us",WZZM-DT1 (1080p) -https://livevideo01.wzzm13.com/hls/live/2016280/elvs/live.m3u8 #EXTINF:-1 tvg-id="YahooFinance.us",Yahoo! Finance (1080p) https://d1ewctnvcwvvvu.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us",Youtoo America (1080p) @@ -990,14 +882,6 @@ https://live.zoomnews.info/live/Zoom_playlist.m3u8 http://72.46.118.193/Laff/index.m3u8 #EXTINF:-1 tvg-id="History2LatinAmerica.us",History 2 Latin America https://cors-proxy.cooks.fyi/https://streamer1.nexgen.bz/HISTORY2/index.m3u8 -#EXTINF:-1 tvg-id="DidgahTV.us",Didgah TV (576p) -https://media.streambrothers.com:1936/8276/8276/playlist.m3u8 -#EXTINF:-1 tvg-id="TinTV.us",Tin TV (720p) -https://tulixcdn.akamaized.net/tintv6/tintv/tintv/playlist.m3u8 -#EXTINF:-1 tvg-id="RJTV.us",RJTV (720p) -https://rjtvhls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PBCTapeshTV.us",PBC Tapesh TV (480p) -https://iptv.tapesh.tv/tapesh/playlist_mid/index.m3u8 #EXTINF:-1 tvg-id="GlobalWorldTV.us",GlobalWorldTV (720p) https://media.streambrothers.com:1936/8052/8052/playlist.m3u8 #EXTINF:-1 tvg-id="ShemarooBollywood.us",Shemaroo Bollywood (1080p) @@ -1018,3 +902,239 @@ https://edge66.magictvbox.com/liveApple/smile_of_a_child/tracks-v1a1/mono.m3u8 https://aegis-cloudfront-1.tubi.video/7e9ef0f5-4d13-4083-aa3f-9375e652a4c9/playlist.m3u8 #EXTINF:-1 tvg-id="GooderNationChannel32.us@West",Gooder Nation Channel 32 (720p) [Not 24/7] https://ssh101stream.ssh101.com/akamaissh101/ssh101/channel32/playlist.m3u8 +#EXTINF:-1 tvg-id="LiveNOWfromFOX.us@SD",LiveNOW from FOX (720p) +https://fox-foxnewsnow-vizio.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="USANetwork.us@East",USA Network (720p) +http://fl3.moveonjoy.com/USA_NETWORK/index.m3u8 +#EXTINF:-1 tvg-id="StoriesbyAMC.us@EastHD",Stories by AMC (1080p) +http://fl5.moveonjoy.com/AMC_NETWORK/index.m3u8 +#EXTINF:-1 tvg-id="WPXNDT3.us",WPXN-DT3 +http://72.46.118.193/CourtTvMystery/index.m3u8 +#EXTINF:-1 tvg-id="NationalGeographicLatinAmerica.us",National Geographic Latin America +https://cors-proxy.cooks.fyi/https://streamer1.nexgen.bz/NAT_GEO/index.m3u8 +#EXTINF:-1 tvg-id="FanDuelTV.us",FanDuel TV +https://fl3.moveonjoy.com/TVG/index.m3u8 +#EXTINF:-1 tvg-id="FanDuelSportsNetwork.us",FanDuel Sports Network +https://fl3.moveonjoy.com/PAC_12/index.m3u8 +#EXTINF:-1 tvg-id="WPXNDT7.us",WPXN-DT7 +http://72.46.118.193/Newsy/index.m3u8 +#EXTINF:-1 tvg-id="MilitaryHistory.us",Military History +https://fl3.moveonjoy.com/Military_History/index.m3u8 +#EXTINF:-1 tvg-id="Binge.us",Binge +https://videostack1.cdnstream1.com:1936/binge-tv/binge-tv/playlist.m3u8 +#EXTINF:-1 tvg-id="HTV.us",HTV +https://cors-proxy.cooks.fyi/https://streamer1.nexgen.bz/HTV/index.m3u8 +#EXTINF:-1 tvg-id="ImpactNetwork.us",Impact Network +http://51.75.94.167/impact/index.m3u8 +#EXTINF:-1 tvg-id="Gagsnetwork.us",Gagsnetwork +https://s7.merlive.am/gagsnetwork/index.m3u8 +#EXTINF:-1 tvg-id="GreatAmericanCountry.us",Great American Country +https://fl3.moveonjoy.com/Great_American_Country/index.m3u8 +#EXTINF:-1 tvg-id="AntennaTV.us",Antenna TV +https://fl3.moveonjoy.com/Antenna_TV/index.m3u8 +#EXTINF:-1 tvg-id="MotorTrend.us",Motor Trend +http://23.237.104.106:8080/USA_MOTOR_TREND/index.m3u8 +#EXTINF:-1 tvg-id="StudioUniversalLatinAmerica.us",Studio Universal Latin America +https://cors-proxy.cooks.fyi/https://streamer1.nexgen.bz/STUDIO_UNIVERSAL/index.m3u8 +#EXTINF:-1 tvg-id="USANetworkLatinAmerica.us",USA Network Latin America +https://cors-proxy.cooks.fyi/https://streamer1.nexgen.bz/SYFY/index.m3u8 +#EXTINF:-1 tvg-id="Cinecanal.us",Cinecanal +https://cors-proxy.cooks.fyi/https://streamer1.nexgen.bz/CINECANAL/index.m3u8 +#EXTINF:-1 tvg-id="History.us",History +http://23.237.104.106:8080/USA_HISTORY/index.m3u8 +#EXTINF:-1 tvg-id="MeTV.us",MeTV +https://fl3.moveonjoy.com/ME_TV/index.m3u8 +#EXTINF:-1 tvg-id="KTIVDT6.us",KTIV-DT6 +http://txc4-swbb-mn.fibernet-tv.com/KABY-CW-2364/index.m3u8 +#EXTINF:-1 tvg-id="PBSKids.us",PBS Kids +https://livestream.pbskids.org/out/v1/1e3d77b418ad4a819b3f4c80ac0373b5/est.m3u8 +#EXTINF:-1 tvg-id="ComedyTV.us",Comedy TV +https://fl3.moveonjoy.com/Comedy_TV/index.m3u8 +#EXTINF:-1 tvg-id="TheCowboyChannel.us",The Cowboy Channel +https://fl3.moveonjoy.com/Cowboy_Channel/index.m3u8 +#EXTINF:-1 tvg-id="CNBCWorld.us",CNBC World +https://fl3.moveonjoy.com/CNBC_World/index.m3u8 +#EXTINF:-1 tvg-id="TeenNick.us",TeenNick +https://fl3.moveonjoy.com/Teen_Nick/index.m3u8 +#EXTINF:-1 tvg-id="Nickelodeon.us",Nickelodeon +http://23.237.104.106:8080/USA_NICKELODEON/index.m3u8 +#EXTINF:-1 tvg-id="AXSTV.us",AXS TV +https://fl3.moveonjoy.com/Axs_TV/index.m3u8 +#EXTINF:-1 tvg-id="StrykTV.us",Stryk TV (1080p) +https://fffffff110156200.tvustream.com:8298/ryfy.m3u8 +#EXTINF:-1 tvg-id="PixLTV.us",PixL TV +https://frndlymsl.akamaized.net/hls/live/2006426/pixlmsl/pixlmsl/playlist.m3u8?hdnts=st=1606053234~exp=3216054041~acl=*~hmac=208d261d9f98d76a5ac30aa2ce51751f88ee50cfc24812b7cbea8b0397489a07 +#EXTINF:-1 tvg-id="NBC.us",NBC +https://cors-proxy.cooks.fyi/https://streamer2.nexgen.bz/NBC/index.m3u8 +#EXTINF:-1 tvg-id="ABC.us",ABC +http://41.205.93.154/ABC/index.m3u8 +#EXTINF:-1 tvg-id="DaystarTV.us@SD",Daystar TV +https://live20.bozztv.com/dvrfl05/gin-daystar/index.m3u8 +#EXTINF:-1 tvg-id="WSBDT1.us@SD",WSB-DT1 +https://dvrfl03.bozztv.com/hondu/hondu-rick-abc/index.m3u8 +#EXTINF:-1 tvg-id="SBTN.us@SD",SBTN +https://live20.bozztv.com/dvrfl05/gin-netviet/index.m3u8 +#EXTINF:-1 tvg-id="TBNInspire.us@SD",TBN Inspire +https://live20.bozztv.com/dvrfl05/gin-tbninspire/index.m3u8 +#EXTINF:-1 tvg-id="SBNTV.us@SD",SBN TV +https://live20.bozztv.com/trn03/gin-sbntv/index.m3u8 +#EXTINF:-1 tvg-id="WGCLDT1.us@SD",WGCL-DT1 +https://live20.bozztv.com/dvrfl05/gin-cbs/index.m3u8 +#EXTINF:-1 tvg-id="WABEDT1.us@SD",WABE-DT1 +https://live20.bozztv.com/dvrfl05/gin-peachtree/index.m3u8 +#EXTINF:-1 tvg-id="ParsTV.us@SD",Pars TV +http://dvrfl05.bozztv.com/gin-parstv/index.m3u8 +#EXTINF:-1 tvg-id="SalaamTV.us@SD",Salaam TV +http://dvrfl05.bozztv.com/gin-salamtv/index.m3u8 +#EXTINF:-1 tvg-id="AppleValleyChannel180.us@SD",Apple Valley Channel 180 +https://reflect-applevalley.cablecast.tv/live-3/live/live.m3u8 +#EXTINF:-1 tvg-id="AmuTV.us@SD",Amu TV +https://fl1002.bozztv.com/gin-amutv/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="BBCAmerica.us",BBC America +https://dvrfl04.tulix.tv/teleup-bbca/index.m3u8 +#EXTINF:-1 tvg-id="ZarinTV.us@SD",Zarin TV +https://fl1002.bozztv.com/gf-zarintv/index.m3u8 +#EXTINF:-1 tvg-id="RadioFardaTV.us@SD",Radio Farda TV +https://live20.bozztv.com/gin-36bay3/gp-radiofarda/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="RVTV.us@SD",RVTV +https://sramsburg-hls.secdn.net/sramsburg-channel/play/s2bdf5.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="PlutoTVLoveStories.us@SD",Pluto TV Love Stories +https://84e619480232400a842ce499d053458a.mediatailor.us-east-1.amazonaws.com/v1/master/04fd913bb278d8775298c26fdca9d9841f37601f/ONO_LoveStoriesTV/playlist.m3u8 +#EXTINF:-1 tvg-id="OCNTV.us@SD",OCN TV +https://5d12bc59c4748.streamlock.net/redirect/ocnbroadcasting.com/ocnbroadcasting2?type=m3u8 +#EXTINF:-1 tvg-id="AtlantaChannel.us@SD",Atlanta Channel +https://live20.bozztv.com/dvrfl05/gin-atlantachannel/index.m3u8 +#EXTINF:-1 tvg-id="PayamJavanTV.us",Payam Javan TV (720p) [Not 24/7] +https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="PBCTapeshTV.us",PBC Tapesh TV (720p) +https://iptv.tapesh.tv/tapesh/playlist.m3u8 +#EXTINF:-1 tvg-id="Tapesh2.us",Tapesh Iran +https://iptv.tapesh.tv/tapeshiran/playlist.m3u8 +#EXTINF:-1 tvg-id="AvangTV.us",Avang TV (1080p) +https://hls.avang.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PayameArameshTV.us",Payame Aramesh TV (720p) +https://hls.keshishhamid.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="VoATVPersian.us",VOA Persian +https://voa-ingest.akamaized.net/hls/live/2033876/tvmc07/playlist.m3u8 +#EXTINF:-1 tvg-id="GanjeHozourTV.us",Ganj e Hozour TV (1080p) +https://media.parvizshahbazi.com/ganjehozour/Main_tv/playlist.m3u8 +#EXTINF:-1 tvg-id="HealthMediaTV.us",Health Media TV (720p) +https://6n3yowknl9ok-hls-live.5centscdn.com/HMN/271ddf829afeece44d8732757fba1a66.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="OmidJavedan.us",Omid Javedan (720p) [Not 24/7] +http://livestream.5centscdn.com/shaditv/23abe62a446fc05ce0a6c810f4045308.sdp/index.m3u8 +#EXTINF:-1 tvg-id="RJTV.us",Radio Javan TV (1080p) +https://rjtvhls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="RoyalTimeTelevision.us",Royal Time Television (1080p) +https://tixbolt.com/royaltv/index.fmp4.m3u8 +#EXTINF:-1 tvg-id="Shabakeh7.us",Shabakeh 7 (576p) +https://t.northtelecom.org/Shabakeh.m3u8 +#EXTINF:-1 tvg-id="TMTV.us",TM TV (720p) +https://hls.tmtv.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="VelayatTVNetwork.us",Velayat TV (480p) +https://nl.livekadeh.com/hls2/velayattv.m3u8 +#EXTINF:-1 tvg-id="HighVisionTV.us",High Vision (1080p) +https://streamer1.connectto.com/HIGHVISION_WEB_1205/index.m3u8 +#EXTINF:-1 tvg-id="DidgahTV.us",Didgah TV (576p) +https://media.streambrothers.com:1936/8276/8276/playlist.m3u8 +#EXTINF:-1 tvg-id="PayvandTV.us@SD",Payvand TV +https://tgn.bozztv.com/cus01/ucur1/Payvand/index.m3u8 +#EXTINF:-1 tvg-id="TBNArmenia.us@SD",TBN Armenia +https://164475.gvideo.io/mpegts/164475_650646/master_mpegts.m3u8 +#EXTINF:-1 tvg-id="Decades.us@SD",Decades +https://dvrfl03.bozztv.com/hdirect/hdirect-ovair1-decades/index.m3u8 +#EXTINF:-1 tvg-id="TrueCrimeNetwork.us@SD",True Crime Network +https://dvrfl03.bozztv.com/hdirect/hdirect-ovair1-truecrimenetwork/index.m3u8 +#EXTINF:-1 tvg-id="Movies.us@SD",Movies! +https://dvrfl03.bozztv.com/hdirect/hdirect-ovair1-movies!/index.m3u8 +#EXTINF:-1 tvg-id="KajouTV.us@SD",Kajou TV +https://dvrfl03.bozztv.com/hdirect/hdirect-kajoutv/index.m3u8 +#EXTINF:-1 tvg-id="PositivTV.us@SD",Positiv TV +http://trn03.bozztv.com/gin-positiv/index.m3u8 +#EXTINF:-1 tvg-id="WLVTDT1.us@SD",WLVT-DT1 +https://dvrfl03.bozztv.com/hondu/hondu-gbp-pbs/index.m3u8 +#EXTINF:-1 tvg-id="ImpactTVNetwork.us@SD",Impact TV Network +https://live20.bozztv.com/trn03/gin-impacttv/index.m3u8 +#EXTINF:-1 tvg-id="MBCMasrUSA.us",MBC Masr USA (1080p) +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-masr-usa/cd8d40acdab28aac0582faa3bd3983f1/index.m3u8 +#EXTINF:-1 tvg-id="MBC3USA.us",MBC 3 USA (1080p) [Geo-blocked] +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-3-usa/5d58265a862a476dc7f97694addb5ded/index.m3u8 +#EXTINF:-1 tvg-id="MBC1USA.us",MBC 1 USA (1080p) [Geo-blocked] +https://shd-gcp-live.edgenextcdn.net/live/bitmovin-mbc-1-usa/fdac3a4fc0473f1f56e07ec1d63a4b7b/index.m3u8 +#EXTINF:-1 tvg-id="AyenehTV.us@SD",Ayeneh TV +https://2nbyjjx7y53k-hls-live.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="PayamJavanTV.us@SD",Payam Javan TV +https://live20.bozztv.com/gin-36bay3/gt-payamjavantv/index.m3u8 +#EXTINF:-1 tvg-id="ImanTV.us@SD",Iman TV +https://live20.bozztv.com/gin-36bay3/gin-afghanimantv/index.m3u8 +#EXTINF:-1 tvg-id="KIIOLD1.us@SD",KIIO-LD1 +https://live20.bozztv.com/gin-36bay3/gt-usarmenia/index.m3u8 +#EXTINF:-1 tvg-id="PanarmenianTV.us@SD",Panarmenian TV +https://live20.bozztv.com/gin-36bay3/gt-panarmenian/index.m3u8 +#EXTINF:-1 tvg-id="TBN.us@East",TBN +https://live20.bozztv.com/dvrfl03/hdirect/hdirect-tbn/index.m3u8 +#EXTINF:-1 tvg-id="MeritStreet.us@SD",Merit Street [Geo-blocked] +https://amg26296-amg26296c2-merit-worldwide-6642.playouts.now.amagi.tv/playlist/amg26296-meritstreetmediafast-meritplushd-meritworldwide/playlist.m3u8 +#EXTINF:-1 tvg-id="WKMGDT1.us@SD",WKMG-DT1 +https://dvrfl03.bozztv.com/hondu-cbsorlando/index.m3u8 +#EXTINF:-1 tvg-id="Willow.us",Willow +https://fl3.moveonjoy.com/WILLOW_CRICKET/index.m3u8 +#EXTINF:-1 tvg-id="TUDN.us@SD",TUDN [Geo-blocked] +https://streaming-live-fcdn.api.prd.univisionnow.com/tudn/tudn.isml/hls/tudn.m3u8 +#EXTINF:-1 tvg-id="WTMOCD1.us@SD",WTMO-CD1 +https://dvrfl03.bozztv.com/hondu-telexitos/index.m3u8 +#EXTINF:-1 tvg-id="TBNInspire.us@SD",TBN Inspire +https://livecdn.use1-0004.jwplive.com/live/sites/Yal8cmyO/media/yfFI83Xz/live.isml/.m3u8 +#EXTINF:-1 tvg-id="PositivTV.us@SD",Positiv TV +https://livecdn.use1-0004.jwplive.com/live/sites/fGLyccP5/media/FoWynVnP/live.isml/.m3u8 +#EXTINF:-1 tvg-id="TBN.us@East",TBN +https://livecdn.use1-0004.jwplive.com/live/sites/Yal8cmyO/media/fCGf6ROk/live.isml/.m3u8 +#EXTINF:-1 tvg-id="KFTRDT1.us@SD",KFTR-DT1 [Geo-blocked] +https://streaming-live-fcdn.api.prd.univisionnow.com/kftr/kftr.isml/hls/kftr.m3u8 +#EXTINF:-1 tvg-id="KMEXDT1.us@SD",KMEX-DT1 [Geo-blocked] +https://streaming-live-fcdn.api.prd.univisionnow.com/kmex/kmex.isml/hls/kmex.m3u8 +#EXTINF:-1 tvg-id="KRGVDT2.us@SD",KRGV-DT2 [Geo-blocked] +https://d3svnrf3rmq619.cloudfront.net/krgv-live/smil:krgv-somos.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TheNest.us",The Nest +https://fast-channels.sinclairstoryline.com/THENEST/index.m3u8 +#EXTINF:-1 tvg-id="FoxSports2.us@HD",Fox Sports 2 (720p) +http://23.237.104.106:8080/USA_FS2/index.m3u8 +#EXTINF:-1 tvg-id="TomAndJerry.us@HD",Tom And Jerry (720p) +https://live20.bozztv.com/giatvplayout7/giatv-208314/playlist.m3u8 +#EXTINF:-1 tvg-id="WAGADT1.us@SD",WAGA-DT1 +https://dvrfl03.bozztv.com/hondu/hondu-rick-fox5/index.m3u8 +#EXTINF:-1 tvg-id="WKOHDT4.us@SD",WKOH-DT4 +https://dvrfl03.bozztv.com/hondu/hondu-pbs-kids/index.m3u8 +#EXTINF:-1 tvg-id="WKCFDT2.us@SD",WKCF-DT2 +https://dvrfl03.bozztv.com/hondu-lxnews/index.m3u8 +#EXTINF:-1 tvg-id="TUDN.us@SD",TUDN +https://dvrfl03.bozztv.com/hondu-canal12/index.m3u8 +#EXTINF:-1 tvg-id="AlientoVision.us@SD",Aliento Vision +https://dvrfl03.bozztv.com/hondu-alientovision/index.m3u8 +#EXTINF:-1 tvg-id="WHSGDT4.us@SD",WHSG-DT4 +https://dvrfl03.bozztv.com/hondu/hondu-ovair1-enlacetv-atl/index.m3u8 +#EXTINF:-1 tvg-id="24Kitchen.us@Serbia",24Kitchen Serbia (720p) +http://91.132.74.5:8000/play/a00a +#EXTINF:-1 tvg-id="PlutoTVThrillers.us@Spain",Pluto TV Thrillers Spain +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1ac8a87cd38d000745d7cf/master.m3u8?advertisingId=&appName=web&appVersion=unknown&appStoreUrl=&architecture=&buildVersion=&clientTime=0&deviceDNT=0&deviceId=b44a3bb2-778d-11eb-9fe3-3bf7f4412392&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&sid=bec2cd61-c8bf-4269-8475-9b5cdf24d1f0&userId=&serverSideAds=false +#EXTINF:-1 tvg-id="PlutoTVEstrellasdeAccion.us@SD",Pluto TV Estrellas de Accion +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e972a21ad709d00074195ba/master.m3u8?advertisingId=&appName=web&appVersion=unknown&appStoreUrl=&architecture=&buildVersion=&clientTime=0&deviceDNT=0&deviceId=bff22351-6307-11eb-b3fa-019cb96f121b&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&sid=988908ef-9cb1-4bfd-9346-d817932e3a37&userId=&serverSideAds=false +#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us@US",Pluto TV Cine Estelar +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=unknown&appStoreUrl=&architecture=&buildVersion=&clientTime=0&deviceDNT=0&deviceId=bff0c3c1-6307-11eb-b3fa-019cb96f121b&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&sid=20f53e04-9cb8-454e-ad8b-838686c353e7&userId=&serverSideAds=false +#EXTINF:-1 tvg-id="PlutoTVCineAccion.us@US",Pluto TV Cine Accion +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=unknown&appStoreUrl=&architecture=&buildVersion=&clientTime=0&deviceDNT=0&deviceId=bfef8b40-6307-11eb-b3fa-019cb96f121b&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&sid=787d09fb-c219-46d0-b022-07fb4d7f7395&userId=&serverSideAds=false +#EXTINF:-1 tvg-id="BobEsponja.us@LATAM",Bob Esponja LATAM +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6254598f5083f800076d8563/master.m3u8?advertisingId=&appName=web&appVersion=unknown&appStoreUrl=&architecture=&buildVersion=&clientTime=0&deviceDNT=0&deviceId=b44aff04-778d-11eb-9fe3-3bf7f4412392&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&sid=236222be-74f0-4d28-b58b-70f75ce8319a&userId=&serverSideAds=false +#EXTINF:-1 tvg-id="SBNTVInternational.us@SD",SBN TV International +http://trn03.bozztv.com/gin-sbntv/index.m3u8 +#EXTINF:-1 tvg-id="PlutoTVCineEstelar.us@SpainPlus",Pluto TV Cine Estelar Spain+ +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f59f50cc36a94000749fd3f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="WUPADT1.us@SD",WUPA-DT1 +https://dvrfl03.bozztv.com/hondu/hondu-ovair1-cwhd/index.m3u8 +#EXTINF:-1 tvg-id="Galavision.us@East",Galavision +http://tv.nstvlatino.com:8080/live/Mitv2462/I8G5FfZBMw/3793.m3u8 +#EXTINF:-1 tvg-id="Freeform.us",Freeform (720p) +https://tvpass.org/live/FreeformEast/hd +#EXTINF:-1 tvg-id="BabyFirst.us@Spanish",BabyFirst Spanish +https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/be6f9eac-280e-4748-b866-2eb2463c1844/manifest.m3u8 +#EXTINF:-1 tvg-id="TurismoHD.us",Turismo HD (720p) +https://live20.bozztv.com/giatvplayout7/giatv-208343/playlist.m3u8 diff --git a/streams/us_local.m3u b/streams/us_local.m3u index 293cc1acdd..9af0f6b687 100644 --- a/streams/us_local.m3u +++ b/streams/us_local.m3u @@ -15,16 +15,12 @@ https://content.uplynk.com/channel/ext/4413701bf5a1488db55b767f8ae9d4fa/kgo_24x7 https://content.uplynk.com/channel/64ca339f04964a5e961c3207a7771bf1.m3u8 #EXTINF:-1 tvg-id="KABCDT1247News.us",ABC 7 Los Angeles CA (KABC-TV) (720p) https://content.uplynk.com/channel/ext/2118d9222a87420ab69223af9cfa0a0f/kabc_24x7_news.m3u8 -#EXTINF:-1 tvg-id="WFAADT1.us",ABC 8 Dallas TX (WFAA) (1080p) -https://livevideo.tegnadigital.com/wfaa/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WFAA/elvs/live.m3u8 #EXTINF:-1 tvg-id="WFTVDT1.us",ABC 9 Orlando FL (WFTV) (720p) https://amg00327-coxmediagroup-wftvbreaking-ono-hec7b.amagi.tv/playlist/amg00327-coxmediagroup-wftvbreaking-ono/playlist.m3u8 #EXTINF:-1 tvg-id="KTNVDT1.us",ABC 13 Las Vegas NV (KTNV) (720p) https://content.uplynk.com/channel/39919d3f7a074eefa8bf579214e952f9.m3u8 #EXTINF:-1 tvg-id="KNXVDT1.us",ABC 15 Phoenix AZ (KNXV-TV) (720p) https://content.uplynk.com/channel/9deaf22aaa33461f9cac22e030ed00ec.m3u8 -#EXTINF:-1 tvg-id="WNEPDT1.us",ABC 16 Wilkes Barre PA (WNEP) (1080p) -https://livevideo.tegnadigital.com/wnep/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WNEP/elvs/live.m3u8 #EXTINF:-1 tvg-id="KXXVDT1.us",ABC 25 News Central Texas https://content.uplynk.com/channel/9d4e02c9c3544c269d32e6b316792c8f.m3u8 #EXTINF:-1 tvg-id="KFSNDT1247News.us",ABC 30 Fresno and Central Valley News (KFSN-DT1) (720p) @@ -73,8 +69,6 @@ https://uni01rtmp.tulix.tv/watc57/watc57/playlist.m3u8 https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8 #EXTINF:-1 tvg-id="AuroraTV.us",AuroraTV (Aurora CO) (720p) https://reflect-aurora.cablecast.tv/live-8/live/live.m3u8 -#EXTINF:-1 tvg-id="KRGVDT2.us",Azteca Valle (KRGV 5.2) -https://stream.krgv.com/krgv-english/krgv-somos.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BHTV10.us",Beverly Hills Television 10 (720p) https://cdn3.wowza.com/5/V2Y2VmhqMEFDTUkx/beverlyhills/G0072_006/playlist.m3u8 #EXTINF:-1 tvg-id="BHTV35.us",Beverly Hills Television 35 (720p) @@ -109,12 +103,6 @@ https://edge-f.swagit.com/live/carlsbadca/live-3-a-1/playlist.m3u8 https://content.uplynk.com/channel/328d1434fb51476cb6567c74d5b2cc70.m3u8 #EXTINF:-1 tvg-id="KWTVDT1.us",CBS 9 Oklahoma City OK (KWTV-DT1) (720p) [Not 24/7] https://live.field59.com/kwtv/kwtv1/playlist.m3u8 -#EXTINF:-1 tvg-id="WUSADT1.us",CBS 9 Washington DC (WUSA) (1080p) -https://livevideo.tegnadigital.com/wusa/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WUSA-2/index.m3u8 -#EXTINF:-1 tvg-id="WUSADT1.us",CBS 9 Washington DC (WUSA) (1080p) -https://video.tegnaone.com/live/wusa/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WUSA-2/index.m3u8 -#EXTINF:-1 tvg-id="KHOUDT1.us",CBS 11 Houston TX (KHOU) (1080p) -https://livevideo.tegnadigital.com/khou/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KHOU/elvs/live.m3u8 #EXTINF:-1 tvg-id="KWCHDT1.us",CBS 12 KWCH Weather Channel / Always On Storm Team 12 https://d2jni005khp8n7.cloudfront.net/out/gray-kwchwx-rtmp-v3/live.m3u8 #EXTINF:-1 tvg-id="CCX1.us",CCX Media North Brooklyn Park MN (1080p) @@ -181,8 +169,6 @@ https://video.oct.dc.gov/out/u/DCC.m3u8 https://video.oct.dc.gov/out/u/DKN.m3u8 #EXTINF:-1 tvg-id="Denver8TV.us",Denver 8 TV (Denver CO) (720p) https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/denver/G0080_002/playlist.m3u8 -#EXTINF:-1 tvg-id="DidgahTV.us",Didgah TV (280p) -https://api.new.livestream.com/accounts/27146356/events/8209491/live.m3u8 #EXTINF:-1 tvg-id="DistrictofColumbiaNetwork.us",District of Columbia Network (DCN) (1080p) https://video.oct.dc.gov/out/u/DCN.m3u8 #EXTINF:-1 tvg-id="EscambiaCountyTV.us",Escambia County TV ECTV (Escambia County FL) (720p) @@ -210,20 +196,10 @@ https://reflect-vod-fcgov.cablecast.tv/live-9/live/live.m3u8 https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/fortlauderdale/G1118_002/playlist.m3u8 #EXTINF:-1 tvg-id="CityofFortPierce.us",Fort Pierce Live Stream (Fort Pierce FL) (720p) https://edge-f.swagit.com/live/fortpiercefl/live-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="KXVADT1.us",Fox 15 West Texas Abilene TX (KXVA) -https://livevideo01.myfoxzone.com/hls/live/2017381/elvs/live.m3u8 #EXTINF:-1 tvg-id="KBSIDT1.us",FOX 23 Cape Girardeau MO (KBSI-DT1) (720p) [Not 24/7] https://live.field59.com/kbsi/kbsi1/playlist.m3u8 #EXTINF:-1 tvg-id="WFXTDT1.us",Fox 25 Boston (WFXT-TV) [Geo-blocked] https://pubads.g.doubleclick.net/ssai/event/1kItNgwtQUe54NjjBiiTGg/master.m3u8 -#EXTINF:-1 tvg-id="WPMTDT1.us",Fox 43 Harrisburg PA (WPMT) -https://livevideo01.fox43.com/hls/live/2011656/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WZDXDT1.us",Fox 54.1 Huntsville -https://livevideo01.rocketcitynow.com/hls/live/2011659/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WTICDT1.us",Fox 61 News Hartford CT (WTIC-TV) -https://livevideo01.fox61.com/hls/live/2011658/elvs/live.m3u8 -#EXTINF:-1 tvg-id="WTICDT1.us",Fox 61 News Hartford CT (WTIC-TV) -https://livevideo.tegnadigital.com/wtic/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WTIC/elvs/live.m3u8 #EXTINF:-1 tvg-id="CMAC1.us",Fresno CMAC 1 Public Channel (720p) https://reflect-vod-cmac.cablecast.tv/live-11/live/live.m3u8 #EXTINF:-1 tvg-id="CMAC2.us",Fresno CMAC 2 Education Channel (720p) @@ -288,10 +264,6 @@ https://cvtv.cvalley.net/hls/KCTVCBS/KCTVCBS.m3u8 https://cvtv.cvalley.net/hls/KCWECW/KCWECW.m3u8 #EXTINF:-1 tvg-id="KernCountyTV.us",Kern County Television https://cdn3.wowza.com/5/dk84U1p2UUdoMGxT/kern/G0169_003/playlist.m3u8 -#EXTINF:-1 tvg-id="KFMBDT1.us",KFMB CBS 8 -https://livevideo.tegnadigital.com/kfmb/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KFMB/elvs/live.m3u8 -#EXTINF:-1 tvg-id="KFMBDT1.us",KFSM News 5 -https://livevideo.tegnadigital.com/kfsm/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KFSM/elvs/live.m3u8 #EXTINF:-1 tvg-id="KidsFlix.us",KidsFlix (1080p) [Not 24/7] https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=50 #EXTINF:-1 tvg-id="KITVDT1.us",KITV 4 Island News (720p) @@ -318,8 +290,6 @@ https://cvtv.cvalley.net/hls/KNLJ/KNLJ.m3u8 https://cvtv.cvalley.net/hls/KOMUNBC/KOMUNBC.m3u8 #EXTINF:-1 tvg-id="KOMUDT3.us",KOMU-DT3 (720p) https://cvtv.cvalley.net/hls/KOMUCW/KOMUCW.m3u8 -#EXTINF:-1 tvg-id="KPNXDT1.us",KPNX News Channel 12 -https://livevideo.tegnadigital.com/kpnx/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KPNX/elvs/live.m3u8 #EXTINF:-1 tvg-id="KPXEDT1.us",KPXE-DT1 (720p) https://cvtv.cvalley.net/hls/KPXEION/KPXEION.m3u8 #EXTINF:-1 tvg-id="KQFXLD1.us",KQFX-LD1 (720p) @@ -348,8 +318,6 @@ https://cvtv.cvalley.net/hls/KSHBCozi/KSHBCozi.m3u8 https://cvtv.cvalley.net/hls/KSHBLaff/KSHBLaff.m3u8 #EXTINF:-1 tvg-id="KSMODT1.us",KSMO-DT1 (720p) https://cvtv.cvalley.net/hls/KSMOIND/KSMOIND.m3u8 -#EXTINF:-1 tvg-id="KTHVDT1.us",KTHV CBS 11 (Little Rock AR) -https://livevideo.tegnadigital.com/kthv/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KTHV/elvs/live.m3u8 #EXTINF:-1 tvg-id="KTOODT3.us",KTOO 360TV 3 (FNX) https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/2147483647_360tv_247/playlist.m3u8 #EXTINF:-1 tvg-id="KTRKDT1247News.us",KTRK TV ABC 13 News (720p) @@ -364,8 +332,6 @@ https://cvtv.cvalley.net/hls/KTVOComet/KTVOComet.m3u8 https://2-fss-2.streamhoster.com/pl_138/amlst:201950-1309230/playlist.m3u8 #EXTINF:-1 tvg-id="KweliTV.us",Kweli TV (1080p) https://stream.ads.ottera.tv/playlist.m3u8?network_id=2129 -#EXTINF:-1 tvg-id="KXTVDT1.us",KXTV ABC 10 (Sacramento CA) -https://livevideo.tegnadigital.com/kxtv/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KXTV/elvs/live.m3u8 #EXTINF:-1 tvg-id="KYOUDT2.us",KYOU-DT2 (720p) https://cvtv.cvalley.net/hls/KYOUNBC2/KYOUNBC2.m3u8 #EXTINF:-1 tvg-id="KYOUDT2.us",KYOU-DT2 (480p) @@ -466,20 +432,12 @@ http://65.36.6.216:1935/live/kcwx.smil/playlist.m3u8 https://cdn3.wowza.com/5/WDIrTW5sM1JEY1NN/napatv/G0360_003/playlist.m3u8 #EXTINF:-1 tvg-id="NapaValleyChannel28.us",Napa Valley TV Public Access Channel 28 (480p) https://cdn3.wowza.com/5/WDIrTW5sM1JEY1NN/napatv/G0360_004/playlist.m3u8 -#EXTINF:-1 tvg-id="KINGDT1.us",NBC 5 Seattle WA (KING-DT1) (1080p) -https://livevideo.tegnadigital.com/king/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KING/elvs/live.m3u8 #EXTINF:-1 tvg-id="WLIODT1.us",NBC 8 Lima OH (WLIO-DT1) (720p) [Not 24/7] https://live.field59.com/wlio/wlio1/playlist.m3u8 -#EXTINF:-1 tvg-id="KUSADT1.us",NBC 9 Denver CO (KUSA-DT1) (1080p) -https://livevideo.tegnadigital.com/kusa/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/KUSA/elvs/live.m3u8 #EXTINF:-1 tvg-id="WJARDT1.us",NBC 10 Providence MA (1080p) https://pubads.g.doubleclick.net/ssai/event/kpannrCBQ5KwdV3Hag3Wog/master.m3u8 -#EXTINF:-1 tvg-id="WXIADT1.us",NBC 11 Atlanta GA (1080p) -https://livevideo.tegnadigital.com/wxia/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WXIA/elvs/live.m3u8 #EXTINF:-1 tvg-id="WGBADT1.us",NBC 26 Green Bay WI (WGBA-DT1) (720p) https://content.uplynk.com/channel/1fbfb28ae5044f619f75ae0adb011989.m3u8 -#EXTINF:-1 tvg-id="WCNCDT1.us",NBC 36 Charlotte NC (WCNC-DT1) (1080p) -https://livevideo.tegnadigital.com/wcnc/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WCNC/elvs/live.m3u8 #EXTINF:-1 tvg-id="NCMEducationalKidsChannel.us",NCM Educational & Kids Channel https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/nevco/G0644_005/playlist.m3u8 #EXTINF:-1 tvg-id="NCMGovernmentPoliticsChannel.us",NCM Government & Politics @@ -734,8 +692,6 @@ https://dai.google.com/linear/hls/event/7xSxXPG1RqKkNva1wIWlVw/master.m3u8 https://dai.google.com/linear/hls/event/A7CgcBYNTuKfvFvW8rmiJA/master.m3u8 #EXTINF:-1 tvg-id="WXXVDT1.us",WXXV-TV News (Biloxi MS) (720p) https://dai.google.com/linear/hls/event/cJXgmHHTQIGMhSzDk7TBsA/master.m3u8 -#EXTINF:-1 tvg-id="WZDXDT1.us",WZDX Fox 54 (Huntsville AL) (1080p) -https://livevideo.tegnadigital.com/wzdx/v1/master/f9c1bf9ffd6ac86b6173a7c169ff6e3f4efbd693/WZDX/elvs/live.m3u8 #EXTINF:-1 tvg-id="YouDotGov.us",YouDotGov https://reflect-communitytv.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="Yuma77.us",Yuma77 diff --git a/streams/us_moveonjoy.m3u b/streams/us_moveonjoy.m3u index 79485d5ec8..9cba20d016 100644 --- a/streams/us_moveonjoy.m3u +++ b/streams/us_moveonjoy.m3u @@ -1,263 +1,271 @@ #EXTM3U #EXTINF:-1 tvg-id="WOLODT1.us",ABC 25 Columbia -http://fl1.moveonjoy.com/ABC_EAST/index.m3u8 +https://fl1.moveonjoy.com/ABC_EAST/index.m3u8 #EXTINF:-1 tvg-id="ACCNetwork.us",ACCN (720p) -http://fl3.moveonjoy.com/ACC_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/ACC_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="AMC.us@East",AMC East (1080p) -http://fl5.moveonjoy.com/AMC_NETWORK/index.m3u8 +https://fl5.moveonjoy.com/AMC_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="Aspire.us",Aspire -http://fl3.moveonjoy.com/Aspire/index.m3u8 +https://fl3.moveonjoy.com/Aspire/index.m3u8 #EXTINF:-1 tvg-id="BBCAmerica.us@East",BBC America East -http://fl3.moveonjoy.com/BBC_AMERICA/index.m3u8 +https://fl3.moveonjoy.com/BBC_AMERICA/index.m3u8 #EXTINF:-1 tvg-id="BBCNews.uk@NorthAmerica",BBC News North America -http://fl3.moveonjoy.com/BBC_WORLD_NEWS/index.m3u8 +https://fl3.moveonjoy.com/BBC_WORLD_NEWS/index.m3u8 #EXTINF:-1 tvg-id="BET.us@East",BET East -http://fl3.moveonjoy.com/BET_EAST/index.m3u8 +https://fl3.moveonjoy.com/BET_EAST/index.m3u8 #EXTINF:-1 tvg-id="BETGospel.us",BET Gospel -http://fl3.moveonjoy.com/BET_GOSPEL/index.m3u8 +https://fl3.moveonjoy.com/BET_GOSPEL/index.m3u8 #EXTINF:-1 tvg-id="BETHer.us@East",BET Her East -http://fl3.moveonjoy.com/BET_HER/index.m3u8 +https://fl3.moveonjoy.com/BET_HER/index.m3u8 #EXTINF:-1 tvg-id="BETJams.us",BET Jams -http://fl3.moveonjoy.com/BET_Jams/index.m3u8 +https://fl3.moveonjoy.com/BET_Jams/index.m3u8 #EXTINF:-1 tvg-id="BETSoul.us",BET Soul -http://fl3.moveonjoy.com/BET_SOUL/index.m3u8 +https://fl3.moveonjoy.com/BET_SOUL/index.m3u8 #EXTINF:-1 tvg-id="BigTenNetwork.us",Big Ten Network -http://fl3.moveonjoy.com/BIG_TEN_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/BIG_TEN_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="BloombergTV.us",Bloomberg TV -http://fl3.moveonjoy.com/BLOOMBERG/index.m3u8 +https://fl3.moveonjoy.com/BLOOMBERG/index.m3u8 #EXTINF:-1 tvg-id="Bounce.us",Bounce -http://fl3.moveonjoy.com/BOUNCE_TV/index.m3u8 +https://fl3.moveonjoy.com/BOUNCE_TV/index.m3u8 #EXTINF:-1 tvg-id="Bravo.us@East",Bravo East -http://fl3.moveonjoy.com/BRAVO/index.m3u8 +https://fl3.moveonjoy.com/BRAVO/index.m3u8 #EXTINF:-1 tvg-id="Buzzr.us",Buzzr -http://fl3.moveonjoy.com/Buzzr/index.m3u8 +https://fl3.moveonjoy.com/Buzzr/index.m3u8 #EXTINF:-1 tvg-id="CSPAN.us",C-SPAN -http://fl3.moveonjoy.com/C-SPAN/index.m3u8 +https://fl3.moveonjoy.com/C-SPAN/index.m3u8 #EXTINF:-1 tvg-id="CBS.us@East",CBS East (720p) -http://fl3.moveonjoy.com/CBS_News/index.m3u8 +https://fl3.moveonjoy.com/CBS_News/index.m3u8 #EXTINF:-1 tvg-id="CBSSportsNetworkUSA.us",CBS Sports Network USA -http://fl3.moveonjoy.com/CBS_SPORTS_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/CBS_SPORTS_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="CleoTV.us",Cleo TV (720p) -http://fl3.moveonjoy.com/Cleo_TV/index.m3u8 +https://fl3.moveonjoy.com/Cleo_TV/index.m3u8 #EXTINF:-1 tvg-id="CMT.us@East",CMT East -http://fl3.moveonjoy.com/CMT/index.m3u8 +https://fl3.moveonjoy.com/CMT/index.m3u8 #EXTINF:-1 tvg-id="CNBC.us",CNBC -http://fl3.moveonjoy.com/CNBC/index.m3u8 +https://fl3.moveonjoy.com/CNBC/index.m3u8 #EXTINF:-1 tvg-id="CNBC.us",CNBC -http://fl5.moveonjoy.com/CNBC/index.m3u8 +https://fl5.moveonjoy.com/CNBC/index.m3u8 #EXTINF:-1 tvg-id="ComedyCentral.us@East",Comedy Central East (720p) -http://fl3.moveonjoy.com/Comedy_Central/index.m3u8 +https://fl3.moveonjoy.com/Comedy_Central/index.m3u8 #EXTINF:-1 tvg-id="Comet.us",Comet (720p) -http://fl3.moveonjoy.com/COMET/index.m3u8 +https://fl3.moveonjoy.com/COMET/index.m3u8 #EXTINF:-1 tvg-id="CourtTV.us",Court TV -http://fl3.moveonjoy.com/COURT_TV/index.m3u8 +https://fl3.moveonjoy.com/COURT_TV/index.m3u8 #EXTINF:-1 tvg-id="CoziTV.us",Cozi TV -http://fl3.moveonjoy.com/COZI_TV/index.m3u8 +https://fl3.moveonjoy.com/COZI_TV/index.m3u8 #EXTINF:-1 tvg-id="Crave1.ca",Crave 1 -http://fl3.moveonjoy.com/CRAVE_1/index.m3u8 +https://fl3.moveonjoy.com/CRAVE_1/index.m3u8 #EXTINF:-1 tvg-id="Crave2.ca",Crave 2 -http://fl3.moveonjoy.com/CRAVE_2/index.m3u8 +https://fl3.moveonjoy.com/CRAVE_2/index.m3u8 #EXTINF:-1 tvg-id="Crave3.ca",Crave 3 -http://fl3.moveonjoy.com/CRAVE_3/index.m3u8 +https://fl3.moveonjoy.com/CRAVE_3/index.m3u8 #EXTINF:-1 tvg-id="Crave4.ca",Crave 4 -http://fl3.moveonjoy.com/CRAVE_4/index.m3u8 +https://fl3.moveonjoy.com/CRAVE_4/index.m3u8 #EXTINF:-1 tvg-id="CuriosityStream.us",CuriosityStream (720p) -http://fl3.moveonjoy.com/Curiosity_Stream/index.m3u8 +https://fl3.moveonjoy.com/Curiosity_Stream/index.m3u8 #EXTINF:-1 tvg-id="DisneyChannel.us@East",Disney Channel East -http://fl5.moveonjoy.com/DISNEY/index.m3u8 +https://fl5.moveonjoy.com/DISNEY/index.m3u8 #EXTINF:-1 tvg-id="DisneyJunior.us@East",Disney Junior East -http://fl3.moveonjoy.com/DISNEY_JR/index.m3u8 +https://fl3.moveonjoy.com/DISNEY_JR/index.m3u8 #EXTINF:-1 tvg-id="DisneyXD.us@West",Disney XD West (720p) -http://fl3.moveonjoy.com/DISNEY_XD/index.m3u8 +https://fl3.moveonjoy.com/DISNEY_XD/index.m3u8 #EXTINF:-1 tvg-id="E.us@East",E! East -http://fl3.moveonjoy.com/E_ENTERTAINMENT_TELEVISION/index.m3u8 +https://fl3.moveonjoy.com/E_ENTERTAINMENT_TELEVISION/index.m3u8 #EXTINF:-1 tvg-id="ESPNU.us",ESPN U (720p) -http://fl3.moveonjoy.com/ESPN_U/index.m3u8 +https://fl3.moveonjoy.com/ESPN_U/index.m3u8 #EXTINF:-1 tvg-id="ESPNews.us",ESPNews (720p) -http://fl3.moveonjoy.com/ESPN_NEWS/index.m3u8 +https://fl3.moveonjoy.com/ESPN_NEWS/index.m3u8 #EXTINF:-1 tvg-id="FoxBusinessNetwork.us",Fox Business Network (720p) -http://fl3.moveonjoy.com/FOX_Business_Network/index.m3u8 +https://fl3.moveonjoy.com/FOX_Business_Network/index.m3u8 +#EXTINF:-1 tvg-id="FoxNewsChannel.us",Fox News Channel (720p) +https://fl1.moveonjoy.com/FOX_NEWS_CHANNEL/index.m3u8 +#EXTINF:-1 tvg-id="FoxNewsChannel.us",Fox News Channel (720p) +https://fl3.moveonjoy.com/FOX_NEWS_CHANNEL/index.m3u8 +#EXTINF:-1 tvg-id="FoxNewsChannel.us",Fox News Channel (720p) +https://fl4.moveonjoy.com/FOX_NEWS_CHANNEL/index.m3u8 +#EXTINF:-1 tvg-id="FoxNewsChannel.us",Fox News Channel (720p) +https://fl5.moveonjoy.com/FOX_NEWS_CHANNEL/index.m3u8 +#EXTINF:-1 tvg-id="FoxNewsChannel.us",Fox News Channel (720p) +https://fl6.moveonjoy.com/FOX_NEWS_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="FoxSoul.us",Fox Soul -http://fl1.moveonjoy.com/FOX_SOUL/index.m3u8 +https://fl1.moveonjoy.com/FOX_SOUL/index.m3u8 #EXTINF:-1 tvg-id="",Fox Sports 1 -http://fl3.moveonjoy.com/FOX_Sports_1/index.m3u8 +https://fl3.moveonjoy.com/FOX_Sports_1/index.m3u8 #EXTINF:-1 tvg-id="Freeform.us@East",Free form East -http://fl3.moveonjoy.com/FREE_FORM/index.m3u8 +https://fl3.moveonjoy.com/FREE_FORM/index.m3u8 #EXTINF:-1 tvg-id="Fuse.us@East",Fuse East (720p) -http://fl3.moveonjoy.com/FUSE/index.m3u8 +https://fl3.moveonjoy.com/FUSE/index.m3u8 #EXTINF:-1 tvg-id="FX.us@East",FX East -http://fl5.moveonjoy.com/FX/index.m3u8 +https://fl5.moveonjoy.com/FX/index.m3u8 #EXTINF:-1 tvg-id="FXM.us@East",FXM East -http://fl3.moveonjoy.com/FX_MOVIE/index.m3u8 +https://fl3.moveonjoy.com/FX_MOVIE/index.m3u8 #EXTINF:-1 tvg-id="FXX.us@East",FXX East -http://fl3.moveonjoy.com/FXX/index.m3u8 +https://fl3.moveonjoy.com/FXX/index.m3u8 #EXTINF:-1 tvg-id="FYI.us@East",FYI East -http://fl3.moveonjoy.com/FYI/index.m3u8 +https://fl3.moveonjoy.com/FYI/index.m3u8 #EXTINF:-1 tvg-id="GetTV.us",GetTV (480p) -http://fl3.moveonjoy.com/GET_TV/index.m3u8 +https://fl3.moveonjoy.com/GET_TV/index.m3u8 #EXTINF:-1 tvg-id="GolfChannel.us",Golf Channel -http://fl3.moveonjoy.com/GOLF_CHANNEL/index.m3u8 +https://fl3.moveonjoy.com/GOLF_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="Grit.us",Grit -http://fl3.moveonjoy.com/GRIT_TV/index.m3u8 +https://fl3.moveonjoy.com/GRIT_TV/index.m3u8 #EXTINF:-1 tvg-id="HallmarkChannel.us@East",Hallmark Channel East -http://fl3.moveonjoy.com/HALLMARK_CHANNEL/index.m3u8 +https://fl3.moveonjoy.com/HALLMARK_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="HallmarkDrama.us",Hallmark Drama (720p) -http://fl3.moveonjoy.com/HALLMARK_DRAMA/index.m3u8 +https://fl3.moveonjoy.com/HALLMARK_DRAMA/index.m3u8 #EXTINF:-1 tvg-id="HallmarkMoviesMysteries.us@East",Hallmark Movies Mysteries East -http://fl3.moveonjoy.com/HALLMARK_MOVIES_MYSTERIES/index.m3u8 +https://fl3.moveonjoy.com/HALLMARK_MOVIES_MYSTERIES/index.m3u8 #EXTINF:-1 tvg-id="HSN.us",HSN -http://fl3.moveonjoy.com/HSN/index.m3u8 +https://fl3.moveonjoy.com/HSN/index.m3u8 #EXTINF:-1 tvg-id="INSP.us",INSP -http://fl3.moveonjoy.com/INSP/index.m3u8 +https://fl3.moveonjoy.com/INSP/index.m3u8 #EXTINF:-1 tvg-id="IONPlus.us@East",ION Plus East (720p) -http://fl3.moveonjoy.com/ION_Plus/index.m3u8 +https://fl3.moveonjoy.com/ION_Plus/index.m3u8 #EXTINF:-1 tvg-id="IONTV.us@East",ION TV East -http://fl3.moveonjoy.com/ION_TV/index.m3u8 +https://fl3.moveonjoy.com/ION_TV/index.m3u8 #EXTINF:-1 tvg-id="KSATDT2.us",KSAT-DT2 (720p) -http://fl3.moveonjoy.com/ME_TV/index.m3u8 +https://fl3.moveonjoy.com/ME_TV/index.m3u8 #EXTINF:-1 tvg-id="Lifetime.us@East",Lifetime East -http://fl3.moveonjoy.com/LIFETIME/index.m3u8 +https://fl3.moveonjoy.com/LIFETIME/index.m3u8 #EXTINF:-1 tvg-id="LifetimeMovies.us@East",Lifetime Movies East -http://fl3.moveonjoy.com/LIFETIME_MOVIE_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/LIFETIME_MOVIE_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="LoveNature.ca",Love Nature -http://fl1.moveonjoy.com/LOVE_NATURE/index.m3u8 +https://fl1.moveonjoy.com/LOVE_NATURE/index.m3u8 #EXTINF:-1 tvg-id="MAVTV.us",MAV TV (720p) -http://fl3.moveonjoy.com/MAV_TV/index.m3u8 +https://fl3.moveonjoy.com/MAV_TV/index.m3u8 #EXTINF:-1 tvg-id="MGMPlus.us@East",MGM+ East -http://fl3.moveonjoy.com/EPIX/index.m3u8 +https://fl3.moveonjoy.com/EPIX/index.m3u8 #EXTINF:-1 tvg-id="MGMPlusMarquee.us",MGM+ Marquee -http://fl3.moveonjoy.com/EPIX_DRIVE_IN/index.m3u8 +https://fl3.moveonjoy.com/EPIX_DRIVE_IN/index.m3u8 #EXTINF:-1 tvg-id="MLBNetwork.us",MLB Network -http://fl3.moveonjoy.com/MLB_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/MLB_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="MSG.us",MSG -http://fl3.moveonjoy.com/MSG/index.m3u8 +https://fl3.moveonjoy.com/MSG/index.m3u8 #EXTINF:-1 tvg-id="MTV2.us@East",MTV2 (720p) https://fl5.moveonjoy.com/MTV_2/index.m3u8 #EXTINF:-1 tvg-id="MTV2.us@East",MTV2 East -http://fl3.moveonjoy.com/MTV_2/index.m3u8 +https://fl3.moveonjoy.com/MTV_2/index.m3u8 #EXTINF:-1 tvg-id="MTVClassic.us@East",MTV Classic (360p) https://fl5.moveonjoy.com/MTV_CLASSIC/index.m3u8 #EXTINF:-1 tvg-id="MTVClassic.us@East",MTV Classic East (720p) https://fl3.moveonjoy.com/MTV_CLASSIC/index.m3u8 #EXTINF:-1 tvg-id="MTV.us@East",MTV East -http://fl3.moveonjoy.com/MTV/index.m3u8 +https://fl3.moveonjoy.com/MTV/index.m3u8 #EXTINF:-1 tvg-id="MTVLive.us",MTV Live -http://fl3.moveonjoy.com/MTV_LIVE/index.m3u8 +https://fl3.moveonjoy.com/MTV_LIVE/index.m3u8 #EXTINF:-1 tvg-id="MTVLive.us",MTV Live (720p) https://fl5.moveonjoy.com/MTV_LIVE/index.m3u8 #EXTINF:-1 tvg-id="MTVU.us",MTVU -http://fl3.moveonjoy.com/MTV_U/index.m3u8 +https://fl3.moveonjoy.com/MTV_U/index.m3u8 #EXTINF:-1 tvg-id="MTVU.us",mtvU (480p) https://fl5.moveonjoy.com/MTV_U/index.m3u8 #EXTINF:-1 tvg-id="Much.ca",Much (720p) -http://fl1.moveonjoy.com/MUCH/index.m3u8 +https://fl1.moveonjoy.com/MUCH/index.m3u8 #EXTINF:-1 tvg-id="NationalGeographic.us@East",National Geographic East -http://fl3.moveonjoy.com/National_Geographic/index.m3u8 +https://fl3.moveonjoy.com/National_Geographic/index.m3u8 #EXTINF:-1 tvg-id="NationalGeographicWild.us@East",National Geographic Wild East -http://fl3.moveonjoy.com/Nat_Geo_Wild/index.m3u8 +https://fl3.moveonjoy.com/Nat_Geo_Wild/index.m3u8 #EXTINF:-1 tvg-id="NBATV.us",NBA TV -http://fl3.moveonjoy.com/NBA_TV/index.m3u8 -#EXTINF:-1 tvg-id="NewsNationEast.us",News Nation (720p) -http://fl3.moveonjoy.com/NEWS_NATION/index.m3u8 +https://fl3.moveonjoy.com/NBA_TV/index.m3u8 +#EXTINF:-1 tvg-id="NewsNation.us@East",News Nation (720p) +https://fl3.moveonjoy.com/NEWS_NATION/index.m3u8 #EXTINF:-1 tvg-id="NFLNetwork.us",NFL Network -http://fl3.moveonjoy.com/NFL_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/NFL_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="NFLRedZone.us",NFL RedZone -http://fl1.moveonjoy.com/NFL_RedZone/index.m3u8 +https://fl1.moveonjoy.com/NFL_RedZone/index.m3u8 #EXTINF:-1 tvg-id="NHLNetwork.us",NHL Network (720p) -http://fl3.moveonjoy.com/NHL_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/NHL_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="NickJr.us@East",Nick Jr East -http://fl3.moveonjoy.com/NICK_JR/index.m3u8 +https://fl3.moveonjoy.com/NICK_JR/index.m3u8 #EXTINF:-1 tvg-id="NickJr.us@East",Nick Jr. East (720p) https://fl5.moveonjoy.com/NICK_JR/index.m3u8 #EXTINF:-1 tvg-id="NickMusic.us",Nick Music (720p) -http://fl3.moveonjoy.com/NICK_MUSIC/index.m3u8 +https://fl3.moveonjoy.com/NICK_MUSIC/index.m3u8 #EXTINF:-1 tvg-id="NickMusic.us",Nick Music (480p) -http://fl5.moveonjoy.com/NICK_MUSIC/index.m3u8 +https://fl5.moveonjoy.com/NICK_MUSIC/index.m3u8 #EXTINF:-1 tvg-id="Nicktoons.us@East",Nicktoons East -http://fl1.moveonjoy.com/NICKTOONS/index.m3u8 +https://fl1.moveonjoy.com/NICKTOONS/index.m3u8 #EXTINF:-1 tvg-id="OutdoorChannel.us",Outdoor Channel -http://fl3.moveonjoy.com/OUTDOOR_CHANNEL/index.m3u8 +https://fl3.moveonjoy.com/OUTDOOR_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="OuterMax.us@East",OuterMax East (720p) -http://fl3.moveonjoy.com/OUTER_MAX/index.m3u8 +https://fl3.moveonjoy.com/OUTER_MAX/index.m3u8 #EXTINF:-1 tvg-id="OutsideTV.us",Outside TV -http://fl3.moveonjoy.com/OUTSIDE_TV/index.m3u8 +https://fl3.moveonjoy.com/OUTSIDE_TV/index.m3u8 #EXTINF:-1 tvg-id="Ovation.us",Ovation (1080p) -http://fl3.moveonjoy.com/Ovation/index.m3u8 +https://fl3.moveonjoy.com/Ovation/index.m3u8 #EXTINF:-1 tvg-id="Oxygen.us@East",Oxygen East -http://fl3.moveonjoy.com/OXYGEN/index.m3u8 +https://fl3.moveonjoy.com/OXYGEN/index.m3u8 #EXTINF:-1 tvg-id="ParamountNetwork.us@East",Paramount Network East -http://fl3.moveonjoy.com/PARAMOUNT_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/PARAMOUNT_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="PursuitChannel.us",Pursuit Channel (720p) -http://fl3.moveonjoy.com/Pursuit_Channel/index.m3u8 +https://fl3.moveonjoy.com/Pursuit_Channel/index.m3u8 #EXTINF:-1 tvg-id="QVC.us",QVC (720p) -http://fl3.moveonjoy.com/QVC/index.m3u8 +https://fl3.moveonjoy.com/QVC/index.m3u8 #EXTINF:-1 tvg-id="Reelz.us",Reelz (720p) -http://fl3.moveonjoy.com/REELZ/index.m3u8 +https://fl3.moveonjoy.com/REELZ/index.m3u8 #EXTINF:-1 tvg-id="Revolt.us",Revolt -http://fl3.moveonjoy.com/REVOLT/index.m3u8 +https://fl3.moveonjoy.com/REVOLT/index.m3u8 #EXTINF:-1 tvg-id="Showtime2.us@East",Showtime 2 East -http://fl3.moveonjoy.com/SHOWTIME_2/index.m3u8 +https://fl3.moveonjoy.com/SHOWTIME_2/index.m3u8 #EXTINF:-1 tvg-id="Showtime.us@East",Showtime East -http://fl3.moveonjoy.com/SHOWTIME/index.m3u8 +https://fl3.moveonjoy.com/SHOWTIME/index.m3u8 #EXTINF:-1 tvg-id="ShowtimeNext.us@East",Showtime Next East -http://fl3.moveonjoy.com/SHOWTIME_NEXT/index.m3u8 +https://fl3.moveonjoy.com/SHOWTIME_NEXT/index.m3u8 #EXTINF:-1 tvg-id="Showtime.us@West",Showtime West (1080p) -http://fl3.moveonjoy.com/SHOWTIME_WEST/index.m3u8 +https://fl3.moveonjoy.com/SHOWTIME_WEST/index.m3u8 #EXTINF:-1 tvg-id="ShowtimeWomen.us@East",Showtime Women East -http://fl3.moveonjoy.com/SHOWTIME_WOMEN/index.m3u8 +https://fl3.moveonjoy.com/SHOWTIME_WOMEN/index.m3u8 #EXTINF:-1 tvg-id="SmithsonianChannel.us@East",Smithsonian Channel East -http://fl3.moveonjoy.com/SMITHSONIAN_CHANNEL/index.m3u8 +https://fl3.moveonjoy.com/SMITHSONIAN_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="SportsmanChannel.us",Sportsman Channel -http://fl3.moveonjoy.com/SPORTSMAN_CHANNEL/index.m3u8 +https://fl3.moveonjoy.com/SPORTSMAN_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="SportsNetNewYork.us",SportsNet New York (540p) -http://fl3.moveonjoy.com/SNY/index.m3u8 +https://fl3.moveonjoy.com/SNY/index.m3u8 #EXTINF:-1 tvg-id="StartTV.us",Start TV -http://fl3.moveonjoy.com/Start_Tv/index.m3u8 +https://fl3.moveonjoy.com/Start_Tv/index.m3u8 #EXTINF:-1 tvg-id="Starz.us@East",Starz East -http://fl3.moveonjoy.com/STARZ/index.m3u8 +https://fl3.moveonjoy.com/STARZ/index.m3u8 #EXTINF:-1 tvg-id="StarzEncoreClassic.us@East",Starz Encore Classic East -http://fl5.moveonjoy.com/STARZ_ENCORE_CLASSIC/index.m3u8 +https://fl5.moveonjoy.com/STARZ_ENCORE_CLASSIC/index.m3u8 #EXTINF:-1 tvg-id="Starz.us@West",Starz West -http://fl3.moveonjoy.com/STARZ_WEST/index.m3u8 +https://fl3.moveonjoy.com/STARZ_WEST/index.m3u8 #EXTINF:-1 tvg-id="SundanceTV.us@East",Sundance TV East -http://fl3.moveonjoy.com/SUNDANCE/index.m3u8 +https://fl3.moveonjoy.com/SUNDANCE/index.m3u8 #EXTINF:-1 tvg-id="Syfy.us@East",Syfy East -http://fl3.moveonjoy.com/SYFY/index.m3u8 +https://fl3.moveonjoy.com/SYFY/index.m3u8 #EXTINF:-1 tvg-id="TennisChannel.us",Tennis Channel -http://fl3.moveonjoy.com/TENNIS_CHANNEL/index.m3u8 +https://fl3.moveonjoy.com/TENNIS_CHANNEL/index.m3u8 #EXTINF:-1 tvg-id="TSN1.ca",TSN1 (1080p) -http://fl5.moveonjoy.com/TSN_1/index.m3u8 +https://fl5.moveonjoy.com/TSN_1/index.m3u8 #EXTINF:-1 tvg-id="TSN2.ca",TSN2 -http://fl5.moveonjoy.com/TSN_2/index.m3u8 +https://fl5.moveonjoy.com/TSN_2/index.m3u8 #EXTINF:-1 tvg-id="TSN3.ca",TSN3 -http://fl5.moveonjoy.com/TSN_3/index.m3u8 +https://fl5.moveonjoy.com/TSN_3/index.m3u8 #EXTINF:-1 tvg-id="TSN4.ca",TSN4 -http://fl5.moveonjoy.com/TSN_4/index.m3u8 +https://fl5.moveonjoy.com/TSN_4/index.m3u8 #EXTINF:-1 tvg-id="TSN5.ca",TSN5 -http://fl5.moveonjoy.com/TSN_5/index.m3u8 +https://fl5.moveonjoy.com/TSN_5/index.m3u8 #EXTINF:-1 tvg-id="TVLand.us@East",TV Land East -http://fl3.moveonjoy.com/TV_Land/index.m3u8 +https://fl3.moveonjoy.com/TV_Land/index.m3u8 #EXTINF:-1 tvg-id="TVOne.us",TV One -http://fl3.moveonjoy.com/TV_ONE/index.m3u8 +https://fl3.moveonjoy.com/TV_ONE/index.m3u8 #EXTINF:-1 tvg-id="UpTV.us",Up TV (1080p) -http://fl3.moveonjoy.com/Up_Tv/index.m3u8 -#EXTINF:-1 tvg-id="USANetwork.us@East",USA Network East (720p) -http://fl3.moveonjoy.com/USA_Network/index.m3u8 +https://fl3.moveonjoy.com/Up_Tv/index.m3u8 #EXTINF:-1 tvg-id="VH1.us@East",VH1 East -http://fl3.moveonjoy.com/VH1/index.m3u8 +https://fl3.moveonjoy.com/VH1/index.m3u8 #EXTINF:-1 tvg-id="VICETV.us",VICE TV (720p) -http://fl3.moveonjoy.com/VICELAND/index.m3u8 +https://fl3.moveonjoy.com/VICELAND/index.m3u8 #EXTINF:-1 tvg-id="WNetwork.ca@East",W Network (720p) -http://fl3.moveonjoy.com/W_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/W_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="WeTV.us@East",We TV East -http://fl1.moveonjoy.com/WE_TV/index.m3u8 +https://fl1.moveonjoy.com/WE_TV/index.m3u8 #EXTINF:-1 tvg-id="WGNDT1.us",WGN-DT1 (720p) -http://fl3.moveonjoy.com/WGN/index.m3u8 +https://fl3.moveonjoy.com/WGN/index.m3u8 #EXTINF:-1 tvg-id="WNBCDT1.us",WNBC-DT1 -http://fl1.moveonjoy.com/NBC_EAST/index.m3u8 +https://fl1.moveonjoy.com/NBC_EAST/index.m3u8 #EXTINF:-1 tvg-id="WNYWDT1.us",WNYW-DT1 -http://fl1.moveonjoy.com/FOX_EAST/index.m3u8 +https://fl1.moveonjoy.com/FOX_EAST/index.m3u8 #EXTINF:-1 tvg-id="WorldFishingNetwork.us",World Fishing Network -http://fl3.moveonjoy.com/WORLD_FISHING_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/WORLD_FISHING_NETWORK/index.m3u8 #EXTINF:-1 tvg-id="YesNetwork.us",Yes Network -http://fl3.moveonjoy.com/YES_NETWORK/index.m3u8 +https://fl3.moveonjoy.com/YES_NETWORK/index.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index 0eb5b2122c..62a9ca4725 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -717,7 +717,7 @@ http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5f http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2c25c9-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5a0d0a98-404f-4ed2-acb8-799b2abcc5c6 #EXTINF:-1 tvg-id="ThePetCollective.us",The Pet Collective http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2c25ca-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=6749e678-2300-468b-be2b-97803988d783 -#EXTINF:-1 tvg-id="PlutoTVThePriceisRight.us@SD",The Price Is Right +#EXTINF:-1 tvg-id="ThePriceIsRightTheBarkerEra.us@SD",The Price Is Right http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/643f035d5a0cd50008361534/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2c4cd0-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=d06b772a-7763-4458-af84-caf22f5c8c15 #EXTINF:-1 tvg-id="ThePriceIsRightTheBarkerEra.us",The Price Is Right: The Barker Era http://cfd-v4-service-channel-stitcher-use1-1.prd.pluto.tv/stitch/hls/channel/5f7791b8372da90007fd45e6/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=6c2c4cd1-30d3-11ef-9cf5-e9ddff8ff496&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=b11caad2-6afe-44b5-8ca3-9e98672f6a0f diff --git a/streams/us_samsung.m3u b/streams/us_samsung.m3u index 2cf82cf341..c44842dc83 100644 --- a/streams/us_samsung.m3u +++ b/streams/us_samsung.m3u @@ -1,10 +1,6 @@ #EXTM3U #EXTINF:-1 tvg-id="AllWeddingsWEtv.us",AMC All Weddings https://d85lu9l3axp7b.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-49b4g6287mnav/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergQuicktake.us",Bloomberg Quicktake (1080p) -https://ab1455372fed47d8a88264bab4831d5c.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung_QuickTake-1/playlist.m3u8 -#EXTINF:-1 tvg-id="",Bloomberg TV+ UHD (2160p) -https://bloomberg-bloombergtv-1-us.samsung.wurl.tv/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="bonappetit.us",bon appรฉtit (1080p) https://bonappetit-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BounceXL.us",Bounce XL (720p) @@ -13,42 +9,22 @@ https://d37v4ie0vq884e.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68 https://brat-samsung-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us",Circle (1080p) https://circle-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Crime360.us",Crime 360 (720p) -https://c9747bb6.wurl.com/master/f36d25e7e52f1ba8d7e56eb859c636563214f541/U2Ftc3VuZ19DcmltZTM2MF9ITFM/playlist.m3u8 #EXTINF:-1 tvg-id="DegrassiTheNextGeneration.us",Degrassi The Next Generation (720p) https://d365kok94jpr38.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-2xcmoue1get1c/playlist.m3u8 -#EXTINF:-1 tvg-id="EDGEsport.uk",EDGEsport (1080p) -https://edgesport-rakuten-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="EstrellaNews.us",Estrella News (1080p) https://estrellanews-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ESTV.us",ESTV (1080p) -https://estv-rakuten-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LiveNOWfromFOX.us",FOX News Now (720p) -https://fox-foxnewsnow-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="FoxSoul.us",Fox Soul (1080p) https://fox-foxsoul-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="IGN.us",IGN (1080p) -https://ign-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InsightTV.nl",Insight TV (720p) -https://insighttv-rakuten-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="InsightTV.nl",Insight TV (720p) https://insighttv-samsung-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InTrouble.nl",InTrouble (1080p) -https://introuble-samsung.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="InWonder.nl",InWonder (720p) -https://inwonder-samsung-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="IONTV.us@East",ION https://d1mumb5jst6zw0.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-rqzc6u2smk8dg/ion.m3u8 #EXTINF:-1 tvg-id="IONPlus.us@East",ION Plus https://d2olmevnzmviuu.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-drh5os33njrnt/ion_plus.m3u8 #EXTINF:-1 tvg-id="Loupe4K.us",Loupe 4K https://d2dw21aq0j0l5c.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/LoupeArt-prod/playlist.m3u8 -#EXTINF:-1 tvg-id="LoveNature.ca@4K",Love Nature 4K -https://d18dyiwu97wm6q.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/LoveNature4K2-prod/playlist.m3u8 #EXTINF:-1 tvg-id="MidnightPulp.us",Midnight Pulp (720p) https://d3knca0xtk4ya9.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-1sxenfkl27gw6/playlist.m3u8 -#EXTINF:-1 tvg-id="MovieSphere.us",MovieSphere (1080p) -https://moviesphere-samsung-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MyTimeMovieNetworkEast.us",MyTime Movie Network (1080p) https://mytimeuk-rakuten-samsung.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Newsmax2.us",Newsmax 2 (1080p) @@ -59,12 +35,8 @@ https://pac12-samsungus.amagi.tv/playlist.m3u8 https://d1e3a0zkn06gu7.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-pkf1jz7l0hork/playlist.m3u8 #EXTINF:-1 tvg-id="SportsGrid.us",SportsGrid (1080p) https://sportsgrid-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SuperSimpleSongs.us",Super Simple Songs (1080p) -https://app.viloud.tv/hls/channel/fb6891b829df2ea6dd6968b506a8c393.m3u8 #EXTINF:-1 tvg-id="TheYoungTurks.us",The Young Turks (TYT) (720p) https://tyt-samsungus.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpy.us",WeatherSpy -https://jukin-weatherspy-1-us.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="XploreTV.us",Xplore (1080p) https://xlpore-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="YahooFinance.us",Yahoo! Finance (1080p) diff --git a/streams/us_sofast.m3u b/streams/us_sofast.m3u index 88c7205e4d..8c764f1bf0 100644 --- a/streams/us_sofast.m3u +++ b/streams/us_sofast.m3u @@ -11,8 +11,6 @@ https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/a5 https://streams2.sofast.tv/sofastplayout/0c3229e2-6ca5-4714-859e-c0ac6b9aa58a_0_HLS/master.m3u8 #EXTINF:-1 tvg-id="BabyFirst.us",BabyFirst https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/c8d16110-566c-4e95-a1df-55d175e9e201/manifest.m3u8 -#EXTINF:-1 tvg-id="",BabyFirst Espanol -https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/be6f9eac-280e-4748-b866-2eb2463c1844/manifest.m3u8 #EXTINF:-1 tvg-id="",Bang Bang TV https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/6a98fce2-bf4c-4bfb-91f4-c43851bb3801/manifest.m3u8 #EXTINF:-1 tvg-id="",Beani TV @@ -105,8 +103,6 @@ https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/2f https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/65f99e10-8d57-460a-a6be-731d90cfe7b1/manifest.m3u8 #EXTINF:-1 tvg-id="",Mercury+ https://streams2.sofast.tv/sofastplayout/b7867c83-0c17-4de2-a74b-beb972c4f342_1000015693_HLS/master.m3u8 -#EXTINF:-1 tvg-id="",MMA-TV -https://streams2.sofast.tv/vglive-sk-462904/playlist.m3u8 #EXTINF:-1 tvg-id="",MotorRacing https://streams2.sofast.tv/v1/master/611d79b11b77e2f571934fd80ca1413453772ac7/db917aee-4061-4081-b5fc-d5786defb057/manifest.m3u8 #EXTINF:-1 tvg-id="",Mundo Series diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index a6ee9a951e..7452e53aad 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -1,12 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="ConectaTV.mx" http-referrer="https://ssh101.com/",Conecta TV (720p) [Not 24/7] -#EXTVLCOPT:http-referrer=https://ssh101.com/ -https://tna5.bozztv.com/Conectatvmexico/index.m3u8 -#EXTINF:-1 tvg-id="JessTV.ca" http-referrer="https://ssh101.com/",Jess TV (Lethbridge) (480p) [Not 24/7] -#EXTVLCOPT:http-referrer=https://ssh101.com/ -https://tna5.bozztv.com/jesstv/index.m3u8 -#EXTINF:-1 tvg-id="",TV Cartago Digital -https://ssh101-fl.bozztv.com/ssh101/tvcdstreaming/index.m3u8 -#EXTINF:-1 tvg-id="UchuTV.pe" http-referrer="https://ssh101.com/",Uchu TV (Cusco) (720p) [Not 24/7] -#EXTVLCOPT:http-referrer=https://ssh101.com/ -https://tna5.bozztv.com/Cusco/index.m3u8 diff --git a/streams/us_thetvapp.m3u b/streams/us_thetvapp.m3u deleted file mode 100644 index d772048319..0000000000 --- a/streams/us_thetvapp.m3u +++ /dev/null @@ -1,249 +0,0 @@ -#EXTM3U -#EXTINF:-1 tvg-id="ACCNetwork.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",ACC NETWORK [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/ACCNetwork/index.m3u8 -#EXTINF:-1 tvg-id="AE.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",A&E East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/AEEast/index.m3u8 -#EXTINF:-1 tvg-id="CSPAN.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",C-SPAN [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/CSPAN/index.m3u8 -#EXTINF:-1 tvg-id="CSPAN2.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",C-SPAN 2 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/CSPAN2/index.m3u8 -#EXTINF:-1 tvg-id="CNBC.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",CNBC [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/CNBC/index.m3u8 -#EXTINF:-1 tvg-id="CrimePlusInvestigation.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Crime + Investigation [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/CrimePlusInvestigation/index.m3u8 -#EXTINF:-1 tvg-id="DisneyChannel.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Disney Channel East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/DisneyChannelEast/index.m3u8 -#EXTINF:-1 tvg-id="DisneyJunior.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Disney Junior East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/DisneyJuniorEast/index.m3u8 -#EXTINF:-1 tvg-id="DisneyXD.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Disney XD East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/DisneyXDEast/index.m3u8 -#EXTINF:-1 tvg-id="E.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",E! East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/EEast/index.m3u8 -#EXTINF:-1 tvg-id="ESPNDeportes.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",ESPN Deportes [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/espn-deportes/index.m3u8 -#EXTINF:-1 tvg-id="ESPNews.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",ESPN NEWS [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/ESPNews/index.m3u8 -#EXTINF:-1 tvg-id="ESPNU.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",ESPN U [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/ESPNU/index.m3u8 -#EXTINF:-1 tvg-id="FoxBusinessNetwork.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Fox Business Network [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FoxBusiness/index.m3u8 -#EXTINF:-1 tvg-id="FoxNewsChannel.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Fox News Channel [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FoxNewsChannel/index.m3u8 -#EXTINF:-1 tvg-id="" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Fox Sports 2 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FoxSports2/index.m3u8 -#EXTINF:-1 tvg-id="Fuse.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Fuse East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FuseEast/index.m3u8 -#EXTINF:-1 tvg-id="FX.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",FX East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FXEast/index.m3u8 -#EXTINF:-1 tvg-id="FXMovieChannel.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",FX Movie Channel [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FXMovieChannel/index.m3u8 -#EXTINF:-1 tvg-id="FXX.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",FXX East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FXXEast/index.m3u8 -#EXTINF:-1 tvg-id="FYI.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",FYI East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/FYIEast/index.m3u8 -#EXTINF:-1 tvg-id="GameShowNetwork.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Game Show Network [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/game-show-network-east/index.m3u8 -#EXTINF:-1 tvg-id="GolfChannel.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Golf Channel [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/GolfChannel/index.m3u8 -#EXTINF:-1 tvg-id="HallmarkDrama.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Hallmark Drama [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/HallmarkDrama/index.m3u8 -#EXTINF:-1 tvg-id="HallmarkMoviesMysteries.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Hallmark Movies & Mysteries East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/HallmarkMoviesMysteriesEast/index.m3u8 -#EXTINF:-1 tvg-id="IFC.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",IFC East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/IFCEast/index.m3u8 -#EXTINF:-1 tvg-id="KABCDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",KABC-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/abc-kabc-los-angeles-ca/index.m3u8 -#EXTINF:-1 tvg-id="KCBSDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",KCBS-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/cbs-kcbs-los-angeles-ca/index.m3u8 -#EXTINF:-1 tvg-id="KFMBDT2.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",KFMB-DT2 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/cw-kfmbtv2-san-diego-ca/index.m3u8 -#EXTINF:-1 tvg-id="KNBCDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",KNBC-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/nbc-knbc-los-angeles-ca/index.m3u8 -#EXTINF:-1 tvg-id="KTTVDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",KTTV-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/fox-kttv-los-angeles-ca/index.m3u8 -#EXTINF:-1 tvg-id="LifetimeMovies.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Lifetime Movies East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/LifetimeMoviesEast/index.m3u8 -#EXTINF:-1 tvg-id="Logo.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Logo East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/LogoEast/index.m3u8 -#EXTINF:-1 tvg-id="MarqueeSportsNetwork.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Marquee Sports Network [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/marquee-sports-network/index.m3u8 -#EXTINF:-1 tvg-id="MSG.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",MSG [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/msg-madison-square-gardens/index.m3u8 -#EXTINF:-1 tvg-id="MSNBC.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",MSNBC [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/MSNBC/index.m3u8 -#EXTINF:-1 tvg-id="NationalGeographic.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",National Geographic East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/NationalGeographicEast/index.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWild.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",National Geographic Wild East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/NationalGeographicWildEast/index.m3u8 -#EXTINF:-1 tvg-id="NBATV.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",NBA TV [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/NBATV/index.m3u8 -#EXTINF:-1 tvg-id="NBCSportsBayArea.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",NBC Sports Bay Area [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/nbc-sports-bay-area/index.m3u8 -#EXTINF:-1 tvg-id="NBCSportsBoston.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",NBC Sports Boston [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/nbc-sports-boston/index.m3u8 -#EXTINF:-1 tvg-id="NBCSportsPhiladelphia.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",NBC Sports Philadelphia [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/nbc-sports-philadelphia/index.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Newsmax TV [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/NewsmaxTV/index.m3u8 -#EXTINF:-1 tvg-id="NESN.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",NESN -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v16.thetvapp.to/hls/new-england-sports-network/index.m3u8 -#EXTINF:-1 tvg-id="NFLRedZone.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",NFL RedZone [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/NFLRedZone/index.m3u8 -#EXTINF:-1 tvg-id="SECNetwork.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",SEC Network [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/SECN/index.m3u8 -#EXTINF:-1 tvg-id="Sportsnet360.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Sportsnet 360 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/sportsnet-360/index.m3u8 -#EXTINF:-1 tvg-id="SportsnetOne.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Sportsnet One [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/sportsnet-one/index.m3u8 -#EXTINF:-1 tvg-id="Starz.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Starz East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/StarzEast/index.m3u8 -#EXTINF:-1 tvg-id="SundanceTV.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",Sundance TV [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/SundanceTVEast/index.m3u8 -#EXTINF:-1 tvg-id="TeenNick.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",TeenNick East -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v16.thetvapp.to/hls/TeenNickEast/index.m3u8 -#EXTINF:-1 tvg-id="TSN1.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",TSN1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/tsn1/index.m3u8 -#EXTINF:-1 tvg-id="TSN2.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",TSN2 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/tsn2/index.m3u8 -#EXTINF:-1 tvg-id="TSN3.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",TSN3 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/tsn3/index.m3u8 -#EXTINF:-1 tvg-id="TSN4.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",TSN4 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/tsn4/index.m3u8 -#EXTINF:-1 tvg-id="TSN5.ca" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",TSN5 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/tsn5/index.m3u8 -#EXTINF:-1 tvg-id="USANetwork.us@East" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",USA Network East [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/USANetworkEast/index.m3u8 -#EXTINF:-1 tvg-id="WABCDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",WABC-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/WABCDT1/index.m3u8 -#EXTINF:-1 tvg-id="WNBCDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",WNBC-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/WNBCDT1/index.m3u8 -#EXTINF:-1 tvg-id="WNETDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",WNET-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/WNET/index.m3u8 -#EXTINF:-1 tvg-id="WNJUDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",WNJU-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/TelemundoEast/index.m3u8 -#EXTINF:-1 tvg-id="WNYWDT1.us" http-referrer="https://thetvapp.to/" http-user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",WNYW-DT1 [Geo-blocked] -#EXTVLCOPT:http-referrer=https://thetvapp.to/ -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 -https://v1.thetvapp.to/hls/WNYWDT1/index.m3u8 diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index b3045f9566..e1409c9e38 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -27,8 +27,6 @@ https://apollo.production-public.tubi.io/live/ac-kmgh2.m3u8 https://apollo.production-public.tubi.io/live/ac-wxyz2.m3u8 #EXTINF:-1 tvg-id="KETVDT1.us",ABC 7 Omaha NE (KETV) (720p) https://apollo.production-public.tubi.io/live/ac-ketv.m3u8 -#EXTINF:-1 tvg-id="WFAADT1.us",ABC 8 Dallas / Fort Worth TX (WFAA) (1080p) -https://livetv-fa.tubi.video/wfaa/live.m3u8 #EXTINF:-1 tvg-id="WMTWDT1.us",ABC 8 Portland ME (WMTW) (720p) https://apollo.production-public.tubi.io/live/ac-wmtw.m3u8 #EXTINF:-1 tvg-id="WSOCDT1.us",ABC 9 Charlotte NC (WSOC) (720p) @@ -141,12 +139,6 @@ https://apollo.production-public.tubi.io/live/ac-kiro.m3u8 https://apollo.production-public.tubi.io/live/ac-kcci.m3u8 #EXTINF:-1 tvg-id="KPAXDT1.us",CBS 8 Missoula MT (KPAX) (720p) https://apollo.production-public.tubi.io/live/ac-kpax.m3u8 -#EXTINF:-1 tvg-id="WUSADT1.us",CBS 9 Washington DC (WUSA) (1080p) -https://livetv-fa.tubi.video/wusa/live.m3u8 -#EXTINF:-1 tvg-id="WBNSDT1.us",CBS 10 Columbus OH (WBNS) (1080p) -https://livetv-fa.tubi.video/wbns/live.m3u8 -#EXTINF:-1 tvg-id="KHOUDT1.us",CBS 11 Houston TX (KHOU) (1080p) -https://livetv-fa.tubi.video/khou/live.m3u8 #EXTINF:-1 tvg-id="WLKYDT1.us",CBS 32 Louisville KY (WLKY) (720p) https://apollo.production-public.tubi.io/live/ac-wlky.m3u8 #EXTINF:-1 tvg-id="",Cine Estrella (1080p) @@ -273,8 +265,6 @@ https://apollo.production-public.tubi.io/live/ac-wfld.m3u8 https://apollo.production-public.tubi.io/live/ac-wofl.m3u8 #EXTINF:-1 tvg-id="WSYMDT1.us",FOX 47 Lansing MI (WSYM) (720p) https://apollo.production-public.tubi.io/live/ac-wsym.m3u8 -#EXTINF:-1 tvg-id="WTICDT1.us",FOX 61 Hartford CT (WTIC) (1080p) -https://livetv-fa.tubi.video/wtic/live.m3u8 #EXTINF:-1 tvg-id="FoxSoul.us",Fox Soul (720p) https://apollo.production-public.tubi.io/live/ac-fox-soul-scte.m3u8 #EXTINF:-1 tvg-id="",Fox Sports (720p) @@ -357,8 +347,6 @@ https://aegis-cloudfront-1.tubi.video/c987b155-8d7e-4307-bd24-720bb2843d42/playl https://apollo.production-public.tubi.io/live/ac-wesh.m3u8 #EXTINF:-1 tvg-id="KJRHDT1.us",NBC 2 Tulsa OK (KJRH) (720p) https://apollo.production-public.tubi.io/live/ac-kjrh.m3u8 -#EXTINF:-1 tvg-id="WKYCDT1.us",NBC 3 Cleveland OH (WKYC) (1080p) -https://livetv-fa.tubi.video/wkyc/live.m3u8 #EXTINF:-1 tvg-id="KCRADT1.us",NBC 3 Sacramento CA (KCRA) (720p) https://apollo.production-public.tubi.io/live/ac-kcra.m3u8 #EXTINF:-1 tvg-id="WYFFDT1.us",NBC 4 Greenville SC (WYFF) (720p) @@ -371,10 +359,6 @@ https://apollo.production-public.tubi.io/live/ac-wlwt.m3u8 https://apollo.production-public.tubi.io/live/ac-koaa.m3u8 #EXTINF:-1 tvg-id="WPTZDT1.us",NBC 5 Plattsburgh NY (WPTZ) (720p) https://apollo.production-public.tubi.io/live/ac-wptz.m3u8 -#EXTINF:-1 tvg-id="KINGDT1.us",NBC 5 Seattle WA (KING) (1080p) -https://livetv-fa.tubi.video/king/live.m3u8 -#EXTINF:-1 tvg-id="KSDKDT1.us",NBC 5 St Louis MO (KSDK) (1080p) -https://livetv-fa.tubi.video/ksdk/live.m3u8 #EXTINF:-1 tvg-id="WPTVDT1.us",NBC 5 West Palm Beach FL (WPTV) (720p) https://apollo.production-public.tubi.io/live/ac-wptv2.m3u8 #EXTINF:-1 tvg-id="KRISDT1.us",NBC 6 Corpus Christi TX (KRIS) (720p) @@ -385,24 +369,14 @@ https://apollo.production-public.tubi.io/live/ac-wdsu.m3u8 https://apollo.production-public.tubi.io/live/ac-ksby.m3u8 #EXTINF:-1 tvg-id="WGALDT1.us",NBC 8 Lancaster PA (WGAL) (720p) https://apollo.production-public.tubi.io/live/ac-wgal.m3u8 -#EXTINF:-1 tvg-id="KGWDT1.us",NBC 8 Portland OR (KGW) (1080p) -https://livetv-fa.tubi.video/kgw/live.m3u8 #EXTINF:-1 tvg-id="KSBWDT1.us",NBC 8 Salinas CA (KSBW) (720p) https://apollo.production-public.tubi.io/live/ac-ksbw.m3u8 -#EXTINF:-1 tvg-id="KUSADT1.us",NBC 9 Denver CO (KUSA) (1080p) -https://livetv-fa.tubi.video/kusa/live.m3u8 -#EXTINF:-1 tvg-id="WXIADT1.us",NBC 11 Atlanta GA (WXIA) (1080p) -https://livetv-fa.tubi.video/wxia/live.m3u8 #EXTINF:-1 tvg-id="WBALDT1.us",NBC 11 Baltimore MD (WBAL) (720p) https://apollo.production-public.tubi.io/live/ac-wbal.m3u8 -#EXTINF:-1 tvg-id="KAREDT1.us",NBC 11 Minneapolis / St Paul MN (KARE) (1080p) -https://livetv-fa.tubi.video/kare/live.m3u8 #EXTINF:-1 tvg-id="WPXIDT1.us",NBC 11 Pittsburgh PA (WPXI) (720p) https://apollo.production-public.tubi.io/live/ac-wpxi2.m3u8 #EXTINF:-1 tvg-id="KTVHDT1.us",NBC 12 Helena MT (KTVH) (720p) https://apollo.production-public.tubi.io/live/ac-ktvh.m3u8 -#EXTINF:-1 tvg-id="KPNXDT1.us",NBC 12 Phoenix AZ (KPNX) (1080p) -https://livetv-fa.tubi.video/kpnx/live.m3u8 #EXTINF:-1 tvg-id="WXIIDT1.us",NBC 12 Winston-Salem NC (WXII) (720p) https://apollo.production-public.tubi.io/live/ac-wxii.m3u8 #EXTINF:-1 tvg-id="WVTMDT1.us",NBC 13 Birmingham Al (WVTM) (720p) diff --git a/streams/uy.m3u b/streams/uy.m3u index c02d85076a..5e11e2780b 100644 --- a/streams/uy.m3u +++ b/streams/uy.m3u @@ -1,22 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="CanalALMA.uy",Canal ALMA (720p) [Not 24/7] -https://live.cloudhostservers.com:3486/stream/play.m3u8 -#EXTINF:-1 tvg-id="CanalMas.uy",Canal Mรกs (720p) -https://tvlive.servicioselbachi.com:3686/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="CharruaTelevision.uy",Charrรบa Televisiรณn (720p) -https://stmv.video.gmpro.top/tvcharrua/tvcharrua/playlist.m3u8 -#EXTINF:-1 tvg-id="DelEsteTV.uy",Del Este TV (720p) -https://stream.oursnetworktv.com/latin/estetvo/playlist.m3u8 -#EXTINF:-1 tvg-id="LaRed.uy",La Red (720p) [Not 24/7] -https://stm1.rootuy.xyz:19360/sdredtv/sdredtv.m3u8 -#EXTINF:-1 tvg-id="LatinoKidsTV.uy",LatinoKids (480p) [Not 24/7] -https://6362ca6f1fc28.streamlock.net/8062/8062/playlist.m3u8 -#EXTINF:-1 tvg-id="MisionVidaTV.uy",Misiรณn Vida TV (720p) -https://59825a54e4454.streamlock.net:8443/jorge854/jorge854/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal8Mercedes.uy",Tele 8 Mercedes (410p) [Not 24/7] -http://online.familylatinatv.com:88/live/5de910ea0ec86/index.m3u8 -#EXTINF:-1 tvg-id="TVFlorida.uy",TVFlorida (1080p) -https://stmv1.srvif.com/tv6842/tv6842/playlist.m3u8 #EXTINF:-1 tvg-id="UCL.uy",UCL (720p) https://livedelta.cdn.antel.net.uy/out/u/url_canalu.m3u8 #EXTINF:-1 tvg-id="VIVOTV.uy",VIVO TV (1080p) diff --git a/streams/uz.m3u b/streams/uz.m3u index 957482db06..a814f7d1ae 100644 --- a/streams/uz.m3u +++ b/streams/uz.m3u @@ -31,3 +31,45 @@ http://gohoski.fvds.ru:3000/mediabay/393/playlist.m3u8 http://gohoski.fvds.ru:3000/mediabay/136/playlist.m3u8 #EXTINF:-1 tvg-id="Yoshlar.uz",Yoshlar (480p) http://gohoski.fvds.ru:3000/mediabay/134/playlist.m3u8 +#EXTINF:-1 tvg-id="Ozbekiston.uz",O'zbekiston (576p) +https://stream8.cinerama.uz/1001/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Qaraqalpaqstan.uz",Qaraqalpaqstan (720p) +https://stream8.cinerama.uz/1467/playlist.m3u8 +#EXTINF:-1 tvg-id="FTV.uz",FTV (576p) +https://stream8.cinerama.uz/1018/playlist.m3u8 +#EXTINF:-1 tvg-id="Ozbekiston24.uz",O'zbekiston 24 (1080p) +https://stream8.cinerama.uz/1011/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="OzbekistonTarixi.uz",O'zbekiston Tarixi (1080p) +https://stream8.cinerama.uz/1209/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Kinoteatr.uz",Kinoteatr (1080p) +https://stream8.cinerama.uz/1009/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Mahalla.uz",Mahalla (576p) +https://stream8.cinerama.uz/1013/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Navo.uz",Navo (576p) +https://stream8.cinerama.uz/1008/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Yoshlar.uz",Yoshlar (1080p) +https://stream8.cinerama.uz/1002/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Bolajon.uz",Bolajon (576p) +https://stream8.cinerama.uz/1007/playlist.m3u8 +#EXTINF:-1 tvg-id="Dunyoboylab.uz",Dunyo bo'ylab (1080p) +https://stream8.cinerama.uz/1006/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Madaniyatvamarifat.uz",Madaniyat va ma'rifat (576p) +https://stream8.cinerama.uz/1005/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="UzReportTV.uz",UzReport TV (1080p) +https://stream8.cinerama.uz/1015/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="SevimliTV.uz",Sevimli TV (1080p) +https://stream8.cinerama.uz/1017/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Toshkent.uz",Toshkent (576p) +https://stream8.cinerama.uz/1003/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="RenessansTV.uz",Renessans TV (576p) +https://stream8.cinerama.uz/1221/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="Milliy.uz",Milliy (1080p) +https://stream8.cinerama.uz/1014/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="DasturxonTV.uz",Dasturxon TV (576p) +https://stream8.cinerama.uz/1206/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="ZorTV.uz",Zo'r TV (576p) +https://stream8.cinerama.uz/1016/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="MY5.uz",MY5 (576p) +https://stream8.cinerama.uz/1217/tracks-v1a1/playlist.m3u8 +#EXTINF:-1 tvg-id="MY5.uz@SD",MY5 +https://st.my5.media/hls/hd/index.m3u8 diff --git a/streams/uz_cinerama.m3u b/streams/uz_cinerama.m3u index 9702f32c9b..7452e53aad 100644 --- a/streams/uz_cinerama.m3u +++ b/streams/uz_cinerama.m3u @@ -1,9 +1 @@ #EXTM3U -#EXTINF:-1 tvg-id="vijuHistory.ru",viju History -http://stream1.cinerama.uz/1046/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="vijuTV1000.ru",viju TV1000 -http://stream1.cinerama.uz/1058/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="vijuTV1000russkoe.ru",viju TV1000 russkoe -http://stream1.cinerama.uz/1059/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="vijuPlusSport.ru",viju+ Sport -http://stream1.cinerama.uz/1229/tracks-v1a1/mono.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index da0cbd892f..e59af52387 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -21,8 +21,8 @@ https://vcp.myplaytv.com/nubehtv/nubehtv/playlist.m3u8 https://vcp.myplaytv.com/cantinatv/cantinatv/playlist.m3u8 #EXTINF:-1 tvg-id="CatatumboTV.ve",Catatumbo TV (406p) https://cloud.fastchannel.es/manifiest/hls/prog9/catatumbotv.m3u8 -#EXTINF:-1 tvg-id="ChivacoaTVInternacional.ve",Chivacoa TV Internacional (720p) [Not 24/7] -https://glb.bozztv.com/glb/ssh101/1234chivacoa/index.m3u8 +#EXTINF:-1 tvg-id="ChivacoaTVInternacional.ve",Chivacoa TV Internacional (1080p) +https://live20.bozztv.com/akamaissh101/ssh101/1234chivacoa/playlist.m3u8 #EXTINF:-1 tvg-id="EXCTV.ve",Explosiรณn Creativa (720p) [Not 24/7] https://vcp.myplaytv.com/explosioncreativa/explosioncreativa/playlist.m3u8 #EXTINF:-1 tvg-id="",GlobalTV (480p) @@ -117,3 +117,19 @@ https://vod2live.univtec.com/manifest/4c41c0d8-e2e4-43cc-bd43-79afe715e1b3.m3u8 https://cloud.fastchannel.es/manifiest/hls/prog9/vepacotv.m3u8 #EXTINF:-1 tvg-id="VPItv.ve",VPItv (1080p) https://ott3.streann.com/loadbalancer/services/public/channels/5d23d5882cdce61dae029fd8/playlist.m3u8 +#EXTINF:-1 tvg-id="PromarTV.ve",PromarTV (576p) +https://vcp.myplaytv.com/promar/promar/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalI.ve",Canal I (720p) +https://vcp10.myplaytv.com/canali/canali/playlist.m3u8 +#EXTINF:-1 tvg-id="GuaroTV.ve",Guaro TV (720p) +https://streamtv.intervenhosting.net:3592/stream/play.m3u8 +#EXTINF:-1 tvg-id="TelesolTV.ve",Telesol TV (720p) +https://vcp15.myplaytv.com/telesoltv/telesoltv/playlist.m3u8 +#EXTINF:-1 tvg-id="Telecentro.ve",Telecentro (720p) +https://streamtv.intervenhosting.net:3161/live/telecentrolive.m3u8 +#EXTINF:-1 tvg-id="TAMTV.ve" http-referrer="https://tamtv.com.ve",TAM TV (720p) +#EXTVLCOPT:http-referrer=https://tamtv.com.ve +https://tv.webtuya.com:3726/hybrid/play.m3u8 +#EXTINF:-1 tvg-id="UN24.ve@untv720" http-referrer="https://un24.tv/",UN24 (720p) +#EXTVLCOPT:http-referrer=https://un24.tv/ +https://59d39900ebfb8.streamlock.net:443/untv-720/untv-720/playlist.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index fcaf77d2ad..b9c49b14bc 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -115,25 +115,25 @@ http://125hvt.ddns.net:21585/thvl1/tracks-v1a1/mono.m3u8 http://vinhphuctv.vn:8090/vinhphuclive/web.stream/playlist.m3u8 #EXTINF:-1 tvg-id="VTV1.vn",VTV1 (576p) http://125hvt.ddns.net:21585/vtv1/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="VTV2.vn",VTV2 (1080p) [Geo-blocked] -https://live.fptplay53.net/fnxch2/vtv2hd_abr.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="VTV3.vn",VTV3 (1080p) [Geo-blocked] -https://live.fptplay53.net/fnxch2/vtv3hd_abr.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="VTV4.vn",VTV4 (576p) http://125hvt.ddns.net:21585/vtv4/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="VTV5.vn",VTV5 -http://125hvt.ddns.net:21585/vtv5/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="VTV9.vn",VTV9 (576p) http://125hvt.ddns.net:21585/vtv9/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="VTVCanTho.vn",VTV Can Tho (720p) -http://125hvt.ddns.net:21585/vtv6/playlist.m3u8 #EXTINF:-1 tvg-id="VTV1.vn",VTV1 (480p) https://ott1.nethubtv.vn/live/vtv1/playlist.m3u8 -#EXTINF:-1 tvg-id="VTV7.vn",VTV7 (1080p) [Geo-blocked] -https://live.fptplay53.net/fnxhd1/vtv7hd_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="HTV3.vn",HTV3 (576p) [Geo-blocked] https://live.fptplay53.net/epzhd1/htv3_hls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="SCTV6.vn",SCTV6 (1080p) [Geo-blocked] https://live.fptplay53.net/epzhd2/film360_vhls.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="HTVSports.vn",HTV Sports (1080p) [Geo-blocked] https://live.fptplay53.net/epzhd1/htvcthethao_vhls.smil/chunklist.m3u8 +#EXTINF:-1 tvg-id="VTV1.vn@HD",VTV1 (1080p) +http://p1.cvtv.xyz/vtv1?token=live +#EXTINF:-1 tvg-id="NgheAnTV.vn@SD",Nghe An TV +https://live.mediatech.vn/live/2859591eef2e92249b682db021f4247c364/playlist.m3u8 +#EXTINF:-1 tvg-id="ONStyleTV.vn@SD",ON Style TV +http://dvrfl05.bozztv.com/vch_vchannel10/index.m3u8 +#EXTINF:-1 tvg-id="ONFootball.vn@SD",ON Football +http://dvrfl05.bozztv.com/vch_vchannel11/index.m3u8 +#EXTINF:-1 tvg-id="ONVieDrama.vn@SD",ON Vie Drama +http://dvrfl05.bozztv.com/vch_vchannel18/index.m3u8 diff --git a/streams/za.m3u b/streams/za.m3u index b4656959e5..1096a1ecfd 100644 --- a/streams/za.m3u +++ b/streams/za.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="Afrokiddos.za",Afrokiddos (1080p) -https://weyyak-live.akamaized.net/weyyak_afrokiddos/index.m3u8 #EXTINF:-1 tvg-id="BOKTV.za",BOKTV (720p) [Not 24/7] https://livestream2.bokradio.co.za/hls/Bok5c.m3u8 #EXTINF:-1 tvg-id="CNBCAfrica.za",CNBC Africa (480p) @@ -39,3 +37,13 @@ https://sabconetanw.cdn.mangomolo.com/news/smil:news.stream.smil/master.m3u8 https://restream.churchtv247.co.za/Apostle/Hggc@24/1.m3u8 #EXTINF:-1 tvg-id="TBNAfrica.za",TBN Africa (1080p) https://tbn-jw.cdn.vustreams.com/live/tbn-africa/live.isml/master.m3u8 +#EXTINF:-1 tvg-id="SABC1.za@SD",SABC 1 +https://live20.bozztv.com/dvrfl06/astv/astv-sabc1/index.m3u8 +#EXTINF:-1 tvg-id="SuperSportRugby.za@SD",SuperSport Rugby +https://live20.bozztv.com/trn03/gin-ssrugby/index.m3u8 +#EXTINF:-1 tvg-id="ZeeWorld.za@SD",Zee World +https://live20.bozztv.com/dvrfl06/astv/astv-zeemagicafrica/index.m3u8 +#EXTINF:-1 tvg-id="AnytimeTV.za",Anytime TV (1080p) +https://tv.anytimemedia.co.za:3673/hybrid/play.m3u8 +#EXTINF:-1 tvg-id="HomebaseTV.za@SD",Homebase TV +https://viewmedia7219.bozztv.com/wmedia/viewmedia100/web_022/Stream/playlist.m3u8 diff --git a/tests/__data__/input/data/channels.json b/tests/__data__/input/data/channels.json index fe31e8dc02..d12451f91b 100644 --- a/tests/__data__/input/data/channels.json +++ b/tests/__data__/input/data/channels.json @@ -677,5 +677,16 @@ "replaced_by": null, "website": "https://eltr.kg", "logo": "https://i.ibb.co/r6czQwQ/365049798-774721644658455-5702658175909463406-n-2.png" + }, + { + "id": "IONTV.us", + "name": "ION TV", + "network": null, + "country": "US", + "subdivision": null, + "city": null, + "categories": [], + "is_nsfw": false, + "logo": "https://i.imgur.com/Iam3ol3.png" } ] \ No newline at end of file diff --git a/tests/__data__/input/playlist_update/issues.js b/tests/__data__/input/playlist_update/issues.js index f75ea9baed..8feff1416f 100644 --- a/tests/__data__/input/playlist_update/issues.js +++ b/tests/__data__/input/playlist_update/issues.js @@ -2211,5 +2211,78 @@ module.exports = [ timeline_url: 'https://api.github.com/repos/iptv-org/iptv/issues/19957/timeline', performed_via_github_app: null, state_reason: null + }, + { + url: 'https://api.github.com/repos/iptv-org/iptv/issues/20956', + repository_url: 'https://api.github.com/repos/iptv-org/iptv', + labels_url: 'https://api.github.com/repos/iptv-org/iptv/issues/20956/labels{/name}', + comments_url: 'https://api.github.com/repos/iptv-org/iptv/issues/20956/comments', + events_url: 'https://api.github.com/repos/iptv-org/iptv/issues/20956/events', + html_url: 'https://github.com/iptv-org/iptv/issues/20956', + id: 2880738444, + node_id: 'I_kwDOCWUK8M6rtJQo', + number: 20956, + title: 'Find: IONTV.us', + user: { + login: 'M3UDay', + id: 164743332, + node_id: 'U_kgDOCdHIpA', + avatar_url: 'https://avatars.githubusercontent.com/u/164743332?v=4', + gravatar_id: '', + url: 'https://api.github.com/users/M3UDay', + html_url: 'https://github.com/M3UDay', + followers_url: 'https://api.github.com/users/M3UDay/followers', + following_url: 'https://api.github.com/users/M3UDay/following{/other_user}', + gists_url: 'https://api.github.com/users/M3UDay/gists{/gist_id}', + starred_url: 'https://api.github.com/users/M3UDay/starred{/owner}{/repo}', + subscriptions_url: 'https://api.github.com/users/M3UDay/subscriptions', + organizations_url: 'https://api.github.com/users/M3UDay/orgs', + repos_url: 'https://api.github.com/users/M3UDay/repos', + events_url: 'https://api.github.com/users/M3UDay/events{/privacy}', + received_events_url: 'https://api.github.com/users/M3UDay/received_events', + type: 'User', + user_view_type: 'public', + site_admin: false + }, + labels: [ + { + id: 8197871093, + node_id: 'LA_kwDOCWUK8M8AAAAB6KGV9Q', + url: 'https://api.github.com/repos/iptv-org/iptv/labels/channel%20search', + name: 'channel search', + color: 'eaeaea', + default: false, + description: 'Request to find a link to a channel stream' + } + ], + state: 'open', + locked: false, + assignee: null, + assignees: [], + milestone: null, + comments: 0, + created_at: '2025-02-26T08:43:49Z', + updated_at: '2025-02-26T08:43:49Z', + closed_at: null, + author_association: 'NONE', + sub_issues_summary: { total: 0, completed: 0, percent_completed: 0 }, + active_lock_reason: null, + body: '### Channel ID (required)\n\nIONTV.us\n\n### Notes\n\n_No response_', + closed_by: null, + reactions: { + url: 'https://api.github.com/repos/iptv-org/iptv/issues/20956/reactions', + total_count: 0, + '+1': 0, + '-1': 0, + laugh: 0, + hooray: 0, + confused: 0, + heart: 0, + rocket: 0, + eyes: 0 + }, + timeline_url: 'https://api.github.com/repos/iptv-org/iptv/issues/20956/timeline', + performed_via_github_app: null, + state_reason: null } ] diff --git a/tests/__data__/input/report_create/us.m3u b/tests/__data__/input/report_create/us.m3u index 78ea4deb5c..6a617277d9 100644 --- a/tests/__data__/input/report_create/us.m3u +++ b/tests/__data__/input/report_create/us.m3u @@ -1,3 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="",TUTV https://livestream.telvue.com/templeuni1/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="IONTV.us@East",ION TV +http://fl3.moveonjoy.com/ION_TV/index.m3u8 \ No newline at end of file diff --git a/tests/commands/playlist/validate.test.ts b/tests/commands/playlist/validate.test.ts index feef97bbfa..fe4885b9dc 100644 --- a/tests/commands/playlist/validate.test.ts +++ b/tests/commands/playlist/validate.test.ts @@ -6,11 +6,10 @@ type ExecError = { stdout: string } -let ENV_VAR = - 'DATA_DIR=tests/__data__/input/data STREAMS_DIR=tests/__data__/input/playlist_validate' +let ENV_VAR = 'DATA_DIR=tests/__data__/input/data ROOT_DIR=tests/__data__/input/playlist_validate' if (os.platform() === 'win32') { ENV_VAR = - 'SET "DATA_DIR=tests/__data__/input/data" && SET "STREAMS_DIR=tests/__data__/input/playlist_validate" &&' + 'SET "DATA_DIR=tests/__data__/input/data" && SET "ROOT_DIR=tests/__data__/input/playlist_validate" &&' } describe('playlist:validate', () => { @@ -42,4 +41,9 @@ describe('playlist:validate', () => { ) } }) + + it('skip the file if it does not exist', () => { + const cmd = `${ENV_VAR} npm run playlist:validate -- missing.m3u` + execSync(cmd, { encoding: 'utf8' }) + }) }) diff --git a/tests/commands/report/create.test.ts b/tests/commands/report/create.test.ts index d974a93a73..3f6bcbb9ff 100644 --- a/tests/commands/report/create.test.ts +++ b/tests/commands/report/create.test.ts @@ -24,6 +24,7 @@ describe('report:create', () => { โ”‚ 3 โ”‚ 14178 โ”‚ 'streams:add' โ”‚ 'TV3.my' โ”‚ 'https://live-streams-ssai-01.tonton.com.my/live/2dd2b7cd-1b34-4871-b669-57b5c9beca23/live.isml/.m3u8...' โ”‚ 'blocked' โ”‚ โ”‚ 4 โ”‚ 16120 โ”‚ 'streams:remove' โ”‚ undefined โ”‚ 'http://190.61.102.67:2000/play/a038/index.m3u8' โ”‚ 'wrong_link' โ”‚ โ”‚ 5 โ”‚ 19956 โ”‚ 'channel search' โ”‚ 'CNBCe.tr' โ”‚ undefined โ”‚ 'invalid_id' โ”‚ +โ”‚ 6 โ”‚ 20956 โ”‚ 'channel search' โ”‚ 'IONTV.us' โ”‚ undefined โ”‚ 'fulfilled' โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜`) ).toBe(true) })