mirror of
https://github.com/iptv-org/iptv.git
synced 2026-03-21 07:23:05 -04:00
Merge branch 'master' into remove-duplicates-from-generated-playlists
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: Channel Request
|
||||
name: "\U0001F4FA Channel Request"
|
||||
about: Request to add a channel to the playlist
|
||||
title: 'Add: xxx'
|
||||
labels: channel request
|
||||
9
.github/ISSUE_TEMPLATE/-----bug-report.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/-----bug-report.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: '🐞 Bug Report'
|
||||
about: Report an error in this repository
|
||||
title: 'Fix: xxx'
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!-- Please describe the error in as much detail as possible so that we can fix it quickly -->
|
||||
@@ -1,10 +1,9 @@
|
||||
---
|
||||
name: Broken Stream
|
||||
about: Request to remove/replace a broken stream
|
||||
name: '🛠 Broken Stream'
|
||||
about: Report a broken stream
|
||||
title: 'Fix: xxx'
|
||||
labels: broken stream
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please fill out the information in this issue template so that we can
|
||||
@@ -12,7 +11,7 @@ efficiently process your request -->
|
||||
|
||||
<!-- IMPORTANT: An issue may contain a request for only one channel, otherwise it will be closed -->
|
||||
|
||||
***Channel Name:*** xxx
|
||||
***Broken Link (from playlist):*** xxx
|
||||
***Possible Replacement (optional):*** xxx
|
||||
***Notes (optional):*** xxx
|
||||
**_Channel Name:_** xxx
|
||||
**_Broken Link (from playlist):_** xxx
|
||||
**_Possible Replacement (optional):_** xxx
|
||||
**_Notes (optional):_** xxx
|
||||
@@ -1,10 +1,9 @@
|
||||
---
|
||||
name: Feature Request
|
||||
name: '✨ Feature Request'
|
||||
about: For any ideas or feature requests
|
||||
title: 'Propose: xxx'
|
||||
labels: discussion
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please describe your idea as fully as possible -->
|
||||
10
.github/ISSUE_TEMPLATE/---ask-a-question.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/---ask-a-question.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: "❓Ask a question"
|
||||
about: Ask questions about this project
|
||||
title: 'Question: xxx'
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
---
|
||||
name: Remove Channel
|
||||
about: Request to remove a channel from the playlist
|
||||
name: "\U0001F6A8 Remove Channel"
|
||||
about: Request to remove a channel
|
||||
title: 'Remove: xxx'
|
||||
labels: DMCA
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please fill out the information in this issue template so that we can
|
||||
efficiently process your request -->
|
||||
|
||||
***Channel Name:*** xxx
|
||||
***DMCA Notice (link):*** xxx
|
||||
**_Channel Name:_** xxx
|
||||
**_DMCA Notice (link):_** xxx
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: Request List
|
||||
about: A list of channel requests from any one country
|
||||
name: "\U0001F4DD Request List"
|
||||
about: List of requests from other issues
|
||||
title: xxx Request Channels
|
||||
labels: ''
|
||||
labels: channel request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
15
.github/workflows/check.yml
vendored
Normal file
15
.github/workflows/check.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: check
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, edited]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Check Playlists
|
||||
run: npm run lint
|
||||
@@ -6,32 +6,32 @@
|
||||
<tr><td align="left">Auto</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/auto.m3u</code></td></tr>
|
||||
<tr><td align="left">Business</td><td align="right">76</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/business.m3u</code></td></tr>
|
||||
<tr><td align="left">Classic</td><td align="right">22</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/classic.m3u</code></td></tr>
|
||||
<tr><td align="left">Comedy</td><td align="right">14</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
|
||||
<tr><td align="left">Documentary</td><td align="right">33</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
|
||||
<tr><td align="left">Comedy</td><td align="right">21</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
|
||||
<tr><td align="left">Documentary</td><td align="right">38</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
|
||||
<tr><td align="left">Education</td><td align="right">25</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/education.m3u</code></td></tr>
|
||||
<tr><td align="left">Entertainment</td><td align="right">89</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
|
||||
<tr><td align="left">Family</td><td align="right">15</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
|
||||
<tr><td align="left">Fashion</td><td align="right">12</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/fashion.m3u</code></td></tr>
|
||||
<tr><td align="left">Food</td><td align="right">10</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/food.m3u</code></td></tr>
|
||||
<tr><td align="left">General</td><td align="right">216</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
|
||||
<tr><td align="left">Entertainment</td><td align="right">104</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
|
||||
<tr><td align="left">Family</td><td align="right">16</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
|
||||
<tr><td align="left">Fashion</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/fashion.m3u</code></td></tr>
|
||||
<tr><td align="left">Food</td><td align="right">11</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/food.m3u</code></td></tr>
|
||||
<tr><td align="left">General</td><td align="right">217</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
|
||||
<tr><td align="left">Health</td><td align="right">0</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/health.m3u</code></td></tr>
|
||||
<tr><td align="left">History</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/history.m3u</code></td></tr>
|
||||
<tr><td align="left">Hobby</td><td align="right">36</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/hobby.m3u</code></td></tr>
|
||||
<tr><td align="left">Hobby</td><td align="right">38</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/hobby.m3u</code></td></tr>
|
||||
<tr><td align="left">Kids</td><td align="right">78</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/kids.m3u</code></td></tr>
|
||||
<tr><td align="left">Legislative</td><td align="right">40</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/legislative.m3u</code></td></tr>
|
||||
<tr><td align="left">Lifestyle</td><td align="right">18</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/lifestyle.m3u</code></td></tr>
|
||||
<tr><td align="left">Lifestyle</td><td align="right">22</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/lifestyle.m3u</code></td></tr>
|
||||
<tr><td align="left">Local</td><td align="right">350</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/local.m3u</code></td></tr>
|
||||
<tr><td align="left">Movies</td><td align="right">122</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/movies.m3u</code></td></tr>
|
||||
<tr><td align="left">Music</td><td align="right">284</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
|
||||
<tr><td align="left">News</td><td align="right">384</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
|
||||
<tr><td align="left">Music</td><td align="right">287</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
|
||||
<tr><td align="left">News</td><td align="right">397</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
|
||||
<tr><td align="left">Quiz</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/quiz.m3u</code></td></tr>
|
||||
<tr><td align="left">Religious</td><td align="right">238</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
|
||||
<tr><td align="left">Religious</td><td align="right">240</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
|
||||
<tr><td align="left">Sci-Fi</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/sci-fi.m3u</code></td></tr>
|
||||
<tr><td align="left">Shop</td><td align="right">37</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/shop.m3u</code></td></tr>
|
||||
<tr><td align="left">Sport</td><td align="right">148</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/sport.m3u</code></td></tr>
|
||||
<tr><td align="left">Travel</td><td align="right">17</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
|
||||
<tr><td align="left">Sport</td><td align="right">154</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/sport.m3u</code></td></tr>
|
||||
<tr><td align="left">Travel</td><td align="right">18</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
|
||||
<tr><td align="left">Weather</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/weather.m3u</code></td></tr>
|
||||
<tr><td align="left">XXX</td><td align="right">69</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/xxx.m3u</code></td></tr>
|
||||
<tr><td align="left">Other</td><td align="right">8383</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/other.m3u</code></td></tr>
|
||||
<tr><td align="left">Other</td><td align="right">9230</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/other.m3u</code></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -7,7 +7,7 @@
|
||||
<tr><td align="left">🇦🇱 Albania</td><td align="right">35</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/al.m3u</code></td></tr>
|
||||
<tr><td align="left">🇩🇿 Algeria</td><td align="right">51</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/dz.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇸 American Samoa</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/as.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇩 Andorra</td><td align="right">26</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇩 Andorra</td><td align="right">27</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇴 Angola</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ao.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇮 Anguilla</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ai.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇬 Antigua & Barbuda</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ag.m3u</code></td></tr>
|
||||
@@ -18,7 +18,7 @@
|
||||
<tr><td align="left">🇦🇹 Austria</td><td align="right">52</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/at.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇿 Azerbaijan</td><td align="right">27</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/az.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇸 Bahamas</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bs.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇭 Bahrain</td><td align="right">56</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇭 Bahrain</td><td align="right">55</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇩 Bangladesh</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bd.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇧 Barbados</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇾 Belarus</td><td align="right">24</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/by.m3u</code></td></tr>
|
||||
@@ -27,7 +27,7 @@
|
||||
<tr><td align="left">🇧🇯 Benin</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bj.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇲 Bermuda</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇹 Bhutan</td><td align="right">10</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bt.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇴 Bolivia</td><td align="right">36</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇴 Bolivia</td><td align="right">24</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇦 Bosnia</td><td align="right">26</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ba.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇼 Botswana</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bw.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇷 Brazil</td><td align="right">82</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/br.m3u</code></td></tr>
|
||||
@@ -66,12 +66,12 @@
|
||||
<tr><td align="left">🇸🇻 El Salvador</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sv.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇶 Equatorial Guinea</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/gq.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇷 Eritrea</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/er.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇪 Estonia</td><td align="right">17</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇪 Estonia</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇿 Eswatini</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sz.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇹 Ethiopia</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/et.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇴 Faroe Islands</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇯 Fiji</td><td align="right">9</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fj.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇮 Finland</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇮 Finland</td><td align="right">13</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇷 France</td><td align="right">184</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇫 French Guiana</td><td align="right">9</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/gf.m3u</code></td></tr>
|
||||
<tr><td align="left">🇵🇫 French Polynesia</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pf.m3u</code></td></tr>
|
||||
@@ -104,7 +104,7 @@
|
||||
<tr><td align="left">🇮🇹 Italy</td><td align="right">179</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/it.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇲 Jamaica</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇵 Japan</td><td align="right">51</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jp.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇴 Jordan</td><td align="right">49</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇴 Jordan</td><td align="right">50</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇿 Kazakhstan</td><td align="right">31</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kz.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇪 Kenya</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ke.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇮 Kiribati</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ki.m3u</code></td></tr>
|
||||
@@ -113,7 +113,7 @@
|
||||
<tr><td align="left">🇰🇬 Kyrgyzstan</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kg.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇦 Laos</td><td align="right">10</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/la.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇻 Latvia</td><td align="right">17</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lv.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇧 Lebanon</td><td align="right">73</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇧 Lebanon</td><td align="right">74</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇸 Lesotho</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ls.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇷 Liberia</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇾 Libya</td><td align="right">54</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ly.m3u</code></td></tr>
|
||||
@@ -156,7 +156,7 @@
|
||||
<tr><td align="left">🇰🇵 North Korea</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kp.m3u</code></td></tr>
|
||||
<tr><td align="left">🇲🇰 North Macedonia</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/mk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇲🇵 Northern Mariana Islands</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/mp.m3u</code></td></tr>
|
||||
<tr><td align="left">🇳🇴 Norway</td><td align="right">42</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
|
||||
<tr><td align="left">🇳🇴 Norway</td><td align="right">40</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
|
||||
<tr><td align="left">🇴🇲 Oman</td><td align="right">50</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/om.m3u</code></td></tr>
|
||||
<tr><td align="left">🇵🇰 Pakistan</td><td align="right">24</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇵🇼 Palau</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pw.m3u</code></td></tr>
|
||||
@@ -172,7 +172,7 @@
|
||||
<tr><td align="left">🇵🇷 Puerto Rico</td><td align="right">19</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇶🇦 Qatar</td><td align="right">57</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/qa.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇴 Romania</td><td align="right">68</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ro.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇺 Russia</td><td align="right">382</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇺 Russia</td><td align="right">383</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇼 Rwanda</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/rw.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇪 Réunion</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/re.m3u</code></td></tr>
|
||||
<tr><td align="left">🇼🇸 Samoa</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ws.m3u</code></td></tr>
|
||||
@@ -188,10 +188,10 @@
|
||||
<tr><td align="left">🇸🇮 Slovenia</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/si.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇧 Solomon Islands</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇴 Somalia</td><td align="right">51</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/so.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇦 South Africa</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/za.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇦 South Africa</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/za.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇷 South Korea</td><td align="right">126</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇸 South Sudan</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ss.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇸 Spain</td><td align="right">285</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇸 Spain</td><td align="right">293</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇰 Sri Lanka</td><td align="right">32</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇱 St. Barthélemy</td><td align="right">10</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bl.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇭 St. Helena</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sh.m3u</code></td></tr>
|
||||
@@ -201,7 +201,7 @@
|
||||
<tr><td align="left">🇵🇲 St. Pierre & Miquelon</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇻🇨 St. Vincent & Grenadines</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/vc.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇩 Sudan</td><td align="right">48</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sd.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇪 Sweden</td><td align="right">29</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/se.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇪 Sweden</td><td align="right">26</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/se.m3u</code></td></tr>
|
||||
<tr><td align="left">🇨🇭 Switzerland</td><td align="right">107</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ch.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇾 Syria</td><td align="right">62</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sy.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇹 São Tomé & Príncipe</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/st.m3u</code></td></tr>
|
||||
@@ -223,7 +223,7 @@
|
||||
<tr><td align="left">🇺🇬 Uganda</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ug.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇦 Ukraine</td><td align="right">119</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ua.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇪 United Arab Emirates</td><td align="right">80</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ae.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇧 United Kingdom</td><td align="right">116</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇧 United Kingdom</td><td align="right">118</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇸 United States</td><td align="right">1522</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/us.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇾 Uruguay</td><td align="right">12</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uy.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇿 Uzbekistan</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uz.m3u</code></td></tr>
|
||||
@@ -234,9 +234,9 @@
|
||||
<tr><td align="left">🇼🇫 Wallis & Futuna</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/wf.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇭 Western Sahara</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/eh.m3u</code></td></tr>
|
||||
<tr><td align="left">🇾🇪 Yemen</td><td align="right">53</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ye.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇲 Zambia</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/zm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇲 Zambia</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/zm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇼 Zimbabwe</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/zw.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇽 Åland Islands</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ax.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">4123</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/undefined.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">5036</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/undefined.m3u</code></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -6,7 +6,7 @@
|
||||
<tr><td align="left">Akan</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/aka.m3u</code></td></tr>
|
||||
<tr><td align="left">Albanian</td><td align="right">34</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/sqi.m3u</code></td></tr>
|
||||
<tr><td align="left">Amharic</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/amh.m3u</code></td></tr>
|
||||
<tr><td align="left">Arabic</td><td align="right">338</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ara.m3u</code></td></tr>
|
||||
<tr><td align="left">Arabic</td><td align="right">339</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ara.m3u</code></td></tr>
|
||||
<tr><td align="left">Armenian</td><td align="right">29</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hye.m3u</code></td></tr>
|
||||
<tr><td align="left">Assyrian Neo-Aramaic</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/aii.m3u</code></td></tr>
|
||||
<tr><td align="left">Azerbaijani</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/aze.m3u</code></td></tr>
|
||||
@@ -21,10 +21,10 @@
|
||||
<tr><td align="left">Czech</td><td align="right">24</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ces.m3u</code></td></tr>
|
||||
<tr><td align="left">Danish</td><td align="right">9</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/dan.m3u</code></td></tr>
|
||||
<tr><td align="left">Dutch</td><td align="right">66</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/nld.m3u</code></td></tr>
|
||||
<tr><td align="left">English</td><td align="right">1763</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
|
||||
<tr><td align="left">English</td><td align="right">1766</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
|
||||
<tr><td align="left">Estonian</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/est.m3u</code></td></tr>
|
||||
<tr><td align="left">Faroese</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fao.m3u</code></td></tr>
|
||||
<tr><td align="left">Finnish</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fin.m3u</code></td></tr>
|
||||
<tr><td align="left">Finnish</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fin.m3u</code></td></tr>
|
||||
<tr><td align="left">French</td><td align="right">199</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fra.m3u</code></td></tr>
|
||||
<tr><td align="left">Galician</td><td align="right">10</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/glg.m3u</code></td></tr>
|
||||
<tr><td align="left">Georgian</td><td align="right">8</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/kat.m3u</code></td></tr>
|
||||
@@ -33,7 +33,7 @@
|
||||
<tr><td align="left">Hindi</td><td align="right">120</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hin.m3u</code></td></tr>
|
||||
<tr><td align="left">Hungarian</td><td align="right">15</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hun.m3u</code></td></tr>
|
||||
<tr><td align="left">Icelandic</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/isl.m3u</code></td></tr>
|
||||
<tr><td align="left">Indonesian</td><td align="right">32</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ind.m3u</code></td></tr>
|
||||
<tr><td align="left">Indonesian</td><td align="right">34</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ind.m3u</code></td></tr>
|
||||
<tr><td align="left">Inuktitut</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/iku.m3u</code></td></tr>
|
||||
<tr><td align="left">Italian</td><td align="right">159</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ita.m3u</code></td></tr>
|
||||
<tr><td align="left">Japanese</td><td align="right">40</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/jpn.m3u</code></td></tr>
|
||||
@@ -49,7 +49,7 @@
|
||||
<tr><td align="left">Lithuanian</td><td align="right">5</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/lit.m3u</code></td></tr>
|
||||
<tr><td align="left">Luxembourgish</td><td align="right">4</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ltz.m3u</code></td></tr>
|
||||
<tr><td align="left">Macedonian</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mkd.m3u</code></td></tr>
|
||||
<tr><td align="left">Malay (macrolanguage)</td><td align="right">15</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/msa.m3u</code></td></tr>
|
||||
<tr><td align="left">Malay (macrolanguage)</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/msa.m3u</code></td></tr>
|
||||
<tr><td align="left">Malayalam</td><td align="right">25</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mal.m3u</code></td></tr>
|
||||
<tr><td align="left">Mandarin Chinese</td><td align="right">112</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/cmn.m3u</code></td></tr>
|
||||
<tr><td align="left">Maori</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mri.m3u</code></td></tr>
|
||||
@@ -65,14 +65,14 @@
|
||||
<tr><td align="left">Portuguese</td><td align="right">100</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/por.m3u</code></td></tr>
|
||||
<tr><td align="left">Pushto</td><td align="right">5</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/pus.m3u</code></td></tr>
|
||||
<tr><td align="left">Romanian</td><td align="right">72</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ron.m3u</code></td></tr>
|
||||
<tr><td align="left">Russian</td><td align="right">403</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/rus.m3u</code></td></tr>
|
||||
<tr><td align="left">Russian</td><td align="right">404</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/rus.m3u</code></td></tr>
|
||||
<tr><td align="left">Serbian</td><td align="right">23</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/srp.m3u</code></td></tr>
|
||||
<tr><td align="left">Sinhala</td><td align="right">8</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/sin.m3u</code></td></tr>
|
||||
<tr><td align="left">Slovak</td><td align="right">32</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/slk.m3u</code></td></tr>
|
||||
<tr><td align="left">Slovenian</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/slv.m3u</code></td></tr>
|
||||
<tr><td align="left">Somali</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/som.m3u</code></td></tr>
|
||||
<tr><td align="left">Spanish</td><td align="right">572</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/spa.m3u</code></td></tr>
|
||||
<tr><td align="left">Swedish</td><td align="right">14</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/swe.m3u</code></td></tr>
|
||||
<tr><td align="left">Spanish</td><td align="right">563</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/spa.m3u</code></td></tr>
|
||||
<tr><td align="left">Swedish</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/swe.m3u</code></td></tr>
|
||||
<tr><td align="left">Tagalog</td><td align="right">9</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tgl.m3u</code></td></tr>
|
||||
<tr><td align="left">Tamil</td><td align="right">24</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tam.m3u</code></td></tr>
|
||||
<tr><td align="left">Thai</td><td align="right">17</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tha.m3u</code></td></tr>
|
||||
@@ -84,6 +84,6 @@
|
||||
<tr><td align="left">Vietnamese</td><td align="right">19</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/vie.m3u</code></td></tr>
|
||||
<tr><td align="left">Western Frisian</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fry.m3u</code></td></tr>
|
||||
<tr><td align="left">Yue Chinese</td><td align="right">12</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/yue.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">4811</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">5728</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -18,7 +18,7 @@ Also you can instead use one of these playlists:
|
||||
|
||||
Or select one of the playlists from the list below.
|
||||
|
||||
### By category
|
||||
### Playlists by category
|
||||
|
||||
<details>
|
||||
<summary>Expand</summary>
|
||||
@@ -29,7 +29,7 @@ Or select one of the playlists from the list below.
|
||||
|
||||
</details>
|
||||
|
||||
### By language
|
||||
### Playlists by language
|
||||
|
||||
<details>
|
||||
<summary>Expand</summary>
|
||||
@@ -40,7 +40,7 @@ Or select one of the playlists from the list below.
|
||||
|
||||
</details>
|
||||
|
||||
### By country
|
||||
### Playlists by country
|
||||
|
||||
<details>
|
||||
<summary>Expand</summary>
|
||||
|
||||
@@ -21,15 +21,15 @@
|
||||
|
||||
## Feature Requests
|
||||
|
||||
If you have an idea how to improve the project create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=discussion&template=feature-request.md&title=Propose%3A+xxx) with a detailed description of your idea.
|
||||
If you have an idea how to improve the project create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=discussion&template=----feature-request.md&title=Propose%3A+xxx) with a detailed description of your idea.
|
||||
|
||||
## Request a Channel
|
||||
|
||||
To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=channel+request&template=channel-request.md&title=Add%3A+xxx) and complete all details requested. (**IMPORTANT:** the issue should contain a request for only one channel, otherwise it will be closed immediately). Understand that our community of volunteers will try to help you, but if a public link cannot be found, there is little we can do.
|
||||
To request a channel, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=channel+request&template=------channel-request.md&title=Add%3A+xxx) and complete all details requested. (**IMPORTANT:** the issue should contain a request for only one channel, otherwise it will be closed immediately). Understand that our community of volunteers will try to help you, but if a public link cannot be found, there is little we can do.
|
||||
|
||||
## Report a Broken Stream
|
||||
|
||||
To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=broken-stream.md&title=Fix%3A+xxx) with a description of the channel (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately).
|
||||
To report a broadcast that is not working, create an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=----broken-stream.md&title=Fix%3A+xxx) with a description of the channel (**IMPORTANT:** an issue should contain a report for only one channel, otherwise it will be closed immediately).
|
||||
|
||||
## Add or Replace a Stream
|
||||
|
||||
@@ -154,7 +154,7 @@ If you did everything right, then by opening a playlist in a player that support
|
||||
## Request Channel Removal
|
||||
|
||||
- publish your DMCA notice somewhere
|
||||
- create an issue using this [link](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=DMCA&template=remove-channel.md&title=Remove%3A+xxx) and add a link to the DMCA notice in it
|
||||
- create an issue using this [link](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=DMCA&template=--remove-channel.md&title=Remove%3A+xxx) and add a link to the DMCA notice in it
|
||||
|
||||
## Make changes to README.md
|
||||
|
||||
@@ -234,11 +234,7 @@ http://example.com/stream.m3u8
|
||||
## Project Structure
|
||||
|
||||
- `.github/`
|
||||
- `ISSUE_TEMPLATE/`
|
||||
- `broken-stream.md`: issue template for reporting a broken stream.
|
||||
- `channel-request.md`: template for channel request.
|
||||
- `feature-request.md`: template for feature request.
|
||||
- `remove-channel.md`: template for channel deletion request.
|
||||
- `ISSUE_TEMPLATE/`: issue templates for this repository.
|
||||
- `workflows/`
|
||||
- `auto-update.yml`: contain actions that automatically updates all playlists every day.
|
||||
- `CODE_OF_CONDUCT.md`: rules you shouldn't break if you don't want to get banned.
|
||||
@@ -254,7 +250,9 @@ http://example.com/stream.m3u8
|
||||
- ...
|
||||
- `unsorted.m3u`: playlist with channels not yet sorted.
|
||||
- `scripts/`
|
||||
- `blacklist.json`: list of channels banned for addition to the repository.
|
||||
- `categories.json`: list of supported categories.
|
||||
- `db.js`: contains functions for retrieving and managing the channel list.
|
||||
- `format.js`: used within GitHub Action to sort channels and remove duplicates from each playlist.
|
||||
- `generate.js`: used within GitHub Action to generate all additional playlists.
|
||||
- `parser.js`: contains functions for parsing playlists.
|
||||
|
||||
84
README.md
84
README.md
@@ -18,7 +18,7 @@ Also you can instead use one of these playlists:
|
||||
|
||||
Or select one of the playlists from the list below.
|
||||
|
||||
### By category
|
||||
### Playlists by category
|
||||
|
||||
<details>
|
||||
<summary>Expand</summary>
|
||||
@@ -33,39 +33,39 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Auto</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/auto.m3u</code></td></tr>
|
||||
<tr><td align="left">Business</td><td align="right">76</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/business.m3u</code></td></tr>
|
||||
<tr><td align="left">Classic</td><td align="right">22</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/classic.m3u</code></td></tr>
|
||||
<tr><td align="left">Comedy</td><td align="right">14</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
|
||||
<tr><td align="left">Documentary</td><td align="right">33</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
|
||||
<tr><td align="left">Comedy</td><td align="right">21</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
|
||||
<tr><td align="left">Documentary</td><td align="right">38</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
|
||||
<tr><td align="left">Education</td><td align="right">25</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/education.m3u</code></td></tr>
|
||||
<tr><td align="left">Entertainment</td><td align="right">89</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
|
||||
<tr><td align="left">Family</td><td align="right">15</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
|
||||
<tr><td align="left">Fashion</td><td align="right">12</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/fashion.m3u</code></td></tr>
|
||||
<tr><td align="left">Food</td><td align="right">10</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/food.m3u</code></td></tr>
|
||||
<tr><td align="left">General</td><td align="right">216</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
|
||||
<tr><td align="left">Entertainment</td><td align="right">104</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
|
||||
<tr><td align="left">Family</td><td align="right">16</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
|
||||
<tr><td align="left">Fashion</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/fashion.m3u</code></td></tr>
|
||||
<tr><td align="left">Food</td><td align="right">11</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/food.m3u</code></td></tr>
|
||||
<tr><td align="left">General</td><td align="right">217</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
|
||||
<tr><td align="left">Health</td><td align="right">0</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/health.m3u</code></td></tr>
|
||||
<tr><td align="left">History</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/history.m3u</code></td></tr>
|
||||
<tr><td align="left">Hobby</td><td align="right">36</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/hobby.m3u</code></td></tr>
|
||||
<tr><td align="left">Hobby</td><td align="right">38</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/hobby.m3u</code></td></tr>
|
||||
<tr><td align="left">Kids</td><td align="right">78</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/kids.m3u</code></td></tr>
|
||||
<tr><td align="left">Legislative</td><td align="right">40</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/legislative.m3u</code></td></tr>
|
||||
<tr><td align="left">Lifestyle</td><td align="right">18</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/lifestyle.m3u</code></td></tr>
|
||||
<tr><td align="left">Lifestyle</td><td align="right">22</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/lifestyle.m3u</code></td></tr>
|
||||
<tr><td align="left">Local</td><td align="right">350</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/local.m3u</code></td></tr>
|
||||
<tr><td align="left">Movies</td><td align="right">122</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/movies.m3u</code></td></tr>
|
||||
<tr><td align="left">Music</td><td align="right">284</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
|
||||
<tr><td align="left">News</td><td align="right">384</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
|
||||
<tr><td align="left">Music</td><td align="right">287</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
|
||||
<tr><td align="left">News</td><td align="right">397</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
|
||||
<tr><td align="left">Quiz</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/quiz.m3u</code></td></tr>
|
||||
<tr><td align="left">Religious</td><td align="right">238</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
|
||||
<tr><td align="left">Religious</td><td align="right">240</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
|
||||
<tr><td align="left">Sci-Fi</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/sci-fi.m3u</code></td></tr>
|
||||
<tr><td align="left">Shop</td><td align="right">37</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/shop.m3u</code></td></tr>
|
||||
<tr><td align="left">Sport</td><td align="right">148</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/sport.m3u</code></td></tr>
|
||||
<tr><td align="left">Travel</td><td align="right">17</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
|
||||
<tr><td align="left">Sport</td><td align="right">154</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/sport.m3u</code></td></tr>
|
||||
<tr><td align="left">Travel</td><td align="right">18</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
|
||||
<tr><td align="left">Weather</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/weather.m3u</code></td></tr>
|
||||
<tr><td align="left">XXX</td><td align="right">69</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/xxx.m3u</code></td></tr>
|
||||
<tr><td align="left">Other</td><td align="right">8383</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/other.m3u</code></td></tr>
|
||||
<tr><td align="left">Other</td><td align="right">9230</td><td align="left"><code>https://iptv-org.github.io/iptv/categories/other.m3u</code></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</details>
|
||||
|
||||
### By language
|
||||
### Playlists by language
|
||||
|
||||
<details>
|
||||
<summary>Expand</summary>
|
||||
@@ -80,7 +80,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Akan</td><td align="right">2</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/aka.m3u</code></td></tr>
|
||||
<tr><td align="left">Albanian</td><td align="right">34</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/sqi.m3u</code></td></tr>
|
||||
<tr><td align="left">Amharic</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/amh.m3u</code></td></tr>
|
||||
<tr><td align="left">Arabic</td><td align="right">338</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ara.m3u</code></td></tr>
|
||||
<tr><td align="left">Arabic</td><td align="right">339</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ara.m3u</code></td></tr>
|
||||
<tr><td align="left">Armenian</td><td align="right">29</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hye.m3u</code></td></tr>
|
||||
<tr><td align="left">Assyrian Neo-Aramaic</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/aii.m3u</code></td></tr>
|
||||
<tr><td align="left">Azerbaijani</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/aze.m3u</code></td></tr>
|
||||
@@ -95,10 +95,10 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Czech</td><td align="right">24</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ces.m3u</code></td></tr>
|
||||
<tr><td align="left">Danish</td><td align="right">9</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/dan.m3u</code></td></tr>
|
||||
<tr><td align="left">Dutch</td><td align="right">66</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/nld.m3u</code></td></tr>
|
||||
<tr><td align="left">English</td><td align="right">1763</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
|
||||
<tr><td align="left">English</td><td align="right">1766</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
|
||||
<tr><td align="left">Estonian</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/est.m3u</code></td></tr>
|
||||
<tr><td align="left">Faroese</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fao.m3u</code></td></tr>
|
||||
<tr><td align="left">Finnish</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fin.m3u</code></td></tr>
|
||||
<tr><td align="left">Finnish</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fin.m3u</code></td></tr>
|
||||
<tr><td align="left">French</td><td align="right">199</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fra.m3u</code></td></tr>
|
||||
<tr><td align="left">Galician</td><td align="right">10</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/glg.m3u</code></td></tr>
|
||||
<tr><td align="left">Georgian</td><td align="right">8</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/kat.m3u</code></td></tr>
|
||||
@@ -107,7 +107,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Hindi</td><td align="right">120</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hin.m3u</code></td></tr>
|
||||
<tr><td align="left">Hungarian</td><td align="right">15</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/hun.m3u</code></td></tr>
|
||||
<tr><td align="left">Icelandic</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/isl.m3u</code></td></tr>
|
||||
<tr><td align="left">Indonesian</td><td align="right">32</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ind.m3u</code></td></tr>
|
||||
<tr><td align="left">Indonesian</td><td align="right">34</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ind.m3u</code></td></tr>
|
||||
<tr><td align="left">Inuktitut</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/iku.m3u</code></td></tr>
|
||||
<tr><td align="left">Italian</td><td align="right">159</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ita.m3u</code></td></tr>
|
||||
<tr><td align="left">Japanese</td><td align="right">40</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/jpn.m3u</code></td></tr>
|
||||
@@ -123,7 +123,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Lithuanian</td><td align="right">5</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/lit.m3u</code></td></tr>
|
||||
<tr><td align="left">Luxembourgish</td><td align="right">4</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ltz.m3u</code></td></tr>
|
||||
<tr><td align="left">Macedonian</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mkd.m3u</code></td></tr>
|
||||
<tr><td align="left">Malay (macrolanguage)</td><td align="right">15</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/msa.m3u</code></td></tr>
|
||||
<tr><td align="left">Malay (macrolanguage)</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/msa.m3u</code></td></tr>
|
||||
<tr><td align="left">Malayalam</td><td align="right">25</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mal.m3u</code></td></tr>
|
||||
<tr><td align="left">Mandarin Chinese</td><td align="right">112</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/cmn.m3u</code></td></tr>
|
||||
<tr><td align="left">Maori</td><td align="right">3</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/mri.m3u</code></td></tr>
|
||||
@@ -139,14 +139,14 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Portuguese</td><td align="right">100</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/por.m3u</code></td></tr>
|
||||
<tr><td align="left">Pushto</td><td align="right">5</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/pus.m3u</code></td></tr>
|
||||
<tr><td align="left">Romanian</td><td align="right">72</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/ron.m3u</code></td></tr>
|
||||
<tr><td align="left">Russian</td><td align="right">403</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/rus.m3u</code></td></tr>
|
||||
<tr><td align="left">Russian</td><td align="right">404</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/rus.m3u</code></td></tr>
|
||||
<tr><td align="left">Serbian</td><td align="right">23</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/srp.m3u</code></td></tr>
|
||||
<tr><td align="left">Sinhala</td><td align="right">8</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/sin.m3u</code></td></tr>
|
||||
<tr><td align="left">Slovak</td><td align="right">32</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/slk.m3u</code></td></tr>
|
||||
<tr><td align="left">Slovenian</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/slv.m3u</code></td></tr>
|
||||
<tr><td align="left">Somali</td><td align="right">6</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/som.m3u</code></td></tr>
|
||||
<tr><td align="left">Spanish</td><td align="right">572</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/spa.m3u</code></td></tr>
|
||||
<tr><td align="left">Swedish</td><td align="right">14</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/swe.m3u</code></td></tr>
|
||||
<tr><td align="left">Spanish</td><td align="right">563</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/spa.m3u</code></td></tr>
|
||||
<tr><td align="left">Swedish</td><td align="right">13</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/swe.m3u</code></td></tr>
|
||||
<tr><td align="left">Tagalog</td><td align="right">9</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tgl.m3u</code></td></tr>
|
||||
<tr><td align="left">Tamil</td><td align="right">24</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tam.m3u</code></td></tr>
|
||||
<tr><td align="left">Thai</td><td align="right">17</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/tha.m3u</code></td></tr>
|
||||
@@ -158,13 +158,13 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">Vietnamese</td><td align="right">19</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/vie.m3u</code></td></tr>
|
||||
<tr><td align="left">Western Frisian</td><td align="right">1</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/fry.m3u</code></td></tr>
|
||||
<tr><td align="left">Yue Chinese</td><td align="right">12</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/yue.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">4811</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">5728</td><td align="left"><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</details>
|
||||
|
||||
### By country
|
||||
### Playlists by country
|
||||
|
||||
<details>
|
||||
<summary>Expand</summary>
|
||||
@@ -180,7 +180,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇦🇱 Albania</td><td align="right">35</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/al.m3u</code></td></tr>
|
||||
<tr><td align="left">🇩🇿 Algeria</td><td align="right">51</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/dz.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇸 American Samoa</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/as.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇩 Andorra</td><td align="right">26</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇩 Andorra</td><td align="right">27</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇴 Angola</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ao.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇮 Anguilla</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ai.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇬 Antigua & Barbuda</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ag.m3u</code></td></tr>
|
||||
@@ -191,7 +191,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇦🇹 Austria</td><td align="right">52</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/at.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇿 Azerbaijan</td><td align="right">27</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/az.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇸 Bahamas</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bs.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇭 Bahrain</td><td align="right">56</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇭 Bahrain</td><td align="right">55</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇩 Bangladesh</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bd.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇧 Barbados</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇾 Belarus</td><td align="right">24</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/by.m3u</code></td></tr>
|
||||
@@ -200,7 +200,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇧🇯 Benin</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bj.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇲 Bermuda</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇹 Bhutan</td><td align="right">10</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bt.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇴 Bolivia</td><td align="right">36</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇴 Bolivia</td><td align="right">24</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇦 Bosnia</td><td align="right">26</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ba.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇼 Botswana</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bw.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇷 Brazil</td><td align="right">82</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/br.m3u</code></td></tr>
|
||||
@@ -239,12 +239,12 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇸🇻 El Salvador</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sv.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇶 Equatorial Guinea</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/gq.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇷 Eritrea</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/er.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇪 Estonia</td><td align="right">17</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇪 Estonia</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇿 Eswatini</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sz.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇹 Ethiopia</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/et.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇴 Faroe Islands</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇯 Fiji</td><td align="right">9</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fj.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇮 Finland</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇮 Finland</td><td align="right">13</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
|
||||
<tr><td align="left">🇫🇷 France</td><td align="right">184</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/fr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇫 French Guiana</td><td align="right">9</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/gf.m3u</code></td></tr>
|
||||
<tr><td align="left">🇵🇫 French Polynesia</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pf.m3u</code></td></tr>
|
||||
@@ -277,7 +277,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇮🇹 Italy</td><td align="right">179</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/it.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇲 Jamaica</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇵 Japan</td><td align="right">51</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jp.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇴 Jordan</td><td align="right">49</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇯🇴 Jordan</td><td align="right">50</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇿 Kazakhstan</td><td align="right">31</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kz.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇪 Kenya</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ke.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇮 Kiribati</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ki.m3u</code></td></tr>
|
||||
@@ -286,7 +286,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇰🇬 Kyrgyzstan</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kg.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇦 Laos</td><td align="right">10</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/la.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇻 Latvia</td><td align="right">17</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lv.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇧 Lebanon</td><td align="right">73</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇧 Lebanon</td><td align="right">74</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇸 Lesotho</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ls.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇷 Liberia</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇾 Libya</td><td align="right">54</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ly.m3u</code></td></tr>
|
||||
@@ -329,7 +329,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇰🇵 North Korea</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kp.m3u</code></td></tr>
|
||||
<tr><td align="left">🇲🇰 North Macedonia</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/mk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇲🇵 Northern Mariana Islands</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/mp.m3u</code></td></tr>
|
||||
<tr><td align="left">🇳🇴 Norway</td><td align="right">42</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
|
||||
<tr><td align="left">🇳🇴 Norway</td><td align="right">40</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
|
||||
<tr><td align="left">🇴🇲 Oman</td><td align="right">50</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/om.m3u</code></td></tr>
|
||||
<tr><td align="left">🇵🇰 Pakistan</td><td align="right">24</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇵🇼 Palau</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pw.m3u</code></td></tr>
|
||||
@@ -345,7 +345,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇵🇷 Puerto Rico</td><td align="right">19</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇶🇦 Qatar</td><td align="right">57</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/qa.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇴 Romania</td><td align="right">68</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ro.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇺 Russia</td><td align="right">382</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇺 Russia</td><td align="right">383</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇼 Rwanda</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/rw.m3u</code></td></tr>
|
||||
<tr><td align="left">🇷🇪 Réunion</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/re.m3u</code></td></tr>
|
||||
<tr><td align="left">🇼🇸 Samoa</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ws.m3u</code></td></tr>
|
||||
@@ -361,10 +361,10 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇸🇮 Slovenia</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/si.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇧 Solomon Islands</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sb.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇴 Somalia</td><td align="right">51</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/so.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇦 South Africa</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/za.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇦 South Africa</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/za.m3u</code></td></tr>
|
||||
<tr><td align="left">🇰🇷 South Korea</td><td align="right">126</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/kr.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇸 South Sudan</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ss.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇸 Spain</td><td align="right">285</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇸 Spain</td><td align="right">293</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
|
||||
<tr><td align="left">🇱🇰 Sri Lanka</td><td align="right">32</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/lk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇧🇱 St. Barthélemy</td><td align="right">10</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/bl.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇭 St. Helena</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sh.m3u</code></td></tr>
|
||||
@@ -374,7 +374,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇵🇲 St. Pierre & Miquelon</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/pm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇻🇨 St. Vincent & Grenadines</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/vc.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇩 Sudan</td><td align="right">48</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sd.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇪 Sweden</td><td align="right">29</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/se.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇪 Sweden</td><td align="right">26</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/se.m3u</code></td></tr>
|
||||
<tr><td align="left">🇨🇭 Switzerland</td><td align="right">107</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ch.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇾 Syria</td><td align="right">62</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/sy.m3u</code></td></tr>
|
||||
<tr><td align="left">🇸🇹 São Tomé & Príncipe</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/st.m3u</code></td></tr>
|
||||
@@ -396,7 +396,7 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇺🇬 Uganda</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ug.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇦 Ukraine</td><td align="right">119</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ua.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇪 United Arab Emirates</td><td align="right">80</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ae.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇧 United Kingdom</td><td align="right">116</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇬🇧 United Kingdom</td><td align="right">118</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇸 United States</td><td align="right">1522</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/us.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇾 Uruguay</td><td align="right">12</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uy.m3u</code></td></tr>
|
||||
<tr><td align="left">🇺🇿 Uzbekistan</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/uz.m3u</code></td></tr>
|
||||
@@ -407,10 +407,10 @@ Or select one of the playlists from the list below.
|
||||
<tr><td align="left">🇼🇫 Wallis & Futuna</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/wf.m3u</code></td></tr>
|
||||
<tr><td align="left">🇪🇭 Western Sahara</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/eh.m3u</code></td></tr>
|
||||
<tr><td align="left">🇾🇪 Yemen</td><td align="right">53</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ye.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇲 Zambia</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/zm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇲 Zambia</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/zm.m3u</code></td></tr>
|
||||
<tr><td align="left">🇿🇼 Zimbabwe</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/zw.m3u</code></td></tr>
|
||||
<tr><td align="left">🇦🇽 Åland Islands</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/ax.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">4123</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/undefined.m3u</code></td></tr>
|
||||
<tr><td align="left">Undefined</td><td align="right">5036</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/countries/undefined.m3u</code></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1 tvg-id="AM.ad" tvg-name="AM" tvg-country="AD" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/rtva.andorra/picture?width=320&height=320" group-title="",AM
|
||||
https://videos.rtva.ad/live/am/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RTVA.ad" tvg-name="RTVA" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",RTVA (720p)
|
||||
#EXTINF:-1 tvg-id="ATV.ad" tvg-name="ATV" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",ATV (720p)
|
||||
http://videos.rtva.ad:1935/live/web/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RTVA.ad" tvg-name="RTVA" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",RTVA (720p)
|
||||
#EXTINF:-1 tvg-id="ATV.ad" tvg-name="ATV" tvg-country="AD" tvg-language="Catalan" tvg-logo="https://i.imgur.com/kJCjeQ4.png" group-title="",ATV (720p)
|
||||
https://videos.rtva.ad/live/rtva/playlist.m3u8
|
||||
|
||||
@@ -1,51 +1,27 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1 tvg-id="ATB.bo" tvg-name="ATB" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/DCAtokY.png" group-title="",ATB (360p)
|
||||
http://186.121.206.197/live/daniel/index.m3u8
|
||||
#EXTINF:-1 tvg-id="ATBCochabamba.bo" tvg-name="ATB Cochabamba" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/oszItYJ.jpg" group-title="",ATB Cochabamba (360p)
|
||||
#EXTINF:-1 tvg-id="ATB.bo" tvg-name="ATB" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/oszItYJ.jpg" group-title="",ATB (360p)
|
||||
https://mediacp.hostradios.com.ar:19360/atbcochabamba/atbcochabamba.m3u8
|
||||
#EXTINF:-1 tvg-id="ATBLaPaz.bo" tvg-name="ATB La Paz" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/oszItYJ.jpg" group-title="",ATB La Paz (340p)
|
||||
https://clientes.videostreaming.ar:19360/atbbolivia/atbbolivia.m3u8
|
||||
#EXTINF:-1 tvg-id="BoliviaTV.bo" tvg-name="Bolivia TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="http://www.boliviatv.bo/principal/assets/images/the-voyager/btv1.png" group-title="",Bolivia TV (720p)
|
||||
http://boliviatv1.srfms.com:5735/live/livestream/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="boliviatv.bo" tvg-name="Bolivia TV 2" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zTLGdj.jpg" group-title="",Bolivia TV 7.2 (720p)
|
||||
#EXTINF:-1 tvg-id="BoliviaTV72.bo" tvg-name="Bolivia TV 7.2" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zTLGdj.jpg" group-title="",Bolivia TV 7.2 (720p)
|
||||
https://video1.getstreamhosting.com:1936/8224/8224/chunklist_w1684483949.m3u8
|
||||
#EXTINF:-1 tvg-id="boliviatv.bo" tvg-name="Bolivia TV 2" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zTLGdj.jpg" group-title="",Bolivia TV 7.2 (720p)
|
||||
#EXTINF:-1 tvg-id="BoliviaTV72.bo" tvg-name="Bolivia TV 7.2" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1zTLGdj.jpg" group-title="",Bolivia TV 7.2 (720p)
|
||||
https://video1.getstreamhosting.com:1936/8224/8224/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="redbolivision.tv.bo" tvg-name="Bolivisión" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/KE0CrW7.png" group-title="",Bolivisión (486p)
|
||||
#EXTINF:-1 tvg-id="Bolivision.bo" tvg-name="Bolivisión" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/KE0CrW7.png" group-title="",Bolivisión (486p)
|
||||
https://bo-bolivision-lapaz-live.ned.media/bolivision/smil:lapaz.smil/chunklist_b1200000.m3u8?iut=eyJwYXJhbXMiOnsiZXhwIjoxNjE4MDI2MjY0LCJzZXNzaW9uIjoiMTc0LjkyLjE4Ny4yNDgiLCJ3aGl0ZWxpc3QiOlsiMTc0LjkyLjE4Ny4yNDgiXX0sInNpZ25hdHVyZSI6IjU1YTc3ZjJmZDU4N2RiNWJiOTA5M2ZlMjMyMTkzMjdiMDRjY2YxZGUifQ
|
||||
#EXTINF:-1 tvg-id="megatv.com.bo" tvg-name="MEGA TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/j7opA5I.png" group-title="",MEGA TV YACUIBA (720p)
|
||||
#EXTINF:-1 tvg-id="MegaTV.bo" tvg-name="Mega TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/j7opA5I.png" group-title="",Mega TV (Yacuiba) (720p)
|
||||
https://stmv.panel.mivideo.pro/rtv/rtv/chunklist_w849315537.m3u8
|
||||
#EXTINF:-1 tvg-id="megatv.com.bo" tvg-name="MEGA TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/j7opA5I.png" group-title="",MEGA TV YACUIBA (720p)
|
||||
#EXTINF:-1 tvg-id="MegaTV.bo" tvg-name="Mega TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/j7opA5I.png" group-title="",Mega TV (Yacuiba) (720p)
|
||||
https://stmv.panel.mivideo.pro/rtv/rtv/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="redpat.tv" tvg-name="patlapaz" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7TvJkkq.png" group-title="",PAT HD (1080p)
|
||||
https://5975e06a1f292.streamlock.net:4443/patbolivia/patlapaz/chunklist_w1596425577.m3u8
|
||||
#EXTINF:-1 tvg-id="redpat.tv" tvg-name="patlapaz" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7TvJkkq.png" group-title="",PAT HD (1080p)
|
||||
https://5975e06a1f292.streamlock.net:4443/patbolivia/patlapaz/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="redpat.tv" tvg-name="patsantacruz" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7TvJkkq.png" group-title="",PAT Plus SD (1080p)
|
||||
https://5975e06a1f292.streamlock.net:4443/patbolivia/patsantacruz/chunklist_w875463081.m3u8
|
||||
#EXTINF:-1 tvg-id="redpat.tv" tvg-name="patsantacruz" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/7TvJkkq.png" group-title="",PAT Plus SD (1080p)
|
||||
https://5975e06a1f292.streamlock.net:4443/patbolivia/patsantacruz/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RedADVenir.bo" tvg-name="Red ADVenir" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/gXHwjSg.jpg" group-title="",Red ADVenir (360p)
|
||||
https://streamer1.streamhost.org/salive/GMIredadvenirm/chunklist.m3u8
|
||||
#EXTINF:-1 tvg-id="RedADVenir.bo" tvg-name="Red ADVenir" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/gXHwjSg.jpg" group-title="",Red ADVenir (360p)
|
||||
https://streamer1.streamhost.org/salive/GMIredadvenirm/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RedUnoCochabamba.bo" tvg-name="Red Uno (Cochabamba)" tvg-country="BO" tvg-language="" tvg-logo="" group-title="",Red Uno (Cochabamba)
|
||||
https://ott.streann.com/loadbalancer/services/public/channels/5ea9f31a2cdc654acd294aaf/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RedUnoLaPaz.bo" tvg-name="Red Uno (La Paz)" tvg-country="BO" tvg-language="" tvg-logo="" group-title="",Red Uno (La Paz)
|
||||
https://ott.streann.com/loadbalancer/services/public/channels/5ea9f3ab2cdc31ce152b0097/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RedUnoSantaCruz.bo" tvg-name="Red Uno (Santa Cruz)" tvg-country="BO" tvg-language="" tvg-logo="" group-title="",Red Uno (Santa Cruz)
|
||||
https://ott.streann.com/loadbalancer/services/public/channels/5ea9f2d22cdc31ce152b0090/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RTP.bo" tvg-name="RTP" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/RmBR5sM.png" group-title="",RTP (720p)
|
||||
http://136.243.3.70:1935/RtpBolivia/RtpBolivia/chunklist_w610457049.m3u8
|
||||
#EXTINF:-1 tvg-id="RTP.bo" tvg-name="RTP" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/eTDc0wd.jpg" group-title="",RTP (720p)
|
||||
http://136.243.3.70:1935/RtpBolivia/RtpBolivia/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="TVU.bo" tvg-name="TVU" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/YdiF5k6.png" group-title="",TVU (276p)
|
||||
http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/chunklist.m3u8
|
||||
#EXTINF:-1 tvg-id="TVUSucre.bo" tvg-name="TVU Sucre" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/sOae4Nb.png" group-title="",TVU Sucre (1200p)
|
||||
https://solo.disfrutaenlared.com:1936/tuch/mp4:tuch_1080p/chunklist_w303129759.m3u8
|
||||
#EXTINF:-1 tvg-id="TVUSucre.bo" tvg-name="TVU Sucre" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/sOae4Nb.png" group-title="",TVU Sucre (1200p)
|
||||
https://solo.disfrutaenlared.com:1936/tuch/mp4:tuch_1080p/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="redbolivision.tv.bo" tvg-name="UPP TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://www.redbolivision.tv.bo/wp-content/uploads/2021/01/link-upp-tv.png" group-title="",UPP TV (720p)
|
||||
https://bo-bolivision-santacruz-live.ned.media/bolivision/smil:santacruz.smil/chunklist_b1200000.m3u8?iut=eyJwYXJhbXMiOnsiZXhwIjoxNjE4MDI2MzkwLCJzZXNzaW9uIjoiMTc0LjkyLjE4Ny4yNDgiLCJ3aGl0ZWxpc3QiOlsiMTc0LjkyLjE4Ny4yNDgiXX0sInNpZ25hdHVyZSI6IjgzNGM0MWJlNWNiNTRmYmY3OWRlOTY5YjZmOGIyYWE3ZGJlNDI1YTEifQ
|
||||
#EXTINF:-1 tvg-id="XtoTV.bo" tvg-name="Xto TV" tvg-country="BO" tvg-language="Spanish" tvg-logo="https://i.imgur.com/p0lsIBW.png" group-title="",Xto TV (404p)
|
||||
http://www.channel.tevemi.com:1935/XtoTv/XtoTv/chunklist.m3u8
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1 tvg-id="ZNSNetwork.bs" tvg-name="ZNS Network" tvg-country="BS" tvg-language="English" tvg-logo="https://znsbahamas.com/wp-content/uploads/2017/12/ZNS-PL-1.png" group-title="",PARLIAMENT - ZNS BAHAMAS (720p)
|
||||
#EXTINF:-1 tvg-id="ParliamentaryChannel.bs" tvg-name="Parliamentary Channel" tvg-country="BS" tvg-language="English" tvg-logo="" group-title="",Parliamentary Channel (720p)
|
||||
https://cloud.streamcomedia.com/parliamentarychannel/smil:parliamentarychannel_streams.smil/chunklist_w546622749_b1228000_sleng.m3u8
|
||||
#EXTINF:-1 tvg-id="ZNSNetwork.bs" tvg-name="ZNS Network" tvg-country="BS" tvg-language="English" tvg-logo="https://znsbahamas.com/wp-content/uploads/2017/12/ZNS-PL-1.png" group-title="",PARLIAMENT - ZNS BAHAMAS (720p)
|
||||
#EXTINF:-1 tvg-id="ParliamentaryChannel.bs" tvg-name="Parliamentary Channel" tvg-country="BS" tvg-language="English" tvg-logo="" group-title="",Parliamentary Channel (720p)
|
||||
https://cloud.streamcomedia.com/parliamentarychannel/smil:parliamentarychannel_streams.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ZNSNetwork.bs" tvg-name="ZNS Network" tvg-country="BS" tvg-language="English" tvg-logo="https://live-tv-channels.org/pt-data/uploads/logo/bs-zns-network-3813-300x225.jpg" group-title="",ZNS Network (1080p)
|
||||
#EXTINF:-1 tvg-id="ZNSTV.bs" tvg-name="ZNS TV" tvg-country="BS" tvg-language="English" tvg-logo="https://znsbahamas.com/wp-content/uploads/2017/12/ZNS-PL-1.png" group-title="",ZNS TV (1080p)
|
||||
https://cloud.streamcomedia.com/znstv/smil:znstv_streams.smil/playlist.m3u8
|
||||
|
||||
@@ -7,6 +7,16 @@ https://hlsliveamdgl0-lh.akamaihd.net/i/hlslive_1@586403/master.m3u8
|
||||
https://hlsliveamdgl0-lh.akamaihd.net/i/hlslive_1@586404/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Plus24.es" tvg-name="+24" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",+24
|
||||
https://hlsliveamdgl0-lh.akamaihd.net/i/hlslive_1@586405/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Plustdp.es" tvg-name="+tdp" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",+tdp [Geo-blocked]
|
||||
https://hlsliveamdgl1-lh.akamaihd.net/i/hlslive_1@125698/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Plustdp.es" tvg-name="+tdp" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",+tdp [Geo-blocked]
|
||||
https://hlsliveamdgl1-lh.akamaihd.net/i/hlslive_1@125699/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Plustdp.es" tvg-name="+tdp" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",+tdp [Geo-blocked]
|
||||
https://hlsliveamdgl1-lh.akamaihd.net/i/hlslive_1@125702/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Plustdp.es" tvg-name="+tdp" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",+tdp [Geo-blocked]
|
||||
https://hlsliveamdgl1-lh.akamaihd.net/i/hlslive_1@125703/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Plustdp.es" tvg-name="+tdp" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",+tdp [Geo-blocked]
|
||||
https://hlsliveamdgl1-lh.akamaihd.net/i/hlslive_1@143656/master.m3u8
|
||||
#EXTINF:-1 tvg-id="101TeleAntequera.es" tvg-name="101 Tele Antequera" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/ZhvkYeg.jpg" group-title="Music",101 Tele Antequera
|
||||
https://limited38.todostreaming.es/live/101tv-AntequeraHD.m3u8
|
||||
#EXTINF:-1 tvg-id="101TVMalaga.es" tvg-name="101TV Malaga" tvg-country="ES" tvg-language="Spanish" tvg-logo="https://i.imgur.com/CXHLhZD.png" group-title="News",101TV Malaga
|
||||
@@ -247,6 +257,10 @@ https://hlsliveamdgl7-lh.akamaihd.net/i/hlslive_1@117262/master.m3u8
|
||||
https://rtvelivestream.akamaized.net/la1_cat_main_dvr.m3u8
|
||||
#EXTINF:-1 tvg-id="La2.es" tvg-name="La 2" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/1168862725369413632/pogqv5Ob_400x400.png" group-title="Documentary",La 2 (720p)
|
||||
https://hlsliveamdgl0-lh.akamaihd.net/i/hlsdvrlive_1@60531/master.m3u8
|
||||
#EXTINF:-1 tvg-id="La2.es" tvg-name="La 2" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/1168862725369413632/pogqv5Ob_400x400.png" group-title="Documentary",La 2 (720p)
|
||||
https://rtvelivestream.akamaized.net/la2_bkp_dvr.m3u8
|
||||
#EXTINF:-1 tvg-id="La2.es" tvg-name="La 2" tvg-country="ES;AD" tvg-language="Spanish" tvg-logo="https://pbs.twimg.com/profile_images/1168862725369413632/pogqv5Ob_400x400.png" group-title="Documentary",La 2 (720p)
|
||||
https://rtvelivestream.akamaized.net/la2_main_dvr.m3u8
|
||||
#EXTINF:-1 tvg-id="La8Avila.es" tvg-name="La 8 Avila" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 8 Avila
|
||||
https://cdnlive.shooowit.net/la8avilalive/smil:streamswitchingchannel.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="La8Bierzo.es" tvg-name="La 8 Bierzo" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",La 8 Bierzo
|
||||
@@ -477,6 +491,10 @@ https://cdn01.yowi.tv/36MLCJRAR2/36MLCJRAR2.m3u8
|
||||
http://video.telesafor.com/hls/video.m3u8
|
||||
#EXTINF:-1 tvg-id="TeleSagunto.es" tvg-name="Tele Sagunto" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Tele Sagunto
|
||||
https://5940924978228.streamlock.net/Directo1_1/smil:Directo1_1.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="Tdp.es" tvg-name="Teledeporte" tvg-country="ES" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Tve_teledeporte.png/800px-Tve_teledeporte.png" group-title="",Teledeporte [Geo-blocked]
|
||||
https://rtvelivestream.akamaized.net/tdp_bkp_dvr.m3u8
|
||||
#EXTINF:-1 tvg-id="Tdp.es" tvg-name="Teledeporte" tvg-country="ES" tvg-language="" tvg-logo="https://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Tve_teledeporte.png/800px-Tve_teledeporte.png" group-title="",Teledeporte [Geo-blocked]
|
||||
https://rtvelivestream.akamaized.net/tdp_main_dvr.m3u8
|
||||
#EXTINF:-1 tvg-id="TeleGilena.es" tvg-name="TeleGilena" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",TeleGilena
|
||||
https://5940924978228.streamlock.net/Directo1/Directo1/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Telemadrid.es" tvg-name="Telemadrid" tvg-country="ES" tvg-language="" tvg-logo="" group-title="",Telemadrid
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1 tvg-id="TaivasTV7.fi" tvg-name="Taivas TV7" tvg-country="FI;SE;EE" tvg-language="Finnish" tvg-logo="https://i.imgur.com/pIYSEUN.jpg" group-title="",Taivas TV7 (720p)
|
||||
#EXTINF:-1 tvg-id="TV7.fi" tvg-name="TV7" tvg-country="FI;SE;EE" tvg-language="Finnish" tvg-logo="https://i.imgur.com/pIYSEUN.jpg" group-title="",TV7 (720p)
|
||||
http://vod.tv7.fi:1935/tv7-fi/tv7-fi.stream_720p/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="Yle TV1 FI" tvg-name="Yle TV1 FI" tvg-country="FI;EE;SE;NO" tvg-language="Finnish" tvg-logo="https://i.imgur.com/MTZM0k5.png" group-title="",Yle TV1 (720p)
|
||||
https://yletvhdliveworld-lh.akamaihd.net/i/yletv1hdworld_1@187592/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Yle TV2 FI" tvg-name="Yle TV2 FI" tvg-country="FI;EE;SE;NO" tvg-language="Finnish" tvg-logo="https://i.imgur.com/SHLh731.png" group-title="",Yle TV2 (720p)
|
||||
https://yletvhdliveworld-lh.akamaihd.net/i/yletv2hdworld_1@187593/master.m3u8
|
||||
|
||||
@@ -41,9 +41,9 @@ https://abp-i.akamaihd.net/hls/live/765529/abphindi/master.m3u8
|
||||
http://ammacable.com:1935/acn/acncinema/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ACNMusic.in" tvg-name="ACN Music" tvg-country="IN" tvg-language="Tamil" tvg-logo="" group-title="Music",ACN Music (1080p)
|
||||
http://ammacable.com:1935/acn/acnmusic/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ACV.in" tvg-name="ACV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/acv.png" group-title="",ACV
|
||||
#EXTINF:-1 tvg-id="ACV.in" tvg-name="ACV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/FNBkLUA.jpg" group-title="",ACV
|
||||
https://acv.asianetmobiletvplus.com/webstreams/8f8e72769cb3e3a6e27c220e1e3887b8.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ACVJukebox.in" tvg-name="ACV Jukebox" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/acvjukee.png" group-title="",ACV Jukebox (404p)
|
||||
#EXTINF:-1 tvg-id="ACVJukebox.in" tvg-name="ACV Jukebox" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/1L4YTlE.jpg" group-title="",ACV Jukebox (404p)
|
||||
https://acv.asianetmobiletvplus.com/webstreams/acvjukebox_awannbgiynqynhufohawnvbmlgglfpuc/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="ACVNews.in" tvg-name="ACV News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/acv_in_news.png" group-title="News",ACV News
|
||||
https://acv.asianetmobiletvplus.com/webstreams/3e85eb4c12bd2110d3f495676205d50a.smil/playlist.m3u8
|
||||
@@ -57,7 +57,7 @@ http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8
|
||||
https://d39iawgzv3h0yo.cloudfront.net/out/v1/1ef4344a3b4a41908915d58ac7bd5e23/index.m3u8
|
||||
#EXTINF:-1 tvg-id="AmarUjala.in" tvg-name="Amar Ujala" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",Amar Ujala (360p)
|
||||
https://streamcdn.amarujala.com/live/smil:stream1.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="AmritaTV.in" tvg-name="Amrita TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/amrita_tv-1.png" group-title="Entertainment",Amrita TV (576p)
|
||||
#EXTINF:-1 tvg-id="AmritaTV.in" tvg-name="Amrita TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://www.amritatv.com/vf-image/amritatv_logo.png" group-title="Entertainment",Amrita TV (576p)
|
||||
http://103.199.161.254/Content/amrita/Live/Channel(Amrita)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="Anjan.in" tvg-name="Anjan" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Anjan (720p)
|
||||
https://f3.vstream.online:7443/bstb/ngrp:anjan_hdall/playlist.m3u8
|
||||
@@ -65,7 +65,7 @@ https://f3.vstream.online:7443/bstb/ngrp:anjan_hdall/playlist.m3u8
|
||||
http://ammacable.com:1935/acn/arasantv/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="AsianetNews.in" tvg-name="Asianet News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/89LBgkl.png" group-title="News",Asianet News (576p)
|
||||
http://103.199.161.254/Content/asianetnews/Live/Channel(Asianetnews)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="AsianetNews.in" tvg-name="Asianet News" tvg-country="IN" tvg-language="English" tvg-logo="https://static.asianetnews.com/v1/images/malayalam-live-tv.jpg" group-title="News",Asianet News
|
||||
#EXTINF:-1 tvg-id="AsianetNews.in" tvg-name="Asianet News" tvg-country="IN" tvg-language="English" tvg-logo="https://i.imgur.com/89LBgkl.png" group-title="News",Asianet News
|
||||
https://vidcdn.vidgyor.com/asianet-origin/liveabr/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="AsianetNewsBangla.in" tvg-name="Asianet News Bangla" tvg-country="IN" tvg-language="" tvg-logo="https://static.asianetnews.com/v1/images/bangla_logo.png" group-title="News",Asianet News Bangla
|
||||
https://vidcdn.vidgyor.com/rplus-origin/rplusasianetlive/playlist.m3u8
|
||||
@@ -125,7 +125,7 @@ https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8
|
||||
https://cnbctv18-lh.akamaihd.net/i/cnbctv18_1@174868/index_5_av-p.m3u8?sd=10
|
||||
#EXTINF:-1 tvg-id="CNNNews18.in" tvg-name="CNN-News18" tvg-country="IN" tvg-language="English" tvg-logo="" group-title="News",CNN-News18
|
||||
https://vootlive-i.akamaihd.net/hls/live/799896/cnnnews18voot/master_5.m3u8
|
||||
#EXTINF:-1 tvg-id="DDMalayalam.in" tvg-name="DD Malayalam" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/dd_malayalam-1.png" group-title="Entertainment",DD Malayalam (576p)
|
||||
#EXTINF:-1 tvg-id="DDMalayalam.in" tvg-name="DD Malayalam" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/9HfMVKs.jpg" group-title="Entertainment",DD Malayalam (576p)
|
||||
http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="DDNational.in" tvg-name="DD National" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/dd_national.png" group-title="Entertainment",DD National (576p)
|
||||
http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8
|
||||
@@ -151,7 +151,7 @@ https://etnowweblive-lh.akamaihd.net/i/ETN_1@348070/master.m3u8
|
||||
https://fash1043.cloudycdn.services/slive/_definst_/ftv_pg16_adaptive.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="FASTWAYNEWS.in" tvg-name="FASTWAY NEWS" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",FASTWAY NEWS (720p)
|
||||
http://163.47.214.155:1935/fwnews/live/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="FlowersTV.in" tvg-name="Flowers TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/FLOWERS.jpg" group-title="Entertainment",Flowers TV (576p)
|
||||
#EXTINF:-1 tvg-id="FlowersTV.in" tvg-name="Flowers TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://www.flowerstv.in/wp-content/uploads/2017/12/Flowers-Logo-alpha-1.png" group-title="Entertainment",Flowers TV (576p)
|
||||
http://103.199.161.254/Content/flowers/Live/Channel(Flowers)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="GabruuTV.in" tvg-name="Gabruu TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/k9kHJv9.jpg" group-title="Music",Gabruu TV
|
||||
http://104.237.60.234/live/gabruutv.m3u8
|
||||
@@ -177,7 +177,7 @@ https://feeds.intoday.in/hltapps/api/master.m3u8
|
||||
https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/indiatv-origin/live2/chunks.m3u8
|
||||
#EXTINF:-1 tvg-id="IndiaTVNews.in" tvg-name="India TV News" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",India TV News (480p)
|
||||
https://live-indiatvnews.akamaized.net/indiatv-origin/ITV_1_1@199237/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="JaihindTV.in" tvg-name="Jaihind TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/jai_hind_tv.png" group-title="Entertainment",Jaihind TV (576p)
|
||||
#EXTINF:-1 tvg-id="JaihindTV.in" tvg-name="Jaihind TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/Jw0M6Kp.jpg" group-title="Entertainment",Jaihind TV (576p)
|
||||
http://103.199.161.254/Content/jaihind/Live/Channel(Jaihind)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="JanTV.in" tvg-name="Jan TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Jan TV (360p)
|
||||
http://jantvstream.in:1935/edge1/sc1jantv.stream_aac/playlist.m3u8
|
||||
@@ -193,17 +193,17 @@ http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8
|
||||
http://159.203.9.134/hls/jhanjar_music/jhanjar_music.m3u8
|
||||
#EXTINF:-1 tvg-id="JonackTV.in" tvg-name="Jonack TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Jonack TV (360p)
|
||||
https://cdn.smartstream.video/smartstream-us/jonakk/jonakk/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="KairaliNews.in" tvg-name="Kairali News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/Screenshot_1-3.png" group-title="News",Kairali News (576p)
|
||||
#EXTINF:-1 tvg-id="KairaliNews.in" tvg-name="Kairali News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/hXsVrIh.jpg" group-title="News",Kairali News (576p)
|
||||
http://103.199.161.254/Content/people/Live/Channel(People)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="KairaliTV.in" tvg-name="Kairali TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/kairali_in.png" group-title="Entertainment",Kairali TV (576p)
|
||||
#EXTINF:-1 tvg-id="KairaliTV.in" tvg-name="Kairali TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/8Di4h6t.png" group-title="Entertainment",Kairali TV (576p)
|
||||
http://103.199.161.254/Content/kairali/Live/Channel(Kairali)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="KairaliWe.in" tvg-name="Kairali We" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/kairali_in_we.png" group-title="Entertainment",Kairali We (576p)
|
||||
#EXTINF:-1 tvg-id="KairaliWe.in" tvg-name="Kairali We" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/Z626hKz.jpg" group-title="Entertainment",Kairali We (576p)
|
||||
http://103.199.161.254/Content/we/Live/Channel(We)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="Kalaignar.in" tvg-name="Kalaignar" tvg-country="IN" tvg-language="Tamil" tvg-logo="https://upload.wikimedia.org/wikipedia/en/3/3a/Kalaignar_logo.jpg" group-title="",Kalaignar (576p)
|
||||
http://103.199.161.254/Content/kalaignartv/Live/Channel(KalaignarTV)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="KappaTV.in" tvg-name="Kappa TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/kappa_tv_in.png" group-title="Lifestyle",Kappa TV (576p)
|
||||
#EXTINF:-1 tvg-id="KappaTV.in" tvg-name="Kappa TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/MkfPo1V.jpg" group-title="Lifestyle",Kappa TV (576p)
|
||||
http://103.199.161.254/Content/kappa/Live/Channel(Kappa)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="KaumudyTV.in" tvg-name="Kaumudy TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/kaumudy_tv.png" group-title="Entertainment",Kaumudy TV (360p)
|
||||
#EXTINF:-1 tvg-id="KaumudyTV.in" tvg-name="Kaumudy TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://kaumudy.tv/images/logo.jpg" group-title="Entertainment",Kaumudy TV (360p)
|
||||
https://live.wmncdn.net/kaumuditv1/live.stream/index.m3u8
|
||||
#EXTINF:-1 tvg-id="KhabrainAbhiTak.in" tvg-name="Khabrain Abhi Tak" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="News",Khabrain Abhi Tak (360p)
|
||||
https://vidcdn.vidgyor.com/kat-origin/liveabr/kat-origin/live2/playlist.m3u8
|
||||
@@ -213,9 +213,9 @@ https://nicls1-lh.akamaihd.net/i/lst_1@26969/master.m3u8
|
||||
https://m-c036-j2apps.s.llnwi.net/hls/2820.MahaMovie.in.m3u8
|
||||
#EXTINF:-1 tvg-id="Malaimurasu.in" tvg-name="Malaimurasu" tvg-country="IN" tvg-language="Tamil" tvg-logo="https://i.imgur.com/uFiHtQX.png" group-title="News",Malaimurasu (480p)
|
||||
https://malaimurasucdn.purplestream.com/malaimurasu/49992ade0624eda468a31e137996d044.sdp/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="MangalamTV.in" tvg-name="Mangalam TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/mangalam_tv_in.png" group-title="News",Mangalam TV (576p)
|
||||
#EXTINF:-1 tvg-id="MangalamTV.in" tvg-name="Mangalam TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/V5nQl9m.png" group-title="News",Mangalam TV (576p)
|
||||
http://103.199.160.85/Content/mangalam/Live/Channel(Mangalam)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="ManoramaNews.in" tvg-name="Manorama News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/manorama_news_central.png" group-title="News",Manorama News (576p)
|
||||
#EXTINF:-1 tvg-id="ManoramaNews.in" tvg-name="Manorama News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/QWHbIYt.png" group-title="News",Manorama News (576p)
|
||||
http://103.199.161.254/Content/manoramanews/Live/Channel(ManoramaNews)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="ManoranjanMovies.in" tvg-name="Manoranjan Movies" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Movies",Manoranjan Movies (480p)
|
||||
https://m-c036-j2apps.s.llnwi.net/hls/2172.ManoranjanMovies.in.m3u8
|
||||
@@ -225,13 +225,13 @@ http://mntv.livebox.co.in/mntvhls/mntv.m3u8
|
||||
http://103.199.160.85/Content/masthi/Live/Channel(Masthi)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="Mastiii.in" tvg-name="Mastiii" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Music",Mastiii
|
||||
http://103.199.160.85/Content/masthi/Live/Channel(Masthi)/Stream(01)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="MathrubhumiNews.in" tvg-name="Mathrubhumi News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/mathrubhumi_news.png" group-title="News",Mathrubhumi News (576p)
|
||||
#EXTINF:-1 tvg-id="MathrubhumiNews.in" tvg-name="Mathrubhumi News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/xlGIEnZ.png" group-title="News",Mathrubhumi News (576p)
|
||||
http://103.199.161.254/Content/mathrubhuminews/Live/Channel(Mathrubhuminews)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="MazhavilManoramaHD.in" tvg-name="Mazhavil Manorama HD" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/12/Screenshot_1-1.png" group-title="Entertainment",Mazhavil Manorama HD (720p)
|
||||
#EXTINF:-1 tvg-id="MazhavilManoramaHD.in" tvg-name="Mazhavil Manorama HD" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/xCHQrH0.png" group-title="Entertainment",Mazhavil Manorama HD (720p)
|
||||
http://103.199.161.254/Content/mazhavil/Live/Channel(Mazhavil)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="MediaOne.in" tvg-name="Media One" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/media_one_in.png" group-title="News",Media One (576p)
|
||||
#EXTINF:-1 tvg-id="MediaOne.in" tvg-name="Media One" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/tQvdxWo.jpg" group-title="News",Media One (576p)
|
||||
http://103.199.161.254/Content/mediaone/Live/Channel(MediaOne)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="MediaOne.in" tvg-name="Media One" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/media_one_in.png" group-title="News",Media One (1080p)
|
||||
#EXTINF:-1 tvg-id="MediaOne.in" tvg-name="Media One" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/tQvdxWo.jpg" group-title="News",Media One (1080p)
|
||||
https://vidcdn.vidgyor.com/mediaone-origin/liveabr/mediaone-origin/live1/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="MH1Music.in" tvg-name="MH1 Music" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="Music",MH1 Music (360p)
|
||||
http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/playlist.m3u8
|
||||
@@ -279,7 +279,7 @@ https://news18gujarati-lh.akamaihd.net/i/n18gujarat_1@370955/index_4_av-p.m3u8?s
|
||||
https://news18india-lh.akamaihd.net/i/news18india_1@174951/index_4_av-p.m3u8?sd=10&rebase=on
|
||||
#EXTINF:-1 tvg-id="News18Jharkhand.in" tvg-name="News 18 Jharkhand" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Jharkhand
|
||||
https://news18bihar-lh.akamaihd.net/i/n18biharjh_1@175736/index_4_av-p.m3u8?sd=10&rebase=on
|
||||
#EXTINF:-1 tvg-id="News18Malayalam.in" tvg-name="News 18 Malayalam" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Malayalam
|
||||
#EXTINF:-1 tvg-id="News18Malayalam.in" tvg-name="News 18 Malayalam" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/D9lMLmX.png" group-title="News",News 18 Malayalam
|
||||
https://news18kerala-lh.akamaihd.net/i/n18kerala_1@526583/index_4_av-p.m3u8?sd=10&rebase=on
|
||||
#EXTINF:-1 tvg-id="News18Odia.in" tvg-name="News 18 Odia" tvg-country="IN" tvg-language="" tvg-logo="" group-title="News",News 18 Odia
|
||||
https://etv-oriya.akamaized.net/i/n18odia_1@179753/index_4_av-p.m3u8?sd=10&rebase=on
|
||||
@@ -321,7 +321,7 @@ http://stream.pztv.online/pztv/tracks-v1a1/mono.m3u8
|
||||
http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="RajDigitalPlus.in" tvg-name="Raj Digital Plus" tvg-country="IN" tvg-language="Hindi" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/raj_digital_plus-1.png" group-title="Movies",Raj Digital Plus (404p)
|
||||
http://acv.asianetmobiletvplus.com/channels/rajdigital_htfuqchouekpefzxodtbzaojtryxpqkx_hls/rajdigital_htfuqchouekpefzxodtbzaojtryxpqkx_master.m3u8
|
||||
#EXTINF:-1 tvg-id="ReporterTV.in" tvg-name="Reporter TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/reporter_tv.png" group-title="News",Reporter TV (576p)
|
||||
#EXTINF:-1 tvg-id="ReporterTV.in" tvg-name="Reporter TV" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/a80vdrp.jpg" group-title="News",Reporter TV (576p)
|
||||
http://103.199.161.254/Content/reporter/Live/Channel(Reporter)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="RepublicBharatin.in" tvg-name="RepublicBharat.in" tvg-country="IN" tvg-language="Hindi" tvg-logo="https://i.imgur.com/BG1aZ6V.jpg" group-title="",Republic Bharat (360p)
|
||||
https://republic.pc.cdn.bitgravity.com/live/bharat_hls/master.m3u8
|
||||
@@ -379,7 +379,7 @@ https://timesnow-lh.akamaihd.net/i/TNHD_1@129288/master.m3u8
|
||||
https://travelxp-travelxp-1-au.samsung.wurl.com/manifest/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="TravelxpHD.in" tvg-name="Travelxp HD" tvg-country="IN" tvg-language="" tvg-logo="https://i.imgur.com/6V48LwT.jpg" group-title="",Travelxp HD
|
||||
https://travelxp-travelxp-2-de.samsung.wurl.com/manifest/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="TwentyFourNews.in" tvg-name="Twenty Four News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="http://mhdtvworld.com/wp-content/uploads/2018/11/24_news_in.png" group-title="News",Twenty Four News (576p)
|
||||
#EXTINF:-1 tvg-id="TwentyFourNews.in" tvg-name="Twenty Four News" tvg-country="IN" tvg-language="Malayalam" tvg-logo="https://i.imgur.com/eS2fVDh.png" group-title="News",Twenty Four News (576p)
|
||||
http://103.199.160.85/Content/24news/Live/Channel(24news)/index.m3u8
|
||||
#EXTINF:-1 tvg-id="VasanthTV.in" tvg-name="Vasanth TV" tvg-country="IN" tvg-language="Hindi" tvg-logo="" group-title="",Vasanth TV
|
||||
http://vasanth.live.cdn.bitgravity.com/vasanth/secure/live/feed03?e=0&h=a9be0836bc39f96d0a9a958a659dfc1d&bgsecuredir=1
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
https://almamlka-live.ercdn.net/almamlka/almamlka.m3u8
|
||||
#EXTINF:-1 tvg-id="AmmanTV.jo" tvg-name="Amman TV" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://i.imgur.com/vkqYIO4.jpg" group-title="General",Amman TV (720p)
|
||||
https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master.m3u8
|
||||
#EXTINF:-1 tvg-id="Jordan ARB" tvg-name="Jordan ARB" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://i.imgur.com/siAiiws.jpg" group-title="General",Jordan TV
|
||||
https://jrtv-live.ercdn.net/jordanhd/jordanhd.m3u8
|
||||
#EXTINF:-1 tvg-id="NojoumTV.jo" tvg-name="Nojoum TV" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://i.imgur.com/6ttWNu0.jpg" group-title="Music",Nojoum TV
|
||||
http://51.210.199.41/hls/stream.m3u8
|
||||
#EXTINF:-1 tvg-id="Roya TV ARB" tvg-name="Roya TV ARB" tvg-country="JO" tvg-language="Arabic" tvg-logo="https://i.imgur.com/Sa2nBTP.png" group-title="General",Ro'ya TV (1080p)
|
||||
|
||||
@@ -7,9 +7,9 @@ http://180.92.158.208:9981/stream/channelid/806982131
|
||||
https://cdn.jpth10.jpnettv.live/jptv/janimax_720/index.m3u8
|
||||
#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;English" tvg-logo="" group-title="",Animax Japan (English Subs)
|
||||
http://202.57.43.60:8443/live/5748aabe4c9d661afbd7f4068248f664/125.m3u8
|
||||
#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Malay (macrolanguage)" tvg-logo="" group-title="",Animax Japan (Malay Subs)
|
||||
#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Indonesian" tvg-logo="" group-title="",Animax Japan (Indonesian Subs)
|
||||
http://210.210.155.35/dr9445/h/h02/01.m3u8
|
||||
#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Malay (macrolanguage)" tvg-logo="" group-title="",Animax Japan (Malay Subs)
|
||||
#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Indonesian" tvg-logo="" group-title="",Animax Japan (Indonesian Subs)
|
||||
http://210.210.155.35/dr9445/h/h144/01.m3u8
|
||||
#EXTINF:-1 tvg-id="AnimaxJapan.jp" tvg-name="Animax Japan" tvg-country="JP" tvg-language="Japanese;Vietnamese" tvg-logo="" group-title="",Animax Japan (Vietnamese Subs)
|
||||
https://livecdn.fptplay.net/hda3/animaxport_2000.stream/.m3u8
|
||||
|
||||
@@ -6,7 +6,7 @@ http://93.184.1.247/Aljadeed/tracks-v1a1/mono.m3u8
|
||||
#EXTINF:-1 tvg-id="AlManar.lb" tvg-name="Al Manar" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/dmDzNQO.png" group-title="News",Al Manar (576p)
|
||||
https://manar.live/x.smil/tracks-v1a1/mono.m3u8
|
||||
#EXTINF:-1 tvg-id="AlMayadeen.lb" tvg-name="Al Mayadeen" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://media.almayadeen.tv/uploads/archive/web-logo.png" group-title="News",Al Mayadeen (576p)
|
||||
https://mdnlv.cdn.octivid.com/almdn/smil:mpegts.stream.smil/playlist.m3u8
|
||||
https://lmdstrm.cdn.octivid.com/mayadeen-live/smil:mayadeen.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="AlhayatTV.lb" tvg-name="Alhayat TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://www.alhayat.tv/images/logo/main.34f5c635.png" group-title="General",Alhayat TV (720p)
|
||||
https://wowzaprod140-i.akamaihd.net/hls/live/750788/cdb837ca/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="AlimanTV.lb" tvg-name="Aliman TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/817xRPg.png" group-title="Religious",Aliman TV (240p)
|
||||
@@ -43,6 +43,8 @@ https://svs.itworkscdn.net/nour9satlive/livestream/playlist.m3u8
|
||||
https://svs.itworkscdn.net/nour4satlive/livestream/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="OTV Lebanon ARB" tvg-name="OTV Lebanon ARB" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://bookback.co/wp-content/uploads/2018/12/OTV-1.jpg" group-title="General",OTV (1080p)
|
||||
https://svs.itworkscdn.net/otvlebanonlive/otv.smil/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="SawtElMada.lb" tvg-name="Sawt El Mada" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://www.sawtelmada.com/assets/themes/sawt%20al%20mada/images/logo.png" group-title="",Sawt El Mada
|
||||
https://svs.itworkscdn.net/madalive/mada/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="TahaTV.lb" tvg-name="Taha TV" tvg-country="LB" tvg-language="Arabic" tvg-logo="https://i.imgur.com/wOxnItQ.png" group-title="Kids",Taha TV (360p)
|
||||
https://media2.livaat.com/TAHA-TV/index.m3u8
|
||||
#EXTINF:-1 tvg-id="Tele Liban ARB" tvg-name="Tele Liban ARB" tvg-country="LB" tvg-language="Arabic" tvg-logo="http://www.teleliban.com.lb/images/telelogo.png" group-title="General",Tele Liban (576p)
|
||||
|
||||
@@ -15,7 +15,7 @@ http://vstream3.hadara.ps:8081/marahFM_web/web/playlist.m3u8
|
||||
http://htvpalsat.mada.ps:8888/musawa/index.m3u8
|
||||
#EXTINF:-1 tvg-id="OrientRadioPlusPalestineMubasher.ps" tvg-name="Orient Radio + Palestine Mubasher" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/EKGnd0S.png" group-title="Music",Orient Radio + Palestine Mubasher
|
||||
http://htvint.mada.ps:8889//orient/tracks-v1a1/mono.m3u8
|
||||
#EXTINF:-1 tvg-id="" tvg-name="" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="Education",Palestine Education
|
||||
#EXTINF:-1 tvg-id="PalestineEducation.ps" tvg-name="Palestine Education" tvg-country="PS" tvg-language="Arabic" tvg-logo="" group-title="Education",Palestine Education
|
||||
http://93.184.1.247:8080/Paestin_Edu/index.m3u8
|
||||
#EXTINF:-1 tvg-id="PalestineMubasher.ps" tvg-name="Palestine Mubasher" tvg-country="PS" tvg-language="Arabic" tvg-logo="https://i.imgur.com/bYz6HUG.png" group-title="General",Palestine Mubasher
|
||||
http://htvpalsat.mada.ps:8888/PBCLive/tracks-v1a1/mono.m3u8
|
||||
|
||||
@@ -15,19 +15,19 @@ http://vod.tv7.fi:1935/tv7-se/_definst_/mp4:tv7-se.stream_360p/playlist.m3u8
|
||||
https://cdn-kanal10.crossnet.net/kanal10/mp4:mpegts.stream/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="Kanal10.se" tvg-name="Kanal 10" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/p5ktCEA.jpg" group-title="Religious",Kanal 10 (576p)
|
||||
https://cdn-kanal10.crossnet.net/kanal10/mpegts.stream/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="TV4.se" tvg-name="TV 4" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/mvwiSqt.png" group-title="",TV 4 (720p)
|
||||
https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791716.m3u8
|
||||
#EXTINF:-1 tvg-id="TV4Nyheterna.se" tvg-name="TV 4 Nyheterna" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/psAAPIE.jpg" group-title="",TV 4 Nyheterna (720p)
|
||||
https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791350.m3u8
|
||||
#EXTINF:-1 tvg-id="TV4SvenskPolitik.se" tvg-name="TV 4 Svensk Politik" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/PRh8iCp.png" group-title="",TV 4 Svensk Politik (720p)
|
||||
https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791553.m3u8
|
||||
#EXTINF:-1 tvg-id="TV1000WorldKino.se" tvg-name="TV1000 World Kino" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Movies",TV1000 World Kino
|
||||
http://195.189.105.158:9050/121/index.m3u8
|
||||
#EXTINF:-1 tvg-id="TV4.se" tvg-name="TV4" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/mvwiSqt.png" group-title="",TV4 (720p)
|
||||
https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791716.m3u8
|
||||
#EXTINF:-1 tvg-id="TV4SvenskPolitik.se" tvg-name="TV4 Svensk Politik" tvg-country="SE" tvg-language="Swedish" tvg-logo="" group-title="",TV4 Svensk Politik (720p)
|
||||
https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791553.m3u8
|
||||
#EXTINF:-1 tvg-id="TV4Nyheterna.se" tvg-name="TV4Nyheterna" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://i.imgur.com/psAAPIE.jpg" group-title="",TV4Nyheterna (720p)
|
||||
https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791350.m3u8
|
||||
#EXTINF:-1 tvg-id="ViasatHistoryRussia.se" tvg-name="Viasat History Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="History",Viasat History Russia
|
||||
https://s1.idata.uz/stch_temp20/tracks-v1a1/mono.m3u8
|
||||
#EXTINF:-1 tvg-id="ViasatSport.se" tvg-name="Viasat Sport" tvg-country="SE" tvg-language="Swedish" tvg-logo="https://upload.wikimedia.org/wikipedia/en/4/45/Viasatsport.png" group-title="",Viasat Sport
|
||||
#EXTINF:-1 tvg-id="ViasatSportEast.se" tvg-name="Viasat Sport East" tvg-country="RU" tvg-language="Russian" tvg-logo="https://upload.wikimedia.org/wikipedia/en/4/45/Viasatsport.png" group-title="",Viasat Sport East
|
||||
https://persik.by/stream/2944/263250/10249.m3u8
|
||||
#EXTINF:-1 tvg-id="ViasatSportEast.se" tvg-name="Viasat Sport East" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Sport",Viasat Sport East
|
||||
#EXTINF:-1 tvg-id="ViasatSportEast.se" tvg-name="Viasat Sport East" tvg-country="RU" tvg-language="Russian" tvg-logo="https://upload.wikimedia.org/wikipedia/en/4/45/Viasatsport.png" group-title="Sport",Viasat Sport East
|
||||
https://persik.tv/stream/3602/287583/10249.m3u8
|
||||
#EXTINF:-1 tvg-id="ViPComedyRussia.se" tvg-name="ViP Comedy Russia" tvg-country="RU" tvg-language="Russian" tvg-logo="" group-title="Comedy",ViP Comedy Russia
|
||||
http://188.40.68.167/russia/vip_comedy/playlist.m3u8
|
||||
|
||||
@@ -26,6 +26,8 @@ http://ott-cdn.ucom.am/s24/index.m3u8
|
||||
https://beanostudios-beanotv-1-gb.samsung.wurl.com/manifest/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="BritAsiaTV.uk" tvg-name="Brit Asia TV" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",Brit Asia TV
|
||||
https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0800/hi/c.m3u8
|
||||
#EXTINF:-1 tvg-id="BritishMuslimTV.uk" tvg-name="British Muslim TV" tvg-country="UK" tvg-language="English" tvg-logo="http://www.britishmuslim.tv/images/BMTV_Identity.svg" group-title="Religious",British Muslim TV
|
||||
https://api.visionip.tv/live/ASHTTP/visiontvuk-international-britishmuslimtv-hsslive-25f-16x9-MB/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="CBeebiesUK.uk" tvg-name="CBeebies UK" tvg-country="UK" tvg-language="English" tvg-logo="https://upload.wikimedia.org/wikipedia/en/thumb/1/16/CBeebies.svg/640px-CBeebies.svg.png" group-title="Kids",Cbeebies UK
|
||||
http://51.52.156.22:8888/http/003
|
||||
#EXTINF:-1 tvg-id="ChannelS.uk" tvg-name="Channel S" tvg-country="UK;IE;BD" tvg-language="Bengali" tvg-logo="https://i.imgur.com/TjVJT22.png" group-title="",Channel S
|
||||
@@ -83,6 +85,8 @@ https://insighttv-samsung-uk.amagi.tv/playlist.m3u8
|
||||
https://inwild-samsung-uk.amagi.tv/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="Inwonder.uk" tvg-name="Inwonder" tvg-country="UK" tvg-language="English" tvg-logo="https://i.imgur.com/5VUGeTE.png" group-title="",Inwonder
|
||||
https://inwonder-samsung-uk.amagi.tv/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="IslamChannel.uk" tvg-name="Islam Channel" tvg-country="UK" tvg-language="English" tvg-logo="https://simplestream-portal.s3.eu-west-1.amazonaws.com/172/642f780c-islamtv.png" group-title="Religious",Islam Channel
|
||||
https://live.islamchannel.tv/islamtv/islamtv_english/bitrate1.isml/live.m3u8
|
||||
#EXTINF:-1 tvg-id="ITV.uk" tvg-name="ITV" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",ITV
|
||||
https://sportportal1.akamaized.net/hls/live/702646/itvlive/ITV1PORTAL2/master.m3u8
|
||||
#EXTINF:-1 tvg-id="ITV2.uk" tvg-name="ITV2" tvg-country="UK" tvg-language="English" tvg-logo="" group-title="",ITV2
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1136,7 +1136,7 @@ http://188.40.68.167/russia/mtv_hits/playlist.m3u8
|
||||
http://us1-external-sources.iptvserver.tv:80/kkkrkDp2a9KNwAwGzpb/QT94uK5NNQw4r4Qs/737
|
||||
#EXTINF:-1 tvg-id="MTVMistleYO.us" tvg-name="MTV Mistle YO!" tvg-country="US" tvg-language="English" tvg-logo="http://i.imgur.com/dh6sgLX.jpg" group-title="",MTV Mistle YO!
|
||||
http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8
|
||||
#EXTINF:-1 tvg-id="MTVNorge.us" tvg-name="MTV Norge" tvg-country="NORD" tvg-language="Norwegian Bokmål" tvg-logo="https://i.imgur.com/QpdHuGo.png" group-title="Entertainment",MTV Norge (720p)
|
||||
#EXTINF:-1 tvg-id="MTVNordic.us" tvg-name="MTV Nordic" tvg-country="NORD" tvg-language="English;Norwegian Bokmål" tvg-logo="https://i.imgur.com/QpdHuGo.png" group-title="Entertainment",MTV Nordic (720p)
|
||||
https://unilivemtveu-lh.akamaihd.net/i/mtvno_1@346424/master.m3u8
|
||||
#EXTINF:-1 tvg-id="MTVSpankinNew.us" tvg-name="MTV Spankin' New" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5d14fdb8ca91eedee1633117/colorLogoPNG.png" group-title="",MTV Spankin' New
|
||||
http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8
|
||||
@@ -2548,7 +2548,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/591105034
|
||||
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f0427b2c0c065e91aab5/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel
|
||||
#EXTINF:-1 tvg-id="TheAsylumChannel.us" tvg-name="The Asylum Channel" tvg-country="US" tvg-language="English" tvg-logo="https://images.pluto.tv/channels/5cc81e793798650e4f7d9fd3/colorLogoPNG.png" group-title="",Pluto TV The Asylum Channel
|
||||
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel
|
||||
#EXTINF:-1 tvg-id="TheBobRossChannel.us" tvg-name="The Bob Ross Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef396d1be50a3000722808b/colorLogoPNG.png" group-title="",Pluto TV The Bob Ross Channel
|
||||
#EXTINF:-1 tvg-id="TheBobRossChannel.us" tvg-name="The Bob Ross Channel" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef396d1be50a3000722808b/colorLogoPNG.png" group-title="Hobby",Pluto TV The Bob Ross Channel
|
||||
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36d726234ce10007784f2a/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel
|
||||
#EXTINF:-1 tvg-id="TheCarolBurnettShow.us" tvg-name="The Carol Burnett Show" tvg-country="US" tvg-language="English" tvg-logo="http://images.pluto.tv/channels/5ef396d1be50a3000722808b/colorLogoPNG.png" group-title="",Pluto TV The Carol Burnett Show
|
||||
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef396d1be50a3000722808b/master.m3u8?deviceId=channel&deviceModel=web&deviceVersion=1.0&appVersion=1.0&deviceType=rokuChannel&deviceMake=rokuChannel&deviceDNT=1&advertisingId=channel&embedPartner=rokuChannel&appName=rokuchannel&is_lat=1&bmodel=bm1&content=channel&platform=web&tags=ROKU_CONTENT_TAGS&coppa=false&content_type=livefeed&rdid=channel&genre=ROKU_ADS_CONTENT_GENRE&content_rating=ROKU_ADS_CONTENT_RATING&studio_id=viacom&channel_id=channel
|
||||
@@ -2972,7 +2972,7 @@ https://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-theasylum/CDN/play
|
||||
https://a.jsrdn.com/broadcast/22706/+0000/hi/c.m3u8
|
||||
#EXTINF:-1 tvg-id="TheBoatShow.us" tvg-name="The Boat Show" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/iYDR5VS.jpg" group-title="Hobby",The Boat Show
|
||||
https://a.jsrdn.com/broadcast/256ccf645e/+0000/high/c.m3u8
|
||||
#EXTINF:-1 tvg-id="TheBobRossChannelSTIRR.us" tvg-name="The Bob Ross Channel (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/89b69784-d184-4cb4-84b8-4b6a059bb1d7-small3x1_STIRR_Logo_0320_BobRoss_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",The Bob Ross Channel (STIRR)
|
||||
#EXTINF:-1 tvg-id="TheBobRossChannelSTIRR.us" tvg-name="The Bob Ross Channel (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/89b69784-d184-4cb4-84b8-4b6a059bb1d7-small3x1_STIRR_Logo_0320_BobRoss_1920x1080_EPG.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="Hobby",The Bob Ross Channel (STIRR)
|
||||
https://dai.google.com/linear/hls/event/3dbJrQmVT_-psb-KBYuKQA/master.m3u8
|
||||
#EXTINF:-1 tvg-id="TheCommishSTIRR.us" tvg-name="The Commish (STIRR)" tvg-country="US" tvg-language="English" tvg-logo="https://komonews.com/resources/media2/3x1/full/119/center/90/3a139329-7cdd-40f7-85fa-35d3b68853ca-small3x1_stirr_1219_epg_thecommish_1920x1080.png?cb=c81e728d9d4c2f636f067f89cc14862c" group-title="",The Commish (STIRR)
|
||||
https://dai.google.com/linear/hls/event/zfyiHhG0TeuoNist_WUwjg/master.m3u8
|
||||
@@ -3242,6 +3242,8 @@ https://d2eit0bra9qkiw.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5
|
||||
https://lnc-wjbk-fox-aws.tubi.video/index.m3u8
|
||||
#EXTINF:-1 tvg-id="WMFD.us" tvg-name="WMFD" tvg-country="US" tvg-language="English" tvg-logo="https://wmfd.com/images/logo.png" group-title="Local",WMFD (720p)
|
||||
https://player-api.new.livestream.com/accounts/1194911/events/3466400/live.m3u8
|
||||
#EXTINF:-1 tvg-id="WNWYFox5NewYork.us" tvg-name="WNYW Fox 5 New York" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OfGcsUO.png" group-title="News",WNYW Fox 5 New York (720p)
|
||||
https://lnc-wnyw-fox-aws.tubi.video/index.m3u8
|
||||
#EXTINF:-1 tvg-id="WOFLFox35Orlando.us" tvg-name="WOFL Fox 35 Orlando" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/BOA8KKZ.jpg" group-title="",WOFL Fox 35 Orlando (720p)
|
||||
https://lnc-wofl-fox-aws.tubi.video/index.m3u8
|
||||
#EXTINF:-1 tvg-id="WorldPokerTour.us" tvg-name="World Poker Tour" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/Nus9e8M.jpg" group-title="Sport",World Poker Tour (1080p)
|
||||
@@ -3266,8 +3268,6 @@ https://lnc-wttg-fox-aws.tubi.video/index.m3u8
|
||||
https://lnc-wtvt-fox-aws.tubi.video/index.m3u8
|
||||
#EXTINF:-1 tvg-id="WTXFFox29Philadelphia.us" tvg-name="WTXF Fox 29 Philadelphia" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/fRjmk5r.png" group-title="News",WTXF Fox 29 Philadelphia (720p)
|
||||
https://lnc-wtxf-fox-aws.tubi.video/index.m3u8
|
||||
#EXTINF:-1 tvg-id="WNWYFox5NewYork.us" tvg-name="WNYW Fox 5 New York" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/OfGcsUO.png" group-title="News",WNYW Fox 5 New York (720p)
|
||||
https://lnc-wnyw-fox-aws.tubi.video/index.m3u8
|
||||
#EXTINF:-1 tvg-id="XcorpsTV.us" tvg-name="Xcorps TV" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/SDKWWQu.png" group-title="Classic",Xcorps TV (720p)
|
||||
https://nrpus.bozztv.com/36bay2/gusa-shetv/index.m3u8
|
||||
#EXTINF:-1 tvg-id="Xplore.us" tvg-name="Xplore" tvg-country="US" tvg-language="English" tvg-logo="https://i.imgur.com/QQuPjTD.png" group-title="",Xplore
|
||||
|
||||
11
m3u-linter.json
Normal file
11
m3u-linter.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"files": ["channels/*.m3u"],
|
||||
"rules": {
|
||||
"no-empty-lines": true,
|
||||
"require-header": true,
|
||||
"attribute-quotes": true,
|
||||
"require-info": true,
|
||||
"no-trailing-spaces": true,
|
||||
"no-whitespace-before-title": true
|
||||
}
|
||||
}
|
||||
262
package-lock.json
generated
262
package-lock.json
generated
@@ -31,6 +31,34 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"balanced-match": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
||||
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
|
||||
},
|
||||
"brace-expansion": {
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
||||
"requires": {
|
||||
"balanced-match": "^1.0.0",
|
||||
"concat-map": "0.0.1"
|
||||
}
|
||||
},
|
||||
"buffer-from": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
|
||||
"integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
|
||||
},
|
||||
"chalk": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
||||
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
||||
"requires": {
|
||||
"ansi-styles": "^4.1.0",
|
||||
"supports-color": "^7.1.0"
|
||||
}
|
||||
},
|
||||
"cliui": {
|
||||
"version": "7.0.4",
|
||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
||||
@@ -55,9 +83,40 @@
|
||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
||||
},
|
||||
"commander": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-7.0.0.tgz",
|
||||
"integrity": "sha512-ovx/7NkTrnPuIV8sqk/GjUIIM1+iUQeqA3ye2VNpq9sVoiZsooObWlQy+OPWGI17GDaEoybuAGJm6U8yC077BA=="
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
|
||||
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
|
||||
},
|
||||
"concat-map": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
||||
},
|
||||
"concat-stream": {
|
||||
"version": "1.6.2",
|
||||
"resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
|
||||
"integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
|
||||
"requires": {
|
||||
"buffer-from": "^1.0.0",
|
||||
"inherits": "^2.0.3",
|
||||
"readable-stream": "^2.2.2",
|
||||
"typedarray": "^0.0.6"
|
||||
}
|
||||
},
|
||||
"core-util-is": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
||||
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
|
||||
},
|
||||
"cross-spawn": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
|
||||
"integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
|
||||
"requires": {
|
||||
"lru-cache": "^4.0.1",
|
||||
"shebang-command": "^1.2.0",
|
||||
"which": "^1.2.9"
|
||||
}
|
||||
},
|
||||
"emoji-regex": {
|
||||
"version": "8.0.0",
|
||||
@@ -74,11 +133,48 @@
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
||||
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
|
||||
},
|
||||
"fs.realpath": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
||||
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
|
||||
},
|
||||
"get-caller-file": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
||||
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
|
||||
},
|
||||
"glob": {
|
||||
"version": "7.1.6",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
|
||||
"integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
|
||||
"requires": {
|
||||
"fs.realpath": "^1.0.0",
|
||||
"inflight": "^1.0.4",
|
||||
"inherits": "2",
|
||||
"minimatch": "^3.0.4",
|
||||
"once": "^1.3.0",
|
||||
"path-is-absolute": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"has-flag": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
||||
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
||||
},
|
||||
"inflight": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
||||
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
|
||||
"requires": {
|
||||
"once": "^1.3.0",
|
||||
"wrappy": "1"
|
||||
}
|
||||
},
|
||||
"inherits": {
|
||||
"version": "2.0.4",
|
||||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||
},
|
||||
"iptv-playlist-parser": {
|
||||
"version": "0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.5.4.tgz",
|
||||
@@ -89,11 +185,40 @@
|
||||
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
||||
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
||||
},
|
||||
"isarray": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
||||
"integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
|
||||
},
|
||||
"isexe": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
||||
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
|
||||
},
|
||||
"iso-639-3": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/iso-639-3/-/iso-639-3-2.0.0.tgz",
|
||||
"integrity": "sha512-Pp+ctEs/pna6/rj05a5VR3qYxJHBZi95wp20C6Snf/WeghrkR/4G44LPJFqlbyo67XntkcUaxwrGmMeyY+F4mA=="
|
||||
},
|
||||
"lru-cache": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
|
||||
"integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
|
||||
"requires": {
|
||||
"pseudomap": "^1.0.2",
|
||||
"yallist": "^2.1.2"
|
||||
}
|
||||
},
|
||||
"m3u-linter": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/m3u-linter/-/m3u-linter-0.1.3.tgz",
|
||||
"integrity": "sha512-UcOCA12gkZGs8gBE3HpBnPwZyVswan4VWBb4kTbxHZ84hBRVa00WreZSUDCgaPVmo52HyxZAI1FLuvOIRIAfZQ==",
|
||||
"requires": {
|
||||
"chalk": "^4.1.1",
|
||||
"commander": "^7.2.0",
|
||||
"glob": "^7.1.6"
|
||||
}
|
||||
},
|
||||
"markdown-include": {
|
||||
"version": "0.4.3",
|
||||
"resolved": "https://registry.npmjs.org/markdown-include/-/markdown-include-0.4.3.tgz",
|
||||
@@ -102,21 +227,108 @@
|
||||
"q": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
|
||||
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
|
||||
"requires": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
}
|
||||
},
|
||||
"once": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
||||
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
|
||||
"requires": {
|
||||
"wrappy": "1"
|
||||
}
|
||||
},
|
||||
"os-shim": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
|
||||
"integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc="
|
||||
},
|
||||
"path-is-absolute": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
|
||||
},
|
||||
"pre-commit": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/pre-commit/-/pre-commit-1.2.2.tgz",
|
||||
"integrity": "sha1-287g7p3nI15X95xW186UZBpp7sY=",
|
||||
"requires": {
|
||||
"cross-spawn": "^5.0.1",
|
||||
"spawn-sync": "^1.0.15",
|
||||
"which": "1.2.x"
|
||||
}
|
||||
},
|
||||
"process-nextick-args": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
||||
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
||||
},
|
||||
"progress": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
||||
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
|
||||
},
|
||||
"pseudomap": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
|
||||
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
|
||||
},
|
||||
"q": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
||||
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
|
||||
},
|
||||
"readable-stream": {
|
||||
"version": "2.3.7",
|
||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
|
||||
"integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
|
||||
"requires": {
|
||||
"core-util-is": "~1.0.0",
|
||||
"inherits": "~2.0.3",
|
||||
"isarray": "~1.0.0",
|
||||
"process-nextick-args": "~2.0.0",
|
||||
"safe-buffer": "~5.1.1",
|
||||
"string_decoder": "~1.1.1",
|
||||
"util-deprecate": "~1.0.1"
|
||||
}
|
||||
},
|
||||
"require-directory": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
||||
"integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
|
||||
},
|
||||
"safe-buffer": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
||||
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
||||
},
|
||||
"shebang-command": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
|
||||
"integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
|
||||
"requires": {
|
||||
"shebang-regex": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"shebang-regex": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
|
||||
"integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
|
||||
},
|
||||
"spawn-sync": {
|
||||
"version": "1.0.15",
|
||||
"resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz",
|
||||
"integrity": "sha1-sAeZVX63+wyDdsKdROih6mfldHY=",
|
||||
"requires": {
|
||||
"concat-stream": "^1.4.7",
|
||||
"os-shim": "^0.1.2"
|
||||
}
|
||||
},
|
||||
"string-width": {
|
||||
"version": "4.2.2",
|
||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
|
||||
@@ -127,6 +339,14 @@
|
||||
"strip-ansi": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"string_decoder": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
||||
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
||||
"requires": {
|
||||
"safe-buffer": "~5.1.0"
|
||||
}
|
||||
},
|
||||
"strip-ansi": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
|
||||
@@ -135,6 +355,14 @@
|
||||
"ansi-regex": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"supports-color": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
||||
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
||||
"requires": {
|
||||
"has-flag": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"transliteration": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/transliteration/-/transliteration-2.2.0.tgz",
|
||||
@@ -143,6 +371,24 @@
|
||||
"yargs": "^16.1.0"
|
||||
}
|
||||
},
|
||||
"typedarray": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
|
||||
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
|
||||
},
|
||||
"util-deprecate": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
||||
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
||||
},
|
||||
"which": {
|
||||
"version": "1.2.14",
|
||||
"resolved": "https://registry.npmjs.org/which/-/which-1.2.14.tgz",
|
||||
"integrity": "sha1-mofEN48D6CfOyvGs31bHNsAcFOU=",
|
||||
"requires": {
|
||||
"isexe": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"wrap-ansi": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
||||
@@ -153,11 +399,21 @@
|
||||
"strip-ansi": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"wrappy": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
||||
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
||||
},
|
||||
"y18n": {
|
||||
"version": "5.0.5",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz",
|
||||
"integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg=="
|
||||
},
|
||||
"yallist": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
|
||||
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
|
||||
},
|
||||
"yargs": {
|
||||
"version": "16.2.0",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"name": "iptv",
|
||||
"scripts": {
|
||||
"lint": "npx m3u-linter -c m3u-linter.json",
|
||||
"test": "node scripts/test.js"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
],
|
||||
"author": "Arhey",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
@@ -12,7 +16,9 @@
|
||||
"escape-string-regexp": "^2.0.0",
|
||||
"iptv-playlist-parser": "^0.5.4",
|
||||
"iso-639-3": "^2.0.0",
|
||||
"m3u-linter": "^0.1.3",
|
||||
"markdown-include": "^0.4.3",
|
||||
"pre-commit": "^1.2.2",
|
||||
"progress": "^2.0.3",
|
||||
"transliteration": "^2.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user