diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml new file mode 100644 index 0000000000..4bb2702bdb --- /dev/null +++ b/.github/workflows/check.yml @@ -0,0 +1,38 @@ +name: check +on: + workflow_dispatch: + pull_request: + types: [opened, synchronize, reopened, edited] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true +jobs: + check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 2 + - uses: tj-actions/changed-files@v35 + id: files + with: + files: streams/*.m3u + - uses: actions/setup-node@v3 + if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }} + with: + node-version: 16 + cache: 'npm' + - name: download data from api + if: steps.files.outputs.any_changed == 'true' + run: | + mkdir -p scripts/tmp/data + curl -L -o scripts/tmp/data/blocklist.json https://iptv-org.github.io/api/blocklist.json + curl -L -o scripts/tmp/data/channels.json https://iptv-org.github.io/api/channels.json + - name: install dependencies + if: steps.files.outputs.any_changed == 'true' + run: npm install + - name: validate + if: steps.files.outputs.any_changed == 'true' + run: | + npm run playlist:lint -- ${{ steps.files.outputs.all_changed_files }} + npm run playlist:validate -- ${{ steps.files.outputs.all_changed_files }} \ No newline at end of file diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml new file mode 100644 index 0000000000..e5b3ee34ec --- /dev/null +++ b/.github/workflows/update.yml @@ -0,0 +1,78 @@ +name: update +on: + workflow_dispatch: + schedule: + - cron: '0 */6 * * *' +jobs: + main: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - uses: actions/checkout@v3 + - uses: tibdex/github-app-token@v1 + if: ${{ !env.ACT }} + id: create-app-token + with: + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.APP_PRIVATE_KEY }} + - uses: actions/checkout@v3 + if: ${{ !env.ACT }} + with: + token: ${{ steps.create-app-token.outputs.token }} + - uses: actions/setup-node@v3 + with: + node-version: 18 + cache: 'npm' + - name: install dependencies + run: npm install + - name: load api data + run: npm run api:load + - name: validate playlists + run: | + npm run playlist:lint + npm run playlist:validate + - name: setup database + run: npm run db:create + - name: generate playlists + run: npm run playlist:generate + - name: generate streams.json + run: npm run api:generate + - name: update readme.md + run: npm run readme:update + - name: commit changes + uses: stefanzweifel/git-auto-commit-action@v4 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + with: + commit_message: "[Bot] Update README.md" + branch: master + commit_options: '--no-verify' + file_pattern: README.md + repository: . + commit_user_name: iptv-bot[bot] + commit_user_email: 84861620+iptv-bot[bot]@users.noreply.github.com + commit_author: iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com> + - name: deploy to github pages + uses: JamesIves/github-pages-deploy-action@4.1.1 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + with: + repository-name: iptv-org/iptv + branch: gh-pages + folder: .gh-pages + token: ${{ steps.create-app-token.outputs.token }} + git-config-name: iptv-bot[bot] + git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com + commit-message: '[Bot] Deploy to GitHub Pages' + clean: true + - name: deploy to iptv-org/api + uses: JamesIves/github-pages-deploy-action@4.1.1 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + with: + repository-name: iptv-org/api + branch: gh-pages + folder: .api + token: ${{ steps.create-app-token.outputs.token }} + git-config-name: iptv-bot[bot] + git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com + commit-message: '[Bot] Deploy to iptv-org/api' + clean: false diff --git a/.readme/template.md b/.readme/template.md index b27b593d07..9d2dd978d7 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -1,4 +1,4 @@ -# IPTV +# IPTV [![update](https://github.com/iptv-org/iptv/actions/workflows/update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/update.yml) Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. @@ -129,7 +129,7 @@ Links to other useful IPTV-related resources can be found in the [iptv-org/aweso ## Discussions -If you have a question or an idea, you can post it in the [Discussions](https://github.com/iptv-org/iptv/discussions) tab. +If you have a question or an idea, you can post it in the [Discussions](https://github.com/orgs/iptv-org/discussions) tab. ## FAQ diff --git a/FAQ.md b/FAQ.md index 548329962b..058801fde8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -187,12 +187,12 @@ If the channel has a another stream and this is broadcasting as an international #EXTINF:-1 tvg-id="VisionLatina.us",Visiรณn Latina ``` -Based on [#5818](https://github.com/iptv-org/iptv/discussions/5818). +Based on [#5818](https://web.archive.org/web/20230212214215/https://github.com/iptv-org/iptv/discussions/5818) and [#420](https://github.com/orgs/iptv-org/discussions/420). ### There are source for verify call sign and coverage area for some TV stations? There are websites to consult the location and characteristics of the station. FCC has [complete official information](https://www.fcc.gov/media/television/tv-service-contour-data-points) about call letters in the United States. You can also consult other websites such as [FCCData](https://fccdata.org/) for US, Canada, Mexico, UK, Australia and Japan. -Based on [#9312](https://github.com/iptv-org/iptv/discussions/9312). +Based on [#9312](https://web.archive.org/web/20230212214215/https://github.com/iptv-org/iptv/discussions/9312). ### Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing? The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to the [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like image, name (in English and local speak), country (or countries) broadcasted, category and language. @@ -202,7 +202,7 @@ You can add multiple streams with a single id (in the "tvg-id" parameter), inste ``` #EXTINF:-1 tvg-id="CCTV3.cn",CCTV-3็ปผ่‰บ (1080p) ``` -Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries), [#3490](https://github.com/iptv-org/iptv/discussions/3490) (duplicated tvg-id) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). +Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries), [#142](https://github.com/orgs/iptv-org/discussions/142) (duplicated tvg-id) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). ### Why some streams have an empty id? Because the stream does not have enough information available. If you appear to know additional data on these, let us know its official name, the language it broadcasts and the country where it originates. diff --git a/README.md b/README.md index 5072ed356a..053e455ba1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IPTV +# IPTV [![update](https://github.com/iptv-org/iptv/actions/workflows/update.yml/badge.svg)](https://github.com/iptv-org/iptv/actions/workflows/update.yml) Collection of publicly available IPTV (Internet Protocol television) channels from all over the world. @@ -60,34 +60,34 @@ Same thing, but split up into separate files: Auto15https://iptv-org.github.io/iptv/categories/auto.m3u - Animation44https://iptv-org.github.io/iptv/categories/animation.m3u + Animation45https://iptv-org.github.io/iptv/categories/animation.m3u Business54https://iptv-org.github.io/iptv/categories/business.m3u Classic54https://iptv-org.github.io/iptv/categories/classic.m3u - Comedy53https://iptv-org.github.io/iptv/categories/comedy.m3u + Comedy54https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking21https://iptv-org.github.io/iptv/categories/cooking.m3u Culture65https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary59https://iptv-org.github.io/iptv/categories/documentary.m3u + Documentary60https://iptv-org.github.io/iptv/categories/documentary.m3u Education114https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment323https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family39https://iptv-org.github.io/iptv/categories/family.m3u - General993https://iptv-org.github.io/iptv/categories/general.m3u + Entertainment324https://iptv-org.github.io/iptv/categories/entertainment.m3u + Family40https://iptv-org.github.io/iptv/categories/family.m3u + General999https://iptv-org.github.io/iptv/categories/general.m3u Kids177https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative150https://iptv-org.github.io/iptv/categories/legislative.m3u + Legislative151https://iptv-org.github.io/iptv/categories/legislative.m3u Lifestyle77https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies272https://iptv-org.github.io/iptv/categories/movies.m3u - Music443https://iptv-org.github.io/iptv/categories/music.m3u - News638https://iptv-org.github.io/iptv/categories/news.m3u + Movies276https://iptv-org.github.io/iptv/categories/movies.m3u + Music447https://iptv-org.github.io/iptv/categories/music.m3u + News644https://iptv-org.github.io/iptv/categories/news.m3u Outdoor44https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax16https://iptv-org.github.io/iptv/categories/relax.m3u - Religious361https://iptv-org.github.io/iptv/categories/religious.m3u - Series164https://iptv-org.github.io/iptv/categories/series.m3u + Religious366https://iptv-org.github.io/iptv/categories/religious.m3u + Series163https://iptv-org.github.io/iptv/categories/series.m3u Science24https://iptv-org.github.io/iptv/categories/science.m3u Shop73https://iptv-org.github.io/iptv/categories/shop.m3u - Sports193https://iptv-org.github.io/iptv/categories/sports.m3u + Sports197https://iptv-org.github.io/iptv/categories/sports.m3u Travel30https://iptv-org.github.io/iptv/categories/travel.m3u Weather14https://iptv-org.github.io/iptv/categories/weather.m3u - XXX45https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined5053https://iptv-org.github.io/iptv/categories/undefined.m3u + XXX46https://iptv-org.github.io/iptv/categories/xxx.m3u + Undefined5190https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -115,7 +115,7 @@ Same thing, but split up into separate files: Albanian50https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic8https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic345https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic365https://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 @@ -138,27 +138,27 @@ Same thing, but split up into separate files: Dhivehi3https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u Dutch184https://iptv-org.github.io/iptv/languages/nld.m3u - English2075https://iptv-org.github.io/iptv/languages/eng.m3u + English2084https://iptv-org.github.io/iptv/languages/eng.m3u Estonian7https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Fataleka1https://iptv-org.github.io/iptv/languages/far.m3u Filipino1https://iptv-org.github.io/iptv/languages/fil.m3u - Finnish23https://iptv-org.github.io/iptv/languages/fin.m3u - French290https://iptv-org.github.io/iptv/languages/fra.m3u + Finnish25https://iptv-org.github.io/iptv/languages/fin.m3u + French298https://iptv-org.github.io/iptv/languages/fra.m3u Galician12https://iptv-org.github.io/iptv/languages/glg.m3u Galolen1https://iptv-org.github.io/iptv/languages/gal.m3u Georgian8https://iptv-org.github.io/iptv/languages/kat.m3u - German278https://iptv-org.github.io/iptv/languages/deu.m3u + German279https://iptv-org.github.io/iptv/languages/deu.m3u Goan Konkani1https://iptv-org.github.io/iptv/languages/gom.m3u Greek93https://iptv-org.github.io/iptv/languages/ell.m3u Greenlandic2https://iptv-org.github.io/iptv/languages/kal.m3u Gujarati10https://iptv-org.github.io/iptv/languages/guj.m3u Haitian3https://iptv-org.github.io/iptv/languages/hat.m3u - Hebrew10https://iptv-org.github.io/iptv/languages/heb.m3u + Hebrew12https://iptv-org.github.io/iptv/languages/heb.m3u Hindi163https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian77https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic4https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian165https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian171https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish4https://iptv-org.github.io/iptv/languages/gle.m3u Italian325https://iptv-org.github.io/iptv/languages/ita.m3u @@ -167,11 +167,11 @@ Same thing, but split up into separate files: Kannada18https://iptv-org.github.io/iptv/languages/kan.m3u Kazakh34https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer12https://iptv-org.github.io/iptv/languages/khm.m3u - Kinyarwanda1https://iptv-org.github.io/iptv/languages/kin.m3u + Kinyarwanda2https://iptv-org.github.io/iptv/languages/kin.m3u Kirghiz3https://iptv-org.github.io/iptv/languages/kir.m3u Konkani (macrolanguage)2https://iptv-org.github.io/iptv/languages/kok.m3u Korean100https://iptv-org.github.io/iptv/languages/kor.m3u - Kurdish20https://iptv-org.github.io/iptv/languages/kur.m3u + Kurdish21https://iptv-org.github.io/iptv/languages/kur.m3u Lao9https://iptv-org.github.io/iptv/languages/lao.m3u Latin1https://iptv-org.github.io/iptv/languages/lat.m3u Latvian9https://iptv-org.github.io/iptv/languages/lav.m3u @@ -193,8 +193,8 @@ Same thing, but split up into separate files: Oromo1https://iptv-org.github.io/iptv/languages/orm.m3u Panjabi25https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento1https://iptv-org.github.io/iptv/languages/pap.m3u - Pashto14https://iptv-org.github.io/iptv/languages/pus.m3u - Persian66https://iptv-org.github.io/iptv/languages/fas.m3u + Pashto16https://iptv-org.github.io/iptv/languages/pus.m3u + Persian88https://iptv-org.github.io/iptv/languages/fas.m3u Polish53https://iptv-org.github.io/iptv/languages/pol.m3u Portuguese335https://iptv-org.github.io/iptv/languages/por.m3u Romanian117https://iptv-org.github.io/iptv/languages/ron.m3u @@ -205,16 +205,16 @@ Same thing, but split up into separate files: Serbian81https://iptv-org.github.io/iptv/languages/srp.m3u Serbo-Croatian1https://iptv-org.github.io/iptv/languages/hbs.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u - Sinhala4https://iptv-org.github.io/iptv/languages/sin.m3u + Sinhala9https://iptv-org.github.io/iptv/languages/sin.m3u Slovak39https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian11https://iptv-org.github.io/iptv/languages/slv.m3u Somali4https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1742https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1744https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u - Swedish18https://iptv-org.github.io/iptv/languages/swe.m3u + Swedish20https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog14https://iptv-org.github.io/iptv/languages/tgl.m3u Tajik2https://iptv-org.github.io/iptv/languages/tgk.m3u - Tamil61https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil62https://iptv-org.github.io/iptv/languages/tam.m3u Telugu31https://iptv-org.github.io/iptv/languages/tel.m3u Tetum1https://iptv-org.github.io/iptv/languages/tet.m3u Thai80https://iptv-org.github.io/iptv/languages/tha.m3u @@ -229,7 +229,7 @@ Same thing, but split up into separate files: Wolof3https://iptv-org.github.io/iptv/languages/wol.m3u Yucatec Maya1https://iptv-org.github.io/iptv/languages/yua.m3u Yue Chinese10https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined1251https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined1338https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -255,7 +255,7 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan21https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan29https://iptv-org.github.io/iptv/countries/af.m3u ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania28https://iptv-org.github.io/iptv/countries/al.m3u ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria45https://iptv-org.github.io/iptv/countries/dz.m3u ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa6https://iptv-org.github.io/iptv/countries/as.m3u @@ -263,7 +263,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ฆ๐Ÿ‡ด Angola9https://iptv-org.github.io/iptv/countries/ao.m3u ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla6https://iptv-org.github.io/iptv/countries/ai.m3u ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda8https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina305https://iptv-org.github.io/iptv/countries/ar.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina306https://iptv-org.github.io/iptv/countries/ar.m3u       Buenos Aires26https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u       Catamarca2https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u       Chaco5https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u @@ -302,7 +302,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ง๐Ÿ‡ฏ Benin15https://iptv-org.github.io/iptv/countries/bj.m3u ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda5https://iptv-org.github.io/iptv/countries/bm.m3u ๐Ÿ‡ง๐Ÿ‡น Bhutan7https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia90https://iptv-org.github.io/iptv/countries/bo.m3u + ๐Ÿ‡ง๐Ÿ‡ด Bolivia91https://iptv-org.github.io/iptv/countries/bo.m3u       Oruro1https://iptv-org.github.io/iptv/subdivisions/bo-o.m3u ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina30https://iptv-org.github.io/iptv/countries/ba.m3u ๐Ÿ‡ง๐Ÿ‡ผ Botswana8https://iptv-org.github.io/iptv/countries/bw.m3u @@ -354,7 +354,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands6https://iptv-org.github.io/iptv/countries/ky.m3u ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic8https://iptv-org.github.io/iptv/countries/cf.m3u ๐Ÿ‡น๐Ÿ‡ฉ Chad9https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile259https://iptv-org.github.io/iptv/countries/cl.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ Chile260https://iptv-org.github.io/iptv/countries/cl.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 @@ -364,7 +364,7 @@ Same thing, but split up into separate files:       Nuble3https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u       Valparaiso2https://iptv-org.github.io/iptv/subdivisions/cl-vs.m3u ๐Ÿ‡จ๐Ÿ‡ณ China634https://iptv-org.github.io/iptv/countries/cn.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia132https://iptv-org.github.io/iptv/countries/co.m3u + ๐Ÿ‡จ๐Ÿ‡ด Colombia134https://iptv-org.github.io/iptv/countries/co.m3u       San Andres, Providencia y Santa Catalina1https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u       Antioquia1https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u       Atlantico1https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u @@ -383,19 +383,19 @@ Same thing, but split up into separate files:       Valle del Cauca4https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros35https://iptv-org.github.io/iptv/countries/km.m3u ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands6https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica102https://iptv-org.github.io/iptv/countries/cr.m3u + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica103https://iptv-org.github.io/iptv/countries/cr.m3u       Puntarenas1https://iptv-org.github.io/iptv/subdivisions/cr-p.m3u       San Jose2https://iptv-org.github.io/iptv/subdivisions/cr-sj.m3u ๐Ÿ‡ญ๐Ÿ‡ท Croatia28https://iptv-org.github.io/iptv/countries/hr.m3u - ๐Ÿ‡จ๐Ÿ‡บ Cuba64https://iptv-org.github.io/iptv/countries/cu.m3u + ๐Ÿ‡จ๐Ÿ‡บ Cuba65https://iptv-org.github.io/iptv/countries/cu.m3u ๐Ÿ‡จ๐Ÿ‡ผ Curacao11https://iptv-org.github.io/iptv/countries/cw.m3u ๐Ÿ‡จ๐Ÿ‡พ Cyprus41https://iptv-org.github.io/iptv/countries/cy.m3u ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic42https://iptv-org.github.io/iptv/countries/cz.m3u - ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo13https://iptv-org.github.io/iptv/countries/cd.m3u + ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo17https://iptv-org.github.io/iptv/countries/cd.m3u ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark29https://iptv-org.github.io/iptv/countries/dk.m3u ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti40https://iptv-org.github.io/iptv/countries/dj.m3u ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica6https://iptv-org.github.io/iptv/countries/dm.m3u - ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic204https://iptv-org.github.io/iptv/countries/do.m3u + ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic205https://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 @@ -406,11 +406,11 @@ Same thing, but split up into separate files:       Santiago1https://iptv-org.github.io/iptv/subdivisions/do-25.m3u       Valverde1https://iptv-org.github.io/iptv/subdivisions/do-27.m3u ๐Ÿ‡น๐Ÿ‡ฑ East Timor29https://iptv-org.github.io/iptv/countries/tl.m3u - ๐Ÿ‡ช๐Ÿ‡จ Ecuador90https://iptv-org.github.io/iptv/countries/ec.m3u + ๐Ÿ‡ช๐Ÿ‡จ Ecuador91https://iptv-org.github.io/iptv/countries/ec.m3u       Loja1https://iptv-org.github.io/iptv/subdivisions/ec-l.m3u       Orellana1https://iptv-org.github.io/iptv/subdivisions/ec-d.m3u - ๐Ÿ‡ช๐Ÿ‡ฌ Egypt66https://iptv-org.github.io/iptv/countries/eg.m3u - ๐Ÿ‡ธ๐Ÿ‡ป El Salvador81https://iptv-org.github.io/iptv/countries/sv.m3u + ๐Ÿ‡ช๐Ÿ‡ฌ Egypt68https://iptv-org.github.io/iptv/countries/eg.m3u + ๐Ÿ‡ธ๐Ÿ‡ป El Salvador82https://iptv-org.github.io/iptv/countries/sv.m3u ๐Ÿ‡ฌ๐Ÿ‡ถ Equatorial Guinea9https://iptv-org.github.io/iptv/countries/gq.m3u ๐Ÿ‡ช๐Ÿ‡ท Eritrea8https://iptv-org.github.io/iptv/countries/er.m3u ๐Ÿ‡ช๐Ÿ‡ช Estonia22https://iptv-org.github.io/iptv/countries/ee.m3u @@ -418,24 +418,24 @@ Same thing, but split up into separate files: ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands5https://iptv-org.github.io/iptv/countries/fk.m3u ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands1https://iptv-org.github.io/iptv/countries/fo.m3u ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji7https://iptv-org.github.io/iptv/countries/fj.m3u - ๐Ÿ‡ซ๐Ÿ‡ฎ Finland37https://iptv-org.github.io/iptv/countries/fi.m3u + ๐Ÿ‡ซ๐Ÿ‡ฎ Finland41https://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 - ๐Ÿ‡ซ๐Ÿ‡ท France196https://iptv-org.github.io/iptv/countries/fr.m3u +       Pohjanmaa2https://iptv-org.github.io/iptv/subdivisions/fi-12.m3u + ๐Ÿ‡ซ๐Ÿ‡ท France201https://iptv-org.github.io/iptv/countries/fr.m3u ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana9https://iptv-org.github.io/iptv/countries/gf.m3u ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia7https://iptv-org.github.io/iptv/countries/pf.m3u ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories8https://iptv-org.github.io/iptv/countries/tf.m3u ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon10https://iptv-org.github.io/iptv/countries/ga.m3u - ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia9https://iptv-org.github.io/iptv/countries/gm.m3u + ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia10https://iptv-org.github.io/iptv/countries/gm.m3u ๐Ÿ‡ฌ๐Ÿ‡ช Georgia21https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany265https://iptv-org.github.io/iptv/countries/de.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany266https://iptv-org.github.io/iptv/countries/de.m3u ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana31https://iptv-org.github.io/iptv/countries/gh.m3u ๐Ÿ‡ฌ๐Ÿ‡ท Greece98https://iptv-org.github.io/iptv/countries/gr.m3u ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland7https://iptv-org.github.io/iptv/countries/gl.m3u ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada6https://iptv-org.github.io/iptv/countries/gd.m3u ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe11https://iptv-org.github.io/iptv/countries/gp.m3u ๐Ÿ‡ฌ๐Ÿ‡บ Guam6https://iptv-org.github.io/iptv/countries/gu.m3u - ๐Ÿ‡ฌ๐Ÿ‡น Guatemala116https://iptv-org.github.io/iptv/countries/gt.m3u + ๐Ÿ‡ฌ๐Ÿ‡น Guatemala117https://iptv-org.github.io/iptv/countries/gt.m3u       Escuintla2https://iptv-org.github.io/iptv/subdivisions/gt-05.m3u       Izabal1https://iptv-org.github.io/iptv/subdivisions/gt-18.m3u       Quiche1https://iptv-org.github.io/iptv/subdivisions/gt-14.m3u @@ -449,12 +449,12 @@ Same thing, but split up into separate files: ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau8https://iptv-org.github.io/iptv/countries/gw.m3u ๐Ÿ‡ฌ๐Ÿ‡พ Guyana5https://iptv-org.github.io/iptv/countries/gy.m3u ๐Ÿ‡ญ๐Ÿ‡น Haiti34https://iptv-org.github.io/iptv/countries/ht.m3u - ๐Ÿ‡ญ๐Ÿ‡ณ Honduras110https://iptv-org.github.io/iptv/countries/hn.m3u + ๐Ÿ‡ญ๐Ÿ‡ณ Honduras111https://iptv-org.github.io/iptv/countries/hn.m3u ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong21https://iptv-org.github.io/iptv/countries/hk.m3u ๐Ÿ‡ญ๐Ÿ‡บ Hungary84https://iptv-org.github.io/iptv/countries/hu.m3u ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland16https://iptv-org.github.io/iptv/countries/is.m3u ๐Ÿ‡ฎ๐Ÿ‡ณ India439https://iptv-org.github.io/iptv/countries/in.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia202https://iptv-org.github.io/iptv/countries/id.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia208https://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       Banten2https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u @@ -462,7 +462,7 @@ Same thing, but split up into separate files:       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u       Jakarta Raya5https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u       Jambi4https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u -       Jawa Barat9https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u +       Jawa Barat10https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u       Jawa Tengah6https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u       Jawa Timur11https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u @@ -484,10 +484,11 @@ Same thing, but split up into separate files:       Sumatera Barat2https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u       Yogyakarta4https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran61https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq78https://iptv-org.github.io/iptv/countries/iq.m3u + ๐Ÿ‡ฎ๐Ÿ‡ท Iran93https://iptv-org.github.io/iptv/countries/ir.m3u +       Tehran2https://iptv-org.github.io/iptv/subdivisions/ir-23.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq94https://iptv-org.github.io/iptv/countries/iq.m3u ๐Ÿ‡ฎ๐Ÿ‡ช Ireland22https://iptv-org.github.io/iptv/countries/ie.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel19https://iptv-org.github.io/iptv/countries/il.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel20https://iptv-org.github.io/iptv/countries/il.m3u ๐Ÿ‡ฎ๐Ÿ‡น Italy407https://iptv-org.github.io/iptv/countries/it.m3u ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast26https://iptv-org.github.io/iptv/countries/ci.m3u ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica10https://iptv-org.github.io/iptv/countries/jm.m3u @@ -497,7 +498,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ฐ๐Ÿ‡ช Kenya16https://iptv-org.github.io/iptv/countries/ke.m3u ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati6https://iptv-org.github.io/iptv/countries/ki.m3u ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo23https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait36https://iptv-org.github.io/iptv/countries/kw.m3u + ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait45https://iptv-org.github.io/iptv/countries/kw.m3u ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan5https://iptv-org.github.io/iptv/countries/kg.m3u ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos46https://iptv-org.github.io/iptv/countries/la.m3u ๐Ÿ‡ฑ๐Ÿ‡ป Latvia25https://iptv-org.github.io/iptv/countries/lv.m3u @@ -520,7 +521,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania38https://iptv-org.github.io/iptv/countries/mr.m3u ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius9https://iptv-org.github.io/iptv/countries/mu.m3u ๐Ÿ‡พ๐Ÿ‡น Mayotte8https://iptv-org.github.io/iptv/countries/yt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico217https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico219https://iptv-org.github.io/iptv/countries/mx.m3u       Aguascalientes1https://iptv-org.github.io/iptv/subdivisions/mx-agu.m3u       Baja California2https://iptv-org.github.io/iptv/subdivisions/mx-bcn.m3u       Chihuahua2https://iptv-org.github.io/iptv/subdivisions/mx-chh.m3u @@ -557,7 +558,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands202https://iptv-org.github.io/iptv/countries/nl.m3u ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia6https://iptv-org.github.io/iptv/countries/nc.m3u ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand32https://iptv-org.github.io/iptv/countries/nz.m3u - ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua77https://iptv-org.github.io/iptv/countries/ni.m3u + ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua78https://iptv-org.github.io/iptv/countries/ni.m3u ๐Ÿ‡ณ๐Ÿ‡ช Niger9https://iptv-org.github.io/iptv/countries/ne.m3u ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria41https://iptv-org.github.io/iptv/countries/ng.m3u ๐Ÿ‡ณ๐Ÿ‡บ Niue6https://iptv-org.github.io/iptv/countries/nu.m3u @@ -571,16 +572,16 @@ Same thing, but split up into separate files:       Islamabad1https://iptv-org.github.io/iptv/subdivisions/pk-is.m3u ๐Ÿ‡ต๐Ÿ‡ผ Palau6https://iptv-org.github.io/iptv/countries/pw.m3u ๐Ÿ‡ต๐Ÿ‡ธ Palestine58https://iptv-org.github.io/iptv/countries/ps.m3u - ๐Ÿ‡ต๐Ÿ‡ฆ Panama76https://iptv-org.github.io/iptv/countries/pa.m3u + ๐Ÿ‡ต๐Ÿ‡ฆ Panama77https://iptv-org.github.io/iptv/countries/pa.m3u ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea6https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay99https://iptv-org.github.io/iptv/countries/py.m3u + ๐Ÿ‡ต๐Ÿ‡พ Paraguay102https://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       Itapua1https://iptv-org.github.io/iptv/subdivisions/py-7.m3u       Presidente Hayes1https://iptv-org.github.io/iptv/subdivisions/py-15.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru233https://iptv-org.github.io/iptv/countries/pe.m3u + ๐Ÿ‡ต๐Ÿ‡ช Peru234https://iptv-org.github.io/iptv/countries/pe.m3u       Amazonas2https://iptv-org.github.io/iptv/subdivisions/pe-ama.m3u       Apurimac1https://iptv-org.github.io/iptv/subdivisions/pe-apu.m3u       Arequipa4https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u @@ -596,14 +597,14 @@ Same thing, but split up into separate files: ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands6https://iptv-org.github.io/iptv/countries/pn.m3u ๐Ÿ‡ต๐Ÿ‡ฑ Poland65https://iptv-org.github.io/iptv/countries/pl.m3u ๐Ÿ‡ต๐Ÿ‡น Portugal51https://iptv-org.github.io/iptv/countries/pt.m3u - ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico78https://iptv-org.github.io/iptv/countries/pr.m3u + ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico85https://iptv-org.github.io/iptv/countries/pr.m3u ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar36https://iptv-org.github.io/iptv/countries/qa.m3u - ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo10https://iptv-org.github.io/iptv/countries/cg.m3u + ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo12https://iptv-org.github.io/iptv/countries/cg.m3u       Brazzaville1https://iptv-org.github.io/iptv/subdivisions/cg-bzv.m3u ๐Ÿ‡ท๐Ÿ‡ด Romania111https://iptv-org.github.io/iptv/countries/ro.m3u       Gorj1https://iptv-org.github.io/iptv/subdivisions/ro-gj.m3u ๐Ÿ‡ท๐Ÿ‡บ Russia327https://iptv-org.github.io/iptv/countries/ru.m3u - ๐Ÿ‡ท๐Ÿ‡ผ Rwanda14https://iptv-org.github.io/iptv/countries/rw.m3u + ๐Ÿ‡ท๐Ÿ‡ผ Rwanda18https://iptv-org.github.io/iptv/countries/rw.m3u ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion9https://iptv-org.github.io/iptv/countries/re.m3u ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy10https://iptv-org.github.io/iptv/countries/bl.m3u ๐Ÿ‡ธ๐Ÿ‡ญ Saint Helena8https://iptv-org.github.io/iptv/countries/sh.m3u @@ -614,7 +615,7 @@ Same thing, but split up into separate files: ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines6https://iptv-org.github.io/iptv/countries/vc.m3u ๐Ÿ‡ผ๐Ÿ‡ธ Samoa6https://iptv-org.github.io/iptv/countries/ws.m3u ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino14https://iptv-org.github.io/iptv/countries/sm.m3u - ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia74https://iptv-org.github.io/iptv/countries/sa.m3u + ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia75https://iptv-org.github.io/iptv/countries/sa.m3u ๐Ÿ‡ธ๐Ÿ‡ณ Senegal26https://iptv-org.github.io/iptv/countries/sn.m3u ๐Ÿ‡ท๐Ÿ‡ธ Serbia90https://iptv-org.github.io/iptv/countries/rs.m3u ๐Ÿ‡ธ๐Ÿ‡จ Seychelles8https://iptv-org.github.io/iptv/countries/sc.m3u @@ -657,13 +658,13 @@ 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       Pais Vasco6https://iptv-org.github.io/iptv/subdivisions/es-pv.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka11https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka17https://iptv-org.github.io/iptv/countries/lk.m3u ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan43https://iptv-org.github.io/iptv/countries/sd.m3u ๐Ÿ‡ธ๐Ÿ‡ท Suriname5https://iptv-org.github.io/iptv/countries/sr.m3u ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland9https://iptv-org.github.io/iptv/countries/sz.m3u ๐Ÿ‡ธ๐Ÿ‡ช Sweden45https://iptv-org.github.io/iptv/countries/se.m3u ๐Ÿ‡จ๐Ÿ‡ญ Switzerland62https://iptv-org.github.io/iptv/countries/ch.m3u - ๐Ÿ‡ธ๐Ÿ‡พ Syria43https://iptv-org.github.io/iptv/countries/sy.m3u + ๐Ÿ‡ธ๐Ÿ‡พ Syria44https://iptv-org.github.io/iptv/countries/sy.m3u ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe8https://iptv-org.github.io/iptv/countries/st.m3u ๐Ÿ‡น๐Ÿ‡ผ Taiwan103https://iptv-org.github.io/iptv/countries/tw.m3u ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan3https://iptv-org.github.io/iptv/countries/tj.m3u @@ -679,12 +680,12 @@ Same thing, but split up into separate files: ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands6https://iptv-org.github.io/iptv/countries/tc.m3u ๐Ÿ‡น๐Ÿ‡ป Tuvalu6https://iptv-org.github.io/iptv/countries/tv.m3u ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands6https://iptv-org.github.io/iptv/countries/vi.m3u - ๐Ÿ‡บ๐Ÿ‡ฌ Uganda18https://iptv-org.github.io/iptv/countries/ug.m3u + ๐Ÿ‡บ๐Ÿ‡ฌ Uganda21https://iptv-org.github.io/iptv/countries/ug.m3u ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine86https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates72https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom192https://iptv-org.github.io/iptv/countries/uk.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates74https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom194https://iptv-org.github.io/iptv/countries/uk.m3u       Wales2https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1810https://iptv-org.github.io/iptv/countries/us.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States1862https://iptv-org.github.io/iptv/countries/us.m3u       Alabama4https://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 @@ -725,7 +726,7 @@ Same thing, but split up into separate files:       Oklahoma2https://iptv-org.github.io/iptv/subdivisions/us-ok.m3u       Oregon2https://iptv-org.github.io/iptv/subdivisions/us-or.m3u       Pennsylvania17https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u -       Puerto Rico10https://iptv-org.github.io/iptv/subdivisions/us-pr.m3u +       Puerto Rico5https://iptv-org.github.io/iptv/subdivisions/us-pr.m3u       Rhode Island1https://iptv-org.github.io/iptv/subdivisions/us-ri.m3u       South Carolina1https://iptv-org.github.io/iptv/subdivisions/us-sc.m3u       South Dakota1https://iptv-org.github.io/iptv/subdivisions/us-sd.m3u @@ -737,7 +738,7 @@ Same thing, but split up into separate files:       Washington7https://iptv-org.github.io/iptv/subdivisions/us-wa.m3u       Wisconsin7https://iptv-org.github.io/iptv/subdivisions/us-wi.m3u       Wyoming1https://iptv-org.github.io/iptv/subdivisions/us-wy.m3u - ๐Ÿ‡บ๐Ÿ‡พ Uruguay73https://iptv-org.github.io/iptv/countries/uy.m3u + ๐Ÿ‡บ๐Ÿ‡พ Uruguay74https://iptv-org.github.io/iptv/countries/uy.m3u ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan9https://iptv-org.github.io/iptv/countries/uz.m3u ๐Ÿ‡ป๐Ÿ‡บ Vanuatu6https://iptv-org.github.io/iptv/countries/vu.m3u ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City13https://iptv-org.github.io/iptv/countries/va.m3u @@ -775,38 +776,38 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa300https://iptv-org.github.io/iptv/regions/afr.m3u - Americas3582https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1934https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world348https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations444https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2837https://iptv-org.github.io/iptv/regions/asia.m3u + Africa316https://iptv-org.github.io/iptv/regions/afr.m3u + Americas3643https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1954https://iptv-org.github.io/iptv/regions/apac.m3u + Arab world379https://iptv-org.github.io/iptv/regions/arab.m3u + Association of Southeast Asian Nations450https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2919https://iptv-org.github.io/iptv/regions/asia.m3u Benelux243https://iptv-org.github.io/iptv/regions/benelux.m3u - Caribbean201https://iptv-org.github.io/iptv/regions/carib.m3u + Caribbean207https://iptv-org.github.io/iptv/regions/carib.m3u Central Asia60https://iptv-org.github.io/iptv/regions/cas.m3u Central and Eastern Europe969https://iptv-org.github.io/iptv/regions/cee.m3u Central America187https://iptv-org.github.io/iptv/regions/cenamer.m3u Commonwealth of Independent States455https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa3653https://iptv-org.github.io/iptv/regions/emea.m3u - Europe3083https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America1359https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean1653https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America1638https://iptv-org.github.io/iptv/regions/latam.m3u + Europe, the Middle East and Africa3741https://iptv-org.github.io/iptv/regions/emea.m3u + Europe3095https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America1369https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean1662https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America1647https://iptv-org.github.io/iptv/regions/latam.m3u Maghreb55https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa611https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East567https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America1935https://iptv-org.github.io/iptv/regions/nam.m3u - Northern Europe122https://iptv-org.github.io/iptv/regions/neur.m3u - North America2465https://iptv-org.github.io/iptv/regions/noram.m3u - Nordics86https://iptv-org.github.io/iptv/regions/nord.m3u + Middle East and North Africa675https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East631https://iptv-org.github.io/iptv/regions/mideast.m3u + Northern America1987https://iptv-org.github.io/iptv/regions/nam.m3u + Northern Europe126https://iptv-org.github.io/iptv/regions/neur.m3u + North America2524https://iptv-org.github.io/iptv/regions/noram.m3u + Nordics90https://iptv-org.github.io/iptv/regions/nord.m3u Oceania57https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia565https://iptv-org.github.io/iptv/regions/sas.m3u - Southeast Asia467https://iptv-org.github.io/iptv/regions/sea.m3u + South Asia579https://iptv-org.github.io/iptv/regions/sas.m3u + Southeast Asia473https://iptv-org.github.io/iptv/regions/sea.m3u Southern Europe1065https://iptv-org.github.io/iptv/regions/ser.m3u - South America1117https://iptv-org.github.io/iptv/regions/southam.m3u - Sub-Saharan Africa232https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa123https://iptv-org.github.io/iptv/regions/wafr.m3u - Western Europe925https://iptv-org.github.io/iptv/regions/wer.m3u + South America1119https://iptv-org.github.io/iptv/regions/southam.m3u + Sub-Saharan Africa246https://iptv-org.github.io/iptv/regions/ssa.m3u + West Africa124https://iptv-org.github.io/iptv/regions/wafr.m3u + Western Europe933https://iptv-org.github.io/iptv/regions/wer.m3u @@ -826,7 +827,7 @@ Links to other useful IPTV-related resources can be found in the [iptv-org/aweso ## Discussions -If you have a question or an idea, you can post it in the [Discussions](https://github.com/iptv-org/iptv/discussions) tab. +If you have a question or an idea, you can post it in the [Discussions](https://github.com/orgs/iptv-org/discussions) tab. ## FAQ diff --git a/package.json b/package.json index 8326ba89c1..944729e79e 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,17 @@ { "name": "iptv", "scripts": { + "act:check": "act pull_request -W .github/workflows/check.yml", + "act:update": "act workflow_dispatch -W .github/workflows/update.yml", "api:load": "./scripts/commands/api/load.sh", "api:generate": "node scripts/commands/api/generate.js", - "api:deploy": "npx gh-pages-clean && npx gh-pages -a -m \"Deploy to iptv-org/api\" -d .api -r https://$GITHUB_TOKEN@github.com/iptv-org/api.git -x", + "api:deploy": "npx gh-pages-clean && npx gh-pages -a -m \"Deploy to iptv-org/api\" -d .api -r https://$GITHUB_TOKEN@github.com/iptv-org/api.git", "db:create": "node scripts/commands/database/create.js", "playlist:format": "node scripts/commands/playlist/format.js", "playlist:generate": "node scripts/commands/playlist/generate.js", "playlist:validate": "node scripts/commands/playlist/validate.js", "playlist:lint": "npx m3u-linter -c m3u-linter.json", - "playlist:deploy": "npx gh-pages-clean && npx gh-pages -m \"Deploy to GitHub Pages\" -d .gh-pages -r https://$GITHUB_TOKEN@github.com/iptv-org/iptv.git -x", + "playlist:deploy": "npx gh-pages-clean && npx gh-pages -m \"Deploy to GitHub Pages\" -d .gh-pages -r https://$GITHUB_TOKEN@github.com/iptv-org/iptv.git", "readme:update": "node scripts/commands/readme/update.js", "report:create": "node scripts/commands/report/create.js", "format": "npm run db:create && npm run playlist:format", diff --git a/scripts/core/db.js b/scripts/core/db.js index 3cde1161da..6d016e8169 100644 --- a/scripts/core/db.js +++ b/scripts/core/db.js @@ -1,8 +1,11 @@ const nedb = require('nedb-promises') +const fs = require('fs-extra') const file = require('./file') const DB_DIR = process.env.DB_DIR || './scripts/tmp/database' +fs.ensureDirSync(DB_DIR) + class Database { constructor(filepath) { this.filepath = filepath diff --git a/streams/ae.m3u b/streams/ae.m3u index 683f51654c..031f32612a 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -9,6 +9,8 @@ https://admdn1.cdn.mangomolo.com/adsports1/smil:adsports1.stream.smil/playlist.m https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanTV.ae",Ajman TV [Not 24/7] https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/playlist.m3u8 +#EXTINF:-1 tvg-id="AlAanTV.ae",Al Aan TV (720p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.dailymotion.com/AlAanTV #EXTINF:-1 tvg-id="Alarabiya.ae",Al Arabiya (1080p) https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Alarabiya.ae",Al Arabiya (1080p) @@ -49,6 +51,8 @@ https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29e https://d7km4gkevcbok.cloudfront.net/live/watch_720p30.m3u8 #EXTINF:-1 tvg-id="CNBCArabiya.ae",CNBC Arabia (1080p) https://ythls.onrender.com/channel/UCsHdPPJXT-yKVTLGkn3DSvQ.m3u8 +#EXTINF:-1 tvg-id="CNBCArabiya.ae",CNBC Arabia (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.dailymotion.com/CNBCArabia #EXTINF:-1 tvg-id="DubaiOne.ae",Dubai One (1080p) https://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiRacing2.ae",Dubai Racing 2 (1080p) @@ -56,7 +60,7 @@ https://dmithrvll.cdn.mangomolo.com/dubairacing/smil:dubairacing.smil/playlist.m #EXTINF:-1 tvg-id="DubaiRacing3.ae",Dubai Racing 3 (1080p) https://dmithrvll.cdn.mangomolo.com/dubaimubasher/smil:dubaimubasher.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiRacing.ae",Dubai Racing (1080p) -https://dmisvthvll.cdn.mangomolo.com/events/smil:events.smil/playlist.m3u8 +https://dmisvthvll.cdn.mgmlcdn.com/events/smil:events.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiSports1.ae",Dubai Sports 1 (1080p) https://dmitnthvll.cdn.mangomolo.com/dubaisports/smil:dubaisports.stream.smil/chunklist.m3u8 #EXTINF:-1 tvg-id="DubaiSports2.ae",Dubai Sports 2 (720p) diff --git a/streams/af.m3u b/streams/af.m3u index 488aa1b217..83570f28f4 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -21,9 +21,9 @@ http://51.210.199.58/hls/stream.m3u8 https://playout395.livestreamingcdn.com/live/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="LemarTV.af",Lemar TV (720p) https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/lemartv.m3u8 -#EXTINF:-1 tvg-id="RTASport.af",RTA Sports +#EXTINF:-1 tvg-id="RTASport.af",RTA Sport (720p) https://hls.rtasport.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="ShamshadTV.af",Shamshad TV +#EXTINF:-1 tvg-id="ShamshadTV.af",Shamshad TV (240p) https://5a1178b42cc03.streamlock.net/shamshadtelevision/shamshadtelevision/index.m3u8 #EXTINF:-1 tvg-id="TOLOnews.af",Tolo News (720p) https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolonews.m3u8 @@ -33,3 +33,19 @@ https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/ https://d10rltuy0iweup.cloudfront.net/ATNINT/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SharqRadioTV.af",Sharq Radio TV (1080p) https://59nyqa5elwap-hls-live.5centscdn.com/Sharq/eec89088ee408b80387155272b113256.sdp/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 (720p) +https://hls.rta.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Afghan Nobel Movies (720p) +https://live.relentlessinnovations.net:1936/afghannobel/afghannobel/playlist.m3u8 +#EXTINF:-1 tvg-id="ImanTV.af",Iman TV (480p) +https://live.relentlessinnovations.net:1936/imantv/imantv/playlist.m3u8 +#EXTINF:-1 tvg-id="",Sohail TV (1080p) +https://iptv.sohailtv.com/sohail/playlist/index.m3u8 +#EXTINF:-1 tvg-id="",Watan-e-Maa TV (720p) +https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 +#EXTINF:-1 tvg-id="EslahTV.af",Eslah TV (720p) +https://eslahtvhls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Dunya-e-Naw TV (576p) +https://dunyanhls.wns.live/hls/stream.m3u8 diff --git a/streams/ar.m3u b/streams/ar.m3u index 24dcc7a937..0f5a381a5c 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -359,7 +359,7 @@ https://video.streamtvradio.com:8443/uv027/uv027/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) -https://video.streamtvradio.com:8443/uv096/uv096/playlist.m3u8 +https://video.trixserver.com:8443/uv096/uv096/playlist.m3u8 #EXTINF:-1 tvg-id="PowerHD.ar",PowerHD https://live2.tensila.com/1-1-1.power-tv/hls/master.m3u8 #EXTINF:-1 tvg-id="PowerHD.ar",Power TV (720p) [Not 24/7] diff --git a/streams/cd.m3u b/streams/cd.m3u index 8e300b5c11..3f081cf4a7 100644 --- a/streams/cd.m3u +++ b/streams/cd.m3u @@ -5,7 +5,15 @@ http://51.254.199.122:8080/bossbrothersTV/index.m3u8 https://radio.congoplanet.com/Congo_Planet_TV.sdp/Congo_Planet_TV/playlist.m3u8 #EXTINF:-1 tvg-id="",Congo Planet Television Pop (1080p) https://radio.congoplanet.com/Congo_Planet_TV_Pop.sdp/Congo_Planet_TV_Pop/playlist.m3u8 -#EXTINF:-1 tvg-id="",RLPRO TV (480p) +#EXTINF:-1 tvg-id="RLPROTV.cd",RL PRO TV (480p) https://rlprotv.vedge.infomaniak.com/livecast/ik:rlprotv/manifest.m3u8 -#EXTINF:-1 tvg-id="",EVI TV (720p) +#EXTINF:-1 tvg-id="EVITV.cd",EVI TV (720p) https://stream.telepack.net/evitv/index.m3u8 +#EXTINF:-1 tvg-id="VeriteTV.uk",Vรฉritรฉ TV (720p) [Not 24/7] +http://51.254.199.122:8080/veriteTV/index.m3u8 +#EXTINF:-1 tvg-id="PSTVHD.cd",PSTV HD (480p) [Not 24/7] +http://51.254.199.122:8080/PSTV/index.m3u8 +#EXTINF:-1 tvg-id="MikubaTV.cd",Mikuba TV (480p) [Not 24/7] +http://51.254.199.122:8080/MIKUBATV/index.m3u8 +#EXTINF:-1 tvg-id="RTNC.cd",RTNC (1080p) [Not 24/7] +https://ythls.onrender.com/channel/UCip2DNtZUPC82a_xLLTFcgA.m3u8 diff --git a/streams/cg.m3u b/streams/cg.m3u index 61a487c9c7..cb23536b31 100644 --- a/streams/cg.m3u +++ b/streams/cg.m3u @@ -1,5 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="Africanews.cg",Africanews (720p) +#EXTINF:-1 tvg-id="Africanews.cg",Africanews English (720p) [Not 24/7] https://ythls.onrender.com/channel/UC1_E8NeF5QHY2dtdLRBCCLA.m3u8 +#EXTINF:-1 tvg-id="",Africanews Franรงais (720p) [Not 24/7] +https://ythls.onrender.com/channel/UC25EuGAePOPvPrUA5cmu3dQ.m3u8 #EXTINF:-1 tvg-id="NazalisHDTV.cg",Nazali's HDTV (1080p) http://194.163.135.238:5080/WebRTCApp/streams/590264631485484547459082.m3u8 +#EXTINF:-1 tvg-id="ObossoTV.cg",Obosso TV (1080p) [Not 24/7] +https://obossobroadcast.fr/otv/obossotv/playlist.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index c1d7910262..b197316026 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -125,8 +125,8 @@ http://live.mundogo.cl/mundo/EquizTV/index.m3u8 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="EnerGeekAnimate.cl",EnerGeek Animate (720p) [Not 24/7] -https://wifispeed.trapemn.tv:1936/infantil/energeek-tres/playlist.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="EnerGeekFanpop.cl",EnerGeek Fanpop (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeekRetro.cl",EnerGeek Retro (720p) [Not 24/7] diff --git a/streams/co.m3u b/streams/co.m3u index d15372bfde..47b3b386a6 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -32,7 +32,7 @@ https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 #EXTINF:-1 tvg-id="CanalCapital.co",Canal Capital (1080p) https://play.cdn.enetres.net/C99D9A0676F3401589C768D47D31605C021/021/playlist.m3u8 #EXTINF:-1 tvg-id="CanalDos.co",Canal Dos (720p) [Not 24/7] -http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 +https://canaldos.internetinalambrico.com.co:1936/live/canal2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co",Canal Institucional (720p) [Not 24/7] https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalPyC.co",Canal PyC [Not 24/7] @@ -78,7 +78,7 @@ https://mediacp.us:8081/8002/index.m3u8 #EXTINF:-1 tvg-id="MiGenteTV.co",Mi Gente TV (720p) [Not 24/7] https://byecableiptvnew3.ddns.net/ENVIVOMIGENTE/index.m3u8 #EXTINF:-1 tvg-id="MoniTV.co",MoniTV (480p) -https://servers.amelbasoluciones.co:19360/monitv/monitv.m3u8 +https://servers.amelbasoluciones.co:19360/monitvlive/monitvlive.m3u8 #EXTINF:-1 tvg-id="MovieFe.co",MovieFe (360p) [Not 24/7] https://vcp.myplaytv.com/moviefe/ngrp:moviefe_all/playlist.m3u8 #EXTINF:-1 tvg-id="Noticiero90Minutos.co",Noticiero 90 Minutos (720p) [Not 24/7] @@ -159,3 +159,5 @@ https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:live.smil/playlist.m3u #EXTINF:-1 tvg-id="TeleVid.co",Tele Vid (1080p) #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/televidtvlive/smil:dvrlive.smil/playlist.m3u8?DVR +#EXTINF:-1 tvg-id="Telesangil.co",Telesangil (720p) [Not 24/7] +https://hvtraficonew.ddns.net/tvsangil/tvsangil_360p/index.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 9f22c645db..2bf828a3fa 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -13,6 +13,8 @@ http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 https://ythls.onrender.com/channel/UCzWdc0aUo0IDk5ysLrt04hw.m3u8 #EXTINF:-1 tvg-id="AlQaheraNews.eg",Al Qahera News https://ythls.onrender.com/channel/UCcu3RolEOalAMef4Lt3uZLg.m3u8 +#EXTINF:-1 tvg-id="AlRahma.eg",Al Rahma (480p) [Not 24/7] +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.twitch.tv/alrahmatv2023 #EXTINF:-1 tvg-id="ATVSat.eg",ATVSat (1080p) [Not 24/7] https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CBC.eg",CBC (720p) [Not 24/7] @@ -37,6 +39,8 @@ https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MESat.eg",MESat (480p) [Not 24/7] https://ythls.onrender.com/channel/UCg5uHOxrP5GkMWldOavPKGQ.m3u8 +#EXTINF:-1 tvg-id="NileNews.eg",Nile News +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.dailymotion.com/NMA #EXTINF:-1 tvg-id="NogoumFMTV.eg",NogoumFMTV (672p) [Not 24/7] https://nogoumtv.nrpstream.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="OmgChannel.eg",Omg Channel (720p) diff --git a/streams/fi.m3u b/streams/fi.m3u index 7960c18c11..76a664df91 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -15,11 +15,11 @@ https://live-fi.tvkaista.net/kutonen/live.m3u8 https://live-fi.tvkaista.net/mtv3/live.m3u8 #EXTINF:-1 tvg-id="NarTV.fi",NรคrTV (360p) https://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="NavahangTV.fi",Navahang TV +#EXTINF:-1 tvg-id="NavahangTV.fi",Navahang TV (720p) https://hls.navahang.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="NebesaTV7.ru",ะะตะฑะตัะฐ ะขะ’7 (720p) https://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="NopolaNews.fi",Nopola News +#EXTINF:-1 tvg-id="NopolaNews.fi",Nopola News (1080p) https://virta2.nopolanews.fi:8443/live/smil:Stream1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Sub.fi",Sub https://live-fi.tvkaista.net/sub/live.m3u8 @@ -37,3 +37,11 @@ https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/playlist.m3u8 https://yletv.akamaized.net/hls/live/622365/yletv1fin/playlist.m3u8 #EXTINF:-1 tvg-id="YleTV2.fi",YLE TV 2 (720p) [Geo-blocked] https://yletv.akamaized.net/hls/live/622366/yletv2fin/playlist.m3u8 +#EXTINF:-1 tvg-id="MTVUutiset.fi",MTV Uutiset (720p) +https://live.streaming.a2d.tv/asset/20025962.isml/.m3u8 +#EXTINF:-1 tvg-id="AlfaTV.fi",IRR-TV (576p) [Not 24/7] +https://irrtv.digitacdn.net/live/_definst_/irrtv/amlst:irrtv.amlst/playlist.m3u8 +#EXTINF:-1 tvg-id="ArvasTV.fi",ร…rvasTV (1080p) [Not 24/7] +https://ythls.onrender.com/channel/UC__baaN73Zp5Hn0N_d4BTdg.m3u8 +#EXTINF:-1 tvg-id="WorTV.fi",WรถrTV (1080p) [Not 24/7] +https://ythls.onrender.com/channel/UCQ36NJ8-XNhBDvSSsh8gS2Q.m3u8 diff --git a/streams/fr_groupem6.m3u b/streams/fr_groupem6.m3u index 880b187661..30ad753d31 100644 --- a/streams/fr_groupem6.m3u +++ b/streams/fr_groupem6.m3u @@ -11,3 +11,11 @@ http://190.2.155.162:8080/m6music/mpegts https://shls-tiji-tv-prod-dub.shahid.net/out/v1/98f46736bd8c4404b67e4b7a38cc8976/index.m3u8 #EXTINF:-1 tvg-id="TiJi.fr",Tiji (1080p) https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249/index.m3u8 +#EXTINF:-1 tvg-id="M6.fr",M6 +https://raw.githubusercontent.com/Sphinxroot/HSL/main/M6.m3u8 +#EXTINF:-1 tvg-id="Gulli.fr",Gulli +https://origin2-6play.live.6cloud.fr/pool_rnpls9by/gulli/sixplaysd/hls_short_q2hyb21h_gulli/index.m3u8 +#EXTINF:-1 tvg-id="ParisPremiere.fr",Paris Premiere +https://raw.githubusercontent.com/Sphinxroot/HSL/main/PP.m3u8 +#EXTINF:-1 tvg-id="Teva.fr",Tรฉva +https://raw.githubusercontent.com/Sphinxroot/HSL/main/teva.m3u8 diff --git a/streams/fr_persiana.m3u b/streams/fr_persiana.m3u index fdd409c870..76724d35c9 100644 --- a/streams/fr_persiana.m3u +++ b/streams/fr_persiana.m3u @@ -1,27 +1,57 @@ #EXTM3U #EXTINF:-1 tvg-id="PersianaCinema.fr",Persiana Cinema (720p) http://51.210.199.15/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaCinema.fr",Persiana Cinema (720p) +https://persiana-cinema.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaComedy.fr",Persiana Comedy (720p) http://51.210.199.27/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaComedy.fr",Persiana Comedy (720p) +https://persiana-comedy.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaFamily.fr",Persiana Family (720p) http://51.210.199.19/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaFamily.fr",Persiana Family (720p) +https://persiana-family.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaFamilyPlus.fr",Persiana Family Plus (720p) [Not 24/7] http://51.210.199.13/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaGameTech.fr",Persiana Game & Tech (720p) [Not 24/7] http://51.210.199.25/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaIranian.fr",Persiana Iranian (720p) [Not 24/7] http://51.210.199.22/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaIranian.fr",Persiana Iranian (720p) [Not 24/7] +https://persiana-iranian.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaJunior.fr",Persiana Junior (720p) http://51.210.199.18/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaJunior.fr",Persiana Junior (720p) +https://persiana-junior.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaKorea.fr",Persiana Korea (720p) http://51.210.199.14/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaKorea.fr",Persiana Korea (720p) +https://persiana-korea.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaMusic.fr",Persiana Music (720p) http://51.210.199.24/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaMusic.fr",Persiana Music (720p) +https://persiana-music.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaNostalgia.fr",Persiana Nostalgia (720p) http://51.210.199.20/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaNostalgia.fr",Persiana Nostalgia (720p) +https://persiana-nostalgia.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaPlus.fr",Persiana Plus (1080p) http://51.210.199.21/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PersianaSonnati.fr",Persiana Sonati (576p) [Not 24/7] +#EXTINF:-1 tvg-id="PersianaPlus.fr",Persiana Plus (720p) +https://persiana-plus.icdndhcp.com/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaSonnati.fr",Persiana Sonnati (576p) [Not 24/7] http://51.210.199.59/hls/stream.m3u8 +#EXTINF:-1 tvg-id="PersianaSonnati.fr",Persiana Sonnati (720p) +https://persiana-sonnati.icdndhcp.com/hls/stream.m3u8 #EXTINF:-1 tvg-id="",Persiana Varzesh (720p) [Not 24/7] http://51.210.199.16/hls/stream.m3u8 +#EXTINF:-1 tvg-id="Persiana1.fr",Persiana One (720p) [Not 24/7] +https://persiana-one.icdndhcp.com/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Persiana Rap (720p) +https://persiana-rap.icdndhcp.com/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Persiana Sports (720p) +https://af.ayas.ir/hls2/persiana.m3u8 +#EXTINF:-1 tvg-id="PokerTV.fr",Poker TV (720p) +https://hls.pokertvfa.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Persiana HD (720p) +https://persiana-hd.icdndhcp.com/hls/stream.m3u8 diff --git a/streams/gm.m3u b/streams/gm.m3u index 326e0d125d..5e3be1ef8a 100644 --- a/streams/gm.m3u +++ b/streams/gm.m3u @@ -1,3 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="QTVGambia.gm",QTV Gambia (720p) [Not 24/7] https://player.qtv.gm/hls/live.stream.m3u8 +#EXTINF:-1 tvg-id="EyeAfricaTV.gm",Eye Africa TV (720p) [Not 24/7] +https://ythls.onrender.com/channel/UCLYggzo8r31yYj3mjZDrSrA.m3u8 diff --git a/streams/hu.m3u b/streams/hu.m3u index 80f207a6a0..353643d951 100644 --- a/streams/hu.m3u +++ b/streams/hu.m3u @@ -147,3 +147,5 @@ http://194.76.186.33:8000/play/a02o/index.m3u8 http://194.76.186.33:8000/play/a00x/index.m3u8 #EXTINF:-1 tvg-id="HBOHungary.hu",HBO (1080p) http://194.76.186.33:8000/play/a03n/index.m3u8 +#EXTINF:-1 tvg-id="SuperOne.hu",SuperOne (1080p) +http://84.17.61.203:8086/udp/238.2.25.83:1234 diff --git a/streams/id.m3u b/streams/id.m3u index 0e02beac7d..99c7e11292 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -12,14 +12,14 @@ https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8 http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 #EXTINF:-1 tvg-id="ANTV.id",ANTV (1080p) [Geo-blocked] https://tv.yankie.my.id/cdn/antv.m3u8 -#EXTINF:-1 tvg-id="ArekTV.id",Arek TV +#EXTINF:-1 tvg-id="ArekTV.id",Arek TV (720p) https://ams.juraganstreaming.com:5443/LiveApp/streams/arektv.m3u8 #EXTINF:-1 tvg-id="AshiilTV.id" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch2.m3u8 #EXTINF:-1 tvg-id="BaliTV.id",Bali TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(8e867ae0-b2c0-4968-9f60-a11aee8c0987)/index.m3u8 -#EXTINF:-1 tvg-id="BandungTV.id",Bandung TV +#EXTINF:-1 tvg-id="BandungTV.id",Bandung TV (360p) http://202.150.153.254:65500/bandungtvWEBSITE.m3u8 #EXTINF:-1 tvg-id="BantenTV.id",Banten TV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/bantentv/bantentv/playlist.m3u8 @@ -42,11 +42,11 @@ https://h1.intechmedia.net/intech/ch58.m3u8 #EXTINF:-1 tvg-id="BinBazTV.id" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch22.m3u8 -#EXTINF:-1 tvg-id="BiznetAdventure.id",Biznet Adventure +#EXTINF:-1 tvg-id="BiznetAdventure.id",Biznet Adventure (720p) http://livestream.biznetvideo.net/biznet_adventure/smil:adventure.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BiznetLifestyle.id",Biznet Lifestyle +#EXTINF:-1 tvg-id="BiznetLifestyle.id",Biznet Lifestyle (480p) http://livestream.biznetvideo.net/biznet_lifestyle/smil:lifestyle.smil/chunklist_w109806785_b2256000_slen_tkYml6a2V5bGl2ZXN0YXJ0dGltZT0wJmJpemtleWxpdmVlbmR0aW1lPTAmYml6a2V5bGl2ZUN1c3RvbVBhcmFtZXRlcj1teVBhcmFtZXRlciZiaXprZXlsaXZlaGFzaD1qZ0RLUGNsY0dkWmZ2cklEeGZNZHBUN3Zfc3JNV0NidWJudEdvOWNDWVdwY0JCUWFsTWxMUXhIc3dtNDNQYlZS.m3u8 -#EXTINF:-1 tvg-id="BiznetKids.id",Biznet Kids +#EXTINF:-1 tvg-id="BiznetKids.id",Biznet Kids (480p) http://livestream.biznetvideo.net/biznet_kids/smil:kids.smil/chunklist_w417362857_b2256000_slen_tkYml6a2V5bGl2ZXN0YXJ0dGltZT0wJmJpemtleWxpdmVlbmR0aW1lPTAmYml6a2V5bGl2ZUN1c3RvbVBhcmFtZXRlcj1teVBhcmFtZXRlciZiaXprZXlsaXZlaGFzaD1xQXJpMU0yeHVfTUFsbkh3VlJ0T3MyNGxSOFlfSFNEaWpOMkNSTmdoaWZVbGxoWXFRU0Rsa2QwcUU4Q2tad3hD.m3u8 #EXTINF:-1 tvg-id="BMSTV.id",Banyumas TV (720p) [Geo-blocked] https://v2.siar.us/bmstv/livestream/playlist.m3u8 @@ -58,7 +58,7 @@ https://e1.siar.us/badartv/live/playlist.m3u8 https://b1news.beritasatumedia.com/Beritasatu/B1News_manifest.m3u8 #EXTINF:-1 tvg-id="BungoTV.id",Bungo TV (480p) [Not 24/7] https://5bf7b725107e5.streamlock.net/bungotv/bungotv/playlist.m3u8 -#EXTINF:-1 tvg-id="CelebesTV.id",Celebes Tv +#EXTINF:-1 tvg-id="CelebesTV.id",Celebes TV [Not 24/7] https://ams.juraganstreaming.com:5443/LiveApp/streams/celebesmedia.m3u8 #EXTINF:-1 tvg-id="Channel4U.id",Channel 4U (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(81b456ab-b398-4d35-ae05-9be0a173ad71)/index.m3u8 @@ -92,7 +92,7 @@ https://wowza.convergen.co/gprtv/myLive/playlist.m3u8 #EXTINF:-1 tvg-id="HijrahTV.id" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id",Hope Channel Indonesia (1080p) [Not 24/7] https://ythls.onrender.com/channel/UCTR1wO3hnYzBs0BJIQAyZKw.m3u8 #EXTINF:-1 tvg-id="HumaBetangTV.id",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 @@ -149,7 +149,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-43 #EXTINF:-1 tvg-id="MediaSunnahAceh.id" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 -#EXTINF:-1 tvg-id="MediaSunnahAceh.id",Media Sunnah Aceh [Not 24/7] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id",Media Sunnah Aceh (720p) [Not 24/7] https://ythls.onrender.com/channel/UCem4zrffr93cp-o8cOPDhdQ.m3u8 #EXTINF:-1 tvg-id="MetroGlobeNetwork.id",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 @@ -163,7 +163,7 @@ https://tv.rodja.live/tasik/ngrp:mgitv_all/playlist.m3u8 https://cdn.gunadarma.ac.id/streams/mgstv/ingestmgstv.m3u8 #EXTINF:-1 tvg-id="MQTV.id",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 -#EXTINF:-1 tvg-id="MTATV.id",mta tv (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="MTATV.id",MTA TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 #EXTINF:-1 tvg-id="MuadzTV.id" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -217,7 +217,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e #EXTINF:-1 tvg-id="RasyaadTV.id" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id",Rasyaad TV [Not 24/7] +#EXTINF:-1 tvg-id="RasyaadTV.id",Rasyaad TV (720p) [Not 24/7] https://ythls.onrender.com/channel/UCotIkyDFzztbSm21GNGsK9w.m3u8 #EXTINF:-1 tvg-id="RCTV.id",RCTV (720p) [Not 24/7] http://122.248.43.138:1935/ch9/myStream/playlist.m3u8 @@ -258,8 +258,6 @@ https://v2.siar.us/tatv/live.sdp/playlist.m3u8 http://wms.klikhost.com:1935/tegartv/tegartv/playlist.m3u8 #EXTINF:-1 tvg-id="TegarTVLampung.id",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] https://5bf7b725107e5.streamlock.net/tegartv/tegartv/playlist.m3u8 -#EXTINF:-1 tvg-id="TheIndonesiaChannel.id",The Indonesia Channel -https://cdn3.wowza.com/1/NEtzTTZ4c1FTTUN2/SkJBbVJs/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="TheIndonesiaChannel.id",The Indonesia Channel (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(20baf7aa-fd51-480f-87b3-dc4198090e86)/index.m3u8 #EXTINF:-1 tvg-id="Trans7.id",Trans7 (720p) @@ -524,3 +522,15 @@ https://5bf7b725107e5.streamlock.net/btv/btv/playlist.m3u8 https://wowza.convergen.co/ctv/ctv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="DhohoTV.id",Dhoho TV (720p) https://dhohotv.siar.us/dhohotv/live/playlist.m3u8 +#EXTINF:-1 tvg-id="RadarTasikmalayaTV.id",Radar Tasikmalaya TV (720p) [Not 24/7] +http://103.140.188.211:1935/radartv/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="TVTempo.id",TV Tempo (1080p) +https://app-etslive-2.vidio.com/live/7946/master.m3u8 +#EXTINF:-1 tvg-id="MentariTV.id",Mentari TV (720p) +https://app-etslive-2.vidio.com/live/8237/master.m3u8 +#EXTINF:-1 tvg-id="WesalTV.id",Wesal TV (720p) [Not 24/7] +https://ams.juraganstreaming.com:5443/LiveApp/streams/wesaltv.m3u8 +#EXTINF:-1 tvg-id="TawafTV.id",Tawaf TV (720p) +https://app-etslive-2.vidio.com/live/12607/master.m3u8 +#EXTINF:-1 tvg-id="DuniaGamesTV.id",Dunia Games TV (720p) [Not 24/7] [Geo-blocked] +https://cdn01-telkomsel-01.akamaized.net/Content/HLS/Live/channel(6854467f-52fe-48ee-9822-00233c678709)/index.m3u8 diff --git a/streams/il.m3u b/streams/il.m3u index b96c63b080..c441b87317 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -7,7 +7,7 @@ https://gstream4.panet.co.il/edge/halaTV/playlist.m3u8 https://live1.panet.co.il/edge_abr/halaTV/playlist.m3u8 #EXTINF:-1 tvg-id="HalaTV.il",Hala TV (1080p) [Not 24/7] https://live2.panet.co.il/edge_abr/halaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="Hidabroot.il",Hidabroot +#EXTINF:-1 tvg-id="Hidabroot.il",Hidabroot (1080p) https://cdn.cybercdn.live/HidabrootIL/Live97/playlist.m3u8 #EXTINF:-1 tvg-id="I24NewsArabic.il",I24 News Arabic (720p) https://bcovlive-a.akamaihd.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/5377161796001/playlist-all_dvr.m3u8 @@ -23,13 +23,19 @@ https://kanlivep2event-i.akamaihd.net/hls/live/747610/747610/master.m3u8 https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 #EXTINF:-1 tvg-id="Makan33.il",Makan 33 (1080p) https://makan.media.kan.org.il/hls/live/2024680/2024680/master.m3u8 -#EXTINF:-1 tvg-id="Now14.il",Now 14 -https://dvr.ch20-cdnwiz.com/hls/live.m3u8 +#EXTINF:-1 tvg-id="Now14.il",Now 14 (1080p) +https://ch14-channel14eur.akamaized.net/hls/live/2099700/CH14_CHANNEL14/master.m3u8 +#EXTINF:-1 tvg-id="Now14.il",Now 14 (1080p) +https://ch14-channel14.akamaized.net/hls/live/2097589/CH14_CHANNEL14/master.m3u8 #EXTINF:-1 tvg-id="ShelanuTV.il",Shelanu TV (720p) https://1247634592.rsc.cdn77.org/1247634592/playlist.m3u8 #EXTINF:-1 tvg-id="TheShoppingChannel.il",ch 21 ืขืจื•ืฅ ื”ืงื ื™ื•ืช (360p) https://shoppingil-rewriter.vidnt.com/index.m3u8 #EXTINF:-1 tvg-id="",Musayof (Israel) (240p) [Not 24/7] http://wowza.media-line.co.il/Musayof-Live/livestream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="",Reshet 13 (720p) +#EXTINF:-1 tvg-id="Channel13.il",Reshet 13 (720p) https://d18b0e6mopany4.cloudfront.net/out/v1/08bc71cf0a0f4712b6b03c732b0e6d25/index.m3u8 +#EXTINF:-1 tvg-id="Channel13.il",Reshet 13 (720p) +https://d2xg1g9o5vns8m.cloudfront.net/out/v1/0855d703f7d5436fae6a9c7ce8ca5075/index.m3u8 +#EXTINF:-1 tvg-id="KnessetChannel.il",Knesset Channel (480p) [Not 24/7] +https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index 998a1d685b..e1a97e589f 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -7,9 +7,9 @@ https://5ab29cc78f681.streamlock.net/afarinTV/livestream/playlist.m3u8 http://streaming.aletejahtv.iq:1935/etejah-newLive/smil:etejahNew.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlghadeerTV.iq",AlGhadeer (720p) [Not 24/7] https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 -#EXTINF:-1 tvg-id="AlIraqia.iq",Al Iraqia +#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 +#EXTINF:-1 tvg-id="AlIraqiaNews.iq",Al Iraqia News (720p) https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaSport.iq",Al Iraqia Sport (1080p) [Geo-blocked] https://au7live.tooliserver.com/live/149075_0.m3u8?session= @@ -33,11 +33,11 @@ https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/playlist.m3u8 https://media.streambrothers.com:1936/8248/8248/playlist.m3u8 #EXTINF:-1 tvg-id="AssyrianANB.iq",Assyrian ANB (720p) https://anbsat.ddns.net/anb/live/ANB/playlist.m3u8 -#EXTINF:-1 tvg-id="DijlahTV.iq",Dijlah (1080p) +#EXTINF:-1 tvg-id="DijlahTV.iq",Dijlah TV (1080p) http://91.134.145.75:10001/Dijlah/index.m3u8 -#EXTINF:-1 tvg-id="DijlahTV.iq",Dijlah TV +#EXTINF:-1 tvg-id="DijlahTV.iq",Dijlah TV (1080p) https://ghaasiflu.online/Dijlah/index.m3u8 -#EXTINF:-1 tvg-id="GaliKurdistan.iq",Gali Kurdistan +#EXTINF:-1 tvg-id="GaliKurdistan.iq",Gali Kurdistan (720p) [Not 24/7] https://live.bradosti.net/live/GaliKurdistan_playlist.m3u8 #EXTINF:-1 tvg-id="ImamHusseinTV1.iq",Imam Hussein TV 1 (1080p) [Not 24/7] https://live.imamhossaintv.com/live/ih1.m3u8 @@ -55,7 +55,7 @@ https://mn-nl.mncdn.com/arbaeen/arbaeen_hd.smil/index.m3u8 https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KirkukTV.iq",Kirkuk TV https://5ab29cc78f681.streamlock.net/IHTV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="KurdChannel.iq",Kurd Channel +#EXTINF:-1 tvg-id="KurdChannel.iq",Kurd Channel (480p) https://kurd-channel.ikoflix.com/hls/stream_2.m3u8 #EXTINF:-1 tvg-id="Kurdistan24.iq",Kurdistan 24 (720p) https://d1x82nydcxndze.cloudfront.net/live/index.m3u8 @@ -67,21 +67,51 @@ https://ikomg2.mmdlive.lldns.net/ikomg2/366ca61db4c646a2bf9cd9f92dd6321c/manifes https://ikomg2.mmdlive.lldns.net/ikomg2/107b7df8f5444d778f349100739a09cd/manifest.m3u8 #EXTINF:-1 tvg-id="NRTTV.iq",NRT TV (720p) [Not 24/7] https://media.streambrothers.com:1936/8226/8226/playlist.m3u8 -#EXTINF:-1 tvg-id="NUBARtv.iq",NUBAR TV +#EXTINF:-1 tvg-id="NUBARtv.iq",NUBAR TV (1080p) http://stream.nubar.tv:1935/private/NUBARtv/playlist.m3u8 #EXTINF:-1 tvg-id="PayamTV.iq",Payam TV (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/PayamTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RudawTV.iq",Rudaw TV (1080p) https://svs.itworkscdn.net/rudawlive/rudawlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="WaarTV.iq",Waar TV +#EXTINF:-1 tvg-id="WaarTV.iq",Waar TV (480p) https://ca-rt.onetv.app/Waar/index-0.m3u8 -#EXTINF:-1 tvg-id="WaarTV.iq",Waar TV +#EXTINF:-1 tvg-id="WaarTV.iq",Waar TV (720p) https://ikomg4.s.llnwi.net/waarhd/waar-hd.m3u8 #EXTINF:-1 tvg-id="ZagrosTV.iq",Zagros (720p) [Not 24/7] https://5a3ed7a72ed4b.streamlock.net/zagrostv/SMIL:myStream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="",NUBAR Plus TV +#EXTINF:-1 tvg-id="",NUBAR Plus TV (720p) http://stream.nubar.tv:1935/private/NUBARPlus/playlist.m3u8 -#EXTINF:-1 tvg-id="",SPI TV +#EXTINF:-1 tvg-id="",SPI TV (720p) https://cdn1.karwan.tv/spi-tv/index.m3u8 -#EXTINF:-1 tvg-id="",SPI Quran +#EXTINF:-1 tvg-id="",SPI Quran (720p) https://cdn1.karwan.tv/spi-quran/index.m3u8 +#EXTINF:-1 tvg-id="AlNaeemTV.iq",Al-Naeem TV (576p) +https://nl2.livekadeh.com/hls2/alnaeem_high.m3u8 +#EXTINF:-1 tvg-id="Alquran.iq",Alquran (1080p) +https://ktv.imamhussain.org/stream/hls/ch1.m3u8 +#EXTINF:-1 tvg-id="BayyinatTV.iq",Bayyinat TV (404p) +https://nl2.livekadeh.com/hls2/Bayyinat_high.m3u8 +#EXTINF:-1 tvg-id="BeitolAbbasTVChannel.iq",BeitolAbbas TV Channel (720p) +https://live.beitolabbas.tv/live/beitolabbastv.m3u8 +#EXTINF:-1 tvg-id="ImamAliTV.iq",Imam Ali TV (1080p) [Not 24/7] +https://ythls.onrender.com/UCi4CSgJk3i_slWnWG9Y14qA.m3u8 +#EXTINF:-1 tvg-id="DuaChannel.iq",Dua Channel (720p) +https://live.ishiacloud.com/haditv.co.uk/dua-channel.m3u8 +#EXTINF:-1 tvg-id="IshtarTV.iq",Ishtar TV (1080p) +http://ishtar.cdncast.xyz:1935/live/iShtarHD/playlist.m3u8 +#EXTINF:-1 tvg-id="KarbalaTV.iq",Karbala TV (1080p) [Not 24/7] +https://ythls.onrender.com/UCI4gZRGRdfnfPajdxs8QtPQ.m3u8 +#EXTINF:-1 tvg-id="SpedaTV.iq",Speda TV (720p) +https://speda.dwasat.com/upload/images/spedahd.m3u8 +#EXTINF:-1 tvg-id="",Alhurra Iraq (720p) +https://mbn-ingest-worldsafe.akamaized.net/hls/live/2038899/MBN_Iraq_Worldsafe_HLS/master.m3u8 +#EXTINF:-1 tvg-id="DijlahTarab.iq",Dijlah Tarab (1080p) +https://ghaasiflu.online/tarab/index.m3u8 +#EXTINF:-1 tvg-id="MarjaeyatTVEnglish.iq",Marjaeyat TV English (1080p) +https://livefa.marjaeyattv.com/mtv_en/playlist.m3u8 +#EXTINF:-1 tvg-id="MarjaeyatTVArabic.iq",Marjaeyat TV Arabic (1080p) +https://livefa.marjaeyattv.com/mtv_ar/playlist.m3u8 +#EXTINF:-1 tvg-id="UTV.iq",UTV (1080p) +https://mn-nl.mncdn.com/utviraqi2/64c80359/index.m3u8 +#EXTINF:-1 tvg-id="AlforatTV.iq",Alforat TV (1080p) +http://95.216.180.111:1935/live/10/playlist.m3u8 diff --git a/streams/ir.m3u b/streams/ir.m3u index c05b509211..6d41438728 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -12,9 +12,9 @@ https://live.asil.tv/live/asil.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] -http://51.210.199.5/hls/stream.m3u8 +https://familyhls.avatv.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="AVASeries.ir",AVA Series (720p) -http://51.210.199.4/hls/stream.m3u8 +https://avaserieshls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="AyenehTV.ir",Ayeneh TV (720p) [Not 24/7] https://livestream.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/index.m3u8 #EXTINF:-1 tvg-id="DiyarTV.tr",Diyar TV (720p) [Not 24/7] @@ -28,21 +28,23 @@ https://live1.presstv.ir/live/hispan.m3u8 #EXTINF:-1 tvg-id="HodHodArabicTV.ir",HodHod Arabic TV (540p) https://nl2.livekadeh.com/hls2/hodhodarabic.m3u8 #EXTINF:-1 tvg-id="HodHodFarsiTV.ir",HodHod Farsi TV (720p) -http://51.210.199.12/hls/stream.m3u8 -#EXTINF:-1 tvg-id="ICnet1.ca",Icnet TV (720p) [Not 24/7] -http://51.210.199.7/hls/stream.m3u8 +https://hls.hodhod.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ICnet1.ca",ICnet 1 (720p) [Not 24/7] +https://60ba7ef02e687.streamlock.net/ICNET/ngrp:my.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="iFilmArabic.ir",iFilm Arabic (720p) [Not 24/7] https://cdnlive.presstv.ir/cdnlive/smil:ifilmarcdn.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="iFilmArabic.ir",iFilm Arabic (720p) [Not 24/7] +https://live1.presstv.ir/live/ifilmar.m3u8 #EXTINF:-1 tvg-id="IranBeauty.ir",Iran Beauty (720p) [Not 24/7] http://51.210.199.57/hls/stream.m3u8 #EXTINF:-1 tvg-id="MohabatTV.ir",Mohabat TV (540p) http://204.11.235.251:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="MohabatTV.ir",Mohabat TV (540p) https://5acf9f9415a10.streamlock.net/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="NavahangTV.fi",NAVAHANG (720p) -http://51.210.227.130/hls/stream.m3u8 +#EXTINF:-1 tvg-id="NavahangTV.fi",Navahang TV (720p) +https://hls.navahang.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="OmideIranTV.ir",Omide Iran (720p) [Not 24/7] -http://51.210.199.38/hls/stream.m3u8 +https://oitnhls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PayamJavanTV.ir",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] @@ -50,9 +52,9 @@ https://uni6rtmp.tulix.tv/ucur1/Payvand/playlist.m3u8 #EXTINF:-1 tvg-id="PBCTapeshTV.ir",PBC Tapesh TV (720p) [Not 24/7] https://iptv.tapesh.tv/tapesh/playlist.m3u8 #EXTINF:-1 tvg-id="PersianFilm.ir",Persian Film (720p) [Not 24/7] -http://51.210.227.135/hls/stream.m3u8 +https://pfilmhls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PMCRoyale.ae",PMC Royale (720p) [Not 24/7] -http://51.210.199.29/hls/stream.m3u8 +https://rohls.pmc.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="PressTV.ir",Press TV (720p) https://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PressTVFrench.ir",Press TV French (1080p) [Not 24/7] @@ -60,9 +62,9 @@ https://live1.presstv.ir/live/presstvfr/index.m3u8 #EXTINF:-1 tvg-id="SepanjTV.ir",Sepanj TV (720p) [Not 24/7] http://51.210.199.30/hls/stream.m3u8 #EXTINF:-1 tvg-id="SL1.ir",SL 1 (720p) -http://51.210.199.3/hls/stream.m3u8 +https://slonehls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="SL2.ir",SL 2 (720p) -http://51.210.199.2/hls/stream.m3u8 +https://sltwohls.wns.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="T2TV.ir",T2 TV (720p) [Not 24/7] http://208.113.204.104:8123/live/tapesh-live-stream/index.m3u8 #EXTINF:-1 tvg-id="TinTV.us",Tin TV (720p) [Not 24/7] @@ -70,13 +72,13 @@ https://bozztv.com/1gbw5/tintv/tintv/playlist.m3u8 #EXTINF:-1 tvg-id="VarzeshTV.ir",Varzesh (480p) https://af.ayas.ir/hls2/varzeshtv.m3u8 #EXTINF:-1 tvg-id="VOX1.ir",VOX1 (720p) [Not 24/7] -http://51.210.199.8/hls/stream.m3u8 +https://hls.vox1.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="YourTimeTV.ir",YourTime TV (720p) [Not 24/7] https://hls.yourtime.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="",Ecran TV (720p) [Not 24/7] http://51.210.199.40/hls/stream.m3u8 -#EXTINF:-1 tvg-id="",ITN (720p) [Not 24/7] -http://51.210.199.31/hls/stream.m3u8 +#EXTINF:-1 tvg-id="TVITN.ir",ITN (720p) [Not 24/7] +https://itnhls.wns.live/hls/stream.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="",Sahar (480p) @@ -85,3 +87,77 @@ http://cdnlive.irib.ir/live-channels/smil:sahar3/playlist.m3u8 http://51.210.227.134/hls/stream.m3u8 #EXTINF:-1 tvg-id="IRIB3.ir",IRIB 3 (480p) https://af.ayas.ir/hls2/tv3.m3u8 +#EXTINF:-1 tvg-id="iFilmPersian.ir",iFilm Persian (720p) +https://live1.presstv.ir/live/ifilmfa.m3u8 +#EXTINF:-1 tvg-id="AioSport1.ir",Aio Sport 1 (480p) +https://af.ayas.ir/hls2/aiosport.m3u8 +#EXTINF:-1 tvg-id="AioSport2.ir",Aio Sport 2 (480p) [Not 24/7] +https://af.ayas.ir/hls2/aiosport2.m3u8 +#EXTINF:-1 tvg-id="AvangTV.us",Avang TV +https://hls.avang.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="AlZahraTV.ir",Al Zahra TV (1080p) +https://mn-nl.mncdn.com/alzahra/alzahra_hd.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="MihanTV.ir",Mihan TV (720p) +https://iptv.mihantv.com/mihantv/playlist.m3u8 +#EXTINF:-1 tvg-id="NegahTV.ir",Negah TV (720p) +https://iptv.negahtv.com/negahtv/playlist.m3u8 +#EXTINF:-1 tvg-id="",AMG TV (720p) +https://nl.livekadeh.com/hls2/AMG_src.m3u8 +#EXTINF:-1 tvg-id="",Bravo Farsi TV (360p) +https://bravoohls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Farsi TV (1080p) +https://live.farsitv.us/live/stream.m3u8 +#EXTINF:-1 tvg-id="",Today TV (720p) +https://todayhls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Health Media TV (720p) +https://6n3yowknl9ok-hls-live.5centscdn.com/HMN/271ddf829afeece44d8732757fba1a66.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="",Persian Bazaar TV (720p) +https://stream.persiantv1.com/ptv1/playlist.m3u8 +#EXTINF:-1 tvg-id="ChannelOne.us",Channel Yek (720p) +https://ch1hls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="IraneFardaTV.us",IraneFarda TV (576p) +https://hls.iranfarda.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="MTC.us",MTC (720p) +https://mtchls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="OXIRTV.ir",OXIR TV (720p) +https://hls.oxir.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="ICCTV.ir",ICC TV (1080p) +https://icchls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Javanan TV (480p) +https://nl.livekadeh.com/hls2/javanantv.m3u8 +#EXTINF:-1 tvg-id="DamacPersian.ae",Damac Persian (720p) +https://damac-tv.icdndhcp.com/hls/stream.m3u8 +#EXTINF:-1 tvg-id="TBNNejatTV.ir",TBN Nejat TV (720p) +https://hls.nejat.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="Shabakeh7.us",Shabakeh 7 (576p) +https://t.northtelecom.org/Shabakeh.m3u8 +#EXTINF:-1 tvg-id="",Erfan Halgheh TV (720p) +https://hls.erfanhalgheh.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="KanalJadid.uk",Kanal Jadid (720p) +https://kjhls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="SimayeAzadi.uk",Simaye Azadi (1080p) +https://simaytv.akamaized.net/hls/live/2043550/simayhls/index.m3u8 +#EXTINF:-1 tvg-id="KhaterehTV.de",Khatereh TV (720p) +https://khaterehhls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",Cafe Trade TV (720p) +https://cafetradehls.wns.live/hls/stream.m3u8 +#EXTINF:-1 tvg-id="",FX TV (720p) +https://fxtvhls.wns.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="",Iran Jewish TV (404p) +http://iran620.com:1935/derakhte-zendegi/test/playlist.m3u8 +#EXTINF:-1 tvg-id="",Radio Israel Ran (720p) +https://streaminglive.co.il:3730/live/raniamranilive.m3u8 +#EXTINF:-1 tvg-id="iFilmEnglish.ir",iFilm English (480p) +https://live1.presstv.ir/live/ifilmen.m3u8 +#EXTINF:-1 tvg-id="",IRNA24 (720p) +https://irna-tv.icdndhcp.com/live/stream/index.m3u8 +#EXTINF:-1 tvg-id="iFilm2.ir",iFilm 2 (480p) +https://live1.presstv.ir/live/ifilm2.m3u8 +#EXTINF:-1 tvg-id="VelayatTVNetwork.us",Velayat TV (480p) +https://nl.livekadeh.com/hls2/velayattv.m3u8 +#EXTINF:-1 tvg-id="",Abalfadhl TV (720p) +https://t.northtelecom.org/ABALFADHLTV.m3u8 +#EXTINF:-1 tvg-id="",Hausa TV (432p) +https://live1.presstv.ir/live/hausatvha/index.m3u8 diff --git a/streams/jp.m3u b/streams/jp.m3u index 61fd0a95ba..358f2eb743 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -21,23 +21,23 @@ https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp",NHK World Japan (720p) https://nhkwlive-xjp.akamaized.net/hls/live/2003458/nhkwlive-xjp-en/index.m3u8 -#EXTINF:-1 tvg-id="NHKWorldJapan.jp",NHK World Japan +#EXTINF:-1 tvg-id="NHKWorldJapan.jp",NHK World Japan (720p) https://nhkwlive-xjp.akamaized.net/hls/live/2003458/nhkwlive-xjp-en/index_1M.m3u8 -#EXTINF:-1 tvg-id="NHKWorldJapan.jp",NHK World Japan (YouTube) (1080p) +#EXTINF:-1 tvg-id="NHKWorldJapan.jp",NHK World Japan (1080p) [Not 24/7] https://ythls.onrender.com/channel/UCSPEjw8F2nQDtmUKPFNF7_A.m3u8 -#EXTINF:-1 tvg-id="NHKWorldPremium.jp",NHK World Premium -https://nhkwlive-pre-in.webcdn.stream.ne.jp/hls/live/nhkwlive-pre/index_1M.m3u8 +#EXTINF:-1 tvg-id="NHKWorldPremium.jp",NHK World Premium (1080p) +https://cdn.skygo.mn/live/disk1/NHK_World_Premium/HLSv3-FTA/NHK_World_Premium.m3u8 #EXTINF:-1 tvg-id="NipponTV.jp",Nippon TV (540p) [Not 24/7] https://ntv3.mov3.co/hls/ntv.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 -#EXTINF:-1 tvg-id="NTVNews24.jp",NTV News24 (1080p) +#EXTINF:-1 tvg-id="NTVNews24.jp",NTV News24 (1080p) [Not 24/7] https://ythls.onrender.com/channel/UCuTAXTexrhetbOe3zgskJBQ.m3u8 #EXTINF:-1 tvg-id="ShopChannel.jp",Shop Channel (1080p) [Not 24/7] https://stream3.shopch.jp/HLS/master.m3u8 -#EXTINF:-1 tvg-id="TBSNews.jp",TBS News +#EXTINF:-1 tvg-id="TBSNews.jp",TBS News (720p) [Not 24/7] https://ythls.onrender.com/channel/UC6AG81pAkf6Lbi_1VC5NmPA.m3u8 #EXTINF:-1 tvg-id="TokyoMX1.jp",Tokyo MX1 (720p) https://movie.mcas.jp/mcas/mx1_2/master.m3u8 diff --git a/streams/kw.m3u b/streams/kw.m3u index c851da7feb..9b90d61468 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -5,5 +5,25 @@ https://kali.vdopanel.com:3986/live/mbashalive.m3u8 https://5e74a9d684b2e.streamlock.net/liveTrans/ngrp:channel23_all/playlist.m3u8 #EXTINF:-1 tvg-id="AlraiTV.kw",Alrai TV (1080p) https://svs.itworkscdn.net/alraitvlive/alraitv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="KTV1.kw",KTV 1 (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTV1 +#EXTINF:-1 tvg-id="KTV2.kw",KTV 2 (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTV2 +#EXTINF:-1 tvg-id="KTVAlQurain.kw",KTV Al Qurain (1080p) [Not 24/7] +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVPlus +#EXTINF:-1 tvg-id="KTVArabe.kw",KTV Arabe (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVArabe +#EXTINF:-1 tvg-id="KTVEthraa.kw",KTV Ethraa (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVEthraa +#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw",KTV Drama (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KhallikBilbait +#EXTINF:-1 tvg-id="KTVAlMajlis.kw",KTV Al Majlis (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSportExtra +#EXTINF:-1 tvg-id="KTVAlQurain.kw",KTV Al Qurain (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVPlus +#EXTINF:-1 tvg-id="KTVSport.kw",KTV Sport (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSports +#EXTINF:-1 tvg-id="KTVSportPlus.kw",KTV Sport Plus (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSportPlus #EXTINF:-1 tvg-id="MarinaTV.kw",Marina TV (1080p) [Not 24/7] https://ythls.onrender.com/channel/UC1TelTm8bbY2jw0guInSvBA.m3u8 diff --git a/streams/lk.m3u b/streams/lk.m3u index 11eeb066f3..adffaf30a8 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -9,3 +9,17 @@ http://live.siyathatv.lk:19904/hls/siyatha_tv.m3u8 https://jk3lz8xklw79-hls-live.5centscdn.com/efm/098f6bcd4621d373cade4e832627b4f6.sdp/playlist.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="TVDerana.lk",TV Derana (1080p) [Not 24/7] +https://ythls.onrender.com/channel/UCbkMFGQ_RWIf0OiYeOpf6Ng.m3u8 +#EXTINF:-1 tvg-id="Rupavahini.lk",Rupavahini (1080p) [Not 24/7] +https://ythls.onrender.com/channel/UCi0cdSwyCHgPa95_nX457pw.m3u8 +#EXTINF:-1 tvg-id="Rupavahini.lk",Rupavahini (480p) +http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8 +#EXTINF:-1 tvg-id="VasanthamTV.lk",Vasantham TV (720p) +https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/20a317b0496a4930b375290505e5d628.sdp/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="HarithaTV.lk",Haritha TV (1080p) [Not 24/7] +https://ythls.onrender.com/channel/UCSe8uUIt3EM83y9N0WHSx_w.m3u8 +#EXTINF:-1 tvg-id="TheBuddhist.lk",The Buddhist (720p) [Not 24/7] +https://ythls.onrender.com/channel/UC37lrcLuvJmWDoooxwiPXXA.m3u8 +#EXTINF:-1 tvg-id="ShraddhaTV.lk",Shraddha TV (720p) [Not 24/7] +https://ythls.onrender.com/channel/UC1WREaxq8LRhdOOmzSFg2pA.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index 5da1a35f93..742a7c1937 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -3,6 +3,8 @@ http://95.85.47.43/libya218news/playlist.m3u8 #EXTINF:-1 tvg-id="AlwasatTV.ly",Alwasat TV (1080p) [Not 24/7] https://alwasattv.hibridcdn.net/alwasattv/alwasat_abr/alwasattv/alwasat_1080p/chunks.m3u8 +#EXTINF:-1 tvg-id="AlwasatTV.ly",Alwasat TV (1080p) [Not 24/7] +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://alwasat.ly/live #EXTINF:-1 tvg-id="FebruaryChannel.ly",February TV https://b01c02nl.mediatriple.net/videoonlylive/mtfknklgwrlive/broadcast_5dc818c793576.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JamahiriyaTV.ly",Jamahiria TV (480p) [Not 24/7] diff --git a/streams/mx.m3u b/streams/mx.m3u index 354ca13426..b149a01397 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -14,11 +14,11 @@ https://mdstrm.com/live-stream-playlist/609b243156cca108312822a6.m3u8 #EXTINF:-1 tvg-id="B15.mx",B15 (1080p) https://60ed5b6d0df78.streamlock.net:1936/envio2/envio2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5.mx",Canal 5 (480p) -http://45.174.77.243:8000/play/a0fl/index.m3u8 +http://190.61.102.67:2000/play/a038/index.m3u8 #EXTINF:-1 tvg-id="Canal10Cancun.mx",Canal 10 Cancรบn (720p) [Not 24/7] http://stream2.dynalias.com:1935/live/tvlive1/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal22Nacional.mx",Canal 22 Nacional (1080p) -https://60ed5b6d0df78.streamlock.net:1936/cuarto/cuarto/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal22Nacional.mx",Canal 22 Nacional (720p) [Geo-blocked] +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/canal22/ #EXTINF:-1 tvg-id="Canal26.mx",Canal 26 Aguascalientes (1080p) https://60417ddeaf0d9.streamlock.net/telemetrika3/smil:telemetrika3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal28.mx",Canal 28 (720p) [Not 24/7] @@ -113,7 +113,7 @@ https://video1.getstreamhosting.com:1936/8172/8172/playlist.m3u8 https://5e50264bd6766.streamlock.net/rtg/videortg/playlist.m3u8 #EXTINF:-1 tvg-id="RTQQueretaro.mx",RTQ Queretaro (360p) [Not 24/7] http://wms.tecnoxia.com:1935/rytqrolive/rytqrolive/master.m3u8 -#EXTINF:-1 tvg-id="SintesisTV.mx",Sintesis TV +#EXTINF:-1 tvg-id="SintesisTV.mx",Sรญntesis TV (480p) https://raw.githubusercontent.com/azgaresncf/strm2hls/main/streams/sintesis_tv.m3u8 #EXTINF:-1 tvg-id="SistemaMichoacanodeTV.mx",Sistema Michoacano de TV (1080p) https://60ed5b6d0df78.streamlock.net:1936/enlinea/enlinea/playlist.m3u8 @@ -121,8 +121,8 @@ https://60ed5b6d0df78.streamlock.net:1936/enlinea/enlinea/playlist.m3u8 https://5fa5de1a545ae.streamlock.net/4982/4982/playlist.m3u8 #EXTINF:-1 tvg-id="SuperChannel12.mx",Super Channel 12 (1080p) https://servilive.com:3263/live/channel12live.m3u8 -#EXTINF:-1 tvg-id="TeleFormula.mx",TeleFรณrmula [Geo-blocked] -https://mdstrm.com/live-stream-playlist/61e1e088d04d7744686afc42.m3u8 +#EXTINF:-1 tvg-id="TeleFormula.mx",TeleFรณrmula (720p) [Geo-blocked] +https://mdstrm.com/live-stream-playlist/62f2c855f7981b5a5a2d8763.m3u8 #EXTINF:-1 tvg-id="TelemarCampeche.mx",Telemar Campeche (720p) [Geo-blocked] https://5e50264bd6766.streamlock.net/telemarcampeche/videotelemarcampeche/playlist.m3u8 #EXTINF:-1 tvg-id="TeleplaySureste.mx",Teleplay Sureste (360p) @@ -235,13 +235,15 @@ https://5ca9af4645e15.streamlock.net/zacatecas/videozacatecas/playlist.m3u8 https://channel07-notusa.akamaized.net/hls/live/2036971-b/event01/index.m3u8 #EXTINF:-1 tvg-id="",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 -#EXTINF:-1 tvg-id="TUDNMexico.mx",TUDN Mexico (540p) +#EXTINF:-1 tvg-id="TUDNMexico.mx",TUDN Mรฉxico (540p) http://190.61.102.67:2000/play/a08j/index.m3u8 -#EXTINF:-1 tvg-id="Canal22Nacional.mx",Canal22Nacional.mx (720p) [Geo-blocked] -http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/canal22/ #EXTINF:-1 tvg-id="LasEstrellasLatinAmerica.mx",Las Estrellas Latin America (720p) https://channel01.akamaized.net/hls/live/2022749/event01/index.m3u8 #EXTINF:-1 tvg-id="XHXTDT1.mx",Las Estrellas-HD (XHX-TDT1) (480p) http://190.61.102.67:2000/play/a00g/index.m3u8 #EXTINF:-1 tvg-id="LasEstrellasLatinAmerica.mx",Las Estrellas Latin America (1080p) https://linear-416.frequency.stream/416/hls/master/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalOchoTV.mx",Canal Ocho TV (1080p) +https://ssh101.bozztv.com/ssh101/ochotv/playlist.m3u8 +#EXTINF:-1 tvg-id="Bandamax.mx",Bandamax (480p) +http://190.61.102.67:2000/play/a08h/index.m3u8 diff --git a/streams/my.m3u b/streams/my.m3u index 83a3182895..83974253b9 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -12,7 +12,7 @@ http://210.210.155.37/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] -http://51.210.199.33/hls/stream.m3u8 +https://hls.maahtv.live/hls/stream.m3u8 #EXTINF:-1 tvg-id="SukanRTM.my",Sukan RTM [Geo-blocked] https://d25tgymtnqzu8s.cloudfront.net/smil:sukan/manifest.mpd #EXTINF:-1 tvg-id="TV3.my",TV3 (720p) [Geo-blocked] diff --git a/streams/pr.m3u b/streams/pr.m3u index d35dafe6af..d6ab9d6b8a 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -49,3 +49,7 @@ https://59a564764e2b6.streamlock.net/palestra/palestra/playlist.m3u8 https://59825a54e4454.streamlock.net:8443/william652/william652/playlist.m3u8 #EXTINF:-1 tvg-id="",WZNT (Zeta 93) (1080p) [Not 24/7] https://livestream.lamusica.com/nacionz/ngrp:nacionz_all/playlist.m3u8 +#EXTINF:-1 tvg-id="WAPADT1.us",WAPA-DT1 (WAPA-TV) (1080p) +https://live.field59.com/wapa/wapa1/playlist.m3u8 +#EXTINF:-1 tvg-id="WAPADT2.us",WAPA-DT2 (WAPA Deportes) (1080p) +https://live.field59.com/wapa/wapa2/playlist.m3u8 diff --git a/streams/py.m3u b/streams/py.m3u index c68bcde273..37ec907f81 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -69,3 +69,7 @@ https://59ce1298bfb98.streamlock.net/oviedotv/oviedotv/playlist.m3u8 https://ythls.onrender.com/channel/UCMXLvWR4z1Z4P4JvubxMQtg.m3u8 #EXTINF:-1 tvg-id="5DiasTV.py",5Dรญas TV (720p) [Not 24/7] https://ythls.onrender.com/channel/UCiyJDRTHlTOGn6Fc5_BxcJw.m3u8 +#EXTINF:-1 tvg-id="Gen.py",Gen (1080p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.desdepylabs.com/External/tvaccion/gentv +#EXTINF:-1 tvg-id="CanalPro.py",Canal Pro (720p) [Not 24/7] +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://twitch.tv/canalpropy diff --git a/streams/rw.m3u b/streams/rw.m3u index 9b6973dde6..9ab6a51b3a 100644 --- a/streams/rw.m3u +++ b/streams/rw.m3u @@ -17,3 +17,11 @@ http://197.243.19.131:1935/rtv/rtv/chunklist_w2093872577.m3u8 https://5c46fa289c89f.streamlock.net/rtv/rtv/playlist.m3u8 #EXTINF:-1 tvg-id="TV10.rw",TV 10 (720p) [Not 24/7] https://ythls.onrender.com/channel/UC-hfYFkXZ6sTmI-BrW1fPAQ.m3u8 +#EXTINF:-1 tvg-id="FlashTV.rw",Flash TV (720p) [Not 24/7] +https://tv.livebcm.com:3169/live/flashtvrwandalive.m3u8 +#EXTINF:-1 tvg-id="IsangoTV.rw",Isango TV (480p) [Not 24/7] +http://80.241.215.175:1935/isangostar/isangostar/playlist.m3u8 +#EXTINF:-1 tvg-id="",Ishusho TV (720p) [Not 24/7] +https://tv.livebcm.com:3425/stream/play.m3u8 +#EXTINF:-1 tvg-id="BTV.rw",BTV (1080p) [Not 24/7] +https://tv.livebcm.com:3580/live/btvrwandalive.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index f3f9de760e..1c5a47821c 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -97,6 +97,8 @@ https://daiconnect.com/live/hls/rotana/classical/.m3u8 https://rotanastudios-rotanaclassic-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaClassic.sa",Rotana Classic (1080p) https://shls-rotanaclassic-prod-dub.shahid.net/out/v1/4eebed211c8441228321b4f67a46c5a5/index.m3u8 +#EXTINF:-1 tvg-id="RotanaClip.sa",Rotana Clip (1080p) [Geo-blocked] +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://rotana.net/live-clip #EXTINF:-1 tvg-id="RotanaComedy.sa",Rotana Comedy (1080p) [Geo-blocked] https://daiconnect.com/live/hls/rotana/comedy/.m3u8 #EXTINF:-1 tvg-id="RotanaComedy.sa",Rotana Comedy (1080p) [Geo-blocked] diff --git a/streams/sy.m3u b/streams/sy.m3u index 38ea89f51a..1aabc4765e 100644 --- a/streams/sy.m3u +++ b/streams/sy.m3u @@ -11,7 +11,7 @@ https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc/master22-vod.m3 https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc2/m3u8/sdi2-720p.m3u8 #EXTINF:-1 tvg-id="NourElSham.sy",Nour El-Sham (360p) [Not 24/7] http://vod.ortas.sy:1935/oLive/nour05042022/playlist.m3u8 -#EXTINF:-1 tvg-id="RonahiTV.sy",Ronahi TV +#EXTINF:-1 tvg-id="RonahiTV.sy",Ronahi TV (1080p) https://ikomg1.s.llnwi.net/ronahi-tv/ronahi-tv.m3u8 #EXTINF:-1 tvg-id="SamaTV.sy",Sama TV (578p) [Not 24/7] https://stream.sama-tv.net/hls/samatv.m3u8 @@ -31,3 +31,5 @@ http://vod.alikhbaria.net:1935/oLive/snews05042022/playlist.m3u8 http://vod.ortas.sy:1935/oLive/snews05042022/playlist.m3u8 #EXTINF:-1 tvg-id="SyrianSatelliteChannel.sy",Syria Satellite Channel (360p) [Not 24/7] http://vod.ortas.sy:1935/oLive/sat05042022/playlist.m3u8 +#EXTINF:-1 tvg-id="AlalamNewsChannelSyria.sy",Alalam News Channel Syria (576p) +https://live2.presstv.ir/live/alam/Playlist.m3u8 diff --git a/streams/tn.m3u b/streams/tn.m3u index f90b91fb34..168fefdf05 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -5,6 +5,8 @@ https://ythls.onrender.com/channel/UCvPW0VhnTcxYjWIxCvMlw2Q.m3u8 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="Nessma.tn",Nessma (720p) +http://mc-qs.lanesh4d0w.tech/iptv-query?streaming-ip=https://www.dailymotion.com/nessma_tv #EXTINF:-1 tvg-id="Nessma.tn",Nessma (1080p) https://shls-live-ak.akamaized.net/out/v1/119ae95bbc91462093918a7c6ba11415/index.m3u8 #EXTINF:-1 tvg-id="SahelTV.tn",Sahel TV (720p) [Not 24/7] diff --git a/streams/ug.m3u b/streams/ug.m3u index bb8299e87a..e8741a6286 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -12,10 +12,16 @@ https://ythls.onrender.com/channel/UCwga1dPCqBddbtq5KYRii2g.m3u8 #EXTINF:-1 tvg-id="SaltTV.ug",Salt TV (720p) https://salttelevision.com/memfs/d1b981f8-317d-4750-8eb0-1c116add469c.m3u8 #EXTINF:-1 tvg-id="TVWest.ug",TV West (720p) -https://stream.hydeug.com/tvwest-flussonic/index.m3u8 +https://stream.hydeinnovations.com/tvwest-flussonic/index.m3u8 #EXTINF:-1 tvg-id="UrbanTV.ug",Urban TV (576p) -https://stream.hydeug.com/urban-flussonic/index.m3u8 +https://stream.hydeinnovations.com/urban-flussonic/index.m3u8 #EXTINF:-1 tvg-id="WanLuoTV.ug",Wan Luo TV (576p) -https://stream.hydeug.com/luotv-flussonic/index.m3u8 +https://stream.hydeinnovations.com/luotv-flussonic/index.m3u8 #EXTINF:-1 tvg-id="",Fort TV (480p) http://fort.co-works.org:8080/hls/live.stream.m3u8 +#EXTINF:-1 tvg-id="TVEast.ug",TV East (720p) +https://stream.hydeinnovations.com/boratv/index.m3u8 +#EXTINF:-1 tvg-id="ChurchofUgandaFamilyTelevision.ug",COU Family Television (720p) +https://media.streambrothers.com:19360/8028/8028.m3u8 +#EXTINF:-1 tvg-id="WestnileTV.ug",Westnile TV (720p) [Not 24/7] +https://ythls.onrender.com/channel/UC3tX2RyYu1wH6yRv8498xIA.m3u8 diff --git a/streams/uk_bbc.m3u b/streams/uk_bbc.m3u index 56bb19a85c..a24df75fd9 100644 --- a/streams/uk_bbc.m3u +++ b/streams/uk_bbc.m3u @@ -57,6 +57,8 @@ https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/ https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCOneLondon.uk",BBC One London (720p) [Geo-blocked] https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/pc_hd_abr_v2.mpd +#EXTINF:-1 tvg-id="BBCOneLondon.uk",BBC One London (720p) [Geo-blocked] +https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCOneLondon.uk",BBC One London (540p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/mobile_wifi_main_sd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCOneNorthEastCumbria.uk",BBC One North East (720p) [Geo-blocked] @@ -132,53 +134,55 @@ https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persia #EXTINF:-1 tvg-id="BBCPersian.uk",BBC Persian (540p) https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_cloudfrontms_live.m3u8 #EXTINF:-1 tvg-id="BBCRedButton1.uk",BBC Red Button 1 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_01/sport_stream_01.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_01/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton2.uk",BBC Red Button 2 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_02/sport_stream_02.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_02/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton3.uk",BBC Red Button 3 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_03/sport_stream_03.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_03/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton4.uk",BBC Red Button 4 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_04/sport_stream_04.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_04/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton5.uk",BBC Red Button 5 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_05/sport_stream_05.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_05/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton6.uk",BBC Red Button 6 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_06/sport_stream_06.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_06/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton7.uk",BBC Red Button 7 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_07/sport_stream_07.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_07/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton8.uk",BBC Red Button 8 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_08/sport_stream_08.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_08/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton9.uk",BBC Red Button 9 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_09/sport_stream_09.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_09/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton10.uk",BBC Red Button 10 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_10/sport_stream_10.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_10/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton11.uk",BBC Red Button 11 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_11/sport_stream_11.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_11/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton12.uk",BBC Red Button 12 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_12/sport_stream_12.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_12/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton13.uk",BBC Red Button 13 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_13/sport_stream_13.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_13/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton14.uk",BBC Red Button 14 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_14/sport_stream_14.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_14/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton15.uk",BBC Red Button 15 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_15/sport_stream_15.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_15/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton16.uk",BBC Red Button 16 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_16/sport_stream_16.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_16/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton17.uk",BBC Red Button 17 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_17/sport_stream_17.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_17/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton18.uk",BBC Red Button 18 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_18/sport_stream_18.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_18/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton19.uk",BBC Red Button 19 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_19/sport_stream_19.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_19/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton20.uk",BBC Red Button 20 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_20/sport_stream_20.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_20/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton21.uk",BBC Red Button 21 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_21/sport_stream_21.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_21/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton22.uk",BBC Red Button 22 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_22/sport_stream_22.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_22/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton23.uk",BBC Red Button 23 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_23/sport_stream_23.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_23/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCRedButton24.uk",BBC Red Button 24 (720p) [Geo-blocked] -https://ve-dash-uk-live.akamaized.net/pool_901/live/uk/sport_stream_24/sport_stream_24.isml/pc_hd_abr_v2_dash.mpd +https://ve-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uk_sport_stream_24/iptv_hd_abr_v1.mpd +#EXTINF:-1 tvg-id="",BBC Red Button One (720p) [Geo-blocked] +https://vs-cmaf-pushb-uk.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:red_button_one/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCScotland.uk",BBC Scotland HD (720p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_scotland_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCScotland.uk",BBC Scotland HD (720p) [Geo-blocked] diff --git a/streams/us.m3u b/streams/us.m3u index 85c36afeb8..291af0d8b9 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -1030,3 +1030,31 @@ https://cdn-unified-hls.streamspot.com/ingest1/6ec6f5ba47/playlist.m3u8?origin=1 https://hls-cdn.tvstartup16.net/tvstartup16-channel/live/mp4:jimbobklynedge/playlist.m3u8 #EXTINF:-1 tvg-id="",BLUES TV https://2-fss-2.streamhoster.com/pl_138/205510-3094608-1/playlist.m3u8 +#EXTINF:-1 tvg-id="Alhurra.us",Alhurra (720p) +https://mbn-ingest-worldsafe.akamaized.net/hls/live/2038900/MBN_Alhurra_Worldsafe_HLS/master.m3u8 +#EXTINF:-1 tvg-id="",30A TV Classic Movies +https://30a-tv.com/feeds/pzaz/30atvmovies.m3u8 +#EXTINF:-1 tvg-id="",30A Television Channel +https://30a-tv.com/feeds/masters/30atv.m3u8 +#EXTINF:-1 tvg-id="",30A Luxe Life Discovered +https://30a-tv.com/feeds/vidaa/luxelife.m3u8 +#EXTINF:-1 tvg-id="",30A Golf Kingdom +https://30a-tv.com/feeds/vidaa/golf.m3u8 +#EXTINF:-1 tvg-id="",30A We Love Cars +https://30a-tv.com/feeds/vidaa/cars.m3u8 +#EXTINF:-1 tvg-id="",30A Music Channel +https://30a-tv.com/feeds/ceftech/30atvmusic.m3u8 +#EXTINF:-1 tvg-id="",30A Investment Pitch +https://www.30a-tv.com/InvPit.m3u8 +#EXTINF:-1 tvg-id="",30A Answers That Count +https://30a-tv.com/atc.m3u8 +#EXTINF:-1 tvg-id="",30A Loomered TV +https://30a-tv.com/loomer.m3u8 +#EXTINF:-1 tvg-id="",30A Georgia Hollywood Review TV +https://30a-tv.com/gh.m3u8 +#EXTINF:-1 tvg-id="",30A Lionel Nation TV +https://30a-tv.com/ln.m3u8 +#EXTINF:-1 tvg-id="",Nautistyles Luxury Yachts +https://ssai.castify.ai/media/cbe59a36-2334-4f34-bca0-6c7c2ae5989c/mainManifest.m3u8 +#EXTINF:-1 tvg-id="",Classic Reels TV +https://crt-ext.rodeotv.net/s/iUvKb6g3mbVgXDGy8a3tCQQSfjNXvNEL/crt-h264.m3u8 diff --git a/streams/us_carbontv.m3u b/streams/us_carbontv.m3u new file mode 100644 index 0000000000..142e4de92e --- /dev/null +++ b/streams/us_carbontv.m3u @@ -0,0 +1,77 @@ +#EXTM3U +#EXTINF:-1 tvg-id="",Jour +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/2N7S9ZRV4EQAJVLMISIH/hls3/now,-1m/m.m3u8 +#EXTINF:-1 tvg-id="",Paranormal HQ +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/RX1RTG1LAUCGQTEDU05N/hls3/now,-1m/m.m3u8 +#EXTINF:-1 tvg-id="",Skull Bound TV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/83JW9CE1L3J234Z5J8BB/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",CarbonTV +https://amg01570-carbontv-carbontvono-ono-hnsm8.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="",FiredUp Network +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/YNTSHCEMZVA2YY9BW2Z8/hls3/now,-1m/m.m3u8 +#EXTINF:-1 tvg-id="",IP FAMBA +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/WEZC6GVF17GPC4D2T4Y9/hls3/now,-1m/m.m3u8 +#EXTINF:-1 tvg-id="",Passion River TV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/SN0XFHJ9GK44DXNRW549/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Old West TV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/Y680WOKGZK0LH808PJB1/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Travel & Food TV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/T420R0VX84F3KVTP12B2/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",TRACE Sport Stars +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/Q6ZILPXDVMWLTQLVUCFZ/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Fitness Rewind by Collage Video +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/E5ZKRFOTGGMZMYXLCD92/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Cowboy Classics +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/JKOMXYIN5MJLO8CCY8PY/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",4ACETV CLASSIC HITS +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/VFEHH3ML20PMYQM0QEPB/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",4ACETV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/N55LT0GGXOUT6SC3GJN7/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Food TV by Binge +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/VXRZC2P7GTRKJSEK9TA0/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Lifestyle by Binge +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/TGHMDGWK71ARM14CUY4P/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Yoga Fit +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/GDRQZYJ35R11FPW6F3FT/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",NewsNet +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/PI1QOXKLKW1ORTHXUZ5I/playlist.m3u8 +#EXTINF:-1 tvg-id="",United Fight Alliance +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/8L421BQ0E926VLTDD4YE/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",MMA Futures +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/VX0VZ8RN1Z6LOX4QG1OZ/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",History Film Channel +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/Y9C44IJB757LLGCV72YA/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",FightTVPlus +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/ZXY8N7D0P26W4DNY1WHH/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Turnpike Sports +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/G3A7XRHG3C3W17NX6RBT/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Urban Action Channel +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/0YRJL9FV095EDJ1JBBI6/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Land of Floof +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/KU5WJ5PWG4IO7XT9UH0N/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Only Good TV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/F8YTOTWFVMWGLTQBP7FG/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Xcorps +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/TH9UEZK83FAAN5WF4O7A/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",SportsTVPlus +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/XSJFWT5YF4UTW38VBLGF/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Cookin' With Cutty +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/HK6BNXZNIQV2OE952NXO/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Daily Flash +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/YPH2P0WNTGPF9F59UGKQ/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",GTR24H +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/W7408AQYRK1M2N1QCID1/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Boxing Spotlight +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/MFPMKUC1334WQWFRMWJS/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Wrestling Spotlight +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/FZYO537M5ZKAF4MJYX4J/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",BVIRAL +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/BSPP9VVZ6Q13FY9VIMAJ/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Kick Sports News +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/2ERRPZTG6RYWL98BUO8Z/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",BritBash +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/B0N2RKNLPI90VOMKRWP5/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Comedy Classics +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/7D8WMUS89AUJL8LS2FEM/hls3/now_-1m_15s/m.m3u8 +#EXTINF:-1 tvg-id="",Iron Dragon TV +https://e46fa4a445464f8a9150fa7d510eb85c.mediatailor.us-west-2.amazonaws.com/v1/master/2d2d0d97b0e548f025b2598a69b55bf30337aa0e/npp/SBD0KWL6X3K3LHM0UJHQ/hls3/now_-1m_15s/m.m3u8 diff --git a/streams/uy.m3u b/streams/uy.m3u index 0d4c0f38b5..fb57b99fcb 100644 --- a/streams/uy.m3u +++ b/streams/uy.m3u @@ -17,5 +17,7 @@ https://59825a54e4454.streamlock.net:8443/jorge854/jorge854/playlist.m3u8 https://ythls.onrender.com/channel/UCxZ7Z0-z9EnTZAyKmeP2_MQ.m3u8 #EXTINF:-1 tvg-id="UCL.uy",UCL (720p) http://162.246.18.122:8081/telepuerto-master/ucl-abr/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="UruguayPresidencia.uy",Uruguay Presidencia (1080p) [Not 24/7] https://ythls.onrender.com/channel/UCz1Li9JcQB9XP-HfgN0IYLQ.m3u8