Merge branch 'master' into patch-3

This commit is contained in:
LaneSh4d0w 2022-08-12 23:03:59 +02:00 committed by GitHub
commit f8a49c3993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
98 changed files with 1081 additions and 1006 deletions

View File

@ -97,6 +97,10 @@ jobs:
- run: npm run playlist:update
- run: npm run playlist:generate
- run: npm run db:export
- uses: actions/upload-artifact@v2
with:
name: api
path: .api
- run: npm run readme:update
- uses: actions/upload-artifact@v2
with:

266
README.md
View File

@ -29,35 +29,35 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><th align="left">Category</th><th align="left">Channels</th><th align="left">Playlist</th></tr>
</thead>
<tbody>
<tr><td>Auto</td><td align="right">13</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/auto.m3u</code></td></tr>
<tr><td>Animation</td><td align="right">27</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/animation.m3u</code></td></tr>
<tr><td>Auto</td><td align="right">12</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/auto.m3u</code></td></tr>
<tr><td>Animation</td><td align="right">28</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/animation.m3u</code></td></tr>
<tr><td>Business</td><td align="right">34</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/business.m3u</code></td></tr>
<tr><td>Classic</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/classic.m3u</code></td></tr>
<tr><td>Comedy</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
<tr><td>Cooking</td><td align="right">20</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/cooking.m3u</code></td></tr>
<tr><td>Culture</td><td align="right">16</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/culture.m3u</code></td></tr>
<tr><td>Documentary</td><td align="right">40</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
<tr><td>Education</td><td align="right">37</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/education.m3u</code></td></tr>
<tr><td>Entertainment</td><td align="right">186</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
<tr><td>Family</td><td align="right">18</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
<tr><td>General</td><td align="right">381</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
<tr><td>Kids</td><td align="right">136</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/kids.m3u</code></td></tr>
<tr><td>Legislative</td><td align="right">31</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/legislative.m3u</code></td></tr>
<tr><td>Education</td><td align="right">35</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/education.m3u</code></td></tr>
<tr><td>Entertainment</td><td align="right">184</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
<tr><td>Family</td><td align="right">16</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
<tr><td>General</td><td align="right">378</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
<tr><td>Kids</td><td align="right">138</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/kids.m3u</code></td></tr>
<tr><td>Legislative</td><td align="right">36</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/legislative.m3u</code></td></tr>
<tr><td>Lifestyle</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/lifestyle.m3u</code></td></tr>
<tr><td>Movies</td><td align="right">212</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/movies.m3u</code></td></tr>
<tr><td>Music</td><td align="right">326</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
<tr><td>News</td><td align="right">348</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
<tr><td>Outdoor</td><td align="right">34</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/outdoor.m3u</code></td></tr>
<tr><td>Movies</td><td align="right">213</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/movies.m3u</code></td></tr>
<tr><td>Music</td><td align="right">323</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
<tr><td>News</td><td align="right">349</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
<tr><td>Outdoor</td><td align="right">35</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/outdoor.m3u</code></td></tr>
<tr><td>Relax</td><td align="right">18</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/relax.m3u</code></td></tr>
<tr><td>Religious</td><td align="right">193</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
<tr><td>Series</td><td align="right">154</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/series.m3u</code></td></tr>
<tr><td>Religious</td><td align="right">195</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
<tr><td>Series</td><td align="right">156</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/series.m3u</code></td></tr>
<tr><td>Science</td><td align="right">12</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/science.m3u</code></td></tr>
<tr><td>Shop</td><td align="right">54</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/shop.m3u</code></td></tr>
<tr><td>Sports</td><td align="right">172</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/sports.m3u</code></td></tr>
<tr><td>Travel</td><td align="right">19</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
<tr><td>Travel</td><td align="right">17</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
<tr><td>Weather</td><td align="right">10</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/weather.m3u</code></td></tr>
<tr><td>XXX</td><td align="right">55</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/xxx.m3u</code></td></tr>
<tr><td>Undefined</td><td align="right">4734</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/undefined.m3u</code></td></tr>
<tr><td>XXX</td><td align="right">54</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/xxx.m3u</code></td></tr>
<tr><td>Undefined</td><td align="right">4709</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/undefined.m3u</code></td></tr>
</tbody>
</table>
@ -75,62 +75,62 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><th align="left">Language</th><th align="left">Channels</th><th align="left">Playlist</th></tr>
</thead>
<tbody>
<tr><td align="left">Albanian</td><td align="right">32</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/sqi.m3u</code></td></tr>
<tr><td align="left">Albanian</td><td align="right">34</td><td align="left" nowrap><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" nowrap><code>https://iptv-org.github.io/iptv/languages/amh.m3u</code></td></tr>
<tr><td align="left">Arabic</td><td align="right">323</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ara.m3u</code></td></tr>
<tr><td align="left">Arabic</td><td align="right">321</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ara.m3u</code></td></tr>
<tr><td align="left">Armenian</td><td align="right">27</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/hye.m3u</code></td></tr>
<tr><td align="left">Assamese</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/asm.m3u</code></td></tr>
<tr><td align="left">Assyrian Neo-Aramaic</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/aii.m3u</code></td></tr>
<tr><td align="left">Azerbaijani</td><td align="right">19</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/aze.m3u</code></td></tr>
<tr><td align="left">Bashkir</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bak.m3u</code></td></tr>
<tr><td align="left">Belarusian</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bel.m3u</code></td></tr>
<tr><td align="left">Bengali</td><td align="right">39</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ben.m3u</code></td></tr>
<tr><td align="left">Bhojpuri</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bho.m3u</code></td></tr>
<tr><td align="left">Bengali</td><td align="right">38</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ben.m3u</code></td></tr>
<tr><td align="left">Bhojpuri</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bho.m3u</code></td></tr>
<tr><td align="left">Bosnian</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bos.m3u</code></td></tr>
<tr><td align="left">Bulgarian</td><td align="right">17</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bul.m3u</code></td></tr>
<tr><td align="left">Burmese</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/mya.m3u</code></td></tr>
<tr><td align="left">Catalan</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/cat.m3u</code></td></tr>
<tr><td align="left">Chinese</td><td align="right">56</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/zho.m3u</code></td></tr>
<tr><td align="left">Chinese</td><td align="right">59</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/zho.m3u</code></td></tr>
<tr><td align="left">Croatian</td><td align="right">11</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/hrv.m3u</code></td></tr>
<tr><td align="left">Czech</td><td align="right">18</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ces.m3u</code></td></tr>
<tr><td align="left">Danish</td><td align="right">12</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/dan.m3u</code></td></tr>
<tr><td align="left">Dhivehi</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/div.m3u</code></td></tr>
<tr><td align="left">Dimili</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/zza.m3u</code></td></tr>
<tr><td align="left">Dutch</td><td align="right">77</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/nld.m3u</code></td></tr>
<tr><td align="left">English</td><td align="right">1487</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
<tr><td align="left">English</td><td align="right">1489</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
<tr><td align="left">Estonian</td><td align="right">6</td><td align="left" nowrap><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" nowrap><code>https://iptv-org.github.io/iptv/languages/fao.m3u</code></td></tr>
<tr><td align="left">Finnish</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fin.m3u</code></td></tr>
<tr><td align="left">French</td><td align="right">153</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fra.m3u</code></td></tr>
<tr><td align="left">French</td><td align="right">154</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fra.m3u</code></td></tr>
<tr><td align="left">Galician</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/glg.m3u</code></td></tr>
<tr><td align="left">Georgian</td><td align="right">6</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kat.m3u</code></td></tr>
<tr><td align="left">German</td><td align="right">168</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/deu.m3u</code></td></tr>
<tr><td align="left">German</td><td align="right">167</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/deu.m3u</code></td></tr>
<tr><td align="left">Greek</td><td align="right">77</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ell.m3u</code></td></tr>
<tr><td align="left">Greenlandic</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kal.m3u</code></td></tr>
<tr><td align="left">Gujarati</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/guj.m3u</code></td></tr>
<tr><td align="left">Hebrew</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/heb.m3u</code></td></tr>
<tr><td align="left">Hindi</td><td align="right">69</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/hin.m3u</code></td></tr>
<tr><td align="left">Hindi</td><td align="right">66</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/hin.m3u</code></td></tr>
<tr><td align="left">Hungarian</td><td align="right">33</td><td align="left" nowrap><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" nowrap><code>https://iptv-org.github.io/iptv/languages/isl.m3u</code></td></tr>
<tr><td align="left">Indonesian</td><td align="right">163</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ind.m3u</code></td></tr>
<tr><td align="left">Indonesian</td><td align="right">169</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ind.m3u</code></td></tr>
<tr><td align="left">Inuktitut</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/iku.m3u</code></td></tr>
<tr><td align="left">Irish</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/gle.m3u</code></td></tr>
<tr><td align="left">Italian</td><td align="right">150</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ita.m3u</code></td></tr>
<tr><td align="left">Italian</td><td align="right">149</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ita.m3u</code></td></tr>
<tr><td align="left">Japanese</td><td align="right">19</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/jpn.m3u</code></td></tr>
<tr><td align="left">Javanese</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/jav.m3u</code></td></tr>
<tr><td align="left">Kannada</td><td align="right">6</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kan.m3u</code></td></tr>
<tr><td align="left">Kazakh</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kaz.m3u</code></td></tr>
<tr><td align="left">Khmer</td><td align="right">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/khm.m3u</code></td></tr>
<tr><td align="left">Kirghiz</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kir.m3u</code></td></tr>
<tr><td align="left">Korean</td><td align="right">111</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kor.m3u</code></td></tr>
<tr><td align="left">Korean</td><td align="right">110</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kor.m3u</code></td></tr>
<tr><td align="left">Kurdish</td><td align="right">12</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/kur.m3u</code></td></tr>
<tr><td align="left">Lao</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/lao.m3u</code></td></tr>
<tr><td align="left">Latvian</td><td align="right">6</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/lav.m3u</code></td></tr>
<tr><td align="left">Letzeburgesch</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ltz.m3u</code></td></tr>
<tr><td align="left">Lithuanian</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/lit.m3u</code></td></tr>
<tr><td align="left">Macedonian</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/mkd.m3u</code></td></tr>
<tr><td align="left">Malay</td><td align="right">16</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/msa.m3u</code></td></tr>
<tr><td align="left">Malayalam</td><td align="right">47</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/mal.m3u</code></td></tr>
<tr><td align="left">Malay</td><td align="right">19</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/msa.m3u</code></td></tr>
<tr><td align="left">Malayalam</td><td align="right">46</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/mal.m3u</code></td></tr>
<tr><td align="left">Maltese</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/mlt.m3u</code></td></tr>
<tr><td align="left">Mandarin Chinese</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/cmn.m3u</code></td></tr>
<tr><td align="left">Marathi</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/mar.m3u</code></td></tr>
@ -144,33 +144,33 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td align="left">Pashto</td><td align="right">14</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/pus.m3u</code></td></tr>
<tr><td align="left">Persian</td><td align="right">75</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fas.m3u</code></td></tr>
<tr><td align="left">Polish</td><td align="right">38</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/pol.m3u</code></td></tr>
<tr><td align="left">Portuguese</td><td align="right">142</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/por.m3u</code></td></tr>
<tr><td align="left">Romanian</td><td align="right">36</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ron.m3u</code></td></tr>
<tr><td align="left">Russian</td><td align="right">305</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/rus.m3u</code></td></tr>
<tr><td align="left">Portuguese</td><td align="right">143</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/por.m3u</code></td></tr>
<tr><td align="left">Romanian</td><td align="right">34</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ron.m3u</code></td></tr>
<tr><td align="left">Russian</td><td align="right">302</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/rus.m3u</code></td></tr>
<tr><td align="left">Serbian</td><td align="right">43</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/srp.m3u</code></td></tr>
<tr><td align="left">Sindhi</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/snd.m3u</code></td></tr>
<tr><td align="left">Sinhala</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/sin.m3u</code></td></tr>
<tr><td align="left">Slovak</td><td align="right">15</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/slk.m3u</code></td></tr>
<tr><td align="left">Slovenian</td><td align="right">9</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/slv.m3u</code></td></tr>
<tr><td align="left">Somali</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/som.m3u</code></td></tr>
<tr><td align="left">Spanish</td><td align="right">1054</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/spa.m3u</code></td></tr>
<tr><td align="left">Spanish</td><td align="right">1042</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/spa.m3u</code></td></tr>
<tr><td align="left">Swahili</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/swa.m3u</code></td></tr>
<tr><td align="left">Swedish</td><td align="right">16</td><td align="left" nowrap><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" nowrap><code>https://iptv-org.github.io/iptv/languages/tgl.m3u</code></td></tr>
<tr><td align="left">Tamil</td><td align="right">36</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tam.m3u</code></td></tr>
<tr><td align="left">Telugu</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tel.m3u</code></td></tr>
<tr><td align="left">Thai</td><td align="right">45</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tha.m3u</code></td></tr>
<tr><td align="left">Turkish</td><td align="right">124</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tur.m3u</code></td></tr>
<tr><td align="left">Telugu</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tel.m3u</code></td></tr>
<tr><td align="left">Thai</td><td align="right">46</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tha.m3u</code></td></tr>
<tr><td align="left">Turkish</td><td align="right">123</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tur.m3u</code></td></tr>
<tr><td align="left">Turkmen</td><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tuk.m3u</code></td></tr>
<tr><td align="left">Ukrainian</td><td align="right">45</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ukr.m3u</code></td></tr>
<tr><td align="left">Urdu</td><td align="right">20</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/urd.m3u</code></td></tr>
<tr><td align="left">Ukrainian</td><td align="right">44</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ukr.m3u</code></td></tr>
<tr><td align="left">Urdu</td><td align="right">19</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/urd.m3u</code></td></tr>
<tr><td align="left">Uzbek</td><td align="right">2</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/uzb.m3u</code></td></tr>
<tr><td align="left">Vietnamese</td><td align="right">42</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/vie.m3u</code></td></tr>
<tr><td align="left">Welsh</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/cym.m3u</code></td></tr>
<tr><td align="left">Western Frisian</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fry.m3u</code></td></tr>
<tr><td align="left">Wolof</td><td align="right">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/wol.m3u</code></td></tr>
<tr><td align="left">Yue Chinese</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/yue.m3u</code></td></tr>
<tr><td align="left">Undefined</td><td align="right">2261</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
<tr><td align="left">Undefined</td><td align="right">2248</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
</tbody>
</table>
@ -188,40 +188,40 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><th align="left">Country</th><th align="left">Channels</th><th align="left">Playlist</th></tr>
</thead>
<tbody>
<tr><td>🇦🇫 Afghanistan</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/af.m3u</code></td></tr>
<tr><td>🇦🇱 Albania</td><td align="right">85</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/al.m3u</code></td></tr>
<tr><td>🇩🇿 Algeria</td><td align="right">98</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dz.m3u</code></td></tr>
<tr><td>🇦🇫 Afghanistan</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/af.m3u</code></td></tr>
<tr><td>🇦🇱 Albania</td><td align="right">87</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/al.m3u</code></td></tr>
<tr><td>🇩🇿 Algeria</td><td align="right">97</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dz.m3u</code></td></tr>
<tr><td>🇦🇸 American Samoa</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/as.m3u</code></td></tr>
<tr><td>🇦🇩 Andorra</td><td align="right">58</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
<tr><td>🇦🇴 Angola</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ao.m3u</code></td></tr>
<tr><td>🇦🇴 Angola</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ao.m3u</code></td></tr>
<tr><td>🇦🇮 Anguilla</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ai.m3u</code></td></tr>
<tr><td>🇦🇶 Antarctica</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/aq.m3u</code></td></tr>
<tr><td>🇦🇬 Antigua and Barbuda</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ag.m3u</code></td></tr>
<tr><td>🇦🇷 Argentina</td><td align="right">204</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ar.m3u</code></td></tr>
<tr><td>🇦🇲 Armenia</td><td align="right">88</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/am.m3u</code></td></tr>
<tr><td>🇦🇷 Argentina</td><td align="right">203</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ar.m3u</code></td></tr>
<tr><td>🇦🇲 Armenia</td><td align="right">87</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/am.m3u</code></td></tr>
<tr><td>🇦🇼 Aruba</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/aw.m3u</code></td></tr>
<tr><td>🇦🇺 Australia</td><td align="right">93</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/au.m3u</code></td></tr>
<tr><td>🇦🇹 Austria</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/at.m3u</code></td></tr>
<tr><td>🇦🇿 Azerbaijan</td><td align="right">79</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/az.m3u</code></td></tr>
<tr><td>🇦🇹 Austria</td><td align="right">82</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/at.m3u</code></td></tr>
<tr><td>🇦🇿 Azerbaijan</td><td align="right">78</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/az.m3u</code></td></tr>
<tr><td>🇧🇸 Bahamas</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bs.m3u</code></td></tr>
<tr><td>🇧🇭 Bahrain</td><td align="right">82</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
<tr><td>🇧🇩 Bangladesh</td><td align="right">71</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bd.m3u</code></td></tr>
<tr><td>🇧🇩 Bangladesh</td><td align="right">74</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bd.m3u</code></td></tr>
<tr><td>🇧🇧 Barbados</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bb.m3u</code></td></tr>
<tr><td>🇧🇾 Belarus</td><td align="right">85</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/by.m3u</code></td></tr>
<tr><td>🇧🇪 Belgium</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/be.m3u</code></td></tr>
<tr><td>🇧🇾 Belarus</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/by.m3u</code></td></tr>
<tr><td>🇧🇪 Belgium</td><td align="right">81</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/be.m3u</code></td></tr>
<tr><td>🇧🇿 Belize</td><td align="right">43</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bz.m3u</code></td></tr>
<tr><td>🇧🇯 Benin</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bj.m3u</code></td></tr>
<tr><td>🇧🇲 Bermuda</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bm.m3u</code></td></tr>
<tr><td>🇧🇹 Bhutan</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bt.m3u</code></td></tr>
<tr><td>🇧🇴 Bolivia</td><td align="right">107</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
<tr><td>🇧🇹 Bhutan</td><td align="right">54</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bt.m3u</code></td></tr>
<tr><td>🇧🇴 Bolivia</td><td align="right">104</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
<tr><td>🇧🇶 Bonaire</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bq.m3u</code></td></tr>
<tr><td>🇧🇦 Bosnia and Herzegovina</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ba.m3u</code></td></tr>
<tr><td>🇧🇼 Botswana</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bw.m3u</code></td></tr>
<tr><td>🇧🇻 Bouvet Island</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bv.m3u</code></td></tr>
<tr><td>🇧🇷 Brazil</td><td align="right">157</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/br.m3u</code></td></tr>
<tr><td>🇧🇷 Brazil</td><td align="right">158</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/br.m3u</code></td></tr>
<tr><td>🇮🇴 British Indian Ocean Territory</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/io.m3u</code></td></tr>
<tr><td>🇻🇬 British Virgin Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vg.m3u</code></td></tr>
<tr><td>🇧🇳 Brunei</td><td align="right">54</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bn.m3u</code></td></tr>
<tr><td>🇧🇳 Brunei</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bn.m3u</code></td></tr>
<tr><td>🇧🇬 Bulgaria</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bg.m3u</code></td></tr>
<tr><td>🇧🇫 Burkina Faso</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bf.m3u</code></td></tr>
<tr><td>🇧🇮 Burundi</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bi.m3u</code></td></tr>
@ -232,28 +232,28 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇰🇾 Cayman Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ky.m3u</code></td></tr>
<tr><td>🇨🇫 Central African Republic</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cf.m3u</code></td></tr>
<tr><td>🇹🇩 Chad</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/td.m3u</code></td></tr>
<tr><td>🇨🇱 Chile</td><td align="right">208</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cl.m3u</code></td></tr>
<tr><td>🇨🇳 China</td><td align="right">959</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cn.m3u</code></td></tr>
<tr><td>🇨🇱 Chile</td><td align="right">211</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cl.m3u</code></td></tr>
<tr><td>🇨🇳 China</td><td align="right">942</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cn.m3u</code></td></tr>
<tr><td>🇨🇽 Christmas Island</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cx.m3u</code></td></tr>
<tr><td>🇨🇨 Cocos (Keeling) Islands</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cc.m3u</code></td></tr>
<tr><td>🇨🇴 Colombia</td><td align="right">149</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/co.m3u</code></td></tr>
<tr><td>🇨🇴 Colombia</td><td align="right">145</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/co.m3u</code></td></tr>
<tr><td>🇰🇲 Comoros</td><td align="right">73</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/km.m3u</code></td></tr>
<tr><td>🇨🇰 Cook Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ck.m3u</code></td></tr>
<tr><td>🇨🇷 Costa Rica</td><td align="right">113</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cr.m3u</code></td></tr>
<tr><td>🇨🇷 Costa Rica</td><td align="right">106</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cr.m3u</code></td></tr>
<tr><td>🇭🇷 Croatia</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hr.m3u</code></td></tr>
<tr><td>🇨🇺 Cuba</td><td align="right">89</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cu.m3u</code></td></tr>
<tr><td>🇨🇼 Curacao</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cw.m3u</code></td></tr>
<tr><td>🇨🇾 Cyprus</td><td align="right">82</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cy.m3u</code></td></tr>
<tr><td>🇨🇺 Cuba</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cu.m3u</code></td></tr>
<tr><td>🇨🇼 Curacao</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cw.m3u</code></td></tr>
<tr><td>🇨🇾 Cyprus</td><td align="right">81</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cy.m3u</code></td></tr>
<tr><td>🇨🇿 Czech Republic</td><td align="right">70</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cz.m3u</code></td></tr>
<tr><td>🇨🇩 Democratic Republic of the Congo</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cd.m3u</code></td></tr>
<tr><td>🇩🇰 Denmark</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dk.m3u</code></td></tr>
<tr><td>🇩🇯 Djibouti</td><td align="right">77</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dj.m3u</code></td></tr>
<tr><td>🇩🇲 Dominica</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dm.m3u</code></td></tr>
<tr><td>🇩🇴 Dominican Republic</td><td align="right">172</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/do.m3u</code></td></tr>
<tr><td>🇩🇴 Dominican Republic</td><td align="right">164</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/do.m3u</code></td></tr>
<tr><td>🇹🇱 East Timor</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tl.m3u</code></td></tr>
<tr><td>🇪🇨 Ecuador</td><td align="right">106</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ec.m3u</code></td></tr>
<tr><td>🇪🇨 Ecuador</td><td align="right">103</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ec.m3u</code></td></tr>
<tr><td>🇪🇬 Egypt</td><td align="right">110</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/eg.m3u</code></td></tr>
<tr><td>🇸🇻 El Salvador</td><td align="right">102</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sv.m3u</code></td></tr>
<tr><td>🇸🇻 El Salvador</td><td align="right">99</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sv.m3u</code></td></tr>
<tr><td>🇬🇶 Equatorial Guinea</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gq.m3u</code></td></tr>
<tr><td>🇪🇷 Eritrea</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/er.m3u</code></td></tr>
<tr><td>🇪🇪 Estonia</td><td align="right">61</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
@ -262,14 +262,14 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇫🇴 Faroe Islands</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fo.m3u</code></td></tr>
<tr><td>🇫🇯 Fiji</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fj.m3u</code></td></tr>
<tr><td>🇫🇮 Finland</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
<tr><td>🇫🇷 France</td><td align="right">175</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fr.m3u</code></td></tr>
<tr><td>🇬🇫 French Guiana</td><td align="right">43</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gf.m3u</code></td></tr>
<tr><td>🇫🇷 France</td><td align="right">177</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fr.m3u</code></td></tr>
<tr><td>🇬🇫 French Guiana</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gf.m3u</code></td></tr>
<tr><td>🇵🇫 French Polynesia</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pf.m3u</code></td></tr>
<tr><td>🇹🇫 French Southern Territories</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tf.m3u</code></td></tr>
<tr><td>🇬🇦 Gabon</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ga.m3u</code></td></tr>
<tr><td>🇬🇲 Gambia</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gm.m3u</code></td></tr>
<tr><td>🇬🇪 Georgia</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ge.m3u</code></td></tr>
<tr><td>🇩🇪 Germany</td><td align="right">214</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/de.m3u</code></td></tr>
<tr><td>🇩🇪 Germany</td><td align="right">215</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/de.m3u</code></td></tr>
<tr><td>🇬🇭 Ghana</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gh.m3u</code></td></tr>
<tr><td>🇬🇮 Gibraltar</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gi.m3u</code></td></tr>
<tr><td>🇬🇷 Greece</td><td align="right">140</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gr.m3u</code></td></tr>
@ -277,36 +277,36 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇬🇩 Grenada</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gd.m3u</code></td></tr>
<tr><td>🇬🇵 Guadeloupe</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gp.m3u</code></td></tr>
<tr><td>🇬🇺 Guam</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gu.m3u</code></td></tr>
<tr><td>🇬🇹 Guatemala</td><td align="right">91</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gt.m3u</code></td></tr>
<tr><td>🇬🇹 Guatemala</td><td align="right">88</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gt.m3u</code></td></tr>
<tr><td>🇬🇬 Guernsey</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gg.m3u</code></td></tr>
<tr><td>🇬🇳 Guinea</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gn.m3u</code></td></tr>
<tr><td>🇬🇼 Guinea-Bissau</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gw.m3u</code></td></tr>
<tr><td>🇬🇾 Guyana</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gy.m3u</code></td></tr>
<tr><td>🇭🇹 Haiti</td><td align="right">55</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ht.m3u</code></td></tr>
<tr><td>🇭🇲 Heard Island and McDonald Islands</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hm.m3u</code></td></tr>
<tr><td>🇭🇳 Honduras</td><td align="right">121</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hn.m3u</code></td></tr>
<tr><td>🇭🇳 Honduras</td><td align="right">119</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hn.m3u</code></td></tr>
<tr><td>🇭🇰 Hong Kong</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hk.m3u</code></td></tr>
<tr><td>🇭🇺 Hungary</td><td align="right">88</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hu.m3u</code></td></tr>
<tr><td>🇮🇸 Iceland</td><td align="right">57</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/is.m3u</code></td></tr>
<tr><td>🇮🇳 India</td><td align="right">256</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/in.m3u</code></td></tr>
<tr><td>🇮🇩 Indonesia</td><td align="right">231</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/id.m3u</code></td></tr>
<tr><td>🇮🇳 India</td><td align="right">253</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/in.m3u</code></td></tr>
<tr><td>🇮🇩 Indonesia</td><td align="right">236</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/id.m3u</code></td></tr>
<tr><td>🇮🇷 Iran</td><td align="right">124</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ir.m3u</code></td></tr>
<tr><td>🇮🇶 Iraq</td><td align="right">113</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/iq.m3u</code></td></tr>
<tr><td>🇮🇶 Iraq</td><td align="right">112</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/iq.m3u</code></td></tr>
<tr><td>🇮🇪 Ireland</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ie.m3u</code></td></tr>
<tr><td>🇮🇲 Isle of Man</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/im.m3u</code></td></tr>
<tr><td>🇮🇱 Israel</td><td align="right">63</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/il.m3u</code></td></tr>
<tr><td>🇮🇹 Italy</td><td align="right">222</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/it.m3u</code></td></tr>
<tr><td>🇮🇹 Italy</td><td align="right">221</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/it.m3u</code></td></tr>
<tr><td>🇨🇮 Ivory Coast</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ci.m3u</code></td></tr>
<tr><td>🇯🇲 Jamaica</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jm.m3u</code></td></tr>
<tr><td>🇯🇵 Japan</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jp.m3u</code></td></tr>
<tr><td>🇯🇪 Jersey</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/je.m3u</code></td></tr>
<tr><td>🇯🇴 Jordan</td><td align="right">99</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
<tr><td>🇰🇿 Kazakhstan</td><td align="right">78</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kz.m3u</code></td></tr>
<tr><td>🇰🇿 Kazakhstan</td><td align="right">77</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kz.m3u</code></td></tr>
<tr><td>🇰🇪 Kenya</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ke.m3u</code></td></tr>
<tr><td>🇰🇮 Kiribati</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ki.m3u</code></td></tr>
<tr><td>🇽🇰 Kosovo</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/xk.m3u</code></td></tr>
<tr><td>🇰🇼 Kuwait</td><td align="right">98</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kw.m3u</code></td></tr>
<tr><td>🇰🇬 Kyrgyzstan</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kg.m3u</code></td></tr>
<tr><td>🇰🇬 Kyrgyzstan</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kg.m3u</code></td></tr>
<tr><td>🇱🇦 Laos</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/la.m3u</code></td></tr>
<tr><td>🇱🇻 Latvia</td><td align="right">61</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lv.m3u</code></td></tr>
<tr><td>🇱🇧 Lebanon</td><td align="right">96</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
@ -319,18 +319,18 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇲🇴 Macao</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mo.m3u</code></td></tr>
<tr><td>🇲🇬 Madagascar</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mg.m3u</code></td></tr>
<tr><td>🇲🇼 Malawi</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mw.m3u</code></td></tr>
<tr><td>🇲🇾 Malaysia</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/my.m3u</code></td></tr>
<tr><td>🇲🇻 Maldives</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mv.m3u</code></td></tr>
<tr><td>🇲🇾 Malaysia</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/my.m3u</code></td></tr>
<tr><td>🇲🇻 Maldives</td><td align="right">56</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mv.m3u</code></td></tr>
<tr><td>🇲🇱 Mali</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ml.m3u</code></td></tr>
<tr><td>🇲🇹 Malta</td><td align="right">58</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mt.m3u</code></td></tr>
<tr><td>🇲🇭 Marshall Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mh.m3u</code></td></tr>
<tr><td>🇲🇶 Martinique</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mq.m3u</code></td></tr>
<tr><td>🇲🇶 Martinique</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mq.m3u</code></td></tr>
<tr><td>🇲🇷 Mauritania</td><td align="right">75</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mr.m3u</code></td></tr>
<tr><td>🇲🇺 Mauritius</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mu.m3u</code></td></tr>
<tr><td>🇾🇹 Mayotte</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/yt.m3u</code></td></tr>
<tr><td>🇲🇽 Mexico</td><td align="right">161</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mx.m3u</code></td></tr>
<tr><td>🇲🇽 Mexico</td><td align="right">155</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mx.m3u</code></td></tr>
<tr><td>🇫🇲 Micronesia</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fm.m3u</code></td></tr>
<tr><td>🇲🇩 Moldova</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/md.m3u</code></td></tr>
<tr><td>🇲🇩 Moldova</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/md.m3u</code></td></tr>
<tr><td>🇲🇨 Monaco</td><td align="right">57</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mc.m3u</code></td></tr>
<tr><td>🇲🇳 Mongolia</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mn.m3u</code></td></tr>
<tr><td>🇲🇪 Montenegro</td><td align="right">61</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/me.m3u</code></td></tr>
@ -340,13 +340,13 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇲🇲 Myanmar (Burma)</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mm.m3u</code></td></tr>
<tr><td>🇳🇦 Namibia</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/na.m3u</code></td></tr>
<tr><td>🇳🇷 Nauru</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nr.m3u</code></td></tr>
<tr><td>🇳🇵 Nepal</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/np.m3u</code></td></tr>
<tr><td>🇳🇱 Netherlands</td><td align="right">146</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nl.m3u</code></td></tr>
<tr><td>🇳🇵 Nepal</td><td align="right">55</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/np.m3u</code></td></tr>
<tr><td>🇳🇱 Netherlands</td><td align="right">145</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nl.m3u</code></td></tr>
<tr><td>🇳🇨 New Caledonia</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nc.m3u</code></td></tr>
<tr><td>🇳🇿 New Zealand</td><td align="right">58</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nz.m3u</code></td></tr>
<tr><td>🇳🇮 Nicaragua</td><td align="right">100</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ni.m3u</code></td></tr>
<tr><td>🇳🇮 Nicaragua</td><td align="right">97</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ni.m3u</code></td></tr>
<tr><td>🇳🇪 Niger</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ne.m3u</code></td></tr>
<tr><td>🇳🇬 Nigeria</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ng.m3u</code></td></tr>
<tr><td>🇳🇬 Nigeria</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ng.m3u</code></td></tr>
<tr><td>🇳🇺 Niue</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nu.m3u</code></td></tr>
<tr><td>🇳🇫 Norfolk Island</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nf.m3u</code></td></tr>
<tr><td>🇰🇵 North Korea</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kp.m3u</code></td></tr>
@ -354,39 +354,39 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇲🇵 Northern Mariana Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mp.m3u</code></td></tr>
<tr><td>🇳🇴 Norway</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
<tr><td>🇴🇲 Oman</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/om.m3u</code></td></tr>
<tr><td>🇵🇰 Pakistan</td><td align="right">71</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pk.m3u</code></td></tr>
<tr><td>🇵🇰 Pakistan</td><td align="right">75</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pk.m3u</code></td></tr>
<tr><td>🇵🇼 Palau</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pw.m3u</code></td></tr>
<tr><td>🇵🇸 Palestine</td><td align="right">96</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ps.m3u</code></td></tr>
<tr><td>🇵🇦 Panama</td><td align="right">97</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pa.m3u</code></td></tr>
<tr><td>🇵🇸 Palestine</td><td align="right">98</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ps.m3u</code></td></tr>
<tr><td>🇵🇦 Panama</td><td align="right">94</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pa.m3u</code></td></tr>
<tr><td>🇵🇬 Papua New Guinea</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pg.m3u</code></td></tr>
<tr><td>🇵🇾 Paraguay</td><td align="right">107</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/py.m3u</code></td></tr>
<tr><td>🇵🇪 Peru</td><td align="right">244</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pe.m3u</code></td></tr>
<tr><td>🇵🇾 Paraguay</td><td align="right">103</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/py.m3u</code></td></tr>
<tr><td>🇵🇪 Peru</td><td align="right">240</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pe.m3u</code></td></tr>
<tr><td>🇵🇭 Philippines</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ph.m3u</code></td></tr>
<tr><td>🇵🇳 Pitcairn Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pn.m3u</code></td></tr>
<tr><td>🇵🇱 Poland</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pl.m3u</code></td></tr>
<tr><td>🇵🇱 Poland</td><td align="right">91</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pl.m3u</code></td></tr>
<tr><td>🇵🇹 Portugal</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pt.m3u</code></td></tr>
<tr><td>🇵🇷 Puerto Rico</td><td align="right">96</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pr.m3u</code></td></tr>
<tr><td>🇵🇷 Puerto Rico</td><td align="right">93</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pr.m3u</code></td></tr>
<tr><td>🇶🇦 Qatar</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/qa.m3u</code></td></tr>
<tr><td>🇨🇬 Republic of the Congo</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cg.m3u</code></td></tr>
<tr><td>🇷🇴 Romania</td><td align="right">85</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ro.m3u</code></td></tr>
<tr><td>🇷🇺 Russia</td><td align="right">403</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
<tr><td>🇷🇴 Romania</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ro.m3u</code></td></tr>
<tr><td>🇷🇺 Russia</td><td align="right">397</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
<tr><td>🇷🇼 Rwanda</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/rw.m3u</code></td></tr>
<tr><td>🇷🇪 Réunion</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/re.m3u</code></td></tr>
<tr><td>🇧🇱 Saint Barthélemy</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bl.m3u</code></td></tr>
<tr><td>🇧🇱 Saint Barthélemy</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bl.m3u</code></td></tr>
<tr><td>🇸🇭 Saint Helena</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sh.m3u</code></td></tr>
<tr><td>🇰🇳 Saint Kitts and Nevis</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kn.m3u</code></td></tr>
<tr><td>🇱🇨 Saint Lucia</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lc.m3u</code></td></tr>
<tr><td>🇲🇫 Saint Martin</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mf.m3u</code></td></tr>
<tr><td>🇲🇫 Saint Martin</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mf.m3u</code></td></tr>
<tr><td>🇵🇲 Saint Pierre and Miquelon</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pm.m3u</code></td></tr>
<tr><td>🇻🇨 Saint Vincent and the Grenadines</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vc.m3u</code></td></tr>
<tr><td>🇼🇸 Samoa</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ws.m3u</code></td></tr>
<tr><td>🇸🇲 San Marino</td><td align="right">58</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sm.m3u</code></td></tr>
<tr><td>🇸🇦 Saudi Arabia</td><td align="right">127</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sa.m3u</code></td></tr>
<tr><td>🇸🇳 Senegal</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sn.m3u</code></td></tr>
<tr><td>🇸🇳 Senegal</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sn.m3u</code></td></tr>
<tr><td>🇷🇸 Serbia</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/rs.m3u</code></td></tr>
<tr><td>🇸🇨 Seychelles</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sc.m3u</code></td></tr>
<tr><td>🇸🇱 Sierra Leone</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sl.m3u</code></td></tr>
<tr><td>🇸🇬 Singapore</td><td align="right">60</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sg.m3u</code></td></tr>
<tr><td>🇸🇬 Singapore</td><td align="right">59</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sg.m3u</code></td></tr>
<tr><td>🇸🇽 Sint Maarten</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sx.m3u</code></td></tr>
<tr><td>🇸🇰 Slovakia</td><td align="right">78</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sk.m3u</code></td></tr>
<tr><td>🇸🇮 Slovenia</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/si.m3u</code></td></tr>
@ -396,8 +396,8 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇬🇸 South Georgia and the South Sandwich Islands</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gs.m3u</code></td></tr>
<tr><td>🇰🇷 South Korea</td><td align="right">170</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kr.m3u</code></td></tr>
<tr><td>🇸🇸 South Sudan</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ss.m3u</code></td></tr>
<tr><td>🇪🇸 Spain</td><td align="right">233</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
<tr><td>🇱🇰 Sri Lanka</td><td align="right">59</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lk.m3u</code></td></tr>
<tr><td>🇪🇸 Spain</td><td align="right">229</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
<tr><td>🇱🇰 Sri Lanka</td><td align="right">63</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lk.m3u</code></td></tr>
<tr><td>🇸🇩 Sudan</td><td align="right">78</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sd.m3u</code></td></tr>
<tr><td>🇸🇷 Suriname</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sr.m3u</code></td></tr>
<tr><td>🇸🇯 Svalbard and Jan Mayen</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sj.m3u</code></td></tr>
@ -406,8 +406,8 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇨🇭 Switzerland</td><td align="right">105</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ch.m3u</code></td></tr>
<tr><td>🇸🇾 Syria</td><td align="right">91</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sy.m3u</code></td></tr>
<tr><td>🇸🇹 São Tomé and Príncipe</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/st.m3u</code></td></tr>
<tr><td>🇹🇼 Taiwan</td><td align="right">105</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tw.m3u</code></td></tr>
<tr><td>🇹🇯 Tajikistan</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tj.m3u</code></td></tr>
<tr><td>🇹🇼 Taiwan</td><td align="right">104</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tw.m3u</code></td></tr>
<tr><td>🇹🇯 Tajikistan</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tj.m3u</code></td></tr>
<tr><td>🇹🇿 Tanzania</td><td align="right">45</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tz.m3u</code></td></tr>
<tr><td>🇹🇭 Thailand</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/th.m3u</code></td></tr>
<tr><td>🇹🇬 Togo</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tg.m3u</code></td></tr>
@ -422,15 +422,15 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇺🇲 U.S. Minor Outlying Islands</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/um.m3u</code></td></tr>
<tr><td>🇻🇮 U.S. Virgin Islands</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vi.m3u</code></td></tr>
<tr><td>🇺🇬 Uganda</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ug.m3u</code></td></tr>
<tr><td>🇺🇦 Ukraine</td><td align="right">134</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ua.m3u</code></td></tr>
<tr><td>🇦🇪 United Arab Emirates</td><td align="right">115</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ae.m3u</code></td></tr>
<tr><td>🇺🇦 Ukraine</td><td align="right">133</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ua.m3u</code></td></tr>
<tr><td>🇦🇪 United Arab Emirates</td><td align="right">116</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ae.m3u</code></td></tr>
<tr><td>🇬🇧 United Kingdom</td><td align="right">216</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
<tr><td>🇺🇸 United States</td><td align="right">1828</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/us.m3u</code></td></tr>
<tr><td>🇺🇾 Uruguay</td><td align="right">90</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uy.m3u</code></td></tr>
<tr><td>🇺🇿 Uzbekistan</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uz.m3u</code></td></tr>
<tr><td>🇺🇸 United States</td><td align="right">1829</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/us.m3u</code></td></tr>
<tr><td>🇺🇾 Uruguay</td><td align="right">87</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uy.m3u</code></td></tr>
<tr><td>🇺🇿 Uzbekistan</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uz.m3u</code></td></tr>
<tr><td>🇻🇺 Vanuatu</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vu.m3u</code></td></tr>
<tr><td>🇻🇦 Vatican City</td><td align="right">56</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/va.m3u</code></td></tr>
<tr><td>🇻🇪 Venezuela</td><td align="right">104</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ve.m3u</code></td></tr>
<tr><td>🇻🇪 Venezuela</td><td align="right">101</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ve.m3u</code></td></tr>
<tr><td>🇻🇳 Vietnam</td><td align="right">105</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vn.m3u</code></td></tr>
<tr><td>🇼🇫 Wallis and Futuna</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/wf.m3u</code></td></tr>
<tr><td>🇪🇭 Western Sahara</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/eh.m3u</code></td></tr>
@ -438,7 +438,7 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><td>🇿🇲 Zambia</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/zm.m3u</code></td></tr>
<tr><td>🇿🇼 Zimbabwe</td><td align="right">44</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/zw.m3u</code></td></tr>
<tr><td>🇦🇽 Åland</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ax.m3u</code></td></tr>
<tr><td>Undefined</td><td align="right">128</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/undefined.m3u</code></td></tr>
<tr><td>Undefined</td><td align="right">129</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/undefined.m3u</code></td></tr>
</tbody>
</table>
@ -456,34 +456,34 @@ To watch IPTV, simply insert one of the links below into any player that support
<tr><th align="left">Region</th><th align="left">Channels</th><th align="left">Playlist</th></tr>
</thead>
<tbody>
<tr><td align="left">Europe, the Middle East and Africa</td><td align="right">2433</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/emea.m3u</code></td></tr>
<tr><td align="left">Africa</td><td align="right">140</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/afr.m3u</code></td></tr>
<tr><td align="left">Americas</td><td align="right">2800</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/amer.m3u</code></td></tr>
<tr><td align="left">Arab world</td><td align="right">341</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/arab.m3u</code></td></tr>
<tr><td align="left">Asia</td><td align="right">2638</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asia.m3u</code></td></tr>
<tr><td align="left">Asia-Pacific</td><td align="right">1814</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/apac.m3u</code></td></tr>
<tr><td align="left">Association of Southeast Asian Nations</td><td align="right">347</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asean.m3u</code></td></tr>
<tr><td align="left">Caribbean</td><td align="right">120</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/carib.m3u</code></td></tr>
<tr><td align="left">Central America</td><td align="right">97</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cenamer.m3u</code></td></tr>
<tr><td align="left">Europe, the Middle East and Africa</td><td align="right">2419</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/emea.m3u</code></td></tr>
<tr><td align="left">Africa</td><td align="right">138</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/afr.m3u</code></td></tr>
<tr><td align="left">Americas</td><td align="right">2797</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/amer.m3u</code></td></tr>
<tr><td align="left">Arab world</td><td align="right">342</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/arab.m3u</code></td></tr>
<tr><td align="left">Asia</td><td align="right">2620</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asia.m3u</code></td></tr>
<tr><td align="left">Asia-Pacific</td><td align="right">1800</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/apac.m3u</code></td></tr>
<tr><td align="left">Association of Southeast Asian Nations</td><td align="right">357</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asean.m3u</code></td></tr>
<tr><td align="left">Caribbean</td><td align="right">117</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/carib.m3u</code></td></tr>
<tr><td align="left">Central America</td><td align="right">94</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cenamer.m3u</code></td></tr>
<tr><td align="left">Central Asia</td><td align="right">30</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cas.m3u</code></td></tr>
<tr><td align="left">Commonwealth of Independent States</td><td align="right">444</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cis.m3u</code></td></tr>
<tr><td align="left">Europe</td><td align="right">2011</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/eur.m3u</code></td></tr>
<tr><td align="left">Hispanic America</td><td align="right">840</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/hispam.m3u</code></td></tr>
<tr><td align="left">Latin America and the Caribbean</td><td align="right">938</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/lac.m3u</code></td></tr>
<tr><td align="left">Latin America</td><td align="right">925</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/latam.m3u</code></td></tr>
<tr><td align="left">Maghreb</td><td align="right">72</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/maghreb.m3u</code></td></tr>
<tr><td align="left">Commonwealth of Independent States</td><td align="right">438</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cis.m3u</code></td></tr>
<tr><td align="left">Europe</td><td align="right">1997</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/eur.m3u</code></td></tr>
<tr><td align="left">Hispanic America</td><td align="right">831</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/hispam.m3u</code></td></tr>
<tr><td align="left">Latin America and the Caribbean</td><td align="right">935</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/lac.m3u</code></td></tr>
<tr><td align="left">Latin America</td><td align="right">921</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/latam.m3u</code></td></tr>
<tr><td align="left">Maghreb</td><td align="right">71</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/maghreb.m3u</code></td></tr>
<tr><td align="left">Middle East and North Africa</td><td align="right">551</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/mena.m3u</code></td></tr>
<tr><td align="left">Middle East</td><td align="right">494</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/mideast.m3u</code></td></tr>
<tr><td align="left">Middle East</td><td align="right">495</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/mideast.m3u</code></td></tr>
<tr><td align="left">Nordics</td><td align="right">48</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nord.m3u</code></td></tr>
<tr><td align="left">North America</td><td align="right">2153</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/noram.m3u</code></td></tr>
<tr><td align="left">Northern America</td><td align="right">1865</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nam.m3u</code></td></tr>
<tr><td align="left">North America</td><td align="right">2144</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/noram.m3u</code></td></tr>
<tr><td align="left">Northern America</td><td align="right">1866</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nam.m3u</code></td></tr>
<tr><td align="left">Oceania</td><td align="right">61</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/oce.m3u</code></td></tr>
<tr><td align="left">South America</td><td align="right">651</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/southam.m3u</code></td></tr>
<tr><td align="left">South Asia</td><td align="right">278</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/sas.m3u</code></td></tr>
<tr><td align="left">Sub-Saharan Africa</td><td align="right">54</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/ssa.m3u</code></td></tr>
<tr><td align="left">South America</td><td align="right">657</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/southam.m3u</code></td></tr>
<tr><td align="left">South Asia</td><td align="right">274</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/sas.m3u</code></td></tr>
<tr><td align="left">Sub-Saharan Africa</td><td align="right">53</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/ssa.m3u</code></td></tr>
<tr><td align="left">West Africa</td><td align="right">22</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/wafr.m3u</code></td></tr>
<tr><td align="left">Worldwide</td><td align="right">7141</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/int.m3u</code></td></tr>
<tr><td align="left">Undefined</td><td align="right">128</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/undefined.m3u</code></td></tr>
<tr><td align="left">Worldwide</td><td align="right">7111</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/int.m3u</code></td></tr>
<tr><td align="left">Undefined</td><td align="right">129</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/undefined.m3u</code></td></tr>
</tbody>
</table>

26
package-lock.json generated
View File

@ -1259,13 +1259,19 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001312",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz",
"integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
}
"version": "1.0.30001374",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001374.tgz",
"integrity": "sha512-mWvzatRx3w+j5wx/mpFN5v5twlPrabG8NqX2c6e45LCpymdoGqNvRkRutFUqpRTXKFQFNQJasvK0YT7suW6/Hw==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
}
]
},
"node_modules/chalk": {
"version": "4.1.2",
@ -5200,9 +5206,9 @@
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
},
"caniuse-lite": {
"version": "1.0.30001312",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz",
"integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ=="
"version": "1.0.30001374",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001374.tgz",
"integrity": "sha512-mWvzatRx3w+j5wx/mpFN5v5twlPrabG8NqX2c6e45LCpymdoGqNvRkRutFUqpRTXKFQFNQJasvK0YT7suW6/Hw=="
},
"chalk": {
"version": "4.1.2",

View File

@ -4,6 +4,7 @@ mkdir -p scripts/data
curl -L -o scripts/data/blocklist.json https://iptv-org.github.io/api/blocklist.json
curl -L -o scripts/data/categories.json https://iptv-org.github.io/api/categories.json
curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json
curl -L -o scripts/data/streams.json https://iptv-org.github.io/api/streams.json
curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json
curl -L -o scripts/data/guides.json https://iptv-org.github.io/api/guides.json
curl -L -o scripts/data/languages.json https://iptv-org.github.io/api/languages.json

View File

@ -1,14 +1,19 @@
const { logger, db, file } = require('../../core')
const { logger, db, api, file } = require('../../core')
const _ = require('lodash')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
dayjs.extend(utc)
const PUBLIC_DIR = process.env.PUBLIC_DIR || '.api'
async function main() {
await api.streams.load()
await db.streams.load()
const now = dayjs.utc().format()
let streams = await db.streams.find({})
streams = _.sortBy(streams, 'channel')
streams = streams.map(stream => {
return {
const data = {
channel: stream.channel,
url: stream.url,
http_referrer: stream.http_referrer,
@ -19,6 +24,26 @@ async function main() {
bitrate: stream.bitrate,
frame_rate: stream.frame_rate
}
let addedAt = now
let updatedAt = now
let found = api.streams.find({ url: stream.url })
if (found) {
normalized = _.omit(found, ['added_at', 'updated_at', 'checked_at'])
if (_.isEqual(data, normalized)) {
addedAt = found.added_at || now
updatedAt = found.updated_at || now
} else {
addedAt = found.added_at || now
updatedAt = now
}
}
data.added_at = addedAt
data.updated_at = updatedAt
data.checked_at = now
return data
})
await file.create(`${PUBLIC_DIR}/streams.json`, JSON.stringify(streams))

View File

@ -29,6 +29,7 @@ class API {
const api = {}
api.channels = new API(`${DATA_DIR}/channels.json`)
api.streams = new API(`${DATA_DIR}/streams.json`)
api.countries = new API(`${DATA_DIR}/countries.json`)
api.guides = new API(`${DATA_DIR}/guides.json`)
api.categories = new API(`${DATA_DIR}/categories.json`)

View File

@ -13,7 +13,7 @@ https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m
https://admdn3.cdn.mangomolo.com/adsports3/smil:adsports3.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AbuDhabiSports4.ae" status="blocked",Abu Dhabi Sports 4 (1080p) [Geo-blocked]
https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AjmanTV.ae" status="blocked",Ajman TV [Not 24/7]
#EXTINF:-1 tvg-id="AjmanTV.ae" status="online",Ajman TV [Not 24/7]
https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/playlist.m3u8
#EXTINF:-1 tvg-id="AlAanTV.ae" status="online",Al Aan (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5
@ -65,10 +65,10 @@ https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/ind
https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (1080p)
https://weyyak-live.akamaized.net/weyyak_dubai_tv/index.m3u8
#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h152/index2.m3u8
#EXTINF:-1 tvg-id="DubaiTV.ae" status="error",Dubai TV (576p)
#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (576p)
http://210.210.155.37/uq2663/h/h152/index2.m3u8
#EXTINF:-1 tvg-id="DubaiTV.ae" status="error",Dubai TV (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h152/index2.m3u8
#EXTINF:-1 tvg-id="DubaiZaman.ae" status="online",Dubai Zaman (1080p) [Not 24/7]
https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="HawasTV.ae" status="online",Hawas TV (480p)
@ -161,5 +161,5 @@ https://admdn1.cdn.mangomolo.com/yastv/smil:yastv.stream.smil/playlist.m3u8
https://weyyak-live.akamaized.net/weyyak_zee_aflam/index.m3u8
#EXTINF:-1 tvg-id="ZeeAflam.in" status="online",Zee Alwan (720p) [Not 24/7]
https://weyyak-live.akamaized.net/weyyak_zee_alwan/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Weyyak Smashi (720p)
#EXTINF:-1 tvg-id="" status="online",Weyyak Smashi (720p)
https://weyyak-live.akamaized.net/weyyak_smashi_tv/index.m3u8

View File

@ -53,9 +53,9 @@ http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8
https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8
#EXTINF:-1 tvg-id="TVApollon.al" status="online",TV Apollon (720p)
https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2
#EXTINF:-1 tvg-id="TVOpoja.al" status="error",TV Opoja (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVOpoja.al" status="online",TV Opoja (720p) [Not 24/7]
http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8
#EXTINF:-1 tvg-id="ZjarrTV.al" status="error",Zjarr Televizion (360p) [Not 24/7]
#EXTINF:-1 tvg-id="ZjarrTV.al" status="online",Zjarr Televizion (360p) [Not 24/7]
http://edge01eu.ekranet.com/zjarrtv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",ATD (1080p)
http://46.99.146.236/0.m3u8

View File

@ -38,10 +38,10 @@ http://ott-cdn.ucom.am/s48/index.m3u8
#EXTINF:-1 tvg-id="ATVHayTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Հայ TV (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s73/index.m3u8
#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p)
#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s74/index.m3u8
#EXTINF:-1 tvg-id="ATVKinoman.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p)
#EXTINF:-1 tvg-id="ATVKinoman.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s94/index.m3u8
#EXTINF:-1 tvg-id="ATVTavaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Թավա TV (480p)

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="TPA1.ao" status="online",TPA 1 (480p) [Not 24/7]
https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://livestream.com/accounts/30360708/events/9496693/player
#EXTINF:-1 tvg-id="TVZimbo.ao" status="online",TV Zimbo (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVZimbo.ao" status="error",TV Zimbo (720p) [Not 24/7]
https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://livestream.com/accounts/29819666/events/9254936/player

View File

@ -43,10 +43,10 @@ http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8
https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8
#EXTINF:-1 tvg-id="Canal2Sanagasta.ar" status="online",Canal 2 (Sanagasta)
https://stmvideo1.livecastv.com/canal2/canal2/playlist.m3u8
#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="online",CN3 Pinamar (720p) [Not 24/7]
https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8
#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="online",Canal 3 Pinamar (360p) [Not 24/7]
#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",Canal 3 Pinamar (360p) [Not 24/7]
http://www.intelintec.com.ar:9090/hls/canal3pinamar.m3u8
#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",CN3 Pinamar (720p) [Not 24/7]
https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8
#EXTINF:-1 tvg-id="Canal3Rosario.ar" status="online",Canal 3 Rosario (704p) [Geo-blocked]
https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8
#EXTINF:-1 tvg-id="Canal4Balcarce.ar" status="error",Canal 4 Balcarce (480p) [Not 24/7]
@ -67,13 +67,13 @@ https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8
https://stream.arcast.com.ar/c5sf/c5sf/playlist.m3u8
#EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="online",Canal 5 (Tucumán) [Not 24/7]
https://videohd.live:19360/8090/8090.m3u8
#EXTINF:-1 tvg-id="Canal6EntreRios.ar" status="error",Canal 6 (Entre Ríos)
#EXTINF:-1 tvg-id="Canal6EntreRios.ar" status="online",Canal 6 (Entre Ríos)
https://stmvideo1.livecastv.com/canal6er/canal6er/playlist.m3u8
#EXTINF:-1 tvg-id="Canal6MardePlata.ar" status="online",Canal 6 (Mar de Plata)
https://59537faa0729a.streamlock.net/canal6mdp/canal6mdp/playlist.m3u8
#EXTINF:-1 tvg-id="Canal6Moreno.ar" status="online",Canal 6 (Moreno)
https://stream.arcast.com.ar/canal6moreno/canal6moreno/playlist.m3u8
#EXTINF:-1 tvg-id="Canal6Posadas.ar" status="error",Canal 6 (Posadas)
#EXTINF:-1 tvg-id="Canal6Posadas.ar" status="online",Canal 6 (Posadas)
https://iptv.ixfo.com.ar:30443/live/c6digital/playlist.m3u8
#EXTINF:-1 tvg-id="Canal7Jujuy.ar" status="online",Canal 7 (Jujuy)
https://stream.arcast.live/canal7jujuy/ngrp:canal7jujuy_all/playlist.m3u8
@ -91,10 +91,10 @@ https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8
https://cdn2.zencast.tv:30443/live/canal10smil/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10Nortevision.ar" status="online",Canal10 Nortevision
https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8
#EXTINF:-1 tvg-id="Canal10RioNegro.ar" status="online",Canal 10 Rio Negro (720p) [Not 24/7]
http://panel.dattalive.com:1935/8204/8204/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10RioNegro.ar" status="online",Canal 10 Rio Negro
https://panel.dattalive.com/8204/8204/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10RioNegro.ar" status="online",Canal 10 Rio Negro (720p) [Not 24/7]
http://panel.dattalive.com:1935/8204/8204/playlist.m3u8
#EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="online",Canal 11 La Rioja (Fénix Multiplataforma) (360p)
http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8
#EXTINF:-1 tvg-id="Canal12Web.ar" status="online",Canal 12 Puerto Madryn (720p) [Not 24/7]
@ -125,13 +125,13 @@ https://streamconex.com:1936/santaclara/santaclara/playlist.m3u8
https://panel.dattalive.com/canal907/canal907/playlist.m3u8
#EXTINF:-1 tvg-id="CanalCoop.ar" status="online",Canal Coop
https://panel.dattalive.com/8138/8138/playlist.m3u8
#EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="online" user-agent="iPhone",Canal de la Ciudad (720p)
#EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="error" user-agent="iPhone",Canal de la Ciudad (720p)
#EXTVLCOPT:http-user-agent=iPhone
https://g5.proy-hor.transport.edge-access.net/a08/ngrp:gcba_video4-100042_all/Playlist.m3u8?sense=true
#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36
https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true
#EXTINF:-1 tvg-id="CanalLuz.ar" status="error" user-agent="iPhone",Canal Luz (1080p)
#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p)
#EXTVLCOPT:http-user-agent=iPhone
https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8
#EXTINF:-1 tvg-id="CanalOrbe21.ar" status="online",Canal Orbe 21
@ -182,7 +182,7 @@ https://vivo.solumedia.com:19360/crossing/crossing.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSmh3DFxBwFurMttT60PQ1g/live
#EXTINF:-1 tvg-id="ElDoce.ar" status="online",El Doce TV (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?feature=emb_title&streaming-ip=https://www.youtube.com/watch?v=gBbMbqILzXU
#EXTINF:-1 tvg-id="ElGarageTV.ar" status="online",El Garage TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="ElGarageTV.ar" status="error",El Garage TV (480p) [Not 24/7]
http://186.0.233.76:1935/Garage/smil:garage.smil/master.m3u8
#EXTINF:-1 tvg-id="ElHistonautaTV.ar" status="online",El Histonauta TV [Not 24/7]
https://stmv1.voxtvhd.com.br/elhistonauta/elhistonauta/playlist.m3u8
@ -200,7 +200,7 @@ https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8
https://inliveserver.com:1936/14056/14056/playlist.m3u8
#EXTINF:-1 tvg-id="InformacionPeriodistica.ar" status="online",Informacion Periodística (1080p)
https://d1nmqgphjn0y4.cloudfront.net/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8
#EXTINF:-1 tvg-id="IngenioFM.ar" status="error",Ingenio FM
#EXTINF:-1 tvg-id="IngenioFM.ar" status="online",Ingenio FM
https://panel.dattalive.com/8064/8064/playlist.m3u8
#EXTINF:-1 tvg-id="LaNacionPlus.ar" status="online",La Nacion +
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCba3hpU7EFBSk817y9qZkiA/live
@ -226,7 +226,7 @@ https://5fb24b460df87.streamlock.net/live-cont.ar/mirador/playlist.m3u8
http://panel.dattalive.com:1935/8250/8250/playlist.m3u8
#EXTINF:-1 tvg-id="MusicTop.ar" status="online",MusicTop (720p)
http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NeoTV.ar" status="error",Neo TV
#EXTINF:-1 tvg-id="NeoTV.ar" status="online",Neo TV
https://videostream.shockmedia.com.ar:19360/neotvdigital/neotvdigital.m3u8
#EXTINF:-1 tvg-id="NETTV.ar" status="online",Net TV (720p) [Not 24/7]
https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8
@ -246,7 +246,7 @@ http://media.neuquen.gov.ar/rtn/television/playlist.m3u8
https://vivo.solumedia.com:19360/retromagico/retromagico.m3u8
#EXTINF:-1 tvg-id="RTN.ar" status="online",RTN (Neuquén) (720p) [Not 24/7]
http://media.neuquen.gov.ar/rtn/television/media.m3u8
#EXTINF:-1 tvg-id="SanPedroTV.ar" status="timeout",San Pedro TV
#EXTINF:-1 tvg-id="SanPedroTV.ar" status="error",San Pedro TV
https://iptv.ixfo.com.ar:30443/live/sanpedrotv/playlist.m3u8
#EXTINF:-1 tvg-id="SenalUrbana.ar" status="online",Señal Urbana
https://fullvideo.enlaweb.com.ar/video95/video95/playlist.m3u8
@ -312,7 +312,7 @@ https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8
https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",AniPlus (720p) [Not 24/7]
https://stmv1.voxhdnet.com/aniplus/aniplus/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Medios Rioja (864p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="blocked",Medios Rioja (864p) [Not 24/7]
http://streamyes.alsolnet.com/mediosrioja/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Santa María TV (360p) [Not 24/7]
http://www.trimi.com.ar/santa_maria/streaming/mystream.m3u8

View File

@ -43,7 +43,7 @@ http://iptv.rtv-ooe.at/stream.m3u8
https://schautv.mdn.ors.at/out/u/schautv-nodrm.m3u8
#EXTINF:-1 tvg-id="SwamijiTV.at" status="online",Swamiji TV (720p) [Not 24/7]
https://stream.swamiji.tv/YogaIPTV/smil:YogaStream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TirolTV.at" status="online",Tirol TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TirolTV.at" status="error",Tirol TV (720p) [Not 24/7]
https://streaming14.huberwebmedia.at/LiveApp/streams/livestream.m3u8
#EXTINF:-1 tvg-id="UpperaBalkan.at" status="blocked",Uppera Balkan (720p) [Geo-blocked]
http://89.187.168.245:8080/live/sUPPERchannel2/index.m3u8

View File

@ -13,7 +13,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/ntvic
https://webtvstream.bhtelecom.ba/gorazde_cam2.m3u8
#EXTINF:-1 tvg-id="RTVHB.ba" status="online",RTV HB (576p) [Not 24/7]
https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8
#EXTINF:-1 tvg-id="Televizija5.ba" status="online",Televizija 5 (576p)
#EXTINF:-1 tvg-id="Televizija5.ba" status="timeout",Televizija 5 (576p)
https://balkanmedia.dynu.net/hls/tv5web.m3u8
#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTVSLON/live

View File

@ -21,7 +21,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF
https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channel24-sg-e8e.stream/playlist.m3u8
#EXTINF:-1 tvg-id="ChannelI.bd" status="blocked",Channel I (1080p)
https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channeli-8-org.stream/playlist.m3u8
#EXTINF:-1 tvg-id="ColosalTV.cr" status="error",Colosal TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ColosalTV.cr" status="online",Colosal TV (720p) [Not 24/7]
https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/colosal.stream/playlist.m3u8
#EXTINF:-1 tvg-id="DBCNews.bd" status="online",DBC News (1080p)
https://live.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/dbcnews.stream/playlist.m3u8

View File

@ -29,16 +29,10 @@ https://contact-lh.akamaihd.net/i/CONTACT_1@321283/master.m3u8
http://highvolume04.streampartner.nl/radiopros/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="RadioPROS.be" status="online",Radio PROS (720p) [Not 24/7]
https://558bd16067b67.streamlock.net/radiopros/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ATV (720p) [Not 24/7]
https://api.new.livestream.com/accounts/27755193/events/8452381/live.m3u8
#EXTINF:-1 tvg-id="" status="online",ROB TV (1080p) [Not 24/7]
https://api.new.livestream.com/accounts/27755193/events/8462344/live.m3u8
#EXTINF:-1 tvg-id="" status="online",MaTele (1080p) [Not 24/7]
https://live.matele.be/hls/live.m3u8
#EXTINF:-1 tvg-id="" status="online",TVL (720p) [Not 24/7]
https://player-api.new.livestream.com/accounts/27755193/events/8452383/live.m3u8
#EXTINF:-1 tvg-id="" status="online",TV Oost (720p) [Not 24/7]
https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.m3u8
#EXTINF:-1 tvg-id="" status="online",VRT Radio MNM Music and More
https://live-radio-cf-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.mpd
#EXTINF:-1 tvg-id="" status="online",VRT Radio 1
@ -63,5 +57,11 @@ https://live-radio-cf-vrt.akamaized.net/groupb/live/eee20dc8-158a-4194-8d92-0c5a
https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Antenne Centre (720p) [Geo-blocked]
https://actv-live.freecaster.com/live/actv/actv.m3u8
#EXTINF:-1 tvg-id="" status="error",ATV (720p) [Not 24/7]
https://api.new.livestream.com/accounts/27755193/events/8452381/live.m3u8
#EXTINF:-1 tvg-id="" status="error",TVL (720p) [Not 24/7]
https://player-api.new.livestream.com/accounts/27755193/events/8452383/live.m3u8
#EXTINF:-1 tvg-id="" status="error",TV Oost (720p) [Not 24/7]
https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.m3u8
#EXTINF:-1 tvg-id="" status="error",RTL-TVi (720p)
https://rtltvi-lh.akamaihd.net/i/TVI_1@319659/master.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="100AutoMotoTV.bg" status="timeout",100% Auto Moto TV (406p) [Not 24/7]
#EXTINF:-1 tvg-id="100AutoMotoTV.bg" status="online",100% Auto Moto TV (406p) [Not 24/7]
http://100automoto.tv:1935/bgtv1/autotv/playlist.m3u8
#EXTINF:-1 tvg-id="BalkanikaTV.bg" status="timeout",Balkanika TV (270p)
rtsp://stream.teracomm.bg/balkanika

View File

@ -47,7 +47,7 @@ http://136.243.3.70:1935/RtpBolivia/RtpBolivia/playlist.m3u8
https://panel.seo.tv.bo:3645/live/franzleonel0live.m3u8
#EXTINF:-1 tvg-id="SEOTVKids.bo" status="online",SEO TV Kids (360p) [Not 24/7]
https://panel.seo.tv.bo:3182/live/franzleonellive.m3u8
#EXTINF:-1 tvg-id="SEOTVNovelas.bo" status="error",SEO TV Novelas (540p) [Not 24/7]
#EXTINF:-1 tvg-id="SEOTVNovelas.bo" status="online",SEO TV Novelas (540p) [Not 24/7]
https://panel.seo.tv.bo:3337/live/franzbalboa2live.m3u8
#EXTINF:-1 tvg-id="TVLatinaHD.bo" status="online",TV Latina Canal 42 (720p) [Not 24/7]
https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8

View File

@ -44,7 +44,7 @@ https://596639ebdd89b.streamlock.net/8032/8032/playlist.m3u8
http://str.portalcultura.com.br/funtelpa/tv_funtelpa/live.m3u8
#EXTINF:-1 tvg-id="FonteTV.br" status="online",Fonte TV (1080p) [Not 24/7]
http://flash.softhost.com.br:1935/fonte/fontetv/live.m3u8
#EXTINF:-1 tvg-id="Futura.br" status="online",Futura (540p) [Not 24/7]
#EXTINF:-1 tvg-id="Futura.br" status="error",Futura (540p) [Not 24/7]
https://tv.unisc.br/hls/test.m3u8
#EXTINF:-1 tvg-id="GhostTV.br" status="online",Ghost TV (712p) [Not 24/7]
https://stmv.video.expressolider.com.br/ghostv/ghostv/playlist.m3u8
@ -69,11 +69,11 @@ http://wz3.dnip.com.br:1935/novaeratv/novaeratv.sdp/live.m3u8
#EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (720p)
https://stream.live.novotempo.com/tv/smil:tvnovotempo.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p)
http://stream.novotempo.com/tv/tvnovotempo.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p)
http://stream.novotempo.com:1935/tv/smil:tvnovotempo.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NovoTempo.br" status="online",Novo Tempo (480p)
http://stream.novotempo.com:1935/tv/tvnovotempo.smil/live.m3u8
#EXTINF:-1 tvg-id="NovoTempo.br",Novo Tempo (480p)
http://stream.novotempo.com/tv/tvnovotempo.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NuevoTiempo.br" status="online",Nuevo Tiempo (720p) [Not 24/7]
https://stream.live.novotempo.com/tv/smil:tvnuevotiempo.smil/playlist.m3u8
#EXTINF:-1 tvg-id="PeruChannel.br" status="online",Perú Channel (720p) [Not 24/7]
@ -108,7 +108,7 @@ https://dd8umsy8yf96u.cloudfront.net/live/cnt-curitiba.m3u8
https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8
#EXTINF:-1 tvg-id="RedeFamilia.br" status="online",Rede Família (720p) [Not 24/7]
https://5a1c76baf08c0.streamlock.net/familia/smil:familia.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RedeGospel.br" status="error",Rede Gospel (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RedeGospel.br" status="online",Rede Gospel (720p) [Not 24/7]
https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/playlist.m3u8
#EXTINF:-1 tvg-id="RedeMaoAmiga.br" status="online",Rede Mão Amiga (480p) [Not 24/7]
http://streaming03.zas.media:1935/redemaoamiga/redemaoamiga/live.m3u8
@ -174,10 +174,10 @@ https://stmv1.transmissaodigital.com/cidadeverde/cidadeverde/playlist.m3u8
http://tv01.logicahost.com.br:1935/tvcinec/tvcinec/live.m3u8
#EXTINF:-1 tvg-id="TVCulturaNacional.br" status="online",Cultura PR Catve (720p)
http://wowza4.catve.com.br:1935/live/livestream/media.m3u8
#EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p)
http://tv02.logicahost.com.br:1935/pascoal/pascoal/live.m3u8
#EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (320p)
https://59f2354c05961.streamlock.net:1443/pascoal/pascoal/playlist.m3u8
#EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p)
http://tv02.logicahost.com.br:1935/pascoal/pascoal/live.m3u8
#EXTINF:-1 tvg-id="TVDiariodoSertao.br" status="online",TV Diário do Sertão (720p)
http://painelvj.com.br:1935/pdsertaotv/pdsertaotv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TVE.br" status="online",TVE RS (1080p) [Not 24/7]
@ -260,11 +260,11 @@ http://rtmp.cdn.upx.net.br/00084/myStream.sdp/playlist.m3u8
https://rtmp.info/tvsantacruz/envivo/playlist.m3u8
#EXTINF:-1 tvg-id="TVSerraDourada.br" status="error",SBT TV Serra Dourada (720p) [Not 24/7]
https://5a1c76baf08c0.streamlock.net/tvsd2/smil:tvsd2_20042020.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TVSolComunidade.br" status="error",TV Sol Comunidade (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TVSolComunidade.br" status="online",TV Sol Comunidade (480p) [Not 24/7]
http://streaming03.zas.media:1935/tvsol/tvsol/playlist.m3u8
#EXTINF:-1 tvg-id="TVTerceiroAnjo.br" status="online",TV Terceiro Anjo (360p) [Not 24/7]
https://streamer1.streamhost.org/salive/GMI3anjoh/livestream.m3u8
#EXTINF:-1 tvg-id="TVThathi.br" status="error",TV Thathi (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVThathi.br" status="online",TV Thathi (720p) [Not 24/7]
https://cdn-grupo-10049.ciclano.io:1443/grupo-10049/grupo-10049/playlist.m3u8
#EXTINF:-1 tvg-id="TVTokyo.br" status="error",TV Tokyo (360p) [Not 24/7]
https://stmv1.voxtvhd.com.br/tvtokio/tvtokio/playlist.m3u8

View File

@ -11,7 +11,7 @@ http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8
https://live.livestreamtv.ca/azstar/ngrp:azstar/playlist.m3u8
#EXTINF:-1 tvg-id="BBCTorontoGaundaPunjab.ca" status="online",BBC Toronto Gaunda Punjab (720p) [Not 24/7]
http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8
#EXTINF:-1 tvg-id="CanadaOne.ca" status="error",Canada One (720p) [Not 24/7]
#EXTINF:-1 tvg-id="CanadaOne.ca" status="online",Canada One (720p) [Not 24/7]
http://cdn8.live247stream.com/canadaone/tv/playlist.m3u8
#EXTINF:-1 tvg-id="CanadaStarTV.ca" status="timeout",Canada Star TV (1080p)
http://live.canadastartv.com:1935/canadastartv/canadastartv/playlist.m3u
@ -83,7 +83,7 @@ http://ipm.oncast.me:1934/iplived/ip-doyeltv.stream/playlist.m3u8
https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/doyeltv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="DukhNivaran.ca" status="online",Dukh Nivaran (720p) [Not 24/7]
http://cdn12.henico.net:8080/live/dncal/index.m3u8
#EXTINF:-1 tvg-id="EawazTV.ca",Eawaz TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="EawazTV.ca" status="online",Eawaz TV (720p) [Not 24/7]
https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/playlist.m3u8
#EXTINF:-1 tvg-id="ECanada.ca" status="error",E! Canada (720p)
http://encodercdn1.frontline.ca/vantrix/ltv/Bell_E!HD_AtopItci_2015_01_12_HD/hls_hd.m3u8
@ -155,7 +155,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live
#EXTINF:-1 tvg-id="TeletoonEnglish.ca" status="error",Teletoon (720p) [Not 24/7]
http://s1.mysportz.tv:2082/teletoon/playlist.m3u8
#EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="TheChannelTV.ca" status="error",The Channel TV (1080p) [Not 24/7]
https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="TheWeatherNetwork.ca" status="error",The Weather Network Uxbridge Edition (720p)
http://s1.mysportz.tv:2082/weather/playlist.m3u8

View File

@ -31,10 +31,10 @@ https://lfmhd.vedge.infomaniak.com/livecast/lfmhd/playlist.m3u8
https://lfmmd.vedge.infomaniak.com/livecast/smil:lfmmd.smil/manifest.m3u8
#EXTINF:-1 tvg-id="Meteonews.ch" status="online",Meteonews (1080p)
https://streaming.meteonews.net/hls/stream.m3u8
#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="online",My Cinema Europe (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h18/index.m3u8
#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="online",My Cinema Europe (576p)
http://210.210.155.37/uq2663/h/h18/index.m3u8
#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",My Cinema Europe (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h18/index.m3u8
#EXTINF:-1 tvg-id="OneTV.ch" status="online",One TV (720p)
https://edge.vedge.infomaniak.com/livecast/ik:onefmmd/manifest.m3u8
#EXTINF:-1 tvg-id="Radio3i.ch" status="online",Radio 3i (720p)

View File

@ -11,7 +11,7 @@ http://edge1.cl.grupoz.cl/aeradio/live/index.m3u8
https://593b04c4c5670.streamlock.net/8192/8192/playlist.m3u8
#EXTINF:-1 tvg-id="AlternativaTV.cl" status="online",Alternativa TV (Huasco) (720p) [Not 24/7]
https://srv2.zcast.com.br/carlos2469/carlos2469/playlist.m3u8
#EXTINF:-1 tvg-id="AntofagastaTV.cl" status="error",Antofagasta TV (ATV) (1080p)
#EXTINF:-1 tvg-id="AntofagastaTV.cl" status="online",Antofagasta TV (ATV) (1080p)
https://unlimited6-cl.dps.live/atv/atv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ArabTV.cl" status="error",ARABTV (720p)
https://livefocamundo.com:8081/arabtv/playlist.m3u8
@ -91,7 +91,7 @@ https://videostreaming.cloudserverlatam.com/Kids90/Kids90/playlist.m3u8
https://mediacpstreamchile.com:1936/clubtv/clubtv/playlist.m3u8
#EXTINF:-1 tvg-id="Contivision.cl" status="error",Contivisión (720p)
https://unlimited6-cl.dps.live/contivision/contivision.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ControlVG.cl" status="error",Control.VG
#EXTINF:-1 tvg-id="ControlVG.cl" status="online",Control.VG
https://tls-cl.cdnz.cl/onradio-5/live/playlist.m3u8
#EXTINF:-1 tvg-id="CulturaOnline.cl" status="error",Cultura Online (720p) [Not 24/7]
https://v2.tustreaming.cl/culturaonline/index.m3u8
@ -135,7 +135,7 @@ https://srv3.zcast.com.br/expreszion/expreszion/playlist.m3u8
http://v3.tustreaming.cl/genialtv/playlist.m3u8
#EXTINF:-1 tvg-id="Geovision.cl" status="error",Geovisión (Iquique) (532p)
https://5fa5de1a545ae.streamlock.net/Geovision/Geovision/playlist.m3u8
#EXTINF:-1 tvg-id="Girovisual.cl" status="error",Girovisual
#EXTINF:-1 tvg-id="Girovisual.cl" status="online",Girovisual
https://unlimited1-cl-isp.dps.live/girovisual2/girovisual2.smil/playlist.m3u8
#EXTINF:-1 tvg-id="GraciaTV.cl" status="online",Gracia TV (1080p) [Not 24/7]
http://v3.tustreaming.cl/graciatv/index.m3u8
@ -171,13 +171,13 @@ https://medios.sirtel.cl/live/stream/index.m3u8
https://videostreaming.cloudserverlatam.com/8040/8040/playlist.m3u8
#EXTINF:-1 tvg-id="MasTV.cl" status="online",Más TV
https://paneltv.online:1936/8118/8118/playlist.m3u8
#EXTINF:-1 tvg-id="MAXIMA.cl" status="error",MAXIMA (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MAXIMA.cl" status="online",MAXIMA (720p) [Not 24/7]
https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/playlist.m3u8
#EXTINF:-1 tvg-id="Mega.cl" status="blocked",Mega [Geo-blocked]
http://186.67.117.178:8081/play/a00x
#EXTINF:-1 tvg-id="Meganoticias.cl" status="online",Meganoticias (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkccyEbqhhM3uKOI6Shm-4Q/live
#EXTINF:-1 tvg-id="MundodelaMusica.cl" status="blocked",Mundo de la Música (480p)
#EXTINF:-1 tvg-id="MundodelaMusica.cl" status="online",Mundo de la Música (480p)
https://videostreaming.cloudserverlatam.com/8078/8078/playlist.m3u8
#EXTINF:-1 tvg-id="Nublevision.cl" status="online",Ñublevisión (Chillán) (720p)
https://cdn.oneplaychile.cl:1936/regionales/nublevision.stream/playlist.m3u8
@ -215,7 +215,7 @@ https://stmv1.zcastbr.com/americatvchile/americatvchile/playlist.m3u8
https://5eff35271151c.streamlock.net:1936/8064/8064/playlist.m3u8
#EXTINF:-1 tvg-id="RadioLaSabrosura.cl" status="error",Radio La Sabrosura (288p) [Not 24/7]
https://5eff35271151c.streamlock.net:1936/8096/8096/playlist.m3u8
#EXTINF:-1 tvg-id="RadioMaxima949FMSB.cl" status="error",Radio Maxima 94.9 FM SB (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RadioMaxima949FMSB.cl" status="online",Radio Maxima 94.9 FM SB (720p) [Not 24/7]
http://server1.oklanet.cl:1935/maximavideo1/maximavideo1/playlist.m3u8
#EXTINF:-1 tvg-id="RadioPopularTV.cl" status="error",Radio Popular de Coihueco
https://5eff35271151c.streamlock.net:1936/8090/8090/playlist.m3u8
@ -247,9 +247,9 @@ https://59f1cbe63db89.streamlock.net:1443/retroplussenal2/retroplussenal2/playli
https://59f1cbe63db89.streamlock.net:1443/retroplussenal3/retroplussenal3/playlist.m3u8
#EXTINF:-1 tvg-id="RetroPlus.cl" status="online",Retro Plus (720p)
https://59f1cbe63db89.streamlock.net:1443/retroplustv/retroplustv/playlist.m3u8
#EXTINF:-1 tvg-id="RewindTV.cl",Rewind TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RewindTV.cl" status="timeout",Rewind TV (720p) [Not 24/7]
https://tls.cdnz.cl/rewindtv/rewindtv/playlist.m3u8
#EXTINF:-1 tvg-id="RoccoTV.cl" status="online",Rocco TV (Coyhaique) (240p) [Not 24/7]
#EXTINF:-1 tvg-id="RoccoTV.cl" status="error",Rocco TV (Coyhaique) (240p) [Not 24/7]
http://evo.eltelon.com:1935/live/rocco-tv/playlist.m3u8
#EXTINF:-1 tvg-id="RTCTelevision.cl" status="blocked",RTC Televisión
https://5eae379fb77bb.streamlock.net/rtctelevision/rtctelevision/playlist.m3u8
@ -281,13 +281,13 @@ https://unlimited6-cl.dps.live/sportinghd/sportinghd.smil/playlist.m3u8
https://unlimited1-us.dps.live/teletrak/teletrak.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TeletrakTV.cl" status="error",Teletrak (720p)
https://unlimited6-cl.dps.live/teletrak/teletrak.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TendenciasPrime.cl" status="error",Tendencias Prime (T31 | Ñuñoa) (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="TendenciasPrime.cl" status="online",Tendencias Prime (T31 | Ñuñoa) (1080p) [Not 24/7]
https://v2.tustreaming.cl/tendenciastv/index.m3u8
#EXTINF:-1 tvg-id="Tevex.cl" status="online",Tevex (720p) [Not 24/7]
https://v4.tustreaming.cl/tevexinter/index.m3u8
#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="error",Thema Televisión (La Serena) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="online",Thema Televisión (La Serena) (720p) [Not 24/7]
https://unlimited1-us.dps.live/thema/thema.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="error",Thema Televisión (La Serena) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="online",Thema Televisión (La Serena) (720p) [Not 24/7]
https://unlimited6-cl.dps.live/thema/thema.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TNE.cl" status="online",TNE (720p) [Not 24/7]
https://v2.tustreaming.cl/tnetv/index.m3u8
@ -307,7 +307,7 @@ http://cdn.streamingmedia.cl:1935/live/canalcosta/playlist.m3u8
https://hd.chileservidores.cl:1936/tvcosta1/tvcosta1/playlist.m3u8
#EXTINF:-1 tvg-id="TVElqui.cl" status="error",TV Elqui (La Serena) (720p)
https://5eff35271151c.streamlock.net:1936/8070/8070/playlist.m3u8
#EXTINF:-1 tvg-id="TVinet.cl" status="online",T-Vinet
#EXTINF:-1 tvg-id="TVinet.cl" status="error",T-Vinet
https://unlimited1-us.dps.live/inet2/inet2.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TVN.cl" status="error",TVN (720p) [Not 24/7]
https://unlimited1-us.dps.live/tvn/tvn.smil/playlist.m3u8
@ -353,7 +353,7 @@ https://tls.cdnz.cl/uestv/live/playlist.m3u8
http://tv.ulagos.cl/web/live.m3u8
#EXTINF:-1 tvg-id="UMAGTV.cl" status="timeout",UMAGTV Televisión (Punta Arenas) (720p)
http://edge1.cl.grupoz.cl/tser5/live/playlist.m3u8
#EXTINF:-1 tvg-id="UnidadEvangelicaTV.cl" status="error",Unidad Evangelica TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="UnidadEvangelicaTV.cl" status="online",Unidad Evangelica TV (720p) [Not 24/7]
https://v2.tustreaming.cl/unidadevangelica/index.m3u8
#EXTINF:-1 tvg-id="UTV.cl" status="error",UTV San Clemente (720p) [Geo-blocked]
http://v3.tustreaming.cl/utvsc/playlist.m3u8
@ -367,7 +367,7 @@ http://45.161.188.242:88/vidatv/index.m3u8
http://v2.tustreaming.cl/visionplustv/index.m3u8
#EXTINF:-1 tvg-id="VisionTV.cl" status="error",Visión TV Frutillar (720p) [Not 24/7]
https://vivo.solumedia.com:19360/visiontv/visiontv.m3u8
#EXTINF:-1 tvg-id="VivoTV.cl" status="error",Vivo TV
#EXTINF:-1 tvg-id="VivoTV.cl" status="online",Vivo TV
https://unlimited1-us.dps.live/vivotv/vivotv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="VozdePoderTelevision.cl" status="error",Voz de Poder (720p) [Not 24/7]
https://v2.tustreaming.cl/vozdepoder/index.m3u8
@ -391,8 +391,6 @@ http://38.131.11.9:1080/play/a00x
https://srv3.zcast.com.br/juancarlos9451/juancarlos9451/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal SCÑ (San Carlos Ñuble) (720p) [Not 24/7]
https://live.tvcontrolcp.com:1936/sancarlostv/sancarlostv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Región Televisión Ñuble (Chillán) (720p) [Not 24/7]
https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",DJ Loncho TV
https://srv1.zcast.com.br/djlonchotv/djlonchotv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Chavo TV (480p)
@ -419,5 +417,7 @@ http://159.69.56.148:25461/live/Mix24-7Gratis/78qy9/7.m3u8
http://159.69.56.148:25461/live/Mix24-7Gratis/78qy9/25.m3u8
#EXTINF:-1 tvg-id="" status="error",CHV Noticias (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live
#EXTINF:-1 tvg-id="" status="error",Región Televisión Ñuble (Chillán) (720p) [Not 24/7]
https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Estación TV (Chillán) (720p) [Not 24/7]
https://pantera1-100gb-cl-movistar.dps.live/estaciontv/estaciontv.smil/playlist.m3u8

View File

@ -9,6 +9,8 @@ http://117.169.120.140:8080/live/cctv-1/.m3u8
http://183.207.249.9/PLTV/3/224/3221225530/index.m3u8
#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1综合 (1080p)
http://183.207.249.15/PLTV/3/224/3221225530/index.m3u8
#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) [Not 24/7]
http://112.25.48.68/live/program/live/cctv1hd/4000000/mnf.m3u8
#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p)
http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=29&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id=
#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p)
@ -37,8 +39,6 @@ http://223.110.245.170/PLTV/3/224/3221225530/index.m3u8
http://223.110.245.170/PLTV/3/224/3221226316/index.m3u8
#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p)
http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8
#EXTINF:-1 tvg-id="CCTV1.cn",CCTV-1综合 (1080p) [Not 24/7]
http://112.25.48.68/live/program/live/cctv1hd/4000000/mnf.m3u8
#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8
#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p)
@ -91,10 +91,10 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8
http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8
#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (576p)
http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8
#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p)
http://210.210.155.37/qwr9ew/s/s19/index.m3u8
#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s19/index.m3u8
#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p)
http://210.210.155.37/qwr9ew/s/s19/index.m3u8
#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8
#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p)
@ -148,11 +148,11 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif
#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p)
http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=36&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id=
#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p)
http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus
#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p)
http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus
#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+体育赛事 (1080p)
http://223.110.245.139/PLTV/4/224/3221227480/index.m3u8
#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="error",CCTV-5+体育赛事 (1080p)
http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus
#EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6电影 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8
#EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6电影 (1080p)
@ -203,6 +203,8 @@ http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8
http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8
#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p)
http://183.207.249.36/PLTV/4/224/3221227314/index.m3u8
#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (540p)
http://112.25.48.68/live/program/live/cctv7/1300000/mnf.m3u8
#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p)
http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=28&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id=
#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) [Not 24/7]
@ -215,8 +217,6 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif
http://125.210.152.18:9090/live/CCTV7HD_H265.m3u8
#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p)
http://183.207.248.71/cntv/live1/cctv-7/cctv-7
#EXTINF:-1 tvg-id="CCTV7.cn",CCTV-7国防军事 (540p)
http://112.25.48.68/live/program/live/cctv7/1300000/mnf.m3u8
#EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225631/index.m3u8
#EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8电视剧 (1080p)
@ -297,8 +297,6 @@ http://223.110.245.170/PLTV/3/224/3221225550/index.m3u8
http://cctvalih5ca.v.myalicdn.com/live/cctv10_2/index.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11戏曲 (1080p)
http://39.135.138.59:18890/PLTV/88888910/224/3221225628/index.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11戏曲 (1080p)
http://117.169.120.140:8080/live/cctv-11/.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (540p)
http://112.25.48.68/live/program/live/cctv11/1300000/mnf.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (720p) [Not 24/7]
@ -309,6 +307,8 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif
http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227384/index.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11戏曲 (1080p)
http://223.110.245.169/PLTV/4/224/3221227384/index.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="error",CCTV-11戏曲 (1080p)
http://117.169.120.140:8080/live/cctv-11/.m3u8
#EXTINF:-1 tvg-id="CCTV11.cn" status="error",CCTV-11戏曲 (360p) [Not 24/7]
http://cctvalih5ca.v.myalicdn.com/live/cctv11_2/index.m3u8
#EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12社会与法制 (1080p)
@ -363,7 +363,7 @@ http://223.110.245.170/PLTV/3/224/3221225560/index.m3u8
http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=54&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id=
#EXTINF:-1 tvg-id="CCTV17.cn" status="online",CCTV-17农业农村 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225908/index.m3u8
#EXTINF:-1 tvg-id="CCTV17.cn",CCTV-17农业农村 (1080p)
#EXTINF:-1 tvg-id="CCTV17.cn" status="online",CCTV-17农业农村 (1080p)
http://39.135.138.59:18890/PLTV/88888910/224/3221225907/index.m3u8
#EXTINF:-1 tvg-id="CCTVPlus1.cn" status="online",CCTV+ 1 (600p) [Not 24/7]
https://cd-live-stream.news.cctvplus.com/live/smil:CHANNEL1.smil/playlist.m3u8
@ -389,20 +389,20 @@ https://news.cgtn.com/resource/live/document/cgtn-doc.m3u8
https://news.cgtn.com/resource/live/russian/cgtn-r.m3u8
#EXTINF:-1 tvg-id="CGTNSpanish.cn" status="online",CGTN Español (576p) [Not 24/7]
https://news.cgtn.com/resource/live/espanol/cgtn-e.m3u8
#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s29/index.m3u8
#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p)
#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p)
http://210.210.155.37/x6bnqe/s/s29/index.m3u8
#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="online",Toonmax TV (576p)
http://210.210.155.37/qwr9ew/s/s50/index.m3u8
#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s50/index.m3u8
#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p)
http://210.210.155.37/qwr9ew/s/s50/index.m3u8
#EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p)
http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8
#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p)
http://210.210.155.37/x6bnqe/s/s94/index2.m3u8
#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s94/index2.m3u8
#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p)
http://210.210.155.37/x6bnqe/s/s94/index2.m3u8
#EXTINF:-1 tvg-id="" status="online",耀才财经
http://202.69.67.66/webcast/bshdlive-pc/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",宜章新闻综合 (576p)
@ -497,6 +497,8 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225696/index.m3u8
http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8
#EXTINF:-1 tvg-id="" status="online",重庆卫视 (1080p)
http://117.169.120.132:8080/live/chongqingstv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p)
http://117.169.120.140:8080/live/cctv-4/.m3u8
#EXTINF:-1 tvg-id="" status="online",东南卫视 (1080p)
http://117.169.120.140:8080/live/dongnanstv/.m3u8
#EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p)
@ -511,20 +513,18 @@ http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8
http://117.169.120.140:8080/live/hdtianjinstv/.m3u8
#EXTINF:-1 tvg-id="" status="online",洪雅新闻综合 (1080p)
http://117.172.215.250:8083/videos/live/35/39/GQVbrgob5CGJM/GQVbrgob5CGJM.m3u8
#EXTINF:-1 tvg-id="" status="online",东方影视 (1080p)
http://140.207.241.3:8080/live/program/live/dsjpdhd/4000000/mnf.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (1080p)
http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (1080p)
http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8
#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p)
http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8
#EXTINF:-1 tvg-id="" status="online",北京卫视 (1080p)
http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州-3 (1080p)
http://183.207.249.7/PLTV/3/224/3221225949/index.m3u8
#EXTINF:-1 tvg-id="" status="online",东方卫视 (1080p)
http://183.207.249.7/PLTV/4/224/3221227396/index.m3u8
#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p)
http://183.207.249.11/PLTV/3/224/3221225534/index.m3u8
#EXTINF:-1 tvg-id="" status="online",北京卫视 (1080p)
http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8
#EXTINF:-1 tvg-id="" status="online",江西卫视 (1080p)
http://183.207.249.11/PLTV/3/224/3221225536/index.m3u8
#EXTINF:-1 tvg-id="" status="online",NewTV精品電影 (1080p)
@ -545,18 +545,12 @@ http://183.207.249.34/PLTV/4/224/3221227393/index.m3u8
http://183.207.249.34/PLTV/4/224/3221227402/index.m3u8
#EXTINF:-1 tvg-id="" status="online",凤凰资讯 (720p)
http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8
#EXTINF:-1 tvg-id="" status="online",凤凰香港 (720p)
http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8
#EXTINF:-1 tvg-id="" status="online",黑龙江卫视 (1080p)
http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8
#EXTINF:-1 tvg-id="" status="online",深圳卫视 (1080p)
http://183.207.249.37/PLTV/4/224/3221227307/index.m3u8
#EXTINF:-1 tvg-id="" status="online",增城綜合 (1080p)
http://202.168.164.38:8083/videos/live/19/27/QEQXMtU5AUpwo/QEQXMtU5AUpwo.m3u8
#EXTINF:-1 tvg-id="" status="online",江门综合 (1080p)
http://218.17.99.211:5080/hls/ttsw6ccn.m3u8
#EXTINF:-1 tvg-id="" status="online",吉州新聞綜合 (1080p)
http://218.204.153.158/10.m3u8
#EXTINF:-1 tvg-id="" status="online",云南 红河综合台 (1080p)
http://file.hhtv.cc/cms/videos/nmip-media/channellive/channel1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",广东 ‖ 清新综合台 (1080p)
@ -589,10 +583,6 @@ http://hw-m-l.cztv.com/channels/lantian/channel010/1080p.m3u8
http://hw-m-l.cztv.com/channels/lantian/channel10/1080p.m3u8
#EXTINF:-1 tvg-id="" status="online",浙江数码时代 (1080p) [Not 24/7]
http://hw-m-l.cztv.com/channels/lantian/channel012/1080p.m3u8
#EXTINF:-1 tvg-id="" status="online",晋中公共 (1080p) [Not 24/7]
http://jzlive.jztvnews.com:90/live/jzgg.m3u8
#EXTINF:-1 tvg-id="" status="online",晋中综合 (1080p)
http://jzlive.jztvnews.com:90/live/jzzh.m3u8
#EXTINF:-1 tvg-id="" status="online",上虞1新闻综合 (720p) [Not 24/7]
http://l.cztvcloud.com/channels/lantian/SXshangyu1/720p.m3u8
#EXTINF:-1 tvg-id="" status="online",上虞經濟文化 (720p) [Not 24/7]
@ -609,12 +599,8 @@ http://live.ahsz.tv/video/s10001-ggpd/index.m3u8
http://live.ahsz.tv/video/s10001-kxjy/index.m3u8
#EXTINF:-1 tvg-id="" status="online",宿州新闻综合 (1080p) [Not 24/7]
http://live.ahsz.tv/video/s10001-szzh/index.m3u8
#EXTINF:-1 tvg-id="" status="online",新郑综合 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/10184-1.m3u8
#EXTINF:-1 tvg-id="" status="online",孟州电视台 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/10883-1.m3u8
#EXTINF:-1 tvg-id="" status="online",建安电视台 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/11003-1.m3u8
#EXTINF:-1 tvg-id="" status="online",罗山电视台 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/11521-1.m3u8
#EXTINF:-1 tvg-id="" status="online",上海金山电视台 (270p)
@ -645,8 +631,8 @@ http://tvdrs.wsrtv.com.cn:8100/channellive/ch2.flv
https://gcbsc.v.live.baishancdnx.cn/gc/xiongmao03_1/index.m3u8?contentid=2820180516001
#EXTINF:-1 tvg-id="" status="online",半岛新闻 (1080p)
https://live-hls-web-aje.getaj.net/AJE/01.m3u8
#EXTINF:-1 tvg-id="" status="online",东方影视 (1080p)
http://140.207.241.3:8080/live/program/live/dsjpdhd/4000000/mnf.m3u8
#EXTINF:-1 tvg-id="" status="online",中国交通 (海南) (1080p) [Not 24/7]
https://tv.lanjingfm.com/cctbn/hainan.m3u8
#EXTINF:-1 tvg-id="" status="online",吉林7 (900p) [Not 24/7]
http://stream1.jlntv.cn/fzpd/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",吉林乡村 (900p) [Not 24/7]
@ -705,12 +691,6 @@ http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8
http://hls-ott-zhibo.wasu.tv/live/442/index.m3u8
#EXTINF:-1 tvg-id="" status="online",衡水新闻综合 (720p) [Not 24/7]
http://hls.hsrtv.cn/hls/hstv1.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁都市生活 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁新闻综合 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁公共 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁影视娱乐 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_VOD_A.m3u8
#EXTINF:-1 tvg-id="" status="online",浙江 浙江经济 (720p) [Not 24/7]
@ -765,36 +745,24 @@ http://live.nbs.cn/channels/njtv/ylpd/m3u8:500k/live.m3u8
http://live.shaoxing.com.cn/video/s10001-sxtv3/index.m3u8
#EXTINF:-1 tvg-id="" status="online",延边卫视 (720p)
http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8
#EXTINF:-1 tvg-id="" status="online",娄底 (720p)
http://mms.ldntv.cn:1935/live/_definst_/zonghe/chunklist_w67585331.m3u8
#EXTINF:-1 tvg-id="" status="online",娄底综合 (720p) [Not 24/7]
http://mms.ldntv.cn:1935/live/zonghe/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",内江公共 (720p)
http://njzb.scnj.tv:90/live/gggy_gggy800.m3u8
#EXTINF:-1 tvg-id="" status="online",内江科教 (720p)
http://njzb.scnj.tv:90/live/kjpd_kjpd800.m3u8
#EXTINF:-1 tvg-id="" status="online",内江综合 (720p)
http://njzb.scnj.tv:90/live/xwzh_xwzh800.m3u8
#EXTINF:-1 tvg-id="" status="online",张家口一套 (720p) [Not 24/7]
http://nlive.zjkgdcs.com:8091/live/xwzhpd.m3u8
#EXTINF:-1 tvg-id="" status="online",蓬安新闻综合 (720p) [Not 24/7]
http://palive.patv123.com:8091/live/xwpd_800K.m3u8
#EXTINF:-1 tvg-id="" status="online",CNC中文 (720p) [Not 24/7]
http://source07.v.news.cn/live/CNC_CN/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",CNC英语 (720p) [Not 24/7]
http://source07.v.news.cn/live/CNC_EN/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (720p)
http://stream1.huaihai.tv/ggpd/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州影视 (720p)
http://stream1.huaihai.tv/wyys/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",西安白鸽 (180p) [Not 24/7]
http://stream2.xiancity.cn/xatv2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",西安商务资讯 (180p) [Not 24/7]
http://stream2.xiancity.cn/xatv3/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",西安影视 (180p) [Not 24/7]
http://stream2.xiancity.cn/xatv4/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",西安乐购购物 (180p) [Not 24/7]
http://stream2.xiancity.cn/xatv6/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",靖江新闻綜合 (720p) [Not 24/7]
http://visit.jjbctv.com:1935/live/xwzhpc/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",房山电视台 (576p)
https://live.funhillrm.com/2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",广东 韶关公共台 (720p) [Not 24/7]
https://www.sgmsw.cn/videos/tv/201805/1308/9P424TC5M000AFO13CXK6GN6BOA889D2/hls/live.m3u8
#EXTINF:-1 tvg-id="" status="online",广东 韶关综合台 (720p) [Not 24/7]
@ -843,8 +811,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8
http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.m3u8
#EXTINF:-1 tvg-id="" status="online",四川卫视 (576p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225733/index.m3u8
#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7]
http://60.175.115.119:1935/live/zonghe/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (576p)
http://111.63.117.13:6060/030000001000/CCTV-4/CCTV-4.m3u8
#EXTINF:-1 tvg-id="" status="online",继续教育 (576p)
@ -859,10 +825,6 @@ http://117.169.120.140:8080/live/jilinstv/.m3u8
http://117.169.120.140:8080/live/neimenggustv/.m3u8
#EXTINF:-1 tvg-id="" status="online",宁夏卫视 (576p)
http://117.169.120.140:8080/live/ningxiastv/.m3u8
#EXTINF:-1 tvg-id="" status="online",山西卫视 (576p)
http://117.169.120.140:8080/live/shanxistv/.m3u8
#EXTINF:-1 tvg-id="" status="online",西藏卫视 (576p)
http://117.169.120.140:8080/live/xizangstv/.m3u8
#EXTINF:-1 tvg-id="" status="online",万州综合 (576p) [Not 24/7]
http://123.146.162.24:8013/tslslive/noEX9SG/hls/live_sd.m3u8
#EXTINF:-1 tvg-id="" status="online",万州三峡移民 (576p) [Not 24/7]
@ -887,8 +849,12 @@ http://183.207.248.11/PLTV/4/224/3221225842/index.m3u8
http://183.207.249.5/PLTV/4/224/3221225800/index.m3u8
#EXTINF:-1 tvg-id="" status="online",重庆卫视 (576p)
http://183.207.249.5/PLTV/4/224/3221225812/index.m3u8
#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p)
http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8
#EXTINF:-1 tvg-id="" status="online",吉林卫视 (576p)
http://183.207.249.7/PLTV/4/224/3221225883/index.m3u8
#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p)
http://183.207.249.11/PLTV/3/224/3221225534/index.m3u8
#EXTINF:-1 tvg-id="" status="online",辽宁卫视 (576p)
http://183.207.249.12/PLTV/4/224/3221225802/index.m3u8
#EXTINF:-1 tvg-id="" status="online",天津卫视 (576p)
@ -911,16 +877,20 @@ http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8
http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8
#EXTINF:-1 tvg-id="" status="online",長豐新聞綜合 (576p)
http://218.23.114.19:1935/live/xinwen/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",星空衛視 (576p)
http://218.202.220.2:5000/nn_live.ts?id=STARTV
#EXTINF:-1 tvg-id="" status="online",仙桃新聞綜合 (576p)
http://221.233.242.239:280/live/71/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",仙桃生活文體 (576p)
http://221.233.242.239:280/live/72/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",北碚综合 (576p) [Not 24/7]
http://222.178.181.121:12034/beibei01.m3u8
#EXTINF:-1 tvg-id="" status="online",江津文化旅游 (576p)
http://222.179.155.21:1935/ch2.m3u8
#EXTINF:-1 tvg-id="" status="online",东至文化资讯 (576p) [Not 24/7]
http://223.247.33.124:1935/live/wenhua/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",东至影视 (576p) [Not 24/7]
http://223.247.33.124:1935/live/yingshi/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",霸州公共頻道 (576p) [Not 24/7]
http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",霸州少兒頻道 (576p) [Not 24/7]
http://hbbz.chinashadt.com:2036/live/stream:bzse.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",霸州文化頻道 (576p)
@ -953,6 +923,8 @@ http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream/playlist.m3u8
http://hebcx.chinashadt.com:2036/live/10001.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",沧县电视二套 (576p)
http://hebcx.chinashadt.com:2036/live/10002.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",中国气象 (576p) [Not 24/7]
http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8
#EXTINF:-1 tvg-id="" status="online",滨海新闻综合 (576p) [Not 24/7]
http://jsbh.chinashadt.com:2036/live/bh11.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",永新电视一套 (576p)
@ -981,8 +953,6 @@ http://live.wjyanghu.com/live/CH2.m3u8
http://lives.jnnews.tv/video/s10001-JTV4/index.m3u8
#EXTINF:-1 tvg-id="" status="online",西藏藏語 (576p)
http://media.vtibet.com/masvod/HLSLive/7/zangyuTV_q1.m3u8
#EXTINF:-1 tvg-id="" status="online",西藏卫视 (576p)
http://media.vtibet.com/masvod/HLSLive/9/hanyuTV_q1.m3u8
#EXTINF:-1 tvg-id="" status="online",青州综合 (576p)
http://sdqz.chinashadt.com:2036/live/stream:1.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",青州生活 (576p)
@ -991,12 +961,18 @@ http://sdqz.chinashadt.com:2036/live/stream:2.stream/playlist.m3u8
http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",白城新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/baicheng1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",白山新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/baishan1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",集安综合 [Geo-blocked]
http://stream2.jlntv.cn/ja/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",农安新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/naxw/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",前郭综合 [Geo-blocked]
http://stream2.jlntv.cn/qg/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/sptv/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",松原新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/sytv/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",通化新闻 [Geo-blocked]
http://stream2.jlntv.cn/tonghua1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",滨州公共电视剧 (576p)
@ -1029,12 +1005,12 @@ https://livees.cgtn.com/1000e/prog_index.m3u8
https://news.cgtn.com/resource/live/french/cgtn-f.m3u8
#EXTINF:-1 tvg-id="" status="online",海西州综合 (576p)
http://stream.haixitv.cn/1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",北碚综合 (576p) [Not 24/7]
http://222.178.181.121:12034/beibei01.m3u8
#EXTINF:-1 tvg-id="" status="online",炫动卡通 (540p)
http://183.207.255.188/live/program/live/xdkt/1300000/mnf.m3u8
#EXTINF:-1 tvg-id="" status="online",江西 上饶综合台 (540p)
http://live.0793.tv/srtv1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",江苏 连云港综合 (480p) [Not 24/7]
http://live.lyg1.com/zhpd/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",龙岩公共 (540p) [Not 24/7]
http://stream.lytv.net.cn/1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",龙岩综合 (540p)
@ -1045,10 +1021,8 @@ http://stream.zzgd.tv/1/sd/live.m3u8
http://stream.zzgd.tv/2/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",枣庄公共 (540p)
http://stream.zzgd.tv/3/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",河源公共 (540p)
http://tmpstream.hyrtv.cn/hygg/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",河源综合 (540p)
http://tmpstream.hyrtv.cn/xwzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",旺苍新闻 (528p) [Not 24/7]
http://3g.dzsm.com/streamer/gycttv.m3u8
#EXTINF:-1 tvg-id="" status="online",新唐人旧金山臺 (486p)
http://live.ntdimg.com/sflive990/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",新唐人-美西 (486p)
@ -1057,10 +1031,10 @@ http://live.ntdimg.com/uwlive520/playlist.m3u8
https://live.ntdimg.com/uwlive990/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",利川新闻综合 (480p) [Not 24/7]
http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w439903609_b1228800.m3u8
#EXTINF:-1 tvg-id="" status="online",新泰生活 (480p) [Not 24/7]
http://111.17.214.4:1935/live/xtsh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",新泰鄉村黨建 (480p) [Not 24/7]
http://111.17.214.4:1935/live/xtxc/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",新泰生活 (480p) [Not 24/7]
http://111.17.214.4:1935/live/xtsh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",新泰影視頻道 (480p) [Not 24/7]
http://111.17.214.4:1935/live/xtys/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",新泰综合 (480p) [Not 24/7]
@ -1085,12 +1059,12 @@ http://222.179.155.21:1935/ch0.m3u8
http://222.179.155.21:1935/ch1.m3u8
#EXTINF:-1 tvg-id="" status="online",潮州综合 (480p)
http://dslive.grtn.cn/czzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",东莞综合 (480p)
http://dslive.grtn.cn/dgzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",惠州新闻综合 (480p)
http://dslive.grtn.cn/hzzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",江门综合 (540p)
http://dslive.grtn.cn/jmzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",揭阳综合 (540p)
http://dslive.grtn.cn/jyzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",梅州综合 (480p)
http://dslive.grtn.cn/mzzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",汕头综合 (540p)
@ -1113,6 +1087,8 @@ http://pili-live-hls.hebitv.com/hebi/hebi.m3u8
http://visit.jjbctv.com:1935/live/xwzhmb/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",忍者神龟 (480p)
http://www.alibabapictures.com/movies/shenggui/poyingerchu.mp4
#EXTINF:-1 tvg-id="" status="online",江苏 连云港公共 (480p) [Not 24/7]
http://live.lyg1.com/ggpd/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",武汉文体 (480p)
http://stream.appwuhan.com/5tzb/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",武汉外语 (576p)
@ -1125,10 +1101,6 @@ https://jpts.sinovision.net/livestream.m3u8
http://183.64.181.25:40023/rongchang01.m3u8
#EXTINF:-1 tvg-id="" status="online",西安丝路 (404p) [Not 24/7]
http://stream2.xiancity.cn/xatv5/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",松原新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/sytv/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",Blue 美剧 (360p) [Not 24/7]
http://210.210.155.35/dr9445/h/h16/02.m3u8
#EXTINF:-1 tvg-id="" status="online",电白综合 (360p) [Not 24/7]
http://gddb.chinashadt.com:1935/live/video1.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",电白视窗 (360p) [Not 24/7]
@ -1155,28 +1127,24 @@ http://1-fss24-s0.streamhoster.com/lv_uchannel/_definst_/broadcast1/chunklist.m3
http://1-fss24-s0.streamhoster.com/lv_uchannel/broadcast1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",耀才财经 (288p)
http://202.69.67.66:443/webcast/bshdlive-mobile/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",河北公共 (540p)
http://live7.plus.hebtv.com/hbggx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",河北农民 (240p)
http://live3.plus.hebtv.com/nmpdx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州生活 (240p)
http://stream1.huaihai.tv/jjsh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (720p)
http://stream1.huaihai.tv/xwzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",白山新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/baishan1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",农安新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/naxw/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",吉林卫视 (240p) [Not 24/7]
http://stream4.jlntv.cn/test2/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",张家界1 (240p) [Not 24/7]
http://stream.zjjrtv.com/zjjtv1/hd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",张家界2台 (240p) [Not 24/7]
http://stream.zjjrtv.com/zjjtv2/hd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",新唐人加西臺 (216p)
https://live.ntdimg.com/cwlive220/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",利川公共 (180p) [Not 24/7]
http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8
#EXTINF:-1 tvg-id="" status="online",山西 朔州新闻台 (10p) [Not 24/7]
http://stream.sxsztv.com/live4/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁都市生活 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁新闻综合 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8
#EXTINF:-1 tvg-id="" status="online",南宁公共 (720p) [Not 24/7]
http://hls.nntv.cn/nnlive/NNTV_PUB_A.m3u8
#EXTINF:-1 tvg-id="" status="blocked",吴江新闻综合 (720p) [Not 24/7]
http://30515.hlsplay.aodianyun.com/lms_30515/tv_channel_239.m3u8
#EXTINF:-1 tvg-id="" status="blocked",南阳新闻 (1080p) [Not 24/7]
@ -1253,12 +1221,6 @@ http://livealone302.iqilu.com/iqilu/typd.m3u8
http://livealone302.iqilu.com/iqilu/yspd.m3u8
#EXTINF:-1 tvg-id="" status="blocked",山东综艺 (406p) [Geo-blocked]
http://livealone302.iqilu.com/iqilu/zypd.m3u8
#EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb04.m3u8
#EXTINF:-1 tvg-id="" status="blocked",新疆汉语信息服务 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb11.m3u8
#EXTINF:-1 tvg-id="" status="blocked",新疆少儿 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb12.m3u8
#EXTINF:-1 tvg-id="" status="blocked",四川 达州综合台 (720p) [Not 24/7]
http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel35/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",四川 达州公共台 (720p) [Not 24/7]
@ -1287,14 +1249,10 @@ http://yunshangdawu.live.tempsource.cjyun.org/videotmp/s10129-dwzhpd.m3u8
http://zbbf2.ahtv.cn/live/749.m3u8
#EXTINF:-1 tvg-id="" status="blocked",甘肃公共 (540p) [Not 24/7]
https://hls.gstv.com.cn/49048r/3t5xyc.m3u8
#EXTINF:-1 tvg-id="" status="blocked",甘肃移动 (540p) [Not 24/7]
https://hls.gstv.com.cn/49048r/y72q36.m3u8
#EXTINF:-1 tvg-id="" status="blocked",云南卫视 (1080p)
https://hwapi.yunshicloud.com/8xughf/e0bx15.m3u8
#EXTINF:-1 tvg-id="" status="blocked",大爱海外 (720p)
https://pulltv3.wanfudaluye.com/live/tv3.m3u8
#EXTINF:-1 tvg-id="" status="timeout",旺苍新闻 (528p) [Not 24/7]
http://3g.dzsm.com/streamer/gycttv.m3u8
#EXTINF:-1 tvg-id="" status="timeout",北京衛視 (1080p) [Geo-blocked]
http://14.152.88.77/liveplay-kk.rtxapp.com/live/program/live/bjwshd/4000000/mnf.m3u8
#EXTINF:-1 tvg-id="" status="timeout",云南都市 (1080p)
@ -1679,8 +1637,10 @@ http://117.156.28.119/270000001111/1110000148/index.m3u8
http://117.156.28.119/270000001111/1110000149/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",积石山电视台 (1080p)
http://117.156.28.119/270000001111/1110000152/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p)
http://117.169.120.140:8080/live/cctv-4/.m3u8
#EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p)
http://117.169.120.140:8080/live/shanxistv/.m3u8
#EXTINF:-1 tvg-id="" status="timeout",西藏卫视 (576p)
http://117.169.120.140:8080/live/xizangstv/.m3u8
#EXTINF:-1 tvg-id="" status="timeout",东南卫视 (360p)
http://125.210.152.18:9090/live/DNWSHD_H265.m3u8
#EXTINF:-1 tvg-id="" status="timeout",凤凰中文 (576p)
@ -1822,11 +1782,11 @@ http://183.207.248.71/gitv/live1/SCWS/SCWS
#EXTINF:-1 tvg-id="" status="timeout",山东卫视 (576p)
http://183.207.248.71/gitv/live1/SDWS/SDWS
#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p)
http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",四川卫视 (576p)
http://183.207.249.36/PLTV/4/224/3221225814/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",星空衛視 (576p)
http://218.202.220.2:5000/nn_live.ts?id=STARTV
http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",凤凰香港 (720p)
http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",吉州新聞綜合 (1080p)
http://218.204.153.158/10.m3u8
#EXTINF:-1 tvg-id="" status="timeout",亳州新聞頻道 (360p)
http://220.180.110.101:8083/videos/live/33/59/NC7XQdEveyncq/NC7XQdEveyncq.m3u8
#EXTINF:-1 tvg-id="" status="timeout",涡阳新闻综合 (360p)
@ -1837,8 +1797,6 @@ http://220.180.110.101:8083/videos/live/39/13/o4ncrHkSp7q09/o4ncrHkSp7q09.m3u8
http://221.5.213.4:30000/1111.m3u8
#EXTINF:-1 tvg-id="" status="timeout",南川旅游经济 (360p)
http://221.5.213.4:30000/2222.m3u8
#EXTINF:-1 tvg-id="" status="timeout",仙桃新聞綜合 (576p)
http://221.233.242.239:280/live/71/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",金鹰卡通 (576p) [Geo-blocked]
http://223.110.241.149:6610/gitv/live1/G_JINYING/G_JINYING/1.m3u8
#EXTINF:-1 tvg-id="" status="timeout",江苏影视 (576p)
@ -1993,6 +1951,8 @@ http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8
http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227027/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",置业 (576p)
http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227037/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",黑龙江 (1080p)
http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p)
http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227378/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p)
@ -2069,8 +2029,8 @@ http://ahhs.chinashadt.com:1936/live/stream:hs1.stream/playlist.m3u8
http://chaoan.chaoantv.com:8278/chaoanzonghe/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",潮安综合 (540p)
http://chaoan.chaoantv.com:8278/live/chaoanzongyi.m3u8
#EXTINF:-1 tvg-id="" status="timeout",揭阳综合 (540p)
http://dslive.grtn.cn/jyzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",东莞综合 (480p)
http://dslive.grtn.cn/dgzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",東光一套 (576p)
http://hbdg.chinashadt.com:1936/live/stream:dgtv1.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",東光二套 (576p)
@ -2097,30 +2057,42 @@ http://ivi.bupt.edu.cn/hls/btv1.m3u8
http://ivi.bupt.edu.cn/hls/btv5.m3u8
#EXTINF:-1 tvg-id="" status="timeout",北京青年 [Not 24/7]
http://ivi.bupt.edu.cn/hls/btv8.m3u8
#EXTINF:-1 tvg-id="" status="timeout",洛陽綜合頻道 (1080p) [Not 24/7]
http://live1.lytv.com.cn:1935/live/LYTV1-1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北经济生活 (540p) [Not 24/7]
http://live2.plus.hebtv.com/jjshx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北都市 (240p) [Not 24/7]
http://live3.plus.hebtv.com/hbdsx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北农民 (240p)
http://live3.plus.hebtv.com/nmpdx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北影视剧 (540p)
http://live6.plus.hebtv.com/hbysx/hd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北少儿科教 (540p)
http://live6.plus.hebtv.com/sekjx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北公共 (540p)
http://live7.plus.hebtv.com/hbggx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",海南州藏語頻道 (480p)
http://live.hnzzzzzdst.com/channel1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",福山生活 (576p) [Not 24/7]
http://live.jiaodong.net:82/tvfushan/hls/tv_shenghuo.m3u8
#EXTINF:-1 tvg-id="" status="timeout",江苏 连云港公共 (480p) [Not 24/7]
http://live.lyg1.com/ggpd/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",江苏 连云港综合 (480p) [Not 24/7]
http://live.lyg1.com/zhpd/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",舟山公共生活 (720p)
http://live.wifizs.cn/ggsh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",舟山群岛旅游 (720p)
http://live.wifizs.cn/qdly/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",舟山新闻综合 (240p)
http://live.wifizs.cn/xwzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",内江综合 (720p)
http://njzb.scnj.tv:90/live/xwzh_xwzh800.m3u8
#EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb04.m3u8
#EXTINF:-1 tvg-id="" status="timeout",新疆汉语信息服务 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb11.m3u8
#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb12.m3u8
#EXTINF:-1 tvg-id="" status="timeout",西藏卫视 (576p)
http://media.vtibet.com/masvod/HLSLive/9/hanyuTV_q1.m3u8
#EXTINF:-1 tvg-id="" status="timeout",内江公共 (720p)
http://njzb.scnj.tv:90/live/gggy_gggy800.m3u8
#EXTINF:-1 tvg-id="" status="timeout",内江科教 (720p)
http://njzb.scnj.tv:90/live/kjpd_kjpd800.m3u8
#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p)
http://ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河南卫视 (576p)
@ -2143,22 +2115,20 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8
http://ott.js.chinamobile.com/PLTV/3/224/3221227565/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",东方卫视 (1080p)
http://ott.js.chinamobile.com/PLTV/3/224/3221227597/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8
#EXTINF:-1 tvg-id="" status="timeout",蓬安新闻综合 (720p) [Not 24/7]
http://palive.patv123.com:8091/live/xwpd_800K.m3u8
#EXTINF:-1 tvg-id="" status="timeout",四川 四川影视台 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",四川 星空购物台 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",四川公共 (720p)
http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",迪庆藏语 (576p)
http://stream01.dqtv123.com:1935/live/diqingzangyu.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",迪庆综合 (1080p)
http://stream01.dqtv123.com:1935/live/xinwenzonghe.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",西安影视 (180p) [Not 24/7]
http://stream2.xiancity.cn/xatv4/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",张家界2台 (240p) [Not 24/7]
http://stream.zjjrtv.com/zjjtv2/hd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河源公共 (540p)
http://tmpstream.hyrtv.cn/hygg/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河源综合 (540p)
http://tmpstream.hyrtv.cn/xwzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",犍为新闻综合 (720p) [Not 24/7]
http://tv.scwlqw.cn:3100/hls/kqcyufpi/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",萍鄉新聞綜合 (576p) [Not 24/7]
@ -2177,8 +2147,16 @@ http://yslk.chinashadt.com:1635/live/stream:di4.stream/playlist.m3u8
http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",辛集新聞頻道 (480p) [Not 24/7]
http://zsxj.chinashadt.com:1935/live/xjxw.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",凤台综合 (576p) [Not 24/7]
http://60.175.115.119:1935/live/zonghe/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",綦江综合 (576p)
http://113.207.29.195:1935/app_2/_definst_/ls_25.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",四川卫视 (576p)
http://183.207.249.36/PLTV/4/224/3221225814/index.m3u8
#EXTINF:-1 tvg-id="" status="error",增城綜合 (1080p)
http://202.168.164.38:8083/videos/live/19/27/QEQXMtU5AUpwo/QEQXMtU5AUpwo.m3u8
#EXTINF:-1 tvg-id="" status="error",Blue 美剧 (360p) [Not 24/7]
http://210.210.155.35/dr9445/h/h16/02.m3u8
#EXTINF:-1 tvg-id="" status="error",哈哈炫动卫视 (480p) [Not 24/7]
http://210.210.155.35/qwr9ew/s/s50/index2.m3u8
#EXTINF:-1 tvg-id="" status="error",中牟综合 (360p) [Not 24/7]
@ -2195,8 +2173,6 @@ http://cctvalih5ca.v.myalicdn.com/live/cctvamerica_2/index.m3u8
http://dslive.grtn.cn/swzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",汕尾公共 (540p)
http://dslive.grtn.cn/swzh/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="error",霸州公共頻道 (576p) [Not 24/7]
http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",阜城综合 (576p) [Not 24/7]
http://hbfc.chinashadt.com:2036/live/2.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",河北经济 (576p)
@ -2209,8 +2185,6 @@ http://hbhh.chinashadt.com:2111/live/hhtv2.stream/playlist.m3u8
http://hbhh.chinashadt.com:2111/live/hhtv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",黃驊影視 (576p)
http://hbhh.chinashadt.com:2111/live/hhys.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",中国气象 (576p) [Not 24/7]
http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8
#EXTINF:-1 tvg-id="" status="error",南召一套 (576p) [Not 24/7]
http://hnnz.chinashadt.com:1935/live/1002.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",宜章社会法制 (576p)
@ -2223,14 +2197,28 @@ http://jiangjinlive.cbg.cn:1935/ch1.m3u8
http://jiangjinlive.cbg.cn:1935/ch2.m3u8
#EXTINF:-1 tvg-id="" status="error",袁州綜合頻道 (576p) [Not 24/7]
http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.m3u8
#EXTINF:-1 tvg-id="" status="error",晋中公共 (1080p) [Not 24/7]
http://jzlive.jztvnews.com:90/live/jzgg.m3u8
#EXTINF:-1 tvg-id="" status="error",晋中综合 (1080p)
http://jzlive.jztvnews.com:90/live/jzzh.m3u8
#EXTINF:-1 tvg-id="" status="error",开州综合 (720p)
http://kaixianlive.cbg.cn:10345/1.m3u8
#EXTINF:-1 tvg-id="" status="error",洛陽綜合頻道 (1080p) [Not 24/7]
http://live1.lytv.com.cn:1935/live/LYTV1-1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",六安新闻综合 (720p) [Not 24/7]
http://live.china-latv.com/channel1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",中牟综合 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/10122-1.m3u8
#EXTINF:-1 tvg-id="" status="error",新郑综合 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/10184-1.m3u8
#EXTINF:-1 tvg-id="" status="error",建安电视台 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/11003-1.m3u8
#EXTINF:-1 tvg-id="" status="error",澳亚卫视 [Not 24/7]
http://live.mastvnet.com/4rlff1m/live.m3u8
#EXTINF:-1 tvg-id="" status="error",娄底 (720p)
http://mms.ldntv.cn:1935/live/_definst_/zonghe/chunklist_w67585331.m3u8
#EXTINF:-1 tvg-id="" status="error",娄底综合 (720p) [Not 24/7]
http://mms.ldntv.cn:1935/live/zonghe/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",南川新闻综合 (360p) [Not 24/7]
http://nanchuanlive.cbg.cn:30000/1111.m3u8
#EXTINF:-1 tvg-id="" status="error",彭水新闻综合 (288p)
@ -2253,10 +2241,22 @@ http://qxlmlive.cbg.cn:1935/app_2/ls_56.stream/playlist.m3u8
http://qxlmlive.cbg.cn:1935/app_2/ls_57.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",长寿综合 (720p) [Not 24/7]
http://qxlmlive.cbg.cn:1935/app_2/ls_63.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",康巴卫视 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8
#EXTINF:-1 tvg-id="" status="error",四川 四川新闻台 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8
#EXTINF:-1 tvg-id="" status="error",四川 星空购物台 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8
#EXTINF:-1 tvg-id="" status="error",四川妇女儿童 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8
#EXTINF:-1 tvg-id="" status="error",徐州公共頻道 (720p)
http://stream1.huaihai.tv/ggpd/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",徐州生活 (240p)
http://stream1.huaihai.tv/jjsh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",徐州影视 (720p)
http://stream1.huaihai.tv/wyys/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",徐州新聞綜合 (720p)
http://stream1.huaihai.tv/xwzh/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",黑龙江台
http://stream3.hljtv.com/hljws2/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="error",黑龙江新闻法治
@ -2291,14 +2291,16 @@ http://www.alibabapictures.com/movies/10/mayunduihua.mp4
http://yd-m-l.cztv.com/channels/lantian/channel05/1080p.m3u8
#EXTINF:-1 tvg-id="" status="error",美国亚美卫视 (480p) [Not 24/7]
https://dcunilive30-lh.akamaihd.net/i/dclive_1@535522/master.m3u8
#EXTINF:-1 tvg-id="" status="error",甘肃移动 (540p) [Not 24/7]
https://hls.gstv.com.cn/49048r/y72q36.m3u8
#EXTINF:-1 tvg-id="" status="error",广州法治 (720p) [Not 24/7]
https://iptv--iptv.repl.co/Chinese/fazhi
#EXTINF:-1 tvg-id="" status="error",广州新闻 (720p) [Not 24/7]
https://iptv--iptv.repl.co/Chinese/xinwen
#EXTINF:-1 tvg-id="" status="error",广州影视 (720p) [Not 24/7]
https://iptv--iptv.repl.co/Chinese/yingshi
#EXTINF:-1 tvg-id="" status="error",中国交通 (海南) (1080p) [Not 24/7]
https://tv.lanjingfm.com/cctbn/hainan.m3u8
#EXTINF:-1 tvg-id="" status="error",房山电视台 (576p)
https://live.funhillrm.com/2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",西虹市首富
https://zuikzy.win7i.com/2018/07/30/hCt7GSGU1sAgOC8j/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",耀才财经
@ -2315,5 +2317,3 @@ rtmp://csztv.2500sz.com/live/c03
rtmp://csztv.2500sz.com/live/c04
#EXTINF:-1 tvg-id="" status="error",江苏 东海综合台
rtmp://livetv.dhtv.cn/live/news
#EXTINF:-1 tvg-id="",黑龙江 (1080p)
http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8

View File

@ -39,7 +39,7 @@ http://131.221.42.25:1935/streaming/canal2/playlist.m3u8
https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8
#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfZ9c1Beo5LipWUXM7zYMuQ/live
#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets
#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets
https://video.ejeserver.com/live/nets.m3u8
#EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7]
http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8
@ -142,11 +142,11 @@ http://179.1.7.198:1935/live/TVAgroHD.stream/playlist.m3u8
https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8
#EXTINF:-1 tvg-id="TVNGlobal.co" status="online",TVN Global (614p) [Not 24/7]
https://stmv2.voxtvhd.com.br/tvnglobal/tvnglobal/playlist.m3u8
#EXTINF:-1 tvg-id="UAOPlay.co" status="online",UAO Play
#EXTINF:-1 tvg-id="UAOPlay.co" status="error",UAO Play
https://play.cdn.enetres.net/184784E1D210401F8041E3E1266822CC023/028/playlist.m3u8
#EXTINF:-1 tvg-id="UNABTV.co" status="online",UNAB (Universidad Autonoma de Bucaramanga) TV (Bucaramanga | Santander)
https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAXAALPA1IAyADIVKgAAAAAAAAA.js
#EXTINF:-1 tvg-id="UNABTV.co" status="error",UNAB (Universidad Autonoma de Bucaramanga) TV2 (Bucaramanga | Santander)
#EXTINF:-1 tvg-id="UNABTV.co" status="online",UNAB (Universidad Autonoma de Bucaramanga) TV2 (Bucaramanga | Santander)
https://q-s-l4n3sh4d0w.onrender.com/iptv-query?streaming-ip=https://teveo.com.co/player/AcAAAgAXAALQA1IAyADIRKgAAAAAAAAA.js
#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Television (Guadalajara de Buga | Valle del Cauca)
https://movil.ejeserver.com/live/veotv.m3u8

View File

@ -4,9 +4,9 @@ http://k3.usastreams.com/CableLatino/88stereo/playlist.m3u8
#EXTINF:-1 tvg-id="AgrotendenciaTV.cr" status="error",AgrotendenciaTV (480p) [Not 24/7]
https://inliveserver.com:1936/15506/15506/playlist.m3u8
#EXTINF:-1 tvg-id="AnexionTV.cr" status="error",Anexión TV (720p) [Not 24/7]
https://rtmp.info/anexiontv/envivo/playlist.m3u8
#EXTINF:-1 tvg-id="AnexionTV.cr",Anexión TV (720p) [Not 24/7]
http://rtmp.info:8081/anexiontv/envivo/index.m3u8
#EXTINF:-1 tvg-id="AnexionTV.cr" status="error",Anexión TV (720p) [Not 24/7]
https://rtmp.info/anexiontv/envivo/playlist.m3u8
#EXTINF:-1 tvg-id="AntenaSeisTV.cr" status="online",Antena Seis TV (720p) [Geo-blocked]
http://inliveserver.com:1935/14510/14510/playlist.m3u8
#EXTINF:-1 tvg-id="Canal2.cr" status="error",Repretel CDR-2 Central de Radios (360p) [Not 24/7]
@ -39,7 +39,7 @@ http://k3.usastreams.com:1935/HBTV/HBTV/playlist.m3u8
https://srv.panelcast.net/humor247/humor247/playlist.m3u8
#EXTINF:-1 tvg-id="LuzNacienteTV.cr" status="error",Luz Naciente TV (720p) [Not 24/7]
https://cloudflare.streamgato.us:3399/live/luznacientetvlive.m3u8
#EXTINF:-1 tvg-id="NicoyaTV.cr" status="online",NicoyaTV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="NicoyaTV.cr" status="error",NicoyaTV (720p) [Not 24/7]
https://59ef525c24caa.streamlock.net/nicoyatv/nicoyatv/playlist.m3u8
#EXTINF:-1 tvg-id="QuinceUCR.cr" status="error",Quince UCR (Universidad de Costa Rica) (720p) [Not 24/7]
http://163.178.170.127:1935/quinceucr/live.stream_720p/playlist.m3u8
@ -47,7 +47,7 @@ http://163.178.170.127:1935/quinceucr/live.stream_720p/playlist.m3u8
http://tvretropalmares.com:8090/hls/envivo.m3u8
#EXTINF:-1 tvg-id="SMOTV.cr" status="timeout",SMO TV
http://186.15.50.30:8080/hls/smotv.m3u8
#EXTINF:-1 tvg-id="TeleredTelevision.cr" status="online",Telered Television (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TeleredTelevision.cr" status="error",Telered Television (720p) [Not 24/7]
http://k4.usastreams.com/ARBtv/teleplus/playlist.m3u8
#EXTINF:-1 tvg-id="Telesistema.cr" status="online",Telesistema (486p)
https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8
@ -57,11 +57,11 @@ http://k3.usastreams.com/telesur/telesur/playlist.m3u8
https://59ef525c24caa.streamlock.net/telesur/telesur/playlist.m3u8
#EXTINF:-1 tvg-id="Teletica7.cr" status="timeout",Teletica 7 (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x29e3wg
#EXTINF:-1 tvg-id="TeleUno.cr" status="online",Tele Uno (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TeleUno.cr" status="error",Tele Uno (720p) [Not 24/7]
http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8
#EXTINF:-1 tvg-id="TVN14.cr" status="online",Canal 14 San Carlos (720p)
http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8
#EXTINF:-1 tvg-id="TVSurCanal9.cr",TV Sur Canal 9 (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7]
http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8
#EXTINF:-1 tvg-id="TVSurCanal14.cr" status="online",TV Sur Canal 14 (720p)
https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/playlist.m3u8

View File

@ -1,11 +1,11 @@
#EXTM3U
#EXTINF:-1 tvg-id="BonceTV.cw" status="error",Bonce TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="BonceTV.cw" status="online",Bonce TV (480p) [Not 24/7]
https://seswa.bonce.tv/hls/bonceswa.m3u8
#EXTINF:-1 tvg-id="NosPais.cw" status="online",Nos Païs (720p) [Not 24/7]
http://highvolume04.streampartner.nl/nos_pais_24_7/nos_pais_24_7/playlist.m3u8
#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p)
http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24a3d08cd6de/playlist.m3u8
#EXTINF:-1 tvg-id="TeleCuracao.cw" status="error",TeleCuraçao (720p)
#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p)
https://streannlivecariflix.cachefly.net/cariflix1/cariflix1/playlist.m3u8
#EXTINF:-1 tvg-id="TVDirect13.cw" status="online",TV Direct 13 (720p) [Not 24/7]
https://edge1.tvdirect13.com/live/smil:mystream.smil/playlist.m3u8

View File

@ -13,13 +13,13 @@ https://www.ast.tv/stream/1/master.m3u8
https://www.ast.tv/stream/2/master.m3u8
#EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (720p) [Not 24/7]
http://kuzeykibris.tv/m3u8/tv_brt1.m3u8
#EXTINF:-1 tvg-id="BRT1HD.cy" status="timeout",BRT 1 HD (576p) [Not 24/7]
#EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (576p) [Not 24/7]
http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8
#EXTINF:-1 tvg-id="BRT1HD.cy" status="error",BRT 1 HD (576p) [Not 24/7]
rtmp://wms.brtk.net:1935/live/BRTHD
#EXTINF:-1 tvg-id="BRT2HD.cy" status="timeout",BRT 2 HD (406p) [Not 24/7]
#EXTINF:-1 tvg-id="BRT2HD.cy" status="error",BRT 2 HD (406p) [Not 24/7]
http://wms.brtk.net:1935/live/brt1/playlist.m3u8
#EXTINF:-1 tvg-id="BRT3.cy" status="timeout",BRT 3 (406p) [Not 24/7]
#EXTINF:-1 tvg-id="BRT3.cy" status="online",BRT 3 (406p) [Not 24/7]
http://wms.brtk.net:1935/live/brt2/playlist.m3u8
#EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) [Not 24/7]
https://dev.aftermind.xyz/edge-hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu

View File

@ -1,7 +1,7 @@
#EXTM3U
#EXTINF:-1 tvg-id="CT1HD.cz" status="online",ČT1 (1080p)
http://213.151.233.20:8000/dna-5100-tv-pc.m3u8
#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p)
#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s61/index.m3u8
#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="error",Настоящее Время (720p) [Not 24/7]

View File

@ -268,9 +268,9 @@ https://rnf.iptv-playoutcenter.de/rnf/rnf.stream_1/playlist.m3u8
#EXTINF:-1 tvg-id="RockAntenne.de" status="online",Rock Antenne [Not 24/7]
https://stream.rockantenne.de/rockantenne/stream/mp3
#EXTINF:-1 tvg-id="RocklandTV.de" status="online",Rockland TV (720p) [Not 24/7]
http://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8
#EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7]
http://player-api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8
#EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7]
http://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8
#EXTINF:-1 tvg-id="RONTV.de" status="error",RON TV (1080p)
https://ron-i.akamaihd.net/hls/live/523496/ron/master.m3u8
#EXTINF:-1 tvg-id="RTLWest.de" status="error",RTL West (540p)
@ -357,6 +357,8 @@ https://zdf-hls-15.akamaized.net/hls/live/2016498/de/high/master.m3u8
http://58bd5b7a98e04.streamlock.net/medienasa-live/punktum_high/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Ran 1 (1080p)
http://58bd5b7a98e04.streamlock.net/medienasa-live/ran1_high/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",RFH TV (1080p)
http://58bd5b7a98e04.streamlock.net/medienasa-live/RFH_high/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",rheinmaintv (720p) [Not 24/7]
https://586fb512206e4.streamlock.net/rheinmaintv-live/mp4:livestream/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online",rheinmaintv (720p) [Not 24/7]
@ -387,6 +389,8 @@ http://livestreams.br.de/i/bralpha_germany@119899/master.m3u8
https://brlive-lh.akamaihd.net/i/bfsnord_germany@119898/master.m3u8
#EXTINF:-1 tvg-id="" status="online",ARD-alpha (720p) [Not 24/7]
https://brlive-lh.akamaihd.net/i/bralpha_germany@119899/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Motorvision (576p)
http://210.210.155.37/uq2663/h/h09/index.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",DW (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s26/index.m3u8
@ -430,8 +434,6 @@ http://176.10.117.18:8000/play/a00f/index.m3u8
http://176.10.117.18:8000/play/a002/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Motorvision (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h09/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Motorvision (576p)
http://210.210.155.37/uq2663/h/h09/index.m3u8
#EXTINF:-1 tvg-id="" status="error",BR Fernsehen Süd (720p) [Geo-blocked]
http://livestreams.br.de/i/bfssued_germany@119890/master.m3u8
#EXTINF:-1 tvg-id="" status="error",Südtirol TV (720p)
@ -468,5 +470,3 @@ https://ndrfs-lh.akamaihd.net/i/ndrfs_ww@430235/master.m3u8
https://stream05.stream.welocal.world/stream/rsc/ngrp:rsc.stream_all/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",WDR Fernsehen (720p)
https://wdr_fs-lh.akamaihd.net/i/wdrfs_weltweit@112033/master.m3u8
#EXTINF:-1 tvg-id="",RFH TV (1080p)
http://58bd5b7a98e04.streamlock.net/medienasa-live/RFH_high/playlist.m3u8

View File

@ -21,7 +21,7 @@ https://jukin-peopleareawesome-2-de.samsung.wurl.com/manifest/playlist.m3u8
https://rakuten-actionmovies-3-de.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="RakutenTVComedyMoviesGermany.de" status="error",Rakuten TV Comedy Movies Germany (720p)
https://rakuten-comedymovies-3-de.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="RakutenTVDramaGermany.de",Rakuten TV Drama Germany (720p)
#EXTINF:-1 tvg-id="RakutenTVDramaGermany.de" status="error",Rakuten TV Drama Germany (720p)
https://rakuten-tvshows-3-de.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="RakutenTVFamilyGermany.de" status="error",Rakuten TV Family Germany (720p)
https://rakuten-family-3-de.samsung.wurl.com/manifest/playlist.m3u8

View File

@ -1,4 +1,10 @@
#EXTM3U
#EXTINF:-1 tvg-id="DR1.dk",DR1 (1080p) [Geo-blocked]
https://drlive01hls.akamaized.net/hls/live/2014185/drlive01/master.m3u8
#EXTINF:-1 tvg-id="DR2.dk",DR2 (1080p) [Geo-blocked]
https://drlive02hls.akamaized.net/hls/live/2014187/drlive02/master.m3u8
#EXTINF:-1 tvg-id="DRRamaSjang.dk",DR Ramasjang (720p) [Geo-blocked]
https://drlive03hls.akamaized.net/hls/live/2014190/drlive03/master.m3u8
#EXTINF:-1 tvg-id="KanalHovedstaden.dk" status="online",Kanal Hovedstaden (720p)
https://59b954022ec35.streamlock.net/liveTV2/smil:liveTVstream2.transcoder.smil/playlist.m3u8
#EXTINF:-1 tvg-id="KKRtv.dk" status="online",KKRtv (720p)

View File

@ -1,7 +1,7 @@
#EXTM3U
#EXTINF:-1 tvg-id="AcentoTV.do" status="error",Acento TV
https://acentotv01.streamprolive.com/hls/live.m3u8
#EXTINF:-1 tvg-id="AkiTV.do" status="error",AkíTV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="AkiTV.do" status="online",AkíTV (720p) [Not 24/7]
https://cm.hostlagarto.com:4445/Akitv/Akitv.myStream/playlist.m3u8
#EXTINF:-1 tvg-id="Ame47.do" status="error",Amé 47 (720p)
https://ss6.domint.net:3028/ame_str/amecanal47/playlist.m3u8
@ -11,7 +11,7 @@ http://azxtv.com/hls/stream.m3u8
https://cdn4.hostlagarto.com:8081/static/bajotechotv/playlist.m3u8
#EXTINF:-1 tvg-id="Bellavision.do" status="error",Bellavisión
https://cdn4.hostlagarto.com:8081/static/Bellavision8hd/playlist.m3u8
#EXTINF:-1 tvg-id="BonaoTV.do" status="error",Bonao TV
#EXTINF:-1 tvg-id="BonaoTV.do" status="online",Bonao TV
https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8
#EXTINF:-1 tvg-id="Boreal.do" status="error",Boreal (720p)
https://5b38ce71f1f00.streamlock.net/8180/8180/playlist.m3u8
@ -101,9 +101,9 @@ http://51.222.85.85:81/hls/loco/index.m3u8
http://locomotiontv.com/envivo/loco_ch/stream.m3u8
#EXTINF:-1 tvg-id="LunaTVCanal53.do" status="online",Luna TV Canal 53
https://ss2.domint.net:3228/luna_str/lunatv/playlist.m3u8
#EXTINF:-1 tvg-id="Megavision.do" status="online",Megavisión
#EXTINF:-1 tvg-id="Megavision.do" status="error",Megavisión
http://server3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8
#EXTINF:-1 tvg-id="MegavisionCanal43.do" status="online",Megavision Canal 43 (480p) [Not 24/7]
#EXTINF:-1 tvg-id="MegavisionCanal43.do" status="error",Megavision Canal 43 (480p) [Not 24/7]
http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8
#EXTINF:-1 tvg-id="Microvision10.do" status="online",Microvision 10 (720p) [Not 24/7]
http://190.103.183.24:1935/live/MicroHD/playlist.m3u8
@ -125,7 +125,7 @@ https://streaming.ath.cx:1936/nexxotv/nexxotv/playlist.m3u8
https://live.teledomdr.com:3131/live/nitidatvlive.m3u8
#EXTINF:-1 tvg-id="ORBITTV.do" status="online",ORBIT TV (480p) [Geo-blocked]
https://ss3.domint.net:3134/otv_str/orbittv/playlist.m3u8
#EXTINF:-1 tvg-id="PeraviaVision.do" status="online",Peravía Visión
#EXTINF:-1 tvg-id="PeraviaVision.do" status="error",Peravía Visión
https://ss5.domint.net:3048/pvv_str/peravia/playlist.m3u8
#EXTINF:-1 tvg-id="PH.do" status="online",PH (720p) [Not 24/7]
https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/playlist.m3u8
@ -141,11 +141,11 @@ https://ss2.domint.net:3202/rnn_str/canal27/playlist.m3u8
http://tv.romanatv42.com/hls/live.m3u8
#EXTINF:-1 tvg-id="SabanetaTV.do" status="error",Sabaneta TV
https://ss9.domint.net:3044/spm_str/sabanetatv/playlist.m3u8
#EXTINF:-1 tvg-id="SanIsidroTV.do" status="online",San Isidro TV (360p) [Not 24/7]
#EXTINF:-1 tvg-id="SanIsidroTV.do" status="error",San Isidro TV (360p) [Not 24/7]
https://cdn4.hostlagarto.com:8081/static/sanisidrotv/playlist.m3u8
#EXTINF:-1 tvg-id="SenalesTV.do" status="online",Señales TV
https://live.teledom.info:4000/live/senalestvlive.m3u8
#EXTINF:-1 tvg-id="SensacionTV.do" status="online",Sensación TV
#EXTINF:-1 tvg-id="SensacionTV.do" status="error",Sensación TV
https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8
#EXTINF:-1 tvg-id="SiTV.do" status="online",SiTV (720p)
http://190.122.104.221/Player/sitv.m3u8
@ -163,7 +163,7 @@ https://ss8.domint.net:3128/stv_str/tv55/master.m3u8
http://108.175.14.125:1935/tdn/tdn/playlist.m3u8
#EXTINF:-1 tvg-id="TeleBendicion.do" status="timeout",TeleBendicion (720p) [Not 24/7]
http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8
#EXTINF:-1 tvg-id="Telecanal28.do" status="blocked",Telecanal 28 (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="Telecanal28.do" status="online",Telecanal 28 (360p) [Geo-blocked]
http://cm.hostlagarto.com:8081/Telecanal-28/telecanal.myStream/playlist.m3u8
#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7]
http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8
@ -197,13 +197,13 @@ https://cdn5.streamgato.us:3315/live/telesantodomingolive.m3u8
http://177.52.221.214:8000/play/a0fk/index.m3u8
#EXTINF:-1 tvg-id="TelesurCanal10.do" status="online",Telesur Canal (360p) [Not 24/7]
https://ss3.domint.net:3124/tls_str/telesur/playlist.m3u8
#EXTINF:-1 tvg-id="Teletur.do" status="online",Teletur
#EXTINF:-1 tvg-id="Teletur.do" status="error",Teletur
https://cdn4.hostlagarto.com:8081/static/teletur/playlist.m3u8
#EXTINF:-1 tvg-id="Teleunion.do" status="online",Teleunion (480p) [Not 24/7]
http://server3.prostudionetwork.com:1945/teleunion/TU/playlist.m3u8
#EXTINF:-1 tvg-id="Telever.do" status="error",Telever Canal 12
http://tengomusica.ddns.net:1935/telever/telever.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TitanicoTV.do" status="online",Titánico TV
#EXTINF:-1 tvg-id="TitanicoTV.do" status="error",Titánico TV
https://cdn2.streamgato.us/titanicotv/titanicotv/playlist.m3u8
#EXTINF:-1 tvg-id="TNICanal51.do" status="online",TNI Canal51
https://ss5.domint.net:3188/tni_str/tni51/playlist.m3u8
@ -229,7 +229,7 @@ http://190.103.183.24:1935/Vallevision/ValleHD/playlist.m3u8
https://streaming.telecablecentral.com.do/Vallevision/ValleHD/playlist.m3u8
#EXTINF:-1 tvg-id="VegaTeve.do" status="error",Vega Teve (720p) [Not 24/7]
https://ss6.domint.net:3012/tes_str/teleelsalvador/playlist.m3u8
#EXTINF:-1 tvg-id="Yunavision.do" status="online",Yunavisión
#EXTINF:-1 tvg-id="Yunavision.do" status="error",Yunavisión
https://ss9.domint.net:3036/yv_str/yunavision/playlist.m3u8
#EXTINF:-1 tvg-id="Zol106.do" status="online",Zol106 (720p) [Not 24/7]
https://ss3.domint.net:3108/zol_str/vzol/playlist.m3u8

View File

@ -13,7 +13,7 @@ http://echorouk-live-tv.dzsecurity.net:8081/echo/EchoroukNews/playlist.m3u8
https://cdn02.hta.dz/abr_htatv/Echorouk_TV_HD/playlist.m3u8
#EXTINF:-1 tvg-id="ElBilad.dz" status="online",El Bilad [Geo-blocked]
https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8
#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="blocked",El Djazairia One [Geo-blocked]
#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="error",El Djazairia One [Geo-blocked]
https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8
#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online",El Djazair N1 [Geo-blocked]
https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8

View File

@ -45,14 +45,14 @@ https://directes-tv-int.ccma.cat/int/ngrp:324_web/master.m3u8
https://directes-tv-int.ccma.cat/int/ngrp:324_web/playlist_DVR.m3u8
#EXTINF:-1 tvg-id="ActivaTV.es" status="online",Activa TV (720p) [Not 24/7]
https://streamtv.mediasector.es/hls/activatv/.m3u8
#EXTINF:-1 tvg-id="AlacantiTV.es" status="online",Alacantí TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="AlacantiTV.es" status="error",Alacantí TV (576p) [Not 24/7]
https://streaming01.gestec-video.com/hls/artequatreAlacanti.m3u8
#EXTINF:-1 tvg-id="AlcarriaTV.es" status="online",Alcarria TV (576p) [Not 24/7]
http://cls.alcarria.tv/alcarriatv/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="APunt.es" status="timeout",À Punt (720p) [Geo-blocked]
https://bcovlive-a.akamaihd.net/1e7e91116b104391a4f22e13a694d94f/eu-central-1/6057955885001/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="APunt.es" status="timeout",À Punt (720p)
#EXTINF:-1 tvg-id="APunt.es" status="online",À Punt (720p)
https://bcovlive-a.akamaihd.net/469e448f034b4d46afa4bcac53297d60/eu-central-1/6057955885001/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="APunt.es" status="blocked",À Punt (720p) [Geo-blocked]
https://bcovlive-a.akamaihd.net/1e7e91116b104391a4f22e13a694d94f/eu-central-1/6057955885001/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="AragonTV.es" status="online",Aragón TV (360p)
https://cartv.streaming.aranova.es/hls/live/aragontv_canal1.m3u8
#EXTINF:-1 tvg-id="BailenTV.es" status="online",Bailén TV (720p) [Not 24/7]
@ -75,7 +75,7 @@ https://5940924978228.streamlock.net/Directo3/Directo3/playlist.m3u8
http://ventdelnord.tv:8080/escala/directe.m3u8
#EXTINF:-1 tvg-id="Canal24Horas.es" status="error",Canal 24 Horas
https://hlsliveamdgl0-lh.akamaihd.net/i/hlslive_1@429494/master.m3u8
#EXTINF:-1 tvg-id="Canal25TV.es" status="online",Canal 25 TV (Barbastro) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="Canal25TV.es" status="error",Canal 25 TV (Barbastro) (720p) [Not 24/7]
https://common01.todostreaming.es/live/tvbarbastro-livestream.m3u8
#EXTINF:-1 tvg-id="Canal33Madrid.es" status="online",Canal 33 Madrid (720p) [Not 24/7]
https://5ab29cc78f681.streamlock.net/canal33tvmadridgmailcom/livestream/master.m3u8
@ -137,7 +137,7 @@ https://congresodirecto-f.akamaihd.net/i/congreso5_1@51923/master.m3u8
http://91.126.141.201:1935/live/cosmoHD/playlist.m3u8
#EXTINF:-1 tvg-id="CosmoTV.es" status="error",Cosmo TV (480p) [Not 24/7]
https://59d39900ebfb8.streamlock.net/str15live/str15live/playlist.m3u8
#EXTINF:-1 tvg-id="CostaNoroesteTV.es" status="error",Costa Noroeste TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="CostaNoroesteTV.es" status="online",Costa Noroeste TV (720p) [Not 24/7]
https://limited31.todostreaming.es/live/noroestetv-livestream.m3u8
#EXTINF:-1 tvg-id="DiezTV.es" status="online",Diez TV (1080p)
https://streaming.cloud.innovasur.es/mmj/index.m3u8
@ -229,7 +229,7 @@ https://streaming2.radiohuesca.com/hls-live/livepkgr/_definst_/huescatv/huescatv
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCff_CBVJDTHP4wOHPjP5BMg/live
#EXTINF:-1 tvg-id="IbizaGlobalTV.es" status="online",Ibiza Global TV (720p) [Not 24/7]
https://ibgrtv.streaming-pro.com/hls/ibgrlive.m3u8
#EXTINF:-1 tvg-id="ImasTV.es" status="online",Imás TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="ImasTV.es" status="error",Imás TV (1080p) [Not 24/7]
https://secure3.todostreaming.es/live/imastv-livestream.m3u8
#EXTINF:-1 tvg-id="InteralmeriaTV.es" status="online",Interalmeria TV (1080p)
https://interalmeria.tv/directo/live.m3u8
@ -247,7 +247,7 @@ https://hlsliveamdgl7-lh.akamaihd.net/i/hlsdvrlive_1@583042/master.m3u8
https://ztnr.rtve.es/ztnr/1688877.m3u8
#EXTINF:-1 tvg-id="La1.es" status="error",La 1 (720p) [Geo-blocked]
https://rtvelivestreamv3.akamaized.net/rtvesec/la1_bkp_dvr.m3u8
#EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p)
#EXTINF:-1 tvg-id="La2.es" status="timeout",La 2 (1080p)
https://ztnr.rtve.es/ztnr/1688885.m3u8
#EXTINF:-1 tvg-id="La2.es" status="error",La 2 (720p)
https://hlsliveamdgl0-lh.akamaihd.net/i/hlsdvrlive_1@60531/master.m3u8
@ -285,9 +285,9 @@ https://urbanrevolution.es:8443/live/TV/playlist.m3u8
https://pull12.atresmedia.com/lavoz/master.m3u8
#EXTINF:-1 tvg-id="LebrijaTV.es" status="online",Lebrija TV (360p) [Not 24/7]
http://212.104.160.156:1935/live/lebrijatv2/playlist3.m3u8
#EXTINF:-1 tvg-id="LevanteTV.es" status="online",Levante TV (320p) [Not 24/7]
#EXTINF:-1 tvg-id="LevanteTV.es" status="error",Levante TV (320p) [Not 24/7]
https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8
#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="error",Lleida Televisio (720p) [Not 24/7]
#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7]
https://cdn01.yowi.tv/lleida/playlist.m3u8
#EXTINF:-1 tvg-id="LogosTV.es" status="online",Logos TV (1080p) [Not 24/7]
http://streamer1.streamhost.org/salive/logosH/playlist.m3u8
@ -335,7 +335,7 @@ https://limited12.todostreaming.es/live/ptvcantabria-livestream.m3u8
http://5940924978228.streamlock.net:1935/8009/8009/playlist.m3u8
#EXTINF:-1 tvg-id="PopularTVMelilla.es" status="online",Popular TV Melilla (720p) [Not 24/7]
https://5940924978228.streamlock.net/8009/8009/master.m3u8
#EXTINF:-1 tvg-id="PopularTVMurcia.es" status="online",Popular TV Murcia (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PopularTVMurcia.es" status="error",Popular TV Murcia (720p) [Not 24/7]
https://cloud.streamingconnect.tv:455/populartvrm/populartvrm.m3u8
#EXTINF:-1 tvg-id="Punt3HD.es" status="online",Punt 3 Vall Uixó (1080p)
https://bit.controlstreams.com:5443/LiveApp/streams/punt3.m3u8
@ -447,12 +447,12 @@ https://mccdn-hls-a01-rbx.datah0stn3t.com/live/xtra/playlist.m3u8
https://mdstrm.com/live-stream-playlist/5cae562e0ca2f30815231c0f.m3u8?access_token=DST4b676d7da5a2a92ee15f8efcbcd00606
#EXTINF:-1 tvg-id="" status="online",A3Cine (1080p)
https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 24 horas (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live
#EXTINF:-1 tvg-id="" status="online",LA7 (720p)
https://cdnlive.shooowit.net/la7live/smil:channel1.smil/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Zafra TV (720p) [Not 24/7]
https://cloud.streamingconnect.tv:455/radiotvzafra/radiotvzafra.m3u8
#EXTINF:-1 tvg-id="" status="online",Canal 24 horas (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live
#EXTINF:-1 tvg-id="" status="online",Radio Rutas del Perú (360p) [Not 24/7]
https://tv.portalexpress.es:3731/stream/play.m3u8
#EXTINF:-1 tvg-id="" status="online",Aragón Radio (Zaragoza) [Not 24/7]

View File

@ -74,10 +74,10 @@ http://fash1043.cloudycdn.services/slive/ftv_pg16_adaptive.smil/media.m3u8
http://ott-cdn.ucom.am/s30/index.m3u8
#EXTINF:-1 tvg-id="FashionTVSingapore.fr" status="online",Fashion TV Singapore (240p)
https://fash2043.cloudycdn.services/slive/ftv_ftv_asia_ada_xiv_42149_default_137_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="FashionTVTokyo.fr",Fashion TV Tokyo (PG13) (240p)
https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="FashionTVTokyo.fr",Fashion TV Tokyo (PG13) (1080p)
#EXTINF:-1 tvg-id="FashionTVTokyo.fr" status="online",Fashion TV Tokyo (PG13) (1080p)
https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_sam_197_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="FashionTVTokyo.fr" status="online",Fashion TV Tokyo (PG13) (240p)
https://fash1043.cloudycdn.services/slive/ftv_ftv_pg13_zw9_27065_ftv_pg13_196_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="FashionTVUHD.fr" status="online",Fashion TV UHD (2160p)
https://fash2043.cloudycdn.services/slive/ftv_ftv_4k_hevc_73d_42080_default_466_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="France2.fr" status="online",France 2 (720p) [Not 24/7]
@ -196,7 +196,7 @@ https://s13.tntendirect.com/nt1/live/playlist.m3u8
https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249/index.m3u8
#EXTINF:-1 tvg-id="TijiRussia.ru" status="blocked",Tiji Russia (576p) [Not 24/7]
http://188.40.68.167/russia/tiji/playlist.m3u8
#EXTINF:-1 tvg-id="TMC.fr" status="error",TMC (720p)
#EXTINF:-1 tvg-id="TMC.fr" status="online",TMC (720p)
https://s13.tntendirect.com/tmc/live/playlist.m3u8
#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="error",TV5 Monde Asie (576p) [Geo-blocked]
http://210.210.155.35/dr9445/s/s24/index.m3u8
@ -240,6 +240,8 @@ https://live.creacast.com/mirabelletv/smil:mirabelletv.smil/playlist.m3u8
https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Wéo (Picardie) (480p) [Not 24/7]
https://live.digiteka.com/1/Zks2L0VsM2V0T242/QTBqcFly/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Fashion TV (576p) [Not 24/7]
http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hsslive-25f-16x9-SD/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Vosges Télévision (576p) [Not 24/7]
https://vosgestv.live-kd.com/live/vosgestv/vosgestv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",viàOccitanie (540p) [Not 24/7]
@ -253,8 +255,6 @@ http://51.210.199.16/hls/stream.m3u8
http://185.234.217.27:8002/play/a02f/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Dreamsee Télévision (1080p) [Not 24/7]
http://cdnapi.kaltura.com/p/2748081/sp/274808100/playManifest/entryId/1_gxkyk6lt/format/applehttp/protocol/http/a/a.m3u8
#EXTINF:-1 tvg-id="" status="error",Fashion TV (576p) [Not 24/7]
http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hsslive-25f-16x9-SD/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",viàMATÉLÉ (540p) [Not 24/7]
https://streamer01.myvideoplace.tv/streamer02/hls/MATL_VLOC_PAD_100919_medium/index.m3u8
#EXTINF:-1 tvg-id="" status="error",TV5Monde Info (1080p)

View File

@ -1,3 +1,3 @@
#EXTM3U
#EXTINF:-1 tvg-id="TMA.gp" status="error",TMA (1080p)
#EXTINF:-1 tvg-id="TMA.gp" status="online",TMA (1080p)
http://hls.tmacaraibes.com/live/index.m3u8

View File

@ -75,7 +75,7 @@ https://ert-live-bcbs15228.siliconweb.com/media/ert_sports_ww/ert_sports3_ww.m3u
https://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8
#EXTINF:-1 tvg-id="ERTWorld.gr" status="online",ERT World (480p)
http://wpso.com:1936/hls/wzra.m3u8
#EXTINF:-1 tvg-id="FarosTV2.gr" status="blocked",Faros TV2 (480p) [Geo-blocked]
#EXTINF:-1 tvg-id="FarosTV2.gr" status="error",Faros TV2 (480p) [Geo-blocked]
https://s1.cystream.net/live/faros2/playlist.m3u8
#EXTINF:-1 tvg-id="FarosTV.gr" status="blocked",Faros TV (540p) [Geo-blocked]
https://s1.cystream.net/live/faros1/playlist.m3u8
@ -84,9 +84,9 @@ https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8
#EXTINF:-1 tvg-id="GreekCinema.gr" status="error",Greek Cinema (720p)
https://vdo.alphaserver.gr:3613/stream/play.m3u8
#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7]
https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8
#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7]
https://vdo3.alphaserver.gr:3466/stream/play.m3u8
#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7]
https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8
#EXTINF:-1 tvg-id="GroovyTV.gr" status="online",Groovy TV (360p)
http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8
#EXTINF:-1 tvg-id="HellenicTV.gr" status="online",Hellenic TV (720p) [Not 24/7]
@ -131,10 +131,10 @@ https://vdo.alphaserver.gr:3305/stream/play.m3u8
https://live.neatv.gr:8888/hls/neatv.m3u8
#EXTINF:-1 tvg-id="NetmaxTV.gr" status="online",Netmax TV (720p) [Not 24/7]
http://live.netmaxtv.com:8080/live/live/playlist.m3u8
#EXTINF:-1 tvg-id="NG.gr" status="online",NG (720p)
https://live.streams.ovh/NGradio/NGradio/playlist.m3u8
#EXTINF:-1 tvg-id="NG.gr" status="online",NG (614p)
http://live.streams.ovh:1935/NGradio/NGradio/playlist.m3u8
#EXTINF:-1 tvg-id="NG.gr" status="online",NG (720p)
https://live.streams.ovh/NGradio/NGradio/playlist.m3u8
#EXTINF:-1 tvg-id="NotioiTV.gr" status="error",Notioi TV (720p)
https://live.streams.ovh/YourStreaming/YourStreaming/playlist.m3u8
#EXTINF:-1 tvg-id="NRG91.gr" status="online",NRG 91 (720p) [Not 24/7]
@ -191,14 +191,14 @@ https://zouglalive-lh.akamaihd.net/i/zouglalive_1@340792/master.m3u8
http://167.86.89.20:5080/LiveApp/streams/064918158666216168224216.m3u8
#EXTINF:-1 tvg-id="" status="online",Zerouno TV (720p)
http://5db313b643fd8.streamlock.net:1935/ZerounoTV/ZerounoTV/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ΡΙΚ Sat (720p) [Not 24/7]
http://l3.cloudskep.com/cybcsat/abr/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ERT News 2 (720p) [Geo-blocked]
https://ert-live-bcbs15228.siliconweb.com/media/ert_news_2/ert_news_2.m3u8
#EXTINF:-1 tvg-id="" status="online",Skai (720p)
https://skai-live-back.siliconweb.com/media/cambria4/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Skai (720p)
https://skai-live.siliconweb.com/media/cambria4/index.m3u8
#EXTINF:-1 tvg-id="" status="online",ΡΙΚ Sat (720p) [Not 24/7]
http://l3.cloudskep.com/cybcsat/abr/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Alert (576p) [Not 24/7]
https://itv.streams.ovh/ALEERT/ALEERT/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Βουλή Τηλεόραση 2 (540p) [Not 24/7]

View File

@ -5,15 +5,15 @@ http://50.7.161.82:8278/streams/d/Celestial2/playlist.m3u8
http://210.210.155.35/qwr9ew/s/s31/index.m3u8
#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="error",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p)
http://210.210.155.37/qwr9ew/s/s31/index.m3u8
#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",Celestial Movies (Indonesian Subtitle) (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h14/index.m3u8
#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",Celestial Movies (Indonesian Subtitle) (576p)
#EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h14/index.m3u8
#EXTINF:-1 tvg-id="CreationTV.hk" status="blocked",Creation TV (720p) [Not 24/7]
http://al-pull2.hkatv.vip/live/CTV.m3u8
#EXTINF:-1 tvg-id="HKSTV.hk" status="blocked",HKSTV (香港衛視) (720p) [Not 24/7]
https://al-pull2.hkatv.vip/live/hktv20210929.m3u8
#EXTINF:-1 tvg-id="iModeTV.hk" status="timeout",iMode TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="iModeTV.hk" status="online",iMode TV (1080p) [Not 24/7]
https://juyunlive.juyun.tv/live/24950198.m3u8
#EXTINF:-1 tvg-id="Kix.hk" status="online",Kix (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h07/index.m3u8
@ -27,18 +27,18 @@ http://210.210.155.35/uq2663/h/h157/index2.m3u8
http://210.210.155.37/uq2663/h/h157/index2.m3u8
#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (鳳凰衛視中文) (1080p) [Not 24/7]
https://phoenixtv.hkatv.vip/liveott/PCC.m3u8
#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p)
http://210.210.155.37/qwr9ew/s/s21/index.m3u8
#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s21/index.m3u8
#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p)
http://210.210.155.37/qwr9ew/s/s21/index.m3u8
#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (1080p) [Not 24/7]
https://phoenixtv.hkatv.vip/liveott/PIN.m3u8
#EXTINF:-1 tvg-id="StarSports.hk" status="error",Star Sports
rtmp://ivi.bupt.edu.cn:1935/livetv/starsports
#EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p)
http://210.210.155.37/qwr9ew/s/s34/index.m3u8
#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p) [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s34/index.m3u8
#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p)
http://210.210.155.37/qwr9ew/s/s34/index.m3u8
#EXTINF:-1 tvg-id="TVBJade.hk" status="error",翡翠台
http://iptv.tvfix.org/hls/jade.m3u8
#EXTINF:-1 tvg-id="TVBXingHe.hk" status="timeout",TVB Xing He 星河 (720p) [Not 24/7]
@ -53,6 +53,8 @@ https://rthklive2-lh.akamaihd.net/i/rthk32_1@168450/master.m3u8
http://media.fantv.hk/m3u8/archive/channel2.m3u8
#EXTINF:-1 tvg-id="" status="online",耀才財經台 (576p)
http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",香港衛視 (576p) [Not 24/7]
http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",RTHK (港台電視31) (360p) [Geo-blocked]
https://rthklive1-lh.akamaihd.net/i/rthk31_1@167495/master.m3u8
#EXTINF:-1 tvg-id="" status="timeout",TVB明珠台 (PEARL)
@ -69,8 +71,6 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif
http://117.169.120.138:8080/live/fhzixun/.m3u8
#EXTINF:-1 tvg-id="" status="timeout",鳳凰衛視中文台
http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8
#EXTINF:-1 tvg-id="" status="timeout",香港衛視 (576p) [Not 24/7]
http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",亞旅衛視 (720p) [Not 24/7]
http://hls.jingchangkan.tv/jingchangkan/156722438_0HaM/index.m3u8
#EXTINF:-1 tvg-id="" status="error",A1台 (720p)

View File

@ -89,13 +89,13 @@ https://live-utv.unah.edu.hn/web/salida.m3u8
https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8
#EXTINF:-1 tvg-id="WaldivisionInternacional.hn" status="error",Waldivisión Internacional (720p) [Not 24/7]
https://tvdatta.com:3934/live/waldivisionlive.m3u8
#EXTINF:-1 tvg-id="" status="online",Vida TV (720p) [Not 24/7]
http://184.173.181.2:1935/8070/8070/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7]
https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Todo Deportes TV +
http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/tododeportesplus/
#EXTINF:-1 tvg-id="" status="error",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7]
http://lencatelevision.com:8080/hls/ltv2.m3u8
#EXTINF:-1 tvg-id="" status="error",Omega Tv (288p) [Not 24/7]
https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Vida TV (720p) [Not 24/7]
http://184.173.181.2:1935/8070/8070/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Canal Uno de Chuloteca (720p) [Not 24/7]
https://tvdatta.com:3392/live/portaldelsurhnlive.m3u8

View File

@ -1,9 +1,9 @@
#EXTM3U
#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="error",Haiti Viral News (720p) [Not 24/7]
#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live
#EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7]
https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8
#EXTINF:-1 tvg-id="NETALKOLETV.ht" status="online",NETALKOLE TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="NETALKOLETV.ht" status="error",NETALKOLE TV (720p) [Not 24/7]
https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8
#EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7]
http://184.173.179.163:1935/daniel/daniel/playlist.m3u8
@ -21,7 +21,7 @@ http://tvlakay.haitilive.net/website/tchhaiti/player/mono.m3u8
http://66.175.238.147:1935/live/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="TeleLouange.ht" status="online",Tele Louange (720p)
https://5790d294af2dc.streamlock.net/8124/8124/chunklist.m3u8
#EXTINF:-1 tvg-id="TVPanou.ht" status="error",TV Panou (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVPanou.ht" status="online",TV Panou (720p) [Not 24/7]
http://tvpanoucom.srfms.com:1935/tvpanoucom/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio Télé 4VEH (720p)
https://uni01rtmp.tulix.tv/4vehtv/4vehtv-firetv/playlist.m3u8

View File

@ -7,12 +7,12 @@ http://5e396e0211d7a.streamlock.net:1935/afbtv/live/playlist.m3u8
http://wowza58.indostreamserver.com:1935/afbtv/live/playlist.m3u8
#EXTINF:-1 tvg-id="AgropolitanTV.id" status="timeout",Agropolitan TV (360p) [Not 24/7]
http://45.80.181.150:8080/hls/agropolitantv.m3u8
#EXTINF:-1 tvg-id="AhsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="AhsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch4.m3u8
#EXTINF:-1 tvg-id="Ainos.id" status="online",Ainos (576i)
https://alfa.kugo.id/playout/ainos.stream/chunklist.m3u8
#EXTINF:-1 tvg-id="AlBahjahTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Al-Bahjah TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="AlBahjahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Al-Bahjah TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch64.m3u8
#EXTINF:-1 tvg-id="AlBahjahTV.id" status="error",Al-Bahjah TV (720p)
@ -32,12 +32,12 @@ https://h1.intechmedia.net/intech/ch2.m3u8
http://wowza58.indostreamserver.com:1935/ashiiltv2/android/playlist.m3u8
#EXTINF:-1 tvg-id="AswajaTV.id" status="online",Aswaja TV [Geo-blocked]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x748iuo
#EXTINF:-1 tvg-id="ATV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",ATV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch80.m3u8
#EXTINF:-1 tvg-id="ATV.id" status="online",ATV (576p)
https://bravo.kugo.id/atv/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="BalikapanTV.id",Balikapan TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ATV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",ATV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch80.m3u8
#EXTINF:-1 tvg-id="BalikapanTV.id" status="online",Balikapan TV (720p) [Not 24/7]
http://122.248.43.138:1935/ch10/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="BaliTV.id" status="blocked",Bali TV (720p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(8e867ae0-b2c0-4968-9f60-a11aee8c0987)/index.m3u8
@ -47,13 +47,13 @@ https://liveanevia.mncnow.id/live/eds/BaliTV_Timeshift/sa_hls_timeshift/BaliTV_T
http://202.150.153.254/bandungtv360p.m3u8
#EXTINF:-1 tvg-id="BandungTV.id" status="error",Bandung TV (720p) [Not 24/7]
http://202.150.153.254/bandungtv720p.m3u8
#EXTINF:-1 tvg-id="BanjarTV.id" status="online",Banjar TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="BanjarTV.id" status="timeout",Banjar TV (720p) [Not 24/7]
https://v2.siar.us/banjartv/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="BantenTV.id" status="online",Banten TV (720p) [Not 24/7]
https://v2.siar.us/barayatv/live/chunks.m3u8
#EXTINF:-1 tvg-id="BatamTV.id" status="online",Batam TV (720p) [Not 24/7]
http://122.248.43.138:1935/ch5/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="BatuTV.id" status="online",Batu TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="BatuTV.id" status="error",Batu TV (576p) [Not 24/7]
http://117.103.69.219:8080/live/streaming/index.m3u8
#EXTINF:-1 tvg-id="BayuTVNganjuk.id" status="online",Bayu TV Nganjuk (720p)
https://5bf7b725107e5.streamlock.net/bayutvpersada/bayutvpersada/playlist.m3u8
@ -86,7 +86,7 @@ http://livestream.biznetvideo.net/biznet_adventure/smil:adventure.smil/playlist.
http://livestream.biznetvideo.net/biznet_kids/smil:kids.smil/playlist.m3u8?bizkeyliveCustomParameter=myParameter&bizkeyliveendtime=0&bizkeylivehash=qAri1M2xu_MAlnHwVRtOs24lR8Y_HSDijN2CRNghifUllhYqQSDlkd0qE8CkZwxC&bizkeylivestarttime=0
#EXTINF:-1 tvg-id="BiznetLifestyle.id" status="online",Biznet Lifestyle (720p)
http://livestream.biznetvideo.net/biznet_lifestyle/smil:lifestyle.smil/playlist.m3u8?bizkeyliveCustomParameter=myParameter&bizkeyliveendtime=0&bizkeylivehash=jgDKPclcGdZfvrIDxfMdpT7v_srMWCbubntGo9cCYWpcBBQalMlLQxHswm43PbVR&bizkeylivestarttime=0
#EXTINF:-1 tvg-id="BMSTV.id" status="online",Bayunmas TV (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="BMSTV.id" status="timeout",Bayunmas TV (720p) [Geo-blocked]
https://v2.siar.us/bmstv/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="BRTV.id" status="online",BRTV (1080p) [Not 24/7]
https://e1.siar.us/badartv/live/playlist.m3u8
@ -125,11 +125,11 @@ https://h1.intechmedia.net/intech/ch51.m3u8
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8
#EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7]
https://dutatv.siar.us/dutatv/live/playlist.m3u8
#EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked]
#EXTINF:-1 tvg-id="ElshintaTV.id" status="online",Elshinta TV (480p) [Not 24/7] [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s10/index.m3u8
#EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s10/index.m3u8
#EXTINF:-1 tvg-id="FajarTV.id" status="error",Fajar TV (240p) [Not 24/7]
#EXTINF:-1 tvg-id="FajarTV.id" status="online",Fajar TV (240p) [Not 24/7]
http://122.248.43.138:1935/ch27/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="GarudaTV.id" status="online",Garuda TV (720p) [Not 24/7]
https://ms.digdaya.tv/live/digdayatv/live.m3u8
@ -166,7 +166,7 @@ https://d2hfpzcndkyscp.cloudfront.net/INEWS_2021.m3u8
#EXTINF:-1 tvg-id="INews.id" status="error",iNews (1080p)
#EXTVLCOPT:http-referrer=https://www.rctiplus.com/
https://d3o5yreltwquyt.cloudfront.net/INEWS2022.m3u8
#EXTINF:-1 tvg-id="InsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="InsanTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch1.m3u8
#EXTINF:-1 tvg-id="InspiraTV.id" status="online",Inspira TV (720p) [Not 24/7]
@ -175,20 +175,20 @@ https://inspiratv.siar.us/inspiratv/live/playlist.m3u8
https://bravo.kugo.id/inspira/rtmp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="IzzahTV.id" status="online",Izzah TV (480p)
https://streaming.radiosalamjambi.com/izzahtv.m3u8
#EXTINF:-1 tvg-id="JakTV.id" status="online",Jak TV (576p)
https://bravo.kugo.id/jaktv/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="JakTV.id" status="blocked",Jak TV (480p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(7a73ed02-e0de-4df1-8da3-5abfd75f24bd)/index.m3u8
#EXTINF:-1 tvg-id="JakTV.id" status="timeout",Jak TV (576p)
https://bravo.kugo.id/jaktv/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="JambiTV.id" status="online",Jambi TV (576p) [Not 24/7]
http://122.248.43.138:1935/ch23/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="JambiTV.id" status="error",Jambi TV (480p) [Not 24/7]
http://wowza58.indostreamserver.com:1935/jambitv/live/playlist.m3u8
#EXTINF:-1 tvg-id="JawaPosTV.id" status="online",Jawa Pos TV (480p) [Not 24/7]
https://v2.siar.us/jawapostv/live/chunks.m3u8
#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch29.m3u8
#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch52.m3u8
#EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7]
@ -197,7 +197,7 @@ http://122.248.43.138:1935/ch14/myStream/playlist.m3u8
http://128.199.90.131:1935/jektv/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online",Jogja Istimewa TV (720p)
http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8
#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch65.m3u8
#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7]
@ -265,17 +265,17 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f
https://h1.intechmedia.net/intech/ch5.m3u8
#EXTINF:-1 tvg-id="MuadzTV.id" status="error",Muadz TV (1080p)
http://wowza60.indostreamserver.com:1935/muadztv/live/playlist.m3u8
#EXTINF:-1 tvg-id="MyCinema.id" status="online",My Cinema (1080p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h192/index.m3u8
#EXTINF:-1 tvg-id="MyCinema.id" status="online",My Cinema (1080p)
http://210.210.155.37/uq2663/h/h192/index.m3u8
#EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h192/index.m3u8
#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h193/index.m3u8
#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked]
http://210.210.155.37/uq2663/h/h193/index.m3u8
#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="error",My Cinema Asia (1080p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h193/index.m3u8
#EXTINF:-1 tvg-id="MyFamily.id" status="online",My Family Channel (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h194/index.m3u8
#EXTINF:-1 tvg-id="MyFamily.id" status="online",My Family Channel (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked]
http://210.210.155.37/uq2663/h/h194/index.m3u8
#EXTINF:-1 tvg-id="MyKidz.id" status="online",My Kidz (1080p) [Geo-blocked]
http://210.210.155.37/uq2663/h/h191/index.m3u8
@ -300,13 +300,13 @@ https://h1.intechmedia.net/intech/ch10.m3u8
https://bravo.kugo.id/nuchannel/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p)
https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8
#EXTINF:-1 tvg-id="OChannel.id" status="online",O Channel (480p) [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s41/index.m3u8
#EXTINF:-1 tvg-id="OChannel.id" status="error",O Channel (480p) [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s41/index.m3u8
#EXTINF:-1 tvg-id="OChannel.id" status="error",O Channel (480p) [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s41/index.m3u8
#EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h143/index.m3u8
#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",One TV Asia (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked]
http://210.210.155.37/uq2663/h/h143/index.m3u8
#EXTINF:-1 tvg-id="PadangTV.id" status="online",Padang TV (720p) [Not 24/7]
http://122.248.43.138:1935/ch16/myStream/playlist.m3u8
@ -326,16 +326,16 @@ https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8
https://v6.siar.us/pujatv/live/chunks.m3u8
#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7]
http://122.248.43.138:1935/ch17/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="RadioKitaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch16.m3u8
#EXTINF:-1 tvg-id="RajawaliTV.id" status="online",RTV (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h10/index.m3u8
#EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8
#EXTINF:-1 tvg-id="RajawaliTV.id" status="error",RTV (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h10/index.m3u8
#EXTINF:-1 tvg-id="RajawaliTV.id" status="error",RTV (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h10/index.m3u8
#EXTINF:-1 tvg-id="RasyaadTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch6.m3u8
#EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7]
@ -352,13 +352,13 @@ http://122.248.43.138:1935/ch9/myStream/playlist.m3u8
https://v10.siar.us/rctv/live/playlist.m3u8
#EXTINF:-1 tvg-id="Reformed21.id" status="error",Reformed 21 (540p)
http://edge.linknetott.swiftserve.com/live/BsNew/amlst:reformedch/playlist.m3u8
#EXTINF:-1 tvg-id="RiauRayaTV.id" status="timeout",Riau TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="RiauRayaTV.id" status="online",Riau TV (576p) [Not 24/7]
https://bravo.kugo.id/riauraya/rtmp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="RiauRayaTV.id" status="error",Riau TV (576p) [Not 24/7]
rtmp://103.166.254.114:1935/live/0
#EXTINF:-1 tvg-id="RiauTV.id" status="online",Riau TV (576p) [Not 24/7]
http://122.248.43.138:1935/ch11/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="RiauTV.id" status="error",Riau TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="RiauTV.id" status="online",Riau TV (576p) [Not 24/7]
https://bravo.kugo.id/riautv/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="RodjaTV.id" status="blocked",Rodja TV (720p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(6f7158e4-f151-45dd-874f-e02c15c7cd4b)/index.m3u8
@ -368,7 +368,7 @@ https://tv.rodja.live/live/ngrp:rodja_all/playlist.m3u8
http://36.89.47.217:11935/rrinet/live/index.m3u8
#EXTINF:-1 tvg-id="RuangTrampil.id" status="blocked",Ruang Trampil (480p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(2b945e2e-4297-4be9-9a45-aa023c890e13)/index.m3u8
#EXTINF:-1 tvg-id="SaktiTV.id" status="error",Sakti TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="SaktiTV.id" status="online",Sakti TV (480p) [Not 24/7]
https://v2.siar.us/saktitv/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="SalamTV.id" status="online",Salam TV [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/SALAMTVLIVE/live
@ -387,7 +387,7 @@ http://210.210.155.35/qwr9ew/s/s03/index.m3u8
https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-467e-84b7-b684a49571d5)/manifest.mpd
#EXTINF:-1 tvg-id="SemarangTV.id" status="online",Semarang TV (720p)
http://116.254.112.74/hls/cakralive.m3u8
#EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7]
#EXTINF:-1 tvg-id="Simpang5TV.id" status="error",Simpang5 TV (360p) [Not 24/7]
http://122.248.43.138:1935/ch4/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="SMTV.id" status="online",SMTV (720p) [Not 24/7]
http://122.248.43.138:1935/ch25/myStream/playlist.m3u8
@ -397,10 +397,10 @@ https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline
#EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline
http://122.248.43.138:1935/ch20/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch17.m3u8
#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch18.m3u8
#EXTINF:-1 tvg-id="SurabayaTV.id" status="error",Surabaya TV (720p) offline
@ -410,7 +410,7 @@ https://v3.siar.us/surabayatv/live/playlist.m3u8
https://h1.intechmedia.net/intech/ch3.m3u8
#EXTINF:-1 tvg-id="SurauTV.id" status="error",Surau TV (720p)
http://119.235.249.58:1935/surautv/live/playlist.m3u8
#EXTINF:-1 tvg-id="TATV.id" status="online",TATV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TATV.id" status="timeout",TATV (720p) [Not 24/7]
https://v2.siar.us/tatv/live.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TawafTV.id" status="online",Tawaf TV (720p)
https://bravo.kugo.id/tawaftv/rtmp.stream/playlist.m3u8
@ -438,12 +438,12 @@ http://103.30.1.14:8080/hls/live.m3u8
https://tvmu.siar.us/tvmu/live/playlist.m3u8
#EXTINF:-1 tvg-id="TVMu.id" status="online",tvMu (720p)
https://bravo.kugo.id/tvmu/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne
http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/watch?v=yNKvkPJl-tg
#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne (480p) [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s105/01.m3u8
#EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne (480p) [Geo-blocked]
http://210.210.155.35/qwr9ew/s/s105/01.m3u8
#EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne
http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/watch?v=yNKvkPJl-tg
#EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7]
http://118.97.50.107/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8
#EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p)
@ -487,11 +487,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISultengpalu)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULTENGPALU)/index.m3u8
#EXTINF:-1 tvg-id="TVRIDKIJakarta.id" status="online",TVRI DKI Jakarta (720p) [Not 24/7]
http://118.97.50.107/Content/HLS/Live/Channel(TVRIDKI)/index.m3u8
#EXTINF:-1 tvg-id="TVRIDKIJakarta.id" status="online",TVRI DKI Jakarta (720p) [Not 24/7]
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIdki)/index.m3u8
#EXTINF:-1 tvg-id="TVRIDKIJakarta.id" status="online",TVRI DKI Jakarta (720p) [Not 24/7]
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIDKI)/index.m3u8
#EXTINF:-1 tvg-id="TVRIDKIJakarta.id",TVRI DKI Jakarta (720p) [Not 24/7]
http://118.97.50.107/Content/HLS/Live/Channel(TVRIDKI)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastJava.id" status="online",TVRI Jawa Timur (720p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIJATIMSURABAYA)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastJava.id" status="online",TVRI Jawa Timur (720p)
@ -528,7 +528,7 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJAMBI)/in
http://118.97.50.107/Content/HLS/Live/Channel(TVRILAMPUNG)/index.m3u8
#EXTINF:-1 tvg-id="TVRILampung.id" status="online",TVRI Lampung (720p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRILampung)/index.m3u8
#EXTINF:-1 tvg-id="TVRILampung.id",TVRI Lampung (720p)
#EXTINF:-1 tvg-id="TVRILampung.id" status="online",TVRI Lampung (720p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRILAMPUNG)/index.m3u8
#EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIMALUKUAMBON)/index.m3u8
@ -542,7 +542,7 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/index.m3u8
#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8
#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p)
#EXTINF:-1 tvg-id="TVRINasional.id" status="timeout",TVRI Nasional (480p)
http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com
#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8
@ -557,11 +557,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIriau)/index.m3u8
#EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7]
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIriau)/index.m3u8
#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8
#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISultra)/index.m3u8
#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8
#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8
#EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8
#EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p)
@ -628,7 +628,7 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIYogyakarta)/index.m3u8
#EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8
#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemen.id" status="online",TVR Parlemen (720p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenBadanAnggaran.id" status="error",TVR Parlemen Badan Anggaran (720p) [Not 24/7]
http://103.18.181.69:1935/golive/livestreambanggar/playlist.m3u8
@ -642,11 +642,11 @@ http://103.18.181.69:1935/golive/livestreambakn/playlist.m3u8
http://103.18.181.69:1935/golive/livestreambksap/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="error",TVR Parlemen Komisi I (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream1/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="online",TVR Parlemen Komisi II (720p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream2/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream3/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream4/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream9/playlist.m3u8
@ -707,8 +707,12 @@ https://alfa.kugo.id/playout/kugo1.stream/playlist.m3u8
https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",kugo Star (576i)
https://bravo.kugo.id/kugostar/udp.stream/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s35/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s38/index.m3u8
http://210.210.155.35/x6bnqe/s/s38/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Life Style (576p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s65/index2.m3u8
#EXTINF:-1 tvg-id="" status="online",dTVi (720p)
https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Sampit TV
@ -717,33 +721,27 @@ https://alfa.kugo.id/sampittv/rtmp.stream/chunklist.m3u8
https://bintangtv.siar.us/bintangtv/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Unas TV (720p)
https://ltun.siar.us/ltun/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s36/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p)
http://210.210.155.37/x6bnqe/s/s36/index.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch59.m3u8
#EXTINF:-1 tvg-id="" status="online",KSB (576p)
https://bravo.kugo.id/ksb/udp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",The Indonesia Channel (720p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(20baf7aa-fd51-480f-87b3-dc4198090e86)/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Alwafa Tarim TV (Am Media) (720p)
https://ammedia.siar.us/ammedia/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Alwafa Tarim TV (Am Media) (720p)
https://v2.siar.us/ammedia/720/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch59.m3u8
#EXTINF:-1 tvg-id="" status="error",UBON TV (360p) [Not 24/7]
http://5e396e0211d7a.streamlock.net:1935/ubontv/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s35/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s36/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s38/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s101/live.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens ShowBiz (576p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s35/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s65/index2.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s38/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Jangkar Harapan (720p)
http://bravo.kugo.id:1935/jangkartv/rtmp.stream/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked]
@ -754,5 +752,7 @@ http://wms.klikhost.com/cnilive/cnilive/playlist.m3u8
http://wowza58.indostreamserver.com:1935/ubontv/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Cahaya Nuansa Islami (480p)
https://5bf7b725107e5.streamlock.net/cnilive/cnilive/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Alwafa Tarim TV (Am Media) (720p)
https://v2.siar.us/ammedia/720/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Prima TV (360p) [Not 24/7]
https://v2.siar.us/primatv/livestream/chunks.m3u8

View File

@ -25,11 +25,11 @@ http://hindiabp-lh.akamaihd.net/i/hindiabp1new_1@192103/master.m3u8
https://abp-i.akamaihd.net/hls/live/765529/abphindi/master.m3u8
#EXTINF:-1 tvg-id="ABPMajha.in" status="error",ABP Majha (720p)
https://abp-i.akamaihd.net/hls/live/765531/abpmajha/master.m3u8
#EXTINF:-1 tvg-id="AkaramKidz.in" status="online",Akaram Kidz (460p) [Not 24/7]
#EXTINF:-1 tvg-id="AkaramKidz.in" status="timeout",Akaram Kidz (460p) [Not 24/7]
http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8
#EXTINF:-1 tvg-id="AKDCalcuttaNews.in" status="blocked",AKD Calcutta News (540p) [Geo-blocked]
https://d39iawgzv3h0yo.cloudfront.net/out/v1/1ef4344a3b4a41908915d58ac7bd5e23/index.m3u8
#EXTINF:-1 tvg-id="AmarUjala.in" status="error",Amar Ujala (360p) [Not 24/7]
#EXTINF:-1 tvg-id="AmarUjala.in" status="online",Amar Ujala (360p) [Not 24/7]
https://streamcdn.amarujala.com/live/smil:stream1.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AmritaTV.in" status="timeout",Amrita TV (576p)
http://103.199.161.254/Content/amrita/Live/Channel(Amrita)/index.m3u8
@ -63,7 +63,7 @@ http://vidnetcdn.vidgyor.com/assamtalks-origin/liveabr/playlist.m3u8
http://103.81.104.118/hls/stream17.m3u8
#EXTINF:-1 tvg-id="AyushTV.in" status="online",Ayush TV (360p) [Not 24/7]
https://95eryw39dwn4-hls-live.wmncdn.net/Ayushu/271ddf829afeece44d8732757fba1a66.sdp/index.m3u8
#EXTINF:-1 tvg-id="B4UBhojpuri.in" status="timeout",B4U Bhojpuri (576p) [Not 24/7]
#EXTINF:-1 tvg-id="B4UBhojpuri.in" status="online",B4U Bhojpuri (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0nq/index.m3u8
#EXTINF:-1 tvg-id="B4UKadak.in" status="online",B4U Kadak (576p) [Not 24/7]
http://103.199.160.85/Content/moviehouse/Live/Channel(MovieHouse)/index.m3u8
@ -71,13 +71,13 @@ http://103.199.160.85/Content/moviehouse/Live/Channel(MovieHouse)/index.m3u8
http://14.199.164.20:4001/play/a0wi/index.m3u8
#EXTINF:-1 tvg-id="BflixMovies.in" status="error",Bflix Movies (480p)
https://m-c036-j2apps.s.llnwi.net/hls/5045.BFlixMovies.in.m3u8
#EXTINF:-1 tvg-id="BhojpuriCinema.in" status="timeout",Bhojpuri Cinema (576p) [Not 24/7]
#EXTINF:-1 tvg-id="BhojpuriCinema.in" status="error",Bhojpuri Cinema (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0rj/index.m3u8
#EXTINF:-1 tvg-id="BoogleBollywood.in" status="online",Boogle Bollywood (1080p) [Not 24/7]
http://live.agmediachandigarh.com/booglebollywood/774e3ea9f3fa9bcdac47f445b83b6653.sdp/index.m3u8
#EXTINF:-1 tvg-id="BoogleBollywood.in" status="error",Boogle Bollywood [Geo-blocked]
https://sneh-z5api.herokuapp.com/?c=0-9-165
#EXTINF:-1 tvg-id="BoxCinema.in" status="timeout",Box Cinema (576p) [Not 24/7]
#EXTINF:-1 tvg-id="BoxCinema.in" status="online",Box Cinema (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0su/index.m3u8
#EXTINF:-1 tvg-id="CaptainTV.in" status="online",Captain TV (576p) [Not 24/7]
http://103.199.160.85/Content/captain/Live/Channel(Captain)/index.m3u8
@ -100,7 +100,7 @@ http://master.beeiptv.com:8081/colors/colorsbdtv/playlist.m3u8
http://14.199.164.20:4001/play/a0nb/index.m3u8
#EXTINF:-1 tvg-id="DarshanaTV.in" status="online",Darshana TV (360p) [Not 24/7]
https://live.neestream.net/neestream_01/darshanatv/index.m3u8
#EXTINF:-1 tvg-id="DDMalayalam.in" status="timeout",DD Malayalam (576p)
#EXTINF:-1 tvg-id="DDMalayalam.in" status="online",DD Malayalam (576p)
http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8
#EXTINF:-1 tvg-id="DDNational.in" status="timeout",DD National (576p)
http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8
@ -120,7 +120,7 @@ http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/index.m3u8
https://live.hungama.com/linear/dhamaal/playlist.m3u8
#EXTINF:-1 tvg-id="Dhinchaak2.in" status="online",Dhinchaak 2 (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0tm/index.m3u8
#EXTINF:-1 tvg-id="Dhinchaak.in" status="timeout",Dhinchaak (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Dhinchaak.in" status="online",Dhinchaak (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0o5/index.m3u8
#EXTINF:-1 tvg-id="DighvijayNews24x7.in" status="online",Dighvijay (240p) [Not 24/7]
https://vidcdn.vidgyor.com/dighvijay-origin/liveabr/playlist.m3u8
@ -142,7 +142,7 @@ http://14.199.164.20:4001/play/a0pc/index.m3u8
https://live.streamjo.com/eetlive/eettv.m3u8
#EXTINF:-1 tvg-id="Enter10Bangla.in" status="online",Enter10 Bangla (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0j5/index.m3u8
#EXTINF:-1 tvg-id="Enter10Rangeela.in" status="timeout",Enter10 Rangeela (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Enter10Rangeela.in" status="error",Enter10 Rangeela (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0tp/index.m3u8
#EXTINF:-1 tvg-id="EpicTV.in" status="error",Epic TV [Geo-blocked]
https://m-c03-j2apps.s.llnwi.net/hls/2639.Epic.in.m3u8
@ -154,7 +154,7 @@ https://etnowweblive-lh.akamaihd.net/i/ETN_1@348070/master.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSbwShxZsBiqqWwtUidmS6g/live
#EXTINF:-1 tvg-id="ETVTelangana.in" status="online",ETV Telangana (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6ickpgDIsltU_-8CbZaksQ/live
#EXTINF:-1 tvg-id="FaktMarathi.in" status="timeout",Fakt Marathi (576p) [Not 24/7]
#EXTINF:-1 tvg-id="FaktMarathi.in" status="online",Fakt Marathi (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0q8/index.m3u8
#EXTINF:-1 tvg-id="FlowersTV.in" status="timeout",Flowers TV (576p)
http://103.199.161.254/Content/flowers/Live/Channel(Flowers)/index.m3u8
@ -164,15 +164,15 @@ http://14.199.164.20:4001/play/a0qx/index.m3u8
http://104.237.60.234/live/gabruutv.m3u8
#EXTINF:-1 tvg-id="GDNSLudhiana.in" status="online",GDNS Ludhiana (1080p) [Not 24/7]
http://akalmultimedia.net:1935/gdnslive/gdns-live/chunklist.m3u8
#EXTINF:-1 tvg-id="GEM.sg" status="online",GEM (576p)
http://210.210.155.37/uq2663/h/h19/index.m3u8
#EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h19/index.m3u8
#EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p)
http://210.210.155.37/uq2663/h/h19/index.m3u8
#EXTINF:-1 tvg-id="GlobalPunjab.in" status="online",Global Punjab (720p) [Not 24/7]
https://media.streambrothers.com:1936/8522/8522/playlist.m3u8
#EXTINF:-1 tvg-id="GSTV.in" status="online",GSTV (720p) [Not 24/7]
https://1-213-10546-44.b.cdn13.com/388656798579293628302251.m3u8
#EXTINF:-1 tvg-id="HiDost.in" status="timeout",Hi Dosti (576p) [Not 24/7]
#EXTINF:-1 tvg-id="HiDost.in" status="error",Hi Dosti (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0rg/index.m3u8
#EXTINF:-1 tvg-id="HulchulTVCanada.in" status="online",Hulchul TV (720p) [Not 24/7]
http://cdn12.henico.net:8080/live/jbani/index.m3u8
@ -198,10 +198,10 @@ http://103.199.161.254/Content/jaihind/Live/Channel(Jaihind)/index.m3u8
https://live.neestream.com/neestream_01/jaihind/playlist.m3u8
#EXTINF:-1 tvg-id="JanamTV.in" status="online",Janam TV (720p)
https://vidcdn.vidgyor.com/janamtv-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="JanamTV.in" status="online",Janam TV (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0ja/index.m3u8
#EXTINF:-1 tvg-id="JanamTV.in" status="online",Janam TV (480p)
https://live.neestream.net/neestream_01/janamtv/index.m3u8?token=693400
#EXTINF:-1 tvg-id="JanamTV.in" status="timeout",Janam TV (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0ja/index.m3u8
#EXTINF:-1 tvg-id="JanamTV.in" status="error",Janam TV (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNVkxRPqsBNejO6B9thG9Xw/live
#EXTINF:-1 tvg-id="JanamTV.in" status="error",Janam TV (480p)
@ -232,7 +232,7 @@ http://103.199.161.254/Content/people/Live/Channel(People)/index.m3u8
https://live.neestream.com/neestream_01/kairali_news/playlist.m3u8
#EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p)
https://live.neestream.net/neestream_01/kairalitv/index.m3u8?token=693400
#EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p)
#EXTINF:-1 tvg-id="KairaliTV.in" status="timeout",Kairali TV (480p)
http://103.199.161.254/Content/kairali/Live/Channel(Kairali)/index.m3u8
#EXTINF:-1 tvg-id="KairaliTV.in" status="error",Kairali TV (480p)
https://live.neestream.com/neestream_01/kairalitv/playlist.m3u8
@ -272,11 +272,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
https://vidcdn.vidgyor.com/kat-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="LokSabhaTV.in" status="error",Lok Sabha TV (576p) [Not 24/7]
https://nicls1-lh.akamaihd.net/i/lst_1@26969/master.m3u8
#EXTINF:-1 tvg-id="MahaMovie.in" status="timeout",Maha Movie (576p) [Not 24/7]
#EXTINF:-1 tvg-id="MahaMovie.in" status="online",Maha Movie (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0q7/index.m3u8
#EXTINF:-1 tvg-id="MahaMovie.in" status="error",Maha Movie (480p) [Not 24/7]
https://m-c036-j2apps.s.llnwi.net/hls/2820.MahaMovie.in.m3u8
#EXTINF:-1 tvg-id="MakkalTV.in" status="timeout",Makkal TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="MakkalTV.in" status="online",Makkal TV (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0l1/index.m3u8
#EXTINF:-1 tvg-id="MalabarNews.in" status="online",Malabar News (720p) [Not 24/7]
http://cloud.logicwebs.in:1935/live/malabarnews/playlist.m3u8
@ -288,7 +288,7 @@ https://malaimurasucdn.purplestream.com/malaimurasu/49992ade0624eda468a31e137996
http://103.78.18.137:1935/live/mlpchannel/chunklist.m3u8
#EXTINF:-1 tvg-id="Mangalam.in" status="online",Mangalam (576p) [Not 24/7]
http://103.199.160.85/Content/mangalam/Live/Channel(Mangalam)/index.m3u8
#EXTINF:-1 tvg-id="ManoramaNews.in" status="online",Manorama News (576p)
#EXTINF:-1 tvg-id="ManoramaNews.in" status="timeout",Manorama News (576p)
http://103.199.161.254/Content/manoramanews/Live/Channel(ManoramaNews)/index.m3u8
#EXTINF:-1 tvg-id="ManoranjanGrand.in" status="error",Manoranjan Grand (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0m2/index.m3u8
@ -306,11 +306,11 @@ https://live.neestream.net/neestream_01/mathrubhuminews/index.m3u8?token=693400
http://103.199.161.254/Content/mathrubhuminews/Live/Channel(Mathrubhuminews)/index.m3u8
#EXTINF:-1 tvg-id="MathrubhumiNews.in" status="error",Mathrubhumi News (480p)
https://live.neestream.com/neestream_01/mathrubhumi/playlist.m3u8
#EXTINF:-1 tvg-id="MazhavilManorama.in" status="timeout",Mazhavil Manorama (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0kd/index.m3u8
#EXTINF:-1 tvg-id="MazhavilManorama.in" status="timeout",Mazhavil Manorama (576p) [Not 24/7]
#EXTINF:-1 tvg-id="MazhavilManorama.in" status="online",Mazhavil Manorama (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0pa/index.m3u8
#EXTINF:-1 tvg-id="MazhavilManoramaHD.in" status="timeout",Mazhavil Manorama HD (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="MazhavilManorama.in" status="online",Mazhavil Manorama (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0kd/index.m3u8
#EXTINF:-1 tvg-id="MazhavilManoramaHD.in" status="online",Mazhavil Manorama HD (1080p) [Not 24/7]
http://14.199.164.20:4001/play/a0p9/index.m3u8
#EXTINF:-1 tvg-id="MediaOne.in" status="online",Media One (480p)
https://live.neestream.net/neestream_01/mediaone/index.m3u8?token=693400
@ -335,10 +335,10 @@ http://cloud.logicwebs.in:1935/msign/msignmedia/playlist.m3u8
#EXTINF:-1 tvg-id="MtunesPlus.in" status="online",Mtunes Plus (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0p2/index.m3u8
#EXTINF:-1 tvg-id="MusicIndia.in" status="online",Music India (576p) [Not 24/7]
http://103.199.160.85/Content/musicindia/Live/Channel(MusicIndia)/index.m3u8
#EXTINF:-1 tvg-id="MusicIndia.in" status="timeout",Music India (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0mt/index.m3u8
#EXTINF:-1 tvg-id="Naaptol.in" status="timeout",Naaptol (576p) [Not 24/7]
#EXTINF:-1 tvg-id="MusicIndia.in" status="online",Music India (576p) [Not 24/7]
http://103.199.160.85/Content/musicindia/Live/Channel(MusicIndia)/index.m3u8
#EXTINF:-1 tvg-id="Naaptol.in" status="error",Naaptol (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0n1/index.m3u8
#EXTINF:-1 tvg-id="NamdhariTV.in" status="online",Namdhari (404p) [Not 24/7]
https://namdhari.tv/live/sbs1.m3u8
@ -360,7 +360,7 @@ https://live.neestream.net/neestream_01/neecinema/index.m3u8?token=693400
https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8
#EXTINF:-1 tvg-id="News7Tamil.in" status="online",News 7 Tamil (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live
#EXTINF:-1 tvg-id="News7Tamil.in" status="timeout",News 7 Tamil (576p) [Not 24/7]
#EXTINF:-1 tvg-id="News7Tamil.in" status="error",News 7 Tamil (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0kp/index.m3u8
#EXTINF:-1 tvg-id="News18AssamNorthEast.in" status="error",News 18 Assam (360p) [Not 24/7]
https://news18assam-lh.akamaihd.net/i/n18assamne_1@526575/index_4_av-p.m3u8?rebase=on&sd=10
@ -412,21 +412,21 @@ https://cdn.smartstream.video/smartstream-us/otvnewmbr/otvnewmbr.smil/playlist.m
http://137.59.86.218:1935/live/onetv/playlist.m3u8
#EXTINF:-1 tvg-id="PolimerNews.in" status="online",Polimer News (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Z-VjXBtDJTvq6aqkIskPg/live
#EXTINF:-1 tvg-id="PolimerNews.in" status="online",Polimer News (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0lg/index.m3u8
#EXTINF:-1 tvg-id="PolimerNews.in" status="blocked",Polimer News (720p) [Geo-blocked]
https://versewsa.pc.cdn.bitgravity.com/versewsa/live/polimernews.smil/chunklist_b1800000.m3u8
#EXTINF:-1 tvg-id="PolimerNews.in" status="timeout",Polimer News (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0lg/index.m3u8
#EXTINF:-1 tvg-id="PopPataka.in" status="online",Pop Pataka (480p) [Not 24/7]
https://live.hungama.com/linear/pop-pataka/playlist.m3u8
#EXTINF:-1 tvg-id="PratidinTime.in" status="online",Pratidin Time (360p) [Not 24/7]
https://rtmp.smartstream.video/pratidintime/pratidintime/playlist.m3u8
#EXTINF:-1 tvg-id="Pravasi.in" status="error",Pravasi (1080p) [Not 24/7]
https://5ee50688d7b5d.streamlock.net:444/live/pravasi/playlist.m3u8
#EXTINF:-1 tvg-id="PublicMovies.in" status="timeout",Public Movies (576p) [Not 24/7]
#EXTINF:-1 tvg-id="PublicMovies.in" status="online",Public Movies (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0ll/index.m3u8
#EXTINF:-1 tvg-id="PublicMusic.in" status="timeout",Public Music (576p) [Not 24/7]
http://103.199.161.254/Content/publicmusic/Live/Channel(PublicMusic)/index.m3u8
#EXTINF:-1 tvg-id="PublicTV.in" status="timeout",Public TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="PublicTV.in" status="online",Public TV (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0ld/index.m3u8
#EXTINF:-1 tvg-id="PulariTV.in" status="online",Pulari TV (720p) [Not 24/7]
https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8
@ -436,7 +436,7 @@ http://stream.pztv.online/pztv/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live
#EXTINF:-1 tvg-id="PuthuyugamTV.in" status="online",Puthuyugam TV (576p) [Not 24/7]
http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8
#EXTINF:-1 tvg-id="RealNewsKerala.in" status="online",Real News Kerala (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="RealNewsKerala.in" status="error",Real News Kerala (1080p) [Not 24/7]
https://bk7l298nyx53-hls-live.5centscdn.com/realnews/e7dee419f91aa9e65939d3677fb9c4f5.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="RealTV.in" status="online",Real TV (720p) [Not 24/7]
http://cloud.logicwebs.in:1935/realtv/realtv1/playlist.m3u8
@ -452,9 +452,9 @@ https://j78dp346yq5r-hls-live.5centscdn.com/safari/live.stream/playlist.m3u8
http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8
#EXTINF:-1 tvg-id="SanaTV.in" status="online",Sana TV (576p) [Not 24/7]
http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8
#EXTINF:-1 tvg-id="SanthoraShortFlim.in" status="online",Santhora Short Flim (720p)
#EXTINF:-1 tvg-id="SanthoraShortFlim.in" status="timeout",Santhora Short Flim (720p)
http://rtmp.santhoratv.zecast.net/santhora/santhorashortfilm/playlist.m3u8
#EXTINF:-1 tvg-id="SanthoraTV.in" status="online",Santhora TV (720p)
#EXTINF:-1 tvg-id="SanthoraTV.in" status="timeout",Santhora TV (720p)
http://santhoratv.zecast.net/santhoratv/santhoratv/index.m3u8
#EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2ziCMHFPWkFHjocUMXT__Q/live
@ -464,7 +464,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://14.199.164.20:4001/play/a0ok/index.m3u8
#EXTINF:-1 tvg-id="ShemarooTV.in" status="online",Shemaroo TV (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0nh/index.m3u8
#EXTINF:-1 tvg-id="ShowBox.in" status="timeout",Show Box (576p) [Not 24/7]
#EXTINF:-1 tvg-id="ShowBox.in" status="error",Show Box (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0o8/index.m3u8
#EXTINF:-1 tvg-id="Shubhsandesh.in" status="online",Shubhsandesh (720p) [Not 24/7]
https://6284rn2xr7xv-hls-live.wmncdn.net/shubhsandeshtv1/live123.stream/index.m3u8
@ -486,11 +486,11 @@ http://maatv-i.akamaihd.net/hls/live/569930/maatv/master_2000.m3u8
http://208.115.215.42/Utsav_Plus_HD/playlist.m3u8
#EXTINF:-1 tvg-id="SteelbirdMusic.in" status="online",Steelbird Music (720p) [Not 24/7]
http://cdn25.live247stream.com/steelbirdmusic/tv/playlist.m3u8
#EXTINF:-1 tvg-id="StudioOnePlus.in" status="timeout",Studio One Plus (576p) [Not 24/7]
#EXTINF:-1 tvg-id="StudioOnePlus.in" status="online",Studio One Plus (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0oh/index.m3u8
#EXTINF:-1 tvg-id="StudioOnePlus.in" status="error",Studio One Plus (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCEoaVUxpFlmCxwRBy9yhb1Q/live
#EXTINF:-1 tvg-id="StudioOneYuva.in" status="error",Studio One Yuva (576p) [Not 24/7]
#EXTINF:-1 tvg-id="StudioOneYuva.in" status="online",Studio One Yuva (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0sr/index.m3u8
#EXTINF:-1 tvg-id="StudioOneYuva.in" status="error",Studio One Yuva (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqR2tCs8ufgAjRd6rn4a2wg/live
@ -512,7 +512,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v
https://vidcdn.vidgyor.com/thanthi-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="TimesNow.in" status="blocked",Times Now (480p) [Geo-blocked]
https://timesnow-lh.akamaihd.net/i/TNHD_1@129288/master.m3u8
#EXTINF:-1 tvg-id="TimesNow.in",Times Now [Geo-blocked]
#EXTINF:-1 tvg-id="TimesNow.in" status="timeout",Times Now [Geo-blocked]
https://pubads.g.doubleclick.net/ssai/event/1mR1QUQ3Tg-VuKfiyjwNuA/master.m3u8
#EXTINF:-1 tvg-id="TimeTV.in" status="error",Time TV (360p) [Not 24/7]
https://cloudflare-cdn301.ottpro.in/live/timetv/playlist.m3u8
@ -530,18 +530,18 @@ http://103.199.160.85/Content/24news/Live/Channel(24news)/index.m3u8
https://cdn.logicwebs.in/hls/ublhdkey.m3u8
#EXTINF:-1 tvg-id="UthradamMovies.in" status="error",Uthradam Movies (576p)
http://stream-live.in:11037/hls/uthradam.m3u8
#EXTINF:-1 tvg-id="UtsavGold.in" status="blocked",Utsav Gold (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="UtsavGold.in" status="online",Utsav Gold (720p) [Geo-blocked]
http://208.115.215.42/Utsav_Gold_HD/index.m3u8
#EXTINF:-1 tvg-id="VaanavilTV.in" status="timeout",Vaanvavil (576p) [Not 24/7]
#EXTINF:-1 tvg-id="VaanavilTV.in" status="online",Vaanvavil (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0nx/index.m3u8
#EXTINF:-1 tvg-id="Velicham.in" status="online",Velicham (360p) [Not 24/7]
https://rtmp.smartstream.video/velichamtv/velichamtv/playlist.m3u8
#EXTINF:-1 tvg-id="VismayaNews.in" status="error",Vismaya News (720p) [Not 24/7]
http://live.singamcloud.in:1935/vismayanews/vismayanews/playlist.m3u8
#EXTINF:-1 tvg-id="WION.in" status="online",Wion (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h91/index.m3u8
#EXTINF:-1 tvg-id="WION.in" status="online",Wion (576p)
http://210.210.155.37/uq2663/h/h91/index.m3u8
#EXTINF:-1 tvg-id="WION.in" status="error",Wion (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h91/index.m3u8
#EXTINF:-1 tvg-id="WowCinemaOne.in" status="online",Wow Cinema One (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0n3/index.m3u8
#EXTINF:-1 tvg-id="Yolo.in" status="timeout",Yolo (410p) [Not 24/7]
@ -558,8 +558,6 @@ https://royalstarindia.co.in/cinematv_hls/cinematv.m3u8
http://158.69.124.9:1935/sardaritv/sardaritv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",NVision
http://live.singamcloud.in:1935/nvision/nvision/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Suriyan TV
http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8
#EXTINF:-1 tvg-id="" status="online",FASTWAY NEWS (720p) [Not 24/7]
http://163.47.214.155:1935/fwnews/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Desi Beats HD (720p)
@ -580,6 +578,8 @@ https://gvjyg2n9doem-hls-live.5centscdn.com/navmediastream/d0dbe915091d400bd8ee7
https://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Filmeraa (720p)
https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8
#EXTINF:-1 tvg-id="" status="online",Dishum (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0pe/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Relax TV (576p) [Not 24/7]
http://198.144.149.82:8080/NOTV/RELAXTV/index.m3u8?token=GTR
#EXTINF:-1 tvg-id="" status="online",Star Cinema (576p)
@ -590,6 +590,9 @@ http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6
http://weone.livebox.co.in/Metro7hls/Metro7.m3u8
#EXTINF:-1 tvg-id="" status="online",Wion (domestic feed) (576p)
https://bravo.kugo.id/wion/udp.stream/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online",Vyas NIC (480p)
#EXTVLCOPT:http-referrer=https://webcast.gov.in/
https://hls.media.nic.in/hls/live/vyas/vyas.m3u8
#EXTINF:-1 tvg-id="" status="online",Anand TV
https://live.neestream.net/neestream_01/anandtv/index.m3u8?token=693400
#EXTINF:-1 tvg-id="" status="online",Life TV (480p) [Not 24/7]
@ -608,19 +611,10 @@ https://zainabia.livebox.co.in/ZainabiaChannelhls/channel.m3u8
http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",MH1 Prime (360p) [Not 24/7]
http://rtmp.smartstream.video:1935/mhonenews/mhonenews/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Vyas NIC (480p)
#EXTVLCOPT:http-referrer=https://webcast.gov.in/
https://hls.media.nic.in/hls/live/vyas/vyas.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Dishum [Geo-blocked]
https://m-c29-j2apps.s.llnwi.net/hls/5332.Dishum.in.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Republic Bharat (360p) [Geo-blocked]
https://republic.pc.cdn.bitgravity.com/live/bharat_hls/master.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Dishum (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0pe/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",B4U Hitz (720p) [Not 24/7]
http://14.199.164.20:4001/play/a0wh/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",B4U movies (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0wj/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Vathanam TV
http://95.216.167.183:5080/LiveApp/streams/443106610169904881506470.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Sony SAB TV India
@ -630,6 +624,10 @@ http://103.72.179.30:1935/GECHindi/ngrp:SONY_SAB.stream_all/Playlist.m3u8
http://103.81.104.118/hls/stream10.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Times Now Navbharat [Geo-blocked]
https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8
#EXTINF:-1 tvg-id="" status="error",B4U Hitz (720p) [Not 24/7]
http://14.199.164.20:4001/play/a0wh/index.m3u8
#EXTINF:-1 tvg-id="" status="error",B4U movies (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0wj/index.m3u8
#EXTINF:-1 tvg-id="" status="error",B4U Music (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0wk/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Keralabhumi
@ -642,6 +640,8 @@ http://210.210.155.35/x6bnqe/s/s81/02.m3u8
http://210.210.155.37/x6bnqe/s/s81/01.m3u8
#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p)
http://210.210.155.37/x6bnqe/s/s81/02.m3u8
#EXTINF:-1 tvg-id="" status="error",Suriyan TV
http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8
#EXTINF:-1 tvg-id="" status="error",Life Punjabi (720p) [Not 24/7]
http://live.agmediachandigarh.com/lifepunjabi/e27b5c8d89b83882ca3b018eeed14888.sdp/mono.m3u8
#EXTINF:-1 tvg-id="" status="error",Janataa TV [Not 24/7]

View File

@ -17,7 +17,7 @@ https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8
https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.m3u8
#EXTINF:-1 tvg-id="AlkafeelTheentranceoftheholysanctuary.iq" status="online",Alkafeel: The entrance of the holy sanctuary (720p) [Not 24/7]
https://stream.alkafeel.net/live/alkafeel/rAa5PGot3/manifest.m3u8
#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="online",Alkafeel: The Holy Tomb (360p) [Not 24/7]
#EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="error",Alkafeel: The Holy Tomb (360p) [Not 24/7]
https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8
#EXTINF:-1 tvg-id="AlkafeelThewindowofAlKafeel.iq" status="online",Alkafeel: The window of Al-Kafeel (720p) [Not 24/7]
https://stream.alkafeel.net/live/alkafeel/rAa5PGot1/manifest.m3u8

View File

@ -27,7 +27,7 @@ http://backup.superstreaming.inaria.me/BikeSmartMobilityDTT/playlist.m3u8
http://flusonic-1.platinum-tv.com/boing/index.m3u8?token=test
#EXTINF:-1 tvg-id="BoingSpain.it" status="timeout",Boing Spain
http://149.62.177.157:8000/play/a010
#EXTINF:-1 tvg-id="BomChannel.it" status="online",Bom Channel
#EXTINF:-1 tvg-id="BomChannel.it" status="error",Bom Channel
https://5f22d76e220e1.streamlock.net/BOMCHANNEL/BOMCHANNEL/playlist.m3u8
#EXTINF:-1 tvg-id="CafeTV24.it" status="online",CafeTV24 (720p)
https://srvx1.selftv.video/cafe/live/playlist.m3u8
@ -45,11 +45,11 @@ http://wms.shared.streamshow.it/canale8/canale8/playlist.m3u8
https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="CanaleDieci.it" status="online",Canale 10 (540p) [Not 24/7]
http://37.187.142.147:1935/ch10live/high.stream/playlist.m3u8
#EXTINF:-1 tvg-id="CanaleItalia83.it",Canale Italia 83 (576p) [Not 24/7]
#EXTINF:-1 tvg-id="CanaleItalia83.it" status="error",Canale Italia 83 (576p) [Not 24/7]
http://ovp-live.akamaized.net/ac024_live/video1/playlist.m3u8
#EXTINF:-1 tvg-id="CarinaTV.it" status="online",Carina TV (720p)
#EXTINF:-1 tvg-id="CarinaTV.it" status="error",Carina TV (720p)
http://wms.shared.streamshow.it/carinatv/carinatv/playlist.m3u8
#EXTINF:-1 tvg-id="CarinaTV.it" status="online",Carina TV (720p)
#EXTINF:-1 tvg-id="CarinaTV.it" status="error",Carina TV (720p)
http://wms.shared.streamshow.it/carinatv/mp4:carinatv/playlist.m3u8
#EXTINF:-1 tvg-id="Cine34.it" status="blocked",Cine 34 [Geo-blocked]
https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(b6)/index.m3u8
@ -163,7 +163,7 @@ http://capital-live-tv-01-hls.akamai.media.kataweb.it/i/CapitalTv_1@183098/maste
https://5929b138b139d.streamlock.net/RadioIbizaTV/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="RadioIglesias.it" status="blocked",Radio Iglesias (576p) [Geo-blocked]
http://wms.shared.streamshow.it/visualradio/mp4:visualradio/playlist.m3u8
#EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="online",Radio Iglesias Sardegna (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="blocked",Radio Iglesias Sardegna (576p) [Geo-blocked]
https://59d7d6f47d7fc.streamlock.net/visualradio/visualradio/playlist.m3u8
#EXTINF:-1 tvg-id="RadioItaliaTV.it" status="error",Radio Italia TV (480p)
https://radioitaliatv-lh.akamaihd.net/i/radioitaliatv_1@329645/master.m3u8
@ -191,11 +191,11 @@ https://unlimited1-cl.dps.live/radioztv/radioztv.smil/radioztv/livestream2/chunk
https://rtl-video3-stream.thron.com/live-video/video3/ngrp:video3/playlist.m3u8
#EXTINF:-1 tvg-id="Rai1.it" status="online",Rai 1 (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803
#EXTINF:-1 tvg-id="Rai1.it" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Rai 1 (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s29/04.m3u8
#EXTINF:-1 tvg-id="Rai1.it" status="blocked",Rai 1 (302p) [Geo-blocked]
http://stream.tvtap.net:8081/live/it-rai1.stream/playlist.m3u8
#EXTINF:-1 tvg-id="Rai1.it" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Rai 1 (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s29/04.m3u8
#EXTINF:-1 tvg-id="Rai2.it" status="online",Rai 2 (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718
#EXTINF:-1 tvg-id="Rai2.it" status="blocked",Rai 2 (302p) [Geo-blocked]
@ -220,10 +220,10 @@ https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276
http://stream.tvtap.net:8081/live/it-rai5.stream/playlist.m3u8
#EXTINF:-1 tvg-id="RaiGulp.it" status="online",Rai Gulp (576p)
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953
#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="online",RAI Italia Asia (576p)
http://210.210.155.37/x6bnqe/s/s63/index2.m3u8
#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s63/index2.m3u8
#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p)
http://210.210.155.37/x6bnqe/s/s63/index2.m3u8
#EXTINF:-1 tvg-id="RaiMovie.it" status="online",Rai Movie (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002
#EXTINF:-1 tvg-id="RaiNews24.it" status="online",Rai News 24 (720p)
@ -258,9 +258,9 @@ http://5c389faa13be3.streamlock.net:1935/8058/8058/playlist.m3u8
https://59d7d6f47d7fc.streamlock.net/reteveneta/reteveneta/playlist.m3u8
#EXTINF:-1 tvg-id="RMKTVSciacca.it" status="online",RMK TV Sciacca (720p) [Not 24/7]
http://vod1.kronopress.com:1935/tmk_live/5123-CA5C-9EBE-428A/playlist.m3u8
#EXTINF:-1 tvg-id="RTCTelecalabria.it" status="error",RTC Telecalabria (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RTCTelecalabria.it" status="online",RTC Telecalabria (720p) [Not 24/7]
http://fl1.mediastreaming.it:1935/calabriachannel/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="RTCTelecalabria.it" status="error",RTC Telecalabria (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RTCTelecalabria.it" status="online",RTC Telecalabria (720p) [Not 24/7]
https://w1.mediastreaming.it/calabriachannel/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="RTP.it" status="online",RTP (404p)
https://flash2.xdevel.com/rtptv/rtptv/playlist.m3u8
@ -390,7 +390,7 @@ http://cld04wz.tv2000.it/tv2000_main.m3u8
http://mi1.wz.tv2000.it/mirror/High/playlist.m3u8
#EXTINF:-1 tvg-id="TVAVicenza.it" status="online",TVA (Vicenza) (720p)
http://fms.tvavicenza.it:1935/live/diretta_1/playlist.m3u8
#EXTINF:-1 tvg-id="TVL.it" status="error",TVL (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVL.it" status="online",TVL (720p) [Not 24/7]
https://live.mariatvcdn.com/mariatvcdn/70564e1c6884c007c76f0c128d679eed.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TVQuiModena.it" status="online",TV Qui (Modena) (480p)
https://59d7d6f47d7fc.streamlock.net/tvqui/tvqui/playlist.m3u8
@ -420,7 +420,7 @@ https://5cbd3bc28341f.streamlock.net:444/videostar_live/videostar/playlist.m3u8
https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ew)/index.m3u8
#EXTINF:-1 tvg-id="VisualRadio.it" status="online",Visual Radio (576p) [Not 24/7]
http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8
#EXTINF:-1 tvg-id="Vuemme.it",Vuemme (480p)
#EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p)
https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8
#EXTINF:-1 tvg-id="WineChannel.it" status="error",Wine Channel (720p)
http://212.43.97.35:1935/winechannel/winechannel/playlist.m3u8

View File

@ -13,7 +13,7 @@ http://streaming.toutech.net:1935/live/mp4:jawharafm.sdp/playlist.m3u8
https://jrtv-live.ercdn.net/jordansporthd/jordansporthd.m3u8
#EXTINF:-1 tvg-id="JordanTV.jo" status="online",Jordan Satellite Channel
https://jrtv-live.ercdn.net/jordanhd/jordanhd.m3u8
#EXTINF:-1 tvg-id="MelodyFM.jo",Melody FM Jordan (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MelodyFM.jo" status="online",Melody FM Jordan (720p) [Not 24/7]
https://cdn3.wowza.com/1/OVRrOWxXUEswS2Yv/eGVxSWZy/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="NojoumTV.jo" status="online",Nojoum TV (720p)
https://nojoumhls.wns.live/hls/stream.m3u8

View File

@ -5,7 +5,7 @@ https://sub2.neetball.net/live/neet.m3u8
http://cgntv-glive.ofsdelivery.net/live/cgntv_jp/playlist.m3u8
#EXTINF:-1 tvg-id="FujiTV.jp" status="online",Fuji TV (540p) [Not 24/7]
https://fujitv2.mov3.co/hls/fujitv.m3u8
#EXTINF:-1 tvg-id="GSTV.jp" status="online",GSTV (720p)
#EXTINF:-1 tvg-id="GSTV.jp" status="timeout",GSTV (720p)
https://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false)
#EXTINF:-1 tvg-id="GTNTyphome.jp" status="error",GTN Typhome (English Subs) (720p) [Not 24/7]
https://hamada.gaki-no-tsukai.eu:2087/hls/test.m3u8
@ -17,12 +17,12 @@ https://hiroshima-tv-live.hls.wselive.stream.ne.jp/hiroshima-tv-live/live/playli
https://tbs1.mov3.co/hls/tbs.m3u8
#EXTINF:-1 tvg-id="NewJapanProWrestlingWorld.jp" status="online",New Japan Pro Wrestling World (540p)
https://aka-amd-njpwworld-hls-enlive.akamaized.net/hls/video/njpw_en/njpw_en_channel01_3/playlist_DVR.m3u8
#EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (720p)
https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8
#EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (720p)
https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8
#EXTINF:-1 tvg-id="NHKChinese.jp" status="online",NHK Chinese Vision (360p)
https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/zh/725580/livecom_zh.m3u8
#EXTINF:-1 tvg-id="NHKChinese.jp" status="timeout",NHK Chinese Vision (720p)
https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8
#EXTINF:-1 tvg-id="NHKChinese.jp" status="timeout",NHK Chinese Vision (720p)
https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8
#EXTINF:-1 tvg-id="NHKGeneralTV.jp" status="online",NHK General TV (540p) [Not 24/7]
https://nhk2.mov3.co/hls/nhk.m3u8
#EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (1080p)

View File

@ -7,10 +7,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/AnimaxKorea.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8
#EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/Aniplus.m3u8
#EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h02/index.m3u8
#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h02/index.m3u8
#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h02/index.m3u8
#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p)
http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p)
@ -57,7 +57,7 @@ https://stream.chmbc.co.kr/live/TV/playlist.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/ChunghwaTV.m3u8
#EXTINF:-1 tvg-id="CinemaHeaven.kr" status="online",Cinema Heaven (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/CinemaHeaven.m3u8
#EXTINF:-1 tvg-id="CJBTV.kr" status="blocked",CJB청주방송 (SBS 淸州) (540p) [Not 24/7]
#EXTINF:-1 tvg-id="CJBTV.kr" status="online",CJB청주방송 (SBS 淸州) (540p) [Not 24/7]
http://1.222.207.80:1935/live/cjbtv/playlist.m3u8
#EXTINF:-1 tvg-id="CJOnStyle.kr" status="online",CJ OnStyle (540p)
https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8
@ -113,7 +113,7 @@ https://gstv-myshop.gsshop.com/myshop_hd/myshop_hd.stream/playlist.m3u8
https://gstv-gsshop.gsshop.com/gsshop_hd/gsshop_hd.stream/playlist.m3u8
#EXTINF:-1 tvg-id="GugakTV.kr" status="online",GugakTV 국악방송 (1080p)
http://mgugaklive.nowcdn.co.kr/gugakvideo/gugakvideo.stream/playlist.m3u8
#EXTINF:-1 tvg-id="GugbangTV.kr" status="error",Gugbang TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="GugbangTV.kr" status="online",Gugbang TV (1080p) [Not 24/7]
http://mediaworks.dema.mil.kr:1935/live_edge/cudo.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="GwangjuMBCTV.kr" status="timeout",광주MBC (MBC Gwangju) (1080p) [Geo-blocked]
https://media.kjmbc.co.kr/hls/live/stream/playlist.m3u8
@ -123,7 +123,7 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8
#EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8
#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",제주 MBC (MBC Jeju) (352p) [Not 24/7]
#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",제주 MBC (MBC Jeju) (352p) [Not 24/7]
https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8
#EXTINF:-1 tvg-id="JIBSTV.kr" status="online",JIBS SBS (720p) [Not 24/7]
http://123.140.197.22/stream/1/play.m3u8
@ -161,21 +161,21 @@ https://allanf181.github.io/adaptive-streams/streams/kr/KLeague1.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/KLeague2.m3u8
#EXTINF:-1 tvg-id="KLeague3.kr" status="online",K League 3 (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/KLeague3.m3u8
#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (1080p)
http://220.95.92.160:9981/stream/channelid/1445999617
#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (450p) [Not 24/7]
http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (1080p)
http://220.95.92.160:9981/stream/channelid/1445999617
#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8
#EXTINF:-1 tvg-id="KPlus.sg" status="online",K+ (Indonesian subtitle) (576p)
http://210.210.155.37/uq2663/h/h08/index.m3u8
#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) [Geo-blocked]
http://210.210.155.35/uq2663/h/h08/index.m3u8
#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p)
http://210.210.155.37/uq2663/h/h08/index.m3u8
#EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping
https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8
#EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",경상MBC (MBC Gyeongnam Changwon) (1080p)
https://624a79c87201d.streamlock.net/MBCTV/TV1.stream/playlist.m3u8
#EXTINF:-1 tvg-id="MBCTV.kr" status="online",MBC (1080p)
#EXTINF:-1 tvg-id="MBCTV.kr" status="error",MBC (1080p)
http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8
#EXTINF:-1 tvg-id="MBN.kr" status="online",MBN (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8
@ -253,10 +253,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/TVChosun.m3u8
#EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8
#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h20/index.m3u8
#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h20/index.m3u8
#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h20/index.m3u8
#EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8
#EXTINF:-1 tvg-id="TVNMovies.hk" status="online",tvN Movies (Indonesian Subtitle) (576p)
@ -277,16 +277,18 @@ https://allanf181.github.io/adaptive-streams/streams/kr/Viki.m3u8
https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8
#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/YonhapNewsTV.m3u8
#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live
#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) [Not 24/7]
https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8
#EXTINF:-1 tvg-id="YTN.kr" status="timeout",YTN (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live
#EXTINF:-1 tvg-id="YTNDMB.kr" status="timeout",YTN DMB
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live
#EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live
#EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (270p)
http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Korea TV
https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",KBS News
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live
#EXTINF:-1 tvg-id="" status="online",arteTV
@ -317,5 +319,3 @@ https://amdlive-ch03-ctnd-com.akamaized.net/arirang_3ch/smil:arirang_3ch.smil/pl
http://live.kytv.co.kr:8080/hls/stream.m3u8
#EXTINF:-1 tvg-id="" status="timeout",All The K-POP
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ALLTHEKPOP/live
#EXTINF:-1 tvg-id="" status="error",Korea TV
https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8

View File

@ -21,13 +21,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8
#EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7]
https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (576p) [Not 24/7]
https://sc.id-tv.kz/KTK.m3u8
#EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (360p) [Not 24/7]
http://89.218.30.37/ktklive/live.hq/playlist.m3u8
#EXTINF:-1 tvg-id="KTK.kz" status="timeout",КТК (576p) [Not 24/7]
https://sc.id-tv.kz/KTK.m3u8
#EXTINF:-1 tvg-id="MTRK.kz" status="online",МТРК (576p) [Not 24/7]
https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8
#EXTINF:-1 tvg-id="Novoetelevidenie.kz" status="timeout",Новое телевидение (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Novoetelevidenie.kz" status="online",Новое телевидение (576p) [Not 24/7]
http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Qazaqstan TV International
https://qazaqstantv-stream.qazcdn.com/international/international/playlist.m3u8
@ -39,11 +39,11 @@ http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8
https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",7 канал (576p) [Not 24/7]
https://sc.id-tv.kz/7_kanal.m3u8
#EXTINF:-1 tvg-id="" status="timeout",31 канал (576p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",31 канал (576p) [Not 24/7]
https://sc.id-tv.kz/31Kanal.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Алматы (576p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",Алматы (576p) [Not 24/7]
https://sc.id-tv.kz/Almaty.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Астана (576p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",Астана (576p) [Not 24/7]
https://sc.id-tv.kz/Astana.m3u8
#EXTINF:-1 tvg-id="" status="error",Asyl Arna (Асыл арна) (432p) [Not 24/7]
https://sc.id-tv.kz/AsylArna.m3u8

View File

@ -7,7 +7,7 @@ https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8
https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/cf467ddf13ba30dd3c71435cafa6fd6e.sdp/playlist_dvr.m3u8
#EXTINF:-1 tvg-id="Rupavahini.lk" status="timeout",Rupavahini (480p) [Not 24/7]
http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8
#EXTINF:-1 tvg-id="SanthoraTV.lk" status="online",Santhora TV (720p)
#EXTINF:-1 tvg-id="SanthoraTV.lk" status="timeout",Santhora TV (720p)
http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/playlist.m3u8
#EXTINF:-1 tvg-id="SiyathaTV.lk" status="timeout",Siyatha TV (720p) [Not 24/7]
http://live.siyathatv.lk:19904/hls/siyatha_tv.m3u8

View File

@ -13,7 +13,7 @@ http://45.174.77.243:8000/play/a0fl/index.m3u8
https://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8
#EXTINF:-1 tvg-id="Canal10Cancun.mx" status="online",Canal 10 Cancún (720p) [Not 24/7]
http://stream2.dynalias.com:1935/live/tvlive1/playlist.m3u8
#EXTINF:-1 tvg-id="Canal28.mx" status="online",Canal 28 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="Canal28.mx" status="error",Canal 28 (720p) [Not 24/7]
https://api.new.livestream.com/accounts/3789491/events/8003011/live.m3u8
#EXTINF:-1 tvg-id="Canal44.mx" status="online",Canal 44 Chihuahua (720p) [Not 24/7]
https://5e50264bd6766.streamlock.net/canal442/videocanal442/playlist.m3u8
@ -45,7 +45,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8
#EXTINF:-1 tvg-id="LaOctavaTV.mx" status="error",La Octava TV (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x80mow9
#EXTINF:-1 tvg-id="MariaVision.mx" status="error",María Visión Mexico (360p) [Not 24/7]
#EXTINF:-1 tvg-id="MariaVision.mx" status="online",María Visión Mexico (360p) [Not 24/7]
https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8
#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="online",México Travel Channel (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v76vf
@ -111,7 +111,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcmuFsMIIIHO3LBqeBVfm8Q/live
#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="online",Televisa Monterrey (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCGDJLLphnP0zQQaE3kgo5Wg/live
#EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="timeout",Televisa Morelos
#EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="error",Televisa Morelos
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcC9ykApQrgl4UxbKg2U4zw/live
#EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" status="timeout",Televisa News Mexico (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCUsm-fannqOY02PNN67C0KA/live
@ -141,7 +141,7 @@ http://streamingcws20.com:1935/tmtv/videotmtv/playlist.m3u8
https://5ca3e84a76d30.streamlock.net/tmtv/videotmtv/playlist.m3u8
#EXTINF:-1 tvg-id="TVLobo.mx" status="online",TV Lobo (720p) [Not 24/7]
http://streamingcws20.com:1935/lobodurango/videolobodurango/playlist.m3u8
#EXTINF:-1 tvg-id="TVP.mx" status="online",TVP (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVP.mx" status="error",TVP (720p) [Not 24/7]
https://5ca3e84a76d30.streamlock.net/gpacifico4/smil:mazatlan.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TVPLosMochis.mx" status="online",TVP Los Mochis (720p) [Not 24/7]
https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8
@ -165,10 +165,10 @@ https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtjb-tdt.m3u8
https://stream.oursnetworktv.com/latin/encoder29/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TV Unam (720p)
https://5ca3e84a76d30.streamlock.net/tvunam/videotvunam/playlist.m3u8?DVR=
#EXTINF:-1 tvg-id="" status="online",Televisa San Luis Potosí (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live
#EXTINF:-1 tvg-id="" status="online",TVP Culiacán (720p) [Not 24/7]
https://5ca3e84a76d30.streamlock.net/gpacifico1/smil:gpculiacan.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Alcarria TV (576p) [Not 24/7]
http://217.182.77.27/live/alcarriatv-livestream.m3u8
#EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7]
https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked]
@ -189,9 +189,9 @@ http://170.83.242.153:8000/play/a01k
http://181.115.72.65:8099/play/a016/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Telefórmula (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7u0spq
#EXTINF:-1 tvg-id="" status="error",Televisa San Luis Potosí (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live
#EXTINF:-1 tvg-id="" status="error",Uno TV (720p) [Not 24/7]
https://ooyalahd2-f.akamaihd.net/i/UnoTV01_delivery@122640/master.m3u8
#EXTINF:-1 tvg-id="" status="error",Energía Musical TV (360p) [Not 24/7]
https://ss2.domint.net:3224/emtv_str/energiamusical/playlist.m3u8
#EXTINF:-1 tvg-id="",Alcarria TV (576p) [Not 24/7]
http://217.182.77.27/live/alcarriatv-livestream.m3u8

View File

@ -11,15 +11,15 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://210.210.155.37/dr9445/h/h04/index.m3u8
#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h04/index.m3u8
#EXTINF:-1 tvg-id="DramaSangat.my" status="error",Drama Sangat (720p) [Not 24/7]
#EXTINF:-1 tvg-id="DramaSangat.my" status="online",Drama Sangat (720p) [Not 24/7]
https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/Drama_Sangat.m3u8
#EXTINF:-1 tvg-id="eGGNetwork.my" status="error",Egg Network (720p)
#EXTINF:-1 tvg-id="eGGNetwork.my" status="online",Egg Network (720p)
http://210.210.155.37/uq2663/h/h22/index.m3u8
#EXTINF:-1 tvg-id="Hello.my" status="blocked",Hello [Geo-blocked]
https://agsplayback01.astro.com.my/CH1/master_HELLOGOSHOP6.m3u8
#EXTINF:-1 tvg-id="MaahTV.my" status="online",Maah TV (720p) [Not 24/7]
http://51.210.199.33/hls/stream.m3u8
#EXTINF:-1 tvg-id="NTV7.my" status="error",NTV 7 (480p) [Not 24/7]
#EXTINF:-1 tvg-id="NTV7.my" status="online",NTV 7 (480p) [Not 24/7]
https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/DidikTVKPM.m3u8
#EXTINF:-1 tvg-id="OKEY.my" status="blocked",OKEY (1080p)
https://rtmlive02tv.secureswiftcontent.com/rtmchannel/02-manifest.mpd
@ -35,7 +35,7 @@ https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/T
https://rtmlive07tv.secureswiftcontent.com/rtmchannel/07-manifest.mpd
#EXTINF:-1 tvg-id="TV8.my" status="online",TV8 (480p) [Not 24/7]
https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/8TV.m3u8
#EXTINF:-1 tvg-id="TV9.my" status="error",TV9 (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TV9.my" status="online",TV9 (480p) [Not 24/7]
https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/TV9.m3u8
#EXTINF:-1 tvg-id="TVIKIM.my" status="online",TVIKIM (720p) [Not 24/7]
http://edge.vediostream.com/abr/tvikim/playlist.m3u8

View File

@ -5,7 +5,7 @@ http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8
http://93.152.174.144:4000/play/ch24ng/index.m3u8
#EXTINF:-1 tvg-id="EmmanuelTV.ng" status="error",Emmanuel TV (1080p) [Not 24/7]
https://api.new.livestream.com/accounts/23202872/events/7200883/live.m3u8
#EXTINF:-1 tvg-id="LagosTelevision.ng" status="error",Lagos Television (360p) [Not 24/7]
#EXTINF:-1 tvg-id="LagosTelevision.ng" status="online",Lagos Television (360p) [Not 24/7]
http://185.105.4.193:1935/ltv/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="NTAInternational.ng" status="online",NTA International (576p) [Not 24/7]
https://api.visionip.tv/live/ASHTTP/visiontvuk-entertainment-ntai-hsslive-25f-4x3-MB/playlist.m3u8

View File

@ -119,7 +119,7 @@ https://media.rtvnoord.nl/live/rtvnoord/extra/index.m3u8
https://593aed234297b.streamlock.net/rtvnof/rtvnof/playlist.m3u8
#EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="online",RTV Noordoost Friesland (720p) [Not 24/7]
http://cdn15.streampartner.nl:1935/rtvnof2/live/playlist.m3u8
#EXTINF:-1 tvg-id="RTVOost.nl",RTV Oost (720p)
#EXTINF:-1 tvg-id="RTVOost.nl" status="error",RTV Oost (720p)
https://mediacdn.rtvoost.nl/live/rtvoost/tv-oost/index.m3u8
#EXTINF:-1 tvg-id="RTVPurmerend.nl" status="online",RTV Purmerend (720p)
https://ms2.mx-cd.net/dtv-10/268-2641474/RTV_Purmerend_TV.smil/playlist.m3u8
@ -147,10 +147,10 @@ https://server-67.stream-server.nl:1936/Samen1TV/Samen1TV/playlist.m3u8
http://93.190.140.42:8081/SilenceTV/live/playlist.m3u8
#EXTINF:-1 tvg-id="SirisTV.nl" status="timeout",Siris TV (720p) [Not 24/7]
https://videostream.siris.nl/hls/playoutweb/index.m3u8
#EXTINF:-1 tvg-id="StreekTV.nl" status="online",Streek TV (720p) [Not 24/7]
http://cdn22.streampartner.nl/streektv/streektv/playlist.m3u8
#EXTINF:-1 tvg-id="StreekTV.nl" status="timeout",Streek TV (720p) [Not 24/7]
https://58e4d59f4ba2c.streamlock.net/streektv/streektv/playlist.m3u8
#EXTINF:-1 tvg-id="StreekTV.nl" status="error",Streek TV (720p) [Not 24/7]
http://cdn22.streampartner.nl/streektv/streektv/playlist.m3u8
#EXTINF:-1 tvg-id="TommyTeleshopping.nl" status="online",Tommy Teleshopping (480p)
http://ms7.mx-cd.net/tv/71-1356094/Tommy_Teleshopping.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TVEllef.nl" status="timeout",TV Ellef (540p) [Not 24/7]
@ -183,6 +183,8 @@ https://ms7.mx-cd.net/tv/192-840604/Jenz_TV.smil/playlist.m3u8
http://593aed234297b.streamlock.net:1935/rtvnof/rtvnof/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",JIN TV (720p)
https://live.jintv.org:12443/medialive/jintv.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio VOS FM (720p) [Not 24/7]
http://593aed234297b.streamlock.net:1935/henrymeeuws/henrymeeuws/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",RTV NOF 2 (720p) [Not 24/7]
http://593aed234297b.streamlock.net:1935/rtvnof2/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",L1mburg (720p) [Not 24/7]
@ -197,8 +199,6 @@ https://web.omroepgelderland.nl/live/livetv.m3u8
https://ms2.mx-cd.net/tv/163-669433/RTV_Arnhem.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",EDE TV (480p) [Not 24/7]
https://ms7.mx-cd.net/tv/113-474263/EdeTV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Radio VOS FM (720p) [Not 24/7]
http://593aed234297b.streamlock.net:1935/henrymeeuws/henrymeeuws/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",RN 7 TV (1080p) [Geo-blocked]
https://streaming.rn7.nl/rn7live_abr/tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Omroep West (1080p) [Not 24/7]

View File

@ -3,7 +3,7 @@
https://failarmy-international-nl.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="FuelTV.us" status="online",Fuel TV (1080p) [Not 24/7]
http://fueltv-fueltv-14-nl.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="PeopleareAwesomeNetherlands.us",People are Awesome Netherlands (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PeopleareAwesomeNetherlands.us" status="error",People are Awesome Netherlands (720p) [Not 24/7]
https://jukin-peopleareawesome-2-nl.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="StingrayKaraoke.ca" status="error",Stingray Karoke (Netherland) (1080p)
https://stingray-karaoke-4-nl.samsung.wurl.com/manifest/playlist.m3u8

View File

@ -11,7 +11,7 @@ https://frikanalen.no/stream/index.m3u8
http://cdn-kanal10.crossnet.net:1935/kanal10/kanal10asia/playlist.m3u8
#EXTINF:-1 tvg-id="StortingetHS1.no" status="timeout",Stortinget HS1 (576p) [Not 24/7]
https://25480cc657998e13839139df392b46eb-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal1_1/playlist.m3u8
#EXTINF:-1 tvg-id="StortingetHS1.no",Stortinget HS1 (576p)
#EXTINF:-1 tvg-id="StortingetHS1.no" status="error",Stortinget HS1 (576p)
http://194.132.85.39/19333-live0/push-stortinget_1/playlist.m3u8
#EXTINF:-1 tvg-id="StortingetHS2.no" status="online",Stortinget HS2 (576p) [Not 24/7]
https://bbe19a83414b545d91f32f94316aab71-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal2_1/playlist.m3u8?dvr=

View File

@ -57,7 +57,7 @@ https://cloudvideo.servers10.com:8081/8168/index.m3u8
http://cdnh4.iblups.com/hls/OVJNKV4pSr.m3u8
#EXTINF:-1 tvg-id="ChinchaTV.pe" status="error",Chincha TV [Not 24/7]
https://tvdatta.com:3548/live/chinchatvlive.m3u8
#EXTINF:-1 tvg-id="CineClubTV.pe" status="error",TecSatel Cine TV (Arequipa) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="CineClubTV.pe" status="online",TecSatel Cine TV (Arequipa) (720p) [Not 24/7]
https://servilive.com:3176/live/cineclublive.m3u8
#EXTINF:-1 tvg-id="ClipsTV.pe" status="online",ClipsTV (Ica) (360p) [Not 24/7]
https://7.innovatestream.pe:19360/clipstv/clipstv.m3u8
@ -65,7 +65,7 @@ https://7.innovatestream.pe:19360/clipstv/clipstv.m3u8
https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8
#EXTINF:-1 tvg-id="CNCDigital.pe" status="online",CNC Digital (Iquitos) (480p) [Not 24/7]
https://cloudvideo.servers10.com:8081/8150/index.m3u8
#EXTINF:-1 tvg-id="CNTV.pe" status="online",Cable Netword TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="CNTV.pe" status="error",Cable Netword TV (480p) [Not 24/7]
https://tv.inka.net.pe/cntv/index.m3u8
#EXTINF:-1 tvg-id="Conecta2TV.pe" status="online",Conecta2TV (Lima) (720p) [Not 24/7]
https://servilive.com:3114/live/liveulive.m3u8
@ -97,7 +97,7 @@ https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8
https://v4.tustreaming.cl/s1tv/playlist.m3u8
#EXTINF:-1 tvg-id="DTV.pe" status="error",DTV (Junin) [Not 24/7]
https://ed5ov.live.opencaster.com/ArEetgEqqozh/index.m3u8
#EXTINF:-1 tvg-id="ExitosaTV.pe" status="online",Exitosa TV (720p)
#EXTINF:-1 tvg-id="ExitosaTV.pe" status="timeout",Exitosa TV (720p)
https://cu.onliv3.com/livevd1/user2.m3u8
#EXTINF:-1 tvg-id="Expresion.pe" status="online",Expresión (Tacna) (720p) [Not 24/7]
https://1667517699.rsc.cdn77.org/hls/radioilo.m3u8
@ -149,11 +149,11 @@ https://7.innovatestream.pe:19360/inkavision/inkavision.m3u8
https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8
#EXTINF:-1 tvg-id="JN19.pe" status="online",JN19 (720p) [Not 24/7]
https://servilive.com:3149/live/jn19tvlive.m3u8
#EXTINF:-1 tvg-id="JNETV.pe" status="error",JNE TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="JNETV.pe" status="online",JNE TV (720p) [Not 24/7]
https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8
#EXTINF:-1 tvg-id="JusticiaTV.pe" status="online",JusticiaTV [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live
#EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeña (720p) [Not 24/7]
#EXTINF:-1 tvg-id="Karibena.pe" status="error",Karibeña (720p) [Not 24/7]
https://cu.onliv3.com/livevd/user1.m3u8
#EXTINF:-1 tvg-id="KBO.pe" status="online",KBO Quillabamba (1080p) [Not 24/7]
https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8
@ -187,7 +187,7 @@ https://tv.oyotunstream.com:1936/master/master/playlist.m3u8
http://v4.tustreaming.cl/matices/index.m3u8
#EXTINF:-1 tvg-id="MegaTVArequipa.pe" status="error",Mega TV (Arequipa) (360p) [Not 24/7]
https://video.servidor.stream:3180/live/megatvlive.m3u8
#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="online",Mega TV (Jaen) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MegaTVJaen.pe" status="error",Mega TV (Jaen) (720p) [Not 24/7]
https://tv.portalexpress.es:3399/hybrid/play.m3u8
#EXTINF:-1 tvg-id="MegaTVTarapoto.pe" status="error",Mega TV (Tarapoto) (480p) [Not 24/7]
https://tv.portalexpress.es:3870/hybrid/play.m3u8
@ -209,10 +209,10 @@ https://tvdatta.com:3383/live/huancayotvlive.m3u8
http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8
#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7]
https://ed3od.live.opencaster.com/jcpstream_hd720/index.m3u8
#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7]
https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8
#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7]
https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8
#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7]
https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8
#EXTINF:-1 tvg-id="MTVMasAncash.pe" status="error",MTV Más (Ancash) (720p) [Not 24/7]
https://mediacp.hostradios.com.ar:19360/8044/8044.m3u8
#EXTINF:-1 tvg-id="NacionalTV.pe" status="online",NacionalTV (720p) [Not 24/7]
@ -223,7 +223,7 @@ https://servilive.com:3449/live/mlecaroslive.m3u8
https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8
#EXTINF:-1 tvg-id="NorSelvaRTV.pe" status="error",NorSelva RTV (Rioja) (288p) [Not 24/7]
https://live.tvcontrolcp.com:1936/8140/8140/playlist.m3u8
#EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="NuestraTVLima.pe" status="error",Nuestra TV (Lima) (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima
#EXTINF:-1 tvg-id="OasisRTV.pe" status="online",Oasis RTV (Trujillo) (720p) [Not 24/7]
https://7.innovatestream.pe:19360/oasisrtv/oasisrtv.m3u8
@ -285,9 +285,9 @@ https://tv.portalexpress.es:3175/hybrid/play.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/radiolibertadarequipa
#EXTINF:-1 tvg-id="RadioPachatusan.pe" status="error",Radio Pachatusan (Cuzco) (720p) [Not 24/7]
https://tvdatta.com:3413/live/pachatusanlive.m3u8
#EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="error",Radio San Borja TV (720p) [Not 24/7]
https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8
#EXTINF:-1 tvg-id="RadioTropical.pe" status="error",Radio Tropical Tarapoto (480p) [Not 24/7]
#EXTINF:-1 tvg-id="RadioTropical.pe" status="online",Radio Tropical Tarapoto (480p) [Not 24/7]
https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8
#EXTINF:-1 tvg-id="RadioTVBinacional.pe" status="error",Radio TV Binacional (Desaguadero) (720p) [Not 24/7]
https://cp.sradiotv.com:1936/binacional/binacional/playlist.m3u8
@ -323,11 +323,11 @@ https://tvdatta.com:3344/live/rumbamixlive.m3u8
https://tvdatta.com:3952/live/rwtelevisionlive.m3u8
#EXTINF:-1 tvg-id="SalgaluTV.pe" status="timeout",Salgalú TV [Not 24/7]
https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8
#EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="online",SanjuaneraTV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="error",SanjuaneraTV (1080p) [Not 24/7]
https://live.obslivestream.com/sanjuanera/index.m3u8
#EXTINF:-1 tvg-id="SatelTV.pe" status="error",SatelTV (Puno) (720p) [Not 24/7]
https://7.innovatestream.pe:19360/satel/satel.m3u8
#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="error",SelvaMía TV (Aguaytía) (360p) [Not 24/7]
#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMía TV (Aguaytía) (360p) [Not 24/7]
https://inliveserver.com:1936/18022/18022/playlist.m3u8
#EXTINF:-1 tvg-id="Sistema1.pe" status="online",Sistema 1 (Huaraz) (720p) [Not 24/7]
https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8
@ -347,7 +347,7 @@ https://vps1.lnx.pe/sumactv-web/envivo/index.m3u8
https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8
#EXTINF:-1 tvg-id="SuperTV.pe" status="online",Super TV (Kachorro | Bagua Grande) (720p) [Not 24/7]
https://tvdatta.com:3517/live/kachorrotvlive.m3u8
#EXTINF:-1 tvg-id="SurTV.pe" status="error",SurTV (Ilo) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="SurTV.pe" status="online",SurTV (Ilo) (720p) [Not 24/7]
https://stmv.panel.grupolimalive.com/surtv/surtv/playlist.m3u8
#EXTINF:-1 tvg-id="Tele2000.pe" status="online",Tele2000 (Ayacucho) (720p) [Not 24/7]
https://servilive.com:3126/live/tele2000live.m3u8

View File

@ -37,9 +37,9 @@ https://abscbn-ono.akamaized.net/midroll/amagi_hls_data_abscbnAAA-abscbn-telerad
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/TVMariaLIVE/live
#EXTINF:-1 tvg-id="" status="online",Super Radyo DZBB (720p) [Not 24/7]
http://stream.gmanews.tv/ioslive/livestream/chunklist.m3u8?wowzasessionid=693701106
#EXTINF:-1 tvg-id="" status="online",eGG Network
http://210.210.155.35/uq2663/h/h22/index.m3u8
#EXTINF:-1 tvg-id="" status="online",CLTV 36
http://210.213.69.20:5080/LiveApp/streams/cltvmcr.m3u8
#EXTINF:-1 tvg-id="" status="error",eGG Network
http://210.210.155.35/uq2663/h/h22/index.m3u8
#EXTINF:-1 tvg-id="" status="error",UNTV (1080p)
https://vid.untv.co/live-stream/untvweb.m3u8

View File

@ -75,9 +75,9 @@ http://trwamtv.live.e57-po.insyscd.net/cl01/out/u/trwam_3.m3u8
http://gargoyle.tomkow.pl/hls/tvt.m3u8
#EXTINF:-1 tvg-id="" status="online",TV REPUBLIKA (1080p)
http://188.47.212.71/jupiter/o1-cl1/live/tvrepublika/live.m3u8
#EXTINF:-1 tvg-id="" status="online",4FUN TV (576p) [Not 24/7]
https://stream.4fun.tv:8888/hls/4f_high/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",TV Trwam (480p)
https://trwamtv.live.e59-po.insyscd.net/cl01/out/u/trwam_3.m3u8
#EXTINF:-1 tvg-id="" status="error",Radio Czworka (1080p)
http://stream14.polskieradio.pl:1935/pr4_video/video_pr4.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",4FUN TV (576p) [Not 24/7]
https://stream.4fun.tv:8888/hls/4f_high/index.m3u8

View File

@ -29,8 +29,12 @@ https://mn-nl.mncdn.com/palabroad/live/playlist.m3u8
https://streaming.zaytonatube.com:8081/ShababFM/shabab/index.m3u8
#EXTINF:-1 tvg-id="WattanTV.ps" status="online",Wattan TV (720p) [Not 24/7]
http://htvmada.mada.ps:8888/wattan/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Nablus TV (720p) [Not 24/7]
http://htvmada.mada.ps:8888/nabluslive/index.m3u8
#EXTINF:-1 tvg-id="" status="online",palestiniantv (720p)
http://palestiniantv.origin.technostreaming.net:8081/palestiniantv_source/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio Albalad TV (1080p) [Not 24/7]
http://streaming.zaytonatube.com:8080/radioalbalad/radioalbalad/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Mawal (720p) [Not 24/7]
http://vstream3.hadara.ps:8081/MawwalHD_web/web/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Watar TV (720p) [Not 24/7]
@ -39,10 +43,6 @@ http://htvint.mada.ps:8889/orient/index.m3u8
http://htvpalsat.mada.ps:8888/audeh/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",7ala TV [Geo-blocked]
http://vstream3.hadara.ps:8081/7alafm2020/7alafm2020/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Nablus TV (720p) [Not 24/7]
http://htvmada.mada.ps:8888/nabluslive/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Radio Albalad TV (1080p) [Not 24/7]
http://streaming.zaytonatube.com:8080/radioalbalad/radioalbalad/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Hekaya TV (720p) [Not 24/7]
https://streaming.zaytonatube.com:8081/Hekaya/hekayamix/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Hebron TV (720p) [Not 24/7]

View File

@ -26,12 +26,12 @@ https://stmv1.srvsite.com/clubefmradio/clubefmradio/playlist.m3u8
https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p)
http://162.212.178.69:41042/bysid/608
#EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8
@ -57,7 +57,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpi.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTPMadeira.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)",RTP Madeira (504p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64)
https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTPMemoria.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Memória (360p) [Not 24/7]
#EXTINF:-1 tvg-id="RTPMemoria.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Memória (360p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://streaming-live.rtp.pt/liverepeater/smil:rtpmem.smil/playlist.m3u8
#EXTINF:-1 tvg-id="SICInternacional.pt" status="blocked",SIC Internacional (720p)

View File

@ -7,11 +7,11 @@ https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8
https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8
#EXTINF:-1 tvg-id="C9N.py" status="error",C9N (1080p)
http://170.83.242.153:8000/play/c9nhd
#EXTINF:-1 tvg-id="DismarTV.py" status="online",DismarTV
#EXTINF:-1 tvg-id="DismarTV.py" status="error",DismarTV
https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8
#EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal
#EXTINF:-1 tvg-id="Educanal.py" status="error",Educanal
https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8
#EXTINF:-1 tvg-id="EmprendeTV.py" status="error",EmprendeTV
#EXTINF:-1 tvg-id="EmprendeTV.py" status="online",EmprendeTV
https://59ce1298bfb98.streamlock.net/emprendetv/emprendetv/playlist.m3u8
#EXTINF:-1 tvg-id="EstacionCristal.py" status="online",Estación Cristal
https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="A7TV.ro" status="online",A7TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="A7TV.ro" status="error",A7TV (720p) [Not 24/7]
https://play.streamkit.tv/content/channel/aseventv/live/aseventv.player.m3u8
#EXTINF:-1 tvg-id="AgroTV.ro" status="online",AgroTV (404p) [Not 24/7]
https://stream1.1616.ro:1945/agro/livestream/playlist.m3u8?wowzatokenhash=NqSD4qaHc94SbTW05NBB-lXC78ZiAOIbnbUBOHj1DAM=
@ -48,7 +48,7 @@ https://iptv-all.lanesh4d0w.repl.co/romania/happy-channel
http://46.4.14.12:9999/intermedia1/playlist.m3u8
#EXTINF:-1 tvg-id="KanalDRomania.ro" status="error",Kanal D (384p) [Not 24/7]
https://stream1.kanald.ro/iphone/live.m3u8
#EXTINF:-1 tvg-id="KissTV.ro" status="timeout",Kiss TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="KissTV.ro" status="online",Kiss TV (576p) [Not 24/7]
https://fms-https1.mediadirect.ro/live3/_definst_/kiss.smil/playlist.m3u8?publisher=83
#EXTINF:-1 tvg-id="LightChannel.ro" status="online",Light Channel (480p) [Not 24/7]
http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8
@ -87,7 +87,7 @@ https://fms-https1.mediadirect.ro/live3/_definst_/rocktv.smil/master.m3u8
http://s2.streamnet.ro:8035/stream.flv
#EXTINF:-1 tvg-id="SomaxTV.ro" status="error",Somax TV
http://webmobile.xdev.ro:81/tv12/playlist.m3u8
#EXTINF:-1 tvg-id="SperantaTV.ro" status="online",Speranta TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="SperantaTV.ro" status="error",Speranta TV (720p) [Not 24/7]
http://play.streamkit.tv/content/channel/sperantatv/live/sperantatv.player.m3u8
#EXTINF:-1 tvg-id="SperantaTV.ro" status="error",Speranta TV (720p) [Not 24/7]
http://us200.streamkit.tv/edge/sperantatv_1200/playlist.m3u8

View File

@ -5,7 +5,7 @@ https://srv1.adriatelekom.com/DjakTV/index.m3u8
https://kurir-tv.haste-cdn.net/providus/live2805.m3u8
#EXTINF:-1 tvg-id="MarsTV.rs" status="error",Marš TV (576p) [Not 24/7]
http://cdn.dovecher.tv:8081/live/marsh/chunks.m3u8
#EXTINF:-1 tvg-id="MISTelevizija.rs" status="timeout",MIS Televizija (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MISTelevizija.rs" status="online",MIS Televizija (720p) [Not 24/7]
https://5afd52b55ff79.streamlock.net/MISTV/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="MuzzikAMVA2020.rs" status="blocked",Muzzik AMVA 2020 (720p) [Geo-blocked]
https://muzzik-live.morescreens.com/mts-8/playlist.m3u8
@ -15,7 +15,7 @@ https://muzzik-live.morescreens.com/mts-3/playlist.m3u8
https://muzzik-live.morescreens.com/mts-a4/playlist.m3u8
#EXTINF:-1 tvg-id="MuzzikJekaSerbia.rs" status="blocked",Muzzik Jeka Serbia (720p) [Geo-blocked]
https://muzzik-live.morescreens.com/mts-4/playlist.m3u8
#EXTINF:-1 tvg-id="MuzzikMediteraneoSerbia.rs",Muzzik Mediteraneo Serbia (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="MuzzikMediteraneoSerbia.rs" status="blocked",Muzzik Mediteraneo Serbia (720p) [Geo-blocked]
https://muzzik-live.morescreens.com/mts-a5/playlist.m3u8
#EXTINF:-1 tvg-id="MuzzikOKKSerbia.rs" status="blocked",Muzzik OKK Serbia (720p) [Geo-blocked]
https://muzzik-live.morescreens.com/mts-2/playlist.m3u8
@ -81,7 +81,7 @@ http://92.60.238.10:1935/live/belleamie/playlist.m3u8
http://109.92.29.10:1935/tvduga/tvduga/playlist.m3u8
#EXTINF:-1 tvg-id="TVHram.rs" status="online",TV Hram (576p) [Not 24/7]
https://vod1.laki.eu/live/hram/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",RTV AS (576p)
#EXTINF:-1 tvg-id="" status="online",RTV AS (576p)
https://srv1.adriatelekom.com/TVAS/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Adria Music TV (1080p)
https://srv1.adriatelekom.com/AdriaMusicTV/index.m3u8

View File

@ -32,7 +32,7 @@ https://sc.id-tv.kz/A2.m3u8
http://xstream.afontovo.ru/afontovo_ya.m3u8
#EXTINF:-1 tvg-id="AkudjiTV.ru" status="error",Akudji TV (720p)
https://hls.goodgame.ru/hls/5346.m3u8
#EXTINF:-1 tvg-id="AmediaHit.ru" status="timeout",Amedia Hit (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="AmediaHit.ru" status="online",Amedia Hit (1080p) [Not 24/7]
https://sc.id-tv.kz/amedia_hit_hd.m3u8
#EXTINF:-1 tvg-id="AmediaPremium.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Amedia Premium (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
@ -41,7 +41,7 @@ http://ott-cdn.ucom.am/s64/index.m3u8
https://live.mediacdn.ru/sr1/arhis24/playlist.m3u8
#EXTINF:-1 tvg-id="Arhyz24.ru" status="blocked",Архыз 24 (720p) [Geo-blocked]
https://strm.yandex.ru/kal/arhyz24/arhyz240.m3u8
#EXTINF:-1 tvg-id="Aris24.ru" status="error",Арис 24 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="Aris24.ru" status="online",Арис 24 (720p) [Not 24/7]
http://serv25.vintera.tv:8081/test/aris/playlist.m3u8
#EXTINF:-1 tvg-id="Arsenal.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Арсенал (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
@ -74,9 +74,9 @@ http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8
http://live2.mediacdn.ru/sr1/tro/playlist.m3u8
#EXTINF:-1 tvg-id="BigAsia.ru" status="blocked",Большая Азия (1080p) [Geo-blocked]
https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8
#EXTINF:-1 tvg-id="Bober.ru" status="timeout",Бобер (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Bober.ru" status="online",Бобер (576p) [Not 24/7]
https://sc.id-tv.kz/bober.m3u8
#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="error",Bollywood HD (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="online",Bollywood HD (1080p) [Not 24/7]
https://sc.id-tv.kz/bollywood_hd.m3u8
#EXTINF:-1 tvg-id="BridgeTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bridge TV (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
@ -89,7 +89,7 @@ https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd
#EXTINF:-1 tvg-id="Che.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",Че! (540p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178
https://zabava-htlive.cdn.ngenix.net/hls/CH_PERETZ/variant.m3u8
#EXTINF:-1 tvg-id="Cinema.ru" status="timeout",Cinema (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Cinema.ru" status="online",Cinema (576p) [Not 24/7]
https://sc.id-tv.kz/Cinema.m3u8
#EXTINF:-1 tvg-id="Dagestan.ru" status="online",Дагестан (1080p)
https://dagestan.mediacdn.ru/cdn/dagestan/playlist.m3u8
@ -107,11 +107,11 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8
http://ott-cdn.ucom.am/s88/index.m3u8
#EXTINF:-1 tvg-id="DomKino.ru" status="online",Дом кино (576p)
http://50.7.92.90/Dom_kino/playlist.m3u8
#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",Дом Кино Премиум (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",Дом Кино Премиум (1080p) [Not 24/7]
https://sc.id-tv.kz/domkino_hd.m3u8
#EXTINF:-1 tvg-id="Dorama.uk" status="timeout",Дорама (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Dorama.uk" status="online",Дорама (1080p) [Not 24/7]
https://sc.id-tv.kz/dorama_hd.m3u8
#EXTINF:-1 tvg-id="Dorama.uk" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p)
#EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s95/index.m3u8
#EXTINF:-1 tvg-id="Dozhd.ru" status="blocked",Дождь (1080p) [Geo-blocked]
@ -143,7 +143,7 @@ http://www.gtk.tv/hls/gtyar.m3u8
https://live-trc33.cdnvideo.ru/trc33/trc33.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="Guberniya.ru" status="online",Губерния (Самара) (576p)
http://live.guberniatv.cdnvideo.ru/guberniatv/guberniatv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="HDL.ru" status="timeout",HDL (404p) [Not 24/7]
#EXTINF:-1 tvg-id="HDL.ru" status="online",HDL (404p) [Not 24/7]
https://sc.id-tv.kz/hdl.m3u8
#EXTINF:-1 tvg-id="HDMedia.ru" status="blocked",HD Медиа (720p) [Geo-blocked]
https://strm.yandex.ru/kal/hdmedia/hdmedia0.m3u8
@ -171,17 +171,17 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_KARUSEL/variant.m3u8
http://91.185.3.218:4000/play/604
#EXTINF:-1 tvg-id="Kavkaz24.ru" status="blocked",Кавказ 24 (720p) [Geo-blocked]
https://strm.yandex.ru/kal/kavkaz24_supres/kavkaz24_supres0.m3u8
#EXTINF:-1 tvg-id="Kinohit.ru" status="timeout",Кинохит (404p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinohit.ru" status="online",Кинохит (404p) [Not 24/7]
https://sc.id-tv.kz/Kinohit_hd.m3u8
#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",Кинокомедия (360p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinokomedija.ru" status="online",Кинокомедия (360p) [Not 24/7]
https://sc.id-tv.kz/Kinokomediya_hd.m3u8
#EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",Киномикс (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinomiks.ru" status="online",Киномикс (1080p) [Not 24/7]
https://sc.id-tv.kz/Kinomix_hd.m3u8
#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",Кинопремьера (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinopremyera.ru" status="blocked",Кинопремьера (1080p) [Not 24/7]
https://sc.id-tv.kz/Kinopremiera_hd.m3u8
#EXTINF:-1 tvg-id="Kinosemja.ru" status="timeout",Киносемья (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinosemja.ru" status="online",Киносемья (1080p) [Not 24/7]
https://sc.id-tv.kz/Kinosemiya_hd.m3u8
#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="timeout",Киносвидание (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="online",Киносвидание (1080p) [Not 24/7]
https://sc.id-tv.kz/Kinosvidanie_hd.m3u8
#EXTINF:-1 tvg-id="KlassikaKino.ru" status="blocked",Классика Кино (720p) [Geo-blocked]
https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8
@ -218,7 +218,7 @@ https://rt-nw-spb-htlive.cdn.ngenix.net/hls/CH_R02_LENTVSD/variant.m3u8
https://tvshops.bonus-tv.ru/cdn/shop24/playlist.m3u8
#EXTINF:-1 tvg-id="LeomaxPlus.ru" status="error",Leomax Plus (576p)
https://tvshops.bonus-tv.ru/cdn/discount/playlist.m3u8
#EXTINF:-1 tvg-id="Lipeckoevremya.ru" status="online",Липецкое время (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Lipeckoevremya.ru" status="error",Липецкое время (576p) [Not 24/7]
http://serv25.vintera.tv:8081/liptime/liptime/playlist.m3u8
#EXTINF:-1 tvg-id="LitklubTVProza.ru" status="error",ЛитКлуб ТВ Проза (480p)
http://hls-rossp.cdnvideo.ru/hls/5ace67f0dc96bf0a90d8a2b7/playlist.m3u8
@ -294,11 +294,11 @@ https://a3569456481-s26881.cdn.ngenix.net/live/smil:mplan.smil/index.m3u8
http://hls.volgograd1vtv.cdnvideo.ru/volgograd1vtv/volgograd1vtv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="MTVmix.ru" status="timeout",MTVmix (Уфа) (384p)
http://81.30.182.82:18092/hls/live.m3u8
#EXTINF:-1 tvg-id="Multilandia.ru" status="error",Мультиландия (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="Multilandia.ru" status="blocked",Мультиландия (576p) [Geo-blocked]
http://serv30.vintera.tv:8081/detskiy/multimania20/playlist.m3u8
#EXTINF:-1 tvg-id="MusicBoxRussia.ru" status="blocked",Music Box Russia (1080p)
https://strm.yandex.ru/kal/rmbox/rmbox0.m3u8
#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="timeout",Мужское кино (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="online",Мужское кино (1080p) [Not 24/7]
https://sc.id-tv.kz/Mujskoe_kino_hd.m3u8
#EXTINF:-1 tvg-id="MuzikaPervogo.ru" status="error",Музыка Первого (576p)
http://91.185.3.218:4000/play/608
@ -348,14 +348,14 @@ http://ott-cdn.ucom.am/s17/index.m3u8
http://31.128.159.41:8080/ntv/tracks-v1a1/mono.m3u8
#EXTINF:-1 tvg-id="NTV.ru" status="error",НТВ (1080p)
https://mob3-ntv.cdnvideo.ru/ntv3/smil:ntvair001_hd.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NTVStyl.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",НТВ Стиль (480p)
#EXTINF:-1 tvg-id="NTVStyl.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",НТВ Стиль (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s77/index.m3u8
#EXTINF:-1 tvg-id="NVKSakha.ru" status="online",НВК Саха (1080p) [Not 24/7]
http://live-saha.cdnvideo.ru/saha/saha/playlist.m3u8
#EXTINF:-1 tvg-id="O2.ru" status="blocked",О2ТВ (1080p) [Geo-blocked]
https://strm.yandex.ru/kal/o2/o20.m3u8
#EXTINF:-1 tvg-id="O.ru" status="timeout",О! (576p) [Not 24/7]
#EXTINF:-1 tvg-id="O.ru" status="online",О! (576p) [Not 24/7]
https://sc.id-tv.kz/o.m3u8
#EXTINF:-1 tvg-id="OhotnikiRybolov.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Охотник и Рыболов (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
@ -384,14 +384,14 @@ http://ott.inmart.tv:8081/18/index.m3u8
http://5.164.24.83/tula/1tv_low/index.m3u8
#EXTINF:-1 tvg-id="Pobeda.ru" status="online",Победа (576p) [Not 24/7]
https://sc.id-tv.kz/Pobeda.m3u8
#EXTINF:-1 tvg-id="Poehali.ru" status="online",Поехали! (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Poehali.ru" status="error",Поехали! (576p) [Not 24/7]
https://sc.id-tv.kz/poehali.m3u8
#EXTINF:-1 tvg-id="Prima.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",Прима (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178
https://rt-sib-krsk-htlive.cdn.ngenix.net/hls/CH_R11_OTT_SIB_KRSK_STS/variant.m3u8
#EXTINF:-1 tvg-id="Prima.ru" status="online",Прима (1080p)
https://tele2dvrnat01-02.cdnvideo.ru/stream/NAT_Prima/hls/index.m3u8
#EXTINF:-1 tvg-id="PRNK.ru" status="error",ПРНК (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PRNK.ru" status="online",ПРНК (720p) [Not 24/7]
http://serv25.vintera.tv:8081/1pnk/1pnk/playlist.m3u8
#EXTINF:-1 tvg-id="Prosveshchenie.ru" status="online",Просвещение (540p) [Geo-blocked]
https://cdn-01.bonus-tv.ru/prosveschenie_edge/playlist.m3u8
@ -443,9 +443,9 @@ http://live-atkmedia.cdnvideo.ru/atkmedia/atkmedia/playlist.m3u8
https://zabava-htlive.cdn.ngenix.net/hls/CH_RENTV/variant.m3u8
#EXTINF:-1 tvg-id="RENTV.ru" status="online",РЕН ТВ (576p)
http://ad-hls-rentv.cdnvideo.ru/ren/smil:ren.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RENTVInternational.ru" status="timeout",РЕН ТВ International (576p) [Not 24/7]
#EXTINF:-1 tvg-id="RENTVInternational.ru" status="online",РЕН ТВ International (576p) [Not 24/7]
https://sc.id-tv.kz/RenTV.m3u8
#EXTINF:-1 tvg-id="RodnoeKino.ru" status="timeout",Родное кино (576p) [Not 24/7]
#EXTINF:-1 tvg-id="RodnoeKino.ru" status="online",Родное кино (576p) [Not 24/7]
https://sc.id-tv.kz/Rodnoe_kino.m3u8
#EXTINF:-1 tvg-id="Rodnoykanal.ru" status="online",Родной канал (720p) [Not 24/7]
https://n1.slavmir.tv/live/slavmir/playlist.m3u8
@ -483,7 +483,7 @@ https://rt-glb.rttv.com/live/rtnews/playlist.m3u8
https://strm.yandex.ru/kal/rt_hd/rt_hd0.m3u8
#EXTINF:-1 tvg-id="RTNews.ru" status="error",RT News (1080p) [Geo-blocked]
https://live-hr6yv36f.rmbl.ws/slot-30/ngrp:srak-wx8r_all/playlist.m3u8
#EXTINF:-1 tvg-id="RTRPlaneta.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РТР-Планета (480p)
#EXTINF:-1 tvg-id="RTRPlaneta.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РТР-Планета (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s15/index.m3u8
#EXTINF:-1 tvg-id="RTUK.uk" status="online",RT UK (1080p) [Geo-blocked]
@ -594,11 +594,11 @@ http://sochinskayatrk.ru/hdtv/hls/strc_hd/playlist.m3u8
#EXTINF:-1 tvg-id="STS.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",СТС (540p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178
https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8
#EXTINF:-1 tvg-id="STS.ru" status="online",СТС (576p) [Not 24/7]
https://sc.id-tv.kz/STS.m3u8
#EXTINF:-1 tvg-id="STS.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",СТС (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s52/04.m3u8
#EXTINF:-1 tvg-id="STS.ru" status="timeout",СТС (576p) [Not 24/7]
https://sc.id-tv.kz/STS.m3u8
#EXTINF:-1 tvg-id="STSLove.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",СТС (540p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178
https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8
@ -622,9 +622,9 @@ https://sitv.ru/hls/s86.m3u8
#EXTINF:-1 tvg-id="Teleputeshestviya.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Телепутешествия (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s71/index.m3u8
#EXTINF:-1 tvg-id="Tivikom.ru",Тивиком (Улан-Удэ) (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Tivikom.ru" status="online",Тивиком (Улан-Удэ) (1080p) [Not 24/7]
http://tvcom.stream.intelema.ru/tvcom/studio/playlist.m3u8
#EXTINF:-1 tvg-id="TNT4.ru" status="timeout",ТНТ4 (576p) [Not 24/7]
#EXTINF:-1 tvg-id="TNT4.ru" status="error",ТНТ4 (576p) [Not 24/7]
https://sc.id-tv.kz/tnt4.m3u8
#EXTINF:-1 tvg-id="TNT.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ТНТ (540p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178
@ -749,12 +749,19 @@ https://cdn.universmotri.ru/live/kfu.sdp/playlist.m3u8
http://ba5729d5.krasnafhg.ru/iptv/EAEWFFWBXPVVLY/915/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Страна FM (720p) [Not 24/7]
http://live.stranafm.cdnvideo.ru/stranafm/stranafm_hd.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Три Ангела (720p)
https://hls.tv.3angels.ru/stream/HQ.m3u8
#EXTINF:-1 tvg-id="" status="online",ТВК 24 (576p)
http://air.tvk6.ru/tvk24/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Россия 24 (Н.Новгород) (576p) [Not 24/7]
https://live-vestinn.cdnvideo.ru/vestinn/vestinn/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ТК Алмазный край (576p)
https://stream.almaz-media.tv:8080/hls/576.m3u8
#EXTINF:-1 tvg-id="" status="online",СТВ Казахстан (576p) [Not 24/7]
https://sc.id-tv.kz/STV.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Первый канал (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s14/04.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Центральное телевидение (ЦТВ) (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s20/index.m3u8
@ -764,14 +771,16 @@ https://sc.id-tv.kz/Indiiskoe_kino.m3u8
https://sc.id-tv.kz/Khabar.m3u8
#EXTINF:-1 tvg-id="" status="online",Первый канал Евразия (396p) [Not 24/7]
http://stream.euroasia.lfstrm.tv/perviy_evrasia/1/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Первый канал Евразия (576p) [Not 24/7]
https://sc.id-tv.kz/1KanalEvraziya.m3u8
#EXTINF:-1 tvg-id="" status="online",Хабар 24 (576p) [Not 24/7]
https://sc.id-tv.kz/Khabar_24.m3u8
#EXTINF:-1 tvg-id="" status="online",Той Думан (576p) [Not 24/7]
https://sc.id-tv.kz/ToiDuman.m3u8
#EXTINF:-1 tvg-id="" status="online",Туран ТВ (576p) [Not 24/7]
https://sc.id-tv.kz/TuranTV.m3u8
#EXTINF:-1 tvg-id="" status="online",Телплюс ТВ (Астрахань) (360p) [Not 24/7]
http://streaming.astrakhan.ru/telplushd/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Той Думан (576p) [Not 24/7]
https://sc.id-tv.kz/ToiDuman.m3u8
#EXTINF:-1 tvg-id="" status="online",Такт/Рен ТВ (Курск) (294p) [Not 24/7]
http://109.194.62.29:8080
#EXTINF:-1 tvg-id="" status="blocked",Радио 10 (1024p) [Not 24/7]
@ -790,19 +799,12 @@ http://193.107.128.8:8552/play/a007
http://ad-hls-tvc.cdnvideo.ru/tvc-p222/smil:tvc.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",ВТВ Плюс (Херсон) (576p)
http://iptv.rubintele.com:8552/play/a007
#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Первый канал (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s14/04.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Русский Экстрим
http://vid.extremtv.ru/hls_get/cameraFeed.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Россия РТР
https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Россия 1 +6 (360p)
https://gtrkchita.ru:8081/hls/r1-chita_360p.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Первый канал Евразия (576p) [Not 24/7]
https://sc.id-tv.kz/1KanalEvraziya.m3u8
#EXTINF:-1 tvg-id="" status="timeout",СТВ Казахстан (576p) [Not 24/7]
https://sc.id-tv.kz/STV.m3u8
#EXTINF:-1 tvg-id="" status="error",Первый канал (576p)
http://91.185.3.218:4000/play/603
#EXTINF:-1 tvg-id="" status="error",Россия К (576p) [Not 24/7]
@ -811,5 +813,3 @@ http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_k/playlist.m3u8
http://cdnmg.secure.live.rtr-vesti.ru/live/smil:rtrp.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Телестанция МИР (Новосибирск) (720p) [Not 24/7]
http://serv30.vintera.tv:8081/stanciya_mir/mir/playlist.m3u8
#EXTINF:-1 tvg-id="",Три Ангела (720p)
https://hls.tv.3angels.ru/stream/HQ.m3u8

View File

@ -1,21 +1,21 @@
#EXTM3U
#EXTINF:-1 tvg-id="FilmTVKinder.ua" status="online",FilmTV Kinder (400p) [Not 24/7]
#EXTINF:-1 tvg-id="FilmTVKinder.ua" status="error",FilmTV Kinder (400p) [Not 24/7]
https://v2.catcast.tv/content/38144/index.m3u8
#EXTINF:-1 tvg-id="FreshTV.am" status="timeout",Fresh TV (720p)
https://freshtv.catcast.tv/content/33718/index.m3u8
#EXTINF:-1 tvg-id="GravityFouls.ru" status="error",Gravity Fouls (480p) [Not 24/7]
https://v3.catcast.tv/content/38105/index.m3u8
#EXTINF:-1 tvg-id="IPTVPLAYFantastika.ru" status="online",Фантастика Sci-Fi (400p) [Not 24/7]
#EXTINF:-1 tvg-id="IPTVPLAYFantastika.ru" status="error",Фантастика Sci-Fi (400p) [Not 24/7]
https://v2.catcast.tv/content/38801/index.m3u8
#EXTINF:-1 tvg-id="SSSRTV.ru" status="online",СССР ТВ (432p) [Not 24/7]
#EXTINF:-1 tvg-id="SSSRTV.ru" status="error",СССР ТВ (432p) [Not 24/7]
https://v2.catcast.tv/content/38821/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Eurodance 90 HD (1080p) [Not 24/7]
https://eurodance90.catcast.tv/content/36987/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Кинозал (VHS 90s) (720p) [Not 24/7]
https://v2.catcast.tv/content/37925/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Metal TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="error",Metal TV (720p) [Not 24/7]
https://v2.catcast.tv/content/33816/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Ужастик (304p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="error",Кинозал (VHS 90s) (720p) [Not 24/7]
https://v2.catcast.tv/content/37925/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Ужастик (304p) [Not 24/7]
https://v2.catcast.tv/content/38896/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Премьера (400p) [Not 24/7]
https://v2.catcast.tv/content/39161/index.m3u8

View File

@ -77,11 +77,11 @@ https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69
https://rotanastudios-rotanacinema-1-eu.xiaomi.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p)
https://shls-rotanacinema-egy-prod-dub.shahid.net/out/v1/c39c0ecbcbdb46e890e91106776397a8/index.m3u8
#EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="error",Rotana Cinema (1080p)
#EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="timeout",Rotana Cinema (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-cinema-egypt
#EXTINF:-1 tvg-id="RotanaCinemaKSA.sa" status="online",Rotana Cinema KSA (1080p)
https://shls-rotanacinema-ksa-prod-dub.shahid.net/out/v1/6cee1c57ea7841e697eb15cefc98e0a6/index.m3u8
#EXTINF:-1 tvg-id="RotanaCinemaKSA.sa" status="timeout",Rotana Cinema KSA (1080p)
#EXTINF:-1 tvg-id="RotanaCinemaKSA.sa" status="error",Rotana Cinema KSA (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-cinema
#EXTINF:-1 tvg-id="RotanaClassic.sa" status="online",Rotana Classic (1080p)
https://rotanastudios-rotanaclassic-1-eu.xiaomi.wurl.tv/playlist.m3u8
@ -93,7 +93,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-classic
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-clip
#EXTINF:-1 tvg-id="RotanaComedy.sa" status="online",Rotana Comedy (1080p) [Geo-blocked]
https://rotanastudios-rotanacomedy-1-eu.xiaomi.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="RotanaComedy.sa" status="timeout",Rotana Comedy (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="RotanaComedy.sa" status="error",Rotana Comedy (1080p) [Geo-blocked]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-comedy
#EXTINF:-1 tvg-id="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked]
https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8
@ -109,7 +109,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids
https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8
#EXTINF:-1 tvg-id="RotanaMusic.sa" status="online",Rotana Music (1080p)
https://rotanastudios-rotanamusic-1-eu.xiaomi.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="RotanaMusic.sa" status="timeout",Rotana Music (1080p)
#EXTINF:-1 tvg-id="RotanaMusic.sa" status="error",Rotana Music (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-music
#EXTINF:-1 tvg-id="RotanaPlusHD.sa" status="online",Rotana+ (1080p)
https://shls-rotanaplus-prod-dub.shahid.net/out/v1/1fc6103458be480b96e6a574b00fe1c0/index.m3u8

View File

@ -9,18 +9,18 @@ https://d34e90s3s13i7n.cloudfront.net/hls/clr4ctv_ch8/master.m3u8
https://d2ko4czujk9652.cloudfront.net/hls/clr4ctv_cnas/master.m3u8
#EXTINF:-1 tvg-id="CNAInternational.sg" status="online",CNA International (1080p)
https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8
#EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h37/index.m3u8
#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h37/index.m3u8
#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h37/index.m3u8
#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h16/index.m3u8
#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h16/index.m3u8
#EXTINF:-1 tvg-id="RockEntertainment.sg" status="error",Rock Entertainment (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h16/index.m3u8
#EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h15/index.m3u8
#EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h15/index.m3u8
#EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h15/index.m3u8
#EXTINF:-1 tvg-id="Suria.sg" status="blocked",Suria [Geo-blocked]
https://d11h6a6nhl9kj9.cloudfront.net/hls/clr4ctv_suria/master.m3u8
#EXTINF:-1 tvg-id="Suria.sg" status="timeout",Suria (720p)

View File

@ -21,10 +21,10 @@ https://ottst05.flexitv.sk/2827-tv-pc.m3u8
https://nn.geo.joj.sk/live/hls/rik-540.m3u8
#EXTINF:-1 tvg-id="SenziTV.sk" status="error",Senzi TV
http://109.74.144.130/live/senzitest/playlist.m3u8
#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televizia OSEM (360p)
http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televízia OSEM (576p)
http://109.74.145.11:1935/tv8/ngrp:tv8.stream_all/playlist.m3u8
#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televizia OSEM (360p)
http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="TVDK.sk" status="online",TV DK (486p) [Not 24/7]
http://80.94.54.11:1935/live/dolnykubin1/playlist.m3u8
#EXTINF:-1 tvg-id="TVLux.sk" status="online",TV Lux (1080p) [Not 24/7]

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="2STV.sn" status="online",2STV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="2STV.sn" status="error",2STV (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vidbb
#EXTINF:-1 tvg-id="7TV.sn" status="error",7TV (720p) [Not 24/7]
https://iptv-all.lanesh4d0w.repl.co/senegal/7tv

View File

@ -9,27 +9,27 @@ https://tc-live1.sanook.com/live/22302_ch5.m3u8
https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/5282994675001/profile_0/chunklist.m3u8
#EXTINF:-1 tvg-id="Channel8.th" status="online",Channel 8 (1080p) [Not 24/7]
http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8
#EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV1.th" status="timeout",DLTV 1 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv01.m3u8
#EXTINF:-1 tvg-id="DLTV2.th" status="online",DLTV 2 (480p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv02.m3u8
#EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV3.th" status="timeout",DLTV 3 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv03.m3u8
#EXTINF:-1 tvg-id="DLTV4.th" status="timeout",DLTV 4 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv04.m3u8
#EXTINF:-1 tvg-id="DLTV5.th" status="online",DLTV 5 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv05.m3u8
#EXTINF:-1 tvg-id="DLTV6.th" status="timeout",DLTV 6 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV6.th" status="online",DLTV 6 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv06.m3u8
#EXTINF:-1 tvg-id="DLTV7.th" status="online",DLTV 7 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv07.m3u8
#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv08.m3u8
#EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv09.m3u8
#EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv10.m3u8
#EXTINF:-1 tvg-id="DLTV11.th" status="online",DLTV 11 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV11.th" status="timeout",DLTV 11 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv11.m3u8
#EXTINF:-1 tvg-id="DLTV12.th" status="timeout",DLTV 12 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv12.m3u8

View File

@ -25,11 +25,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watan
#EXTINF:-1 tvg-id="Watania1.tn" status="error" user-agent="TNAgexpl212C",Watania 1 (400p)
#EXTVLCOPT:http-user-agent=TNAgexpl212C
http://217.182.137.206/tunisie1.m3u8
#EXTINF:-1 tvg-id="Watania2.tn" status="online",Watania 2 (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live
#EXTINF:-1 tvg-id="Watania2.tn" status="online" user-agent="TNAgexpl212C",Watania 2 (400p) [Not 24/7]
#EXTVLCOPT:http-user-agent=TNAgexpl212C
http://217.182.137.206/tunisie2.m3u8
#EXTINF:-1 tvg-id="Watania2.tn" status="error",Watania 2 (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live
#EXTINF:-1 tvg-id="" status="error" user-agent="TNAgexpl212C",Hannibal (400p)
#EXTVLCOPT:http-user-agent=TNAgexpl212C
http://217.182.137.206/hannibal.m3u8

View File

@ -16,7 +16,7 @@ https://akittv-live.ercdn.net/akittv/akittv.m3u8
http://win4.yayin.com.tr/postatv/postatv/playlist.m3u8
#EXTINF:-1 tvg-id="AlZahraTVTurkic.tr" status="online",Al-Zahra TV Turkic (720p) [Not 24/7]
https://live.al-zahratv.com/live/playlist.m3u8
#EXTINF:-1 tvg-id="ArasTV.tr" status="error",ARAS TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="ArasTV.tr" status="online",ARAS TV (576p) [Not 24/7]
http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8
#EXTINF:-1 tvg-id="ASTV.tr" status="online",Bursa AS TV (720p) [Geo-blocked]
https://waw2.artiyerelmedya.net/astv/bant1/playlist.m3u8
@ -85,7 +85,7 @@ https://cdn.yayin.com.tr/TVEM/TVEM/playlist.m3u8
http://win20.yayin.com.tr/ertsahtv/ertsahtv/playlist.m3u8
#EXTINF:-1 tvg-id="ErzurumWebTV.tr" status="online",Erzurum Web TV (720p)
https://win29.yayin.com.tr/erzurumwebtv/erzurumwebtv/playlist.m3u8
#EXTINF:-1 tvg-id="ETVManisa.tr" status="blocked",ETV Manisa (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="ETVManisa.tr" status="online",ETV Manisa (1080p) [Not 24/7]
https://broadcasttr.com:446/manisaetv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="Euro90Channel.tr" status="error",Euro 90 Channel (1080p) [Not 24/7]
https://ssl4.radyotvonline.com/e90tv/e90tvlive/playlist.m3u8
@ -99,10 +99,10 @@ http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8
https://waw2.artiyerelmedya.net/olaytv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GoncaTV.tr" status="error",Gonca TV (720p) [Not 24/7]
https://broadcasttr.com:446/tuncerciftci/smil:tuncerciftci.smil/playlist.m3u8
#EXTINF:-1 tvg-id="GRT.tr" status="online",GRT Gaziantep (720p) [Geo-blocked]
http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GRT.tr" status="online",GRT (720p)
https://waw2.artiyerelmedya.net/grt/bant1/chunks.m3u8
#EXTINF:-1 tvg-id="GRT.tr" status="blocked",GRT Gaziantep (720p) [Geo-blocked]
http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GSTV.tr" status="blocked",GSTV [Geo-blocked]
https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="GuneydoguTV.tr" status="error",Guneydoğu TV (720p) [Not 24/7]
@ -212,7 +212,7 @@ http://yerelmedya.tv:1935/mavikaradeniz/bant1/playlist.m3u8
https://waw2.artiyerelmedya.net/mavikaradeniz/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="MedMuzik.tr" status="online",Med Muzîk TV (1080p) [Not 24/7]
http://137.74.205.201/medmuzik/MedStream/playlist.m3u8
#EXTINF:-1 tvg-id="MercanTV.tr",Mercan TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MercanTV.tr" status="online",Mercan TV (720p) [Not 24/7]
https://waw2.artiyerelmedya.net/mercantv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="MeteorolojiTV.tr" status="error",Meteoroloji TV (720p)
https://b01c02nl.mediatriple.net/videoonlylive/mtfgdbkwkjllolive/broadcast_5b1673b7c36b7.smil/playlist.m3u8
@ -243,7 +243,7 @@ https://livetv.powerapp.com.tr/powerturkTV/powerturkhd.smil/playlist.m3u8
https://mn-nl.mncdn.com/blutv_powerturk/smil:powerturk_sd.smil/playlist.m3u8
#EXTINF:-1 tvg-id="PowerTurkTV.tr" status="online",PowerTürk TV (720p) [Geo-blocked]
https://waw2.artiyerelmedya.net/powerturktv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="PowerTV.tr" status="timeout",Power TV (1080p)
#EXTINF:-1 tvg-id="PowerTV.tr" status="online",Power TV (1080p)
https://livetv.powerapp.com.tr/powerTV/powerhd.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RehberTV.tr" status="error",Rehber TV (720p) [Not 24/7]
http://rehbertv.canliyayin.org/P871000884/rehbertv/playlist.m3u8
@ -265,12 +265,12 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=http://www.dailymotion.com/vide
http://163.172.39.215:25461/line/C4@!a3a1@!w72A/69
#EXTINF:-1 tvg-id="StarTV.tr" status="error",Star TV (480p) [Not 24/7]
http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/69.m3u8
#EXTINF:-1 tvg-id="SunRTV.tr" status="online",Sun RTV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="SunRTV.tr" status="error",Sun RTV (720p) [Not 24/7]
https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8
#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7]
https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p)
https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8
#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7]
https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TGRTEU.tr" status="online",TGRT EU (576p)
https://tv.ensonhaber.com/tv/tr/tgrteu/index.m3u8
#EXTINF:-1 tvg-id="TGRTHaber.tr" status="online",TGRT Haber (360p) [Not 24/7]
@ -383,6 +383,8 @@ https://broadcasttr.com:446/kanal58/bant1/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=8jEXHzMTR7s
#EXTINF:-1 tvg-id="" status="online",TRT Diyanet (1080p)
https://eustr73.mediatriple.net/videoonlylive/mtikoimxnztxlive/broadcast_5e3bf95a47e07.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Torba TV (720p) [Not 24/7]
https://59cba4d34b678.streamlock.net/canlitv/torbatv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Er TV (720p) [Geo-blocked]
https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Haber61 TV (720p) [Not 24/7]
@ -395,8 +397,6 @@ http://stream.taksimbilisim.com:1935/altastv/bant1/playlist.m3u8
http://stream.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Mercan TV (720p) [Not 24/7]
http://yerelmedya.tv:1935/mercantv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Torba TV (720p) [Not 24/7]
https://59cba4d34b678.streamlock.net/canlitv/torbatv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ALTAŞ TV (720p) [Not 24/7]
https://broadcasttr.com:446/altastv/bant1/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Sat7 Pars (720p)

View File

@ -1,3 +1,3 @@
#EXTM3U
#EXTINF:-1 tvg-id="TheIslamicNetwork.tt",The Islamic Network (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TheIslamicNetwork.tt" status="online",The Islamic Network (480p) [Not 24/7]
http://daruttarbiyah.srfms.com:1935/daruttarbiyah/livestream/playlist.m3u8

View File

@ -15,8 +15,6 @@ http://stream.nexttv.com.tw/n001/hd/live.m3u8
http://seb.sason.top/ptv/ftv.php?id=dy
#EXTINF:-1 tvg-id="" status="online",民視 (720p) [Not 24/7]
http://seb.sason.top/ptv/ftv.php?id=ms
#EXTINF:-1 tvg-id="" status="online",民視台灣 (720p) [Not 24/7]
http://seb.sason.top/ptv/ftv.php?id=tw
#EXTINF:-1 tvg-id="" status="online",大立電視 (720p)
http://www.dalitv.com.tw:4568/live/dali/index.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH1 綜合台 (720p) [Not 24/7]
@ -35,6 +33,8 @@ https://live.streamingfast.net/osmflivech20.m3u8
https://live.streamingfast.net/osmflivech21.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH28 現代詩歌 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech28.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH29 經典音樂河 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech29.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH40 家庭8點檔轉轉發現愛 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech40.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH47 牧者頻道 (720p) [Not 24/7]
@ -61,8 +61,6 @@ https://live.streamingfast.net/osmflivech15.m3u8
https://live.streamingfast.net/osmflivech16.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH17 大衛鮑森 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech17.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH24 劉三講古 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech24.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH27 空中聖經學院 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech27.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH30 天堂敬拜 (720p) [Not 24/7]
@ -101,6 +99,8 @@ https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live8/hls-cl-tv/ind
https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live9/hls-cl-tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",立法院IVOD直播朝野協商 (450p)
https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live10/hls-cl-tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",民視台灣 (720p) [Not 24/7]
http://seb.sason.top/ptv/ftv.php?id=tw
#EXTINF:-1 tvg-id="" status="blocked",東森財經新聞 (1080p) [Not 24/7]
http://seb.sason.top/sc/dscjxw_fhd.m3u8
#EXTINF:-1 tvg-id="" status="blocked",東森新聞 (1080p) [Not 24/7]
@ -111,8 +111,8 @@ http://seb.sason.top/sc/hsxw_fhd.m3u8
http://seb.sason.top/sc/sllive_fhd.m3u8
#EXTINF:-1 tvg-id="" status="blocked",TVBS新聞 [Geo-blocked]
http://seb.sason.top/sc/tvbsxw_fhd.m3u8
#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH29 經典音樂河 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech29.m3u8
#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH24 劉三講古 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech24.m3u8
#EXTINF:-1 tvg-id="" status="error",CTI TV Asia (720p) [Geo-blocked]
http://free.fullspeed.tv/query?url=https://www.youtube.com/channel/UC5l1Yto5oOIgRXlI4p4VKbw/live
#EXTINF:-1 tvg-id="" status="error",GOOD TV CH8 幸福學堂 短版 (720p)

View File

@ -9,7 +9,7 @@ https://cdn10.live-tv.od.ua:8083/7tvod/7tvod-abr/playlist.m3u8
https://cdn10.live-tv.od.ua:8083/7tvod/7tvod/playlist.m3u8
#EXTINF:-1 tvg-id="24Kanal.ua" status="online",24 Канал (1080p)
http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="100News.ua",100% News (576p)
#EXTINF:-1 tvg-id="100News.ua" status="online",100% News (576p)
http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8
#EXTINF:-1 tvg-id="A1.ua" status="error",А1 (Одесса) (720p) [Not 24/7]
https://cdn1.live-tv.od.ua:8083/a1od/a1od-abr/playlist.m3u8
@ -130,9 +130,9 @@ http://80.91.177.102:1935/live/live1/playlist.m3u8
http://tv.tv-project.com:1935/live/live1/playlist.m3u8
#EXTINF:-1 tvg-id="TISTV.ua" status="online",Тис ТВ (480p) [Not 24/7]
https://cdn10.live-tv.od.ua:8083/riood/tisod504/playlist.m3u8
#EXTINF:-1 tvg-id="TravelGuideTV.ua" status="online",Travel Guide TV (720p)
#EXTINF:-1 tvg-id="TravelGuideTV.ua" status="error",Travel Guide TV (720p)
https://cdn10.live-tv.od.ua:8083/leonovtv/test1/playlist.m3u8
#EXTINF:-1 tvg-id="TravelGuideTV.ua" status="online",Travel Guide TV (720p)
#EXTINF:-1 tvg-id="TravelGuideTV.ua" status="error",Travel Guide TV (720p)
https://cdn10.live-tv.od.ua:8083/leonovtv/test-abr/playlist.m3u8
#EXTINF:-1 tvg-id="TretiyCifrovoy.ua" status="online",Третий Цифровой (576p) [Not 24/7]
https://cdn1.live-tv.od.ua:8083/3tvod/3tvod-abr/playlist.m3u8

View File

@ -11,7 +11,7 @@ https://5f3e23ac71915.streamlock.net:4434/live/livestream1.sdp/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/ahwaznach
#EXTINF:-1 tvg-id="AkaalTV.uk" status="online",Akaal TV (396p) [Geo-blocked]
https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/akaal_tv/hls1_smart_akaal/akaal_tv.m3u8
#EXTINF:-1 tvg-id="AkaalTV.uk" status="online",Akaal TV (360p) [Not 24/7]
#EXTINF:-1 tvg-id="AkaalTV.uk" status="timeout",Akaal TV (360p) [Not 24/7]
http://akaal.zecast.net/akaal-live/smil:akaaltv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p)
https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8
@ -165,12 +165,12 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_scotla
https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_scotland_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCScotlandHD.uk" status="blocked",BBC Scotland HD (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/content/x=3/v=pv14/b=5070016/t=3840/i=urn:bbc:pips:service:bbc_scotland_hd/main.m3u8
#EXTINF:-1 tvg-id="BBCThree.uk" status="blocked",BBC Three HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCThree.uk" status="blocked",BBC Three (540p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv10/b=1604032/main.m3u8
#EXTINF:-1 tvg-id="BBCThree.uk" status="blocked",BBC Three HD (720p) [Geo-blocked]
https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv14/b=5070016/main.m3u8
#EXTINF:-1 tvg-id="BBCThree.uk",BBC Three HD (720p) [Geo-blocked]
https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_three_hd/iptv_hd_abr_v1.mpd
#EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two England (540p) [Geo-blocked]
https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/mobile_wifi_main_sd_abr_v2.m3u8
#EXTINF:-1 tvg-id="BBCTwoHD.uk" status="blocked",BBC Two HD (720p) [Geo-blocked]
@ -255,7 +255,7 @@ https://ap02.iqplay.tv:8082/iqb8002/i09/playlist.m3u8
https://ap02.iqplay.tv:8082/iqb8002/iq53la/playlist.m3u8
#EXTINF:-1 tvg-id="IqraTV.uk" status="online",Iqra TV (576p)
https://ap02.iqplay.tv:8082/iqb8002/iq6a7k/playlist.m3u8
#EXTINF:-1 tvg-id="IqraTV.uk",Iqraa TV (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="IqraTV.uk" status="blocked",Iqraa TV (576p) [Geo-blocked]
http://wowzaprod3-lh.akamaihd.net/i/83372732_1@141298/master.m3u8
#EXTINF:-1 tvg-id="IranInternational.uk" status="online",Iran International (1080p)
https://dev-live.livetvstream.co.uk/LS-63503-4/index.m3u8
@ -398,6 +398,8 @@ https://a.jsrdn.com/broadcast/22679_24MrQma9TX/-0800/c.m3u8
https://a.jsrdn.com/broadcast/22680_3BR3zocwi9/-0500/c.m3u8
#EXTINF:-1 tvg-id="" status="online",Brit Asia Live (US Eastern) (360p) [Not 24/7]
https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0500/c.m3u8
#EXTINF:-1 tvg-id="" status="online",Brit Asia Live (US Pacific) (720p) [Not 24/7]
https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0800/c.m3u8
#EXTINF:-1 tvg-id="" status="online",Hadi TV English and Urdu (720p)
https://live.ishiacloud.com/haditv.co.uk/haditv1.m3u8
#EXTINF:-1 tvg-id="" status="online",Hadi TV Indonesian and Thai (720p)
@ -415,8 +417,6 @@ https://live.ishiacloud.com/haditv.co.uk/haditv8.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV 2
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
https://vod2t.xpanded.com/x3tv2/index_wlan.m3u8
#EXTINF:-1 tvg-id="" status="online",Brit Asia Live (US Pacific) (720p) [Not 24/7]
https://a.jsrdn.com/broadcast/22693_4rGhgrBU/-0800/c.m3u8
#EXTINF:-1 tvg-id="" status="online",Hadi TV Turkish and Kurdish (720p)
https://live.ishiacloud.com/haditv.co.uk/haditv7.m3u8
#EXTINF:-1 tvg-id="" status="blocked",BBC UHD 1 (2160p) [Geo-blocked] [Not 24/7]

View File

@ -23,10 +23,10 @@ https://revry-revrynews-1-eu.rakuten.wurl.tv/playlist.m3u8
https://travelxp-travelxp-1-eu.rakuten.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="ZooMoo.nz" status="error",Zoo Moo (720p)
https://rockentertainment-zoomoo-1-eu.rakuten.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Rakuten Spotlight UK (720p)
https://rakuten-spotlight-1-eu.rakuten.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Rakuten Action Movies UK (720p)
https://rakuten-actionmovies-1-eu.rakuten.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Rakuten Spotlight UK (720p)
https://rakuten-spotlight-1-eu.rakuten.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows UK (720p)
https://rakuten-tvshows-1-eu.rakuten.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Rakuten Comedy Movies UK (720p)

View File

@ -11,7 +11,7 @@ https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8
https://cnn-cnninternational-1-gb.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="ComedyChannel.uk" status="online",Comedy Channel (1080p)
https://uksono1-samsunguk.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="DarkMatterTV.uk" status="error",Dark Matter TV (720p)
#EXTINF:-1 tvg-id="DarkMatterTV.uk" status="online",Dark Matter TV (720p)
https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00434-tricoast-darkmatter-spanish-samsunguk/playlist.m3u8
#EXTINF:-1 tvg-id="DiscoverFilm.uk" status="error",Discover.Film (720p)
https://discoverfilm-discoverfilm-1-gb.samsung.wurl.com/manifest/playlist.m3u8

View File

@ -41,12 +41,12 @@ https://59f2354c05961.streamlock.net:1443/tvguara/_definst_/tvguara/chunklist.m3
https://5bc45691ca49f.streamlock.net/tvpirot/uzivo/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",WTV Wettin
http://62.113.210.250:1935/medienasa-live/ok-wettin_high/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Sol Televisión
http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Sonus FM TV [Not 24/7]
https://60015180a7f57.streamlock.net:444/public/stream_source/chunklist_w1017805699.m3u8
#EXTINF:-1 tvg-id="" status="online",DeepHouse District
https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8
#EXTINF:-1 tvg-id="" status="online",Sol Televisión
http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Pardesi TV (720p)
http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8
#EXTINF:-1 tvg-id="" status="online",Impact Wrestling (1080p)
@ -87,8 +87,6 @@ https://5856e1a25f71a.streamlock.net/easycast7-live/_definst_/mp4:livestreamhd20
https://5856e1a25f71a.streamlock.net/easycast8-live/_definst_/mp4:livestreamhd8/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Lausitzwelle Fernsehen (1080p)
https://5856e1a25f71a.streamlock.net/easycast9-live/_definst_/mp4:livestreamhd10/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Tide TV (1080p)
https://5889e7d0d6e28.streamlock.net/tide-live/_definst_/smil:livestream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Jesus Shelanu (720p)
https://1247634592.rsc.cdn77.org/1247634592/tracks-v1a1/mono.m3u8
#EXTINF:-1 tvg-id="" status="online",Cekmeköy TV
@ -213,6 +211,8 @@ https://albportal.net/albkanalemusic.m3u8
https://deb10stream.duckdns.org/hls/stream.m3u8
#EXTINF:-1 tvg-id="" status="online",TVnet
https://mn-nl.mncdn.com/tvnet/tvnet/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online",The Archive (1080p)
https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us
#EXTINF:-1 tvg-id="" status="online",Sat7 Türk (720p)
https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/sat7turkpublish/sat7turk_720p/chunks_dvr.m3u8
#EXTINF:-1 tvg-id="" status="online",Tempo TV
@ -233,16 +233,16 @@ https://5857499ee635b.streamlock.net/radiowesertv-live/_definst_/mp4:livestreamT
https://limited11.todostreaming.es/live/benalmadena-livestream.m3u8
#EXTINF:-1 tvg-id="" status="online",RTV Herceg-Bosne
https://prd-hometv-live-open.spectar.tv/ERO_1_083/576p/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online",The Archive (1080p)
https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us
#EXTINF:-1 tvg-id="" status="online",The Grapevine
https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us
#EXTINF:-1 tvg-id="" status="online",Folk TV
http://584b0aa350b92.streamlock.net:1935/folk-tv/myStream.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Carolina TV (480p)
https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/carolinatv/livestream2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",The Grapevine
https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us
#EXTINF:-1 tvg-id="" status="online",TV Pai Eterno
https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online",Tide TV (1080p)
https://5889e7d0d6e28.streamlock.net/tide-live/_definst_/smil:livestream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Start TV
https://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Glas Drine
@ -259,6 +259,8 @@ http://5a44e5b800a41.streamlock.net:1935/liveVLR1/mp4:LR1/playlist.m3u8
https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Latest TV [Not 24/7]
https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",La Muscle TV (360p)
https://streamcdn.lamuscle.com/lamtv-origin/smil:monsterworkout-tricepspt1.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TV Birigui (640p)
https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/chunklist_w763334596.m3u8
#EXTINF:-1 tvg-id="" status="online",ems TV Lingen (280p)
@ -283,14 +285,14 @@ http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8
http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Canal Coín
http://stream.fion.es:1936/Canal_Coin/canalcoin.stream/master.m3u8
#EXTINF:-1 tvg-id="" status="timeout",HD 365
https://netstreaming.eu:8080/hls/hd365.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Funnybone (720p)
https://simultv.s.llnwi.net/o054/FunnyBone/interlink.m3u8
#EXTINF:-1 tvg-id="" status="timeout",SimSi TV
https://simultv.s.llnwi.net/o060/SimSiTV/interlink.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Slap Tech
https://simultv.s.llnwi.net/o061/SlapTech/interlink.m3u8
#EXTINF:-1 tvg-id="" status="timeout",La Muscle TV (360p)
https://streamcdn.lamuscle.com/lamtv-origin/smil:monsterworkout-tricepspt1.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Urban Revolution
https://www.urbanrevolution.es:444/live/5e6d8470a3832/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",EBS Kids
@ -385,8 +387,6 @@ https://mbningestworld-i.akamaihd.net/hls/live/644021/iraqworldsafe/master.m3u8
https://nesertv.live/DRITATV-5879/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",TV Johaniter
https://nesertv.live/webstream/index.m3u8
#EXTINF:-1 tvg-id="" status="error",HD 365
https://netstreaming.eu:8080/hls/hd365.m3u8
#EXTINF:-1 tvg-id="" status="error",RMC
https://rmc2hdslive-lh.akamaihd.net/i/DVMR_RMC@167269/master.m3u8
#EXTINF:-1 tvg-id="" status="error",RTV MIR

View File

@ -206,7 +206,7 @@ http://210.210.155.35/dr9445/h/h03/index.m3u8
https://liveprodapnortheast.akamaized.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-440-1_live.m3u8
#EXTINF:-1 tvg-id="BloombergTVAustralia.au" status="timeout",Bloomberg TV Australia (720p)
https://liveprodapnortheast.global.ssl.fastly.net/oz1/Channel-OZTVqvs-AWS-tokyo-1/Source-OZTVqvs-1000-1_live.m3u8
#EXTINF:-1 tvg-id="BloombergTVEMEA.uk" status="online",Bloomberg TV Europe (720p)
#EXTINF:-1 tvg-id="BloombergTVEMEA.uk" status="timeout",Bloomberg TV Europe (720p)
https://liveprodeuwest.akamaized.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-1000-1_live.m3u8
#EXTINF:-1 tvg-id="BloombergTVEMEA.uk" status="timeout",Bloomberg TV Europe (360p)
https://liveprodeuwest.global.ssl.fastly.net/eu1/Channel-EUTVqvs-AWS-ireland-1/Source-EUTVqvs-700-1_live.m3u8
@ -445,7 +445,7 @@ https://cdn3.wowza.com/1/T2NXeHF6UGlGbHY3/WFluRldQ/hls/live/playlist.m3u8
https://cdn3.wowza.com/1/NWFLbEVOVjNsQWhP/YnpVbld5/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="ExtremaTV.us" status="online",Extrema TV (720p)
http://livestreamcdn.net:1935/ExtremaTV/ExtremaTV/playlist.m3u8
#EXTINF:-1 tvg-id="EYE95America.us" status="online",EYE95 America (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="EYE95America.us" status="error",EYE95 America (1080p) [Not 24/7]
https://cdn20.liveonlineservices.com/hls/eye95tv.m3u8
#EXTINF:-1 tvg-id="FairfaxPublicAccess.us" status="error",Fairfax Public Access (544p) [Not 24/7]
https://cs.ebmcdn.net/eastbay-live-hs-1/fairfax-pull/mp4:fairfax.stream/playlist.m3u8
@ -561,7 +561,7 @@ https://lshsn1usott-lh.akamaihd.net/i/lshsn1usott_01@838842/master.m3u8
https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-a/playlist.m3u8
#EXTINF:-1 tvg-id="HTV2HoustonTelevision.us" status="online",HTV 2 Houston Television (720p)
https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-b/playlist.m3u8
#EXTINF:-1 tvg-id="HumraazTV.us" status="online",Humraaz TV [Not 24/7]
#EXTINF:-1 tvg-id="HumraazTV.us" status="timeout",Humraaz TV [Not 24/7]
https://cdn61.liveonlineservices.com/hls/humraaz.m3u8
#EXTINF:-1 tvg-id="HuntChannel.us" status="online",Hunt Channel (1080p)
https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/index.m3u8
@ -729,7 +729,7 @@ http://edu.leominster.tv/Edu/smil:Edu.smil/playlist.m3u8
http://gov.leominster.tv/Gov/smil:Gov.smil/playlist.m3u8
#EXTINF:-1 tvg-id="LeominsterTVPublic.us" status="online",Leominster TV Public (720p) [Not 24/7]
http://gov.leominster.tv/Pub/smil:Pub.smil/playlist.m3u8
#EXTINF:-1 tvg-id="LexTV.us",Lex TV (720p)
#EXTINF:-1 tvg-id="LexTV.us" status="error",Lex TV (720p)
https://granicusliveus2-a.akamaihd.net/lfucg/G0264_002/playlist.m3u8
#EXTINF:-1 tvg-id="Lifestyle.us" status="error",Lifestyle (720p) [Not 24/7]
https://bozztv.com/36bay2/gusa-lifestyle/index.m3u8
@ -809,7 +809,7 @@ http://c0.cdn.trinity-tv.net/stream/uq2t763988wmx82xs37vrzrtrvaz686y22jd9gcgvgbh
https://granicusliveus9-a.akamaihd.net/miamifl/G2076_003/playlist.m3u8
#EXTINF:-1 tvg-id="MiamiTV.us" status="error",Miami TV (720p) [Not 24/7]
https://59ec5453559f0.streamlock.net/miamitv/smil:miamitvWEB/playlist.m3u8
#EXTINF:-1 tvg-id="MiamiTVLatino.us" status="online",Miami TV Latino (1080p)
#EXTINF:-1 tvg-id="MiamiTVLatino.us" status="error",Miami TV Latino (1080p)
https://5ee7c2b857b7f.streamlock.net/latino/latino/playlist.m3u8
#EXTINF:-1 tvg-id="MiamiTVMexico.us" status="online",Miami TV México (720p) [Not 24/7]
https://59ec5453559f0.streamlock.net/mexicotv/smil:miamitvmexicoROKU/playlist.m3u8
@ -837,11 +837,11 @@ https://2-fss-2.streamhoster.com/pl_138/amlst:201814-1291584/playlist.m3u8
http://s1.mysportz.tv:2082/msnbc/playlist.m3u8
#EXTINF:-1 tvg-id="Mythos.us" status="error",Mythos (720p) [Not 24/7]
https://rpn1.bozztv.com/36bay2/gusa-mythos/playlist.m3u8
#EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p)
http://iphone-streaming.ustream.tv/uhls/6540154/streams/live/iphone/playlist.m3u8
#EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p) [Not 24/7]
https://hls.ums.ustream.tv/playlist/directhls/channel/6540154/playlist.m3u8?sgn=31d0dfb847c358d4cedcd2256dc4e1c42a7f13a7
#EXTINF:-1 tvg-id="NASATV.us" status="blocked",NASA TV (720p)
http://iphone-streaming.ustream.tv/uhls/6540154/streams/live/iphone/playlist.m3u8
#EXTINF:-1 tvg-id="NASATVISSViews.us" status="blocked",NASA TV ISS Views (480p) [Not 24/7]
#EXTINF:-1 tvg-id="NASATVISSViews.us" status="online",NASA TV ISS Views (480p) [Not 24/7]
http://iphone-streaming.ustream.tv/uhls/9408562/streams/live/iphone/playlist.m3u8
#EXTINF:-1 tvg-id="NASATVMedia.us" status="online",NASA TV Media (720p)
https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8
@ -1068,7 +1068,7 @@ https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=71
https://api.new.livestream.com/accounts/27460990/events/8266916/live.m3u8
#EXTINF:-1 tvg-id="SoniderosTV.us" status="error",Sonideros TV (360p) [Not 24/7]
https://tv2.fastcast4u.com:3728/live/soniderostvlive.m3u8
#EXTINF:-1 tvg-id="SpiritTV.us",Spirit TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="SpiritTV.us" status="online",Spirit TV (720p) [Not 24/7]
https://cdnlive.myspirit.tv/LS-ATL-43240-2/index.m3u8
#EXTINF:-1 tvg-id="SportsGrid.uk" status="blocked",SportsGrid (720p)
https://playout4multirtmp.tulix.tv/live6/Stream1/playlist.m3u8
@ -1090,7 +1090,7 @@ https://cdn20.liveonlineservices.com/hls/subrang.m3u8
https://cdn61.liveonlineservices.com/hls/subrang.m3u8
#EXTINF:-1 tvg-id="SundanceTVEast.us" status="online",Sundance East (720p)
https://bcovlive-a.akamaihd.net/d2fcbeaead4b425fa13d4fec961fc47a/us-east-1/6240731308001/playlist.m3u8
#EXTINF:-1 tvg-id="SuperNiceOnline.us" status="online",Super Nice Online
#EXTINF:-1 tvg-id="SuperNiceOnline.us" status="error",Super Nice Online
https://video.ejeserver.com/live/supernice.m3u8
#EXTINF:-1 tvg-id="SwordandShield.us" status="online",Sword and Shield (720p)
https://a.jsrdn.com/broadcast/9e63a1b236/+0000/c.m3u8
@ -1102,7 +1102,7 @@ https://cdn30.liveonlineservices.com/hls/tagtv.m3u8
https://panel.streamingtv-mediacp.online:1936/8066/8066/playlist.m3u8
#EXTINF:-1 tvg-id="TasteItTV.us" status="online",Taste It TV (720p)
https://stitcheraws.unreel.me/wse-node02.powr.com/live/5af61f59d5eeee7af3d1db8f/playlist.m3u8
#EXTINF:-1 tvg-id="Tastemade.us" status="online",Tastemade (1080p)
#EXTINF:-1 tvg-id="Tastemade.us" status="timeout",Tastemade (1080p)
https://tastemadessai.akamaized.net/amagi_hls_data_tastemade-tastemade/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="TastemadeAustralia.us" status="online",Tastemade Australia (1080p)
https://tastemadeintaus-smindia.amagi.tv/playlist.m3u8
@ -1180,10 +1180,10 @@ https://glxlmn026c.singularcdn.net.br/playout_04/playlist.m3u8
https://glxlmn026c.singularcdn.net.br/playout_05/playlist.m3u8
#EXTINF:-1 tvg-id="TNTWest.us" status="online",TNT West (720p) [Geo-blocked]
https://tve-live-lln.warnermediacdn.com/hls/live/2023170/tntwest/slate/VIDEO_0_3564000.m3u8
#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p)
https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36
#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p)
https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37
#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p)
https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36
#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p)
https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8
#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="error",Top Stories by Newsy (720p)
@ -1504,8 +1504,6 @@ https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8
https://d2do1g43aq7264.cloudfront.net/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Techno Warehouse (US) (1080p) [Not 24/7]
https://eu-nl-012.worldcast.tv/dancetelevisionthree/dancetelevisionthree.m3u8
#EXTINF:-1 tvg-id="" status="online",Slimo (540p)
https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2783932c8368bdbfd8a5/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",BUTV10 (Boston University) (1080p) [Not 24/7]
http://butv10-livestream.bu.edu/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8
#EXTINF:-1 tvg-id="" status="online",WGN9 News Streaming (1080p)
@ -1612,6 +1610,8 @@ https://livevideo01.wwltv.com/hls/live/2016516/newscasts/live.m3u8
https://livevideo01.wzzm13.com/hls/live/2016280/newscasts/live.m3u8
#EXTINF:-1 tvg-id="" status="online",VH1 (1080p)
https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8
#EXTINF:-1 tvg-id="" status="online",Fox HD Russia
https://sc.id-tv.kz/FOX_HD.m3u8
#EXTINF:-1 tvg-id="" status="online",FIGHT SPORTS (1080p)
https://shls-fight-sports-ak.akamaized.net/out/v1/ee7e6475b12e484bbfa5c31461ad4306/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio Javan (720p)
@ -1634,6 +1634,10 @@ https://content.uplynk.com/channel/ext/4413701bf5a1488db55b767f8ae9d4fa/kgo_24x7
https://content.uplynk.com/channel/ext/aac37e2c66614e699fb189ab391084ff/wls_24x7_news.m3u8
#EXTINF:-1 tvg-id="" status="online",WTVD TV News (720p)
https://content.uplynk.com/channel/ext/f05837c508c44712aa7129d531f7dbe6/wtvd_24x7_news.m3u8
#EXTINF:-1 tvg-id="" status="online",WTVQ-DT News Lexington KY (720p)
https://dai.google.com/linear/hls/event/7xSxXPG1RqKkNva1wIWlVw/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WWAY News Willmington NC (720p)
https://dai.google.com/linear/hls/event/A7CgcBYNTuKfvFvW8rmiJA/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WXXV-TV News Biloxi MS (720p)
https://dai.google.com/linear/hls/event/cJXgmHHTQIGMhSzDk7TBsA/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WDAY News Fargo ND (720p)
@ -1654,8 +1658,6 @@ https://bcovlive-a.akamaihd.net/bdbdca51c15243fbaca92fd54c42d45a/us-east-1/62458
https://content.uplynk.com/2c88dfe19e1447e6a6aa27e8e143a140.m3u8
#EXTINF:-1 tvg-id="" status="online",KRDO News Colorado Springs CO (720p)
https://content.uplynk.com/channel/49fbfb5d15574052bb429eb8593e7662.m3u8
#EXTINF:-1 tvg-id="" status="online",CBS 12 West Palm Beach FL (WPEC) (720p)
https://content.uplynk.com/channel/0123b306191a4307a31b9fb573213fd3.m3u8
#EXTINF:-1 tvg-id="" status="online",PIX11 New York NY (720p)
https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8
#EXTINF:-1 tvg-id="" status="online",WTWC (News)
@ -1676,6 +1678,8 @@ https://dai.google.com/linear/hls/event/RDmbn03GRCOLNG1eetEKhg/master.m3u8
https://livestreamcdn.net:444/Alientoenvivo/Alientoenvivo.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Actionable (720p)
https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e25a1932c8368bdbfd87d/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",myTV San Antonio TX (KCWX-TV) (720p) [Not 24/7]
http://65.36.6.216:1935/live/kcwx.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 2 Baton Rouge LA (WBRZ) (720p) [Not 24/7]
http://cms-wowza.lunabyte.io/wbrz-live-1/_definst_/smil:wbrz-live.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",NBC 15 Madison WI (WMTV) (720p)
@ -1702,6 +1706,8 @@ https://content.uplynk.com/channel/1fbfb28ae5044f619f75ae0adb011989.m3u8
https://content.uplynk.com/channel/9deaf22aaa33461f9cac22e030ed00ec.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 7 Denver CO (KMGH) (720p)
https://content.uplynk.com/channel/64ca339f04964a5e961c3207a7771bf1.m3u8
#EXTINF:-1 tvg-id="" status="online",CBS 12 West Palm Beach FL (WPEC) (720p)
https://content.uplynk.com/channel/0123b306191a4307a31b9fb573213fd3.m3u8
#EXTINF:-1 tvg-id="" status="online",CBS 3 Omaha NE (KMTV-TV) (720p)
https://content.uplynk.com/channel/328d1434fb51476cb6567c74d5b2cc70.m3u8
#EXTINF:-1 tvg-id="" status="online",KSBY News San Louis Obispo CA (720p)
@ -1718,10 +1724,6 @@ https://content.uplynk.com/channel/ff809e6d9ec34109abfb333f0d4444b5.m3u8
https://d1mxoeplf1ak5a.cloudfront.net/index.m3u8
#EXTINF:-1 tvg-id="" status="online",WBRZ Weather Channel Baton Rouge LA
https://d2a6g6zgxepbwi.cloudfront.net/wbrz-edge/weather.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",WTVQ-DT News Lexington KY (720p)
https://dai.google.com/linear/hls/event/7xSxXPG1RqKkNva1wIWlVw/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WWAY News Willmington NC (720p)
https://dai.google.com/linear/hls/event/A7CgcBYNTuKfvFvW8rmiJA/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WCBI (News)
https://dai.google.com/linear/hls/event/qLrnhs3RQUa2zMw9UBkroQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WMGT-TV News Macon GA (720p)
@ -1748,10 +1750,8 @@ https://srv.panelcast.net/urbantvnetott/urbantvnetott/playlist.m3u8
http://media1.adventist.no:1935/live/hope1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",WATC-DT2
https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",AXN East Asia (Indonesian subtitle) (576p)
http://210.210.155.37/dr9445/h/h141/index.m3u8
#EXTINF:-1 tvg-id="" status="online",WBBJ (News)
https://dai.google.com/linear/hls/event/HZ3JdLVcQ463l3b1BLXmmQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Slimo (540p)
https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2783932c8368bdbfd8a5/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Movies (540p)
http://api.toonamiaftermath.com:3000/movies/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Hope Channel Norge (540p)
@ -1801,8 +1801,12 @@ https://frontdoor.wcat-tv.org:8686/live/live.m3u8
https://live.ntdimg.com/live400/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",WCCA 194 Worcester MA (WCCA-TV) (480p)
https://worcester.vod.castus.tv/live/ch1.m3u8
#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Radio (480p)
http://api.toonamiaftermath.com:3000/radio/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",BabyTV (1080p)
http://194.163.179.246/slovenci/djeciji/babytv.m3u8
#EXTINF:-1 tvg-id="" status="online",WBBJ (News)
https://dai.google.com/linear/hls/event/HZ3JdLVcQ463l3b1BLXmmQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",KITV (News)
https://fuel-streaming-prod01.fuelmedia.io/v1/sem/c4067ddc-0e67-4928-b7ec-624481f721a6.m3u8
#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television)
@ -1899,18 +1903,16 @@ https://svc-lvanvato-cxtv-whio.cmgvideo.com/whio/2596k/index.m3u8
http://38.127.211.18/live/c2eds/CNN/HLS/index.m3u8
#EXTINF:-1 tvg-id="" status="error",MTV
http://38.127.211.18/live/c2eds/MTV/HLS/index.m3u8
#EXTINF:-1 tvg-id="" status="error",myTV San Antonio TX (KCWX-TV) (720p) [Not 24/7]
http://65.36.6.216:1935/live/kcwx.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",SyFy (México)
http://168.232.168.242:8000/play/a05k/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Warner TV (720p)
http://203.154.243.89:11205
#EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p) [Geo-blocked]
http://210.210.155.35/dr9445/h/h141/index.m3u8
#EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p)
http://210.210.155.37/dr9445/h/h141/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Toonami Aftermath West (480p)
http://api.toonamiaftermath.com:3000/pst/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Toonami Aftermath Radio (480p)
http://api.toonamiaftermath.com:3000/radio/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Noticias Univision 24/7
http://dai.google.com/linear/hls/event/JnnLYlsCSwKi-0-eoUEFdA/master.m3u8
#EXTINF:-1 tvg-id="" status="error",Fox Boston MA (WFXT1) (720p) [Not 24/7]
@ -2049,8 +2051,6 @@ https://moiptvhls-i.akamaihd.net/hls/live/652314/secure/master.m3u8
https://player-api.new.livestream.com/accounts/1194911/events/3466400/live.m3u8
#EXTINF:-1 tvg-id="" status="error",Disney Channel Japan (720p) [Not 24/7]
https://redlabmcdn.s.llnwi.net/jp04/bs13hd/index.mpd
#EXTINF:-1 tvg-id="" status="error",Fox HD Russia
https://sc.id-tv.kz/FOX_HD.m3u8
#EXTINF:-1 tvg-id="" status="error",SonLife Broadcasting (SBN) (720p)
https://sonlife7-i.akamaihd.net/hls/live/585011/ch7/master.m3u8
#EXTINF:-1 tvg-id="" status="error",Radio Inmaculada (1080p) [Not 24/7]

View File

@ -23,10 +23,10 @@ http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8
#EXTINF:-1 tvg-id="WACPDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8
#EXTINF:-1 tvg-id="WACPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p)
#EXTINF:-1 tvg-id="WACPDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8
#EXTINF:-1 tvg-id="WACPDT5.us" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p)
#EXTINF:-1 tvg-id="WACPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT5 (Jewelry TV) (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-pi.theus6tv.duckdns.org/hls/4.5/playlist.m3u8
#EXTINF:-1 tvg-id="WACPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p)
@ -56,7 +56,7 @@ http://v-pi.theus6tv.duckdns.org/hls/2.2/playlist.m3u8
#EXTINF:-1 tvg-id="WDPNDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT5 (Retro TV) (432p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-pi.theus6tv.duckdns.org/hls/2.5/playlist.m3u8
#EXTINF:-1 tvg-id="WELLLD1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WELL-LD1 (Daystar) (1080p)
#EXTINF:-1 tvg-id="WELLLD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WELL-LD1 (Daystar) (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-pi.theus6tv.duckdns.org/hls/45.1/playlist.m3u8
#EXTINF:-1 tvg-id="WFMZDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WFMZ-DT1 (720p)
@ -263,6 +263,9 @@ http://v-ny.theus6tv.duckdns.org/hls/41.2/playlist.m3u8
#EXTINF:-1 tvg-id="WXTVDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WXTV-DT3 (Twist)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-ny.theus6tv.duckdns.org/hls/41.3/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYJLD (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-ny.theus6tv.duckdns.org/hls/28.1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WPXN-DT4 (Defy TV)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-ny.theus6tv.duckdns.org/hls/31.4/playlist.m3u8
@ -272,6 +275,3 @@ http://v-ny.theus6tv.duckdns.org/hls/31.7/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WPHY-CD2 (SonLife) (432p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-pi.theus6tv.duckdns.org/hls/25.2/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYJLD (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
http://v-ny.theus6tv.duckdns.org/hls/28.1/playlist.m3u8

View File

@ -7,6 +7,8 @@ https://pbs.lls.cdn.pbs.org/pst/index.m3u8
https://khetdt.lls.pbs.org/out/v1/7ec7903413294b72bb64f83963d8ea9b/index.m3u8
#EXTINF:-1 tvg-id="" status="online",PBS Lincoln NE (KUON) (1080p) [Geo-blocked]
https://kuondt.lls.pbs.org/out/v1/91d8b5ffc5c1453c8a621508a07749a6/index.m3u8
#EXTINF:-1 tvg-id="" status="online",PBS New York NY (WNET) (1080p) [Not 24/7]
https://wnetdt.lls.pbs.org/out/v1/0456457548354b88b32fc437e4e7ee01/index.m3u8
#EXTINF:-1 tvg-id="" status="online",PBS New Jersey NJ (WNJT) (1080p) [Not 24/7]
https://wnjtdt.lls.pbs.org/out/v1/e62efd8d4f92403996425fc389df0ffd/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",PBS Warrensburg MO (KMOS) (1080p)
@ -163,6 +165,8 @@ https://whrodt.lls.pbs.org/out/v1/3266ff3730e745eba63de795e95e3c08/index.m3u8
https://whutdt.lls.pbs.org/out/v1/dd1102f24d7948e58517ba6a6573c928/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",PBS Philadelphia PA (WHYY-DT1) (1080p)
https://whyydt.lls.pbs.org/out/v1/40b7857a84ee4302be8ab755a719cc14/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",PBS Urbana-Champaign IL (WILL) (1080p)
https://willdt.lls.pbs.org/out/v1/15103ad003674a29b20b847deb71992b/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",PBS Muncie IN (WIPB) (1080p)
https://wipbdt.lls.pbs.org/out/v1/73cd2d86797b4fc6ac5b660cd5a6f9c4/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",PBS Harrisburg PA (WITF) (1080p)
@ -259,7 +263,3 @@ https://wyesdt.lls.pbs.org/out/v1/3d4b8e15f65d475f8278fee4ff14becf/index.m3u8
https://wyindt.lls.pbs.org/out/v1/27414b46e52d43758be8227e4a91c863/index.m3u8
#EXTINF:-1 tvg-id="" status="error",PBS Seattle WA (KCTS) (1080p)
https://rtmp-kctsdt.lls.cdn.pbs.org/rtmp-kctsdt/271a9ab7-e9ed-4fec-9fe9-e46c97a3f8f0/primary.m3u8
#EXTINF:-1 tvg-id="",PBS Urbana-Champaign IL (WILL) (1080p)
https://willdt.lls.pbs.org/out/v1/15103ad003674a29b20b847deb71992b/index.m3u8
#EXTINF:-1 tvg-id="",PBS New York NY (WNET) (1080p) [Not 24/7]
https://wnetdt.lls.pbs.org/out/v1/0456457548354b88b32fc437e4e7ee01/index.m3u8

View File

@ -57,12 +57,12 @@ https://gustous-plex.amagi.tv/hls/amagi_hls_data_gustoAAAA-gustous-plex/CDN/play
https://d3uyzhwvmemdyf.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HardKnocks-PLEX/121.m3u8
#EXTINF:-1 tvg-id="HollywoodClassics.us" status="error",Hollywood Classics (1080p)
https://vitor-hollywoodclassics-1.plex.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="HumorMill.us" status="online",Humor Mill (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="HumorMill.us" status="error",Humor Mill (1080p) [Not 24/7]
https://damkf751d85s1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HumorMill-PLEX/152.m3u8
#EXTINF:-1 tvg-id="IGN.us" status="online",IGN (1080p)
https://ign-plex.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="IGN.us" status="timeout",IGN (1080p)
https://ign-plex.amagi.tv/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="IGN.us" status="online",IGN (1080p)
https://ign-plex.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="Journy.us" status="error",Journy (720p)
https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8?did=62274240-07e7-5d94-8dc8-ef68cf19e175&dnt=0&pid=5f5132df62fe160040f26bc2&ptoken=PLbo_Jw_s1xgoB_1Srgg
#EXTINF:-1 tvg-id="JournysBourdainAllDay.us" status="error",Journy's Bourdain All Day (1080p)

View File

@ -32,9 +32,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a8
#EXTINF:-1 tvg-id="Anaylos7Spain.es" status="online",Pluto TV Ana y los 7 (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acce7f17797000718f9be/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="AnimeAllDay.us",Pluto TV Anime All Day (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b7d3249444e05d09cc49&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=830&terminate=false&userId=
#EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="AntiquesRoadshowUK.us" status="online",Pluto TV Antiques Roadshow UK (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce44810b421747ae467b7cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ce44810b421747ae467b7cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=621&terminate=false&userId=
#EXTINF:-1 tvg-id="AntiquesRoadshowUK.us" status="online",Pluto TV Antiques Roadshow UK (720p) [Not 24/7]
@ -62,13 +62,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf
#EXTINF:-1 tvg-id="BBCHome.us" status="online",Pluto TV BBC Home (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5836fe745b600070fc743/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ebc8688f3697d00072f7cf8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=730&terminate=false&userId=
#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="BellatorMMA.us" status="online",Pluto TV Bellator MMA (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebc8688f3697d00072f7cf8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ebc8688f3697d00072f7cf8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=730&terminate=false&userId=
#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="BETClassicsPlutoTVFrance.fr" status="online",Pluto TV BET Classics (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b5ba040eaa0007074d0a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca670f6593a5d78f0e85aed/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca670f6593a5d78f0e85aed&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=174&terminate=false&userId=
#EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p)
@ -114,9 +114,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff
#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Bob l'éponge+ (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/609a33d06972da0007748ecf/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc9fd0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=195dd54b-932b-4f28-be70-7e736585335a
#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="BounceXL.us" status="online",Bounce XL (720p)
https://siloh.pluto.tv/lilo/production/BounceXL/master.m3u8
#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p)
@ -159,20 +159,20 @@ http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId=
#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId=
#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddf1ed95e740009fef7ab/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId=
#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (England) (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d134a74ca91eedee1630faa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=903&terminate=false&userId=
#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId=
#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId=
#EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7]
@ -196,13 +196,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ad1a37
#EXTINF:-1 tvg-id="CMTEqualPlay.us" status="online",Pluto TV CMT Equal Play (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f68f53eb1e5800007390bf8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcc42446750e200093b15e2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dcc42446750e200093b15e2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=182&terminate=false&userId=
#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dcc42446750e200093b15e2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87809fd000949e399/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel
#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509b87809fd000949e399/master.m3u8?advertisingId=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channelStore=us&channel_id=151908&content=0adc72cd87e45d3491f8e47e54bbcc98&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=d3e60034-bdd6-5f69-a7a8-a82b92d5b116&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="CMTPlutoTV.us" status="online",Pluto TV CMT (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcc42446750e200093b15e2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dcc42446750e200093b15e2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=182&terminate=false&userId=
#EXTINF:-1 tvg-id="CNET.us" status="error",Pluto TV CNET (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56283c8769ba54637dea0464/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56283c8769ba54637dea0464&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=228&terminate=false&userId=
#EXTINF:-1 tvg-id="CNET.us" status="error",Pluto TV CNET (720p)
@ -239,11 +239,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13bde24f4ca800093d57b5/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel
#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e1f7e089f23700009d66303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=367&terminate=false&userId=
#EXTINF:-1 tvg-id="CourtTV.us" status="online",Pluto TV Court TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="CourtTV.us" status="error",Pluto TV Court TV (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0b4841a7d0000938ddbd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0b4841a7d0000938ddbd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=395&terminate=false&userId=
#EXTINF:-1 tvg-id="CribsMaisonsDeStarsFrance.us" status="online",Cribs Maisons De Star (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/602cf8963b4bc90007454541/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8b08c0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5043513f-eb20-46fd-8286-9e9ba240e6f9
@ -324,9 +324,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
@ -334,7 +332,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e86
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c58a539fae3812612f33ca3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=643&terminate=false&userId=
#EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7]
@ -425,8 +425,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b580a233dc90007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b580a233dc90007f0cb9d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="iCarlyPlusGermany.de" status="online",Pluto TV iCarly+ (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2cb9f5b291000773807a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f3d2cb9f5b291000773807a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=4c128fa6-7ec2-4a50-a81b-37f9e8c1e48f&terminate=false&userId=
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
@ -434,21 +432,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId=
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId=
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId=
#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f06bc60e236570007793f31&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f042bf0241c6f0007721021/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f06bc60e236570007793f31&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="InstantSaga.us" status="online",Instant Saga (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549e98061b5f000776866a/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ba501-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=e11c2399-2d50-4607-be2c-d35d72152bbe
#EXTINF:-1 tvg-id="InWonder.nl" status="error",InWonder (720p) [Not 24/7]
@ -499,6 +499,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f99a772c548530007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MidsomerMurders.us" status="online",Pluto TV Midsomer Murders (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cbf6a868a1bce4a3d52a5e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cbf6a868a1bce4a3d52a5e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=385&terminate=false&userId=
#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Minecraftv (360p)
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY
#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId=
#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p)
@ -507,8 +509,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Minecraftv (360p)
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY
#EXTINF:-1 tvg-id="MissionImpossible.us" status="online",Pluto TV Mission: Impossible (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd924d80007eee60c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p)
@ -522,26 +522,26 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb626cfc
#EXTINF:-1 tvg-id="MotorvisionTV.de" status="online",Motorvision TV (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60817e1aa6997500072d0d6d/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc51b0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ede55dfe-45a7-4aa8-a283-7b8008be8d2e
#EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=545943f1c9f133a519bbac92&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=488&terminate=false&userId=
#EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=545943f1c9f133a519bbac92&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=488&terminate=false&userId=
#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p)
http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8
#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId=
#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p)
http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8
#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel
#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p)
http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8
#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d3609cd6a6c78d7672f2a81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=868&terminate=false&userId=
#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150a3d73fd3f00094f722f/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel
#EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6899a37b88b269472ea4b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=330&terminate=false&userId=
@ -571,26 +571,26 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf32576
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7ec3510009e032d0/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel
#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fdb8ca91eedee1633117/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fdb8ca91eedee1633117&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=869&terminate=false&userId=
#EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p)
http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8
#EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fdb8ca91eedee1633117/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fdb8ca91eedee1633117&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=869&terminate=false&userId=
#EXTINF:-1 tvg-id="N24Doku.de" status="online",Pluto TV N24 Doku (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60080e8a4bf36000076a81b1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Narcos.us" status="online",Pluto TV Narcos (684p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId=
#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bd9f249444e05d09cc4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=692&terminate=false&userId=
#EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="Naturescape.us" status="error",Pluto TV Naturescape (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0c2f3739f6b900075f366c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7]
@ -619,12 +619,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d08395f39465da6
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede45451dce190007ef9ff2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=d1d4cf70-0714-11eb-a59f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId=
#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede448d3d50590007a4419e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fbbb3638-0714-11eb-aeab-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p)
@ -669,8 +669,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ff8c708653d080007361b14/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",People are Awesome (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54169f4b9b25000994a303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=340&terminate=false&userId=
#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p)
@ -685,12 +683,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PeopleTV.us" status="error",Pluto TV People TV (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c2c3ae40e64939daad8b76/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59c2c3ae40e64939daad8b76&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=192&terminate=false&userId=
#EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5de94dacb394a300099fa22a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=713&terminate=false&userId=
#EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7]
@ -699,8 +701,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Pluto Action Sports (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1be871843b56328bc3ef1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8a1b4593-8596-4ff8-8720-2c3271ea36ca&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (684p)
@ -819,12 +819,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f1
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd8364ea1d6780009929902/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Cine (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b1c4f1ca3f0629f4bf0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b1c4f1ca3f0629f4bf0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=902&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Ciné (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Cine (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b1c4f1ca3f0629f4bf0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Ciné (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Ciné (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p)
@ -835,20 +835,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d9
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clásico (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCinePlusFrance.us" status="online",Pluto TV Ciné+ (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5eb810e2996000768c0e2/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c89a930-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=d7d7d33d-5784-4dee-a799-d09bd30b065a
#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Ciné Rétro (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="online",Pluto TV Cine Suspenso (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc4e8bcbb9010009b4e84f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVClassicTVUK.uk" status="online",Pluto TV Classic TV (720p)
@ -857,8 +857,6 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46ae801f347500099
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" status="online",Pluto TV CMT Westerns (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e94282d4ec87bdcbb87cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=103&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (Spain) (720p)
@ -867,16 +865,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="error",Pluto TV Comedy (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1efd0dbbe3ba000908b639/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1efd0dbbe3ba000908b639&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2ede5357-0728-11eb-82fe-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="error",Pluto TV Comedy (720p) [Not 24/7]
@ -900,10 +900,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e0007
#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCurroJimenez.us" status="online",Pluto TV Curro Jiménez (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acd36779de70007a680d1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
@ -929,11 +929,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f94
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="online",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9992c685a2a80007fa414a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&sid=b90a2c1a-a2ce-4601-a02d-abe734775341
#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="timeout",Pluto TV Dossiers FBI (360p)
#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId=
@ -1026,13 +1026,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f27bbe47
#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9be1be738977e2c312134/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9be1be738977e2c312134&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f6e88030-d7c8-47c8-8fed-7e24dd0a038a&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5417a212ff9fba68282fbf5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=736&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d6f5e738977e2c310949/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9be1be738977e2c312134/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (240p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5417a212ff9fba68282fbf5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=736&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVGoDiegoGo.us" status="online",Pluto TV Go Diego Go! (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa89d42a0500007363ea3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVHealth.us" status="online",Pluto TV Health (720p)
@ -1043,7 +1043,7 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/604f8de01b479400078
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de5758e1a30dc00094fcd6c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVHistoriasdeUltratumba.us" status="online",Pluto TV Historias de Ultratumba (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3696d938c900072679fd/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVHogar.us" status="timeout",Pluto TV Hogar (720p)
#EXTINF:-1 tvg-id="PlutoTVHogar.us" status="online",Pluto TV Hogar (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ab8056beb000091fc6b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5eb96303f5bb020008e7e44f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8044788b-0583-11eb-a18c-0242ac110002&terminate=false&userId=
@ -1054,9 +1054,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f
#EXTINF:-1 tvg-id="PlutoTVHomesUnderHammer.us" status="online",Pluto TV Homes Under Hammer (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p)
https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceLat=38.5783&deviceLon=-90.6666&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012&userId=
#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVHumor.us" status="online",Pluto TV Humor (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8397936791b30007ebb5a7/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVHunter.us" status="online",Pluto TV Hunter (720p)
@ -1089,16 +1089,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786a
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=936&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVKenanyKel.us" status="online",Pluto TV Kenan y Kel (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fcea93ffcf94500071c4b2f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7]
@ -1106,21 +1106,23 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc8930009
#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Séries+ (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ebe299d30c0007b1f12a/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c89d040-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=8f06f039-4f3e-499b-a415-5cf7148a64d7
#EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Séries (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Séries (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsSeries.us" status="online",Pluto TV Kids Séries (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b648e738977e2c312131&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=30292edb-0714-11eb-97af-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (Spain) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aab1d29b39600073e243f&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=910&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p)
@ -1135,8 +1137,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aab1d2
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a637c6fd00079c652f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVLaChicaInvisible.us" status="online",Pluto TV La Chica Invisible (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abe3ffcd659000770d88d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLasPistasdeBlue.us" status="online",Pluto TV Las Pistas de Blue (360p)
@ -1155,10 +1155,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed80fa09f120007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed80fa09f120007c8daa5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLesfillesdacote.us" status="online",Pluto TV Les filles d'à côté (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549d97cd7b090007c73314/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ba500-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0e7a9749-ec3d-4fea-9861-01e153b22e40
#EXTINF:-1 tvg-id="PlutoTVLesNouveauxDetectives.us" status="online",Pluto TV Les Nouveaux Detectives (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLesNouveauxDetectives.us" status="online",Pluto TV Les Nouveaux Detectives (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVLesNouveauxDetectives.us" status="online",Pluto TV Les Nouveaux Detectives (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edb6df1ebb800072edf10/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLiveinConcert.us" status="online",Pluto TV Live in Concert (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6080411af03506000759916e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fbb571-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=9c6d294f-660b-47ef-bc20-1961faf21c6a
#EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p)
@ -1172,9 +1172,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360
#EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" status="online",Pluto TV Los archivos del FBI (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b93312100076f3fca/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us" status="online",Pluto TV Los nuevos detectives (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLouisLaBrocante.us" status="online",Pluto TV Louis La Brocante (480p)
@ -1226,10 +1226,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8ce2e426140007
#EXTINF:-1 tvg-id="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVMTVEmbarazadaalos16.us" status="online",Pluto TV MTV Embarazada a los 16 (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98537a5a4341000733aefe/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
@ -1303,10 +1303,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVNovelas.us" status="online",Pluto TV Novelas (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dbf4a838b60007ffbba1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=942&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us" status="online",Pluto TV Novelas Dramas (720p)
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY
#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p)
@ -1329,10 +1329,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa82c1
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609501978c069d00074e0dd2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle la Vie+ (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fff211667854f00079a9b5b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8abaa0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=353eca77-9a84-4a7e-a1d5-97ac79861272
#EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVPortadosFundos.us" status="online",Pluto TV Porta dos Fundos (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36f2346ede750007332d11/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVProWrestling.us" status="online",Pluto TV Pro Wrestling (720p)
@ -1340,17 +1340,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac431fc
#EXTINF:-1 tvg-id="PlutoTVQwestTVJazzBeyond.us" status="online",Pluto TV Qwest TV Jazz & Beyond (720p)
https://siloh.pluto.tv/lilo/production/QwestJazz/master.m3u8
#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d93b4d71754e6a4298d086e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=953&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8bf0b06d2d855ee15115e3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=275&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd8186d53ed2c6334ea0855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf0b06d2d855ee15115e3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde197f6591d0009839e04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=886c7aee-0585-11eb-8b9f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p)
@ -1394,13 +1394,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa
#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (684p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVSecretDealers.us" status="online",Pluto TV Secret Dealers (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVSensingMurder.us" status="online",Pluto TV Sensing Murder (720p)
@ -1456,23 +1456,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d863b9
#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVStorageWars.us" status="error",Pluto TV Storage Wars (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede464e7be0030007c58b73/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede464e7be0030007c58b73&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5922d945-0586-11eb-a59f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVStorageWars.us" status="error",Pluto TV Storage Wars (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede464e7be0030007c58b73/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1452156c07b50009d0230e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd81b1053ed2c6334ea0856/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1452156c07b50009d0230e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d1ce51dbaca4afdb7abfe5f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d1ce51dbaca4afdb7abfe5f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e281b0b8840007324b55/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e281b0b8840007324b55&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=149&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p)
@ -1542,16 +1542,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59c01b195
#EXTINF:-1 tvg-id="PlutoTVTravel.us" status="error",Pluto TV Travel (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c444bac1f70009ca756e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTROL.us" status="online",Pluto TV TROL (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb8a8b2619a000710605c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVTROL.us" status="online",Pluto TV TROL (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aae8c65727d0007d15a17/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTROL.us" status="online",Pluto TV TROL (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb8a8b2619a000710605c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTROL.us" status="timeout",Pluto TV TROL (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb8a8b2619a000710605c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812be1c249444e05d09cc50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812be1c249444e05d09cc50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=365&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812be1c249444e05d09cc50/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTurmadaMonica.us",Pluto TV Turma da Mônica (720p)
#EXTINF:-1 tvg-id="PlutoTVTurmadaMonica.us" status="online",Pluto TV Turma da Mônica (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f997e44949bc70007a6941e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTween.us" status="online",Pluto TV Tween (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ae5af8797b00095c0794/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ae5af8797b00095c0794&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=991&terminate=false&userId=
@ -1572,9 +1572,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfbdb7cf0e0009
#EXTINF:-1 tvg-id="PlutoTVVictorious.de" status="online",Pluto TV Victorious (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f294f8000793c3d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bdce04659ee03633e758130&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=217&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bdce04659ee03633e758130&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=217&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p)
@ -1589,10 +1589,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4bdb635
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVWings.us" status="error",Pluto TV Wings (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7792f6e093980007e02945/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (360p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b3000743ef61/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea190ae85a26900075a80e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (360p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b3000743ef61/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="error",Pluto TV Wipeout (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ab3e1242be690697279c75d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ab3e1242be690697279c75d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=305&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="error",Pluto TV Wipeout (720p)
@ -1625,10 +1625,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e831e9fe730007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58d947b9e420d8656ee101ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=489&terminate=false&userId=
#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Pluto TV Shout! Factory TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/55a6a3275616b6240c26f393/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=55a6a3275616b6240c26f393&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=542&terminate=false&userId=
#EXTINF:-1 tvg-id="ShowtimeSelects.us" status="online",Pluto TV Showtime Select (720p)
@ -1655,7 +1655,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c393cad2de254456f
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c393cad2de254456f7ef8c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="StarTrek.us" status="online",Pluto TV Star Trek (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8c4ce900075d7698/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="StingrayQello.ca",Pluto TV Qello Concerts (720p)
#EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Pluto TV Qello Concerts (720p)
https://siloh.pluto.tv/lilo/production/Qello/ES/master.m3u8
#EXTINF:-1 tvg-id="StoriesbyAMC.us" status="online",Pluto TV Stories by AMC (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8254118601b80007b4b7ae/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8254118601b80007b4b7ae&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=135&terminate=false&userId=
@ -1675,10 +1675,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b2ee
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="TelefeNoticias.us" status="error",Pluto TV Telefe Noticias (480p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f523aa5523ae000074745ec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="TheAddamsFamily.us" status="online",Pluto TV The Addams Family (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="TheAddamsFamily.us" status="online",Pluto TV The Addams Family (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d81607ab737153ea3c1c80e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=511&terminate=false&userId=
#EXTINF:-1 tvg-id="TheAddamsFamily.us" status="online",Pluto TV The Addams Family (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d81607ab737153ea3c1c80e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="TheAmazingRace.us" status="online",Pluto TV The Amazing Race (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e8a6e2f12b000755afdb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e8a6e2f12b000755afdb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=297&terminate=false&userId=
#EXTINF:-1 tvg-id="TheAmazingRace.us" status="online",Pluto TV The Amazing Race (720p)
@ -1722,6 +1722,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c6
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId=
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
@ -1733,18 +1737,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId=
#EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId=
#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId=
#EXTINF:-1 tvg-id="ThreesCompany.us" status="online",Pluto TV Three's Company (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3977e5d773400077de284&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=508&terminate=false&userId=
#EXTINF:-1 tvg-id="ThreesCompany.us" status="online",Pluto TV Three's Company (720p)
@ -1777,10 +1777,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d68
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId=
#EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId=
#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="error",Pluto TV Land Sitcoms
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/997452/playlist.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appName=samsungmobiletvplus&appVersion=unknown&architecture=&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsungmobiletvplus&deviceVersion=unknown&embedPartner=samsung-tvplus&includeExtendedEvents=&paln=&serverSideAds=true&sid=SAMSUNG-TVPLUS-fcaa053c-0ece-49c6-ae1f-c3e42a7faf17&terminate=false&userId=
#EXTINF:-1 tvg-id="TYTNetwork.us" status="online",Pluto TV TYT Network (720p) [Not 24/7]
@ -1836,21 +1836,19 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5616f9c0ada51f8004c4b091&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=770&terminate=false&userId=
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5616f9c0ada51f8004c4b091/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="YuGiOh.us" status="online",Pluto TV Yu-Gi-Oh (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ec10ed9636f00089b8c89/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV My5 GP's (England) (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d2c57ee4f9ddf73da8a0ba5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=480&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime TV (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d2c571faeb3e2738ae27933&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=470&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Conspiracy (England) (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4ae94ef1a1bbb350ca41bb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (England) (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4af2ffa9506ab29cf38c38&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=216&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Inside (England) (720p)
@ -1879,8 +1877,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c8a6bc64dc7286c6afaf4ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c8a6bc64dc7286c6afaf4ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f747754f-ee3e-4968-9e8e-779da031bce9&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca671f215a62078d2ec0abf&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=465&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61
#EXTINF:-1 tvg-id="" status="online",Pluto TV MOVIE CHANNEL (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=&appName=web&appVersion=5.2.2-d60060c7283e0978cc63ba036956b5c1657f8eba&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=9daeec78-6a24-43e9-b800-df83d8e465a8&deviceLat=-35.1192&deviceLon=-60.5047&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=80.0.3987.149&includeExtendedEvents=false&serverSideAds=true&sid=e2177d24-366a-4c1c-b974-702fe1d6159a&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Animals (Germany) (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ae7b456c8cf265ce922&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=301&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a307355f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b1c126c65d0a307355f&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=302&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (720p)
@ -1899,12 +1899,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcdde78f080d90009
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=a6f8
#EXTINF:-1 tvg-id="" status="online",Pluto TV Misterios (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2f53449c50009b2b4dc/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Series (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde1317578340009b751d0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Família (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ddb30a1d8a000908ed4c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2ac4bc6c500094ab45b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Anime (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde17bf6591d0009839e02/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Retro Drama (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dde47b63585b500099f74ec/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dde47b63585b500099f74ec&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5204e9ec-0585-11eb-a18c-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p)
@ -1919,6 +1917,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d1490007
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ea815a515d149000748ee9b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fb612cc2-0587-11eb-97af-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Nick (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ede448d3d50590007a4419e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=261&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV FashionBox (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee8d84bfb286e0007285aad/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Cribs+ (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb54eaa5714d000744b6a0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5efb54eaa5714d000744b6a0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f664f477-078c-4957-bc9a-51f90e3d9ce7&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Catfish (Spain) (720p) [Not 24/7]
@ -1935,8 +1935,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a30008
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Animé All Day (480p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed52a62fa750007733239/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Nick Jr. Club (Brazil) (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f121460b73ac6000719fbaf&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=706&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p)
@ -1959,8 +1957,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d2c57ee4
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af1803e7983b391d73b13/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Nick (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p)
@ -1993,6 +1989,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf37
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab3c7778230000735cf41/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Cribs (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab9c6d8f1300007f54e30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Comédia (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099c49f600076579b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p)
@ -2061,18 +2059,20 @@ https://siloh.pluto.tv/lilo/production/WeatherNation/NYC/master.m3u8
https://siloh.pluto.tv/lilo/production/WeatherNation/Philadelphia/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WeatherNation San Francisco (720p)
https://siloh.pluto.tv/lilo/production/WeatherNation/SF/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Pluto TV MOVIE CHANNEL (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=&appName=web&appVersion=5.2.2-d60060c7283e0978cc63ba036956b5c1657f8eba&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=9daeec78-6a24-43e9-b800-df83d8e465a8&deviceLat=-35.1192&deviceLon=-60.5047&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=80.0.3987.149&includeExtendedEvents=false&serverSideAds=true&sid=e2177d24-366a-4c1c-b974-702fe1d6159a&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Animals (Germany) (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ae7b456c8cf265ce922&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=301&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2ac4bc6c500094ab45b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Anime (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde17bf6591d0009839e02/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV FashionBox (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee8d84bfb286e0007285aad/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61
#EXTINF:-1 tvg-id="" status="online",Pluto TV Series (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde1317578340009b751d0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Conspiracy (England) (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4ae94ef1a1bbb350ca41bb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af1803e7983b391d73b13/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="" status="online",Pluto TV Misterios (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2f53449c50009b2b4dc/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Família (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ddb30a1d8a000908ed4c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="" status="error",Pluto TV Privacy Policy (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b36abcddfb1f0729a3a7dab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b36abcddfb1f0729a3a7dab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=899&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="error",Pluto TV Privacy Policy (720p)

View File

@ -21,5 +21,5 @@ https://spotlight-redbox.amagi.tv/playlist.m3u8
http://shoutfactory-redbox.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Shout! Factory TV (1080p)
https://shoutfactory-redbox.amagi.tv/hls/amagi_hls_data_redboxAAA-shoutfactorytv/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="TastemadeFrance.fr" status="timeout",Tastemade France (1080p)
#EXTINF:-1 tvg-id="TastemadeFrance.fr" status="online",Tastemade France (1080p)
https://tastemadefr16min-redbox.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16-redbox/CDN/playlist.m3u8

View File

@ -85,7 +85,7 @@ https://sportsgrid-samsungus.amagi.tv/playlist.m3u8
https://stadium.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="StingrayNaturescape.us" status="online",Stingray Naturescape (1080p)
https://stingray-naturescape-1.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="Tastemade.us",Tastemade (720p)
#EXTINF:-1 tvg-id="Tastemade.us" status="error",Tastemade (720p)
https://tastemade.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="TastemadeenEspanol.us" status="online",Tastemade en Español (1080p)
https://tastemade-es16tm-samsung.amagi.tv/playlist.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="AigaioTV.gr" status="error",Aigaio TV (360p) [Not 24/7]
#EXTINF:-1 tvg-id="AigaioTV.gr" status="online",Aigaio TV (360p) [Not 24/7]
#EXTVLCOPT:http-referrer=https://ssh101.com/
https://tna5.bozztv.com/aigaiotv1/index.m3u8
#EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7]
@ -8,13 +8,13 @@ https://tna5.bozztv.com/AVCHD/index.m3u8
#EXTINF:-1 tvg-id="CLTV36.ph" status="error",CLTV 36 (480p) [Not 24/7]
#EXTVLCOPT:http-referrer=https://ssh101.com/
https://tna5.bozztv.com/cltv36/index.m3u8
#EXTINF:-1 tvg-id="ConectaTV.mx" status="online",Conecta TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ConectaTV.mx" status="error",Conecta TV (720p) [Not 24/7]
#EXTVLCOPT:http-referrer=https://ssh101.com/
https://tna5.bozztv.com/Conectatvmexico/index.m3u8
#EXTINF:-1 tvg-id="JessTV.ca" status="online",Jess TV (Lethbridge) (480p) [Not 24/7]
#EXTVLCOPT:http-referrer=https://ssh101.com/
https://tna5.bozztv.com/jesstv/index.m3u8
#EXTINF:-1 tvg-id="KallpaTV.pe",Kallpa TV (Chimbote) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="KallpaTV.pe" status="error",Kallpa TV (Chimbote) (720p) [Not 24/7]
#EXTVLCOPT:http-referrer=https://ssh101.com/
https://tna5.bozztv.com/canaltv/index.m3u8
#EXTINF:-1 tvg-id="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7]

View File

@ -69,7 +69,7 @@ https://dai.google.com/linear/hls/event/3w3PsYzZQzS8lyRfi7e4mQ/master.m3u8
https://dai.google.com/linear/hls/event/xC8SDBfbTKCTCa20kFJQXQ/master.m3u8
#EXTINF:-1 tvg-id="MagellanTV.us" status="online",Magellan TV (720p)
https://dai.google.com/linear/hls/event/5xreV3X4T9WxeIbrwOmdMA/master.m3u8
#EXTINF:-1 tvg-id="Mobcrush.us" status="error",Mobcrush (720p)
#EXTINF:-1 tvg-id="Mobcrush.us" status="timeout",Mobcrush (720p)
https://dai.google.com/linear/hls/event/LGDVXxxyT8SxrL4-ZodxKw/master.m3u8
#EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p)
https://uplynkcontent.sinclairstoryline.com/channel/ddd76fdc1c0a456ba537e4f48e827d3e.m3u8
@ -228,9 +228,9 @@ https://dai.google.com/linear/hls/event/CAU96LSyR_e7MSeK6UTmGQ/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityPittsburgh.us" status="online",STIRR City Pittsburgh (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/qJU_NkxXQoCbACvG5BWrXQ/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p)
https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="timeout",STIRR City Portland (720p)
https://dai.google.com/linear/hls/event/npdISdLWSIa1E_j7NCUDBg/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p)
https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityProvidence.us" status="online",STIRR City Providence (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/5hLTCUyrQcS3B-NF8fNp-g/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityQuincy.us" status="online",STIRR City Quincy (720p)
@ -327,6 +327,8 @@ https://dai.google.com/linear/hls/event/akursTHNTo6qGf1TtlHNsw/master.m3u8
https://dai.google.com/linear/hls/event/HJAq3zH1SUy_B6fb1j80_Q/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Docurama (1080p) [Not 24/7]
https://dai.google.com/linear/hls/event/Hx_PEMEsSzOCcZgy0Tq2YQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Comedy Dynamics (1080p)
https://dai.google.com/linear/hls/event/NJK_yxrcTBqULaHt-wi0Wg/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Mystery Science Theater 3000 (1080p)
https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR QVC (720p)
@ -341,8 +343,6 @@ https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/master.m3u8
https://dai.google.com/linear/hls/event/cJFuxTLzQUqbGGrqTMBJuw/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR People TV (1080p)
https://dai.google.com/linear/hls/event/Fe9LYYCFR5Csif-I5dyMHg/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Insight TV (1080p)
https://dai.google.com/linear/hls/event/KAfBFcVrQgKmHhpzvkEn9A/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR CineLife (1080p)
https://dai.google.com/linear/hls/event/PFJ1Jhd6SsSMcu3qq86wzQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Gusto TV (1080p)
@ -355,22 +355,22 @@ https://ott-linear-channels.stingray.com/hls/stirr/104.m3u8
https://ott-linear-channels.stingray.com/hls/stirr/133.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Stingray Today's Latin Pop (1080p)
https://ott-linear-channels.stingray.com/hls/stirr/190.m3u8
#EXTINF:-1 tvg-id="" status="online",Insight TV (1080p)
https://dai.google.com/linear/hls/event/KAfBFcVrQgKmHhpzvkEn9A/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Electric Now (1080p) [Not 24/7]
https://dai.google.com/linear/hls/event/KsvJAc81Qoewj6opYso6Fw/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Horror Movies (720p)
https://dai.google.com/linear/hls/event/3NTKKQBuQtaIrcUBj20lyg/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Space:1999 (768p)
https://dai.google.com/linear/hls/event/NeKNJHuzSeCiN_7Fcuo83Q/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR SOAR (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/_PDxBUttQYqkxPnmh3VOZA/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Tennis Channel (720p) [Geo-blocked]
https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.m3u8
#EXTINF:-1 tvg-id="" status="online",CBSN New York NY (720p)
http://dai.google.com/linear/hls/event/rtcMlf4RTvOEkaudeany5w/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Stadium (720p)
http://stadium.sinclair.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Wipeout Xtra (720p)
https://dai.google.com/linear/hls/event/0DG8p66IRES7ZzEe1WJS-w/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR American Classics (360p)
https://dai.google.com/linear/hls/event/0e06oV-NTI2ygS2MRQk9ZA/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Stadium (720p)
https://dai.google.com/linear/hls/event/0jRU1DBXSW6a_TFheLfAUQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Midnight Pulp (720p)
@ -413,8 +413,6 @@ https://dai.google.com/linear/hls/event/Sid4xiTQTkCT1SLu6rjUSQ/master.m3u8
https://dai.google.com/linear/hls/event/TDUiZE57Q3-CS7Its4kLDQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",CBSN Los Angeles CA (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/TxSbNMu4R5anKrjV02VOBg/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR FilmRise Free Movies (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/Va1QEor0SWO_x_SQNyaF0w/master.m3u8
#EXTINF:-1 tvg-id="" status="online",CBSN Bay Area CA (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/VE8b4n-YStusEGv5Z2NmsQ/master.m3u8
#EXTINF:-1 tvg-id="" status="online",CBSN Philly PA (720p)
@ -431,10 +429,14 @@ https://digitalmediarights-retrocrush-1.sinclair.wurl.com/manifest/playlist.m3u8
https://gravitas-movies.sinclair.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR MavTV (720p)
https://mavtv-1.sinclair.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Electric Now (1080p) [Not 24/7]
https://dai.google.com/linear/hls/event/KsvJAc81Qoewj6opYso6Fw/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR Tennis Channel (720p) [Geo-blocked]
https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR The Archive (720p)
https://dai.google.com/linear/hls/event/MdbYPXWRStmMq1DaQhsBUw/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR American Classics (360p)
https://dai.google.com/linear/hls/event/0e06oV-NTI2ygS2MRQk9ZA/master.m3u8
#EXTINF:-1 tvg-id="" status="online",STIRR FilmRise Free Movies (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/Va1QEor0SWO_x_SQNyaF0w/master.m3u8
#EXTINF:-1 tvg-id="" status="error",STIRR Travel (720p)
https://dai.google.com/linear/hls/event/0ZXyCbn9TYmrrAzcDfoU1w/master.m3u8
#EXTINF:-1 tvg-id="" status="error",STIRR Sports (720p)
@ -507,5 +509,3 @@ https://dai.google.com/linear/hls/event/ZidoyK28TXyMRTZU7rFuEQ/master.m3u8
https://sonar.sinclair.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Stingray djazz (1080p)
https://stirr.ott-channels.stingray.com/djazz/master.m3u8
#EXTINF:-1 tvg-id="",STIRR Comedy Dynamics (1080p)
https://dai.google.com/linear/hls/event/NJK_yxrcTBqULaHt-wi0Wg/master.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="BloodyDisgusting.us",Bloody Disgusting (1080p)
#EXTINF:-1 tvg-id="BloodyDisgusting.us" status="online",Bloody Disgusting (1080p)
https://bloodydisgusting-tcl.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p)
https://comedydynamics-tcl.amagi.tv/playlist.m3u8

View File

@ -11,7 +11,7 @@ https://csm-e-eb.csm.tubi.video/csm/live/247083838.m3u8
https://lnc-fox-soul-scte.tubi.video/index.m3u8
#EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p)
https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Fox-Weather.m3u8
#EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p)
#EXTINF:-1 tvg-id="FoxWeather.us" status="timeout",Fox Weather (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Fox-Weather.m3u8
#EXTINF:-1 tvg-id="Localish.us" status="online",Localish (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Localish.m3u8
@ -37,8 +37,6 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WJCL.m3u8
#EXTINF:-1 tvg-id="" status="online",CBC News Highlights (720p)
https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 5 Oklahoma City OK (KOCO) (576p) [Not 24/7]
https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.m3u8
#EXTINF:-1 tvg-id="" status="online",NBC 6 New Orleans LA (WDSU) (720p)
https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WDSU.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 9 Manchester NH (WMUR-TV) (720p)
@ -83,8 +81,12 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTXF-Monetizer.m3u8
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KCCI.m3u8
#EXTINF:-1 tvg-id="" status="online",KCRA-TV News Sacramento CA (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KCRA.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 7 Omaha NE (KETV) (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KETV.m3u8
#EXTINF:-1 tvg-id="" status="online",KHBS-TV News Fort Smith AR (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KHBS.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 9 Kansas City MO (KMBC-TV) (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KMBC.m3u8
#EXTINF:-1 tvg-id="" status="online",KOAT-TV News Albuquerque NM (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KOAT.m3u8
#EXTINF:-1 tvg-id="" status="online",KSBW-TV News Salinas CA (720p)
@ -101,8 +103,8 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WGAL.m3u8
#EXTINF:-1 tvg-id="" status="online",WISN-TV News Milwaukee WI (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WISN.m3u8
#EXTINF:-1 tvg-id="" status="online",WLKY-TV News Louisville KY (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLKY.m3u8
#EXTINF:-1 tvg-id="" status="online",NBC 5 Cincinnati OH (WLWT) (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLWT.m3u8
#EXTINF:-1 tvg-id="" status="online",WMOR-TV News Lakeland FL (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WMOR.m3u8
#EXTINF:-1 tvg-id="" status="online",WMTW-TV News Portland ME (720p)
@ -111,18 +113,16 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WPBF.m3u8
#EXTINF:-1 tvg-id="" status="online",WPTZ-TV News Plattsburgh NY (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WPTZ.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 4 Pittsburg PA (WTAE) (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WTAE.m3u8
#EXTINF:-1 tvg-id="" status="online",WXII-TV News Winston-Salem NC (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WXII.m3u8
#EXTINF:-1 tvg-id="" status="online",Real Madrid TV US Version (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Real-Madrid.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 7 Omaha NE (KETV) (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KETV.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 9 Kansas City MO (KMBC-TV) (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KMBC.m3u8
#EXTINF:-1 tvg-id="" status="online",NBC 5 Cincinnati OH (WLWT) (720p) [Not 24/7]
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLWT.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 4 Pittsburg PA (WTAE) (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WTAE.m3u8
#EXTINF:-1 tvg-id="" status="online",ABC 5 Oklahoma City OK (KOCO) (576p) [Not 24/7]
https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.m3u8
#EXTINF:-1 tvg-id="" status="online",WLKY-TV News Louisville KY (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLKY.m3u8
#EXTINF:-1 tvg-id="" status="error",ABC 5 Cleveland OH (WEWS-TV) (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WEWS.m3u8
#EXTINF:-1 tvg-id="" status="error",FOX 13 Memphis TN (WHBQ-TV) (720p) [Not 24/7]

View File

@ -19,7 +19,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokutraveler/CDN/playlist.m3u8
https://dai2.xumo.com/amagi_hls_data_xumo1212A-theasylum/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="BaebleMusic.us" status="online",Baeble Music (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="online",Battery Pop (XUMO) (720p)
#EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="timeout",Battery Pop (XUMO) (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p)
http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8
@ -37,7 +37,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="Cheddar.us" status="error",Cheddar News (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo-host-cheddar/CDN/master.m3u8
#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p)
#EXTINF:-1 tvg-id="ChiveTV.us" status="timeout",Chive TV (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="CineRomantico.us" status="error",Cine Romantico (XUMO) (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokucineromantico/CDN/playlist.m3u8
@ -179,14 +179,14 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunbcnewsnow/CDN/playlist.m3u8
https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8
#EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="NitroCircus.us" status="online",Nitro Circus (720p)
#EXTINF:-1 tvg-id="NitroCircus.us" status="timeout",Nitro Circus (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnitrocircus/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="Nosey.us" status="timeout",Nosey (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="NowThis.us" status="online",Now This (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="NowThis.us" status="error",Now This (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunowthis/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="NowThis.us",Now This (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="NowThisXUMO.us" status="error",Now This (XUMO) (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-nowthis/CDN/master.m3u8
#EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p)
@ -213,7 +213,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunovelaclub/CDN/playlist.m3u8
https://dai2.xumo.com/amagi_hls_data_xumo1212A-roku-rainbow-ruby/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="Realnosey.us" status="online",Real nosey (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxrealnosey/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="RedboxFilmRiseFreeMovies.us" status="online",FilmRise Free Movies (Redbox) (720p)
#EXTINF:-1 tvg-id="RedboxFilmRiseFreeMovies.us" status="timeout",FilmRise Free Movies (Redbox) (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="RedboxUnsolvedMysteries.us" status="online",FilmRise Forensic Files (XUMO) (432p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxunsolvedmysteries/CDN/playlist.m3u8
@ -240,9 +240,9 @@ https://shoutfactory-xumo.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="ShowtimeattheApollo.us" status="online",Showtime at the Apollo (432p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxshowtimeattheapollo/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8
#EXTINF:-1 tvg-id="SoYummy.us" status="timeout",So Yummy! (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-soyummy-xumo/CDN/master.m3u8
#EXTINF:-1 tvg-id="SportsGrid.uk" status="online",SportsGrid (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumosportsgrid/CDN/master.m3u8
#EXTINF:-1 tvg-id="SportsGrid.uk" status="online",SportsGrid (1080p)
@ -347,7 +347,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvoyagerdocumentaries/CDN/play
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="WeatherSpy.us" status="error",WeatherSpy (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="Wired.us" status="online",Wired (720p)
#EXTINF:-1 tvg-id="Wired.us" status="timeout",Wired (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8

View File

@ -11,7 +11,7 @@ https://vcp.myplaytv.com/nubehtv/nubehtv/playlist.m3u8
http://177.52.221.214:8000/play/a0co/index.m3u8
#EXTINF:-1 tvg-id="CorazonLlanero.ve" status="online",Corazón Llanero
https://vcp.myplaytv.com/coll/coll/playlist.m3u8
#EXTINF:-1 tvg-id="CTN.ve" status="error",CTN
#EXTINF:-1 tvg-id="CTN.ve" status="online",CTN
https://5bf8041cb3fed.streamlock.net/CTNTV/CTNTV/playlist.m3u8
#EXTINF:-1 tvg-id="ESportsMax.ve" status="online",Esports Max [Not 24/7]
http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8
@ -53,7 +53,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ve
http://177.52.221.214:8000/play/a0cj/index.m3u8
#EXTINF:-1 tvg-id="VepacoTV.ve" status="error",Vepaco TV (486p) [Not 24/7]
http://vcp1.myplaytv.com:1935/tvepaco/tvepaco/playlist.m3u8
#EXTINF:-1 tvg-id="VePlusVenezuela.ve" status="online",Ve Plus (480p) [Not 24/7]
#EXTINF:-1 tvg-id="VePlusVenezuela.ve" status="error",Ve Plus (480p) [Not 24/7]
http://190.122.96.187:8888/http/006
#EXTINF:-1 tvg-id="VPItv.ve" status="online",VPItv (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vpitv

View File

@ -77,9 +77,6 @@ https://livecdn.fptplay.net/sdb/vtc6_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Asia (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://livecdn.fptplay.net/hda2/natgeohd_vhls.smil/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://livecdn.fptplay.net/hda3/natgeowild_vhls.smil/chunklist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://vips-livecdn.fptplay.net/hda1/vinhlong1_vhls.smil/playlist.m3u8
@ -95,3 +92,6 @@ https://vips-livecdn.fptplay.net/hda3/vinhlong4hd_vhls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://vips-livecdn.fptplay.net/sdb/vtc2_hls.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
https://livecdn.fptplay.net/hda3/natgeowild_vhls.smil/chunklist.m3u8

View File

@ -1 +1 @@
[{"channel":"AndorraTV.ad","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","status":"error"},{"channel":"BBCNews.uk","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"status":"blocked"},{"channel":"BBCNewsHD.ad","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1024,"height":576,"bitrate":0,"frame_rate":25},{"channel":"KayhanTV.af","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"LDPRTV.ru","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"Sharq.af","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1280,"height":720,"bitrate":2226543,"frame_rate":25}]
[{"channel":"AndorraTV.ad","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","status":"error","added_at":"2022-08-09T02:54:12Z","checked_at":"2022-08-09T02:54:12Z","updated_at":"2022-08-09T02:54:12Z"},{"channel":"BBCNews.uk","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"status":"blocked","added_at":"2022-08-09T02:54:12Z","checked_at":"2022-08-09T02:54:12Z","updated_at":"2022-08-09T02:54:12Z"},{"channel":"BBCNewsHD.uk","url":"https://master.starmena-cloud.com/hls/bbc.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1024,"height":576,"bitrate":0,"frame_rate":25,"added_at":"2022-08-09T02:54:12Z","checked_at":"2022-08-09T02:54:12Z","updated_at":"2022-08-09T02:54:12Z"},{"channel":"KayhanTV.af","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"LDPRTV.ru","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"error"},{"channel":"LibyasChannel.ly","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1024,"height":576,"bitrate":0,"frame_rate":25,"added_at":"2022-07-07T00:00:00Z","checked_at":"2022-08-09T02:54:12Z","updated_at":"2022-07-07T00:00:00Z"},{"channel":"Sharq.af","url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1280,"height":720,"bitrate":2226543,"frame_rate":25,"added_at":"2022-08-09T02:54:12Z","checked_at":"2022-08-09T02:54:12Z","updated_at":"2022-08-09T02:54:12Z"}]

View File

@ -0,0 +1 @@
[{"channel":"LDPRTV.ru","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1920,"height":1080,"bitrate":6542556,"frame_rate":50,"added_at":"2022-07-07T00:00:00Z","checked_at":"2022-08-07T00:00:00Z","updated_at":"2022-08-07T00:00:00Z"},{"channel":"LibyasChannel.ly","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"status":"online","width":1024,"height":576,"bitrate":0,"frame_rate":25,"added_at":"2022-07-07T00:00:00Z","checked_at":"2022-07-07T00:00:00Z","updated_at":"2022-07-07T00:00:00Z"}]

View File

@ -1,6 +1,7 @@
{"title":"ЛДПР ТВ","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"2ST8btby3mmsgPF0","status":"error"}
{"title":"BBC News HD","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"3TbieV1ptnZVCIdn","status":"blocked"}
{"title":"ATV","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","cluster_id":1,"_id":"I6cjG2xCBRFFP4sz","status":"error"}
{"title":"BBC News HD","channel":"BBCNewsHD.ad","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576}
{"title":"BBC News HD","channel":"BBCNewsHD.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"https://master.starmena-cloud.com/hls/bbc.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnXVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576}
{"title":"Kayhan TV","channel":"KayhanTV.af","filepath":"channels/af.m3u","url":"http://208.93.117.113/live/Stream1/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"cFFpFVzSn6xFMUF3","status":"error"}
{"title":"Sharq","channel":"Sharq.af","filepath":"channels/af.m3u","bitrate":2226543,"frame_rate":25,"width":1280,"height":720,"url":"https://forerunnerrtmp.livestreamingcdn.com/output18/output18.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"cluster_id":1,"_id":"u7iyA6cjtf1iWWAZ","status":"online"}
{"title":"Libyas Channel","channel":"LibyasChannel.ly","filepath":"tests/__data__/output/streams/ly.m3u","url":"https://master.starmena-cloud.com/hls/libyas.m3u8","http_referrer":null,"user_agent":null,"cluster_id":3,"_id":"WTbieV1ptnZVCIdn","status":"online","bitrate":0,"frame_rate":25,"width":1024,"height":576}

View File

@ -1,5 +1,7 @@
const { execSync } = require('child_process')
const fs = require('fs-extra')
const _ = require('lodash')
const dayjs = require('dayjs')
beforeEach(() => {
fs.emptyDirSync('tests/__data__/output')
@ -9,17 +11,45 @@ beforeEach(() => {
)
const stdout = execSync(
'DB_DIR=tests/__data__/output PUBLIC_DIR=tests/__data__/output/.api npm run db:export',
'DB_DIR=tests/__data__/output DATA_DIR=tests/__data__/input/data PUBLIC_DIR=tests/__data__/output/.api npm run db:export',
{ encoding: 'utf8' }
)
})
it('can create streams.json', () => {
expect(content(`output/.api/streams.json`)).toBe(content(`expected/.api/streams.json`))
let api = content('input/data/streams.json')
let output = content(`output/.api/streams.json`)
let expected = content(`expected/.api/streams.json`)
const updatedUrl = 'https://master.starmena-cloud.com/hls/libyas.m3u8'
let outputData = output.find(i => i.url === updatedUrl)
let savedData = api.find(i => i.url === updatedUrl)
expect(outputData.added_at).toBe(savedData.added_at)
expect(outputData.updated_at).toBe(savedData.updated_at)
expect(dayjs().diff(outputData.checked_at, 'h')).toBe(0)
const sameUrl = 'http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8'
outputData = output.find(i => i.url === sameUrl)
savedData = api.find(i => i.url === sameUrl)
expect(outputData.added_at).toBe(savedData.added_at)
expect(dayjs().diff(outputData.updated_at, 'h')).toBe(0)
expect(dayjs().diff(outputData.checked_at, 'h')).toBe(0)
const addedUrl = 'https://master.starmena-cloud.com/hls/bbc.m3u8'
outputData = output.find(i => i.url === addedUrl)
expect(dayjs().diff(outputData.added_at, 'h')).toBe(0)
expect(dayjs().diff(outputData.updated_at, 'h')).toBe(0)
expect(dayjs().diff(outputData.checked_at, 'h')).toBe(0)
expect(output.map(item => _.omit(item, ['added_at', 'updated_at', 'checked_at']))).toMatchObject(
expected.map(item => _.omit(item, ['added_at', 'updated_at', 'checked_at']))
)
})
function content(filepath) {
return fs.readFileSync(`tests/__data__/${filepath}`, {
encoding: 'utf8'
})
return JSON.parse(
fs.readFileSync(`tests/__data__/${filepath}`, {
encoding: 'utf8'
})
)
}

View File

@ -13,7 +13,7 @@ it('show an error if channel name in the blocklist', () => {
} catch (err) {
expect(err.status).toBe(1)
expect(err.stdout).toBe(
`\n> playlist:validate\n> node scripts/commands/playlist/validate.js "tests/__data__/input/streams/us_blocked.m3u"\n\nloading blocklist...\nfound 4 records\n\ntests/__data__/input/streams/us_blocked.m3u\n 2 error "Fox Sports 2 Asia" is on the blocklist due to claims of copyright holders (https://github.com/iptv-org/iptv/issues/0000)\n\n1 problems (1 errors, 0 warnings)\n`
`\n> playlist:validate\n> node scripts/commands/playlist/validate.js\n\nloading blocklist...\nfound 4 records\n\ntests/__data__/input/streams/us_blocked.m3u\n 2 error "Fox Sports 2 Asia" is on the blocklist due to claims of copyright holders (https://github.com/iptv-org/iptv/issues/0000)\n\n1 problems (1 errors, 0 warnings)\n`
)
}
})
@ -27,6 +27,6 @@ it('show a warning if channel has wrong id', () => {
)
expect(stdout).toBe(
`\n> playlist:validate\n> node scripts/commands/playlist/validate.js "tests/__data__/input/streams/wrong_id.m3u"\n\nloading blocklist...\nfound 4 records\n\ntests/__data__/input/streams/wrong_id.m3u\n 2 warning "qib22lAq1L.us" is not in the database\n\n1 problems (0 errors, 1 warnings)\n`
`\n> playlist:validate\n> node scripts/commands/playlist/validate.js\n\nloading blocklist...\nfound 4 records\n\ntests/__data__/input/streams/wrong_id.m3u\n 2 warning "qib22lAq1L.us" is not in the database\n\n1 problems (0 errors, 1 warnings)\n`
)
})

View File

@ -848,9 +848,9 @@
"version" "6.3.0"
"caniuse-lite@^1.0.30001286":
"integrity" "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ=="
"resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz"
"version" "1.0.30001312"
"integrity" "sha512-mWvzatRx3w+j5wx/mpFN5v5twlPrabG8NqX2c6e45LCpymdoGqNvRkRutFUqpRTXKFQFNQJasvK0YT7suW6/Hw=="
"resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001374.tgz"
"version" "1.0.30001374"
"chalk@^2.0.0":
"integrity" "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="