Merge branch 'master' into energeek-patch

This commit is contained in:
LaneSh4d0w 2022-11-17 21:32:13 +01:00 committed by GitHub
commit 7fbd274e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
95 changed files with 977 additions and 977 deletions

14
FAQ.md
View File

@ -55,9 +55,11 @@ Note: For storage space reasons, the programming guide is only available in gz c
Based on [#1797](https://github.com/iptv-org/iptv/issues/1797), [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043).
### Is it possible to view channels directly from the main website?
No, you will only see information about active and inactive transmissions of channels.
No. In our website, you will see an extensive list of channels and their respective information, like a global database. In this case, you will only be able to search and review the channels you want. If your favorite channel is legally available as an indexed stream in the IPTV playlist, there's a "Streams" option that will be available on the right side of the channel, so that you can have the link to watch it. Else, you can make an issue to ask for it. Please respect the [contribution guide](https://github.com/iptv-org/iptv/blob/master/CONTRIBUTING.md) before doing so.
Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), and [#7509](https://github.com/iptv-org/iptv/discussions/7509).
Note: You can consult the information of the channels by country, write in the search box as `country:UK` (for UK, per example).
Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), [#7509](https://github.com/iptv-org/iptv/discussions/7509) and [#10242](https://github.com/iptv-org/iptv/discussions/10242).
### Why don't we show NSFW channels in most playlists?
NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist.
@ -152,7 +154,13 @@ Based on [#5236](https://github.com/iptv-org/iptv/pull/5236), [#5401](https://gi
### Is it possible to add streams from Youtube, Dailymotion or Twitch?
Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible.
Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geo-blocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456).
As an example, here's the scheme for adding a YouTube stream:
```
http://streamlink.example.org/iptv-query?streaming-ip=https://www.youtube.com/c/MyChannel/live
```
Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geo-blocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412), [#4456](https://github.com/iptv-org/iptv/discussions/4456) and [#10246](https://github.com/iptv-org/iptv/discussions/10246).
### Is it possible to add audio-only streams, like FM radio?
No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository.

546
README.md
View File

@ -63,34 +63,34 @@ Same thing, but split up into separate files:
</thead>
<tbody>
<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">31</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/animation.m3u</code></td></tr>
<tr><td>Business</td><td align="right">43</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/business.m3u</code></td></tr>
<tr><td>Animation</td><td align="right">30</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/animation.m3u</code></td></tr>
<tr><td>Business</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/business.m3u</code></td></tr>
<tr><td>Classic</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/classic.m3u</code></td></tr>
<tr><td>Comedy</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
<tr><td>Comedy</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/comedy.m3u</code></td></tr>
<tr><td>Cooking</td><td align="right">19</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/cooking.m3u</code></td></tr>
<tr><td>Culture</td><td align="right">21</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/culture.m3u</code></td></tr>
<tr><td>Documentary</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
<tr><td>Education</td><td align="right">94</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>Culture</td><td align="right">20</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/culture.m3u</code></td></tr>
<tr><td>Documentary</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/documentary.m3u</code></td></tr>
<tr><td>Education</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/education.m3u</code></td></tr>
<tr><td>Entertainment</td><td align="right">183</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/entertainment.m3u</code></td></tr>
<tr><td>Family</td><td align="right">30</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/family.m3u</code></td></tr>
<tr><td>General</td><td align="right">464</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
<tr><td>Kids</td><td align="right">152</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/kids.m3u</code></td></tr>
<tr><td>Legislative</td><td align="right">127</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/legislative.m3u</code></td></tr>
<tr><td>Lifestyle</td><td align="right">63</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/lifestyle.m3u</code></td></tr>
<tr><td>Movies</td><td align="right">216</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/movies.m3u</code></td></tr>
<tr><td>Music</td><td align="right">296</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
<tr><td>News</td><td align="right">387</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
<tr><td>General</td><td align="right">458</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/general.m3u</code></td></tr>
<tr><td>Kids</td><td align="right">149</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/kids.m3u</code></td></tr>
<tr><td>Legislative</td><td align="right">124</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/legislative.m3u</code></td></tr>
<tr><td>Lifestyle</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/lifestyle.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">297</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/music.m3u</code></td></tr>
<tr><td>News</td><td align="right">388</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/news.m3u</code></td></tr>
<tr><td>Outdoor</td><td align="right">42</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/outdoor.m3u</code></td></tr>
<tr><td>Relax</td><td align="right">15</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/relax.m3u</code></td></tr>
<tr><td>Religious</td><td align="right">236</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
<tr><td>Series</td><td align="right">144</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/series.m3u</code></td></tr>
<tr><td>Religious</td><td align="right">233</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/religious.m3u</code></td></tr>
<tr><td>Series</td><td align="right">141</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/series.m3u</code></td></tr>
<tr><td>Science</td><td align="right">15</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/science.m3u</code></td></tr>
<tr><td>Shop</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/shop.m3u</code></td></tr>
<tr><td>Sports</td><td align="right">144</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/sports.m3u</code></td></tr>
<tr><td>Travel</td><td align="right">14</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/travel.m3u</code></td></tr>
<tr><td>Shop</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/shop.m3u</code></td></tr>
<tr><td>Sports</td><td align="right">141</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/sports.m3u</code></td></tr>
<tr><td>Travel</td><td align="right">15</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">52</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/xxx.m3u</code></td></tr>
<tr><td>Undefined</td><td align="right">4422</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/undefined.m3u</code></td></tr>
<tr><td>Undefined</td><td align="right">4418</td><td nowrap><code>https://iptv-org.github.io/iptv/categories/undefined.m3u</code></td></tr>
</tbody>
</table>
@ -116,36 +116,36 @@ Same thing, but split up into separate files:
<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">21</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">20</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">329</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">331</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">26</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">12</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/aze.m3u</code></td></tr>
<tr><td align="left">Azerbaijani</td><td align="right">13</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">Basque</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/eus.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">Bengali</td><td align="right">37</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ben.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">16</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/bul.m3u</code></td></tr>
<tr><td align="left">Catalan</td><td align="right">9</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">166</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">168</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">10</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">15</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">79</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">1943</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/eng.m3u</code></td></tr>
<tr><td align="left">Dutch</td><td align="right">69</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">1950</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">Filipino</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fil.m3u</code></td></tr>
<tr><td align="left">Finnish</td><td align="right">18</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">151</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fra.m3u</code></td></tr>
<tr><td align="left">Finnish</td><td align="right">19</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">148</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">10</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">5</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">184</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">71</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ell.m3u</code></td></tr>
<tr><td align="left">German</td><td align="right">182</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">73</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ell.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">9</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">54</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/hin.m3u</code></td></tr>
@ -154,13 +154,13 @@ Same thing, but split up into separate files:
<tr><td align="left">Indonesian</td><td align="right">148</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">153</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">55</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">1</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">4</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">15</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">7</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/khm.m3u</code></td></tr>
<tr><td align="left">Korean</td><td align="right">127</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">111</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">11</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">9</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">5</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/lav.m3u</code></td></tr>
@ -178,39 +178,37 @@ Same thing, but split up into separate files:
<tr><td align="left">Norwegian</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/nor.m3u</code></td></tr>
<tr><td align="left">Norwegian Bokmål</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/nob.m3u</code></td></tr>
<tr><td align="left">Oriya (macrolanguage)</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ori.m3u</code></td></tr>
<tr><td align="left">Panjabi</td><td align="right">4</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/pan.m3u</code></td></tr>
<tr><td align="left">Panjabi</td><td align="right">3</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/pan.m3u</code></td></tr>
<tr><td align="left">Papiamento</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/pap.m3u</code></td></tr>
<tr><td align="left">Pashto</td><td align="right">12</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">74</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/fas.m3u</code></td></tr>
<tr><td align="left">Pashto</td><td align="right">11</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">72</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">33</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">172</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">35</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">275</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">167</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">276</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">44</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">6</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">10</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">8</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/slv.m3u</code></td></tr>
<tr><td align="left">Slovenian</td><td align="right">7</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">1</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">1046</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">19</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">8</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">33</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">Tetum</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tet.m3u</code></td></tr>
<tr><td align="left">Thai</td><td align="right">18</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">129</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/tur.m3u</code></td></tr>
<tr><td align="left">Thai</td><td align="right">19</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">133</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">30</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/ukr.m3u</code></td></tr>
<tr><td align="left">Ukrainian</td><td align="right">32</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">23</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">1</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">58</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">4</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">6</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">1701</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">1709</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/languages/undefined.m3u</code></td></tr>
</tbody>
</table>
@ -237,16 +235,16 @@ Same thing, but split up into separate files:
</thead>
<tbody>
<tr><td>🇦🇫 Afghanistan</td><td align="right">62</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/af.m3u</code></td></tr>
<tr><td>🇦🇱 Albania</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/al.m3u</code></td></tr>
<tr><td>🇩🇿 Algeria</td><td align="right">89</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dz.m3u</code></td></tr>
<tr><td>🇦🇸 American Samoa</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/as.m3u</code></td></tr>
<tr><td>🇦🇩 Andorra</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
<tr><td>🇦🇱 Albania</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/al.m3u</code></td></tr>
<tr><td>🇩🇿 Algeria</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dz.m3u</code></td></tr>
<tr><td>🇦🇸 American Samoa</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/as.m3u</code></td></tr>
<tr><td>🇦🇩 Andorra</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ad.m3u</code></td></tr>
<tr><td>🇦🇴 Angola</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ao.m3u</code></td></tr>
<tr><td>🇦🇮 Anguilla</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ai.m3u</code></td></tr>
<tr><td>🇦🇶 Antarctica</td><td align="right">46</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ag.m3u</code></td></tr>
<tr><td>🇦🇮 Anguilla</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ai.m3u</code></td></tr>
<tr><td>🇦🇶 Antarctica</td><td align="right">47</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">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ag.m3u</code></td></tr>
<tr><td>🇦🇷 Argentina</td><td align="right">248</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ar.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buenos Aires</td><td align="right">20</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Buenos Aires</td><td align="right">19</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catamarca</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chaco</td><td align="right">4</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chubut</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u</code></td></tr>
@ -267,37 +265,36 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;San Luis</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-d.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Santa Cruz</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Santa Fe</td><td align="right">6</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tucuman</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u</code></td></tr>
<tr><td>🇦🇲 Armenia</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/am.m3u</code></td></tr>
<tr><td>🇦🇼 Aruba</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/aw.m3u</code></td></tr>
<tr><td>🇦🇺 Australia</td><td align="right">87</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/au.m3u</code></td></tr>
<tr><td>🇦🇹 Austria</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/at.m3u</code></td></tr>
<tr><td>🇦🇿 Azerbaijan</td><td align="right">75</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/az.m3u</code></td></tr>
<tr><td>🇧🇸 Bahamas</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bs.m3u</code></td></tr>
<tr><td>🇧🇭 Bahrain</td><td align="right">78</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
<tr><td>🇧🇩 Bangladesh</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bd.m3u</code></td></tr>
<tr><td>🇧🇧 Barbados</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bb.m3u</code></td></tr>
<tr><td>🇧🇾 Belarus</td><td align="right">93</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/by.m3u</code></td></tr>
<tr><td>🇧🇪 Belgium</td><td align="right">93</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/be.m3u</code></td></tr>
<tr><td>🇧🇿 Belize</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bz.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tucuman</td><td align="right">4</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u</code></td></tr>
<tr><td>🇦🇲 Armenia</td><td align="right">94</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/am.m3u</code></td></tr>
<tr><td>🇦🇼 Aruba</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/aw.m3u</code></td></tr>
<tr><td>🇦🇺 Australia</td><td align="right">89</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/au.m3u</code></td></tr>
<tr><td>🇦🇹 Austria</td><td align="right">94</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">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bs.m3u</code></td></tr>
<tr><td>🇧🇭 Bahrain</td><td align="right">79</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bh.m3u</code></td></tr>
<tr><td>🇧🇩 Bangladesh</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bd.m3u</code></td></tr>
<tr><td>🇧🇧 Barbados</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bb.m3u</code></td></tr>
<tr><td>🇧🇾 Belarus</td><td align="right">94</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/by.m3u</code></td></tr>
<tr><td>🇧🇪 Belgium</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/be.m3u</code></td></tr>
<tr><td>🇧🇿 Belize</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bz.m3u</code></td></tr>
<tr><td>🇧🇯 Benin</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bj.m3u</code></td></tr>
<tr><td>🇧🇲 Bermuda</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bm.m3u</code></td></tr>
<tr><td>🇧🇹 Bhutan</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bt.m3u</code></td></tr>
<tr><td>🇧🇴 Bolivia</td><td align="right">112</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
<tr><td>🇧🇶 Bonaire</td><td align="right">46</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">74</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ba.m3u</code></td></tr>
<tr><td>🇧🇲 Bermuda</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bm.m3u</code></td></tr>
<tr><td>🇧🇹 Bhutan</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bt.m3u</code></td></tr>
<tr><td>🇧🇴 Bolivia</td><td align="right">114</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bo.m3u</code></td></tr>
<tr><td>🇧🇶 Bonaire</td><td align="right">47</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">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ba.m3u</code></td></tr>
<tr><td>🇧🇼 Botswana</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bw.m3u</code></td></tr>
<tr><td>🇧🇻 Bouvet Island</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bv.m3u</code></td></tr>
<tr><td>🇧🇷 Brazil</td><td align="right">201</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/br.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rio de Janeiro</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/br-rj.m3u</code></td></tr>
<tr><td>🇮🇴 British Indian Ocean Territory</td><td align="right">46</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vg.m3u</code></td></tr>
<tr><td>🇧🇳 Brunei</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bn.m3u</code></td></tr>
<tr><td>🇧🇬 Bulgaria</td><td align="right">74</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bg.m3u</code></td></tr>
<tr><td>🇧🇻 Bouvet Island</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bv.m3u</code></td></tr>
<tr><td>🇧🇷 Brazil</td><td align="right">199</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">47</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vg.m3u</code></td></tr>
<tr><td>🇧🇳 Brunei</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bn.m3u</code></td></tr>
<tr><td>🇧🇬 Bulgaria</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bg.m3u</code></td></tr>
<tr><td>🇧🇫 Burkina Faso</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bf.m3u</code></td></tr>
<tr><td>🇧🇮 Burundi</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bi.m3u</code></td></tr>
<tr><td>🇰🇭 Cambodia</td><td align="right">70</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kh.m3u</code></td></tr>
<tr><td>🇨🇲 Cameroon</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cm.m3u</code></td></tr>
<tr><td>🇰🇭 Cambodia</td><td align="right">75</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kh.m3u</code></td></tr>
<tr><td>🇨🇲 Cameroon</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cm.m3u</code></td></tr>
<tr><td>🇨🇦 Canada</td><td align="right">150</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ca.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;British Columbia</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ca-bc.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Manitoba</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ca-mb.m3u</code></td></tr>
@ -307,19 +304,20 @@ Same thing, but split up into separate files:
<tr><td>🇨🇻 Cape Verde</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cv.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boa Vista</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/cv-bv.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sal</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/cv-sl.m3u</code></td></tr>
<tr><td>🇰🇾 Cayman Islands</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ky.m3u</code></td></tr>
<tr><td>🇰🇾 Cayman Islands</td><td align="right">51</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cf.m3u</code></td></tr>
<tr><td>🇹🇩 Chad</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/td.m3u</code></td></tr>
<tr><td>🇨🇱 Chile</td><td align="right">197</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cl.m3u</code></td></tr>
<tr><td>🇨🇱 Chile</td><td align="right">201</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cl.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magallanes</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/cl-ma.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nuble</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u</code></td></tr>
<tr><td>🇨🇳 China</td><td align="right">694</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cn.m3u</code></td></tr>
<tr><td>🇨🇽 Christmas Island</td><td align="right">46</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">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cc.m3u</code></td></tr>
<tr><td>🇨🇽 Christmas Island</td><td align="right">47</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">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cc.m3u</code></td></tr>
<tr><td>🇨🇴 Colombia</td><td align="right">135</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/co.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;San Andres, Providencia y Santa Catalina</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Antioquia</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Atlantico</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bolivar</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-bol.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Caldas</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-cal.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cauca</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-cau.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Choco</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-cho.m3u</code></td></tr>
@ -332,68 +330,68 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tolima</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-tol.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Valle del Cauca</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u</code></td></tr>
<tr><td>🇰🇲 Comoros</td><td align="right">74</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/km.m3u</code></td></tr>
<tr><td>🇨🇰 Cook Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ck.m3u</code></td></tr>
<tr><td>🇨🇷 Costa Rica</td><td align="right">117</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cr.m3u</code></td></tr>
<tr><td>🇭🇷 Croatia</td><td align="right">74</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hr.m3u</code></td></tr>
<tr><td>🇨🇺 Cuba</td><td align="right">91</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cu.m3u</code></td></tr>
<tr><td>🇨🇼 Curacao</td><td align="right">56</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cw.m3u</code></td></tr>
<tr><td>🇨🇾 Cyprus</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cy.m3u</code></td></tr>
<tr><td>🇨🇿 Czech Republic</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cz.m3u</code></td></tr>
<tr><td>🇨🇰 Cook Islands</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ck.m3u</code></td></tr>
<tr><td>🇨🇷 Costa Rica</td><td align="right">118</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cr.m3u</code></td></tr>
<tr><td>🇭🇷 Croatia</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hr.m3u</code></td></tr>
<tr><td>🇨🇺 Cuba</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cu.m3u</code></td></tr>
<tr><td>🇨🇼 Curacao</td><td align="right">57</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cw.m3u</code></td></tr>
<tr><td>🇨🇾 Cyprus</td><td align="right">87</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cy.m3u</code></td></tr>
<tr><td>🇨🇿 Czech Republic</td><td align="right">78</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">54</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cd.m3u</code></td></tr>
<tr><td>🇩🇰 Denmark</td><td align="right">81</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dk.m3u</code></td></tr>
<tr><td>🇩🇰 Denmark</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dk.m3u</code></td></tr>
<tr><td>🇩🇯 Djibouti</td><td align="right">79</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dj.m3u</code></td></tr>
<tr><td>🇩🇲 Dominica</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dm.m3u</code></td></tr>
<tr><td>🇩🇴 Dominican Republic</td><td align="right">163</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/do.m3u</code></td></tr>
<tr><td>🇩🇲 Dominica</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/dm.m3u</code></td></tr>
<tr><td>🇩🇴 Dominican Republic</td><td align="right">162</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/do.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Distrito Nacional (Santo Domingo)</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/do-01.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;El Seibo</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/do-08.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;La Altagracia</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/do-11.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Monsenor Nouel</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/do-28.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Santiago</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/do-25.m3u</code></td></tr>
<tr><td>🇹🇱 East Timor</td><td align="right">61</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tl.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>🇹🇱 East Timor</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tl.m3u</code></td></tr>
<tr><td>🇪🇨 Ecuador</td><td align="right">104</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ec.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Loja</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/ec-l.m3u</code></td></tr>
<tr><td>🇪🇬 Egypt</td><td align="right">97</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/eg.m3u</code></td></tr>
<tr><td>🇸🇻 El Salvador</td><td align="right">106</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sv.m3u</code></td></tr>
<tr><td>🇸🇻 El Salvador</td><td align="right">107</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sv.m3u</code></td></tr>
<tr><td>🇬🇶 Equatorial Guinea</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gq.m3u</code></td></tr>
<tr><td>🇪🇷 Eritrea</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/er.m3u</code></td></tr>
<tr><td>🇪🇪 Estonia</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
<tr><td>🇪🇪 Estonia</td><td align="right">71</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ee.m3u</code></td></tr>
<tr><td>🇪🇹 Ethiopia</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/et.m3u</code></td></tr>
<tr><td>🇫🇰 Falkland Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fk.m3u</code></td></tr>
<tr><td>🇫🇴 Faroe Islands</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fo.m3u</code></td></tr>
<tr><td>🇫🇯 Fiji</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fj.m3u</code></td></tr>
<tr><td>🇫🇮 Finland</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
<tr><td>🇫🇰 Falkland Islands</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fk.m3u</code></td></tr>
<tr><td>🇫🇴 Faroe Islands</td><td align="right">48</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fo.m3u</code></td></tr>
<tr><td>🇫🇯 Fiji</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fj.m3u</code></td></tr>
<tr><td>🇫🇮 Finland</td><td align="right">89</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fi.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Keski-Suomi</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/fi-08.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pohjanmaa</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/fi-12.m3u</code></td></tr>
<tr><td>🇫🇷 France</td><td align="right">207</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fr.m3u</code></td></tr>
<tr><td>🇫🇷 France</td><td align="right">210</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fr.m3u</code></td></tr>
<tr><td>🇬🇫 French Guiana</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gf.m3u</code></td></tr>
<tr><td>🇵🇫 French Polynesia</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pf.m3u</code></td></tr>
<tr><td>🇵🇫 French Polynesia</td><td align="right">52</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tf.m3u</code></td></tr>
<tr><td>🇬🇦 Gabon</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ga.m3u</code></td></tr>
<tr><td>🇬🇲 Gambia</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gm.m3u</code></td></tr>
<tr><td>🇬🇪 Georgia</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ge.m3u</code></td></tr>
<tr><td>🇩🇪 Germany</td><td align="right">248</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/de.m3u</code></td></tr>
<tr><td>🇬🇪 Georgia</td><td align="right">71</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ge.m3u</code></td></tr>
<tr><td>🇩🇪 Germany</td><td align="right">250</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/de.m3u</code></td></tr>
<tr><td>🇬🇭 Ghana</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gh.m3u</code></td></tr>
<tr><td>🇬🇮 Gibraltar</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gi.m3u</code></td></tr>
<tr><td>🇬🇷 Greece</td><td align="right">134</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gr.m3u</code></td></tr>
<tr><td>🇬🇱 Greenland</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gl.m3u</code></td></tr>
<tr><td>🇬🇩 Grenada</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gd.m3u</code></td></tr>
<tr><td>🇬🇮 Gibraltar</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gi.m3u</code></td></tr>
<tr><td>🇬🇷 Greece</td><td align="right">138</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gr.m3u</code></td></tr>
<tr><td>🇬🇱 Greenland</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gl.m3u</code></td></tr>
<tr><td>🇬🇩 Grenada</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gd.m3u</code></td></tr>
<tr><td>🇬🇵 Guadeloupe</td><td align="right">54</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gp.m3u</code></td></tr>
<tr><td>🇬🇺 Guam</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gu.m3u</code></td></tr>
<tr><td>🇬🇹 Guatemala</td><td align="right">101</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gt.m3u</code></td></tr>
<tr><td>🇬🇺 Guam</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gu.m3u</code></td></tr>
<tr><td>🇬🇹 Guatemala</td><td align="right">100</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gt.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Totonicapan</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/gt-08.m3u</code></td></tr>
<tr><td>🇬🇬 Guernsey</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gg.m3u</code></td></tr>
<tr><td>🇬🇬 Guernsey</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gg.m3u</code></td></tr>
<tr><td>🇬🇳 Guinea</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gn.m3u</code></td></tr>
<tr><td>🇬🇼 Guinea-Bissau</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gw.m3u</code></td></tr>
<tr><td>🇬🇾 Guyana</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gy.m3u</code></td></tr>
<tr><td>🇬🇾 Guyana</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gy.m3u</code></td></tr>
<tr><td>🇭🇹 Haiti</td><td align="right">67</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">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hm.m3u</code></td></tr>
<tr><td>🇭🇳 Honduras</td><td align="right">120</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hn.m3u</code></td></tr>
<tr><td>🇭🇰 Hong Kong</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hk.m3u</code></td></tr>
<tr><td>🇭🇺 Hungary</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hu.m3u</code></td></tr>
<tr><td>🇮🇸 Iceland</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/is.m3u</code></td></tr>
<tr><td>🇮🇳 India</td><td align="right">215</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/in.m3u</code></td></tr>
<tr><td>🇮🇩 Indonesia</td><td align="right">225</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/id.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aceh</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u</code></td></tr>
<tr><td>🇭🇲 Heard Island and McDonald Islands</td><td align="right">47</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>🇭🇰 Hong Kong</td><td align="right">79</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hk.m3u</code></td></tr>
<tr><td>🇭🇺 Hungary</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/hu.m3u</code></td></tr>
<tr><td>🇮🇸 Iceland</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/is.m3u</code></td></tr>
<tr><td>🇮🇳 India</td><td align="right">217</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/in.m3u</code></td></tr>
<tr><td>🇮🇩 Indonesia</td><td align="right">226</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/id.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aceh</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bali</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Banten</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bengkulu</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-be.m3u</code></td></tr>
@ -404,11 +402,11 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jawa Tengah</td><td align="right">6</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jawa Timur</td><td align="right">9</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kalimantan Barat</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kalimantan Selatan</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kalimantan Selatan</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kalimantan Tengah</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-kt.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kalimantan Timur</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kepulauan Bangka Belitung</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-bb.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lampung</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-la.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lampung</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-la.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maluku Utara</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maluku</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ml.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nusa Tenggara Barat</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-nb.m3u</code></td></tr>
@ -416,52 +414,52 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Papua</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Riau</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Barat</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Selatan</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Selatan</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Tengah</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-st.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Tenggara</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Tenggara</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sulawesi Utara</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sumatera Barat</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sumatera Selatan</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yogyakarta</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u</code></td></tr>
<tr><td>🇮🇷 Iran</td><td align="right">119</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ir.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yogyakarta</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u</code></td></tr>
<tr><td>🇮🇷 Iran</td><td align="right">116</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ir.m3u</code></td></tr>
<tr><td>🇮🇶 Iraq</td><td align="right">106</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/iq.m3u</code></td></tr>
<tr><td>🇮🇪 Ireland</td><td align="right">83</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">46</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">245</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/it.m3u</code></td></tr>
<tr><td>🇮🇪 Ireland</td><td align="right">85</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">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/im.m3u</code></td></tr>
<tr><td>🇮🇱 Israel</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/il.m3u</code></td></tr>
<tr><td>🇮🇹 Italy</td><td align="right">243</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/it.m3u</code></td></tr>
<tr><td>🇨🇮 Ivory Coast</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ci.m3u</code></td></tr>
<tr><td>🇯🇲 Jamaica</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jm.m3u</code></td></tr>
<tr><td>🇯🇵 Japan</td><td align="right">101</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jp.m3u</code></td></tr>
<tr><td>🇯🇪 Jersey</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/je.m3u</code></td></tr>
<tr><td>🇯🇴 Jordan</td><td align="right">97</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
<tr><td>🇰🇿 Kazakhstan</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kz.m3u</code></td></tr>
<tr><td>🇰🇪 Kenya</td><td align="right">57</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ke.m3u</code></td></tr>
<tr><td>🇰🇮 Kiribati</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ki.m3u</code></td></tr>
<tr><td>🇽🇰 Kosovo</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/xk.m3u</code></td></tr>
<tr><td>🇰🇼 Kuwait</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kw.m3u</code></td></tr>
<tr><td>🇰🇬 Kyrgyzstan</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kg.m3u</code></td></tr>
<tr><td>🇱🇦 Laos</td><td align="right">78</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/la.m3u</code></td></tr>
<tr><td>🇱🇻 Latvia</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lv.m3u</code></td></tr>
<tr><td>🇱🇧 Lebanon</td><td align="right">93</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
<tr><td>🇯🇲 Jamaica</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jm.m3u</code></td></tr>
<tr><td>🇯🇵 Japan</td><td align="right">102</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jp.m3u</code></td></tr>
<tr><td>🇯🇪 Jersey</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/je.m3u</code></td></tr>
<tr><td>🇯🇴 Jordan</td><td align="right">98</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/jo.m3u</code></td></tr>
<tr><td>🇰🇿 Kazakhstan</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kz.m3u</code></td></tr>
<tr><td>🇰🇪 Kenya</td><td align="right">56</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ke.m3u</code></td></tr>
<tr><td>🇰🇮 Kiribati</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ki.m3u</code></td></tr>
<tr><td>🇽🇰 Kosovo</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/xk.m3u</code></td></tr>
<tr><td>🇰🇼 Kuwait</td><td align="right">96</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kw.m3u</code></td></tr>
<tr><td>🇰🇬 Kyrgyzstan</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kg.m3u</code></td></tr>
<tr><td>🇱🇦 Laos</td><td align="right">82</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/la.m3u</code></td></tr>
<tr><td>🇱🇻 Latvia</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lv.m3u</code></td></tr>
<tr><td>🇱🇧 Lebanon</td><td align="right">94</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lb.m3u</code></td></tr>
<tr><td>🇱🇸 Lesotho</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ls.m3u</code></td></tr>
<tr><td>🇱🇷 Liberia</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lr.m3u</code></td></tr>
<tr><td>🇱🇾 Libya</td><td align="right">85</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ly.m3u</code></td></tr>
<tr><td>🇱🇮 Liechtenstein</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/li.m3u</code></td></tr>
<tr><td>🇱🇹 Lithuania</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lt.m3u</code></td></tr>
<tr><td>🇱🇺 Luxembourg</td><td align="right">75</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lu.m3u</code></td></tr>
<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>🇱🇮 Liechtenstein</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/li.m3u</code></td></tr>
<tr><td>🇱🇹 Lithuania</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lt.m3u</code></td></tr>
<tr><td>🇱🇺 Luxembourg</td><td align="right">77</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lu.m3u</code></td></tr>
<tr><td>🇲🇴 Macao</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mo.m3u</code></td></tr>
<tr><td>🇲🇬 Madagascar</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mg.m3u</code></td></tr>
<tr><td>🇲🇼 Malawi</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mw.m3u</code></td></tr>
<tr><td>🇲🇾 Malaysia</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/my.m3u</code></td></tr>
<tr><td>🇲🇻 Maldives</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mv.m3u</code></td></tr>
<tr><td>🇲🇾 Malaysia</td><td align="right">71</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/my.m3u</code></td></tr>
<tr><td>🇲🇻 Maldives</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mv.m3u</code></td></tr>
<tr><td>🇲🇱 Mali</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ml.m3u</code></td></tr>
<tr><td>🇲🇹 Malta</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mt.m3u</code></td></tr>
<tr><td>🇲🇭 Marshall Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mh.m3u</code></td></tr>
<tr><td>🇲🇹 Malta</td><td align="right">67</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mt.m3u</code></td></tr>
<tr><td>🇲🇭 Marshall Islands</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mh.m3u</code></td></tr>
<tr><td>🇲🇶 Martinique</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mq.m3u</code></td></tr>
<tr><td>🇲🇷 Mauritania</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mr.m3u</code></td></tr>
<tr><td>🇲🇺 Mauritius</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mu.m3u</code></td></tr>
<tr><td>🇾🇹 Mayotte</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/yt.m3u</code></td></tr>
<tr><td>🇲🇽 Mexico</td><td align="right">178</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mx.m3u</code></td></tr>
<tr><td>🇲🇽 Mexico</td><td align="right">176</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mx.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aguascalientes</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-agu.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Baja California</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-bcn.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chihuahua</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-chh.m3u</code></td></tr>
@ -479,98 +477,98 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sonora</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-son.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tamaulipas</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-tam.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Veracruz de Ignacio de la Llave</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-ver.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Zacatecas</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/mx-zac.m3u</code></td></tr>
<tr><td>🇫🇲 Micronesia</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fm.m3u</code></td></tr>
<tr><td>🇲🇩 Moldova</td><td align="right">74</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/md.m3u</code></td></tr>
<tr><td>🇲🇨 Monaco</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mc.m3u</code></td></tr>
<tr><td>🇲🇳 Mongolia</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mn.m3u</code></td></tr>
<tr><td>🇲🇪 Montenegro</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/me.m3u</code></td></tr>
<tr><td>🇲🇸 Montserrat</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ms.m3u</code></td></tr>
<tr><td>🇫🇲 Micronesia</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/fm.m3u</code></td></tr>
<tr><td>🇲🇩 Moldova</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/md.m3u</code></td></tr>
<tr><td>🇲🇨 Monaco</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mc.m3u</code></td></tr>
<tr><td>🇲🇳 Mongolia</td><td align="right">69</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mn.m3u</code></td></tr>
<tr><td>🇲🇪 Montenegro</td><td align="right">71</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/me.m3u</code></td></tr>
<tr><td>🇲🇸 Montserrat</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ms.m3u</code></td></tr>
<tr><td>🇲🇦 Morocco</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ma.m3u</code></td></tr>
<tr><td>🇲🇿 Mozambique</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mz.m3u</code></td></tr>
<tr><td>🇲🇲 Myanmar (Burma)</td><td align="right">61</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mm.m3u</code></td></tr>
<tr><td>🇲🇲 Myanmar (Burma)</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mm.m3u</code></td></tr>
<tr><td>🇳🇦 Namibia</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/na.m3u</code></td></tr>
<tr><td>🇳🇷 Nauru</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nr.m3u</code></td></tr>
<tr><td>🇳🇵 Nepal</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/np.m3u</code></td></tr>
<tr><td>🇳🇱 Netherlands</td><td align="right">176</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nl.m3u</code></td></tr>
<tr><td>🇳🇨 New Caledonia</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nc.m3u</code></td></tr>
<tr><td>🇳🇿 New Zealand</td><td align="right">111</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nz.m3u</code></td></tr>
<tr><td>🇳🇮 Nicaragua</td><td align="right">102</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ni.m3u</code></td></tr>
<tr><td>🇳🇷 Nauru</td><td align="right">51</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">181</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nl.m3u</code></td></tr>
<tr><td>🇳🇨 New Caledonia</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nc.m3u</code></td></tr>
<tr><td>🇳🇿 New Zealand</td><td align="right">113</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nz.m3u</code></td></tr>
<tr><td>🇳🇮 Nicaragua</td><td align="right">103</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ni.m3u</code></td></tr>
<tr><td>🇳🇪 Niger</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ne.m3u</code></td></tr>
<tr><td>🇳🇬 Nigeria</td><td align="right">65</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ng.m3u</code></td></tr>
<tr><td>🇳🇺 Niue</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nu.m3u</code></td></tr>
<tr><td>🇳🇫 Norfolk Island</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nf.m3u</code></td></tr>
<tr><td>🇰🇵 North Korea</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kp.m3u</code></td></tr>
<tr><td>🇲🇰 North Macedonia</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mk.m3u</code></td></tr>
<tr><td>🇲🇵 Northern Mariana Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mp.m3u</code></td></tr>
<tr><td>🇳🇴 Norway</td><td align="right">70</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
<tr><td>🇴🇲 Oman</td><td align="right">80</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/om.m3u</code></td></tr>
<tr><td>🇵🇰 Pakistan</td><td align="right">72</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pk.m3u</code></td></tr>
<tr><td>🇳🇬 Nigeria</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ng.m3u</code></td></tr>
<tr><td>🇳🇺 Niue</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nu.m3u</code></td></tr>
<tr><td>🇳🇫 Norfolk Island</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/nf.m3u</code></td></tr>
<tr><td>🇰🇵 North Korea</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kp.m3u</code></td></tr>
<tr><td>🇲🇰 North Macedonia</td><td align="right">68</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mk.m3u</code></td></tr>
<tr><td>🇲🇵 Northern Mariana Islands</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/mp.m3u</code></td></tr>
<tr><td>🇳🇴 Norway</td><td align="right">72</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/no.m3u</code></td></tr>
<tr><td>🇴🇲 Oman</td><td align="right">81</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/om.m3u</code></td></tr>
<tr><td>🇵🇰 Pakistan</td><td align="right">73</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pk.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Islamabad</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pk-is.m3u</code></td></tr>
<tr><td>🇵🇼 Palau</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pw.m3u</code></td></tr>
<tr><td>🇵🇼 Palau</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pw.m3u</code></td></tr>
<tr><td>🇵🇸 Palestine</td><td align="right">92</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ps.m3u</code></td></tr>
<tr><td>🇵🇦 Panama</td><td align="right">102</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">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pg.m3u</code></td></tr>
<tr><td>🇵🇾 Paraguay</td><td align="right">113</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/py.m3u</code></td></tr>
<tr><td>🇵🇦 Panama</td><td align="right">103</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pg.m3u</code></td></tr>
<tr><td>🇵🇾 Paraguay</td><td align="right">115</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/py.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alto Parana</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/py-10.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boqueron</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/py-19.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Caaguazu</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/py-5.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Central</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/py-11.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Itapua</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/py-7.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Presidente Hayes</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/py-15.m3u</code></td></tr>
<tr><td>🇵🇪 Peru</td><td align="right">239</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pe.m3u</code></td></tr>
<tr><td>🇵🇪 Peru</td><td align="right">233</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pe.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ancash</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pe-anc.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Apurimac</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pe-apu.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Arequipa</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Junin</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pe-jun.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lima</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moquegua</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u</code></td></tr>
<tr><td>🇵🇭 Philippines</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ph.m3u</code></td></tr>
<tr><td>🇵🇳 Pitcairn Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pn.m3u</code></td></tr>
<tr><td>🇵🇱 Poland</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pl.m3u</code></td></tr>
<tr><td>🇵🇹 Portugal</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pt.m3u</code></td></tr>
<tr><td>🇵🇷 Puerto Rico</td><td align="right">98</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pr.m3u</code></td></tr>
<tr><td>🇶🇦 Qatar</td><td align="right">79</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/qa.m3u</code></td></tr>
<tr><td>🇵🇭 Philippines</td><td align="right">80</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ph.m3u</code></td></tr>
<tr><td>🇵🇳 Pitcairn Islands</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pn.m3u</code></td></tr>
<tr><td>🇵🇱 Poland</td><td align="right">97</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pl.m3u</code></td></tr>
<tr><td>🇵🇹 Portugal</td><td align="right">96</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pt.m3u</code></td></tr>
<tr><td>🇵🇷 Puerto Rico</td><td align="right">99</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/pr.m3u</code></td></tr>
<tr><td>🇶🇦 Qatar</td><td align="right">80</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/cg.m3u</code></td></tr>
<tr><td>🇷🇴 Romania</td><td align="right">90</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ro.m3u</code></td></tr>
<tr><td>🇷🇺 Russia</td><td align="right">367</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
<tr><td>🇷🇴 Romania</td><td align="right">93</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ro.m3u</code></td></tr>
<tr><td>🇷🇺 Russia</td><td align="right">372</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ru.m3u</code></td></tr>
<tr><td>🇷🇼 Rwanda</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/rw.m3u</code></td></tr>
<tr><td>🇷🇪 Réunion</td><td align="right">51</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">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/bl.m3u</code></td></tr>
<tr><td>🇸🇭 Saint Helena</td><td align="right">50</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kn.m3u</code></td></tr>
<tr><td>🇱🇨 Saint Lucia</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lc.m3u</code></td></tr>
<tr><td>🇰🇳 Saint Kitts and Nevis</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kn.m3u</code></td></tr>
<tr><td>🇱🇨 Saint Lucia</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lc.m3u</code></td></tr>
<tr><td>🇲🇫 Saint Martin</td><td align="right">53</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">49</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vc.m3u</code></td></tr>
<tr><td>🇼🇸 Samoa</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ws.m3u</code></td></tr>
<tr><td>🇸🇲 San Marino</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sm.m3u</code></td></tr>
<tr><td>🇸🇦 Saudi Arabia</td><td align="right">120</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sa.m3u</code></td></tr>
<tr><td>🇵🇲 Saint Pierre and Miquelon</td><td align="right">50</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vc.m3u</code></td></tr>
<tr><td>🇼🇸 Samoa</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ws.m3u</code></td></tr>
<tr><td>🇸🇲 San Marino</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sm.m3u</code></td></tr>
<tr><td>🇸🇦 Saudi Arabia</td><td align="right">121</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sa.m3u</code></td></tr>
<tr><td>🇸🇳 Senegal</td><td align="right">58</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sn.m3u</code></td></tr>
<tr><td>🇷🇸 Serbia</td><td align="right">103</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/rs.m3u</code></td></tr>
<tr><td>🇷🇸 Serbia</td><td align="right">105</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/rs.m3u</code></td></tr>
<tr><td>🇸🇨 Seychelles</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sc.m3u</code></td></tr>
<tr><td>🇸🇱 Sierra Leone</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sl.m3u</code></td></tr>
<tr><td>🇸🇬 Singapore</td><td align="right">72</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sg.m3u</code></td></tr>
<tr><td>🇸🇽 Sint Maarten</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sx.m3u</code></td></tr>
<tr><td>🇸🇰 Slovakia</td><td align="right">84</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sk.m3u</code></td></tr>
<tr><td>🇸🇮 Slovenia</td><td align="right">76</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/si.m3u</code></td></tr>
<tr><td>🇸🇧 Solomon Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sb.m3u</code></td></tr>
<tr><td>🇸🇬 Singapore</td><td align="right">75</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sg.m3u</code></td></tr>
<tr><td>🇸🇽 Sint Maarten</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sx.m3u</code></td></tr>
<tr><td>🇸🇰 Slovakia</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sk.m3u</code></td></tr>
<tr><td>🇸🇮 Slovenia</td><td align="right">77</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/si.m3u</code></td></tr>
<tr><td>🇸🇧 Solomon Islands</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sb.m3u</code></td></tr>
<tr><td>🇸🇴 Somalia</td><td align="right">77</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/so.m3u</code></td></tr>
<tr><td>🇿🇦 South Africa</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/za.m3u</code></td></tr>
<tr><td>🇬🇸 South Georgia and the South Sandwich Islands</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gs.m3u</code></td></tr>
<tr><td>🇰🇷 South Korea</td><td align="right">185</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kr.m3u</code></td></tr>
<tr><td>🇬🇸 South Georgia and the South Sandwich Islands</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/gs.m3u</code></td></tr>
<tr><td>🇰🇷 South Korea</td><td align="right">171</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/kr.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Busan-gwangyeoksi</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-26.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Chungcheongbuk-do</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-43.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Daegu-gwangyeoksi</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Daejeon-gwangyeoksi</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-30.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gangwon-do</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-42.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gyeongsangbuk-do</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-47.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jeju-teukbyeoljachido</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jeju-teukbyeoljachido</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jeollabuk-do</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-45.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jeollanam-do</td><td align="right">4</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-46.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ulsan-gwangyeoksi</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/kr-31.m3u</code></td></tr>
<tr><td>🇸🇸 South Sudan</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ss.m3u</code></td></tr>
<tr><td>🇪🇸 Spain</td><td align="right">239</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
<tr><td>🇪🇸 Spain</td><td align="right">241</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/es.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Madrid, Comunidad de</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-md.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Murcia, Region de</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-mc.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Andalucia</td><td align="right">11</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-an.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aragon</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-ar.m3u</code></td></tr>
@ -578,41 +576,41 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Castilla-La Mancha</td><td align="right">12</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Catalunya</td><td align="right">6</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extremadura</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/es-ex.m3u</code></td></tr>
<tr><td>🇱🇰 Sri Lanka</td><td align="right">56</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lk.m3u</code></td></tr>
<tr><td>🇱🇰 Sri Lanka</td><td align="right">57</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/lk.m3u</code></td></tr>
<tr><td>🇸🇩 Sudan</td><td align="right">80</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sd.m3u</code></td></tr>
<tr><td>🇸🇷 Suriname</td><td align="right">49</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">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sj.m3u</code></td></tr>
<tr><td>🇸🇷 Suriname</td><td align="right">50</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">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sj.m3u</code></td></tr>
<tr><td>🇸🇿 Swaziland</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sz.m3u</code></td></tr>
<tr><td>🇸🇪 Sweden</td><td align="right">109</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/se.m3u</code></td></tr>
<tr><td>🇸🇪 Sweden</td><td align="right">111</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/se.m3u</code></td></tr>
<tr><td>🇨🇭 Switzerland</td><td align="right">101</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ch.m3u</code></td></tr>
<tr><td>🇸🇾 Syria</td><td align="right">83</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/sy.m3u</code></td></tr>
<tr><td>🇸🇾 Syria</td><td align="right">84</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/st.m3u</code></td></tr>
<tr><td>🇹🇼 Taiwan</td><td align="right">143</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tw.m3u</code></td></tr>
<tr><td>🇹🇯 Tajikistan</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tj.m3u</code></td></tr>
<tr><td>🇹🇼 Taiwan</td><td align="right">144</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tw.m3u</code></td></tr>
<tr><td>🇹🇯 Tajikistan</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tj.m3u</code></td></tr>
<tr><td>🇹🇿 Tanzania</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tz.m3u</code></td></tr>
<tr><td>🇹🇭 Thailand</td><td align="right">91</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/th.m3u</code></td></tr>
<tr><td>🇹🇭 Thailand</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/th.m3u</code></td></tr>
<tr><td>🇹🇬 Togo</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tg.m3u</code></td></tr>
<tr><td>🇹🇰 Tokelau</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tk.m3u</code></td></tr>
<tr><td>🇹🇴 Tonga</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/to.m3u</code></td></tr>
<tr><td>🇹🇹 Trinidad and Tobago</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tt.m3u</code></td></tr>
<tr><td>🇹🇳 Tunisia</td><td align="right">85</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tn.m3u</code></td></tr>
<tr><td>🇹🇷 Turkey</td><td align="right">197</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tr.m3u</code></td></tr>
<tr><td>🇹🇲 Turkmenistan</td><td align="right">53</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tm.m3u</code></td></tr>
<tr><td>🇹🇨 Turks and Caicos Islands</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tc.m3u</code></td></tr>
<tr><td>🇹🇻 Tuvalu</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tv.m3u</code></td></tr>
<tr><td>🇺🇲 U.S. Minor Outlying Islands</td><td align="right">46</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">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vi.m3u</code></td></tr>
<tr><td>🇹🇰 Tokelau</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tk.m3u</code></td></tr>
<tr><td>🇹🇴 Tonga</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/to.m3u</code></td></tr>
<tr><td>🇹🇹 Trinidad and Tobago</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tt.m3u</code></td></tr>
<tr><td>🇹🇳 Tunisia</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tn.m3u</code></td></tr>
<tr><td>🇹🇷 Turkey</td><td align="right">202</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tr.m3u</code></td></tr>
<tr><td>🇹🇲 Turkmenistan</td><td align="right">54</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tm.m3u</code></td></tr>
<tr><td>🇹🇨 Turks and Caicos Islands</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tc.m3u</code></td></tr>
<tr><td>🇹🇻 Tuvalu</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/tv.m3u</code></td></tr>
<tr><td>🇺🇲 U.S. Minor Outlying Islands</td><td align="right">47</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vi.m3u</code></td></tr>
<tr><td>🇺🇬 Uganda</td><td align="right">52</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ug.m3u</code></td></tr>
<tr><td>🇺🇦 Ukraine</td><td align="right">101</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>🇬🇧 United Kingdom</td><td align="right">342</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
<tr><td>🇺🇦 Ukraine</td><td align="right">105</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">344</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uk.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wales</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u</code></td></tr>
<tr><td>🇺🇸 United States</td><td align="right">1948</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/us.m3u</code></td></tr>
<tr><td>🇺🇸 United States</td><td align="right">1943</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/us.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alabama</td><td align="right">4</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-al.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alaska</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ak.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Arizona</td><td align="right">17</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-az.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Arkansas</td><td align="right">6</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;California</td><td align="right">158</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;California</td><td align="right">160</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Colorado</td><td align="right">23</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-co.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Connecticut</td><td align="right">27</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Delaware</td><td align="right">7</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-de.m3u</code></td></tr>
@ -621,7 +619,7 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Georgia</td><td align="right">12</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ga.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hawaii</td><td align="right">6</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-hi.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Idaho</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-id.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Illinois</td><td align="right">11</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-il.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Illinois</td><td align="right">10</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-il.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indiana</td><td align="right">8</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-in.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Iowa</td><td align="right">5</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ia.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kansas</td><td align="right">14</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ks.m3u</code></td></tr>
@ -638,15 +636,15 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nebraska</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ne.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nevada</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nv.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New Hampshire</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nh.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New Jersey</td><td align="right">19</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New Jersey</td><td align="right">16</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New Mexico</td><td align="right">4</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New York</td><td align="right">38</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;New York</td><td align="right">41</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;North Carolina</td><td align="right">7</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nc.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;North Dakota</td><td align="right">4</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-nd.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ohio</td><td align="right">13</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Oklahoma</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ok.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Oregon</td><td align="right">3</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-or.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pennsylvania</td><td align="right">27</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pennsylvania</td><td align="right">26</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Puerto Rico</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-pr.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rhode Island</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-ri.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;South Carolina</td><td align="right">2</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-sc.m3u</code></td></tr>
@ -659,18 +657,18 @@ Same thing, but split up into separate files:
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Washington</td><td align="right">12</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-wa.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wisconsin</td><td align="right">8</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-wi.m3u</code></td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wyoming</td><td align="right">1</td><td nowrap><code>https://iptv-org.github.io/iptv/subdivisions/us-wy.m3u</code></td></tr>
<tr><td>🇺🇾 Uruguay</td><td align="right">95</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uy.m3u</code></td></tr>
<tr><td>🇺🇿 Uzbekistan</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uz.m3u</code></td></tr>
<tr><td>🇻🇺 Vanuatu</td><td align="right">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vu.m3u</code></td></tr>
<tr><td>🇻🇦 Vatican City</td><td align="right">64</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/va.m3u</code></td></tr>
<tr><td>🇺🇾 Uruguay</td><td align="right">96</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uy.m3u</code></td></tr>
<tr><td>🇺🇿 Uzbekistan</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/uz.m3u</code></td></tr>
<tr><td>🇻🇺 Vanuatu</td><td align="right">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/vu.m3u</code></td></tr>
<tr><td>🇻🇦 Vatican City</td><td align="right">66</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/va.m3u</code></td></tr>
<tr><td>🇻🇪 Venezuela</td><td align="right">107</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ve.m3u</code></td></tr>
<tr><td>🇻🇳 Vietnam</td><td align="right">121</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">49</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/wf.m3u</code></td></tr>
<tr><td>🇻🇳 Vietnam</td><td align="right">125</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">51</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/wf.m3u</code></td></tr>
<tr><td>🇪🇭 Western Sahara</td><td align="right">55</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/eh.m3u</code></td></tr>
<tr><td>🇾🇪 Yemen</td><td align="right">85</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ye.m3u</code></td></tr>
<tr><td>🇾🇪 Yemen</td><td align="right">86</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ye.m3u</code></td></tr>
<tr><td>🇿🇲 Zambia</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/zm.m3u</code></td></tr>
<tr><td>🇿🇼 Zimbabwe</td><td align="right">50</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/zw.m3u</code></td></tr>
<tr><td>🇦🇽 Åland</td><td align="right">46</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ax.m3u</code></td></tr>
<tr><td>🇦🇽 Åland</td><td align="right">47</td><td nowrap><code>https://iptv-org.github.io/iptv/countries/ax.m3u</code></td></tr>
</tbody>
</table>
@ -696,38 +694,38 @@ Same thing, but split up into separate files:
<tr><th align="left">Region</th><th align="left">Channels</th><th align="left">Playlist</th></tr>
</thead>
<tbody>
<tr><td align="left">Africa</td><td align="right">134</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">2973</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/amer.m3u</code></td></tr>
<tr><td align="left">Asia-Pacific</td><td align="right">1596</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/apac.m3u</code></td></tr>
<tr><td align="left">Arab world</td><td align="right">312</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/arab.m3u</code></td></tr>
<tr><td align="left">Association of Southeast Asian Nations</td><td align="right">311</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asean.m3u</code></td></tr>
<tr><td align="left">Asia</td><td align="right">2319</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asia.m3u</code></td></tr>
<tr><td align="left">Benelux</td><td align="right">150</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/benelux.m3u</code></td></tr>
<tr><td align="left">Caribbean</td><td align="right">111</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/carib.m3u</code></td></tr>
<tr><td align="left">Africa</td><td align="right">136</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">2952</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/amer.m3u</code></td></tr>
<tr><td align="left">Asia-Pacific</td><td align="right">1577</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/apac.m3u</code></td></tr>
<tr><td align="left">Arab world</td><td align="right">314</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/arab.m3u</code></td></tr>
<tr><td align="left">Association of Southeast Asian Nations</td><td align="right">308</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asean.m3u</code></td></tr>
<tr><td align="left">Asia</td><td align="right">2302</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/asia.m3u</code></td></tr>
<tr><td align="left">Benelux</td><td align="right">153</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/benelux.m3u</code></td></tr>
<tr><td align="left">Caribbean</td><td align="right">108</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/carib.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">Central and Eastern Europe</td><td align="right">614</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cee.m3u</code></td></tr>
<tr><td align="left">Central America</td><td align="right">105</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cenamer.m3u</code></td></tr>
<tr><td align="left">Commonwealth of Independent States</td><td align="right">397</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cis.m3u</code></td></tr>
<tr><td align="left">Europe, the Middle East and Africa</td><td align="right">2575</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/emea.m3u</code></td></tr>
<tr><td align="left">Europe</td><td align="right">2173</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">974</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">962</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">56</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">514</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">467</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/mideast.m3u</code></td></tr>
<tr><td align="left">Northern America</td><td align="right">1998</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nam.m3u</code></td></tr>
<tr><td align="left">Northern Europe</td><td align="right">110</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/neur.m3u</code></td></tr>
<tr><td align="left">North America</td><td align="right">2298</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/noram.m3u</code></td></tr>
<tr><td align="left">Nordics</td><td align="right">98</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nord.m3u</code></td></tr>
<tr><td align="left">Oceania</td><td align="right">98</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/oce.m3u</code></td></tr>
<tr><td align="left">Central and Eastern Europe</td><td align="right">616</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cee.m3u</code></td></tr>
<tr><td align="left">Central America</td><td align="right">103</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cenamer.m3u</code></td></tr>
<tr><td align="left">Commonwealth of Independent States</td><td align="right">400</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/cis.m3u</code></td></tr>
<tr><td align="left">Europe, the Middle East and Africa</td><td align="right">2578</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/emea.m3u</code></td></tr>
<tr><td align="left">Europe</td><td align="right">2180</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">820</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">960</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">948</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">60</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">516</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">465</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/mideast.m3u</code></td></tr>
<tr><td align="left">Northern America</td><td align="right">1991</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nam.m3u</code></td></tr>
<tr><td align="left">Northern Europe</td><td align="right">111</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/neur.m3u</code></td></tr>
<tr><td align="left">North America</td><td align="right">2283</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/noram.m3u</code></td></tr>
<tr><td align="left">Nordics</td><td align="right">99</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/nord.m3u</code></td></tr>
<tr><td align="left">Oceania</td><td align="right">99</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/oce.m3u</code></td></tr>
<tr><td align="left">South Asia</td><td align="right">234</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/sas.m3u</code></td></tr>
<tr><td align="left">Southeast Asia</td><td align="right">323</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/sea.m3u</code></td></tr>
<tr><td align="left">Southern Europe</td><td align="right">605</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/ser.m3u</code></td></tr>
<tr><td align="left">South America</td><td align="right">677</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/southam.m3u</code></td></tr>
<tr><td align="left">Sub-Saharan Africa</td><td align="right">72</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">33</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/wafr.m3u</code></td></tr>
<tr><td align="left">Western Europe</td><td align="right">825</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/wer.m3u</code></td></tr>
<tr><td align="left">Southeast Asia</td><td align="right">324</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/sea.m3u</code></td></tr>
<tr><td align="left">Southern Europe</td><td align="right">606</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/ser.m3u</code></td></tr>
<tr><td align="left">South America</td><td align="right">671</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/southam.m3u</code></td></tr>
<tr><td align="left">Sub-Saharan Africa</td><td align="right">71</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">34</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/wafr.m3u</code></td></tr>
<tr><td align="left">Western Europe</td><td align="right">827</td><td align="left" nowrap><code>https://iptv-org.github.io/iptv/regions/wer.m3u</code></td></tr>
</tbody>
</table>

View File

@ -9,7 +9,7 @@ https://admdn3.cdn.mangomolo.com/emarat/smil:emarat.stream.smil/playlist.m3u8
https://admdn1.cdn.mangomolo.com/adsports1/smil:adsports1.stream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AbuDhabiSports2.ae" status="online",Abu Dhabi Sports 2 (1080p)
https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.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 TV (720p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5

View File

@ -9,7 +9,7 @@ https://d2g7v53450s2i2.cloudfront.net/ATNUS/myStream/playlist.m3u8
https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8
#EXTINF:-1 tvg-id="ATNNews.af" status="online",ATN News (720p) [Not 24/7]
https://d10rltuy0iweup.cloudfront.net/ATNNEWS/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="BaharTV.af" status="online",Bahar TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="BaharTV.af" status="error",Bahar TV (720p) [Not 24/7]
https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8
#EXTINF:-1 tvg-id="BarbudMusic.af" status="online",Barbud Music (720p)
https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/tolomusic.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="AlbMusik.al" status="online",AlbMusik (720p) [Not 24/7]
#EXTINF:-1 tvg-id="AlbMusik.al" status="error",AlbMusik (720p) [Not 24/7]
http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8
#EXTINF:-1 tvg-id="AlbUKTV.uk" status="online",AlbUK TV (1080p) [Not 24/7]
http://albuk.dyndns.tv:1935/albuk/albuk.stream/playlist.m3u8

View File

@ -14,7 +14,7 @@ http://ott-cdn.ucom.am/s32/index.m3u8
#EXTINF:-1 tvg-id="ArmeniaPremium.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",Armenia Premium (1080p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s83/index.m3u8
#EXTINF:-1 tvg-id="ArmeniaSinemaks.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",Armenia Սինեմաքս (480p)
#EXTINF:-1 tvg-id="ArmeniaSinemaks.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",Armenia Սինեմաքս (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/s66/index.m3u8
#EXTINF:-1 tvg-id="ArmeniaTownTownik.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",Armenia Տուն Թունիկ (480p)

View File

@ -25,7 +25,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
#EXTINF:-1 tvg-id="AmericaTV.ar" status="online" user-agent="iPhone",América TV (720p)
#EXTVLCOPT:http-user-agent=iPhone
https://raw.githubusercontent.com/MachineSystems/archived_m3u8/main/america_hls.m3u8
#EXTINF:-1 tvg-id="Antena91.ar" status="online",Antena 91
#EXTINF:-1 tvg-id="Antena91.ar" status="error",Antena 91
https://tuvideoonline.com.ar:3393/live/antena91live.m3u8
#EXTINF:-1 tvg-id="AZMTV.ar" status="online",AZM TV
https://live.canalnueve.tv/canal.m3u8
@ -43,7 +43,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8
#EXTINF:-1 tvg-id="CadenaVivo.ar" status="online",Cadena VIVO (720p)
https://videostream.shockmedia.com.ar:19360/tvnoficial/tvnoficial.m3u8
#EXTINF:-1 tvg-id="CalchaquiTV.ar" status="error",Calchaquí TV (480p)
#EXTINF:-1 tvg-id="CalchaquiTV.ar" status="online",Calchaquí TV (480p)
https://video.streamtvradio.com:8443/uv068/uv068/chunks.m3u8
#EXTINF:-1 tvg-id="Canal2Perico.ar" status="online",Canal 2 Perico (480p)
https://streamcasthd.com:1936/tecnovisioncanal2tv/tecnovisioncanal2tv/playlist.m3u8
@ -111,10 +111,10 @@ https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8
https://restreamer.el10tv.com/memfs/725003c4-79c2-4565-8311-f429db4f7777.m3u8
#EXTINF:-1 tvg-id="Canal10SanRafael.ar" status="online",Canal 10 San Rafael (480p)
https://streamcasthd.com:1936/tvdiez/tvdiez/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar" status="online",Canal 10 Rio Negro (720p) [Not 24/7]
http://panel.dattalive.com:1935/8204/8204/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar" status="online",Canal 10 Rio Negro
https://panel.dattalive.com/8204/8204/playlist.m3u8
#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar" status="online",Canal 10 Rio Negro (720p) [Not 24/7]
http://panel.dattalive.com:1935/8204/8204/playlist.m3u8
#EXTINF:-1 tvg-id="Canal11delaCosta.ar" status="online",Canal 11 de la Costa (720p)
https://vivo.solumedia.com:19360/dadaproductora/dadaproductora.m3u8
#EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="online",Canal 11 La Rioja (Fénix Multiplataforma) (360p)
@ -180,7 +180,7 @@ https://streaming.telered.com.ar/santa-maria/streaming/mystream.m3u8
https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8
#EXTINF:-1 tvg-id="CanalU.ar" status="online",Canal U
https://stream.arcast.live/canalu/canalu/playlist.m3u8
#EXTINF:-1 tvg-id="CanalXFN.ar" status="online",Canal XFN
#EXTINF:-1 tvg-id="CanalXFN.ar" status="error",Canal XFN
https://streamconex.com:1936/canalxfn/canalxfn/playlist.m3u8
#EXTINF:-1 tvg-id="CatamarcaTV.ar" status="online",Catamarca TV [Not 24/7]
https://stream.arcast.com.ar/canal7catamarca/ngrp:canal7catamarca_all/playlist.m3u8
@ -274,7 +274,7 @@ http://www.coninfo.net:1935/tvlink/live/playlist.m3u8
https://video.streamtvradio.com:8443/uv027/uv027/playlist.m3u8
#EXTINF:-1 tvg-id="PowerHD.ar" status="online",PowerHD
https://live2.tensila.com/1-1-1.power-tv/hls/master.m3u8
#EXTINF:-1 tvg-id="PowerHD.ar" status="online",Power TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PowerHD.ar" status="error",Power TV (720p) [Not 24/7]
https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8
#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="online",Radio TV Neuquen (720p) [Not 24/7]
http://media.neuquen.gov.ar/rtn/television/playlist.m3u8
@ -298,7 +298,7 @@ https://stream.arcast.com.ar/somosnoticias/somosnoticias/playlist.m3u8
https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8
#EXTINF:-1 tvg-id="Telecinco.ar" status="online",TeleCinco Trelew (240p)
https://videohd.live:19360/8016/8016.m3u8
#EXTINF:-1 tvg-id="Telecreativa.ar" status="online",Telecreativa
#EXTINF:-1 tvg-id="Telecreativa.ar" status="error",Telecreativa
https://panel.dattalive.com/8012/8012/playlist.m3u8
#EXTINF:-1 tvg-id="TelediarioTV.ar" status="timeout",Telediario TV
https://mediacp.hostradios.com.ar:19360/telediario/telediario.m3u8
@ -308,7 +308,7 @@ https://videohd.live:19360/8020/8020.m3u8
https://is-tucuman.cdn.rcs.net.ar/mnp/telefe_hls/playlist.m3u8
#EXTINF:-1 tvg-id="TeleJunin.ar" status="online",TeleJunín (576p) [Not 24/7]
https://videostream.shockmedia.com.ar:1936/telejunin/telejunin/playlist.m3u8
#EXTINF:-1 tvg-id="Telemax.ar" status="timeout",Telemax (720p)
#EXTINF:-1 tvg-id="Telemax.ar" status="online",Telemax (720p)
http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/master.m3u8
#EXTINF:-1 tvg-id="TeleMix.ar" status="online",TeleMix
https://panel.dattalive.com/8068/8068/playlist.m3u8
@ -330,13 +330,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://streamspub.manasat.com:1935/tvar/tvmanaar2/playlist.m3u8
#EXTINF:-1 tvg-id="TVMAXCBA.ar" status="online",TV MAXCBA (720p)
https://panel.dattalive.com/8106/8106/playlist.m3u8
#EXTINF:-1 tvg-id="TVPublica.ar" status="error",TV Pública (TVP) (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="TVPublica.ar" status="online",TV Pública (TVP) (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCs231K71Bnu5295_x0MB5Pg/live
#EXTINF:-1 tvg-id="TVSolidaria.ar" status="online",TV Solidaria
https://canadaremar2.todostreaming.es/live/argentina-web.m3u8
#EXTINF:-1 tvg-id="TVUniversidad.ar" status="online",TVU Universidad Nacional de La Plata (720p) [Not 24/7]
https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8
#EXTINF:-1 tvg-id="UNAMTransmedia.ar" status="online",UNAM Transmedia
#EXTINF:-1 tvg-id="UNAMTransmedia.ar" status="error",UNAM Transmedia
http://192.100.186.53:8090/hls/live.stream.m3u8
#EXTINF:-1 tvg-id="UnifeTV.ar" status="online",Unife TV (720p)
http://free.fullspeed.tv/iptv-query?provider=universe&streaming-ip=https://playback.dacast.com/content/access?contentId=928203024202811fc3bc6cbe26866ebf-live-adeed196-c997-05a9-430f-188d97dfe346
@ -350,7 +350,7 @@ https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvCTWHCbBC0b9UIeLeNs8ug/live
#EXTINF:-1 tvg-id="VTV.ar" status="online",VerTV (VTV) (720p) [Not 24/7]
https://5f700d5b2c46f.streamlock.net/vertv/vertv/playlist.m3u8
#EXTINF:-1 tvg-id="XamaTV.ar" status="online",Xama TV (720p)
#EXTINF:-1 tvg-id="XamaTV.ar" status="timeout",Xama TV (720p)
https://srs.unsj.edu.ar/live/xama.flv
#EXTINF:-1 tvg-id="ZondaTV.ar" status="online",Zonda TV
https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8
@ -360,7 +360,7 @@ http://www.coninfo.net:1935/tvcinco/live1/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCR9120YBAqMfntqgRTKmkjQ/live
#EXTINF:-1 tvg-id="" status="online",Canal 2 Jujuy (720p) [Not 24/7]
https://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8
#EXTINF:-1 tvg-id="" status="error",CN3 Pinamar (720p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",CN3 Pinamar (720p) [Not 24/7]
https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",La Nación+ (720p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCba3hpU7EFBSk817y9qZkiA/live

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7]
#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7]
http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8
#EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7]
http://85.132.81.184:8080/arb24/live1/index.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="100AutoMotoTV.bg" status="online",100% Auto Moto TV (406p) [Not 24/7]
#EXTINF:-1 tvg-id="100AutoMotoTV.bg" status="blocked",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

@ -27,7 +27,7 @@ https://stmv.panel.grupolimalive.com/marvision/marvision/playlist.m3u8
https://solo.disfrutaenlared.com:1936/tvcbba/tvcbba/playlist.m3u8
#EXTINF:-1 tvg-id="MegaTVYacuiba.bo" status="online",MegaTV (Yacuiba) (720p) [Not 24/7]
https://stmv.panel.grupolimalive.com/mega/mega/playlist.m3u8
#EXTINF:-1 tvg-id="PAT.bo" status="error",PAT (720p)
#EXTINF:-1 tvg-id="PAT.bo" status="online",PAT (720p)
https://master.tucableip.com/pat/playlist.m3u8
#EXTINF:-1 tvg-id="RedADvenirTV.bo" status="online",Red Advenir (360p) [Not 24/7]
http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8

View File

@ -20,21 +20,21 @@ https://evpp.mm.uol.com.br/geob_band/app/playlist.m3u8
#EXTINF:-1 tvg-id="Band.br" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Band (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://evpp.mm.uol.com.br/geob_band/band/playlist.m3u8
#EXTINF:-1 tvg-id="BoasNovas.br" status="error",Boas Novas (720p)
#EXTINF:-1 tvg-id="BoasNovas.br" status="online",Boas Novas (720p)
https://cdn.jmvstream.com/w/LVW-9375/LVW9375_6i0wPBCHYc/playlist.m3u8
#EXTINF:-1 tvg-id="BoaVontadeTV.br" status="online",Boa Vontade TV (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCedt33latJW7StRfdF4-1FQ/live
#EXTINF:-1 tvg-id="Canal25Jundiai.br" status="online",Canal 25 Jundiaí (404p) [Not 24/7]
#EXTINF:-1 tvg-id="Canal25Jundiai.br" status="error",Canal 25 Jundiaí (404p) [Not 24/7]
https://stream01.msolutionbrasil.com.br/hls/canal25/live.m3u8
#EXTINF:-1 tvg-id="CanaldoCriador.br" status="online",Canal do Criador (1080p)
https://607d2a1a47b1f.streamlock.net/crur/smil:canaldocriador.smil/playlist.m3u8
#EXTINF:-1 tvg-id="CanalMetropolitanodeNoticias.br" status="online",Canal Metropolitano de Noticia (720p)
https://video01.logicahost.com.br/redebemtv/redebemtv/playlist.m3u8
#EXTINF:-1 tvg-id="CanalRural.br" status="timeout",Canal Rural (1080p)
#EXTINF:-1 tvg-id="CanalRural.br" status="online",Canal Rural (1080p)
https://607d2a1a47b1f.streamlock.net/crur/smil:canalrural.smil/playlist.m3u8
#EXTINF:-1 tvg-id="CanalSaude.br" status="online",Canal Saúde (360p) [Not 24/7]
https://arkyvbre1g.zoeweb.tv/fiocruz/fiocruz/playlist.m3u8
#EXTINF:-1 tvg-id="CanalTVRio.br" status="online",Canal TV Rio (720p)
#EXTINF:-1 tvg-id="CanalTVRio.br" status="error",Canal TV Rio (720p)
https://video01.logicahost.com.br/canaltvrio/canaltvrio/playlist.m3u8
#EXTINF:-1 tvg-id="CartoonitoBrazil.br" status="online",Cartoonito (Portuguese)
https://playout.cdn.cartoonnetwork.com.br/playout_03/playlist.m3u8
@ -56,7 +56,7 @@ https://cdn-centraltv-11366.ciclano.io:1443/centraltv-11366/centraltv-11366/play
https://596639ebdd89b.streamlock.net/8032/8032/playlist.m3u8
#EXTINF:-1 tvg-id="CulturaPara.br" status="timeout",Cultura Pará (480p) [Not 24/7]
http://str.portalcultura.com.br/funtelpa/tv_funtelpa/live.m3u8
#EXTINF:-1 tvg-id="FonteTV.br" status="online",Fonte TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="FonteTV.br" status="error",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]
https://tv.unisc.br/hls/test.m3u8
@ -114,7 +114,7 @@ http://rbc.directradios.com:1935/rbc/rbc/live.m3u8
https://d1s664t39qub1o.cloudfront.net/live/cnt-cuiaba_360p614k/index.m3u8
#EXTINF:-1 tvg-id="RedeCNTCuritiba.br" status="online",Rede CNT (Curitiba) (180p) [Not 24/7]
https://dd8umsy8yf96u.cloudfront.net/live/cnt-curitiba.m3u8
#EXTINF:-1 tvg-id="RedeCNTLondrina.br" status="online",Rede CNT Londrina (360p)
#EXTINF:-1 tvg-id="RedeCNTLondrina.br" status="error",Rede CNT Londrina (360p)
https://d1s664t39qub1o.cloudfront.net/live/cnt-londrina_360p614k/index.m3u8
#EXTINF:-1 tvg-id="RedeCNTManaus.br" status="online",Rede CNT Manaus (360p)
https://d1s664t39qub1o.cloudfront.net/live/cnt-manaus_360p614k/index.m3u8
@ -126,15 +126,15 @@ https://dd8umsy8yf96u.cloudfront.net/live/cnt-riobranco_360p614k/index.m3u8
https://dd8umsy8yf96u.cloudfront.net/live/cnt-rio_360p614k/index.m3u8
#EXTINF:-1 tvg-id="RedeCNTSalvador.br" status="online",Rede CNT Salvador (360p)
https://dd8umsy8yf96u.cloudfront.net/live/cnt-salvador_360p614k/index.m3u8
#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT (São Paulo) (360p) [Not 24/7]
https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8
#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT Sao Paulo (360p)
https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana_360p614k/index.m3u8
#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT (São Paulo) (360p) [Not 24/7]
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="online",Rede Gospel (720p) [Not 24/7]
https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/playlist.m3u8
#EXTINF:-1 tvg-id="RedeInternacionaldeTV.br" status="online",Rede Internacional de TV (RIT TV) (1080p)
#EXTINF:-1 tvg-id="RedeInternacionaldeTV.br" status="error",Rede Internacional de TV (RIT TV) (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCA0bOG0NUfJ855eDtHSxOkw/live
#EXTINF:-1 tvg-id="RedeMassa.br" status="online",SBT Rede Massa (720p) [Not 24/7]
https://cdn-cdn-iguacu.ciclano.io:1443/cdn-iguacu/cdn-iguacu/playlist.m3u8
@ -168,13 +168,13 @@ http://painelvj.com.br/tvaguaboa2/tvaguaboa2.sdp/playlist.m3u8
http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8
#EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7]
https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8
#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p)
#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p)
https://streaming.almg.gov.br/live/tvalmg.m3u8
#EXTINF:-1 tvg-id="TVAlternativa.br" status="online",TV Alternativa
https://stmv5.samcast.com.br/wagner7919/wagner7919/playlist.m3u8
#EXTINF:-1 tvg-id="TVAntena10.br" status="online",TV Antena 10 (720p)
https://video02.logicahost.com.br/a10mais/smil:transcoder.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TVAparecida.br" status="error",TV Aparecida (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="TVAparecida.br" status="online",TV Aparecida (1080p) [Not 24/7]
https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8
#EXTINF:-1 tvg-id="TVAssembleiaCeara.br" status="online",TV Assembléia Ceará (720p)
https://jjn5dkk9bd.zoeweb.tv/z404-live/stream/playlist.m3u8
@ -200,7 +200,7 @@ https://cdn.jmvstream.com/w/LVW-8711/ngrp:LVW8711_tG0F3TEBDL_all/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVrKQMmA2ew9LFzeIDaOFgw/live
#EXTINF:-1 tvg-id="TVCidadeCanal9.br" status="online",TV Cidade Canal 9 (720p) [Not 24/7]
https://59f1cbe63db89.streamlock.net:1443/tvcidade/tvcidade/playlist.m3u8
#EXTINF:-1 tvg-id="TVCidadedePetropolis.br" status="error",TV Cidade de Petrópolis (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="TVCidadedePetropolis.br" status="online",TV Cidade de Petrópolis (1080p) [Not 24/7]
https://video01.kshost.com.br:4443/inside2133/inside2133/playlist.m3u8
#EXTINF:-1 tvg-id="TVCinec.br" status="online",TV Cinec (240p) [Not 24/7]
http://tv01.logicahost.com.br:1935/tvcinec/tvcinec/live.m3u8
@ -224,9 +224,9 @@ http://streaming.procergs.com.br:1935/tve/stve/playlist.m3u8
http://stream2.ba.gov.br/hls-live/livepkgr/_definst_/irdeb/pgm-1.m3u8
#EXTINF:-1 tvg-id="TVEvangelizar.br" status="online",TV Evangelizar (480p)
https://5f593df7851db.streamlock.net/evangelizar/tv/playlist.m3u8
#EXTINF:-1 tvg-id="TVFuturo.br" status="online",TV Futuro (1080p)
#EXTINF:-1 tvg-id="TVFuturo.br" status="error",TV Futuro (1080p)
https://streaming03.zas.media:1936/tvfuturo/tvfuturo/playlist.m3u8
#EXTINF:-1 tvg-id="TVGalegaBlumenau.br" status="error",TV Galega Blumenau (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVGalegaBlumenau.br" status="online",TV Galega Blumenau (720p) [Not 24/7]
https://cdn.jmvstream.com/w/LVW-8538/LVW8538_KBtZ9UMIZn/playlist.m3u8
#EXTINF:-1 tvg-id="TVGazeta.br" status="online",Gazeta (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/tvgazeta
@ -262,9 +262,9 @@ https://59f1cbe63db89.streamlock.net:1443/tvmax/tvmax/playlist.m3u8
https://cdn-fundacao-2110.ciclano.io:1443/fundacao-2110/fundacao-2110/playlist.m3u8
#EXTINF:-1 tvg-id="TVMon.br" status="online",TV Mon (720p)
https://srv1.zcast.com.br/tvmon/tvmon/playlist.m3u8
#EXTINF:-1 tvg-id="TVNBrasil.br" status="online",TVN Brasil (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVNBrasil.br" status="error",TVN Brasil (720p) [Not 24/7]
http://painelvj.com.br:1935/tvnbrasil/tvnbrasil.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TVNBrasil.br" status="online",TVN Brasil (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVNBrasil.br" status="error",TVN Brasil (720p) [Not 24/7]
http://wz3.dnip.com.br/tvnbrasil/tvnbrasil.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TVPaiEterno.br" status="online",TV Pai Eterno
https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/chunklist.m3u8
@ -280,11 +280,11 @@ http://200.189.113.201/hls/tve.m3u8
http://rtmp.cdn.upx.net.br/00084/myStream.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TVSantaCruz.br" status="online",TV Santa Cruz (720p) [Not 24/7]
https://rtmp.info/tvsantacruz/envivo/playlist.m3u8
#EXTINF:-1 tvg-id="TVSolComunidade.br" status="online",TV Sol Comunidade (480p) [Not 24/7]
#EXTINF:-1 tvg-id="TVSolComunidade.br" status="error",TV Sol Comunidade (480p) [Not 24/7]
http://streaming03.zas.media:1935/tvsol/tvsol/playlist.m3u8
#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="TVUFG.br" status="error",TV UFG (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVUFG.br" status="online",TV UFG (720p) [Not 24/7]
http://flash.softhost.com.br:1935/ufg/tvufgweb/playlist.m3u8
#EXTINF:-1 tvg-id="TVUniaoFortaleza.br" status="online",TV União (720p) [Not 24/7]
https://596639ebdd89b.streamlock.net/tvuniao/tvuniao/playlist.m3u8
@ -297,7 +297,7 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg
#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",BM&C [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",BM&C [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoja0MNI4SIvXqJR3szbSfw/live
#EXTINF:-1 tvg-id="" status="online",CBTV Now (1080p)
https://oj7lng29dg82-hls-live.5centscdn.com/lives/f7b44cfafd5c52223d5498196c8a2e7b.sdp/index.m3u8

View File

@ -4,9 +4,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171d344
#EXTINF:-1 tvg-id="NickClassico.br" status="online",Pluto TV Classic Nick (Brazil) (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f12151794c1800007a8ae63&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=730&terminate=false&userId=
#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVAsPistasdeBlue.us" status="online",Pluto TV As Pistas de Blue (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99aad4e82db50007fac4b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineDramaBrazil.br" status="online",Pluto TV Cine Drama (720p)

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="Belarus3.by" status="online",Беларусь 3 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Belarus3.by" status="error",Беларусь 3 (1080p) [Not 24/7]
https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Belarus4.by" status="timeout",Беларусь 4 (576p)
http://95.46.208.8:26258/belarus4
@ -21,7 +21,7 @@ https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8
https://flu.vtv.by/tvt-non-by/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",8 канал (Витебск) (576p) [Not 24/7]
http://95.46.208.8:24433/art
#EXTINF:-1 tvg-id="" status="timeout",Первый Музыкальный Канал 4K (2160p)
#EXTINF:-1 tvg-id="" status="online",Первый Музыкальный Канал 4K (2160p)
http://rtmp.one.by:1499
#EXTINF:-1 tvg-id="" status="online",Первый Музыкальный Канал HD (720p)
http://hz1.teleport.cc/HLS/HD.m3u8

View File

@ -17,7 +17,7 @@ https://pe-ak-lp01a-9c9media.akamaized.net/live/News1BNNDigi/p/dash/00000001/1bb
http://cdn8.live247stream.com/canadaone/tv/playlist.m3u8
#EXTINF:-1 tvg-id="CanadaStarTV.ca" status="online",Canada Star TV (720p)
https://main.clickstreamcdn.com/agm/star-canada/playlist.m3u8
#EXTINF:-1 tvg-id="CanBanglaTV.ca" status="online",CanBangla TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="CanBanglaTV.ca" status="error",CanBangla TV (1080p) [Not 24/7]
https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/canbanglatv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="CBFTDT.ca" status="online",Ici Radio-Canada Télé (720p)
https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8
@ -45,7 +45,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF
http://ipm.oncast.me:1934/iplived/ip-doyeltv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="DoyelTV.ca" status="online",Doyel TV (720p) [Not 24/7]
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]
#EXTINF:-1 tvg-id="DukhNivaran.ca" status="error",Dukh Nivaran (720p) [Not 24/7]
http://cdn12.henico.net:8080/live/dncal/index.m3u8
#EXTINF:-1 tvg-id="EawazTV.ca" status="online",Eawaz TV (720p) [Not 24/7]
https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/playlist.m3u8
@ -92,9 +92,9 @@ http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8
#EXTINF:-1 tvg-id="ParnianTV.ca" status="online",Parnian TV (720p)
https://live2.parnian.tv/hls/.m3u8
#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p)
https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8
#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p)
https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtvedge/playlist.m3u8
#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p)
https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8
#EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="online",Prime Canada TV (720p) [Not 24/7]
http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8
#EXTINF:-1 tvg-id="QuoVadisTV.ca" status="online",Quo Vadis Ministry TV (720p)

View File

@ -1,8 +1,8 @@
#EXTM3U
#EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p)
https://edge.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8
#EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p)
https://canalalphaju.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8
#EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p)
https://edge.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8
#EXTINF:-1 tvg-id="CanalAlphaNeuchatel.ch" status="online",Canal Alpha Neuchatel (1080p) [Not 24/7]
https://edge.vedge.infomaniak.com/livecast/ik:canalalpha/playlist.m3u8
#EXTINF:-1 tvg-id="DieNeueZeitTV.ch" status="online",Die Neue Zeit (576p)
@ -33,17 +33,17 @@ 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)
#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",My Cinema Europe (576p)
http://210.210.155.37/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)
https://livestream.gruppocdt.ch/hls/radio3i.m3u8
#EXTINF:-1 tvg-id="RadioPilatusTV.ch" status="online",Radio Pilatus TV (1080p)
#EXTINF:-1 tvg-id="RadioPilatusTV.ch" status="error",Radio Pilatus TV (1080p)
https://edge.vedge.infomaniak.com/livecast/ik:rp_tv_1/playlist.m3u8
#EXTINF:-1 tvg-id="RadioPilatusTV.ch" status="online",Radio Pilatus TV (1080p)
#EXTINF:-1 tvg-id="RadioPilatusTV.ch" status="error",Radio Pilatus TV (1080p)
https://livevideo.infomaniak.com/streaming/livecast/rp_tv_1/playlist.m3u8
#EXTINF:-1 tvg-id="RadioPilatusTV.ch" status="online",Radio Pilatus (1080p)
#EXTINF:-1 tvg-id="RadioPilatusTV.ch" status="error",Radio Pilatus (1080p)
https://rp_tv_1.vedge.infomaniak.com/livecast/rp_tv_1/playlist.m3u8
#EXTINF:-1 tvg-id="RougeTV.ch" status="online",Rouge TV (720p)
https://edge.vedge.infomaniak.com/livecast/ik:event/playlist.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="24Horas.cl" status="error",24 Horas (720p) [Not 24/7]
#EXTINF:-1 tvg-id="24Horas.cl" status="online",24 Horas (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/24HORAS/live
#EXTINF:-1 tvg-id="ADNTV.cl" status="online",ADN Radio (1080p)
https://unlimited1-us.dps.live/adntv/adntv.smil/playlist.m3u8
@ -15,7 +15,7 @@ https://srv2.zcast.com.br/carlos2469/carlos2469/playlist.m3u8
https://unlimited6-cl.dps.live/atv/atv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AricaTV.cl" status="online",Arica TV (480p) [Not 24/7]
https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8
#EXTINF:-1 tvg-id="AtacamaTV.cl" status="error",Atacama TV (Copiapó) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="AtacamaTV.cl" status="online",Atacama TV (Copiapó) (720p) [Not 24/7]
https://v2.tustreaming.cl/atacamatv/index.m3u8
#EXTINF:-1 tvg-id="AXNChile.cl" status="blocked",AXN (1080p)
https://cvi.cdn.rcs.net.ar/mnp/axn_hls/playlist.m3u8
@ -24,9 +24,9 @@ https://bst.buin.cl/0.m3u8
#EXTINF:-1 tvg-id="Canal2Quellon.cl" status="online",TV Quellón (1080p) [Not 24/7]
https://pantera1-100gb-cl-movistar.dps.live/tvquellon/tvquellon.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7]
https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7]
https://unlimited1-us.dps.live/c9/c9.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7]
https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Canal11Aysen.cl" status="online",Canal 11 Aysén
https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8
#EXTINF:-1 tvg-id="Canal13.cl" status="blocked",Canal 13 (720p) [Geo-blocked]
@ -121,16 +121,16 @@ https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/playlist.m3u8
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="error",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
#EXTINF:-1 tvg-id="Opinionsur.cl" status="online",Opinionsur
https://mediacpstreamchile.com:1936/opinionsur/opinionsur/playlist.m3u8
#EXTINF:-1 tvg-id="Pauta.cl" status="online",Pauta (720p)
https://unlimited1-us.dps.live/pautatv/pautatv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Pauta.cl" status="online",Pauta (720p)
https://unlimited6-cl.dps.live/pautatv/pautatv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Pauta.cl" status="online",Pauta (720p)
https://unlimited1-us.dps.live/pautatv/pautatv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="PintanaTV.cl" status="online",Pintana TV (720p)
http://cdn.vms.grupoz.cl/lapintanatv/content/5a7c8e25e19d3e641aca9fb2/hls/playlist.m3u8
#EXTINF:-1 tvg-id="PlanetaTVKids.cl" status="online",Planeta TV Kids (720p)
@ -197,9 +197,9 @@ https://unlimited6-cl.dps.live/sportinghd/sportinghd.smil/playlist.m3u8
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="online",Thema Televisión (La Serena) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="error",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="online",Thema Televisión (La Serena) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="error",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
@ -241,7 +241,7 @@ http://cl.origin.grupoz.cl/uestv/live/playlist.m3u8
http://edge1.cl.grupoz.cl/uestv/live/playlist.m3u8
#EXTINF:-1 tvg-id="UESTV.cl" status="timeout",UESTV (720p)
https://tls.cdnz.cl/uestv/live/playlist.m3u8
#EXTINF:-1 tvg-id="ULosLagosTV.cl" status="error",U Los Lagos TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="ULosLagosTV.cl" status="online",U Los Lagos TV (1080p) [Not 24/7]
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

View File

@ -1,7 +1,7 @@
#EXTM3U
#EXTINF:-1 tvg-id="MyTVChannel.cm" status="online",My TV Channel (720p) [Not 24/7]
http://connectiktv.ddns.net:5000/mytvchannel/@mytvchannel/playlist.m3u8
#EXTINF:-1 tvg-id="PlayTV.cm" status="online",Play TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PlayTV.cm" status="error",Play TV (720p) [Not 24/7]
http://connectiktv.ddns.net:5000/playtv/@playtv/playlist.m3u8
#EXTINF:-1 tvg-id="Vision4.cm" status="online",Vision 4 (360p)
https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/vision4/hls_video/index.m3u8

View File

@ -147,7 +147,7 @@ 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="error",CCTV-4 Asia (576p)
#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="CCTV5.cn" status="online",CCTV-5体育 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8
@ -495,7 +495,7 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227597/index.m3u8
http://210.210.155.37/x6bnqe/s/s29/index.m3u8
#EXTINF:-1 tvg-id="DunhuangTV.cn" status="timeout",敦煌电视台 (1080p)
http://117.156.28.119/270000001111/1110000028/index.m3u8
#EXTINF:-1 tvg-id="FangshanTV.cn" status="timeout",房山电视台 (576p)
#EXTINF:-1 tvg-id="FangshanTV.cn" status="error",房山电视台 (576p)
https://live.funhillrm.com/2/playlist.m3u8
#EXTINF:-1 tvg-id="FashionShoppingChannel.cn" status="timeout",风尚购物 (1080p)
http://183.207.248.71/cntv/live1/fengshanggw/fengshanggw
@ -835,15 +835,13 @@ http://125.210.152.18:9090/live/SCWSHD_H265.m3u8
http://183.207.248.71/gitv/live1/SCWS/SCWS
#EXTINF:-1 tvg-id="SichuanSatelliteTV.cn" status="timeout",四川卫视 (576p)
http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221225814/index.m3u8
#EXTINF:-1 tvg-id="SichuanTVWomenandChildrenChannel.cn" status="blocked",四川妇女儿童 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="SichuanTVWomenandChildrenChannel.cn" status="timeout",四川妇女儿童 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8
#EXTINF:-1 tvg-id="SinoVision.cn" status="online",美国中文电视 (406p) [Not 24/7]
https://jpts.sinovision.net/livestream.m3u8
#EXTINF:-1 tvg-id="TianjinTV.cn" status="online",天津卫视 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225698/index.m3u8
#EXTINF:-1 tvg-id="TianjinTV.cn" status="online",天津卫视 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8
#EXTINF:-1 tvg-id="TianjinTV.cn" status="online",天津卫视 (1080p)
http://117.169.120.140:8080/live/hdtianjinstv/.m3u8
#EXTINF:-1 tvg-id="TianjinTV.cn" status="timeout",天津卫视 (1080p)
http://112.25.48.68/live/program/live/tjwshd/4000000/mnf.m3u8
@ -865,9 +863,11 @@ http://223.110.245.155/ott.js.chinamobile.com/PLTV/3/224/3221227382/index.m3u8
http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227407/index.m3u8
#EXTINF:-1 tvg-id="TianjinTV.cn" status="timeout",天津卫视 (1080p)
http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8
#EXTINF:-1 tvg-id="TianjinTV.cn" status="timeout",天津卫视 (1080p)
http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8
#EXTINF:-1 tvg-id="TongzhouTV.cn" status="online",通州电视台 (720p)
http://pull.dayuntongzhou.com/live/tztv.m3u8
#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p)
#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="TVS2.cn" status="timeout",TVS2 (576p)
http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8
@ -881,8 +881,6 @@ http://210.210.155.37/x6bnqe/s/s94/index2.m3u8
http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8
#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn" status="online",延边卫视 (720p)
http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8
#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn" status="blocked",康巴卫视 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8
#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn" status="timeout",延边卫视 (576p)
http://223.110.245.139/PLTV/4/224/3221227002/index.m3u8
#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn" status="timeout",康巴卫视 (576p)
@ -891,6 +889,8 @@ http://223.110.245.139/PLTV/4/224/3221227008/index.m3u8
http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8
#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn" status="timeout",延边卫视 (576p)
http://ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8
#EXTINF:-1 tvg-id="YanbianSatelliteTV.cn" status="timeout",康巴卫视 (720p) [Not 24/7]
http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8
#EXTINF:-1 tvg-id="YouManCartoonChannel.cn" status="timeout",优漫卡通 (576p)
http://183.207.249.15/PLTV/4/224/3221225933/index.m3u8
#EXTINF:-1 tvg-id="YouManCartoonChannel.cn" status="timeout",优漫卡通 (576p)
@ -1107,7 +1107,7 @@ http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227027/index.m3u8
http://ott.js.chinamobile.com/PLTV/3/224/3221227027/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",中国教育1 (1080p) [Not 24/7]
http://39.134.39.39/PLTV/88888888/224/3221226282/index.m3u8
#EXTINF:-1 tvg-id="" status="online",中国气象 (576p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="timeout",中国气象 (576p) [Not 24/7]
http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8
#EXTINF:-1 tvg-id="" status="blocked",中天新聞 (1080p) [Not 24/7]
http://seb.sason.top/sc/ztxw_fhd.m3u8
@ -1221,9 +1221,9 @@ http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226923/index.m3u8
http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8
#EXTINF:-1 tvg-id="" status="online",凤台文化生活 (576p) [Not 24/7]
http://60.175.115.119:1935/live/wenhua/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7]
#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="online",利川公共 (180p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="error",利川公共 (180p) [Not 24/7]
http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8
#EXTINF:-1 tvg-id="" status="blocked",利川公共 (576p) [Geo-blocked]
http://lichuan.live.tempsource.cjyun.org/videotmp/s10093-lcgg.m3u8
@ -1361,7 +1361,7 @@ http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel35/pla
http://flv.drs.tv.yatv.tv:8080/channellive/gonggong.flv
#EXTINF:-1 tvg-id="" status="online",四川 雅安综合 (720p)
http://flv.drs.tv.yatv.tv:8080/channellive/xinwen.flv
#EXTINF:-1 tvg-id="" status="timeout",四川公共 (720p)
#EXTINF:-1 tvg-id="" status="blocked",四川公共 (720p)
http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8
#EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/sptv/sd/live.m3u8
@ -1561,15 +1561,15 @@ http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG
http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",新疆卫视 (576p)
http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8
#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="" status="blocked",新疆少儿 (720p) [Geo-blocked]
http://livehyw5.chinamcache.com/hyw/zb12.m3u8
#EXTINF:-1 tvg-id="" status="timeout",新疆汉语信息服务 (720p) [Geo-blocked]
#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/zb04.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",旺苍新闻 (528p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="timeout",旺苍新闻 (528p) [Not 24/7]
http://3g.dzsm.com/streamer/gycttv.m3u8
#EXTINF:-1 tvg-id="" status="timeout",明珠台 (576p)
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=12&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=
@ -1667,13 +1667,13 @@ http://live7.plus.hebtv.com/hbggx/playlist.m3u8
http://live3.plus.hebtv.com/nmpdx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",河北农民 (360p)
http://hbzx.chinashadt.com:2036/zhibo/stream:hbnm.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",河北农民 (576p)
#EXTINF:-1 tvg-id="" status="timeout",河北农民 (576p)
http://hbzx.chinashadt.com:2036/zhibo/stream:hbnm.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北卫视 (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=45&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="" status="online",河北少儿科教 (540p)
http://live6.plus.hebtv.com/sekjx/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北影视剧 (540p)
#EXTINF:-1 tvg-id="" status="online",河北影视剧 (540p)
http://live6.plus.hebtv.com/hbysx/hd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",河北经济生活 (540p) [Not 24/7]
http://live2.plus.hebtv.com/jjshx/playlist.m3u8
@ -1875,7 +1875,7 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225655/index.m3u8
http://39.134.115.163:8080/PLTV/88888910/224/3221225786/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",继续教育 (576p)
http://111.63.117.13:6060/030000001000/G_CETV-2/G_CETV-2.m3u8
#EXTINF:-1 tvg-id="" status="error",罗山电视台 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",罗山电视台 (1080p) [Not 24/7]
http://live.dxhmt.cn:9081/tv/11521-1.m3u8
#EXTINF:-1 tvg-id="" status="timeout",置业 (576p)
http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227037/index.m3u8
@ -1959,7 +1959,7 @@ http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream/playlist.m3u8
http://zsxj.chinashadt.com:1935/live/xjxw.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",辛集生活頻道 (480p) [Not 24/7]
http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",辽源新闻综合 [Geo-blocked]
#EXTINF:-1 tvg-id="" status="online",辽源新闻综合 [Geo-blocked]
http://stream2.jlntv.cn/liaoyuan1/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",迪庆综合 (1080p)
http://stream01.dqtv123.com:1935/live/xinwenzonghe.stream/playlist.m3u8
@ -1977,7 +1977,7 @@ http://stream4.liveyun.hoge.cn/ch01/sd/live.m3u8
http://stream4.liveyun.hoge.cn/ch02/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="online",银川公共 (360p) [Not 24/7]
http://stream.ycgbtv.com.cn/ycgg/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",银川生活 (360p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",银川生活 (360p) [Not 24/7]
http://stream.ycgbtv.com.cn/ycxw/sd/live.m3u8
#EXTINF:-1 tvg-id="" status="blocked",长乐综合 [Geo-blocked]
http://35908.hlsplay.aodianyun.com/guangdianyun_35908/tv_channel_327.m3u8

View File

@ -5,9 +5,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalacua
https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist.m3u8
#EXTINF:-1 tvg-id="ATNTelevision.co" status="online",ATN Televisión (Cúcuta | Norte de Santander) (640p)
https://59ef525c24caa.streamlock.net/atntelevision/atntelevision/playlist.m3u8
#EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7]
#EXTINF:-1 tvg-id="ATV.co" status="error",ATV (Soacha | Cundinamarca) (360p) [Not 24/7]
https://movil.ejeserver.com/live/verteve.m3u8
#EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7]
#EXTINF:-1 tvg-id="ATV.co" status="error",ATV (Soacha | Cundinamarca) (360p) [Not 24/7]
https://video.ejeserver.com/live/verteve.m3u8
#EXTINF:-1 tvg-id="AvivamientoTV.co" status="online",Avivamiento TV (1080p) [Not 24/7]
https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8
@ -17,7 +17,7 @@ https://streamyes.alsolnet.com/buturama/live/playlist.m3u8
https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8
#EXTINF:-1 tvg-id="CaliTV.co" status="online",Cali TV (Santiago de Cali | Valle del Cauca) (540p) [Not 24/7]
https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8
#EXTINF:-1 tvg-id="CampoTelevision.co" status="online",Campo Televisión (Santa Marta)
#EXTINF:-1 tvg-id="CampoTelevision.co" status="timeout",Campo Televisión (Santa Marta)
https://video17.virtualtronics.com/streamer/canalcampotv.m3u8
#EXTINF:-1 tvg-id="Canal1.co" status="blocked",Canal 1 (1080p) [Geo-blocked]
https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8
@ -83,9 +83,9 @@ https://liveingesta118.cdnmedia.tv/telemedellintvlive/smil:dvrlive.smil/playlist
https://5b464b69d264e.streamlock.net/Channels_live/ngrp:telemusica_all/playlist.m3u8
#EXTINF:-1 tvg-id="Telepacifico.co" status="online",Telepacífico (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7]
https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8
#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="error",Tele San Jacinto (San Jacinto | Bolivar)
#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="online",Tele San Jacinto (San Jacinto | Bolivar)
https://movil.ejeserver.com/live/telesanjacinto.m3u8
#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="error",Tele San Jacinto (San Jacinto | Bolivar)
#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="online",Tele San Jacinto (San Jacinto | Bolivar)
https://video.ejeserver.com/live/telesanjacinto.m3u8
#EXTINF:-1 tvg-id="Trece.co" status="online",Trece (1080p)
https://stream.logicideas.media/canaltrece-live/smil:live.smil/playlist.m3u8
@ -98,10 +98,10 @@ https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8
#EXTINF:-1 tvg-id="UAOPlay.co" status="online",UAO Play
https://play.cdn.enetres.net/184784E1D210401F8041E3E1266822CC023/028/playlist.m3u8
#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Televisión (Guadalajara de Buga | Valle del Cauca)
https://movil.ejeserver.com/live/veotv.m3u8
#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Televisión (Guadalajara de Buga | Valle del Cauca)
https://video.ejeserver.com/live/veotv.m3u8
#EXTINF:-1 tvg-id="Zoom.co" status="online",Zoom (Bogotà | Cundinamarca) (1080p)
#EXTINF:-1 tvg-id="VeoTelevision.co" status="error",Veo Televisión (Guadalajara de Buga | Valle del Cauca)
https://movil.ejeserver.com/live/veotv.m3u8
#EXTINF:-1 tvg-id="Zoom.co" status="error",Zoom (Bogotà | Cundinamarca) (1080p)
https://canalzoom.itex.com.co:3027/live/canalzoombr1live.m3u8
#EXTINF:-1 tvg-id="ZuldemaydaCanal13.co" status="online",Zuldemayda Canal 13 (Armenia | Quindio)
https://movil.ejeserver.com/live/zuldemayda.m3u8

View File

@ -7,7 +7,7 @@ https://5fc584f3f19c9.streamlock.net/agrotendencia/videoagrotendencia_hls1/playl
http://inliveserver.com:1935/14510/14510/playlist.m3u8
#EXTINF:-1 tvg-id="Canal8.cr" status="online",Canal 8 (720p)
http://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8
#EXTINF:-1 tvg-id="Canal13Sinart.cr" status="error",Canal 13 Sinart (720p) [Not 24/7]
#EXTINF:-1 tvg-id="Canal13Sinart.cr" status="online",Canal 13 Sinart (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vh8g3
#EXTINF:-1 tvg-id="Canal38.cr" status="online",Canal 38 (720p) [Not 24/7]
https://rtmp.info/canal38/envivo/chunks.m3u8
@ -61,7 +61,7 @@ https://d3bgcstab9qhdz.cloudfront.net/hls/canal11.m3u8
http://tiquiciatv.com:1935/stv/web/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",TD+2
https://m6gdar5eyn93-hls-live.5centscdn.com/TDMas2/2409f772ae1a7179adc3f7da77d8785f.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Telefides
#EXTINF:-1 tvg-id="" status="error",Telefides
https://s2.cwebtv.net:4433/telefides/telefides/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Teletica Radio
https://m6gdar5eyn93-hls-live.5centscdn.com/TeleticaRadio/5444e8d6d0436ccb78704882f542e5ac.sdp/playlist.m3u8

View File

@ -55,7 +55,7 @@ https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8
https://sl2.sigmatv.com/hls/live.m3u8
#EXTINF:-1 tvg-id="" status="online",BRT 1 HD (576p) [Not 24/7]
http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",BRT 1 HD (720p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",BRT 1 HD (720p) [Not 24/7]
http://kuzeykibris.tv/m3u8/tv_brt1.m3u8
#EXTINF:-1 tvg-id="" status="online",Reload (804p)
http://web.onair-radio.eu:1935/video/video/playlist.m3u8

View File

@ -263,10 +263,10 @@ https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ran1_high/playlist.m3u8
http://58bd5b7a98e04.streamlock.net/medienasa-live/rbw_high/playlist.m3u8
#EXTINF:-1 tvg-id="RBW.de" status="online",RBW (1080p)
http://62.113.210.250/medienasa-live/rbw_high/master.m3u8
#EXTINF:-1 tvg-id="RBW.de" status="online",RBW Bitterfeld-Wolfen (1080p)
https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:rbw_high/playlist.m3u8
#EXTINF:-1 tvg-id="RBW.de" status="online",RBW (1080p)
https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:rbw_high/playlist.m3u8
#EXTINF:-1 tvg-id="RBW.de" status="error",RBW Bitterfeld-Wolfen (1080p)
https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:rbw_high/playlist.m3u8
#EXTINF:-1 tvg-id="RegioTVBodensee.de" status="online",Regio TV Bodensee (1080p)
https://regiotv-b.iptv-playoutcenter.de/regiotv-b/regiotv-b.stream_1/playlist.m3u8
#EXTINF:-1 tvg-id="RegioTVStuttgart.de" status="online",Regio TV Stuttgart (1080p)
@ -357,7 +357,7 @@ https://zdf-hls-17.akamaized.net/hls/live/2016500/de/high/master.m3u8
https://zdf-hls-16.akamaized.net/hls/live/2016499/de/high/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Antenne Vorarlberg (720p) [Not 24/7]
http://5857db5306b83.streamlock.net/antennevorarlberg-live/_definst_/mp4:livestream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",BR Fernsehen Süd (720p)
#EXTINF:-1 tvg-id="" status="online",BR Fernsehen Süd (720p)
https://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.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

View File

@ -31,7 +31,7 @@ https://adultswim-vodlive.cdn.turner.com/live/daily_animated_1/stream_de.m3u8
https://adultswim-vodlive.cdn.turner.com/live/daily_liveaction_1/stream_de.m3u8
#EXTINF:-1 tvg-id="" status="online",Adult Swim Home Movies (1080p) [Geo-blocked]
https://adultswim-vodlive.cdn.turner.com/live/test-2/stream_de.m3u8
#EXTINF:-1 tvg-id="" status="online",Adult Swim Mr. Pickles (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="" status="timeout",Adult Swim Mr. Pickles (1080p) [Geo-blocked]
http://adultswim-vodlive.cdn.turner.com/live/mr-pickles/stream_de.m3u8
#EXTINF:-1 tvg-id="" status="online",Adult Swim Primal (1080p) [Geo-blocked]
https://adultswim-vodlive.cdn.turner.com/live/primal/stream_de.m3u8

View File

@ -1,8 +1,8 @@
#EXTM3U
#EXTINF:-1 tvg-id="AutoMotorundSport.de" status="online",Pluto TV Auto Motor Sport (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f760c3d41aa2d0007bfde19/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="AutoMotorundSport.de" status="online",Pluto TV Auto Motor Sport (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f760c3d41aa2d0007bfde19/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f760c3d41aa2d0007bfde19&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c676a4b5-65d2-474a-b477-c04f8b88e727&terminate=false&userId=
#EXTINF:-1 tvg-id="AutoMotorundSport.de" status="online",Pluto TV Auto Motor Sport (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f760c3d41aa2d0007bfde19/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="BeybladeBurstGermany.de" status="online",Pluto TV Beyblade Burst Nick (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b551ddcd25500072c4dad/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b551ddcd25500072c4dad&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a38b88ed-0712-11eb-8b9f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="BeybladeBurstGermany.de" status="online",Pluto TV Beyblade Burst Nick (720p)
@ -44,14 +44,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a3
#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b4889bca2ce7b73ef2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b4889bca2ce7b73ef2e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=303&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767857f65029ce2385b217/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="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed3892ed7bb000741a1d2/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="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=50&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies CH (720p)
#EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="error",Pluto TV Movies CH (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec6cdc10009975e20/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="PlutoTVMTVGermany.us" status="online",Pluto TV MTV (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5caf325764025859afdd6c4d&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2&terminate=false&userId=
@ -74,15 +74,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f
#EXTINF:-1 tvg-id="TeenNickGermany.de" status="online",Pluto TV TeenNick (720p)
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="" status="online",Pluto TV Comedy Central (Made in Germany) (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/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 Comedy Central (Made in Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4948418101147596fd6c5a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=91083755-0728-11eb-aeab-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/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 Comedy Central (Made in Germany)+ (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b8923fc302800079e4f4f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b8923fc302800079e4f4f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ee59b770-663e-4463-bf9b-3f7c374fbc39&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV (German) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcebe53d352330009e56f5b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dcebe53d352330009e56f5b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b3be0889-389b-4ef9-a876-b3d589aa6cd9&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV (German) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5caf325764025859afdd6c4d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=1b711cc8-0587-11eb-9df2-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV (German) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcebe53d352330009e56f5b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dcebe53d352330009e56f5b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b3be0889-389b-4ef9-a876-b3d589aa6cd9&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Cribs (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea815a515d149000748ee9b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ea815a515d149000748ee9b&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Nick (Germany) (720p)

View File

@ -11,9 +11,9 @@ https://inwonder-samsung-de.amagi.tv/playlist.m3u8
https://sofy-ger-samsung.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="TastemadeGermany.de" status="online",Tastemade Deutschland (720p)
https://tastemade-de-samsung.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="Xite.nl" status="online",Xite (720p)
https://xite-samsung-de.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Euronews Deutsch (720p)
https://rakuten-euronews-5-de.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Fuel TV (1080p)
https://fueltv-fueltv-5-de.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Xite (720p)
https://xite-samsung-de.amagi.tv/playlist.m3u8

View File

@ -13,10 +13,10 @@ http://stream.kkr.dk/live/kkr/playlist.m3u8
http://stream.kkr.dk/live/ngrp:kkr_adaptive/playlist.m3u8
#EXTINF:-1 tvg-id="TV2Bornholm.dk" status="online",TV2/Bornholm (1080p) [Not 24/7]
https://live.tv2bornholm.dk/stream/live/playlist.m3u8
#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (1080p)
https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8
#EXTINF:-1 tvg-id="TV2Fyn.dk" status="online",TV2 Fyn (270p) [Not 24/7]
https://cdnapisec.kaltura.com/p/1966291/sp/1966291/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/flavorId/0_8g29e3jz/name/a.mp4/index.m3u8
#EXTINF:-1 tvg-id="TV2Fyn.dk" status="error",TV2 Fyn (1080p)
https://cdnapisec.kaltura.com/p/1966291/sp/196629100/playManifest/entryId/0_vsfrv0zm/format/applehttp/protocol/https/uiConfId/30288171/a.m3u8
#EXTINF:-1 tvg-id="TV2Lorry.dk" status="online",TV2/Lorry (720p)
https://cdnapisec.kaltura.com/p/2045321/sp/204532100/playManifest/entryId/1_2kojfk4m/format/applehttp/protocol/https/uiConfId/32599481/a.m3u8
#EXTINF:-1 tvg-id="TV2Ostjylland.dk" status="online",TV2/Østjylland (720p)

View File

@ -17,7 +17,7 @@ https://ss3.domint.net:3144/ctv_str/cascaratv/playlist.m3u8
https://live.teledom.info:3713/live/cinevisionlive.m3u8
#EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV
https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8
#EXTINF:-1 tvg-id="CotubanamaTV.do" status="online",Cotubanama TV
#EXTINF:-1 tvg-id="CotubanamaTV.do" status="error",Cotubanama TV
https://cdn4.hostlagarto.com:8081/static/cotubanamatv/playlist.m3u8
#EXTINF:-1 tvg-id="CromTV.do" status="online",CromTV
https://cdn4.hostlagarto.com:8081/static/cromtv/playlist.m3u8
@ -87,7 +87,7 @@ https://cdn4.hostlagarto.com:8081/static/puntacanatv/playlist.m3u8
http://190.103.183.24:1935/ReadyTV/ReadyHD/playlist.m3u8
#EXTINF:-1 tvg-id="RNN.do" status="online",RNN (720p) [Not 24/7]
https://ss2.domint.net:3202/rnn_str/canal27/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="SensacionTV.do" status="online",Sensación TV
https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8
@ -107,11 +107,11 @@ 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="online",Telecanal 28 (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="Telecanal28.do" status="blocked",Telecanal 28 (360p) [Geo-blocked]
http://cm.hostlagarto.com:8081/Telecanal-28/telecanal.myStream/playlist.m3u8
#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="blocked",TeleCibao (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7]
http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8
#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="blocked",TeleCibao (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7]
https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8
#EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto
https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8
@ -131,7 +131,7 @@ http://newyorkstream.ddns.net:1935/telenord8/telenord8/playlist.m3u8
http://newyorkstream.ddns.net:1935/telenord10/telenord10/playlist.m3u8
#EXTINF:-1 tvg-id="Telenord12.do" status="online",Telenord 12 (720p) [Not 24/7]
http://newyorkstream.ddns.net:1935/telenord12/telenord12/playlist.m3u8
#EXTINF:-1 tvg-id="Telesantodomingo.do" status="online",Telesantodomingo
#EXTINF:-1 tvg-id="Telesantodomingo.do" status="error",Telesantodomingo
https://cdn5.streamgato.us:3315/live/telesantodomingolive.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

View File

@ -1,11 +1,11 @@
#EXTM3U
#EXTINF:-1 tvg-id="AlAnisTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked]
#EXTINF:-1 tvg-id="AlAnisTV.dz" 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",Al Anis TV [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8
#EXTINF:-1 tvg-id="BahiaTV.dz" 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",Bahia TV [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/Bahia_TV/playlist.m3u8
#EXTINF:-1 tvg-id="CNA.dz" status="error",CNA (Chaîne Nord Africaine) (360p) [Not 24/7]
#EXTINF:-1 tvg-id="CNA.dz" status="online",CNA (Chaîne Nord Africaine) (360p) [Not 24/7]
https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8
#EXTINF:-1 tvg-id="EchoroukNews.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk News (480p) [Geo-blocked]
#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
@ -29,19 +29,19 @@ https://cdn02.hta.dz/abr_htatv/EL_FADJR_TV_DZ/playlist.m3u8
#EXTINF:-1 tvg-id="ElHayatTV.dz" 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",El Hayat TV [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8
#EXTINF:-1 tvg-id="EnnaharTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked]
#EXTINF:-1 tvg-id="EnnaharTV.dz" 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",Ennahar TV [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8
#EXTINF:-1 tvg-id="SamiraTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked]
#EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/SamiraTV/playlist.m3u8
#EXTINF:-1 tvg-id="TV1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked]
#EXTINF:-1 tvg-id="TV1.dz" 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",El Djazair N1 [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/PROGRAMME_NATIONAL/playlist.m3u8
#EXTINF:-1 tvg-id="TV2.dz" 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",Canal Algérie [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/CANAL_ALGERIE/playlist.m3u8
#EXTINF:-1 tvg-id="TV3.dz" 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",Algérie TV3 [Geo-blocked]
#EXTINF:-1 tvg-id="TV3.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV3 [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/A3_HD/playlist.m3u8
#EXTINF:-1 tvg-id="TV4.dz" 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",Algérie TV4 [Geo-blocked]
@ -53,12 +53,12 @@ https://cdn02.hta.dz/abr_htatv/TV_5/playlist.m3u8
#EXTINF:-1 tvg-id="TV6.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/TV_6_HD/playlist.m3u8
#EXTINF:-1 tvg-id="TV7.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked]
#EXTINF:-1 tvg-id="TV7.dz" 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",TV7 Elmaarifa [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/TV7_ELMAARIFA/playlist.m3u8
#EXTINF:-1 tvg-id="TV8.dz" 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",TV8 Edhakira [Geo-blocked]
#EXTINF:-1 tvg-id="TV8.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV8 Edhakira [Geo-blocked]
#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
https://cdn02.hta.dz/abr_htatv/TV8_EDHAKIRA/playlist.m3u8
#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",AL24 News
#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",AL24 News
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
https://cdn02.hta.dz/abr_htatv/AL24_News/playlist.m3u8

View File

@ -3,7 +3,7 @@
https://asomatv.duckdns.org/livestream/stream.m3u8
#EXTINF:-1 tvg-id="EcotelTV.ec" status="online",Ecotel (720p) [Not 24/7]
https://ecotel.streamseguro.com/hls/ecoteltv.m3u8
#EXTINF:-1 tvg-id="Ecuavisa.ec" status="blocked",Ecuavisa [Geo-blocked]
#EXTINF:-1 tvg-id="Ecuavisa.ec" status="online",Ecuavisa [Geo-blocked]
https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8
#EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7]
https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8
@ -17,11 +17,11 @@ https://multicanal.streamseguro.com/hls/streaming.m3u8
https://plataformavideo.com:19360/nortvision/nortvision.m3u8
#EXTINF:-1 tvg-id="PuruwaTV.ec" status="error",Puruwa TV (720p)
https://srv.panelcast.net/puruwalive/puruwalive/playlist.m3u8
#EXTINF:-1 tvg-id="RadioImpacto2.ec" status="online",Radio Impacto 2 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="RadioImpacto2.ec" status="error",Radio Impacto 2 (1080p) [Not 24/7]
https://sv72.ecuaradiotv.net/impacto2tv/live/playlist.m3u8
#EXTINF:-1 tvg-id="SonoOndaTV.ec" status="online",Sono Onda TV
https://mediacpstreamchile.com:1936/sonoonda/sonoonda/playlist.m3u8
#EXTINF:-1 tvg-id="Telerama.ec" status="error",Telerama (240p) [Not 24/7]
#EXTINF:-1 tvg-id="Telerama.ec" status="online",Telerama (240p) [Not 24/7]
https://envivo.telerama.ec/stream.m3u8
#EXTINF:-1 tvg-id="TVLegislativa.ec" status="online",TV Legislativa
http://181.198.32.153:8080/hls/stream.m3u8

View File

@ -23,7 +23,7 @@ http://cls.alcarria.tv/alcarriatv/livestream/playlist.m3u8
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="timeout",Aragón TV (360p)
#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="Atrescine.es" status="online",A3Cine (1080p)
https://live.atresmediainternacional.com/ATRESMEDIA/a3cine-index.m3u8
@ -137,7 +137,7 @@ http://78.41.83.88:8880/hls/tvixa.m3u8
https://str.intercomarcal.com/hls/tvisd.m3u8
#EXTINF:-1 tvg-id="IntercomarcalTV.es" status="timeout",Intercomarcal TV (288p) [Not 24/7]
https://str.intercomarcal.com/hls/tvixa.m3u8
#EXTINF:-1 tvg-id="Islatel.es" status="timeout",Islatel (404p) [Not 24/7]
#EXTINF:-1 tvg-id="Islatel.es" status="online",Islatel (404p) [Not 24/7]
https://zone.controlstreams.com:5443/LiveApp/streams/islatel.m3u8
#EXTINF:-1 tvg-id="La1.es" status="timeout",La 1 (720p) [Geo-blocked]
https://ztnr.rtve.es/ztnr/1688877.m3u8
@ -147,7 +147,7 @@ https://hlsliveamdgl7-lh.akamaihd.net/i/hlslive_1@134665/master.m3u8
https://ztnr.rtve.es/ztnr/5190066.m3u8
#EXTINF:-1 tvg-id="La1Catalunya.es" status="timeout",La 1 Catalunya (576p) [Geo-blocked]
https://ztnr.rtve.es/ztnr/3293681.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="La7.es" status="error",LA7 (720p)
https://cdnlive.shooowit.net/la7live/smil:channel1.smil/master.m3u8
@ -159,7 +159,7 @@ https://cdnlive.shooowit.net/la8bierzolive/smil:streamswitchingchannel.smil/play
https://cdnlive.shooowit.net/la8burgoslive/smil:streamswitchingchannel.smil/playlist.m3u8
#EXTINF:-1 tvg-id="La8Leon.es" status="online",La 8 Leon (720p) [Not 24/7]
https://cdnlive.shooowit.net/la8leonlive/smil:streamswitchingchannel.smil/playlist.m3u8
#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="blocked",La 8 Mediterráneo (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="error",La 8 Mediterráneo (1080p) [Not 24/7]
https://play.cdn.enetres.net/489DDF7FE98241D19D8970314BC9D3EF021/0226/playlist.m3u8
#EXTINF:-1 tvg-id="La8Palencia.es" status="online",La 8 Palencia (270p) [Not 24/7]
https://cdnlive.shooowit.net/la8palencialive/smil:streamswitchingchannel.smil/playlist.m3u8
@ -223,7 +223,7 @@ https://www.onairport.live/sophiatv-es-live/livestream/master.m3u8
https://www.onairport.live/sophiatv-es-live/livestream_high/master.m3u8
#EXTINF:-1 tvg-id="Taroteame.es" status="online",Tarotéame (576p)
https://5d2733224ac48.streamlock.net/taroteame/tarot_web/playlist.m3u8
#EXTINF:-1 tvg-id="Teleganes.es" status="error",TVL Teleganés (720p)
#EXTINF:-1 tvg-id="Teleganes.es" status="online",TVL Teleganés (720p)
https://live.yowi.tv/f79437b2aa253f8e59f1/master.m3u8
#EXTINF:-1 tvg-id="TeleGilena.es" status="online",TeleGilena (360p) [Not 24/7]
https://5940924978228.streamlock.net/Directo1/Directo1/master.m3u8
@ -233,7 +233,7 @@ https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid
http://37.187.7.106/teleribera/live.m3u8
#EXTINF:-1 tvg-id="TeleSafor.es" status="online",Tele Safor (576p) [Not 24/7]
https://video.telesafor.com/hls/video.m3u8
#EXTINF:-1 tvg-id="TeleToledo.es" status="error",TeleToledo (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TeleToledo.es" status="online",TeleToledo (720p) [Not 24/7]
https://cloud.streamingconnect.tv:455/teletoledo/teletoledo.m3u8
#EXTINF:-1 tvg-id="TEN.es" status="timeout",TEN TV (720p)
http://91.126.141.201:1935/live/smil:ten.smil/playlist.m3u8
@ -247,9 +247,9 @@ http://185.210.20.13:8080/0.m3u8
https://directes-tv-int.ccma.cat/live-origin/tvi-hls/master.m3u8
#EXTINF:-1 tvg-id="TV4LaVall.es" status="error",Cuatro 4 TV Vall Uxa (1080p) [Not 24/7]
https://limited09.todostreaming.es/live/tarson-livestream.m3u8
#EXTINF:-1 tvg-id="TVCanaria.es" status="blocked",TV Canaria (576p)
#EXTINF:-1 tvg-id="TVCanaria.es" status="error",TV Canaria (576p)
https://rtvc-live1.flumotion.com/playlist.m3u8
#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="error",TVE Internacional Asia-Oceania (576p)
#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="online",TVE Internacional Asia-Oceania (576p)
http://210.210.155.37/uq2663/h/h158/index2.m3u8
#EXTINF:-1 tvg-id="tvG2.es" status="online",tvG2 (720p) [Not 24/7]
https://events2-crtvg.flumotion.com/playlist.m3u8

View File

@ -16,13 +16,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44c
#EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="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)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (240p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="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="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)
@ -45,9 +45,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa
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="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)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=51c75f7bb6f26ba1cd00002f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=989&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d54be738977e2c310940/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/5ad9b648e738977e2c312131/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
@ -57,10 +61,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="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=51c75f7bb6f26ba1cd00002f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=989&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVMTVMusicMadeinSpain.us" status="online",Pluto TV MTV Music Made in Spain (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a26a056d55b30007918d5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVMTVOriginalsSpain.us" status="online",Pluto TV MTV Originals (Spain) (480p)

View File

@ -5,7 +5,7 @@ https://alfatv.digitacdn.net/live/_definst_/alfatv/amlst:alfatv.amlst/playlist.m
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC__baaN73Zp5Hn0N_d4BTdg/live
#EXTINF:-1 tvg-id="HimlenTV7.fi" status="online",Himlen TV7 (720p)
https://vod.tv7.fi/tv7-se/smil:tv7-se.smil/playlist.m3u8
#EXTINF:-1 tvg-id="INEZ.fi" status="error",INEZ (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="INEZ.fi" status="online",INEZ (720p) [Geo-blocked]
https://inezsecondary.digitacdn.net/live/_definst_/inez/amlst:inezlive.amlst/master.m3u8
#EXTINF:-1 tvg-id="KotiTV.fi" status="online",KotiTV (720p) [Not 24/7]
https://kotitv.digitacdn.net/amlst:kotitv.amlst/playlist.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="FijiTV.fj" status="online",Fiji TV (720p) [Not 24/7]
https://api.new.livestream.com/accounts/19514369/events/fijitvstream/live.m3u8
#EXTINF:-1 tvg-id="FijiTV.fj" status="error",Fiji TV (720p) [Not 24/7]
https://api.new.livestream.com/accounts/19514369/events/6947821/live.m3u8
#EXTINF:-1 tvg-id="FijiTV.fj" status="online",Fiji TV (720p) [Not 24/7]
https://api.new.livestream.com/accounts/19514369/events/fijitvstream/live.m3u8

View File

@ -5,10 +5,6 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8
#EXTINF:-1 tvg-id="AntenneReunion.fr" status="online",Antenne Réunion (720p) [Not 24/7]
https://live-antenne-reunion.zeop.tv/live/c3eds/antreunihd/hls_fta/antreunihd.m3u8?location=ZEOP01
#EXTINF:-1 tvg-id="ARTEDeutsch.de" status="blocked",Arte Deutsch [Geo-blocked]
https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8
#EXTINF:-1 tvg-id="ARTEFrench.fr" status="blocked",ARTE Français (720p) [Geo-blocked]
https://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.m3u8
#EXTINF:-1 tvg-id="BFMGrandLille.fr" status="online",BFM Grand Lille (720p)
https://live.creacast.com/grandlilletv/smil:grandlilletv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="BFMGrandLittoral.fr" status="online",BFM Grand Littoral (720p)
@ -29,7 +25,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNE
https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8
#EXTINF:-1 tvg-id="DBMTV.fr" status="online",DBM TV (1080p)
http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8
#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="timeout",El Heddaf TV [Geo-blocked]
#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="online",El Heddaf TV [Geo-blocked]
https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/playlist.m3u8
#EXTINF:-1 tvg-id="EuronewsAlbania.al" status="online",Euronews Albania (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live
@ -42,7 +38,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
#EXTINF:-1 tvg-id="EuronewsRussian.fr" 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",Euronews по-русски (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s89/index.m3u8
#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="error",Euronews en Español (720p) [Not 24/7]
#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews en Español (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/euronewses/live
#EXTINF:-1 tvg-id="FashionTVCzechSlovak.fr" status="online",FashionTV Czech&Slovak (450p) [Not 24/7]
http://lb.streaming.sk/fashiontv/stream/playlist.m3u8
@ -95,7 +91,7 @@ https://live-kto.akamaized.net/hls/live/2033284/KTO/master.m3u8
https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8
#EXTINF:-1 tvg-id="M6Music.fr" status="timeout",M6 Music (720p)
http://190.2.155.162:8080/m6music/mpegts
#EXTINF:-1 tvg-id="MCMTop.fr" 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",MCM Top (480p)
#EXTINF:-1 tvg-id="MCMTop.fr" 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",MCM Top (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s49/index.m3u8
#EXTINF:-1 tvg-id="MDL.fr" status="online",MDL (720p)
@ -177,6 +173,10 @@ https://vosgestv.live-kd.com/live/vosgestv/vosgestv/playlist.m3u8
https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8
#EXTINF:-1 tvg-id="Weo.fr" 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="blocked",Arte Deutsch [Geo-blocked]
https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",ARTE Français (720p) [Geo-blocked]
https://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.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",Fun Radio (720p)

View File

@ -16,14 +16,14 @@ https://euronews.alteox.app/hls/it_stream.m3u8
#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="online",Euronews Italian
https://stream.ads.ottera.tv/playlist.m3u8?network_id=2574
#EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="online",Euronews Portuguese
https://euronews.alteox.app/hls/pt_stream.m3u8
#EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="online",Euronews Portuguese
https://stream.ads.ottera.tv/playlist.m3u8?network_id=2575
#EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="error",Euronews Portuguese
https://euronews.alteox.app/hls/pt_stream.m3u8
#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews Russian
https://euronews.alteox.app/hls/ru_stream.m3u8
#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews Russian
https://stream.ads.ottera.tv/playlist.m3u8?network_id=2576
#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews Spanish
https://euronews.alteox.app/hls/es_stream.m3u8
#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews Spanish
https://stream.ads.ottera.tv/playlist.m3u8?network_id=2577
#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="error",Euronews Spanish
https://euronews.alteox.app/hls/es_stream.m3u8

View File

@ -20,9 +20,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60d3583ef
#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly+ (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ed9ba24f6a00074a9b91/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a4570-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0432d921-f53e-4dfe-8afd-2d0b3fb750f3
#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/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="iCarlyFrance.fr" status="timeout",Pluto TV iCarly (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc7aa44d9c00081fca29/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="iCarlyFrance.fr" status="online",Pluto TV iCarly (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc7aa44d9c00081fca29/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="JustepourRire.us" status="online",Juste pour Rire (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60afa1508284e60007163c08/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fcc6e0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=a8b6a6bb-4f8c-438e-a638-d4cfa72ae69a
#EXTINF:-1 tvg-id="PlutoTVAnimauxFrance.fr" status="online",Pluto TV Animaux (720p)
@ -31,14 +31,14 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60925a44f0350600075
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="PlutoTVCineFrance.fr" 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="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="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="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="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="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p)
@ -51,6 +51,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b00007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/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)
@ -59,8 +61,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007
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 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="PlutoTVJuniorFrance.fr" status="online",Pluto TV Junior (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e8000764a17f/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="PlutoTVKidsAnimationFrance.fr" status="online",Pluto TV Kids Animation (720p)
@ -71,10 +71,10 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ff5ebe299d30c0007b
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="PlutoTVKidsSeriesFrance.fr" 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="PlutoTVMADE.fr" status="online",Pluto TV MADE (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb96f755000733c11a/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="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb96f755000733c11a/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="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb71a26ed8300076433f9/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="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p)

View File

@ -29,7 +29,7 @@ http://live.streams.ovh:1935/cannali/cannali/playlist.m3u8
https://vod.streams.ovh:3528/stream/play.m3u8
#EXTINF:-1 tvg-id="CorfuTV.gr" status="online",Corfu TV (576p) [Not 24/7]
https://itv.streams.ovh/corfuchannel/corfuchannel/playlist.m3u8
#EXTINF:-1 tvg-id="CreteTV.gr" status="error",KPHTH TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="CreteTV.gr" status="online",KPHTH TV (720p) [Not 24/7]
http://live.cretetv.gr:1935/cretetv/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="DiavataTV.gr" status="online",Diavata TV (720p)
https://video.streams.ovh:1936/DiavataTV/DiavataTV/playlist.m3u8
@ -59,7 +59,7 @@ https://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8
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
#EXTINF:-1 tvg-id="Galaxy.gr" status="online",Galaxy (432p) [Geo-blocked]
#EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked]
https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8
#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7]
https://vdo3.alphaserver.gr:3466/stream/play.m3u8
@ -81,7 +81,7 @@ https://www.hellasnet.tv/rest.live.hn/ws.iri/playlist.m3u8
http://flashcloud.mediacdn.com/live/kontratv/.m3u8
#EXTINF:-1 tvg-id="KontraChannel.gr" status="online",Kontra Channel (1080p)
http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8
#EXTINF:-1 tvg-id="KritiTV.gr" status="error",Κρήτη TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="KritiTV.gr" status="online",Κρήτη TV (720p) [Not 24/7]
http://live.cretetv.gr:1935/cretetv/myStream/f1tv.m3u8
#EXTINF:-1 tvg-id="MagicTV.gr" status="online",Magic TV (480p)
https://itv.streams.ovh/magictv/magictv/playlist.m3u8
@ -141,7 +141,7 @@ https://live.streams.ovh/tvcreta/tvcreta/chunklist.m3u8
http://live.streams.ovh:1935/tvfilopoli/tvfilopoli/playlist.m3u8
#EXTINF:-1 tvg-id="Xplore.gr" status="online",Xplore (714p) [Geo-blocked]
http://web.onair-radio.eu:1935/explorecy/explorecy/playlist.m3u8
#EXTINF:-1 tvg-id="ZerounoTVMusic.it" status="error",Zerouno TV (720p)
#EXTINF:-1 tvg-id="ZerounoTVMusic.it" status="online",Zerouno TV (720p)
http://5db313b643fd8.streamlock.net:1935/ZerounoTV/ZerounoTV/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Alpha BUP
http://78.83.87.222:9999/play/a011/index.m3u8
@ -157,7 +157,7 @@ https://stream.ioniantv.gr/ionian/live_abr/playlist.m3u8
http://stream.ioniantv.gr:8081/ionian/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",M.TV
http://78.83.87.222:9999/play/a015/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Mega TV
#EXTINF:-1 tvg-id="" status="online",Mega TV
https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Star BUP
http://78.83.87.222:9999/play/a017/index.m3u8

View File

@ -1,11 +1,11 @@
#EXTM3U
#EXTINF:-1 tvg-id="CanaldeGobierno.gt" status="online",Canal de Gobierno
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/GobiernodeGuatemala/live
#EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="online",Canal TV Radio Maya TGBA
#EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="error",Canal TV Radio Maya TGBA
https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8
#EXTINF:-1 tvg-id="ElOlamTV.gt" status="online",El Olam TV
#EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV
https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8
#EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente
#EXTINF:-1 tvg-id="FeViviente.gt" status="error",Fe Viviente
https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8
#EXTINF:-1 tvg-id="FranchsTV.gt" status="online",Franchs TV
https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8
@ -15,7 +15,7 @@ https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d
http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8
#EXTINF:-1 tvg-id="NimTV.gt" status="error",Nim TV
https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8
#EXTINF:-1 tvg-id="PenielMusical.gt" status="error",Peniel Musical Un Encuentro Con Dios
#EXTINF:-1 tvg-id="PenielMusical.gt" status="online",Peniel Musical Un Encuentro Con Dios
https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8
#EXTINF:-1 tvg-id="Totovision.gt" status="online",Totovisión TV
https://cdn.streamhispanatv.net:3209/live/totovisiongtlive.m3u8

View File

@ -7,10 +7,10 @@ http://210.210.155.37/dr9445/h/h14/index.m3u8
http://al-pull2.hkatv.vip/live/CTV.m3u8
#EXTINF:-1 tvg-id="HKIBC.hk" status="online",HKIBC
http://uc6.i-cable.com/live_freedirect/opentvhd002_h.live/playlist.m3u8
#EXTINF:-1 tvg-id="HKSTV.hk" status="online",香港衛視 (576p) [Not 24/7]
http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.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="HKSTV.hk" status="error",香港衛視 (576p) [Not 24/7]
http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8
#EXTINF:-1 tvg-id="HOYTV.hk" status="online",HOY TV (720p)
http://media.fantv.hk/m3u8/archive/channel2.m3u8
#EXTINF:-1 tvg-id="HOYTV.hk" status="online",HOY TV (720p)
@ -22,25 +22,25 @@ http://uc6.i-cable.com/live_freedirect/opentvhd001.live/playlist.m3u8
https://cdn.hklive.tv/xxxx/77/index.m3u8
#EXTINF:-1 tvg-id="HOYTV.hk" status="blocked",HOY TV (1080p) [Geo-blocked]
https://d3lbtdzocyu3ke.cloudfront.net/out/v1/214e9e20c822494ea5bc1f1428833428/index.m3u8
#EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7]
https://kr-streams.onrender.com/scraper?channel=521
#EXTINF:-1 tvg-id="MiaoMi.hk" status="error",Miao Mi (1080p)
https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8
#EXTINF:-1 tvg-id="MiaoMi.hk" status="error",Miao Mi (1080p) [Not 24/7]
https://kr-streams.onrender.com/scraper?channel=521
#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (576p)
http://210.210.155.37/uq2663/h/h157/index2.m3u8
#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (1080p)
https://playtv-live.ifeng.com/live/06OLEGEGM4G_tv1.m3u8
#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (鳳凰衛視資訊) (1080p)
https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.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="timeout",鳳凰衛視資訊台HD (720p) [Not 24/7]
http://117.169.120.138:8080/live/fhzixun/.m3u8
#EXTINF:-1 tvg-id="RTHKTV31.hk" status="online",RTHK (港台電視31) (360p) [Geo-blocked]
https://rthklive1-lh.akamaihd.net/i/rthk31_1@167495/master.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="RTHKTV31.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",RTHK (港台電視31) (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246
https://cdn.hklive.tv/xxxx/31/index.m3u8
#EXTINF:-1 tvg-id="RTHKTV31.hk" status="blocked",RTHK (港台電視31) (360p) [Geo-blocked]
https://rthklive1-lh.akamaihd.net/i/rthk31_1@167495/master.m3u8
#EXTINF:-1 tvg-id="RTHKTV31.hk" status="blocked",RTHK (港台電視31) (1080p)
https://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.m3u8
#EXTINF:-1 tvg-id="RTHKTV32.hk" status="online",RTHK (港台電視32) (360p) [Not 24/7]
@ -50,7 +50,7 @@ https://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8
#EXTINF:-1 tvg-id="RTHKTV32.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",RTHK (港台電視32) (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246
https://cdn.hklive.tv/xxxx/32/index.m3u8
#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p)
#EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p)
http://210.210.155.37/qwr9ew/s/s34/index.m3u8
#EXTINF:-1 tvg-id="TVBNewsChannel.hk" status="online",TVB News Channel (720p)
http://9.zhxinda.xyz/newss.php?id=1
@ -67,12 +67,12 @@ https://cdn.hklive.tv/xxxx/99/index.m3u8
https://cdn.hklive.tv/xxxx/96/index.m3u8
#EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix
http://61.238.6.49:8000/bysid/96
#EXTINF:-1 tvg-id="" status="error",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p)
#EXTINF:-1 tvg-id="" status="online",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p)
http://210.210.155.37/qwr9ew/s/s31/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",i-Cable News Channel (有線新聞台) (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246
https://cdn.hklive.tv/xxxx/78/index.m3u8
#EXTINF:-1 tvg-id="" status="error",Kix (Indonesian Subtitle) (576p)
#EXTINF:-1 tvg-id="" status="online",Kix (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h07/index.m3u8
#EXTINF:-1 tvg-id="" status="online",SPOTV2 (1080p)
https://bcovlive-a.akamaihd.net/48eee16919834d3b97df1082a649bcfa/ap-northeast-1/6271486521001/playlist.m3u8
@ -93,7 +93,7 @@ https://cdn.hklive.tv/xxxx/82/index.m3u8
#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Jade (翡翠台) (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246
https://cdn.hklive.tv/xxxx/81/index.m3u8
#EXTINF:-1 tvg-id="" status="error",TVB Jade (翡翠台) (Cantonese Subtitles) (720p)
#EXTINF:-1 tvg-id="" status="online",TVB Jade (翡翠台) (Cantonese Subtitles) (720p)
http://23.237.10.66:16106
#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Pearl (珍珠台) (1080p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246

View File

@ -19,7 +19,7 @@ https://emisoras.hn:8081/cholutecatv/playlist.m3u8
https://emisoras.hn:8081/diostevekids/playlist.m3u8
#EXTINF:-1 tvg-id="EDNTV.hn" status="online",EDN TV (1080p) [Not 24/7]
https://60417ddeaf0d9.streamlock.net/edntv/videoedntv/playlist.m3u8
#EXTINF:-1 tvg-id="HCH.hn" status="error",HCH (Hable Como Habla) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="HCH.hn" status="online",HCH (Hable Como Habla) (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81za5c
#EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (480p)
https://emisoras.hn:8081/jbn/index.m3u8
@ -37,7 +37,7 @@ http://lencatelevision.com:8080/hls/ltv3.m3u8
https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8
#EXTINF:-1 tvg-id="SercanoTV.hn" status="error",Sercano TV (720p)
http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8
#EXTINF:-1 tvg-id="SuyapaTV.hn" status="online",Suyapa TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="SuyapaTV.hn" status="timeout",Suyapa TV (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x833e2b
#EXTINF:-1 tvg-id="Teleceiba.hn" status="timeout",Teleceiba
http://190.11.224.14:8134/liveevent.m3u8
@ -57,7 +57,7 @@ https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8
https://emisoras.hn:8081/diostevetv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",La Metro TV (720p)
https://emisoras.hn:8081/metrotv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7]
#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="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7]
http://lencatelevision.com:8080/hls/ltv2.m3u8

View File

@ -11,7 +11,7 @@ https://alfa.kugo.id/playout/ainos.stream/chunklist.m3u8
https://h1.intechmedia.net/intech/ch64.m3u8
#EXTINF:-1 tvg-id="AlImanTV.id" status="timeout",Al-Iman TV (720p) [Geo-blocked]
https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8
#EXTINF:-1 tvg-id="ANTV.id" status="error",ANTV (480p) [Geo-blocked]
#EXTINF:-1 tvg-id="ANTV.id" status="online",ANTV (480p) [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s07/index1.m3u8
#EXTINF:-1 tvg-id="AshiilTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
@ -20,7 +20,7 @@ https://h1.intechmedia.net/intech/ch2.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x748iuo
#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
#EXTINF:-1 tvg-id="BanjarTV.id" status="online",Banjar TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="BanjarTV.id" status="error",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
@ -59,7 +59,7 @@ https://e1.siar.us/badartv/live/playlist.m3u8
https://5bf7b725107e5.streamlock.net/bungotv/bungotv/playlist.m3u8
#EXTINF:-1 tvg-id="Channel4U.id" status="blocked",Channel 4U (720p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(81b456ab-b398-4d35-ae05-9be0a173ad71)/index.m3u8
#EXTINF:-1 tvg-id="CNBCIndonesia.id" status="online",CNBC Indonesia (720p)
#EXTINF:-1 tvg-id="CNBCIndonesia.id" status="error",CNBC Indonesia (720p)
https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8
#EXTINF:-1 tvg-id="CNNIndonesia.id" status="online",CNN Indonesia (720p) [Geo-blocked]
https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8
@ -67,14 +67,14 @@ https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8
https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8
#EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked]
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8
#EXTINF:-1 tvg-id="DMTVMalang.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="DMTVMalang.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch51.m3u8
#EXTINF:-1 tvg-id="DutaTV.id" status="error",Duta TV (360p) [Not 24/7]
https://dutatv.siar.us/dutatv/live/playlist.m3u8
#EXTINF:-1 tvg-id="ElshintaTV.id" status="online",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="online",Fajar TV (240p) [Not 24/7]
#EXTINF:-1 tvg-id="FajarTV.id" status="error",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
@ -118,10 +118,10 @@ 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="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="timeout" 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="error",Jogja TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7]
https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8
#EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7]
http://122.248.43.138:1935/ch6/myStream/playlist.m3u8
@ -147,11 +147,11 @@ https://alfa.kugo.id/playout/maleo.stream/chunklist.m3u8
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8
#EXTINF:-1 tvg-id="MCC.id" status="blocked",MCC (720p)
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8
#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live
#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch23.m3u8
#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="error",Media Sunnah Aceh [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live
#EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7]
https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8
#EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (1080p) [Not 24/7]
@ -171,7 +171,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f
#EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64)
https://h1.intechmedia.net/intech/ch5.m3u8
#EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p)
#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="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked]
http://210.210.155.37/uq2663/h/h193/index.m3u8
@ -190,9 +190,9 @@ http://210.210.155.37/qwr9ew/s/s08/index.m3u8
https://h1.intechmedia.net/intech/ch10.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="error",Moji (480p) [Geo-blocked]
#EXTINF:-1 tvg-id="OChannel.id" status="online",Moji (480p) [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s41/index.m3u8
#EXTINF:-1 tvg-id="OneTVAsia.sg" status="timeout",One TV Asia (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="OneTVAsia.sg" status="error",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
@ -206,17 +206,17 @@ http://122.248.43.138:1935/ch15/myStream/playlist.m3u8
https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8
#EXTINF:-1 tvg-id="PopMusik.id" status="online",POP musik (576i)
https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8
#EXTINF:-1 tvg-id="PujaTVAceh.id" status="error",Puja TV Aceh (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7]
https://v6.siar.us/pujatv/live/chunks.m3u8
#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7]
#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="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.37/dr9445/h/h10/index.m3u8
#EXTINF:-1 tvg-id="RasyaadTV.id" status="online",Rasyaad TV [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live
#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked]
@ -257,9 +257,9 @@ http://122.248.43.138:1935/ch4/myStream/playlist.m3u8
http://122.248.43.138:1935/ch25/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",Sriwijaya TV [Not 24/7]
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
#EXTINF:-1 tvg-id="SultraTV.id" status="online",Sultra TV (720p) offline
http://122.248.43.138:1935/ch20/myStream/playlist.m3u8
#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="error" 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="SurauTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked]
@ -285,7 +285,7 @@ http://118.98.229.118:1935/live/tve.stream/playlist.m3u8
https://tvmu.siar.us/tvmu/live/playlist.m3u8
#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne
http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live
#EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne (480p) [Geo-blocked]
#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="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7]
http://118.97.50.107/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8
@ -318,11 +318,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJatengsemarang)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalteng)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTENGPALU)/index.m3u8
#EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p)
@ -346,18 +346,18 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKaltimsamarinda)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastKalimantan.id" status="online",TVRI Kalimantan Timur (720p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTIMSAMARINDA)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p)
https://alfa.kugo.id/tvrintt/rtmp.stream/playlist.m3u8
#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8
#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",TVRI Nusa Tenggara Timur (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8
#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIGorontalo)/index.m3u8
#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8
#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIGorontalo)/index.m3u8
#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8
#EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7]
http://118.97.50.107/Content/HLS/Live/Channel(TVRIJAMBI)/index.m3u8
@ -386,9 +386,9 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)
#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p)
http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8
#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8
#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p)
http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIPapua)/index.m3u8
#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p)
http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8
#EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7]
http://118.97.50.107/Content/HLS/Live/Channel(TVRIriau)/index.m3u8
#EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7]
@ -468,10 +468,10 @@ http://103.18.181.69:1935/golive/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream1/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream1/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="online",TVR Parlemen Komisi II (720p) [Not 24/7]
#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]
http://103.18.181.69:1935/golive/livestream2/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream2/playlist.m3u8
@ -481,16 +481,16 @@ http://103.18.181.69:1935/golive/livestream3/playlist.m3u8
https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8
#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="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]
https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="online",TVR Parlemen Komisi IX (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream9/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream5/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
#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream5/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream5/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7]
http://103.18.181.69:1935/golive/livestream6/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7]
@ -499,17 +499,17 @@ https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8
https://ssv1.dpr.go.id/golive/livestream7/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="error",TVR Parlemen Komisi VII (480p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream7/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="online",TVR Parlemen Komisi VIII [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7]
http://103.18.181.69:1935/golive/livestream8/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="online",TVR Parlemen Komisi VIII [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream8/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream10/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7]
http://103.18.181.69:1935/golive/livestream11/playlist.m3u8
#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7]
https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8
#EXTINF:-1 tvg-id="TVTabalong.id" status="online",TV Tabalong (720p) [Not 24/7]
https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8
@ -524,23 +524,23 @@ https://cdn.gunadarma.ac.id/streams/ugtv/ingestugtv.m3u8
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(f1b6e507-d639-4d66-858a-e457d55ddbb2)/index.m3u8
#EXTINF:-1 tvg-id="UseePrime.id" status="blocked",Usee Prime (720p)
https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(18564c27-ff44-4d62-9fab-dcb417fcb93f)/index.m3u8
#EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="ZeeBioskop.id" status="online",Zee Bioskop (360p) [Geo-blocked]
http://210.210.155.37/qwr9ew/s/s32/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Alwafa Tarim TV (Am Media) (720p)
https://ammedia.siar.us/ammedia/live/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",ATVLI (720p)
https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked]
#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="online",Dens Knowledge and Learning (576p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s36/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Life Style (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked]
http://210.210.155.35/x6bnqe/s/s65/index2.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens Life Style (576p) [Geo-blocked]
#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="online",Dens Play (720p) [Geo-blocked]
http://210.210.155.37/x6bnqe/s/s101/live.m3u8
#EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked]
#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="online",dTVi (720p)
https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8

View File

@ -19,10 +19,10 @@ https://bcovlive-a.akamaihd.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/53
https://live.pars-israel.com/iptv/stream.m3u8
#EXTINF:-1 tvg-id="KabbalahforthePeopleIsrael.il" status="online",Kabbalah for the People (Israel) (504p) [Not 24/7]
https://edge3.uk.kab.tv/live/tv66-heb-high/playlist.m3u8
#EXTINF:-1 tvg-id="Kan11.il" status="online",KAN 11 Israel (360p) [Geo-blocked]
https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8
#EXTINF:-1 tvg-id="Kan11.il" status="blocked",KAN 11 Israel (360p) [Geo-blocked]
https://kanlivep2event-i.akamaihd.net/hls/live/747610/747610/master.m3u8
#EXTINF:-1 tvg-id="Kan11.il" status="blocked",KAN 11 Israel (360p) [Geo-blocked]
https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8
#EXTINF:-1 tvg-id="Kan11.il" status="error",Kan 11
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wjmog
#EXTINF:-1 tvg-id="KanEducational.il" status="online",Kan Kids (720p)

View File

@ -27,10 +27,10 @@ https://live.hungama.com/linear/artist-aloud/playlist.m3u8
http://ashrafichannel.livebox.co.in/ashrafivhannelhls/live.m3u8
#EXTINF:-1 tvg-id="AsianetMiddleEast.in" status="timeout",Asianet Middle East (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0k6/index.m3u8
#EXTINF:-1 tvg-id="AsianetNews.in" status="online",Asianet News (720p) [Not 24/7]
https://vidcdn.vidgyor.com/asianet-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="AsianetNews.in" status="online",Asianet News (576p)
http://103.199.161.254/Content/asianetnews/Live/Channel(Asianetnews)/index.m3u8
#EXTINF:-1 tvg-id="AsianetNews.in" status="online",Asianet News (720p) [Not 24/7]
https://vidcdn.vidgyor.com/asianet-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="AsianetNewsKannada.in" status="online",Asianet News Kannada (360p) [Not 24/7]
https://vidcdn.vidgyor.com/suvarna-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="AsianetNewsTamil.in" status="online",Asianet News Tamil (360p) [Not 24/7]
@ -72,7 +72,7 @@ https://vidcdn.vidgyor.com/dighvijay-origin/liveabr/playlist.m3u8
https://live.hungama.com/linear/dil-se/playlist.m3u8
#EXTINF:-1 tvg-id="DocuBayTV.in" status="online",DocuBay TV (1080p) [Not 24/7]
https://docubayvh.s.llnwi.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004372_HLS/manifest.m3u8
#EXTINF:-1 tvg-id="DreamzTV.in" status="online",Dreamz TV (576p) [Not 24/7]
#EXTINF:-1 tvg-id="DreamzTV.in" status="error",Dreamz TV (576p) [Not 24/7]
http://198.144.149.82:8080/NOTV/DREAMHD/index.m3u8?token=GTR
#EXTINF:-1 tvg-id="EETTV.in" status="online",EET TV (1080p) [Not 24/7]
https://live.streamjo.com/eetlive/eettv.m3u8
@ -140,11 +140,11 @@ https://idvd.multitvsolution.com/idvo/kappatv.m3u8
http://103.199.161.254/Content/kasthuritv/Live/Channel(KasthuriTV)/index.m3u8
#EXTINF:-1 tvg-id="KCV.in" status="online",KCV (576p) [Not 24/7]
http://198.144.149.82:8080/NOTV/KCVTV/index.m3u8?token=GTR
#EXTINF:-1 tvg-id="KCVMovies.in" status="error",KCV Movies (576p) [Not 24/7]
#EXTINF:-1 tvg-id="KCVMovies.in" status="online",KCV Movies (576p) [Not 24/7]
http://198.144.149.82:8080/NOTV/KCVMOVIE/index.m3u8?token=GTR
#EXTINF:-1 tvg-id="KhabrainAbhiTak.in" status="online",Khabrain Abhi Tak (480p) [Not 24/7]
https://vidcdn.vidgyor.com/kat-origin/liveabr/playlist.m3u8
#EXTINF:-1 tvg-id="KiteVicters.in" status="online",KITE Victers (Kerala) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="KiteVicters.in" status="error",KITE Victers (Kerala) (720p) [Not 24/7]
https://932y4x26ljv8-hls-live.5centscdn.com/victers/tv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="MahaMovie.in" status="timeout",Maha Movie (576p) [Not 24/7]
http://14.199.164.20:4001/play/a0q7/index.m3u8
@ -222,7 +222,7 @@ https://rtmp.smartstream.video/pratidintime/pratidintime/playlist.m3u8
http://103.199.161.254/Content/publicmusic/Live/Channel(PublicMusic)/index.m3u8
#EXTINF:-1 tvg-id="PulariTV.in" status="online",Pulari TV (720p) [Not 24/7]
https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8
#EXTINF:-1 tvg-id="PunjabiZindabadTV.in" status="online",Punjabi Zindabad (360p) [Not 24/7]
#EXTINF:-1 tvg-id="PunjabiZindabadTV.in" status="timeout",Punjabi Zindabad (360p) [Not 24/7]
http://stream.pztv.online/pztv/playlist.m3u8
#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="online",Puthiya Thalaimurai (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live
@ -234,7 +234,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RajNe
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfPag4Qmnif6fw25HEIqF6w/live
#EXTINF:-1 tvg-id="RealNewsKerala.in" status="online",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="error",Real TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RealTV.in" status="online",Real TV (720p) [Not 24/7]
http://cloud.logicwebs.in:1935/realtv/realtv1/playlist.m3u8
#EXTINF:-1 tvg-id="RelaxTV.in" status="error",Relax TV (576p) [Not 24/7]
http://198.144.149.82:8080/NOTV/RELAXTV/index.m3u8?token=GTR
@ -339,7 +339,7 @@ http://103.81.104.118/hls/stream19.m3u8
http://208.115.215.42/Utsav_Plus_HD/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Suriyan TV
http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8
#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p)
#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (360p)
http://210.210.155.37/x6bnqe/s/s81/02.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (576p)
http://210.210.155.37/x6bnqe/s/s81/01.m3u8

View File

@ -13,11 +13,11 @@ https://asdiuhiu12.myvodu.app:3356/live/Alghadeer/index.m3u8
https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8
#EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News
https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8
#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7]
https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8
#EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7]
#EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="error",Alkafeel: Between the two holy shrines (720p) [Not 24/7]
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]
#EXTINF:-1 tvg-id="AlkafeelTheentranceoftheholysanctuary.iq" status="error",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="error",Alkafeel: The Holy Tomb (360p) [Not 24/7]
https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8

View File

@ -3,7 +3,7 @@
https://bozztv.com/1gbw5/tintv2/tintv2/playlist.m3u8
#EXTINF:-1 tvg-id="AlAlam.ir" status="online",Al Alam (360p) [Not 24/7]
https://live2.alalam.ir/alalam.m3u8
#EXTINF:-1 tvg-id="AlWilayah.ir" status="online",Al Wilayah (720p) [Not 24/7]
#EXTINF:-1 tvg-id="AlWilayah.ir" status="error",Al Wilayah (720p) [Not 24/7]
https://nl.livekadeh.com/hls2/alwilayah.tv.m3u8
#EXTINF:-1 tvg-id="AlZahraTV.ir" status="online",Al Zahra TV (720p) [Not 24/7]
https://live.al-zahratv.com/live/playlist2/index.m3u8
@ -39,7 +39,7 @@ http://204.11.235.251:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8
https://5acf9f9415a10.streamlock.net/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8
#EXTINF:-1 tvg-id="Navahang.ir" status="online",NAVAHANG (720p)
http://51.210.227.130/hls/stream.m3u8
#EXTINF:-1 tvg-id="OmideIranTV.ir" status="online",Omide Iran (720p) [Not 24/7]
#EXTINF:-1 tvg-id="OmideIranTV.ir" status="error",Omide Iran (720p) [Not 24/7]
http://51.210.199.38/hls/stream.m3u8
#EXTINF:-1 tvg-id="ParsTV.ir" status="online",Pars TV (720p) [Not 24/7]
https://livestream.5centscdn.com/cls032817/18e2bf34e2035dbabf48ee2db66405ce.sdp/index.m3u8
@ -47,7 +47,7 @@ https://livestream.5centscdn.com/cls032817/18e2bf34e2035dbabf48ee2db66405ce.sdp/
https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="PayvandTV.ir" status="online",Payvand TV (720p) [Not 24/7]
https://uni6rtmp.tulix.tv/ucur1/Payvand/playlist.m3u8
#EXTINF:-1 tvg-id="PBCTapeshTV.ir" status="online",PBC Tapesh TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PBCTapeshTV.ir" status="error",PBC Tapesh TV (720p) [Not 24/7]
http://iptv.tapesh.tv/tapesh/playlist.m3u8
#EXTINF:-1 tvg-id="PersianFilm.ir" status="online",Persian Film (720p) [Not 24/7]
http://51.210.227.135/hls/stream.m3u8
@ -57,7 +57,7 @@ https://hls.pmchd.live/hls/stream.m3u8
http://51.210.199.29/hls/stream.m3u8
#EXTINF:-1 tvg-id="PressTV.ir" status="online",Press TV (720p)
https://cdnlive.presstv.ir/cdnlive/smil:cdnlive.smil/playlist.m3u8
#EXTINF:-1 tvg-id="PressTVFrench.ir" status="online",Press TV French (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="PressTVFrench.ir" status="error",Press TV French (1080p) [Not 24/7]
https://live1.presstv.ir/live/presstvfr/index.m3u8
#EXTINF:-1 tvg-id="QazvinTV.ir" status="online",QAZVIN (240p)
http://cdn1.live.irib.ir:1935/epg-live/smil:qazvin/playlist.m3u8
@ -81,8 +81,6 @@ http://cdn1.live.irib.ir:1935/channel-live/smil:varzesh/playlist.m3u8
http://cdn1.live.irib.ir:1935/live-channels/smil:varzesh/playlist.m3u8
#EXTINF:-1 tvg-id="VOX1.ir" status="online",VOX1 (720p) [Not 24/7]
http://51.210.199.8/hls/stream.m3u8
#EXTINF:-1 tvg-id="VOX2.ir" status="error",VOX2 (720p) [Not 24/7]
http://51.210.199.9/hls/stream.m3u8
#EXTINF:-1 tvg-id="YourTimeTV.ir" status="online",YourTime TV (720p) [Not 24/7]
https://hls.yourtime.live/hls/stream.m3u8
#EXTINF:-1 tvg-id="" status="online",Channel 1 (480p) [Not 24/7]
@ -103,7 +101,5 @@ https://live.kalemehtv.tv/live/ngrp:kalemeh_all/playlist.m3u8
http://stream.persiantv1.com/ptv1/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Sahar (480p)
http://cdnlive.irib.ir/live-channels/smil:sahar3/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",TehranTV 24 (720p)
http://51.210.227.132/hls/stream.m3u8
#EXTINF:-1 tvg-id="" status="online",Toonix (720p) [Not 24/7]
http://51.210.227.134/hls/stream.m3u8

View File

@ -51,7 +51,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(b6)/
https://streamcdnb10-859c1818ed614cc5b0047439470927b0.msvdn.net/live/S76890577/tDoFkZD3T1Lw/playlist.m3u8
#EXTINF:-1 tvg-id="CompanyTV.it" status="online",Company TV (720p)
https://5929b138b139d.streamlock.net/CompanyTV/smil:CompanyTV.smil/master.m3u8
#EXTINF:-1 tvg-id="DonnaShopping.it" status="blocked",Donna Shopping (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DonnaShopping.it" status="error",Donna Shopping (1080p) [Not 24/7]
https://media.streambrothers.com:1936/8038/8038/playlist.m3u8
#EXTINF:-1 tvg-id="EliveTVBrescia.it" status="online",Elive TV Brescia (720p) [Not 24/7]
https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8
@ -145,7 +145,7 @@ https://58d921499d3d3.streamlock.net/RadioPiterpanTV/livestream/playlist.m3u8
https://api.new.livestream.com/accounts/11463451/events/3679884/live.m3u8
#EXTINF:-1 tvg-id="RadioStudioDeltaTV.it" status="online",Radio Studio Delta TV (1080p) [Not 24/7]
https://5ce9406b73c33.streamlock.net/RSD/ngrp:livestream_all/playlist.m3u8
#EXTINF:-1 tvg-id="RadioTaorminaSicilia.it" status="error",Radio Taormina Sicilia (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RadioTaorminaSicilia.it" status="blocked",Radio Taormina Sicilia (720p) [Not 24/7]
https://stream2.xdevel.com/video1s3-7/stream/playlist.m3u8
#EXTINF:-1 tvg-id="RadioZetaTV.it" status="timeout",RadioZeta (480p)
https://unlimited1-cl.dps.live/radioztv/radioztv.smil/radioztv/livestream2/chunks.m3u8
@ -160,15 +160,15 @@ http://ott-cdn.ucom.am/s29/04.m3u8
http://stream.tvtap.net:8081/live/it-rai1.stream/playlist.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="error",Rai 2 (302p) [Geo-blocked]
#EXTINF:-1 tvg-id="Rai2.it" status="blocked",Rai 2 (302p) [Geo-blocked]
http://stream.tvtap.net:8081/live/it-rai2.stream/playlist.m3u8
#EXTINF:-1 tvg-id="Rai3.it" status="online",Rai 3 (720p) [Not 24/7]
http://wzstreaming.rai.it/TVlive/liveStream/chunklist_w823540263.m3u8
#EXTINF:-1 tvg-id="Rai3.it" status="online",Rai 3 (720p) [Not 24/7]
http://wzstreaming.rai.it/TVlive/liveStream/playlist.m3u8
#EXTINF:-1 tvg-id="Rai3.it" status="online",Rai 3 (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="Rai3.it" status="error",Rai 3 (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709
#EXTINF:-1 tvg-id="Rai3.it" status="blocked",Rai 3 (432p) [Geo-blocked]
#EXTINF:-1 tvg-id="Rai3.it" status="error",Rai 3 (432p) [Geo-blocked]
http://stream.tvtap.net:8081/live/it-rai3.stream/playlist.m3u8
#EXTINF:-1 tvg-id="Rai4.it" status="online",Rai 4 (576p)
http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=746966
@ -180,7 +180,7 @@ http://stream.tvtap.net:8081/live/it-rai4.stream/playlist.m3u8
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276
#EXTINF:-1 tvg-id="Rai5.it" status="blocked",Rai 5 (302p) [Geo-blocked]
http://stream.tvtap.net:8081/live/it-rai5.stream/playlist.m3u8
#EXTINF:-1 tvg-id="RaiGulp.it" status="online",Rai Gulp (576p)
#EXTINF:-1 tvg-id="RaiGulp.it" status="error",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
@ -192,9 +192,9 @@ https://rainews1-live.akamaized.net/hls/live/598326/rainews1/rainews1/playlist.m
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746992
#EXTINF:-1 tvg-id="RaiScuola.it" status="online",Rai Scuola (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747011
#EXTINF:-1 tvg-id="RaiStoria.it" status="online",Rai Storia (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="RaiStoria.it" status="error",Rai Storia (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746990
#EXTINF:-1 tvg-id="RaiYoyo.it" status="online",Rai YoYo (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="RaiYoyo.it" status="error",Rai YoYo (576p) [Geo-blocked]
https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899
#EXTINF:-1 tvg-id="RDSSocialTV.it" status="online",RDS Social TV (720p)
https://stream.rdstv.radio/out/v1/ec85f72b87f04555aa41d616d5be41dc/index.m3u8
@ -250,7 +250,7 @@ http://5ce9406b73c33.streamlock.net/TeleArena/TeleArena.stream/playlist.m3u8
https://live.mariatvcdn.com/telebelluno/a3b80388da9801906adf885282e73bc3.sdp/mono.m3u8
#EXTINF:-1 tvg-id="Telechiara.it" status="online",Telechiara (720p)
http://fms.tvavicenza.it:1935/telechiara/diretta/playlist.m3u8
#EXTINF:-1 tvg-id="TelecolorLombardia.it" status="online",Telecolor Lombardia (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="TelecolorLombardia.it" status="error",Telecolor Lombardia (1080p) [Not 24/7]
https://1aadf145546f475282c5b4e658c0ac4b.msvdn.net/live/324149/hlbAWtl/playlist.m3u8
#EXTINF:-1 tvg-id="Telefoggia.it" status="online",Telefoggia (480p) [Not 24/7]
http://wms.shared.streamshow.it/telefoggia/mp4:telefoggia/playlist.m3u8
@ -324,9 +324,9 @@ http://livestreaming.videolina.it/live/Videolina/playlist.m3u8
https://d3b2epqdk0p7vd.cloudfront.net/out/v1/8a448b5e16384af4a3c8146a7b049c32/index.m3u8
#EXTINF:-1 tvg-id="VirginRadioTV.it" status="blocked",Virgin Radio TV (576p) [Not 24/7]
https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ew)/index.m3u8
#EXTINF:-1 tvg-id="VisualRadio.it" status="blocked",Visual Radio (576p) [Not 24/7]
#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" status="online",Vuemme (480p)
#EXTINF:-1 tvg-id="Vuemme.it" status="error",Vuemme (480p)
https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Gold 78 (1080p)
https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8

View File

@ -57,7 +57,7 @@ https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01255-secomcofites-my-myzen-samsung
https://jukin-peopleareawesome-2-it.samsung.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Planeta Junior
https://deaplaneta-planetakidz-2-it.samsung.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Shorts [Geo-blocked]
#EXTINF:-1 tvg-id="" status="online",Shorts [Geo-blocked]
https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00784-shortsinternati-shortstv-fast-italy-samsungit/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Sportoutdoor.tv
https://gto2000-sportoutdoortv-1-it.samsung.wurl.tv/playlist.m3u8

View File

@ -3,7 +3,7 @@
https://almamlka-live.ercdn.net/almamlka/almamlka.m3u8
#EXTINF:-1 tvg-id="AmmanTV.jo" status="online",Amman TV (720p)
https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master.m3u8
#EXTINF:-1 tvg-id="AmmanTV.jo" status="online",Amman TV (720p)
#EXTINF:-1 tvg-id="AmmanTV.jo" status="error",Amman TV (720p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/ammantv
#EXTINF:-1 tvg-id="AOneTV.jo" status="online",A One TV
https://master.starmena-cloud.com/hls/a1jo.m3u8
@ -21,8 +21,6 @@ https://jrtv-live.ercdn.net/jordansporthd/jordansporthd.m3u8
https://jrtv-live.ercdn.net/jordanhd/jordanhd.m3u8
#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="error",Nojoum TV (720p)
https://nojoumhls.wns.live/hls/stream.m3u8
#EXTINF:-1 tvg-id="RadioFannJordanCityView.jo" status="online",Radio Fann Jordan: City View (180p) [Not 24/7]
http://188.247.86.66/RadioFann/CityView1/playlist.m3u8
#EXTINF:-1 tvg-id="RadioFannJordanControlStudio.jo" status="online",Radio Fann Jordan: Control Studio (220p) [Not 24/7]

View File

@ -3,7 +3,7 @@
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7tfayd
#EXTINF:-1 tvg-id="CitizenTV.ke" status="online",Citizen TV (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/kenyacitizentv/live
#EXTINF:-1 tvg-id="InooroTV.ke" status="online",Inooro Tv (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="InooroTV.ke" status="error",Inooro Tv (720p) [Geo-blocked]
https://74937-castr.akamaized.net/5ea49827ff3b5d7b22708777/live_cd93fa8063f411ecb28b5d4f40b51a46/index.m3u8
#EXTINF:-1 tvg-id="KamemeTV.ke" status="online",Kameme TV (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/KamemeTv

View File

@ -21,7 +21,7 @@ https://livefta.malimarcdn.com/tvkedge/tvkhd.stream/master.m3u8
http://203.176.130.123:8989/live/tvk_480k.stream/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Fresh News TV (720p)
http://167.99.65.12:1935/live/ngrp:myStream_all/playlist.m3u8
#EXTINF:-1 tvg-id="" status="error",Netlink TV (720p)
#EXTINF:-1 tvg-id="" status="online",Netlink TV (720p)
https://netlink.netlinkbroadcaster.com/hls/test.m3u8
#EXTINF:-1 tvg-id="" status="online",SEATV-Radio (720p)
https://fmseatv.netlinkbroadcaster.com/hls/test.m3u8

View File

@ -5,10 +5,10 @@ http://andong.webcasting.co.kr/live/mbc/playlist.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/Anibox.m3u8
#EXTINF:-1 tvg-id="Anibox.kr" status="error",Anibox (1080p)
https://kr-streams.onrender.com/scraper?channel=436
#EXTINF:-1 tvg-id="AnimaxKorea.kr" status="online",Animax (1080p)
https://kr-streams.onrender.com/scraper?channel=409
#EXTINF:-1 tvg-id="AnimaxKorea.kr" status="error",Animax (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/AnimaxKorea.m3u8
#EXTINF:-1 tvg-id="AnimaxKorea.kr" status="error",Animax (1080p)
https://kr-streams.onrender.com/scraper?channel=409
#EXTINF:-1 tvg-id="Anione.kr" status="online",Anione (540p)
http://mytv.dothome.co.kr/ch/catv/230.php
#EXTINF:-1 tvg-id="Anione.kr" status="error",Anione (1080p)
@ -31,34 +31,34 @@ https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/pl
https://amdlive-ch02-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p)
https://amdlive-ch03-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8
#EXTINF:-1 tvg-id="AsiaN.kr" status="online",AsiaN (1080p)
https://kr-streams.onrender.com/scraper?channel=215
#EXTINF:-1 tvg-id="AsiaN.kr" status="error",AsiaN (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/AsiaN.m3u8
#EXTINF:-1 tvg-id="BadukTV.kr" status="online",Baduk TV (1080p)
https://kr-streams.onrender.com/scraper?channel=289
#EXTINF:-1 tvg-id="AsiaN.kr" status="error",AsiaN (1080p)
https://kr-streams.onrender.com/scraper?channel=215
#EXTINF:-1 tvg-id="BadukTV.kr" status="online",Baduk TV (540p)
http://mytv.dothome.co.kr/ch/catv/251.php
#EXTINF:-1 tvg-id="BadukTV.kr" status="error",Baduk TV (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/BadukTV.m3u8
#EXTINF:-1 tvg-id="BadukTV.kr" status="error",Baduk TV (1080p)
https://kr-streams.onrender.com/scraper?channel=289
#EXTINF:-1 tvg-id="BBSTV.kr" status="online",BBS Buddhist Broadcasting (1080p)
http://bbstv.clouducs.com:1935/bbstv-live/livestream/playlist.m3u8
#EXTINF:-1 tvg-id="BilliardsTV.kr" status="online",Billiards TV (1080p)
https://kr-streams.onrender.com/scraper?channel=236
#EXTINF:-1 tvg-id="BilliardsTV.kr" status="online",Billiards TV (540p)
http://mytv.dothome.co.kr/ch/catv/252.php
#EXTINF:-1 tvg-id="BilliardsTV.kr" status="error",Billiards TV (1080p)
https://kr-streams.onrender.com/scraper?channel=236
#EXTINF:-1 tvg-id="BravoKids.kr" status="error",Bravo Kids (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCu6mog947IWOXL23AzKlImw/live
#EXTINF:-1 tvg-id="BTNTV.kr" status="online",BTN TV (1080p)
http://btn.nowcdn.co.kr/btn/btnlive2m/playlist.m3u8
#EXTINF:-1 tvg-id="BusanMBCTV.kr" status="online",MBC Busan (부산MBC) (360p) [Not 24/7]
http://stream.bsmbc.com/livetv/BusanMBC_TV_onairstream/playlist.m3u8
#EXTINF:-1 tvg-id="CarrieTV.kr" status="online",Carrie TV (1080p)
https://kr-streams.onrender.com/scraper?channel=506
#EXTINF:-1 tvg-id="CarrieTV.kr" status="online",Carrie TV (540p)
http://mytv.dothome.co.kr/ch/catv/212.php
#EXTINF:-1 tvg-id="CarrieTV.kr" status="error",Carrie TV (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/CarrieTV.m3u8
#EXTINF:-1 tvg-id="CarrieTV.kr" status="error",Carrie TV (1080p)
https://kr-streams.onrender.com/scraper?channel=506
#EXTINF:-1 tvg-id="CBSTV.kr" status="online",CBS (1080p)
http://cbs-live.gscdn.com/cbs-live/cbs-live.stream/playlist.m3u8
#EXTINF:-1 tvg-id="CGNTV.kr" status="timeout",CGNTV (720p)
@ -105,14 +105,14 @@ https://d34t5yjz1ooymj.cloudfront.net/out/v1/875039d5eba0478fa8375a06b3aa5a37/in
https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8
#EXTINF:-1 tvg-id="DaejeonMBCTV.kr" status="online",MBC Daejeon (대전 MBC) (720p) [Not 24/7]
https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="online",Daekyo Kids TV (540p)
http://mytv.dothome.co.kr/ch/catv/265.php
#EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="error",Daekyo Kids TV (1080p)
https://kr-streams.onrender.com/scraper?channel=278
#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online",DreamWorks (1080p)
https://kr-streams.onrender.com/scraper?channel=451
#EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="error",Daekyo Kids TV (540p)
http://mytv.dothome.co.kr/ch/catv/265.php
#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online",DreamWorks (540p)
http://mytv.dothome.co.kr/ch/catv/266.php
#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="error",DreamWorks (1080p)
https://kr-streams.onrender.com/scraper?channel=451
#EXTINF:-1 tvg-id="EBS1TV.kr" status="online",EBS 1 (400p)
http://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8
#EXTINF:-1 tvg-id="EBS1TV.kr" status="online",EBS 1 (400p)
@ -167,17 +167,17 @@ https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8
https://livejj.hyundaihmall.com:8443/live/ngrp:hmall.stream_pc/playlist.m3u8
#EXTINF:-1 tvg-id="HyundaiHomeShoppingPlusShop.kr" status="online",Hyundai Home Shopping Plus (720p)
https://dtvstreaming.hyundaihmall.com/newcjp3/_definst_/newcjpstream.smil/playlist.m3u8
#EXTINF:-1 tvg-id="IBSports.kr" status="online",IB Sports (1080p)
https://kr-streams.onrender.com/scraper?channel=271
#EXTINF:-1 tvg-id="IBSports.kr" status="online",IB Sports (540p)
http://mytv.dothome.co.kr/ch/catv/253.php
#EXTINF:-1 tvg-id="IBSports.kr" status="error",IB Sports (1080p)
https://kr-streams.onrender.com/scraper?channel=271
#EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (540p)
http://mytv.dothome.co.kr/ch/catv/256.php
#EXTINF:-1 tvg-id="iHQDrama.kr" status="error",iHQ drama (1080p)
https://kr-streams.onrender.com/scraper?channel=457
#EXTINF:-1 tvg-id="IndieFilm.kr" status="online",Indie Film (1080p)
#EXTINF:-1 tvg-id="IndieFilm.kr" status="error",Indie Film (1080p)
https://kr-streams.onrender.com/scraper?channel=818
#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",MBC Jeju (제주 MBC) (352p) [Not 24/7]
#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",MBC Jeju (제주 MBC) (352p) [Not 24/7]
https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8
#EXTINF:-1 tvg-id="JIBSTV.kr" status="online",SBS JIBS (JIBS SBS) (720p) [Not 24/7]
http://123.140.197.22/stream/1/play.m3u8
@ -193,10 +193,10 @@ https://kr-streams.onrender.com/scraper?channel=523
http://mytv.dothome.co.kr/ch/catv/211.php
#EXTINF:-1 tvg-id="JTBC.kr" status="error",JTBC (1080p) [Not 24/7]
https://kr-streams.onrender.com/scraper?channel=273
#EXTINF:-1 tvg-id="JTBCGolf.kr" status="online",JTBC Golf (1080p)
https://kr-streams.onrender.com/scraper?channel=299
#EXTINF:-1 tvg-id="JTBCGolf.kr" status="online",JTBC Golf (540p)
http://mytv.dothome.co.kr/ch/catv/248.php
#EXTINF:-1 tvg-id="JTBCGolf.kr" status="error",JTBC Golf (1080p)
https://kr-streams.onrender.com/scraper?channel=299
#EXTINF:-1 tvg-id="JTBCGolfSports.kr" status="online",JTBC Golf & Sports (1080p)
http://mytv.dothome.co.kr/ch/catv/249.php
#EXTINF:-1 tvg-id="JTV.kr" status="online",SBS JTV (JTV전주방송) (406p) [Not 24/7]
@ -241,14 +241,14 @@ 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="error",K League 3 (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/KLeague3.m3u8
#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (1080p)
http://220.95.92.160:9981/stream/channelid/1445999617
#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (450p) [Not 24/7]
http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p)
https://kr-streams.onrender.com/scraper?channel=408
#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (KNN 부산경남대표방송) (1080p)
http://220.95.92.160:9981/stream/channelid/1445999617
#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="error",Korea Economy TV (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8
#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="error",Korea Economy TV (1080p)
https://kr-streams.onrender.com/scraper?channel=408
#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="LotteHomeShopping.kr" status="online",Lotte Home Shopping (720p)
@ -269,26 +269,26 @@ http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8
https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8
#EXTINF:-1 tvg-id="Midnight.kr" status="error",Midnight (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/Midnight.m3u8
#EXTINF:-1 tvg-id="Mnet.kr" status="online",Mnet (1080p)
https://kr-streams.onrender.com/scraper?channel=285
#EXTINF:-1 tvg-id="Mnet.kr" status="online",Mnet (540p)
http://mytv.dothome.co.kr/ch/catv/224.php
#EXTINF:-1 tvg-id="Mnet.kr" status="error",Mnet (1080p)
https://kr-streams.onrender.com/scraper?channel=285
#EXTINF:-1 tvg-id="MokpoMBCTV.kr" status="online",MBC Mokpo (목포 MBC) (720p) [Not 24/7]
http://vod.mpmbc.co.kr:1935/live/encoder-tv/playlist.m3u8
#EXTINF:-1 tvg-id="MTN.kr" status="online",MTN (720p)
http://183.110.27.87/mtnlive/720/playlist.m3u8
#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCL-WOj1FxKR8Hlzg5tvnWKg/live
#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (720p)
https://m.webcast.go.kr/live/_definst_/smil:natv_720p.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (480p)
https://m.webcast.go.kr/live/_definst_/smil:natv_480p.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (240p)
https://m.webcast.go.kr/live/_definst_/smil:natv_240p.smil/playlist.m3u8
#EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="online",National Geographic Wild Korea (1080p)
https://kr-streams.onrender.com/scraper?channel=232
#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="error",National Assembly TV (1080p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCL-WOj1FxKR8Hlzg5tvnWKg/live
#EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="error",National Geographic Wild Korea (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/NationalGeographicWildKorea.m3u8
#EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="error",National Geographic Wild Korea (1080p)
https://kr-streams.onrender.com/scraper?channel=232
#EXTINF:-1 tvg-id="NBS.kr" status="online",NBS Korea Agricultural Broadcasting (720p)
https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8
#EXTINF:-1 tvg-id="NHTV.kr" status="online",NHTV (720p)
@ -299,37 +299,37 @@ https://livestream.nsmall.com/IPHONE/nsmallMobile.m3u8
https://shoppstream.nsmall.com/IPHONE/mobile.m3u8
#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (540p)
http://mytv.dothome.co.kr/ch/catv/281.php
#EXTINF:-1 tvg-id="OCN.kr" status="online",OCN (1080p)
https://kr-streams.onrender.com/scraper?channel=407
#EXTINF:-1 tvg-id="OCN.kr" status="error",OCN (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/OCN.m3u8
#EXTINF:-1 tvg-id="OCN.kr" status="error",OCN (1080p)
https://kr-streams.onrender.com/scraper?channel=407
#EXTINF:-1 tvg-id="OLife.kr" status="online",OLIFE (540p)
http://mytv.dothome.co.kr/ch/catv/254.php
#EXTINF:-1 tvg-id="OLife.kr" status="error",OLIFE (1080p)
https://kr-streams.onrender.com/scraper?channel=503
#EXTINF:-1 tvg-id="Pinkfong.kr" status="online",Pinkfong (1080p)
https://kr-streams.onrender.com/scraper?channel=505
#EXTINF:-1 tvg-id="Pinkfong.kr" status="online",Pinkfong (540p)
http://mytv.dothome.co.kr/ch/catv/263.php
#EXTINF:-1 tvg-id="Pinkfong.kr" status="error",Pinkfong (1080p)
https://kr-streams.onrender.com/scraper?channel=505
#EXTINF:-1 tvg-id="PlayboyTVKorea.kr" status="error",Playboy TV Korea (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/PlayboyTVKorea.m3u8
#EXTINF:-1 tvg-id="PLAYYActionMovie.kr" status="error",PLAYY Action Movie (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYActionMovie.m3u8
#EXTINF:-1 tvg-id="PLAYYActionMovie.kr" status="error",PLAYY Action Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=468
#EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="online",PLAYY Healing Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=469
#EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="error",PLAYY Healing Movie (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYHealingMovie.m3u8
#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="online",PLAYY Premium Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=453
#EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="error",PLAYY Healing Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=469
#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="error",PLAYY Premium Movie (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYPremiumMovie.m3u8
#EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="online",PLAYY Well-Made Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=452
#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="error",PLAYY Premium Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=453
#EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="error",PLAYY Well-Made Movie (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYWellMadeMovie.m3u8
#EXTINF:-1 tvg-id="PoyoTV.kr" status="online",Poyo TV (1080p)
#EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="error",PLAYY Well-Made Movie (1080p)
https://kr-streams.onrender.com/scraper?channel=452
#EXTINF:-1 tvg-id="PoyoTV.kr" status="error",Poyo TV (1080p)
https://kr-streams.onrender.com/scraper?channel=509
#EXTINF:-1 tvg-id="PoyoTV.kr" status="error",Poyo TV (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/PoyoTV.m3u8
@ -347,13 +347,13 @@ https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball5.m3
https://kr-streams.onrender.com/scraper?channel=921
#EXTINF:-1 tvg-id="SBSFL.kr" status="online",SBS F!L (540p)
http://mytv.dothome.co.kr/ch/catv/284.php
#EXTINF:-1 tvg-id="SBSGolf.kr" status="online",SBS Golf (1080p)
https://kr-streams.onrender.com/scraper?channel=504
#EXTINF:-1 tvg-id="SBSGolf.kr" status="error",SBS Golf (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/SBSGolf.m3u8
#EXTINF:-1 tvg-id="SBSGolf.kr" status="error",SBS Golf (1080p)
https://kr-streams.onrender.com/scraper?channel=504
#EXTINF:-1 tvg-id="SBSTV.kr" status="error",SBS (#3)
https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8
#EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="online",Screen Golfzon (1080p)
#EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="error",Screen Golfzon (1080p)
https://nv-streams.onrender.com/scraper?channel=3077128
#EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="error",Screen Golfzon (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/ScreenGolfzon.m3u8
@ -377,10 +377,10 @@ https://allanf181.github.io/adaptive-streams/streams/kr/SpoTV1.m3u8
http://221.157.125.239:1935/live/psike/playlist.m3u8
#EXTINF:-1 tvg-id="TBSTV.kr" status="online",TBS Seoul (720p)
https://cdntv.tbs.seoul.kr/tbs/tbs_tv_web.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Telenovela.kr" status="online",Telenovela (1080p)
https://kr-streams.onrender.com/scraper?channel=216
#EXTINF:-1 tvg-id="Telenovela.kr" status="error",Telenovela (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/Telenovela.m3u8
#EXTINF:-1 tvg-id="Telenovela.kr" status="error",Telenovela (1080p)
https://kr-streams.onrender.com/scraper?channel=216
#EXTINF:-1 tvg-id="TheMovie.kr" status="error",THE MOVIE (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/TheMovie.m3u8
#EXTINF:-1 tvg-id="TheMovie.kr" status="error",THE MOVIE (1080p)
@ -389,10 +389,10 @@ https://kr-streams.onrender.com/scraper?channel=141
http://1.245.74.5:1935/live/tv/.m3u8
#EXTINF:-1 tvg-id="TomatoTV.kr" status="error",Tomato TV (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/TomatoTV.m3u8
#EXTINF:-1 tvg-id="Tooniverse.kr" status="online",Tooniverse (1080p)
https://kr-streams.onrender.com/scraper?channel=456
#EXTINF:-1 tvg-id="Tooniverse.kr" status="online",Tooniverse (540p)
http://mytv.dothome.co.kr/ch/catv/225.php
#EXTINF:-1 tvg-id="Tooniverse.kr" status="error",Tooniverse (1080p)
https://kr-streams.onrender.com/scraper?channel=456
#EXTINF:-1 tvg-id="TVChosun2.kr" status="online",TV Chosun 2 (720p)
#EXTVLCOPT:http-referrer=http://broadcast.tvchosun.com/onair/on2.cstv
http://onair2.cdn.tvchosun.com/origin2/_definst_/tvchosun_s3/playlist.m3u8
@ -403,14 +403,14 @@ http://onair.cdn.tvchosun.com/origin1/_definst_/tvchosun_s1/playlist.m3u8
http://mytv.dothome.co.kr/ch/catv/221.php
#EXTINF:-1 tvg-id="tvN.kr" status="error",tvN (1080p)
https://kr-streams.onrender.com/scraper?channel=280
#EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p)
https://kr-streams.onrender.com/scraper?channel=282
#EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (540p)
http://mytv.dothome.co.kr/ch/catv/226.php
#EXTINF:-1 tvg-id="tvNShow.kr" status="online",tvN SHOW (1080p)
https://kr-streams.onrender.com/scraper?channel=284
#EXTINF:-1 tvg-id="tvNDrama.kr" status="error",tvN DRAMA (1080p)
https://kr-streams.onrender.com/scraper?channel=282
#EXTINF:-1 tvg-id="tvNShow.kr" status="online",tvN SHOW (540p)
http://mytv.dothome.co.kr/ch/catv/222.php
#EXTINF:-1 tvg-id="tvNShow.kr" status="error",tvN SHOW (1080p)
https://kr-streams.onrender.com/scraper?channel=284
#EXTINF:-1 tvg-id="tvNStory.kr" status="online",tvN STORY (540p)
http://mytv.dothome.co.kr/ch/catv/223.php
#EXTINF:-1 tvg-id="tvNStory.kr" status="error",tvN STORY (1080p)
@ -431,11 +431,11 @@ http://192.241.153.173/live/livestream.m3u8
https://liveout.catenoid.net/live-05-wshopping/wshopping_1500k/playlist.m3u8
#EXTINF:-1 tvg-id="YeosuMBCTV.kr" status="online",MBC Yeosu (여수 MBC) (1080p) [Not 24/7]
https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8
#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (1080p)
https://nv-streams.onrender.com/scraper?channel=3214537
#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (540p)
http://mytv.dothome.co.kr/ch/catv/216.php
#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p)
#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="error",Yonhap News TV (1080p)
https://nv-streams.onrender.com/scraper?channel=3214537
#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="YTN.kr" status="error",YTN (1080p)
https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8
@ -471,9 +471,9 @@ https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8
http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Korean Song Channel
http://live.kytv.co.kr:8080/hls/stream.m3u8
#EXTINF:-1 tvg-id="" status="online",KT Alpha Shopping (1080p)
#EXTINF:-1 tvg-id="" status="error",KT Alpha Shopping (1080p)
https://kr-streams.onrender.com/scraper?channel=438
#EXTINF:-1 tvg-id="" status="online",tvN Asia (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h20/index.m3u8
#EXTINF:-1 tvg-id="" status="error",tvN Movies (Indonesian Subtitle) (576p)
#EXTINF:-1 tvg-id="" status="online",tvN Movies (Indonesian Subtitle) (576p)
http://210.210.155.37/dr9445/h/h21/index.m3u8

View File

@ -9,10 +9,10 @@ https://sc.id-tv.kz/Almaty.m3u8
http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="AstanaTV.kz" status="timeout",Астана (576p) [Not 24/7]
https://sc.id-tv.kz/Astana.m3u8
#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (1080p) [Not 24/7]
http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (576p) [Not 24/7]
https://sc.id-tv.kz/Atameken.m3u8
#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="error",Atameken Business (1080p) [Not 24/7]
http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="Balapan.kz" status="online",Balapan TV
https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8
#EXTINF:-1 tvg-id="CaspianNews.kz" status="online",Caspian News (576p) [Not 24/7]
@ -27,10 +27,10 @@ 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="online",Новое телевидение (576p) [Not 24/7]

View File

@ -31,7 +31,7 @@ https://icsbaldeastd.aldeasolutions.mx/EVLiveCan18ABR/_definst_/mp4:7NBH6B8L/pla
https://video.cdmx.gob.mx/livestream/stream.m3u8
#EXTINF:-1 tvg-id="ConectaTV.mx" status="online",Conecta TV (720p)
http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8
#EXTINF:-1 tvg-id="Filmex.mx" status="blocked",Flixmex (Xumo) (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="Filmex.mx" status="online",Flixmex (Xumo) (1080p) [Geo-blocked]
https://filmex-filmex-xumo.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="FilmexClasico.mx" status="online",Filmex Clásico (1080p) [Geo-blocked]
https://filmex-filmexclasico-xumo.amagi.tv/playlist.m3u8
@ -43,7 +43,7 @@ http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8
http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8
#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live
#EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ImagenRadio.mx" status="error",Imagen Radio (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live
#EXTINF:-1 tvg-id="ImagenTV.mx" status="online",Imagen TV (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if
@ -127,9 +127,9 @@ 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/UCyzWMHGS7bs0sot6KZk5EZg/live
#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="online",Televisa Veracruz (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5EnLdE7ASjYzWt7wvT-QSg/live
#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="timeout",Televisa Zacatecas (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="error",Televisa Zacatecas (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live
#EXTINF:-1 tvg-id="TlaxcalaTV.mx" status="online",Tlaxcala Televisión (360p) [Not 24/7]
#EXTINF:-1 tvg-id="TlaxcalaTV.mx" status="error",Tlaxcala Televisión (360p) [Not 24/7]
https://vid.mega00.com:5443/LiveApp/streams/928111829917388844551988/928111829917388844551988.m3u8?token=null
#EXTINF:-1 tvg-id="TransmediaTelevisionMorelia.mx" status="online",Transmedia Televisión Morelia (614p) [Not 24/7]
http://streamingcws20.com:1935/tmtv/videotmtv/playlist.m3u8
@ -173,5 +173,5 @@ https://linear-193.frequency.stream/193/hls/master/playlist.m3u8
http://mdstrm.com/live-stream-playlist/5d5d51a4e9a40e25f4a0332c.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="blocked",TELE SISTEMA CANAL 9 (486p) [Geo-blocked]
#EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked]
http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8

View File

@ -75,7 +75,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de5758e1a30dc0009
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="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="PlutoTVKenanyKel.us" status="timeout",Pluto TV Kenan y Kel (720p)
#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="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
@ -84,9 +84,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9996533c9de30007
#EXTINF:-1 tvg-id="PlutoTVLasreglasdeljuego.us" status="online",Pluto TV Las reglas del juego (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acb4eebe0f0000767b40f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVLosarchivosdelFBI.us" 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="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="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="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p)
@ -119,22 +119,22 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d10ce06a9665fe54bf74a/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)
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/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="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84db2db3851800077c871e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=941&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/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="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/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="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dc59026b9b000766f9a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=943&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/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="PlutoTVPeleas.us" status="online",Pluto TV Peleas (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98b0447665f200078caded/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVPistasdeBlue.us" status="online",Pluto TV Pistas de Blue (480p)

View File

@ -1,10 +1,10 @@
#EXTM3U
#EXTINF:-1 tvg-id="BernamaTV.my" status="online",Bernama TV (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcZg5r9hBqK_VPUT2I7eYVw/live
#EXTINF:-1 tvg-id="CinemaWorld.my" status="online",CinemaWorld (576p)
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="CinemaWorld.my" status="error",CinemaWorld (576p)
http://210.210.155.37/dr9445/h/h04/index.m3u8
#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="MaahTV.my" status="online",Maah TV (720p) [Not 24/7]

View File

@ -7,7 +7,7 @@ http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ChannelsTelevision/live
#EXTINF:-1 tvg-id="GalaxyTV.ng" status="online",Galaxy TV (576p)
https://5d846bfda90fc.streamlock.net:1935/live/galaxytv/playlist.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

@ -13,7 +13,7 @@ http://138.117.4.70:8075/channel10/playlist.m3u8
http://138.117.4.70:8075/channel11/playlist.m3u8
#EXTINF:-1 tvg-id="Canal12.ni" status="blocked",Nicavisión Canal 12 (720p) [Not 24/7]
https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8
#EXTINF:-1 tvg-id="JBNTV.hn" status="error",JBN (720p) [Not 24/7]
#EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (720p) [Not 24/7]
https://inliveserver.com:1936/17510/17510/playlist.m3u8
#EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7]
https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8

View File

@ -27,32 +27,10 @@ https://58c04fb1d143f.streamlock.net/loemedia/loemedia/playlist.m3u8
https://streamingserver02.omroepnuenen.nl/lon/lonweb_720p/playlist.m3u8
#EXTINF:-1 tvg-id="MeerTV.nl" status="online",Meer TV (720p) [Not 24/7]
https://593aed234297b.streamlock.net/meervandaag/meervandaag/playlist.m3u8
#EXTINF:-1 tvg-id="ML5TV.nl" status="error",ML5 TV (480p)
#EXTINF:-1 tvg-id="ML5TV.nl" status="online",ML5 TV (480p)
https://ms2.mx-cd.net/dtv-02/204-1147034/3ML_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OmroepBrabantRadio.nl" status="online",Omroep Brabant Radio (1080p)
https://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/visualradio/index.m3u8
#EXTINF:-1 tvg-id="OmroepBrabantTV.nl" status="online",Omroep Brabant (1080p)
https://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8
#EXTINF:-1 tvg-id="OmroepFlevolandTV.nl" status="online",Omroep Flevoland (720p) [Not 24/7]
https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8
#EXTINF:-1 tvg-id="OmroepHulstTV.nl" status="online",Omroep Hulst TV (720p) [Not 24/7]
https://ms7.mx-cd.net/tv/280-2963002/Omroep_Hulst_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OmroepOnsWestBrabantTV.nl" status="online",Omroep Ons West Brabant (480p)
https://ms2.mx-cd.net/tv/177-710139/Ons_West_Brabant_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OmroepPMTV.nl" status="online",Omroep P&M TV (1080p) [Not 24/7]
https://ms7.mx-cd.net/dtv-10/153-840564/Omroep_Peel_en_Maas_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OmroepTilburgTV.nl" status="online",Omroep Tilburg (480p) [Not 24/7]
https://ms2.mx-cd.net/tv/184-782326/Omroep_Tilburg_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OmroepTilburgTV.nl" status="online",Omroep Tilburg TV (480p)
https://ms7.mx-cd.net/tv/184-782326/Omroep_Tilburg_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="OmroepWestTV.nl" status="online",Omroep West (1080p) [Not 24/7]
https://d1axml5ozykh3g.cloudfront.net/live/omroepwest/tv/index.m3u8
#EXTINF:-1 tvg-id="OmroepZeelandTV.nl" status="online",Omroep Zeeland (1080p)
https://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8
#EXTINF:-1 tvg-id="OmropFryslanTV.nl" status="online",Omrop Fryslân (1080p) [Not 24/7]
https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/stream04/index.m3u8
#EXTINF:-1 tvg-id="OpenRotterdam.nl" status="online",Open Rotterdam (480p) [Not 24/7]
http://ms2.mx-cd.net/tv/141-573555/OPEN_Rotterdam.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ORTSTV.nl" status="online",ORTS (480p) [Not 24/7]
http://ms7.mx-cd.net/tv/200-1006554/ORTS_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="PodiumTV2.nl" status="online",Podium.TV 2 (1080p) [Not 24/7]
@ -143,10 +121,6 @@ https://ms2.mx-cd.net/dtv-11/99-660295/WOS.smil/playlist.m3u8
https://ms7.mx-cd.net/dtv-11/99-660295/WOS.smil/playlist.m3u8
#EXTINF:-1 tvg-id="WOS.nl" status="online",WOS TV (1080p)
https://ms7.mx-cd.net/tv/99-660295/WOS.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Xite.nl" status="online",XITE (720p) [Not 24/7]
https://ms2.mx-cd.net/tv/226-1855782/XITE_NL.smil/playlist.m3u8
#EXTINF:-1 tvg-id="Xite.nl" status="online",XITE (720p) [Not 24/7]
https://ms7.mx-cd.net/tv/226-1855782/XITE_NL.smil/playlist.m3u8
#EXTINF:-1 tvg-id="XON.nl" status="online",XON (480p) [Not 24/7]
https://ms7.mx-cd.net/tv/113-474263/EdeTV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ZO34.nl" status="online",ZO!34 (720p)
@ -157,11 +131,37 @@ https://live.zuidwesttv.nl/live/zwtv.m3u8
https://eu-nl-012.worldcast.tv/dancetelevisiontwo/dancetelevisiontwo.m3u8
#EXTINF:-1 tvg-id="" status="online",L1mburg (720p) [Not 24/7]
https://d34pj260kw1xmk.cloudfront.net/live/l1/tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Brabant (1080p)
https://d3slqp9xhts6qb.cloudfront.net/live/omroepbrabant/tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Flevoland (720p) [Not 24/7]
https://d5ms27yy6exnf.cloudfront.net/live/omroepflevoland/tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Gelderland (720p) [Not 24/7]
https://web.omroepgelderland.nl/live/livetv.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Hulst TV (720p) [Not 24/7]
https://ms7.mx-cd.net/tv/280-2963002/Omroep_Hulst_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Ons West Brabant (480p)
https://ms2.mx-cd.net/tv/177-710139/Ons_West_Brabant_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep P&M TV (1080p) [Not 24/7]
https://ms7.mx-cd.net/dtv-10/153-840564/Omroep_Peel_en_Maas_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Tilburg (480p) [Not 24/7]
https://ms2.mx-cd.net/tv/184-782326/Omroep_Tilburg_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Tilburg TV (480p)
https://ms7.mx-cd.net/tv/184-782326/Omroep_Tilburg_TV.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep West (1080p) [Not 24/7]
https://d1axml5ozykh3g.cloudfront.net/live/omroepwest/tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Omroep Zeeland (1080p)
https://d3isaxd2t6q8zm.cloudfront.net/live/omroepzeeland/tv/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Omrop Fryslân (1080p) [Not 24/7]
https://d3pvma9xb2775h.cloudfront.net/live/omropfryslan/stream04/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Open Rotterdam (480p) [Not 24/7]
http://ms2.mx-cd.net/tv/141-573555/OPEN_Rotterdam.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio A1 (1080p) [Not 24/7]
https://www.a1mediagroep.nl/hls/a1tv.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Radio NL (1080p) [Not 24/7]
https://61ae39677a1ab.streamlock.net/radionl/radionl_1080p/playlist.m3u8?ref=Hoofdwebsite&token_endtime=1661322499&token_hash=yPCofcNBmbfuVCU4UqsLrQ6GgnKJGC5gQ0tn5_F9FSE=&token_starttime=0
#EXTINF:-1 tvg-id="" status="online",XITE (720p) [Not 24/7]
https://ms2.mx-cd.net/tv/226-1855782/XITE_NL.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",XITE (720p) [Not 24/7]
https://ms7.mx-cd.net/tv/226-1855782/XITE_NL.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Zed TV
http://190.2.148.141:8080/bar7657/index.m3u8

View File

@ -1,7 +1,7 @@
#EXTM3U
#EXTINF:-1 tvg-id="ANTV.pa" status="blocked",ANTV
https://dacastmmd.mmdlive.lldns.net/dacastmmd/bdc928e938f54ab280e8bfa0e265eddd/playlist.m3u8
#EXTINF:-1 tvg-id="ASondeSalsa.pa" status="timeout",A Son de Salsa (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ASondeSalsa.pa" status="online",A Son de Salsa (720p) [Not 24/7]
https://cloud01.mipaneltv.xyz/asondesalsa/asondesalsa/playlist.m3u8
#EXTINF:-1 tvg-id="CabinaRPCRadio.pa" status="online",Cabina RPC Radio (480p)
https://mdstrm.com/live-stream-playlist/5d976689ab55a60f94ec98e8.m3u8
@ -13,11 +13,11 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8
https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8
#EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21)
http://209.91.213.10:8088/play/a01o
#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked]
#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked]
https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8
#EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked]
https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8
#EXTINF:-1 tvg-id="Telemetro.pa" status="blocked",Telemetro (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked]
https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8
#EXTINF:-1 tvg-id="Telemetro.pa" status="timeout",Telemetro (480p)
http://209.91.213.10:8088/play/a00h

View File

@ -19,17 +19,17 @@ https://tv.inka.net.pe/mascumbiatvonline/mascumbiatvonline/index.m3u8
https://tv.inka.net.pe/bestcablemusic/bestcablemusic/index.m3u8
#EXTINF:-1 tvg-id="BestCablePeru.pe" status="online",Best Cable Perú (720p) [Not 24/7]
https://tv.inka.net.pe/bestcable/bestcable/index.m3u8
#EXTINF:-1 tvg-id="BestCableSportsPeru.pe" status="online",Best Cable Sports Perú (720p) [Not 24/7]
#EXTINF:-1 tvg-id="BestCableSportsPeru.pe" status="error",Best Cable Sports Perú (720p) [Not 24/7]
https://tv.inka.net.pe/bestcablesports/bestcablesports/index.m3u8
#EXTINF:-1 tvg-id="BethelTV.pe" status="online",Bethel TV (720p) [Not 24/7]
https://ott.streann.com/loadbalancer/services/public/channels/5e0689c82cdcb4fdbcd79151/playlist.m3u8
#EXTINF:-1 tvg-id="BHTV.pe" status="online",BHTV (720p) [Not 24/7]
http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8
#EXTINF:-1 tvg-id="CajamarcaTV.pe" status="online",Cajamarca TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="CajamarcaTV.pe" status="error",Cajamarca TV (480p) [Not 24/7]
https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8
#EXTINF:-1 tvg-id="Canal8Catacaos.pe" status="online",Canal 8 (Catacaos) (360p) [Not 24/7]
https://tvdatta.com:3838/live/canalcatacaoslive.m3u8
#EXTINF:-1 tvg-id="CanalB.pe" status="online",CanalB (720p) [Not 24/7]
#EXTINF:-1 tvg-id="CanalB.pe" status="error",CanalB (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alfonsobaella/live
#EXTINF:-1 tvg-id="CaribeTelevision.pe" status="timeout",Caribe Televisión (Otuzco) (1080p) [Not 24/7]
http://191.97.56.183:1935/caribetv/caribetv/playlist.m3u8
@ -63,7 +63,7 @@ https://live.obslivestream.com/crtvmux/index.m3u8
http://190.108.83.142:8000/play/a007/index.m3u8
#EXTINF:-1 tvg-id="Cultura24.pe" status="online",Cultura 24 (360p) [Not 24/7]
https://vs8.live.opencaster.com/cultura24/smil:cultura24/playlist.m3u8
#EXTINF:-1 tvg-id="DiasporaTV.pe" status="online",Diáspora TV [Not 24/7]
#EXTINF:-1 tvg-id="DiasporaTV.pe" status="error",Diáspora TV [Not 24/7]
https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8
#EXTINF:-1 tvg-id="DMJ.pe" status="online",DMJ (Cuzco) (720p) [Not 24/7]
https://v4.tustreaming.cl/s1tv/playlist.m3u8
@ -109,13 +109,13 @@ http://190.108.83.142:8000/play/a00b/index.m3u8
http://ott.streann.com:8080/loadbalancer/services/public/channels/59ce7f292cdc7ba015a93b82/playlist.m3u8
#EXTINF:-1 tvg-id="LaRiberena.pe" status="online",La Ribereña (Pucallpa) (480p) [Not 24/7]
https://cloudvideo.servers10.com:8081/8070/index.m3u8
#EXTINF:-1 tvg-id="Latina.pe" status="error",Latina (720p) [Geo-blocked]
#EXTINF:-1 tvg-id="Latina.pe" status="blocked",Latina (720p) [Geo-blocked]
https://mdstrm.com/live-stream-playlist/5ce7109c7398b977dc0744cd.m3u8
#EXTINF:-1 tvg-id="LotPlusTV.pe" status="online",LotPlus TV (Chiclayo) (720p) [Not 24/7]
https://stmv.panel.grupolimalive.com/lotplustv/lotplustv/playlist.m3u8
#EXTINF:-1 tvg-id="MasterTV.pe" status="online",Master TV (Tarapoto) (480p) [Not 24/7]
https://tv.oyotunstream.com:1936/master/master/playlist.m3u8
#EXTINF:-1 tvg-id="MaticesTV.pe" status="error",MaticesTV (Cañete) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MaticesTV.pe" status="online",MaticesTV (Cañete) (720p) [Not 24/7]
http://v4.tustreaming.cl/matices/index.m3u8
#EXTINF:-1 tvg-id="MegaTVArequipa.pe" status="online",Mega TV (Arequipa) [Not 24/7]
https://hls.servidor.stream/storage/megatv.m3u8
@ -125,7 +125,7 @@ https://tv.portalexpress.es:3399/hybrid/play.m3u8
https://7.innovatestream.pe:19360/mieltv/mieltv.m3u8
#EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7]
https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8
#EXTINF:-1 tvg-id="MilleniumTV.pe" status="online",Millenium 49 TV (Pucallpa) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="MilleniumTV.pe" status="error",Millenium 49 TV (Pucallpa) (720p) [Not 24/7]
https://stmv.panel.grupolimalive.com/milleniuntv/milleniuntv/playlist.m3u8
#EXTINF:-1 tvg-id="MINEDUIPTV1.pe" status="online",MINEDU IPTV 1 (320p) [Not 24/7]
http://iptv.perueduca.pe:1935/canal1/canal11/playlist.m3u8
@ -143,7 +143,7 @@ https://7.innovatestream.pe:19360/nativatv/nativatv.m3u8
https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8
#EXTINF:-1 tvg-id="NorSelvaRTV.pe" status="online",NorSelva RTV [Not 24/7]
https://live.obslivestream.com/norselvatv/index.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
@ -189,7 +189,7 @@ https://servilive.com:3960/live/radiotvondadigitallive.m3u8
https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8
#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="RadioTVOriente.pe" status="error",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7]
https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8
#EXTINF:-1 tvg-id="RadioTVTendencias.pe" status="online",Radio TV Tendencias [Not 24/7]
https://s1.tvdatta.com:3950/multi_web/play.m3u8
@ -199,7 +199,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
https://5c3fb01839654.streamlock.net:1963/iptvrcrperu/livercrperutv/playlist.m3u8
#EXTINF:-1 tvg-id="RegionTVCallao.pe" status="online",Región TV (Callao) (480p) [Not 24/7]
https://servilive.com:3757/live/regiontvlive.m3u8
#EXTINF:-1 tvg-id="RNTelevision.pe" status="online",RN Televisión (Yurimaguas) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="RNTelevision.pe" status="error",RN Televisión (Yurimaguas) (720p) [Not 24/7]
https://multimedia.tmcreativos.com:1936/wsgzmqbxse/wsgzmqbxse/playlist.m3u8
#EXTINF:-1 tvg-id="RPPTVNoticias.pe" status="timeout",RPP (480p) [Not 24/7]
http://38.131.11.9:1080/play/a0d8
@ -211,7 +211,7 @@ https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8
https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8
#EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="error",SanjuaneraTV [Not 24/7]
https://live.obslivestream.com/sanjuanera/index.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="timeout",Sistema 1 [Not 24/7]
https://paneltv.rstreaminghd.net:3042/live/sistema1tvlive.m3u8
@ -223,11 +223,11 @@ http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/somostvchimbote
#EXTINF:-1 tvg-id="SumacTV.pe" status="online",Sumac TV (Lima) (480p) [Not 24/7]
https://vps1.lnx.pe/sumactv-web/envivo/index.m3u8
#EXTINF:-1 tvg-id="SuperCanal.pe" status="online",Super Canal (Yurimaguas) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="SuperCanal.pe" status="error",Super Canal (Yurimaguas) (720p) [Not 24/7]
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]
#EXTINF:-1 tvg-id="SuperTV.pe" status="error",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
@ -255,15 +255,15 @@ https://servilive.com:3531/live/tumpistvlive.m3u8
https://7.innovatestream.pe:19360/turbomixoficial/turbomixoficial.m3u8
#EXTINF:-1 tvg-id="TV5.pe" status="online",TV5 Soritor (720p) [Not 24/7]
https://live.obslivestream.com/tv5/index.m3u8
#EXTINF:-1 tvg-id="TVBellaAsuncion.pe" status="online",Bella Asuncion TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVBellaAsuncion.pe" status="error",Bella Asuncion TV (720p) [Not 24/7]
https://tvdatta.com:3602/stream/play.m3u8
#EXTINF:-1 tvg-id="TVCosmos.pe" status="online",TV Cosmos (720p) [Not 24/7]
https://5790d294af2dc.streamlock.net/8134/8134/playlist.m3u8
#EXTINF:-1 tvg-id="TVenLinea.pe" status="online",TVenLinea (Cuzco) (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVenLinea.pe" status="error",TVenLinea (Cuzco) (720p) [Not 24/7]
https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8
#EXTINF:-1 tvg-id="TVFacesPeru.pe" status="online",Tvfaces Online (360p) [Not 24/7]
https://tvdatta.com:3211/stream/play.m3u8
#EXTINF:-1 tvg-id="TVHuarmey.pe" status="online",TV Huarmey (720p) [Not 24/7]
#EXTINF:-1 tvg-id="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey
#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="online",TV Norte (Chiclayo) (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD

View File

@ -1,7 +1,7 @@
#EXTM3U
#EXTINF:-1 tvg-id="CCTN47.ph" status="online",CCTN 47 (1080p) [Not 24/7]
http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8
#EXTINF:-1 tvg-id="CLTV36.ph" status="error",CLTV 36
#EXTINF:-1 tvg-id="CLTV36.ph" status="online",CLTV 36
http://210.213.69.20:5080/LiveApp/streams/cltvmcr.m3u8
#EXTINF:-1 tvg-id="CNNPhilippines.ph" status="blocked",CNN Philippines
https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8
@ -13,7 +13,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHN
https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8
#EXTINF:-1 tvg-id="KapamilyaChannel.ph" status="timeout",Kapamilya Channel
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCstEtN0pgOmCf02EdXsGChw/live
#EXTINF:-1 tvg-id="Net25.ph" status="online",NET 25 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Net25.ph" status="error",NET 25 (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Net25Tv/live
#EXTINF:-1 tvg-id="PEPTV.ph" status="online",PEP TV [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/peptv3

View File

@ -14,14 +14,14 @@ 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/UCaxR-D8FjZ-2otbU0_Y2grg/live
#EXTINF:-1 tvg-id="DhartiTV.pk" status="online",Dharti TV
https://streamone.simpaisa.com:8443/pitvlive1/dhartitv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live
#EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (INT Feed) (480p) [Not 24/7]
https://imob.dunyanews.tv/livehd/ngrp:dunyalivehd_2_all/playlist.m3u8
#EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (INT Feed) (480p) [Not 24/7]
https://intl.dunyanews.tv/livehd/ngrp:dunyalivehd_2_all/playlist.m3u8
#EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (UK Feed) (720p) [Not 24/7]
https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8
#EXTINF:-1 tvg-id="DunyaNews.pk" status="timeout",Dunya News (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live
#EXTINF:-1 tvg-id="FazalTV.pk" status="online",Punjabi TV
http://cdn9.live247stream.com/punjabitvcanada/tv/playlist.m3u8
#EXTINF:-1 tvg-id="HumNews.pk" status="online",Hum News (720p)

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="CDMInternacional.pr" status="online",CDM International (480p) [Not 24/7]
#EXTINF:-1 tvg-id="CDMInternacional.pr" status="timeout",CDM International (480p) [Not 24/7]
https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8
#EXTINF:-1 tvg-id="NotiUnoTV.pr" status="online",Noti Uno Puerto Rico (854p) [Not 24/7]
https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8

View File

@ -2,12 +2,12 @@
#EXTINF:-1 tvg-id="7alaTV.ps" status="online",7ala TV [Geo-blocked]
http://vstream3.hadara.ps:8081/7alafm2020/7alafm2020/playlist.m3u8
#EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7]
http://htvajyal.mada.ps:8888/ajyal/index.m3u8
#EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7]
http://htvmada.mada.ps:8888/ajyal/index.m3u8
#EXTINF:-1 tvg-id="AjyalTV.ps" status="error",Ajyal TV (720p) [Not 24/7]
http://htvajyal.mada.ps:8888/ajyal/index.m3u8
#EXTINF:-1 tvg-id="AlAqsaTV.ps" status="online",Al Aqsa Channel (416p) [Not 24/7]
https://live-1.linuxway.info/aqsatv/live/tv/playlist.m3u8
#EXTINF:-1 tvg-id="Audeh.ps" status="timeout",Audeh (480p)
#EXTINF:-1 tvg-id="Audeh.ps" status="online",Audeh (480p)
http://htvpalsat.mada.ps:8888/audeh/index.m3u8
#EXTINF:-1 tvg-id="Falastini.ps" status="online",Falastini (720p)
https://cdg8.edge.technocdn.com/palestiniantv_source/live/playlist.m3u8
@ -17,9 +17,9 @@ http://vstream3.hadara.ps:8081/marahFM_web/web/playlist.m3u8
http://vstream3.hadara.ps:8081/MawwalHD_web/web/playlist.m3u8
#EXTINF:-1 tvg-id="MusawaChannel.ps" status="online",MusawaChannel (1080p) [Not 24/7]
https://pbc.furrera.ps/musawahd/index.m3u8
#EXTINF:-1 tvg-id="MusawaChannel.ps" status="error",MusawaChannel (404p) [Not 24/7]
#EXTINF:-1 tvg-id="MusawaChannel.ps" status="online",MusawaChannel (404p) [Not 24/7]
http://htvpalsat.mada.ps:8888/musawa/index.m3u8
#EXTINF:-1 tvg-id="NablusTV.ps" status="timeout",Nablus TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="NablusTV.ps" status="error",Nablus TV (720p) [Not 24/7]
http://htvmada.mada.ps:8888/nabluslive/index.m3u8
#EXTINF:-1 tvg-id="PalestineMubasher.ps" status="online",Palestine Mubasher (404p)
http://htvpalsat.mada.ps:8888/PBCLive/index.m3u8
@ -35,9 +35,9 @@ https://live.paltoday.tv/paltv/live/playlist.m3u8
https://mn-nl.mncdn.com/palabroad/live/playlist.m3u8
#EXTINF:-1 tvg-id="SerajTV.ps" status="online",Seraj TV (1080p)
https://live01.iflex.ps/Aqsa/index.m3u8
#EXTINF:-1 tvg-id="ShababFM.ps" status="online",Shabab FM (720p) [Not 24/7]
#EXTINF:-1 tvg-id="ShababFM.ps" status="error",Shabab FM (720p) [Not 24/7]
https://streaming.zaytonatube.com:8081/ShababFM/shabab/index.m3u8
#EXTINF:-1 tvg-id="WatarTV.ps" status="online",Watar TV (720p) [Not 24/7]
http://htvint.mada.ps:8889/orient/index.m3u8
#EXTINF:-1 tvg-id="WattanTV.ps" status="error",Wattan TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="WattanTV.ps" status="online",Wattan TV (720p) [Not 24/7]
http://htvmada.mada.ps:8888/wattan/index.m3u8

View File

@ -18,7 +18,7 @@ https://streamer-b02.videos.sapo.pt/live/portocanal/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 (720p) [Not 24/7]
#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="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]
@ -33,7 +33,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpacoresHD.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTPAcores.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (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:rtpacores.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTPAfrica.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP África (504p) [Not 24/7]
#EXTINF:-1 tvg-id="RTPAfrica.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP África (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:rtpafrica.smil/playlist.m3u8
#EXTINF:-1 tvg-id="RTPiAsia.pt" status="online",RTP Internacional Asia (480p)

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="AlmayaTV.py" status="error",AlmayaTV
#EXTINF:-1 tvg-id="AlmayaTV.py" status="online",AlmayaTV
https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8
#EXTINF:-1 tvg-id="C9N.py" status="online",C9N (480p)
https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8
@ -7,7 +7,7 @@ https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8
https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8
#EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal
https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8
#EXTINF:-1 tvg-id="EstacionCristal.py" status="online",Estación Cristal
#EXTINF:-1 tvg-id="EstacionCristal.py" status="error",Estación Cristal
https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8
#EXTINF:-1 tvg-id="FarraPlay.py" status="online",Farra Play (720p) [Not 24/7]
http://159.203.148.226/live/farra.m3u8
@ -39,7 +39,7 @@ https://stream.rpc.com.py/live/trece.m3u8
https://59ce1298bfb98.streamlock.net/tvaire/tvaire/playlist.m3u8
#EXTINF:-1 tvg-id="Unicanal.py" status="online",Unicanal (720p) [Not 24/7]
http://45.55.127.106/live/unicanal_mid.m3u8
#EXTINF:-1 tvg-id="Uniradio.py" status="error",Uniradio
#EXTINF:-1 tvg-id="Uniradio.py" status="online",Uniradio
https://59ce1298bfb98.streamlock.net/uniradiotv/uniradiotv/playlist.m3u8
#EXTINF:-1 tvg-id="VenusMedia.py" status="online",Venus Media (480p)
https://rds3gen.desdeparaguay.net/venusmedia/venusmedia/.m3u8

View File

@ -11,7 +11,7 @@ http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8
http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8
#EXTINF:-1 tvg-id="AntenaSport.ro" status="online",AntenaSport (720p) [Not 24/7]
https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8
#EXTINF:-1 tvg-id="B1.ro" status="error",B1 (272p) [Not 24/7]
#EXTINF:-1 tvg-id="B1.ro" status="online",B1 (272p) [Not 24/7]
https://stream.adunity.com/b1/b1.m3u8
#EXTINF:-1 tvg-id="BucovinaTV.ro" status="online",Bucovina TV (480p)
http://46.4.14.12:9999/btvsvlive/playlist.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="online",1HD Music Television (404p) [Not 24/7]
#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="timeout",1HD Music Television (404p) [Not 24/7]
https://sc.id-tv.kz/1hd.m3u8
#EXTINF:-1 tvg-id="2x2.ru" status="online",2x2 (720p) [Not 24/7]
https://bl.uma.media/live/317805/HLS/4614144_3,2883584_2,1153024_1/1613019214/3754dbee773afc02014172ca26d3bb79/playlist.m3u8
@ -17,7 +17,7 @@ https://edge2-tv-ll.facecast.io/evacoder_hls_hi/CkxfR1xNUAJwTgtXTBZTAJli/index.m
https://strm.yandex.ru/kal/360tv/360tv0.m3u8
#EXTINF:-1 tvg-id="360deg.ru" status="blocked",360° (720p)
https://video1.in-news.ru/360/index.m3u8
#EXTINF:-1 tvg-id="A1.ru" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A1 (480p)
#EXTINF:-1 tvg-id="A1.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",A1 (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/s45/index.m3u8
#EXTINF:-1 tvg-id="A2.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",A2 (480p)
@ -49,7 +49,7 @@ https://strm.yandex.ru/kal/astrahan24/astrahan240.m3u8
https://streaming.astrakhan.ru/astrakhanrusporthd/playlist.m3u8
#EXTINF:-1 tvg-id="AstrahanRuTV.ru" status="online",Астрахань.Ru TV (480p)
https://streaming.astrakhan.ru/astrakhanrulivehd/playlist.m3u8
#EXTINF:-1 tvg-id="AVTO24.ru" status="blocked",Авто 24 (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="AVTO24.ru" status="timeout",Авто 24 (576p) [Geo-blocked]
http://185.52.77.67:8080/Avto24/tracks-v1a1/mono.m3u8
#EXTINF:-1 tvg-id="BackusTVDark.ru" status="online",Backus TV Страшное (720p) [Not 24/7]
http://stream.backustv.ru/live/btv2/index.m3u8
@ -71,9 +71,9 @@ http://ott-cdn.ucom.am/s34/index.m3u8
#EXTINF:-1 tvg-id="BRIDGE.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
http://ott-cdn.ucom.am/s78/index.m3u8
#EXTINF:-1 tvg-id="BST.ru" status="online",БСТ (Башкирское спутниковое телевидение) (576p)
#EXTINF:-1 tvg-id="BST.ru" status="error",БСТ (Башкирское спутниковое телевидение) (576p)
https://bsttv.bonus-tv.ru/cdn/bst/playlist.m3u8
#EXTINF:-1 tvg-id="CentralTV.ru" status="error" 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="CentralTV.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/s20/index.m3u8
#EXTINF:-1 tvg-id="Channel5.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]
@ -81,7 +81,7 @@ http://ott-cdn.ucom.am/s20/index.m3u8
https://zabava-htlive.cdn.ngenix.net/hls/CH_5TV/variant.m3u8
#EXTINF:-1 tvg-id="ChannelOne.ru" status="online",Channel One
https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd
#EXTINF:-1 tvg-id="ChannelOne.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)
#EXTINF:-1 tvg-id="ChannelOne.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/s14/04.m3u8
#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]
@ -95,7 +95,7 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8
#EXTINF:-1 tvg-id="CTC.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
#EXTINF:-1 tvg-id="CTC.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="CTC.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="CTC.ru" status="timeout",СТС (576p) [Not 24/7]
@ -168,7 +168,7 @@ https://sc.id-tv.kz/Khabar_24.m3u8
https://sc.id-tv.kz/Kinohit_hd.m3u8
#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",Кинокомедия (360p) [Not 24/7]
https://sc.id-tv.kz/Kinokomediya_hd.m3u8
#EXTINF:-1 tvg-id="Kinomiks.ru" status="online",Киномикс (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",Киномикс (1080p) [Not 24/7]
https://sc.id-tv.kz/Kinomix_hd.m3u8
#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",Кинопремьера (1080p) [Not 24/7]
https://sc.id-tv.kz/Kinopremiera_hd.m3u8
@ -213,10 +213,10 @@ http://live-minidey.cdnvideo.ru/minidey/minidey.sdp/playlist.m3u8
http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/hd/playlist.m3u8
#EXTINF:-1 tvg-id="Mir24.ru" status="online",Мир 24 (1080p)
http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mir24_2500/playlist.m3u8
#EXTINF:-1 tvg-id="Mir24.ru" status="online",Мир 24 (576p) [Not 24/7]
https://sc.id-tv.kz/Mir24.m3u8
#EXTINF:-1 tvg-id="Mir24.ru" status="blocked",Мир 24 (1080p) [Not 24/7]
http://188.40.68.167/russia/mir24/playlist.m3u8
#EXTINF:-1 tvg-id="Mir24.ru" status="timeout",Мир 24 (576p) [Not 24/7]
https://sc.id-tv.kz/Mir24.m3u8
#EXTINF:-1 tvg-id="Mir.ru" status="online",Мир (1080p) [Not 24/7]
http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8
#EXTINF:-1 tvg-id="MirBelogorya.ru" status="online",Мир Белогорья (720p) [Geo-blocked]
@ -257,7 +257,7 @@ http://81.30.182.82:18092/hls/live.m3u8
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="online",Мужское кино (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="timeout",Мужское кино (1080p) [Not 24/7]
https://sc.id-tv.kz/Mujskoe_kino_hd.m3u8
#EXTINF:-1 tvg-id="MuzSoyuz.ru" status="online",Муз союз (576p)
http://hls-tvsoyuz.cdnvideo.ru/tvsoyuz2/muzsoyuz.6fw0-58xp-acts-esy0/playlist.m3u8
@ -327,7 +327,7 @@ http://194.190.78.91/pskov/rewind-10800.m3u8
http://ott.inmart.tv:8081/18/index.m3u8
#EXTINF:-1 tvg-id="PervyyTulskiy.ru" status="online",Первый Тульский (576p) [Not 24/7]
http://5.164.24.83/tula/1tv_low/index.m3u8
#EXTINF:-1 tvg-id="Pobeda.ru" status="online",Победа (576p) [Not 24/7]
#EXTINF:-1 tvg-id="Pobeda.ru" status="timeout",Победа (576p) [Not 24/7]
https://sc.id-tv.kz/Pobeda.m3u8
#EXTINF:-1 tvg-id="Poehali.ru" status="timeout",Поехали! (576p) [Not 24/7]
https://sc.id-tv.kz/poehali.m3u8
@ -336,7 +336,7 @@ https://sc.id-tv.kz/poehali.m3u8
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="online",ПРНК (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PRNK.ru" status="error",ПРНК (720p) [Not 24/7]
http://serv25.vintera.tv:8081/1pnk/1pnk/playlist.m3u8
#EXTINF:-1 tvg-id="Prodvizhenie.ru" status="blocked",Продвижение (1080p) [Geo-blocked]
https://strm.yandex.ru/kal/prodvizheniye/prodvizheniye0.m3u8
@ -405,7 +405,7 @@ https://rt-fra.rttv.com/live/rtfrance/playlist.m3u8
#EXTINF:-1 tvg-id="RTGHD.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",RTG HD (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/s63/index.m3u8
#EXTINF:-1 tvg-id="RTGTV.ru" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",RTG (480p)
#EXTINF:-1 tvg-id="RTGTV.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",RTG (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/s80/index.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)
@ -442,11 +442,11 @@ http://vid.extremtv.ru/hls_get/cameraFeed.m3u8
http://78.58.133.179:28000/play/a01t/index.m3u8
#EXTINF:-1 tvg-id="RusskiyDetektiv.ru" status="timeout",Русский Детектив (576p)
http://193.33.88.172/rus-detective/playlist.m3u8
#EXTINF:-1 tvg-id="RusskiySever.ru" status="online",Русский Север (Вологда) (1080p)
#EXTINF:-1 tvg-id="RusskiySever.ru" status="timeout",Русский Север (Вологда) (1080p)
http://185.186.142.16/streams.rs.m3u8
#EXTINF:-1 tvg-id="RUTV.ru" status="blocked",RU.TV (1080p) [Geo-blocked]
https://strm.yandex.ru/kal/rutv_cv/rutv_cv0.m3u8
#EXTINF:-1 tvg-id="Rybolov.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="Rybolov.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/s55/index.m3u8
#EXTINF:-1 tvg-id="Ryzhiy.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)
@ -476,6 +476,8 @@ https://live2.mediacdn.ru/sr1/sever-mobile/playlist.m3u8
https://live2.mediacdn.ru/sr1/sever/playlist.m3u8
#EXTINF:-1 tvg-id="Sever.ru" status="online",Север (Нарьян-Мар) (1080p)
https://live.mediacdn.ru/sr1/sever/playlist.m3u8
#EXTINF:-1 tvg-id="ShansonTV.ru" status="online",Шансон ТВ (576p) [Geo-blocked]
http://uiptv.do.am/1ufc/602079679/playlist.m3u8
#EXTINF:-1 tvg-id="ShansonTV.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/s43/index.m3u8
@ -483,8 +485,6 @@ http://ott-cdn.ucom.am/s43/index.m3u8
http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (512p) [Geo-blocked]
http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (576p) [Geo-blocked]
http://uiptv.do.am/1ufc/602079679/playlist.m3u8
#EXTINF:-1 tvg-id="ShchyolkovskoeTV.ru" status="online",Щёлковское ТВ (576p) [Not 24/7]
http://stream0.tv41.ru/live.m3u8
#EXTINF:-1 tvg-id="Shokiruyuschee.ru" status="timeout",Шокирующее (540p)
@ -531,7 +531,7 @@ http://streaming.astrakhan.ru/telplushd/playlist.m3u8
http://tvcom.stream.intelema.ru/tvcom/studio/playlist.m3u8
#EXTINF:-1 tvg-id="TKR.ru" status="online",ТКР (Рязань) (1080p) [Not 24/7]
http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="TNT4.ru" status="online",ТНТ4 (576p) [Not 24/7]
#EXTINF:-1 tvg-id="TNT4.ru" status="timeout",ТНТ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
@ -588,7 +588,7 @@ https://cdn.universmotri.ru/live/smil:univer.smil/playlist.m3u8
http://62.32.67.187:1935/WEB_Vera24/Vera24.stream/playlist.m3u8
#EXTINF:-1 tvg-id="Vetta24.ru" status="online",Ветта 24 (Пермь) (576p) [Not 24/7]
http://serv24.vintera.tv:8081/vetta/vetta_office/playlist.m3u8
#EXTINF:-1 tvg-id="VIVARussia.ru" status="error",VIVA Russia (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="VIVARussia.ru" status="online",VIVA Russia (1080p) [Not 24/7]
https://live.prd.dlive.tv/hls/live/viva-russia.m3u8
#EXTINF:-1 tvg-id="VmesteRF.ru" status="online",Вместе-РФ (1080p) [Geo-blocked]
http://cdn-01.bonus-tv.ru:8080/vmesterf/index.m3u8

View File

@ -124,9 +124,9 @@ 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="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked]
https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="RotanaDrama.sa" status="error",Rotana Drama (1080p) [Geo-blocked]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-drama
#EXTINF:-1 tvg-id="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked]
https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8
#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p)
https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8
#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="error",Rotana Khalijia (1080p) [Geo-blocked]
@ -135,10 +135,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-kids
#EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p)
https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8
#EXTINF:-1 tvg-id="RotanaMusic.sa" status="online",Rotana Music (1080p) [Geo-blocked]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-music
#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="error",Rotana Music (1080p) [Geo-blocked]
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
#EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p)

View File

@ -25,5 +25,5 @@ https://d39v9xz8f7n8tk.cloudfront.net/hls/clr4ctv_vsnthm/master.m3u8
http://210.210.155.37/dr9445/h/h37/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Rock Entertainment (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h16/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Rock Extreme (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="" status="error",Rock Extreme (576p) [Geo-blocked]
http://210.210.155.37/dr9445/h/h15/index.m3u8

View File

@ -1,7 +1,7 @@
#EXTM3U
#EXTINF:-1 tvg-id="GTV.si" status="online",GTV (360p) [Not 24/7]
http://91.220.221.60/gtv_hls/gtv_03.m3u8
#EXTINF:-1 tvg-id="HBO2Slovenia.si" status="online",HBO 2 HD
#EXTINF:-1 tvg-id="HBO2Slovenia.si" status="error",HBO 2 HD
https://streamer12.xploretv.si/qdcnm4/__cl/cg:prod/__c/A1_SI_HBOCOMEDYHD_ott/__op/dash-default/__dci/__f/index.m3u8?admin=xploreTv_test_user&redirect=true
#EXTINF:-1 tvg-id="HBO3Slovenia.si" status="online",HBO 3 HD
https://streamer12.xploretv.si/qdcnm4/__cl/cg:prod/__c/A1_SI_HBO3HD_ott/__op/dash-default/__dci/__f/index.m3u8?admin=xploreTv_test_user&redirect=true

View File

@ -15,7 +15,7 @@ http://s1.media-planet.sk/live/novezamky/lihattv.m3u8
http://s1.media-planet.sk/live/novezamky/playlist.m3u8
#EXTINF:-1 tvg-id="TV8.sk" status="online",Televízia OSEM (576p)
http://109.74.145.11:1935/tv8/ngrp:tv8.stream_all/playlist.m3u8
#EXTINF:-1 tvg-id="TV8.sk" status="online",Televizia OSEM (360p)
#EXTINF:-1 tvg-id="TV8.sk" status="timeout",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

View File

@ -5,33 +5,33 @@ https://thaipbs-ujxrch.cdn.byteark.com/live/playlist_1080p/index.m3u8
http://110.170.117.27:1935/apptv5hd1live/vdo-tv5hd1/playlist.m3u8
#EXTINF:-1 tvg-id="Channel5.th" status="online",Channel 5 (480p)
https://tc-live1.sanook.com/live/22302_ch5.m3u8
#EXTINF:-1 tvg-id="Channel7.th" status="blocked",Channel 7 (240p)
#EXTINF:-1 tvg-id="Channel7.th" status="timeout",Channel 7 (240p)
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]
#EXTINF:-1 tvg-id="Channel8.th" status="error",Channel 8 (1080p) [Not 24/7]
http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8
#EXTINF:-1 tvg-id="DLTV1.th" status="error",DLTV 1 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv01.m3u8
#EXTINF:-1 tvg-id="DLTV2.th" status="error",DLTV 2 (480p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv02.m3u8
#EXTINF:-1 tvg-id="DLTV3.th" status="error",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]
#EXTINF:-1 tvg-id="DLTV4.th" status="error",DLTV 4 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv04.m3u8
#EXTINF:-1 tvg-id="DLTV5.th" status="error",DLTV 5 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV5.th" status="timeout",DLTV 5 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv05.m3u8
#EXTINF:-1 tvg-id="DLTV6.th" status="error",DLTV 6 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv06.m3u8
#EXTINF:-1 tvg-id="DLTV7.th" status="error",DLTV 7 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV7.th" status="timeout",DLTV 7 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv07.m3u8
#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV8.th" status="error",DLTV 8 (1080p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv08.m3u8
#EXTINF:-1 tvg-id="DLTV10.th" status="error",DLTV 10 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv10.m3u8
#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="error",DLTV 12 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV12.th" status="timeout",DLTV 12 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv12.m3u8
#EXTINF:-1 tvg-id="DLTV13.th" status="timeout",DLTV 13 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="DLTV13.th" status="error",DLTV 13 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv13.m3u8
#EXTINF:-1 tvg-id="DLTV14.th" status="error",DLTV 14 (720p) [Not 24/7]
https://dltv-live-edge.catcdn.cloud/dltv14.m3u8
@ -40,9 +40,9 @@ https://dltv-live-edge.catcdn.cloud/dltv15.m3u8
#EXTINF:-1 tvg-id="GolfChannelThailand.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",Golf Channel Thailand (720p) [Not 24/7]
#EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36
https://smart-tv.livedoomovie.com:4431/02_golfhd_720p/chunklist.m3u8
#EXTINF:-1 tvg-id="NBTWorld.th" status="error",NBT World
#EXTINF:-1 tvg-id="NBTWorld.th" status="online",NBT World
https://thainews.prd.go.th/lv/live/ch1_L_L.sdp/playlist.m3u8
#EXTINF:-1 tvg-id="News1.th" status="timeout",ASTV News 1 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="News1.th" status="online",ASTV News 1 (720p) [Not 24/7]
http://news1.live14.com/stream/news1.m3u8
#EXTINF:-1 tvg-id="ThairathTV32.th" status="online",Thairath TV 32 (720p)
https://live.thairath.co.th/trtv2/playlist.m3u8

View File

@ -1,3 +1,3 @@
#EXTM3U
#EXTINF:-1 tvg-id="TVTimorLeste.tl" status="online",Radio e Televisao Timor Leste (RTTL.EP) [Not 24/7]
#EXTINF:-1 tvg-id="TVTimorLeste.tl" status="error",Radio e Televisao Timor Leste (RTTL.EP) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtwMP_IzEm3r9PDuaYRUKLA/live

View File

@ -11,10 +11,10 @@ https://alpha.tv.online.tm/legacyhls/ch006.m3u8
https://alpha.tv.online.tm/hls/ch003.m3u8
#EXTINF:-1 tvg-id="Miras.tm" status="online",Miras (406p) [Not 24/7]
https://alpha.tv.online.tm/legacyhls/ch003.m3u8
#EXTINF:-1 tvg-id="Turkmenistan.tm" status="online",Türkmenistan (112p) [Not 24/7]
https://alpha.tv.online.tm/hls/ch007.m3u8
#EXTINF:-1 tvg-id="Turkmenistan.tm" status="online",Türkmenistan (226p) [Not 24/7]
https://alpha.tv.online.tm/legacyhls/ch007.m3u8
#EXTINF:-1 tvg-id="Turkmenistan.tm" status="online",Türkmenistan (112p) [Not 24/7]
https://alpha.tv.online.tm/hls/ch007.m3u8
#EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Türkmenistan Sport (406p) [Not 24/7]
https://alpha.tv.online.tm/hls/ch004.m3u8
#EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Türkmenistan Sport (406p) [Not 24/7]

View File

@ -8,7 +8,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Radio
https://streaming.toutech.net/live/jtv/index.m3u8
#EXTINF:-1 tvg-id="MosaiqueFM.tn" status="online",Mosaïque FM (480p) [Not 24/7]
https://webcam.mosaiquefm.net:1936/mosatv/studio/playlist.m3u8
#EXTINF:-1 tvg-id="Nessma.tn" status="error",Nessma (720p)
#EXTINF:-1 tvg-id="Nessma.tn" status="online",Nessma (720p)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/nessma_tv
#EXTINF:-1 tvg-id="SahelTV.tn" status="online",Sahel TV (720p) [Not 24/7]
http://142.44.214.231:1935/saheltv/myStream/playlist.m3u8

View File

@ -88,24 +88,24 @@ http://win20.yayin.com.tr/ertsahtv/ertsahtv/playlist.m3u8
https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8
#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="FenerbahceTV.tr" status="error",Fenerbahçe TV (FBTV) (480p) [Not 24/7]
#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="online",Fenerbahçe TV (FBTV) (480p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x21oo10
#EXTINF:-1 tvg-id="FinansTurkTV.tr" status="timeout",Finans Turk TV (720p)
http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8
#EXTINF:-1 tvg-id="FoxTurkey.tr" status="online",Fox Türkiye (720p)
https://foxtv.blutv.com/blutv_foxtv_live/live.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="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p)
https://waw1.artiyerelmedya.net/guneytv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="error",Guney TV Tarsus (270p)
http://stream2.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="error",Tarsus Güney TV (270p)
#EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Tarsus Güney TV (270p)
http://stream.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p)
https://waw1.artiyerelmedya.net/guneytv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="Haber61TV.tr" status="online",Haber61 TV (720p) [Not 24/7]
https://cdn-haber61tv.yayin.com.tr/haber61tv/smil:haber61tv.smil/index.m3u8
#EXTINF:-1 tvg-id="Haber61TV.tr" status="online",Haber61 TV (720p) [Not 24/7]
@ -197,16 +197,16 @@ http://yerelmedya.tv:1935/mercantv/bant1/playlist.m3u8
https://waw2.artiyerelmedya.net/mercantv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="MiskFM.tr" status="online",Misk FM (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrvsAwtrxZ0q31yU9JEBdWA/live
#EXTINF:-1 tvg-id="NaturalTV.tr" status="error",Natural TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="NaturalTV.tr" status="online",Natural TV (720p) [Not 24/7]
http://broadcasttr.com:1935/naturaltv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="NaturalTV.tr" status="error",Natural TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="NaturalTV.tr" status="online",Natural TV (720p) [Not 24/7]
https://broadcasttr.com:446/naturaltv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="NTVSpor.tr" status="timeout",NTV Spor
http://46.4.193.238:8484/hls/ntvspor/playlist.m3u8
#EXTINF:-1 tvg-id="OlayTurkTV.tr" status="online",OlayTürk Kayseri (720p) [Geo-blocked]
http://waw1.artiyerelmedya.net:1935/olayturk/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="OlayTurkTV.tr" status="online",Olay Türk TV (720p) [Geo-blocked]
https://waw2.artiyerelmedya.net/olayturk/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="OlayTurkTV.tr" status="error",OlayTürk Kayseri (720p) [Geo-blocked]
http://waw1.artiyerelmedya.net:1935/olayturk/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="OncuTV.tr" status="online",Öncü TV (1024p) [Not 24/7]
https://broadcasttr.com:446/oncurtv/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="OnMedyaTV.tr" status="timeout",ON Medya Haber (720p) [Geo-blocked]
@ -304,7 +304,7 @@ http://stream.taksimbilisim.com:1935/tv52/smil:tv52.smil/playlist.m3u8
https://broadcasttr.com:446/tv52/bant1/playlist.m3u8
#EXTINF:-1 tvg-id="TV100.tr" status="online",tv100 (1080p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=8jEXHzMTR7s
#EXTINF:-1 tvg-id="TVDen.tr" status="error",TV Den (576p) [Not 24/7]
#EXTINF:-1 tvg-id="TVDen.tr" status="online",TV Den (576p) [Not 24/7]
http://canli.tvden.com.tr/hls/live.m3u8
#EXTINF:-1 tvg-id="TVEm.tr" status="online",TV Em (486p)
http://cdn-tvem.yayin.com.tr/TVEM/TVEM/playlist.m3u8

View File

@ -1,11 +1,11 @@
#EXTM3U
#EXTINF:-1 tvg-id="BeautifulLifeTV.tw" status="online",Beautiful Life TV
https://5ddce30eb4b55.streamlock.net/bltvhd/bltv1/playlist.m3u8
#EXTINF:-1 tvg-id="CartoonNetworkTaiwan.tw" status="blocked",Cartoon Network Taiwan (CN卡通频道) (720p)
#EXTINF:-1 tvg-id="CartoonNetworkTaiwan.tw" status="online",Cartoon Network Taiwan (CN卡通频道) (720p)
http://50.7.220.74:8278/momo1_twn/playlist.m3u8?ct=19225&tid=MA0A4898983648989836&tsum=bd109117d126916f203880b1f2063d5e
#EXTINF:-1 tvg-id="CTiAsia.tw" status="error",CTi Asia (中天亞洲台) (720p)
#EXTINF:-1 tvg-id="CTiAsia.tw" status="blocked",CTi Asia (中天亞洲台) (720p)
http://50.7.220.74:8278/ctiasia_twn/playlist.m3u8?ct=19226&tid=MC3C8838319088383190&tsum=6eaf7a477dd08b06a5dc54b4c05e52e1
#EXTINF:-1 tvg-id="CTiEntertainment.tw" status="blocked",CTi Entertainment (中天娛樂台) (720p)
#EXTINF:-1 tvg-id="CTiEntertainment.tw" status="error",CTi Entertainment (中天娛樂台) (720p)
http://50.7.220.74:8278/ctient/playlist.m3u8?ct=17874&tid=m6780c60bd34a13540795&tsum=06089e289a460b0685447b7656d550e3
#EXTINF:-1 tvg-id="CTiNews.tw" status="online",CTi News (中天新聞台)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ctitv/live
@ -19,7 +19,7 @@ http://50.7.220.74:8278/ctshd_twn/playlist.m3u8?ct=19226&tid=MAFA130948121309481
http://seb.sason.top/sc/hsxw_fhd.m3u8
#EXTINF:-1 tvg-id="CTV.tw" status="online",CTV (CTV中視) (720p)
http://50.7.220.74:8278/zhongshihd_twn/playlist.m3u8?ct=19226&tid=MB8B7313326473133264&tsum=ae7506028e559f3a6e2a3519b2f6a91e
#EXTINF:-1 tvg-id="CTVClassic.tw" status="blocked",CTV Classic (中視經典台) (720p)
#EXTINF:-1 tvg-id="CTVClassic.tw" status="online",CTV Classic (中視經典台) (720p)
http://50.7.220.74:8278/zhongshi_twn/playlist.m3u8?ct=18335&tid=mffe9aaf8765f&tsum=bcdd7a2ce4a5498b1449cb26a01150c0
#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="online",CTV News Channel (中视新闻台)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/twctvnews/live
@ -35,7 +35,7 @@ http://www.dalitv.com.tw:4568/live/dali/index.m3u8
http://50.7.220.74:8278/ettvcaijing_twn/playlist.m3u8?ct=17874&tid=m999b5a0f7fca17599138&tsum=345085d2d6d4401fdb3da968dfee5a54
#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="blocked",EBC Financial News (東森財經新聞台) (1080p) [Not 24/7]
http://seb.sason.top/sc/dscjxw_fhd.m3u8
#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="online",EBC Foreign Movie (東森洋片台) (720p)
#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="blocked",EBC Foreign Movie (東森洋片台) (720p)
http://50.7.220.74:8278/ettvwestern/playlist.m3u8?ct=17874&tid=mfdfc048e6c2416337202&tsum=cad39b26202d525ea820bee1d69e545f
#EXTINF:-1 tvg-id="EBCMovie.tw" status="blocked",EBC Movie (東森電影台) (720p)
http://50.7.220.74:8278/ettvmovie/playlist.m3u8?ct=19225&tid=MDED1943740419437404&tsum=120834a4218c4b5c3bb19efb8116f859
@ -43,13 +43,13 @@ http://50.7.220.74:8278/ettvmovie/playlist.m3u8?ct=19225&tid=MDED194374041943740
http://seb.sason.top/sc/dsxw_fhd.m3u8
#EXTINF:-1 tvg-id="EBCNews.tw" status="timeout",EBC News (東森新聞台)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newsebc/live
#EXTINF:-1 tvg-id="EBCVariety.tw" status="error",EBC Variety (東森綜合台) (720p)
#EXTINF:-1 tvg-id="EBCVariety.tw" status="blocked",EBC Variety (東森綜合台) (720p)
http://50.7.220.74:8278/ettvzhonghe/playlist.m3u8?ct=17874&tid=m65c4e525f24617101171&tsum=663db593cfeefc92ce4b5d7461988f3f
#EXTINF:-1 tvg-id="EraNews.tw" status="blocked",Era News (年代新聞台) (720p)
http://50.7.220.74:8278/niandainews_twn/playlist.m3u8?ct=19226&tid=MA6A4647720946477209&tsum=48a66838dbcf633b2fb41307b29ef50a
#EXTINF:-1 tvg-id="ETTVNews.tw" status="blocked",ETTV News (720p)
http://50.7.220.74:8278/ettvnews/playlist.m3u8?ct=19225&tid=MAEA2793211727932117&tsum=151345e2ab6bc0c89ac85598f1988cd3
#EXTINF:-1 tvg-id="FTV.tw" status="online",FTV (民視) (720p)
#EXTINF:-1 tvg-id="FTV.tw" status="blocked",FTV (民視) (720p)
http://50.7.220.74:8278/ftvhd_taiwan/playlist.m3u8?ct=18335&tid=m15b424641a89&tsum=ba82cdbfb8253c45a13df5354e6d0dbc
#EXTINF:-1 tvg-id="FTV.tw" status="blocked",FTV (民視) (720p) [Not 24/7]
http://seb.sason.top/ptv/ftv.php?id=ms
@ -79,7 +79,7 @@ http://50.7.220.74:8278/hollywoodmovies_twn/playlist.m3u8?ct=19225&tid=MECE56112
http://streamipcf.akamaized.net/live/_definst_/smil:liveabr.smil/playlist.m3u8
#EXTINF:-1 tvg-id="JETTV.tw" status="error",JET TV (JET綜合台) (720p)
http://50.7.220.74:8278/jettv_japan/playlist.m3u8?ct=19225&tid=MA7A4202687942026879&tsum=e84bc4851b9d6f6a18282c1efcb6ed1d
#EXTINF:-1 tvg-id="LSTimeMovie.tw" status="blocked",LS Time Movie (720p)
#EXTINF:-1 tvg-id="LSTimeMovie.tw" status="online",LS Time Movie (720p)
http://50.7.220.74:8278/cb7a1fec69/playlist.m3u8?ct=18335&tid=md05ab4002297&tsum=ebe4254ee0e073c2d3c9789e679c00a5
#EXTINF:-1 tvg-id="PTS.tw" status="blocked",PTS (公视) (720p)
http://50.7.220.74:8278/ctv_taiwan/playlist.m3u8?ct=17990&tid=13765524&tsum=03eb77c1c186944b97737f14e95076c0
@ -99,7 +99,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
http://50.7.220.74:8278/ttv_taiwan/playlist.m3u8?ct=17874&tid=mdea1ba75c9e516139101&tsum=95f1742d36f959fe6e241587a4f8e970
#EXTINF:-1 tvg-id="TTVNews.tw" status="online",TTV News (台视新聞台)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ttvnewsview/live
#EXTINF:-1 tvg-id="TVBS.tw" status="online",TVBS HD (720p)
#EXTINF:-1 tvg-id="TVBS.tw" status="blocked",TVBS HD (720p)
http://50.7.220.74:8278/tvbs/playlist.m3u8?ct=19226&tid=MDED5111960351119603&tsum=49931e2d3885c468d56ffae2c2db9e6e
#EXTINF:-1 tvg-id="TVBSAsia.tw" status="online",TVBS Asia (1080p)
http://38.64.72.148/hls/modn/list/4005/playlist.m3u8
@ -115,17 +115,17 @@ http://50.7.220.74:8278/tvbs_n/playlist.m3u8?ct=19226&tid=MEFE5283322452833224&t
http://50.7.220.74:8278/feifannews_twn/playlist.m3u8?ct=17874&tid=m050e7aad65f614336734&tsum=4ea1b829d195ac69a6c2ca51b21ae378
#EXTINF:-1 tvg-id="VideolandMovie.tw" status="blocked",Videoland Movie (緯來電影台) (720p)
http://50.7.220.74:8278/videolandmovie/playlist.m3u8?ct=18335&tid=ma2dac66da407&tsum=9a5a39559f64a71081ef9b3a85f2886c
#EXTINF:-1 tvg-id="VideolandSports.tw" status="online",Videoland Sports (720p)
#EXTINF:-1 tvg-id="VideolandSports.tw" status="blocked",Videoland Sports (720p)
http://50.7.220.74:8278/videolandsport/playlist.m3u8?ct=19226&tid=MA6A1192684511926845&tsum=0b7ca9a61e7371df68108a27dc358c68
#EXTINF:-1 tvg-id="WXTV.tw" status="online",唯心電視 (480p)
http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/chunklist_w1177047531.m3u8
#EXTINF:-1 tvg-id="" status="online",Asia Travel (720p)
#EXTINF:-1 tvg-id="" status="blocked",Asia Travel (720p)
http://50.7.220.74:8278/asiatravel_twn/playlist.m3u8?ct=19225&tid=MF2F4967516549675165&tsum=3b56404a8f861c7fef6ac79a798e4a8c
#EXTINF:-1 tvg-id="" status="online",Cinemax Taiwan (720p)
#EXTINF:-1 tvg-id="" status="blocked",Cinemax Taiwan (720p)
http://50.7.220.74:8278/cinemax_twn/playlist.m3u8?ct=17874&tid=mf18038aaba6311485855&tsum=63ee6bcdb705ee72ea3d0f0d84ed6df1
#EXTINF:-1 tvg-id="" status="online",EBC Yoyo (東森幼幼台)
https://raw.githubusercontent.com/etag2000/IPTV/YTlive/ebcyoyo.m3u8
#EXTINF:-1 tvg-id="" status="online",EBC Yoyo (東森幼幼台) (720p)
#EXTINF:-1 tvg-id="" status="blocked",EBC Yoyo (東森幼幼台) (720p)
http://50.7.220.74:8278/yoyo_twn/playlist.m3u8?ct=17874&tid=m84c9b210bc7f11269156&tsum=51340c8fb7ca02ab978ee0791843501d
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH3 真情部落格 短版 (720p)
https://live.streamingfast.net/osmflivech3.m3u8
@ -133,7 +133,7 @@ https://live.streamingfast.net/osmflivech3.m3u8
https://live.streamingfast.net/osmflivech5.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH6 親近神 詩歌音樂 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech6.m3u8
#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH7 禱告大軍 信息 (720p)
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH7 禱告大軍 信息 (720p)
https://live.streamingfast.net/osmflivech7.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH9 愛+好醫生 短版 (720p)
https://live.streamingfast.net/osmflivech9.m3u8
@ -143,7 +143,7 @@ https://live.streamingfast.net/osmflivech12.m3u8
https://live.streamingfast.net/osmflivech14.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH15 真情之夜 (720p)
https://live.streamingfast.net/osmflivech15.m3u8
#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH16 葉光明 (720p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH16 葉光明 (720p) [Not 24/7]
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
@ -181,9 +181,9 @@ https://live.streamingfast.net/osmflivech47.m3u8
https://live.streamingfast.net/osmflivech49.m3u8
#EXTINF:-1 tvg-id="" status="online",GOOD TV CH50 國際講員 中文發音 (720p) [Not 24/7]
https://live.streamingfast.net/osmflivech50.m3u8
#EXTINF:-1 tvg-id="" status="blocked",Great Wall Elite (720p)
#EXTINF:-1 tvg-id="" status="online",Great Wall Elite (720p)
http://50.7.220.74:8278/chcfamily/playlist.m3u8?ct=18393&tid=ME7E3282776332827763&tsum=c098f25f9c140478d2a814b22a7ccbd3
#EXTINF:-1 tvg-id="" status="blocked",Mei Ah Movie Channel (720p)
#EXTINF:-1 tvg-id="" status="online",Mei Ah Movie Channel (720p)
http://50.7.220.74:8278/meiyamovie_twn/playlist.m3u8?ct=19226&tid=MFEF1001328410013284&tsum=9839709ca0f37641c5d1ba962c3bc739
#EXTINF:-1 tvg-id="" status="online",MNews (鏡電視新聞台)
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC4LjkybVKXCDlneVXlKAbmw/live

View File

@ -7,17 +7,17 @@ https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQdSS9GSBbtSqW3oNB39KTw/live
#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" status="error",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="ChPinfo.ua" status="timeout",ЧП Инфо (576p)
http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8
#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p)
http://hls-live-media.cdn01.net/default/stream_10429_1.m3u8
#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p)
http://hls-live-media.cdn01.net/default/stream_10429_2.m3u8
#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p)
http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_1.m3u8
#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p)
http://hls-live-media.cdn01.net/default/stream_10429_2.m3u8
#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p)
http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_2.m3u8
#EXTINF:-1 tvg-id="DonbassOnline.ua" status="timeout",Донбас Online (1080p) [Not 24/7]
http://176.110.1.30:1935/live/donbasonline/playlist.m3u8
@ -60,13 +60,13 @@ https://xx001.vivat.live/t-0301.0f6f.d/sd/00047/2m/index.m3u8
https://edge2.iptv.macc.com.ua/img/ntn_3/index.m3u8
#EXTINF:-1 tvg-id="NTN.ua" status="timeout",НТН (576p) [Not 24/7]
https://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8
#EXTINF:-1 tvg-id="ObshchestvennoeNezavisimoeTelevidenie.ua" status="error",Общественное Независимое Телевидение (576p)
#EXTINF:-1 tvg-id="ObshchestvennoeNezavisimoeTelevidenie.ua" status="online",Общественное Независимое Телевидение (576p)
http://85.238.112.40:8810/hls_sec/239.33.75.33-.m3u8
#EXTINF:-1 tvg-id="OTV.ua" status="timeout",ОТВ (Днепр) (576p)
http://91.193.128.233:1935/live/otv.stream/playlist.m3u8
#EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="error",Первый городской (Одесса) (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="online",Первый городской (Одесса) (1080p) [Not 24/7]
http://91.194.79.46:8081/stream1/channel1/playlist.m3u8
#EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="error",Первый Городской (Одесса) (576p)
#EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="online",Первый Городской (Одесса) (576p)
http://91.194.79.46:8081/stream2/channel2/playlist.m3u8
#EXTINF:-1 tvg-id="PravdaTUT.ua" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",ПравдаТУТ (720p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
@ -106,13 +106,13 @@ http://46.149.48.21:1234
https://freedom.cdn-01.cosmonova.net.ua/mobile-app/main/freedom/master.m3u8
#EXTINF:-1 tvg-id="Z.ua" status="online",Z (Запорожье) (1080p)
https://stream.ztv.zp.ua/hls/live.m3u8
#EXTINF:-1 tvg-id="" status="timeout",I-UA.tv (1080p)
#EXTINF:-1 tvg-id="" status="online",I-UA.tv (1080p)
https://kie2.cdn.i-ua.tv/hlsme/iuatv.m3u8
#EXTINF:-1 tvg-id="" status="timeout",Балта ТВ (768p)
http://194.50.51.34/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",НТК (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="error",НТК (1080p) [Not 24/7]
https://stream.ntktv.ua/s/ntk/ntk.m3u8
#EXTINF:-1 tvg-id="" status="online",Орбіта ТВ (360p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="timeout",Орбіта ТВ (360p) [Not 24/7]
http://ftp.orbita.dn.ua/hls/orbita.m3u8
#EXTINF:-1 tvg-id="" status="error",Репортер (720p) [Not 24/7]
http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/playlist.m3u8

View File

@ -173,17 +173,17 @@ https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_
https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_04/iptv_uhd_v1.mpd
#EXTINF:-1 tvg-id="BBCUHD5.uk" status="blocked",BBC UHD 5 (2160p) [Geo-blocked] [Not 24/7]
https://ve-uhd-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:uhd_stream_05/iptv_uhd_v1.mpd
#EXTINF:-1 tvg-id="BBCWorldNewsEurope.uk" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",BBC World News (480p)
#EXTINF:-1 tvg-id="BBCWorldNewsEurope.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",BBC World News (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/s24/index.m3u8
#EXTINF:-1 tvg-id="BoxHits.uk" status="online",Box Hits (576p)
https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/boxhits/
#EXTINF:-1 tvg-id="BoxHits.uk" status="timeout",Box Hits (576p) [Geo-blocked]
https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/boxhits/
#EXTINF:-1 tvg-id="BritAsiaTV.uk" 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="BritAsiaTV.uk" 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="BritAsiaTV.uk" 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="BritishMuslimTV.uk" status="online",British Muslim TV (576p) [Not 24/7]
https://api.visionip.tv/live/ASHTTP/visiontvuk-international-britishmuslimtv-hsslive-25f-16x9-MB/playlist.m3u8
#EXTINF:-1 tvg-id="CBBC.uk" status="blocked",CBBC (540p) [Geo-blocked]
@ -202,7 +202,7 @@ https://ap02.iqplay.tv:8082/iqb8002/ch4n3ls/playlist.m3u8
http://c0.cdn.trinity-tv.net/stream/hujuv8xpr4gdugis2szd4rqrvpzip8iuwn2jwpt68wmvpmdz79qime8idwrxga95rnghp64hfimevyvrp6n7p3c52yg3rfsuhxe9u9az35ti8te625sxerfwaxr2cbefyau4tmfa4nwqvca6ckmtwv2=.m3u8
#EXTINF:-1 tvg-id="Cruise1stTV.uk" status="blocked",Cruise1st TV (396p) [Geo-blocked]
https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/cruise_tv/hls_video/index.m3u8
#EXTINF:-1 tvg-id="Davejavu.uk" status="blocked",Dave ju vu (576p) [Geo-blocked]
#EXTINF:-1 tvg-id="Davejavu.uk" status="online",Dave ju vu (576p) [Geo-blocked]
https://cdnuk001.broadcastcdn.net/KUK-DAVEJAVU/index.m3u8
#EXTINF:-1 tvg-id="DeenTV.uk" status="online",Deen TV (576p) [Not 24/7]
https://ap02.iqplay.tv:8082/iqb8002/d33ntv/playlist.m3u8
@ -238,9 +238,9 @@ 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
#EXTINF:-1 tvg-id="IranInternational.uk" status="online",Iran International (1080p)
https://live.playstop.me/1816184091/index.m3u8
#EXTINF:-1 tvg-id="IranInternational.uk" status="online",Iran International (1080p)
https://live.playstop.me/LS-63503-4/index.m3u8
#EXTINF:-1 tvg-id="IranInternational.uk" status="error",Iran International (1080p)
https://live.playstop.me/1816184091/index.m3u8
#EXTINF:-1 tvg-id="IslamChannel.uk" status="online",Islam Channel (576p) [Not 24/7]
https://live.islamchannel.tv/islamtv_english/live.m3u8
#EXTINF:-1 tvg-id="ITV2.uk" status="timeout",ITV2 (576p) [Not 24/7]
@ -285,7 +285,7 @@ https://livemtaasia.akamaized.net/hls/live/2039224/mtaasia2/playlist.m3u8
https://chlivemta.akamaized.net/hls/live/2016718/mta8/playlist.m3u8
#EXTINF:-1 tvg-id="NoorTV.uk" status="online",Noor TV (480p) [Not 24/7]
http://45.76.186.114:8080/hls/noortv.m3u8
#EXTINF:-1 tvg-id="NoorTV.uk" status="online",Noor TV (480p) [Not 24/7]
#EXTINF:-1 tvg-id="NoorTV.uk" status="error",Noor TV (480p) [Not 24/7]
https://live.smartmediahouse.tv:8443/hls/ch1.m3u8
#EXTINF:-1 tvg-id="PopMax.uk" status="online",POP Max (576p)
https://live-sonybebanjo.simplestreamcdn.com/live/popmax/bitrate1.isml/live.mpd
@ -298,9 +298,9 @@ https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:s4cpbs/ip
#EXTINF:-1 tvg-id="SheffieldLiveTV.uk" status="online",Sheffield Live TV (360p) [Not 24/7]
http://tv.sheffieldlive.org/hls/main.m3u8
#EXTINF:-1 tvg-id="SKITV.ch" status="online",Ski TV (1080p) [Not 24/7]
https://d2xeo83q8fcni6.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/SkiTV-SynapseTV/193.m3u8
#EXTINF:-1 tvg-id="SKITV.ch" status="online",Ski TV (1080p) [Not 24/7]
https://d2xeo83q8fcni6.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/SkiTV-Zee/193.m3u8
#EXTINF:-1 tvg-id="SKITV.ch" status="error",Ski TV (1080p) [Not 24/7]
https://d2xeo83q8fcni6.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/SkiTV-SynapseTV/193.m3u8
#EXTINF:-1 tvg-id="SkyNewsExtra1.au" status="online",Sky News Extra 1 (540p)
https://skynewsau-live.akamaized.net/hls/live/2002689/skynewsau-extra1/master.m3u8
#EXTINF:-1 tvg-id="SkyNewsExtra2.au" status="online",Sky News Extra 2 (540p) [Not 24/7]
@ -351,7 +351,7 @@ http://95.87.227.29:8080/XYMIX_FOR_PLATFORM/index.m3u8
http://95.87.227.29:8080/XYPLUS_FOR_PLATFORM/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Afrobeats (1080p)
https://stream.ecable.tv/afrobeats/index.m3u8
#EXTINF:-1 tvg-id="" status="online",Akaal TV (360p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="timeout",Akaal TV (360p) [Not 24/7]
http://akaal.zecast.net/akaal-live/smil:akaaltv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Akaal TV (396p) [Geo-blocked]
https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/akaal_tv/hls1_smart_akaal/akaal_tv.m3u8

View File

@ -19,12 +19,12 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60812fc853996300070
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/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="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/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="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/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="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/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="PlutoTVSherlockUK.uk" status="online",Pluto TV Sherlock (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c00abfed110009d97243/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="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (England) (720p)
@ -34,12 +34,12 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007a
#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bb941b95267e225e59c2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/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="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/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="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/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 (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=

View File

@ -3,7 +3,7 @@
https://a7b60a6853d843dd9105acfa8d6e74c7.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung-gb_BeanoTV/playlist.m3u8
#EXTINF:-1 tvg-id="BloombergTVPlus.us" status="online",Bloomberg TV+ UHD (2160p)
https://bloomberg-bloombergtv-1-gb.samsung.wurl.com/manifest/playlist.m3u8
#EXTINF:-1 tvg-id="BloombergTVPlus.us" status="online",Bloomberg TV+ UHD (2160p)
#EXTINF:-1 tvg-id="BloombergTVPlus.us" status="error",Bloomberg TV+ UHD (2160p)
https://bc20d7c2a7b14dd0ae827a2e3eb99116.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung-gb_Bloomberg/playlist.m3u8
#EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Clubbing TV (720p)
https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8

View File

@ -61,7 +61,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel
https://reflect-tuolumne.cablecast.tv/live-3/live/live.m3u8
#EXTINF:-1 tvg-id="ACCNetwork.us" status="online",ACC Network (720p)
https://a.jsrdn.com/broadcast/542cb2ce3c/+0000/c.m3u8
#EXTINF:-1 tvg-id="ActionMaxEast.us" status="error",ActionMax East (360p) [Geo-blocked]
#EXTINF:-1 tvg-id="ActionMaxEast.us" status="blocked",ActionMax East (360p) [Geo-blocked]
http://31.220.41.88:8081/live/us-cinemaxaction.stream/playlist.m3u8
#EXTINF:-1 tvg-id="ACTV.us" status="online",ACTV
https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/6361162879_AZ-247.stream_247/chunklist.m3u8
@ -165,7 +165,7 @@ https://reflect-aurora.cablecast.tv/live-8/live/live.m3u8
https://arizonawesterncol.secure.footprint.net/egress/bhandler/arizonawesterncol/streama/playlist.m3u8
#EXTINF:-1 tvg-id="AWEEncore.us" status="online",AWE Encore (720p) [Geo-blocked]
https://cdn.herringnetwork.com/80A4DFF/awee_nva/AWE_Encore.m3u8
#EXTINF:-1 tvg-id="AXNIndonesia.id" status="timeout",AXN East Asia (Indonesian subtitle) (576p)
#EXTINF:-1 tvg-id="AXNIndonesia.id" status="error",AXN East Asia (Indonesian subtitle) (576p)
http://210.210.155.37/dr9445/h/h141/index.m3u8
#EXTINF:-1 tvg-id="AyenehTV.us" status="blocked",Ayeneh TV (720p)
https://2nbyjjx7y53k-hls-live.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/playlist.m3u8
@ -204,12 +204,12 @@ https://uni5rtmp.tulix.tv/betterhealth/betterhealth/playlist.m3u8
#EXTINF:-1 tvg-id="BetterHealthTV.us" status="online",Better Health TV (480p)
https://uni10rtmp.tulix.tv/betterhealth/betterhealth.stream/playlist.m3u8
#EXTINF:-1 tvg-id="BetterLifeNatureChannel.us" status="online",Better Life Nature Channel (480p)
https://uni10rtmp.tulix.tv/betternature/betternature.stream/playlist.m3u8
#EXTINF:-1 tvg-id="BetterLifeNatureChannel.us" status="error",Better Life Nature Channel (480p)
https://uni5rtmp.tulix.tv/betternature/betternature/playlist.m3u8
#EXTINF:-1 tvg-id="BetterLifeNatureChannel.us" status="online",Better Life Nature Channel (480p)
https://uni10rtmp.tulix.tv/betternature/betternature.stream/playlist.m3u8
#EXTINF:-1 tvg-id="BetterLifeTV.us" status="online",Better Life TV (720p)
https://uni5rtmp.tulix.tv/betterlife/betterlife/playlist.m3u8
#EXTINF:-1 tvg-id="BetterLifeTV.us" status="error",Better Life TV (720p)
#EXTINF:-1 tvg-id="BetterLifeTV.us" status="online",Better Life TV (720p)
https://uni10rtmp.tulix.tv/betterlife/betterlife.stream/playlist.m3u8
#EXTINF:-1 tvg-id="BHTV10.us" status="online",Beverly Hills Television 10 (720p)
https://cdn3.wowza.com/5/V2Y2VmhqMEFDTUkx/beverlyhills/G0072_006/playlist.m3u8
@ -245,7 +245,7 @@ https://bloomberg.com/media-manifest/streams/politics.m3u8
https://rebroadcast.mytvtogo.net/mytvtogo/blugrassmusic/playlist.m3u8
#EXTINF:-1 tvg-id="BoomerangEMEA.us" status="online",Boomerang Slovenia
http://194.163.179.246/slovenci/djeciji/boomerang.m3u8
#EXTINF:-1 tvg-id="BoomerangLatinAmerica.us" status="online",Boomerang Latinoamérica [Geo-blocked]
#EXTINF:-1 tvg-id="BoomerangLatinAmerica.us" status="timeout",Boomerang Latinoamérica [Geo-blocked]
http://45.5.8.78:8000/play/a00i
#EXTINF:-1 tvg-id="BPTV.us" status="online",Buena Park Television (360p)
https://edge-f.swagit.com/live/buenaparkca/smil:std-4x3-1-a/playlist.m3u8
@ -349,7 +349,7 @@ https://vse2-na-us-ne24.secdn.net/logos-channel/live/christmas/playlist.m3u8
http://31.220.41.88:8081/live/us-cinemax.stream/playlist.m3u8
#EXTINF:-1 tvg-id="CinePride.us" status="online",CinePride (720p)
https://content.uplynk.com/channel/e54d7e92a0154d67ae0770c9d4210e77.m3u8
#EXTINF:-1 tvg-id="CitiCABLE.us" status="error",Torrance CitiCABLE (Torrance CA) (360p)
#EXTINF:-1 tvg-id="CitiCABLE.us" status="online",Torrance CitiCABLE (Torrance CA) (360p)
https://cdn3.wowza.com/5/dk84U1p2UUdoMGxT/torrance/G0057_005/playlist.m3u8
#EXTINF:-1 tvg-id="CityofFairfieldChannel26.us" status="online",Fairfield Government Access Channel 26 (Fairfield CA) (720p) [Geo-blocked]
https://reflect-fairfield-ca.cablecast.tv/live-8/live/live.m3u8
@ -414,7 +414,7 @@ https://16live00.akamaized.net/CNBC/index.m3u8
#EXTINF:-1 tvg-id="CNBCEurope.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",CNBC Europe (480p)
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
http://ott-cdn.ucom.am/s65/index.m3u8
#EXTINF:-1 tvg-id="CNBCIndonesia.id" status="online",CNBC Indonesia (720p)
#EXTINF:-1 tvg-id="CNBCIndonesia.id" status="error",CNBC Indonesia (720p)
https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="CNCTV.us" status="online",County News Center (CNC TV) (San Diego CA) (720p)
https://cdn3.wowza.com/5/V2Y2VmhqMEFDTUkx/sdcounty/G0283_012/playlist.m3u8
@ -480,7 +480,7 @@ https://reflect-creatv.cablecast.tv/live-13/live/live.m3u8
https://reflect-creatv.cablecast.tv/live-19/live/live.m3u8
#EXTINF:-1 tvg-id="CreaTVChannel28.us" status="online",CreaTV Classrooms Channel 28 (San Jose CA) (720p)
https://reflect-creatv.cablecast.tv/live-14/live/live.m3u8
#EXTINF:-1 tvg-id="CreaTVChannel30.us" status="online",CreaTV The Outlet Channel 30 (San Jose CA) (720p)
#EXTINF:-1 tvg-id="CreaTVChannel30.us" status="blocked",CreaTV The Outlet Channel 30 (San Jose CA) (720p)
https://reflect-creatv.cablecast.tv/live-16/live/live.m3u8
#EXTINF:-1 tvg-id="CruzTV.us" status="online",Cruz TV
https://tvsantacruz.secure.footprint.net/egress/bhandler/tvsantacruz/streamb/playlist.m3u8
@ -548,7 +548,7 @@ https://video.oct.dc.gov/out/u/DKN.m3u8
https://d25ykpi2vxhoyc.cloudfront.net/delmar-cdn/dmtv/playlist.m3u8
#EXTINF:-1 tvg-id="DoverTV.us" status="online",Dover TV (Dover DE) (480p)
https://dover-de.secure.footprint.net/egress/bhandler/doverde/streama/playlist.m3u8
#EXTINF:-1 tvg-id="DreamforceBtl.us" status="online",Dreamforce Btl
#EXTINF:-1 tvg-id="DreamforceBtl.us" status="timeout",Dreamforce Btl
https://srv.panelcast.net/dreamforcebtl/dreamforcebtl/playlist.m3u8
#EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (1080p)
https://wescottcc.piksel.tech/hls/live/2041478/adp/playlist.m3u8
@ -652,7 +652,7 @@ http://jacksonville.cablecast.tv/live-6/live/live.m3u8
https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_east/as/live/galavision_east_hd_pc.m3u8?t1=
#EXTINF:-1 tvg-id="GalavisionWest.us" status="online",Galavision West [Geo-blocked]
https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_west/as/live/galavision_west_hd_pc.m3u8?t1=
#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="online",Galveston County TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="error",Galveston County TV (720p) [Not 24/7]
https://stream.swagit.com/live-edge/galvestontx/smil:hd-16x9-1-b/playlist.m3u8
#EXTINF:-1 tvg-id="GalxyTV.us" status="online",Galxy TV (720p)
https://content.uplynk.com/channel/f467430e4a8e49a59ff3183cf51092b2.m3u8
@ -756,7 +756,7 @@ http://a.jsrdn.com/broadcast/529a360c04/+0000/high/c.m3u8
https://a.jsrdn.com/broadcast/529a360c04/+0000/c.m3u8
#EXTINF:-1 tvg-id="IFCEast.us" status="blocked",IFC East (720p)
https://bcovlive-a.akamaihd.net/070ffdaa203f439cacbf0d45a1ddb356/us-east-1/6240731308001/playlist.m3u8
#EXTINF:-1 tvg-id="IndTVUSA.us" status="online",Ind TV USA (720p)
#EXTINF:-1 tvg-id="IndTVUSA.us" status="timeout",Ind TV USA (720p)
https://indtv.secure.footprint.net/egress/bhandler/indtv/streama/playlist.m3u8
#EXTINF:-1 tvg-id="InfoWars.us" status="online",InfoWars (720p)
http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8
@ -769,11 +769,11 @@ https://a.jsrdn.com/broadcast/41e3e6703e/+0000/c.m3u8
#EXTINF:-1 tvg-id="ItsSupernaturalNetwork.us" status="online",It's Supernatural! Network (ISN Network) (1080p)
https://isntv.mmdlive.lldns.net/isntv/f79b65204e7141c6a5cc74e63cf0dae5/playlist.m3u8
#EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7]
http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/master.m3u8
#EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7]
http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7]
https://uni8rtmp.tulix.tv/shalomtv-pc/smil:shalomtv.smil/master.m3u8
#EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7]
http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/master.m3u8
#EXTINF:-1 tvg-id="JennyLive.us" status="online",Miami TV Jenny Live (720p) [Not 24/7]
https://59ec5453559f0.streamlock.net/JennyLive/JennyLive/playlist.m3u8
#EXTINF:-1 tvg-id="JewelryTV.us" status="online",Jewelry Television (720p)
@ -1042,7 +1042,7 @@ https://a500d902bdf94ea69ad343720add6036.mediatailor.us-west-2.amazonaws.com/v1/
https://7626362bfa104137aded60d8d7e72ff5.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/90s_kids_littlstar/master.m3u8
#EXTINF:-1 tvg-id="LoopBeastModeWest.us" status="online",Loop Beast Mode West (1080p) [Geo-blocked]
https://884a4c762d524aad88d463477402fb7d.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/beast_mode_littlstar/master.m3u8
#EXTINF:-1 tvg-id="LoopBedroomWest.us" status="online",Loop Bedroom West (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="LoopBedroomWest.us" status="timeout",Loop Bedroom West (1080p) [Geo-blocked]
https://3bbe22c035b4409d80f997adc8ad33ee.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/bedroom_beats_littlstar/master.m3u8
#EXTINF:-1 tvg-id="LoopElectronicaWest.us" status="online",Loop Electronica West (1080p) [Geo-blocked]
https://0bdf3efc906045538c63468aa2f86a96.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/electro_anthems_littlstar/master.m3u8
@ -1050,7 +1050,7 @@ https://0bdf3efc906045538c63468aa2f86a96.mediatailor.us-west-2.amazonaws.com/v1/
https://957d71ce01dc447384d3978d3cdc55d9.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/that_70s_channel_littlstar/master.m3u8
#EXTINF:-1 tvg-id="LoopFlashbackWest.us" status="online",Loop Flashback West (1080p) [Geo-blocked]
https://ea86081fb9454be9b3b50037f9117024.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/like_yesterday_littlstar/master.m3u8
#EXTINF:-1 tvg-id="LoopHipHopWest.us" status="timeout",Loop Hip-Hop West (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="LoopHipHopWest.us" status="online",Loop Hip-Hop West (1080p) [Geo-blocked]
https://e4d2547e0c8c492a883054acd48276be.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hip_hop_bangers_littlstar/master.m3u8
#EXTINF:-1 tvg-id="LoopHottestEast.us" status="online",Loop Hottest East (1080p) [Geo-blocked]
https://2e9a0ef101a14c2ebe97c713bc5340be.mediatailor.us-west-2.amazonaws.com/v1/master/6b8beeb9ed833d048c8c8155a25a28fe617c5474/hottest_of_the_hot_v2_littlstar/master.m3u8
@ -1122,15 +1122,15 @@ https://59ec5453559f0.streamlock.net/miamitv/smil:miamitv/playlist.m3u8
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
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel26.us" status="online",Midpen Media Center Government etc Channel 26 (720p)
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel26.us" status="timeout",Midpen Media Center Government etc Channel 26 (720p)
https://5c2974786200d.streamlock.net/live-chan26/ngrp:ch26_all/playlist.m3u8
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel28.us" status="online",Midpen Media Center Youth Education and Sports Channel 28 (720p)
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel28.us" status="timeout",Midpen Media Center Youth Education and Sports Channel 28 (720p)
https://5c2974786200d.streamlock.net/live-chan28/ngrp:ch28_all/playlist.m3u8
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel29.us" status="online",Midpen Media Center Government etc Channel 29 (720p)
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel29.us" status="timeout",Midpen Media Center Government etc Channel 29 (720p)
https://5c2974786200d.streamlock.net/live-chan29/ngrp:ch29_all/playlist.m3u8
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel30.us" status="online",Midpen Media Center Arts Issues and Lifestyles Channel 30 (720p)
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel30.us" status="timeout",Midpen Media Center Arts Issues and Lifestyles Channel 30 (720p)
https://5c2974786200d.streamlock.net/live-chan30/ngrp:ch30_all/playlist.m3u8
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel75.us" status="online",Midpen Media Center Diversity and Culture Channel 75 (720p)
#EXTINF:-1 tvg-id="MidpenMediaCenterChannel75.us" status="timeout",Midpen Media Center Diversity and Culture Channel 75 (720p)
https://5c2974786200d.streamlock.net/live-chan75/ngrp:ch75_all/playlist.m3u8
#EXTINF:-1 tvg-id="MihanTV.us" status="online",Mihan TV (360p)
https://iptv.mihantv.com/mihantv/playlist1/index.m3u8
@ -1158,10 +1158,10 @@ https://castus-vod-dev.s3.amazonaws.com/vod_clients/monroe/live/ch1/video.m3u8
https://agp-nimble.streamguys1.com/MBCh20/MBCh20/playlist.m3u8
#EXTINF:-1 tvg-id="Movee4U.us" status="online",Movee 4U (480p)
https://rebroadcast.mytvtogo.net/mytvtogo/movee4u/playlist.m3u8
#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom TV
https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8
#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom (720p)
https://a.jsrdn.com/broadcast/e9b4093a41/+0000/c.m3u8
#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom TV
https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8
#EXTINF:-1 tvg-id="MPTV.us" status="online",Moorpark Government Channel (360p)
https://cdn3.wowza.com/5/cXdyRHF0Z3kxN0k2/moorpark/G0086_003/playlist.m3u8
#EXTINF:-1 tvg-id="MSTV.us" status="online",Manatee Schools Television MSTV (Manatee County FL) (1080p)
@ -1188,7 +1188,7 @@ https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8
https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master.m3u8
#EXTINF:-1 tvg-id="NASATVUHD.us" status="online",NASA TV UHD (2160p)
https://endpnt.com/hls/nasa4k60/playlist.m3u8
#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="online",National Geographic Wild Russia (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="timeout",National Geographic Wild Russia (1080p) [Not 24/7]
https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8
#EXTINF:-1 tvg-id="NBTV.us" status="online",Newport Beach Television (720p)
https://cdn3.wowza.com/5/RXJNMFI3VlVkOEFP/newportbeach/G0064_003/playlist.m3u8
@ -1444,7 +1444,7 @@ https://agp-nimble.streamguys1.com/SLOC/SLOC/playlist.m3u8
https://brightstar-sls.secure.footprint.net/egress/bhandler/brightstar/brightstarslshd/manifest.m3u8
#EXTINF:-1 tvg-id="SMCTVChannel23.us" status="online",Santa Maria Community Television Government Channel (720p)
https://santamariactv.secure.footprint.net/egress/bhandler/santamariactv/streama/manifest.m3u8
#EXTINF:-1 tvg-id="SMCTVChannel24.us" status="timeout",Santa Maria Community Television Education Channel (720p)
#EXTINF:-1 tvg-id="SMCTVChannel24.us" status="online",Santa Maria Community Television Education Channel (720p)
https://santamariactv.secure.footprint.net/egress/bhandler/santamariactv/streamc/manifest.m3u8
#EXTINF:-1 tvg-id="SMCTVChannel25.us" status="online",Santa Maria Community Television Public Access Channel (720p)
https://santamariactv.secure.footprint.net/egress/bhandler/santamariactv/streamb/manifest.m3u8
@ -1527,13 +1527,13 @@ https://reflect-temecula.cablecast.tv/live-2/live/live.m3u8
https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/tempe/G0355_003/chunklist.m3u8
#EXTINF:-1 tvg-id="TGJunior.us" status="online",TG Junior (1080p)
https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31
#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p)
https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us
#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p)
https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74
#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p)
https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us
#EXTINF:-1 tvg-id="TheBoatShow.us" status="online",The Boat Show (720p)
https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/14c063cc-8be5-11eb-a7de-bacfe1f83627/0/master.m3u8?country=DE&optout=0&uid=749544ec3d9a45d48c600d03cac91dfd&vendor=philips
#EXTINF:-1 tvg-id="TheBurbankChannel.us" status="error",Burbank Channel (720p)
#EXTINF:-1 tvg-id="TheBurbankChannel.us" status="online",Burbank Channel (720p)
https://cdn3.wowza.com/5/djRwZmQvTEJidmZD/burbank/G0240_009/playlist.m3u8
#EXTINF:-1 tvg-id="TheCityofMarina.us" status="online",Marina TV (Marina CA) (720p)
https://ampmedia.secure.footprint.net/egress/bhandler/ampmedia/streamd/manifest.m3u8
@ -1577,17 +1577,17 @@ 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 (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="ToonGoggles.us" status="online",Toon Goggles (720p)
https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37
#EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p)
https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8
#EXTINF:-1 tvg-id="TrinityChannel.us" status="online",Trinity Channel (480p) [Not 24/7]
http://rtmp1.abnsat.com/hls/trinity.m3u8
#EXTINF:-1 tvg-id="TropicalMoonEventosTV.us" status="online",Tropical Moon Eventos TV [Not 24/7]
https://srv.panelcast.net/eventostv/eventostv/playlist.m3u8
#EXTINF:-1 tvg-id="TropicalMoonSalsaTV.us" status="online",Tropical Moon Salsa TV
#EXTINF:-1 tvg-id="TropicalMoonSalsaTV.us" status="timeout",Tropical Moon Salsa TV
https://srv.panelcast.net/musictv/musictv/playlist.m3u8
#EXTINF:-1 tvg-id="TropicalMoonSomosCulturaTV.us" status="online",Tropical Moon Somos Cultura TV
https://srv.panelcast.net/somosculturatv/somosculturatv/playlist.m3u8
@ -1721,7 +1721,7 @@ https://6305c8676ce84.streamlock.net/live/live/playlist.m3u8
https://f-tx-edge-87.christianworldmedia.com/radiovidavision/mp4:radiovidavision/playlist.m3u8
#EXTINF:-1 tvg-id="WAGADT1.us" status="blocked",FOX Atlanta-GA (WAGA-DT1) (720p)
https://trn10.tulix.tv/WAGA-FOX/index.m3u8
#EXTINF:-1 tvg-id="WAOEDT3.us" status="online",VPOD-TV 59.3 Chicago IL (WAOE) (1080p)
#EXTINF:-1 tvg-id="WAOEDT3.us" status="error",VPOD-TV 59.3 Chicago IL (WAOE) (1080p)
https://81988.global.ssl.fastly.net/6054f2db9a679c037cbbb2b2/live_7749cbc088e711eb99623595db260c33/index.m3u8
#EXTINF:-1 tvg-id="WATCDT1.us" status="online",Atlanta's 57 WATC 57.1 (720p)
https://uni01rtmp.tulix.tv/watc57/watc57/playlist.m3u8
@ -1731,7 +1731,7 @@ https://uni01rtmp.tulix.tv/watc57-2/watc57-2/playlist.m3u8
https://livevideo01.localmemphis.com/hls/live/2011654/newscasts/live.m3u8
#EXTINF:-1 tvg-id="WBBJDT1.us" status="online",WBBJ (News)
https://dai.google.com/linear/hls/event/HZ3JdLVcQ463l3b1BLXmmQ/master.m3u8
#EXTINF:-1 tvg-id="WBIRDT1.us" status="online",NBC 10 Knoxville TN (WBIR-TV) (1080p)
#EXTINF:-1 tvg-id="WBIRDT1.us" status="timeout",NBC 10 Knoxville TN (WBIR-TV) (1080p)
https://livevideo01.wbir.com/hls/live/2016515/newscasts/live-2000.m3u8
#EXTINF:-1 tvg-id="WBNSDT1.us" status="online",CBS 10 Columbus OH (WBNS-TV) (1080p)
https://livevideo01.10tv.com/hls/live/2013836/newscasts/live.m3u8
@ -1751,7 +1751,7 @@ https://dai.google.com/linear/hls/event/qLrnhs3RQUa2zMw9UBkroQ/master.m3u8
https://worcester.vod.castus.tv/live/ch1.m3u8
#EXTINF:-1 tvg-id="WCNCDT1.us" status="online",NBC 36 Charlotte NC (WCNC-TV) (1080p)
https://livevideo01.wcnc.com/hls/live/2015505/newscasts/live.m3u8
#EXTINF:-1 tvg-id="WCOT.us" status="online",WCOT 13 (Tallahassee Fl) (720p)
#EXTINF:-1 tvg-id="WCOT.us" status="error",WCOT 13 (Tallahassee Fl) (720p)
https://stream.talgov.net/WCOT/smil:WCOT.smil/playlist.m3u8
#EXTINF:-1 tvg-id="WCTVDT1.us" status="blocked",CBS Tallahassee FL (WCTV1) (720p) [Not 24/7]
https://5e6cea03e25b6.streamlock.net/live/WCTVDT.stream/playlist.m3u8
@ -1779,7 +1779,7 @@ https://5e6cea03e25b6.streamlock.net/live/WFSU-PBS.stream/playlist.m3u8
https://cdnapisec.kaltura.com/p/2593311/sp/259331100/playManifest/entryId/1_ta2cmesd/format/applehttp/protocol/https/a.m3u8
#EXTINF:-1 tvg-id="WFSUDT3.us" status="blocked",PBS Create Tallahassee FL (WFSU-TV3) (480p)
https://5e6cea03e25b6.streamlock.net/live/CREATE.stream/playlist.m3u8
#EXTINF:-1 tvg-id="WFTVDT1.us" status="error",ABC 9 Orlando FL (WFTV) (720p)
#EXTINF:-1 tvg-id="WFTVDT1.us" status="online",ABC 9 Orlando FL (WFTV) (720p)
https://d3qm7vzp07vxse.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10070_fe1f5f6c-cd0b-4993-a4a4-6db66be4f313_LE/in/cmg-wftvtv-hls-v3/live.m3u8
#EXTINF:-1 tvg-id="WFTXDT1.us" status="online",WFTX News Fort Myers FL (720p)
https://content.uplynk.com/channel/8975f81e6efd4e609873c3e8e25c7756.m3u8
@ -2060,7 +2060,7 @@ https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_plus_clean/bitrate1.isml/live.m
https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio Javan TV (1080p)
https://stream.rjtv.tv/live/smil:rjtv.smil/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Radio Ritmo (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="error",Radio Ritmo (1080p) [Not 24/7]
https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Retro TV (720p)
https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/playlist.m3u8

View File

@ -1,5 +1,5 @@
#EXTM3U
#EXTINF:-1 tvg-id="AdultSwimAquaTeenHungerForce.us" status="online",Adult Swim Aqua Teen Hunger Force (1080p) [Geo-blocked]
#EXTINF:-1 tvg-id="AdultSwimAquaTeenHungerForce.us" status="timeout",Adult Swim Aqua Teen Hunger Force (1080p) [Geo-blocked]
https://adultswim-vodlive.cdn.turner.com/live/aqua-teen/stream.m3u8
#EXTINF:-1 tvg-id="AdultSwimBlackJesus.us" status="online",Adult Swim Black Jesus (1080p) [Geo-blocked]
http://adultswim-vodlive.cdn.turner.com/live/black-jesus/stream.m3u8

View File

@ -5,7 +5,7 @@ https://dai.google.com/linear/hls/event/wnQPvAN9QBODw9hP-H0rZA/master.m3u8
https://distroscale-public.s3-us-west-2.amazonaws.com/strm/channels/darkmatter/v3.m3u8
#EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (1080p) [Not 24/7]
https://d397e8970cd346fdac04c0af81290c3a.mediatailor.us-west-2.amazonaws.com/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/Hard-Knocks-DistroTV/109.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-DistroTV/152.m3u8
#EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (720p)
https://nmxdistro.akamaized.net/hls/live/529965/Live_1/index.m3u8

View File

@ -17,7 +17,7 @@ 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)
#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="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)
#EXTINF:-1 tvg-id="WACPDT6.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-DT6 (The Family Channel) (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.6/playlist.m3u8
#EXTINF:-1 tvg-id="WCAUDT1.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",WCAU-DT1 (NBC 10) (1080p)
@ -62,7 +62,7 @@ http://v-ny.theus6tv.duckdns.org/hls/33.3/playlist.m3u8
#EXTINF:-1 tvg-id="WJLPDT4.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",WJLP-DT4 (Ion Mystery)
#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/33.4/playlist.m3u8
#EXTINF:-1 tvg-id="WJLPDT5.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",WJLP-DT5 (Retro TV)
#EXTINF:-1 tvg-id="WJLPDT5.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",WJLP-DT5 (Retro 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/33.5/playlist.m3u8
#EXTINF:-1 tvg-id="WJLPDT6.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",WJLP-DT6 (Heartland)
@ -74,7 +74,7 @@ http://v-ny.theus6tv.duckdns.org/hls/33.7/playlist.m3u8
#EXTINF:-1 tvg-id="WLIWDT1.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",WLIW-DT1 (PBS WLIW) (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-ny.theus6tv.duckdns.org/hls/21.1/playlist.m3u8
#EXTINF:-1 tvg-id="WLIWDT2.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",WLIW-DT2 (Create TV) (432p)
#EXTINF:-1 tvg-id="WLIWDT2.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",WLIW-DT2 (Create 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-ny.theus6tv.duckdns.org/hls/21.2/playlist.m3u8
#EXTINF:-1 tvg-id="WLIWDT3.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",WLIW-DT3 (World) (432p)
@ -86,13 +86,13 @@ http://v-ny.theus6tv.duckdns.org/hls/21.4/playlist.m3u8
#EXTINF:-1 tvg-id="WMBQCD1.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",WMBQ-LD (FNX) (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-ny.theus6tv.duckdns.org/hls/46.1/playlist.m3u8
#EXTINF:-1 tvg-id="WMCNDT1.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",WMCN-DT1 (ShopHQ) (720p)
#EXTINF:-1 tvg-id="WMCNDT1.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",WMCN-DT1 (ShopHQ) (720p)
#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/44.1/playlist.m3u8
#EXTINF:-1 tvg-id="WNBCDT1.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",WNBC-DT1 (NBC 4) (1080p) [Not 24/7]
#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/4.1/playlist.m3u8
#EXTINF:-1 tvg-id="WNBCDT2.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",WNBC-DT2 (COZI TV) (432p)
#EXTINF:-1 tvg-id="WNBCDT2.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",WNBC-DT2 (COZI 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-ny.theus6tv.duckdns.org/hls/4.2/playlist.m3u8
#EXTINF:-1 tvg-id="WNETDT1.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",WNET-DT1 (PBS THIRTEEN) (1080p)
@ -116,10 +116,10 @@ http://v-ny.theus6tv.duckdns.org/hls/25.1/playlist.m3u8
#EXTINF:-1 tvg-id="WNYEDT3.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",WNYE-DT3 (CUNY TV) (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-ny.theus6tv.duckdns.org/hls/25.3/playlist.m3u8
#EXTINF:-1 tvg-id="WNYJDT1.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",WNYJLD (480p)
#EXTINF:-1 tvg-id="WNYJDT1.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",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="WNYWDT1.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",WNYW-DT1 (FOX 5) (720p)
#EXTINF:-1 tvg-id="WNYWDT1.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",WNYW-DT1 (FOX 5) (720p)
#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/5.1/playlist.m3u8
#EXTINF:-1 tvg-id="WNYWDT2.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",WNYW-DT2 (Movies!)
@ -173,7 +173,7 @@ http://v-ny.theus6tv.duckdns.org/hls/48.1/playlist.m3u8
#EXTINF:-1 tvg-id="WRNNDT3.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",WRNN-DT3 (Canal de la Fe) (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-ny.theus6tv.duckdns.org/hls/48.3/playlist.m3u8
#EXTINF:-1 tvg-id="WTVEDT1.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",WTVE-DT1 (720p)
#EXTINF:-1 tvg-id="WTVEDT1.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",WTVE-DT1 (720p)
#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/51.1/playlist.m3u8
#EXTINF:-1 tvg-id="WTVEDT2.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",WTVE-DT2 (TimelessTV) (432p)
@ -188,7 +188,7 @@ http://v-pi.theus6tv.duckdns.org/hls/65.3/playlist.m3u8
#EXTINF:-1 tvg-id="WWORDT1.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",WWOR-DT1 (my9)
#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/9.1/playlist.m3u8
#EXTINF:-1 tvg-id="WWORDT3.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",WWOR-DT3 (Heroes & Icons)
#EXTINF:-1 tvg-id="WWORDT3.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",WWOR-DT3 (Heroes & Icons)
#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/9.3/playlist.m3u8
#EXTINF:-1 tvg-id="WWSIDT2.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",WWSI-DT2 (teleXitos) (432p)

View File

@ -195,7 +195,7 @@ https://wmvsdt.lls.pbs.org/out/v1/654e3fa9db6d465ea578cf39818fcee6/index.m3u8
https://wneddt.lls.pbs.org/out/v1/9042ad5168e54cf8bf14b5db5582a84a/index.m3u8
#EXTINF:-1 tvg-id="WNEODT1.us" status="blocked",PBS Alliance OH (WNEO) (1080p)
https://wneodt.lls.pbs.org/out/v1/59487e8689f14a92a443d8fd557ac948/index.m3u8
#EXTINF:-1 tvg-id="WNETDT1.us" status="online",PBS New York NY (WNET) (1080p) [Not 24/7]
#EXTINF:-1 tvg-id="WNETDT1.us" status="blocked",PBS New York NY (WNET) (1080p) [Not 24/7]
https://wnetdt.lls.pbs.org/out/v1/0456457548354b88b32fc437e4e7ee01/index.m3u8
#EXTINF:-1 tvg-id="WNINDT1.us" status="blocked",PBS Evansville IN (WNIN) (1080p)
https://wnindt.lls.pbs.org/out/v1/338a207086464e179e97f83d4b1798be/index.m3u8

View File

@ -27,7 +27,7 @@ https://d3jxchypmk8fja.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d2
https://d3uyzhwvmemdyf.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/HardKnocks-PLEX/121.m3u8
#EXTINF:-1 tvg-id="HiYAH.us" status="online",Hi-YAH! (1080p)
https://linear-59.frequency.stream/dist/plex/59/hls/master/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/hls/amagi_hls_data_ignAAAAAA-ign-plexA/CDN/playlist.m3u8
@ -85,7 +85,7 @@ https://linear-46.frequency.stream/dist/plex/46/hls/master/playlist.m3u8
https://edgesports-plex.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Estrella TV East (1080p)
https://estrellatv-plex.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="" status="online",Freebie TV (720p) [Not 24/7]
#EXTINF:-1 tvg-id="" status="error",Freebie TV (720p) [Not 24/7]
https://d1h1d6qoy9vnra.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/Freebie-Plex/187.m3u8
#EXTINF:-1 tvg-id="" status="online",Real Stories (1080p)
https://lds-realstories-plex.amagi.tv/playlist.m3u8

View File

@ -17,14 +17,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82530945600e0007
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82530945600e0007ca076c/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="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84f54a82f05300080e6746&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=605&terminate=false&userId=
#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a82f05300080e6746/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="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=&appName=web&appVersion=5.10.0-63088da67b32904787b837429cfa9c5c605b7626&architecture=&buildVersion=&clientTime=&deviceDNT=false&deviceId=730453b0-df89-477c-a53d-9f59f9f46f37&deviceLat=37.7510&deviceLon=-97.8220&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=72.0.3815.186&includeExtendedEvents=false&marketingRegion=US&serverSideAds=true&sid=130d48cd-22f9-11eb-9bad-0242ac110002&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="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a82f05300080e6746/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" status="online",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="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5595e43c66ace1652e63c6a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=194&terminate=false&userId=
#EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) [Not 24/7]
@ -38,9 +38,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d815eb889bca2ce7b
#EXTINF:-1 tvg-id="Baywatch.us" status="online",Pluto TV Baywatch (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d815eb889bca2ce7b746fdd/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/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_TAGSff
#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_TAGSff
#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)
@ -52,15 +52,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e6949ab8e2b35b
#EXTINF:-1 tvg-id="BETHerEast.us" status="online",Pluto TV BET Her (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949ab8e2b35bdcaa9f/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="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/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="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a95186000941ee8b/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="BlackCinema.us" status="online",Pluto TV Black Cinema (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId=
#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/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="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/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="BlackCinema.us" status="online",Pluto TV Black Cinema (684p)
https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012
#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/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="BlackCinema.us" status="online",Pluto TV Black Cinema (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId=
#EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e2bceca5b4b2c0e06c50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=285&terminate=false&userId=
#EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) [Not 24/7]
@ -71,10 +71,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1efad04
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d00096e5ac1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e46fba0c43b0d00096e5ac1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=238&terminate=false&userId=
#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)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId=
#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/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="Buzzr.us" status="online",Pluto TV Buzzr (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId=
#EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=599375885ceaac3cabccbed7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=635&terminate=false&userId=
#EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7]
@ -102,19 +102,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa
#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p)
http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521
#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="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7]
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/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="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="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]
@ -204,8 +204,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a2
#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/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="DoraTV.us" status="online",Pluto TV Dora TV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/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
@ -213,6 +211,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb952
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fb6c84dd37df3b4290c5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=985&terminate=false&userId=
#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/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="DoraTV.us" status="online",Pluto TV Dora TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p)
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/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="ETLive.us" status="online",Pluto TV ET Live (1080p)
@ -220,21 +220,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009
#EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/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/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="FailArmy.us" 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/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/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)
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="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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/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/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
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) [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="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]
@ -259,16 +259,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f22
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58e55b14ad8e9c364d55f717&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=112&terminate=false&userId=
#EXTINF:-1 tvg-id="FoodTV.us" status="online",Pluto TV Food TV (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877ac8cb791f4eb4a140d81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877ac8cb791f4eb4a140d81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=601&terminate=false&userId=
#EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (720p)
http://stitcher.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521
#EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1af6a268cae539bcedb0a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=370&terminate=false&userId=
#EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1af6a268cae539bcedb0a/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="ForensicFiles.us" status="online",Pluto TV Forensic Files (720p)
http://stitcher.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521
#EXTINF:-1 tvg-id="FunnyAF.us" status="online",Pluto TV Funny AF (684p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=580e87ff497c73ba2f321dd3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=450&terminate=false&userId=
#EXTINF:-1 tvg-id="FunnyAF.us" status="online",Pluto TV Funny AF (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/580e87ff497c73ba2f321dd3/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="FunnyAF.us" status="online",Pluto TV Funny AF (684p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=580e87ff497c73ba2f321dd3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=450&terminate=false&userId=
#EXTINF:-1 tvg-id="GameShowCentral.us" status="online",Pluto TV Game Show Central (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54187aae660e00093561d6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54187aae660e00093561d6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=167&terminate=false&userId=
#EXTINF:-1 tvg-id="GameShowCentral.us" status="online",Pluto TV Game Show Central (720p)
@ -281,20 +281,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e99f44
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e6f38792075160007d85823/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="HappyDays.us" status="online",Pluto TV Happy Days (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794162a4559000781fc12/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/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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207ef2767e1846e5a0/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/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="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/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="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)
@ -328,9 +328,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5873fc21cad696fb37
#EXTINF:-1 tvg-id="LiveMusicReplay.us" status="online",Pluto TV Live Music Replay (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5873fc21cad696fb37aa9054/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="LogoPlutoTV.us" status="online",Pluto TV Logo (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce5a8954311f992edbe1da2/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="LogoPlutoTV.us" status="online",Pluto TV Logo (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce5a8954311f992edbe1da2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ce5a8954311f992edbe1da2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=187&terminate=false&userId=
#EXTINF:-1 tvg-id="LogoPlutoTV.us" status="online",Pluto TV Logo (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce5a8954311f992edbe1da2/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="LoveandHipHop.us" status="online",Love and Hip Hop (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51ddf0369acdb278dfb05e/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="LoveHipHop.us" status="online",Pluto TV Love & Hip Hop (720p) [Not 24/7]
@ -356,29 +356,29 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd
#EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66968a70f34c0007d050be/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="MLS.us" status="online",Pluto TV MLS (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb626cfcaf83414128f439c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=712&terminate=false&userId=
#EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=2.7.4-9a7fc53e0c1da468e3c566c3f53e98a36ca1f97b&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=9f228953-21cb-4b82-a393-dd32d047379f&deviceLat=45.4994&deviceLon=-73.5703&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=76.0.3809.132&serverSideAds=true&sid=d1634607-2892-447a-b316-17a106f905fb&userId=
#EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb626cfcaf83414128f439c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=712&terminate=false&userId=
#EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb626cfcaf83414128f439c/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="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="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="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="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)
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) [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="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="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)
@ -394,6 +394,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf330ea
#EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600169ec77e6f70008fa9cf0/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="MTVPlutoTV.us" status="online",Pluto TV MTV (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca672f515a62078d2ec0ad2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=178&terminate=false&userId=
#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p)
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/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="MTVPlutoTV.us" status="online",Pluto TV MTV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/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
@ -401,24 +403,22 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f51
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf325764025859afdd6c4d/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="MTVPlutoTV.us" status="online",Pluto TV MTV (720p)
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)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca672f515a62078d2ec0ad2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=178&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="timeout",Pluto TV MTV Spankin' New (720p) [Not 24/7]
https://siloh-aka.plutotv.net/lilo/production/MTVSpankingNew/master.m3u8
#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="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ced7d5df64be98e07ed47b6/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="NFLChannel.us" status="online",Pluto TV NFL Channel (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ced7d5df64be98e07ed47b6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=708&terminate=false&userId=
#EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ced7d5df64be98e07ed47b6/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)
@ -432,14 +432,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2b57d6c60800074cb305/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f3d2b57d6c60800074cb305&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=19a8ba6e-9713-4df0-83d9-93dd72c984f0&terminate=false&userId=
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&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="NickPlutoTV.us" status="online",Pluto TV Nick (720p)
https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId=
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&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="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId=
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p)
https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8
#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3d50590007a4419e/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="Nosey.us" status="online",Pluto TV nosey (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aec96ec5126c2157123c657/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aec96ec5126c2157123c657&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=159&terminate=false&userId=
@ -467,6 +467,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b250009
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]
@ -475,8 +477,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)
@ -537,17 +537,17 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdc
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 (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="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (684p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f31fd1b4c510e00071c3103&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=350&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4c510e00071c3103/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="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (684p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f31fd1b4c510e00071c3103&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=350&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVCrimeMovies.us" status="online",Pluto TV Crime Movies (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d8594eb979c0007706de7/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/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/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/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="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e843d849109b700075d5ada&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ddc64e1e-0581-11eb-82fe-0242ac110002&terminate=false&userId=
@ -556,6 +556,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e843d849
#EXTINF:-1 tvg-id="PlutoTVDeadlyWomen.us" status="online",Pluto TV Deadly Women (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1df0d50be2571e393ad31/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="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b85a7582921777994caea63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=91&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db048f9447d6c0009b8f29d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0d94d79f-0582-11eb-8b9f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (684p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582921777994caea63/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
@ -563,8 +565,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/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="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p)
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="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b85a7582921777994caea63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=91&terminate=false&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=
#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc190f7bfed110009d934c3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a1f190ec-0582-11eb-a59f-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama+ (720p)
@ -579,8 +581,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7b
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/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="PlutoTVDrama.us" status="online",Pluto TV Drama (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/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="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=
#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p)
@ -618,9 +618,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca7f16c37b88b2694
#EXTINF:-1 tvg-id="PlutoTVGamer.us" status="online",Pluto TV Gamer (480p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca7f16c37b88b2694731c79/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="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/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="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVGarfield.us" status="online",Pluto TV Garfield (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054ab20a365c70007e4fd44/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="PlutoTVGetfactual.us" status="online",Pluto TV Get.factual (720p) [Not 24/7]
@ -630,15 +630,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f5a9d
#EXTINF:-1 tvg-id="PlutoTVGhostHunters.us" status="online",Pluto TV Ghost Hunters (684p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f27bbe4779de70007a6d1c1/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/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/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/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="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="PlutoTVHistory.us" status="online",Pluto TV HISTORY (240p)
@ -711,20 +711,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb3fea0f711fd76340eebff&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=655&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/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="PlutoTVMovies.us" status="online",Pluto TV Movies (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/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="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7]
#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="error",Pluto TV Movies (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="error",Pluto TV Movies (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/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="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/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="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="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98a911c881310007d7aae2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVMTVRealities.us" status="online",Pluto TV MTV Realities (720p)
@ -770,21 +770,21 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5adf96e3e
#EXTINF:-1 tvg-id="PlutoTVParanormal.us" 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="PlutoTVParanormal.us" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/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="PlutoTVParanormal.us" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98487036af340008da1e37/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="PlutoTVParanormal.us" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce5214bb5790007ad3016/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="PlutoTVParanormal.us" status="online",Pluto TV Paranormal (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461b35690007a0bc3a/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="PlutoTVQwestTVJazzBeyond.us" status="online",Pluto TV Qwest TV Jazz & Beyond (720p)
https://siloh.pluto.tv/lilo/production/QwestJazz/master.m3u8
#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)
@ -804,19 +804,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5ba20
#EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=563a970aa1a1f7fe7c9daad7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=672&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d9492c77ea6f99188738ff1/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="PlutoTVScience.us" status="online",Pluto TV Science (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa1a1f7fe7c9daad7/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="PlutoTVScience.us" status="online",Pluto TV Science (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d9492c77ea6f99188738ff1/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 (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)
@ -840,15 +840,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7
#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="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e281b0b8840007324b55/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="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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e281b0b8840007324b55/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="PlutoTVTeen.us" status="online",Pluto TV Teen (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6de52b9914200091f047a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p)
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&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f0d668b872e4400073acc68&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9c22837c-0715-11eb-9b92-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p)
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&studio_id=viacom&tags=ROKU_CONTENT_TAGS
#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (240p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c6dc88fcd232425a6e0f06e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=76&terminate=false&userId=
#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7]
@ -915,10 +915,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) [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="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="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)
@ -967,10 +967,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cc81e793798650e4f
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/591105034c1806b47438342c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=591105034c1806b47438342c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=115&terminate=false&userId=
#EXTINF:-1 tvg-id="TheAsylum.us" status="online",Pluto TV The Asylum (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c45f0427b2c0c065e91aab5/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="TheAsylum.us" status="online",Pluto TV The Asylum (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/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="TheAsylum.us" status="online",Pluto TV The Asylum (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/591105034c1806b47438342c/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="TheAsylum.us" status="online",Pluto TV The Asylum (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793798650e4f7d9fd3/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="TheBobRossChannel.us" status="online",Pluto TV The Bob Ross Channel (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36d726234ce10007784f2a/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="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p)
@ -991,16 +991,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a78
http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/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="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId=
#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/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="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/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="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId=
#EXTINF:-1 tvg-id="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/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)
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)
@ -1012,8 +1014,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336
#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/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/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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/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="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=
@ -1034,9 +1034,9 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b99
#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/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="Tosh0.us" status="online",Pluto TV Tosh.0 (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae084727c8af0009fe40a4&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="Tosh0.us" status="online",Pluto TV Tosh.0 (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/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="Tosh0.us" status="online",Pluto TV Tosh.0 (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae084727c8af0009fe40a4&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="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p)
@ -1103,18 +1103,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48678d34ceb37d3c
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/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/stitch/hls/channel/5ad9b7aae738977e2c312132/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b7aae738977e2c312132&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=48d01e71-b553-42a5-9205-affb7381b546&terminate=false&userId=
#EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="WorldPokerTour.us" 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="WorldPokerTour.us" status="online",Pluto TV World Poker Tour (360p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007a6d1b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId=
#EXTINF:-1 tvg-id="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",Insight+ (720p)
@ -1148,27 +1148,27 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4ae94ef
#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b6c60fd20c50007910bf5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2da8f50-0581-11eb-97af-0242ac110002&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p)
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 Crime (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767790d0438aceb41d03ae/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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/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)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf6bb0800071ffbcb/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)
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 Crime Investigation (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18cd42ee5410007e349dc/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 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 Crime+ (720p) [Not 24/7]
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebbeabd18520007b37709/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a9391-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=fc31112d-4925-4f44-b50f-ddf0ca08e7c7
#EXTINF:-1 tvg-id="" status="timeout",Pluto TV Drama (Germany) (720p)
#EXTINF:-1 tvg-id="" status="online",Pluto TV Drama (Germany) (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc190f7bfed110009d934c3&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=200&terminate=false&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 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 Fashionbox (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f516730b78b7600079294f5/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 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 Filmes Ação (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f120f41b7d403000783a6d6/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 Food (720p)
@ -1186,9 +1186,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e793a7cfbdf780007
#EXTINF:-1 tvg-id="" status="online",Pluto TV Gusto TV (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c47f3662f6b3c476fc03e/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 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="" 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="" 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="" status="online",Pluto TV Junior (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa9bcd8160700076d45d1/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)
@ -1203,7 +1203,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db051096
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0510962948d000961d3c6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0510962948d000961d3c6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=576&terminate=false&userId=
#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 Movies+ (CH) (720p)
#EXTINF:-1 tvg-id="" status="error",Pluto TV Movies+ (CH) (720p)
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 MTV Catfish (720p)
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db6a697d5f34a000934cd13/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db6a697d5f34a000934cd13&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f1438745-0586-11eb-82fe-0242ac110002&terminate=false&userId=
@ -1232,17 +1232,17 @@ http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8
#EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Originals (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf373bed3000794d1d7/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 My5 Documentaries (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/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 Documentaries (720p)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf901280e3550009139c86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=475&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/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 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="" 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="" status="online",Pluto TV NBC News NOW (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5df97894467dfa00091c873c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=213&terminate=false&userId=
#EXTINF:-1 tvg-id="" status="online",Pluto TV NBC News NOW (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5df97894467dfa00091c873c/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 NBC News NOW (720p) [Not 24/7]
https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5df97894467dfa00091c873c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=213&terminate=false&userId=
#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 Nick Jr. Club (Brazil) (720p) [Not 24/7]
@ -1254,9 +1254,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc1980007
#EXTINF:-1 tvg-id="" status="online",Pluto TV People are Awesome (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95c119dc712000741fa35/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 People are Awesome (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/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 People are Awesome (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95d63b270fc0007c465e6/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 People are Awesome (720p)
https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/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 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="" status="online",Pluto TV People are Awesome (720p) [Not 24/7]

View File

@ -8,7 +8,7 @@ https://tna5.bozztv.com/AVCHD/index.m3u8
#EXTINF:-1 tvg-id="ConectaTV.mx" status="online",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="error",Jess TV (Lethbridge) (480p) [Not 24/7]
#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="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7]

View File

@ -35,10 +35,10 @@ https://dai.google.com/linear/hls/event/Xu-ITJ2GTNGaxGn893mmWg/master.m3u8
https://dai.google.com/linear/hls/event/i5SXVKI4QIuV-eF2XAH4FQ/master.m3u8
#EXTINF:-1 tvg-id="CGTN.cn" status="online",CGTN English (432p) [Not 24/7]
https://dai.google.com/linear/hls/event/r4sa-f6GSN2XIvzKv5jVng/master.m3u8
#EXTINF:-1 tvg-id="Charge.us" status="online",Charge! (720p) [Geo-blocked]
https://usgeowall.sinclairstoryline.com/channel/37eb732888614810b512fdd82604244e.m3u8
#EXTINF:-1 tvg-id="Charge.us" status="online",STIRR Charge! (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/e1QjWFRNSR2YFYGsPbkfgg/master.m3u8
#EXTINF:-1 tvg-id="Charge.us" status="online",Charge! (720p) [Geo-blocked]
https://usgeowall.sinclairstoryline.com/channel/37eb732888614810b512fdd82604244e.m3u8
#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (1080p)
https://dai.google.com/linear/hls/event/frfwucAPTVunrpitYiymwg/master.m3u8
#EXTINF:-1 tvg-id="Choppertown.us" status="online",STIRR Choppertown (720p)
@ -117,7 +117,7 @@ https://mavtv-1.sinclair.wurl.com/manifest/playlist.m3u8
https://dai.google.com/linear/hls/event/LGDVXxxyT8SxrL4-ZodxKw/master.m3u8
#EXTINF:-1 tvg-id="MysteryScienceTheater3000.us" status="online",STIRR Mystery Science Theater 3000 (1080p)
https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8
#EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p)
#EXTINF:-1 tvg-id="NASATV.us" status="timeout",NASA TV (720p)
https://uplynkcontent.sinclairstoryline.com/channel/ddd76fdc1c0a456ba537e4f48e827d3e.m3u8
#EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p)
https://dai.google.com/linear/hls/event/WB-7LjdsRVm0wVoLZjR8mA/master.m3u8
@ -257,7 +257,7 @@ https://dai.google.com/linear/hls/event/Fwm4J95UQi67l2FEV7N5kQ/master.m3u8
https://dai.google.com/linear/hls/event/PPMxI7GZSRG6Kgkp2gSF1g/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityMedford.us" status="online",STIRR City Medford (720p) [Not 24/7]
https://dai.google.com/linear/hls/event/1g9qH9IOSIGGwAqw8fPzmw/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityMilwaukee.us" status="online",STIRR City Milwaukee (720p)
#EXTINF:-1 tvg-id="STIRRCityMilwaukee.us" status="timeout",STIRR City Milwaukee (720p)
https://dai.google.com/linear/hls/event/jWaxnXHPQjGX1yTxuFxpuw/master.m3u8
#EXTINF:-1 tvg-id="STIRRCityMinneapolis.us" status="online",STIRR City Minneapolis (720p)
https://dai.google.com/linear/hls/event/0P8RZiJkSBWfVDtjy-IiIQ/master.m3u8
@ -333,10 +333,10 @@ https://dai.google.com/linear/hls/event/dKG_ZFd_S82FPgNxHmhdJw/master.m3u8
https://dai.google.com/linear/hls/event/r9VoxPU7TYmpydEn2ZR0jA/master.m3u8
#EXTINF:-1 tvg-id="STIRRWesterns.us" status="online",STIRR Westerns (360p)
https://dai.google.com/linear/hls/event/YF2jfXh_QROPxoHEwp1Abw/master.m3u8
#EXTINF:-1 tvg-id="TennisChannel.us" status="online",Tennis Channel (720p) [Geo-blocked]
https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f/g.m3u8
#EXTINF:-1 tvg-id="TennisChannel.us" status="online",STIRR Tennis Channel (720p) [Geo-blocked]
https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f.m3u8
#EXTINF:-1 tvg-id="TennisChannel.us" status="online",Tennis Channel (720p) [Geo-blocked]
https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f/g.m3u8
#EXTINF:-1 tvg-id="TennisChannel.us" status="online",Tennis Channel (504p) [Geo-blocked]
https://playoutengine.sinclairstoryline.com/playout/9f87522c-5a0e-4ff4-b82c-d5564216132f/f.m3u8
#EXTINF:-1 tvg-id="TheArchive.us" status="online",STIRR The Archive (720p)

View File

@ -39,7 +39,7 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KTBC-Monetizer.m3u8
https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KTTV-Monetizer.m3u8
#EXTINF:-1 tvg-id="KTVUDT1.us" status="online",FOX 2 San Francisco CA (KTVU) (720p)
https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KTVU-Monetizer.m3u8
#EXTINF:-1 tvg-id="Localish.us" status="timeout",Localish (720p)
#EXTINF:-1 tvg-id="Localish.us" status="online",Localish (720p)
https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Localish.m3u8
#EXTINF:-1 tvg-id="News12NewYork.us" status="online",News 12 New York (1080p)
https://lnc-news12.tubi.video/index.m3u8

View File

@ -1,9 +1,9 @@
#EXTM3U
#EXTINF:-1 tvg-id="" status="online",WFMZ Dorney Park Camera
#EXTINF:-1 tvg-id="" status="error",WFMZ Dorney Park Camera
https://cdn.jaybirdtv.com/wfmz/5/live/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WFMZ PennST camera
#EXTINF:-1 tvg-id="" status="timeout",WFMZ PennST camera
https://cdn.jaybirdtv.com/wfmz/6/live/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WFMZ PPL Tower Camera
#EXTINF:-1 tvg-id="" status="error",WFMZ PPL Tower Camera
https://cdn.jaybirdtv.com/wfmz/channel/9/master.m3u8
#EXTINF:-1 tvg-id="" status="online",WFMZ Traffic
#EXTINF:-1 tvg-id="" status="error",WFMZ Traffic
https://cdn.jaybirdtv.com/wfmz/channel/7/master.m3u8

View File

@ -15,7 +15,7 @@ http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8
https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewschannel-xumo/CDN/master.m3u8
#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p)
https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="timeout",Black News Channel (1080p)
#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="BloombergTV.us" status="online",Bloomberg TV US (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8
@ -23,7 +23,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (1080p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="ChiveTV.us" status="timeout",Chive TV (720p)
#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p)
https://circle-xumo.amagi.tv/playlist.m3u8
@ -31,7 +31,7 @@ https://circle-xumo.amagi.tv/playlist.m3u8
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p)
https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8
#EXTINF:-1 tvg-id="Complex.us" status="timeout",Complex (720p)
#EXTINF:-1 tvg-id="Complex.us" status="online",Complex (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcomplex/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="CONtvAnime.us" status="online",CONtv Anime (1080p)
https://contvanime.cinedigm.com/conapp-ssai/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8
@ -49,7 +49,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfailarmy/CDN/playlist.m3u8
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmhub/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="FilmRiseClassicTV.us" status="online",FilmRise Classic TV on Redbox (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p)
#EXTINF:-1 tvg-id="FilmRiseFamily.us" status="timeout",FilmRise Family (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="FilmRiseFreeMovies.us" status="online",FilmRise Free Movies (Redbox) (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8
@ -58,9 +58,9 @@ https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN
#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather
https://foxweather-xumo.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="FoxWeather.us" status="timeout",Fox Weather
https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8
#EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather
https://foxweather-xumo.amagi.tv/playlist.m3u8
#EXTINF:-1 tvg-id="FunnyorDie.us" status="online",Funny or Die (720p)
https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfunnyordie/CDN/playlist.m3u8
#EXTINF:-1 tvg-id="FuseEast.us" status="online",Fuse East (720p)

View File

@ -3,7 +3,7 @@
https://edge3-hr.cvattv.com.ar/live/c4eds/Canal10_URU/SA_SAGEMCOM/Canal10_URU.m3u8
#EXTINF:-1 tvg-id="CharruaTV.uy" status="online",Charrúa Televisión (720p) [Not 24/7]
http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/charruatvcanal
#EXTINF:-1 tvg-id="LatinoKids.uy" status="error",LatinoKids (360p) [Not 24/7]
#EXTINF:-1 tvg-id="LatinoKids.uy" status="online",LatinoKids (360p) [Not 24/7]
https://videostreaming.cloudserverlatam.com/8062/8062/playlist.m3u8
#EXTINF:-1 tvg-id="UCL.uy" status="online",UCL (720p)
http://162.246.18.122:8081/telepuerto-master/ucl-abr/playlist.m3u8