diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index f373aecdc..a5e3e1d55 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -115,25 +115,13 @@ jobs: if: ${{ !env.ACT }} run: | git add streams/* - git commit -m "[Bot] Update streams" + git commit -m "[Bot] Update /streams" git add README.md git commit -m "[Bot] Update README.md" git status git push -u origin ${{ steps.create-branch-name.outputs.branch_name }} - - uses: repo-sync/pull-request@v2 - if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} - id: pull-request - with: - github_token: ${{ steps.create-app-token.outputs.token }} - source_branch: ${{ steps.create-branch-name.outputs.branch_name }} - destination_branch: 'master' - pr_title: '[Bot] Daily update' - pr_body: | - This pull request is created by [auto-update][1] workflow. - - [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} - - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4.2.0 + - name: Deploy to gh-pages + uses: JamesIves/github-pages-deploy-action@v4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: branch: gh-pages @@ -143,9 +131,8 @@ jobs: git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Deploy to GitHub Pages' clean: false - - run: git checkout -b ${{ steps.create-branch-name.outputs.branch_name }} - name: Deploy to iptv-org/api - uses: JamesIves/github-pages-deploy-action@4.2.0 + uses: JamesIves/github-pages-deploy-action@v4.2.5 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: repository-name: iptv-org/api @@ -156,6 +143,18 @@ jobs: git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com commit-message: '[Bot] Deploy to iptv-org/api' clean: false + - uses: repo-sync/pull-request@v2 + if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} + id: pull-request + with: + github_token: ${{ steps.create-app-token.outputs.token }} + source_branch: ${{ steps.create-branch-name.outputs.branch_name }} + destination_branch: 'master' + pr_title: '[Bot] Daily update' + pr_body: | + This pull request is created by [auto-update][1] workflow. + + [1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }} - uses: juliangruber/merge-pull-request-action@v1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5b7c94fbf..69eb7b4f3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -9,11 +9,11 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 0 + fetch-depth: 2 - uses: tj-actions/changed-files@v12.2 id: files with: - files: streams/*.m3u + files: 'streams' - uses: actions/setup-node@v2 if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }} with: diff --git a/.readme/template.md b/.readme/template.md index 7f737ef09..c7956f9c4 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -83,7 +83,7 @@ Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sendin ## Legal -No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). +No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a [pull request](https://github.com/iptv-org/iptv/pulls) or opening an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+). However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). ## License diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21d5a9205..e01558992 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,13 @@ Also, if necessary, you can specify custom HTTP User-Agent and Referrer via the http://example.com/stream.m3u8 ``` +Each stream also have a `status` attribute which is updated daily by the [iptv-bot](https://github.com/apps/iptv-bot). The attribute can have one of the following values: + +- `online` - stream was successfully loaded +- `blocked` - server returned HTTP code [403 Forbidden](https://en.wikipedia.org/wiki/HTTP_403) +- `timeout` - request time exceeded 60 seconds +- `error` - stream could not be loaded for some other reason + ## Project Structure - `.github/` diff --git a/README.md b/README.md index def3eaa81..1ba1f10a9 100644 --- a/README.md +++ b/README.md @@ -32,32 +32,32 @@ To watch IPTV, simply insert one of the links below into any player that support Auto14https://iptv-org.github.io/iptv/categories/auto.m3u Animation23https://iptv-org.github.io/iptv/categories/animation.m3u Business31https://iptv-org.github.io/iptv/categories/business.m3u - Classic61https://iptv-org.github.io/iptv/categories/classic.m3u - Comedy47https://iptv-org.github.io/iptv/categories/comedy.m3u + Classic59https://iptv-org.github.io/iptv/categories/classic.m3u + Comedy46https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking30https://iptv-org.github.io/iptv/categories/cooking.m3u Culture10https://iptv-org.github.io/iptv/categories/culture.m3u Documentary36https://iptv-org.github.io/iptv/categories/documentary.m3u - Education28https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment173https://iptv-org.github.io/iptv/categories/entertainment.m3u + Education29https://iptv-org.github.io/iptv/categories/education.m3u + Entertainment174https://iptv-org.github.io/iptv/categories/entertainment.m3u Family26https://iptv-org.github.io/iptv/categories/family.m3u - General310https://iptv-org.github.io/iptv/categories/general.m3u - Kids148https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative40https://iptv-org.github.io/iptv/categories/legislative.m3u + General304https://iptv-org.github.io/iptv/categories/general.m3u + Kids145https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative35https://iptv-org.github.io/iptv/categories/legislative.m3u Lifestyle75https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies197https://iptv-org.github.io/iptv/categories/movies.m3u - Music317https://iptv-org.github.io/iptv/categories/music.m3u - News328https://iptv-org.github.io/iptv/categories/news.m3u + Movies199https://iptv-org.github.io/iptv/categories/movies.m3u + Music313https://iptv-org.github.io/iptv/categories/music.m3u + News325https://iptv-org.github.io/iptv/categories/news.m3u Outdoor32https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax17https://iptv-org.github.io/iptv/categories/relax.m3u - Religious202https://iptv-org.github.io/iptv/categories/religious.m3u - Series193https://iptv-org.github.io/iptv/categories/series.m3u + Religious206https://iptv-org.github.io/iptv/categories/religious.m3u + Series194https://iptv-org.github.io/iptv/categories/series.m3u Science12https://iptv-org.github.io/iptv/categories/science.m3u - Shop45https://iptv-org.github.io/iptv/categories/shop.m3u - Sports165https://iptv-org.github.io/iptv/categories/sports.m3u + Shop46https://iptv-org.github.io/iptv/categories/shop.m3u + Sports162https://iptv-org.github.io/iptv/categories/sports.m3u Travel13https://iptv-org.github.io/iptv/categories/travel.m3u Weather7https://iptv-org.github.io/iptv/categories/weather.m3u - XXX36https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4902https://iptv-org.github.io/iptv/categories/undefined.m3u + XXX38https://iptv-org.github.io/iptv/categories/xxx.m3u + Undefined4907https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -75,52 +75,51 @@ To watch IPTV, simply insert one of the links below into any player that support LanguageChannelsPlaylist - Akan1https://iptv-org.github.io/iptv/languages/aka.m3u - Albanian120https://iptv-org.github.io/iptv/languages/sqi.m3u + Albanian119https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic310https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic297https://iptv-org.github.io/iptv/languages/ara.m3u Armenian28https://iptv-org.github.io/iptv/languages/hye.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u - Azerbaijani23https://iptv-org.github.io/iptv/languages/aze.m3u + Azerbaijani20https://iptv-org.github.io/iptv/languages/aze.m3u Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Belarusian2https://iptv-org.github.io/iptv/languages/bel.m3u Bengali36https://iptv-org.github.io/iptv/languages/ben.m3u Bhojpuri3https://iptv-org.github.io/iptv/languages/bho.m3u - Bosnian10https://iptv-org.github.io/iptv/languages/bos.m3u + Bosnian9https://iptv-org.github.io/iptv/languages/bos.m3u Bulgarian9https://iptv-org.github.io/iptv/languages/bul.m3u Catalan6https://iptv-org.github.io/iptv/languages/cat.m3u Chewa1https://iptv-org.github.io/iptv/languages/nya.m3u - Chinese38https://iptv-org.github.io/iptv/languages/zho.m3u - Croatian10https://iptv-org.github.io/iptv/languages/hrv.m3u + Chinese37https://iptv-org.github.io/iptv/languages/zho.m3u + Croatian9https://iptv-org.github.io/iptv/languages/hrv.m3u Czech14https://iptv-org.github.io/iptv/languages/ces.m3u Danish5https://iptv-org.github.io/iptv/languages/dan.m3u Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u - Dutch89https://iptv-org.github.io/iptv/languages/nld.m3u - English1625https://iptv-org.github.io/iptv/languages/eng.m3u + Dutch88https://iptv-org.github.io/iptv/languages/nld.m3u + English1619https://iptv-org.github.io/iptv/languages/eng.m3u Estonian6https://iptv-org.github.io/iptv/languages/est.m3u Faroese1https://iptv-org.github.io/iptv/languages/fao.m3u Finnish6https://iptv-org.github.io/iptv/languages/fin.m3u French168https://iptv-org.github.io/iptv/languages/fra.m3u Galician7https://iptv-org.github.io/iptv/languages/glg.m3u Georgian8https://iptv-org.github.io/iptv/languages/kat.m3u - German187https://iptv-org.github.io/iptv/languages/deu.m3u - Greek89https://iptv-org.github.io/iptv/languages/ell.m3u + German183https://iptv-org.github.io/iptv/languages/deu.m3u + Greek90https://iptv-org.github.io/iptv/languages/ell.m3u Hebrew11https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi111https://iptv-org.github.io/iptv/languages/hin.m3u - Hungarian25https://iptv-org.github.io/iptv/languages/hun.m3u + Hindi109https://iptv-org.github.io/iptv/languages/hin.m3u + Hungarian24https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic1https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian61https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian56https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u - Italian169https://iptv-org.github.io/iptv/languages/ita.m3u + Italian168https://iptv-org.github.io/iptv/languages/ita.m3u Japanese45https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese5https://iptv-org.github.io/iptv/languages/jav.m3u - Kannada8https://iptv-org.github.io/iptv/languages/kan.m3u + Kannada7https://iptv-org.github.io/iptv/languages/kan.m3u Kazakh9https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer8https://iptv-org.github.io/iptv/languages/khm.m3u Kinyarwanda2https://iptv-org.github.io/iptv/languages/kin.m3u Kirghiz1https://iptv-org.github.io/iptv/languages/kir.m3u Korean32https://iptv-org.github.io/iptv/languages/kor.m3u - Kurdish14https://iptv-org.github.io/iptv/languages/kur.m3u + Kurdish16https://iptv-org.github.io/iptv/languages/kur.m3u Lao3https://iptv-org.github.io/iptv/languages/lao.m3u Latvian4https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch2https://iptv-org.github.io/iptv/languages/ltz.m3u @@ -128,7 +127,7 @@ To watch IPTV, simply insert one of the links below into any player that support Lithuanian3https://iptv-org.github.io/iptv/languages/lit.m3u Macedonian2https://iptv-org.github.io/iptv/languages/mkd.m3u Malay18https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam51https://iptv-org.github.io/iptv/languages/mal.m3u + Malayalam50https://iptv-org.github.io/iptv/languages/mal.m3u Maltese2https://iptv-org.github.io/iptv/languages/mlt.m3u Mandarin Chinese14https://iptv-org.github.io/iptv/languages/cmn.m3u Mandinka1https://iptv-org.github.io/iptv/languages/mnk.m3u @@ -137,34 +136,34 @@ To watch IPTV, simply insert one of the links below into any player that support Norwegian Bokmรฅl1https://iptv-org.github.io/iptv/languages/nob.m3u Panjabi6https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento2https://iptv-org.github.io/iptv/languages/pap.m3u - Pashto13https://iptv-org.github.io/iptv/languages/pus.m3u - Persian128https://iptv-org.github.io/iptv/languages/fas.m3u + Pashto12https://iptv-org.github.io/iptv/languages/pus.m3u + Persian129https://iptv-org.github.io/iptv/languages/fas.m3u Polish36https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese206https://iptv-org.github.io/iptv/languages/por.m3u + Portuguese208https://iptv-org.github.io/iptv/languages/por.m3u Romanian46https://iptv-org.github.io/iptv/languages/ron.m3u - Russian263https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian45https://iptv-org.github.io/iptv/languages/srp.m3u - Sinhala2https://iptv-org.github.io/iptv/languages/sin.m3u + Russian257https://iptv-org.github.io/iptv/languages/rus.m3u + Serbian43https://iptv-org.github.io/iptv/languages/srp.m3u + Sinhala1https://iptv-org.github.io/iptv/languages/sin.m3u Slovak18https://iptv-org.github.io/iptv/languages/slk.m3u - Slovenian4https://iptv-org.github.io/iptv/languages/slv.m3u + Slovenian3https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish911https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish950https://iptv-org.github.io/iptv/languages/spa.m3u Sundanese1https://iptv-org.github.io/iptv/languages/sun.m3u - Swedish10https://iptv-org.github.io/iptv/languages/swe.m3u + Swedish11https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog6https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil34https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil35https://iptv-org.github.io/iptv/languages/tam.m3u Telugu3https://iptv-org.github.io/iptv/languages/tel.m3u Thai39https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish133https://iptv-org.github.io/iptv/languages/tur.m3u + Turkish130https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian73https://iptv-org.github.io/iptv/languages/ukr.m3u + Ukrainian70https://iptv-org.github.io/iptv/languages/ukr.m3u Urdu11https://iptv-org.github.io/iptv/languages/urd.m3u - Uzbek2https://iptv-org.github.io/iptv/languages/uzb.m3u - Vietnamese55https://iptv-org.github.io/iptv/languages/vie.m3u + Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u + Vietnamese56https://iptv-org.github.io/iptv/languages/vie.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u Wolof8https://iptv-org.github.io/iptv/languages/wol.m3u Yue Chinese1https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2069https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2070https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -182,8 +181,8 @@ To watch IPTV, simply insert one of the links below into any player that support CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan24https://iptv-org.github.io/iptv/countries/af.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania135https://iptv-org.github.io/iptv/countries/al.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan23https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania134https://iptv-org.github.io/iptv/countries/al.m3u ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria60https://iptv-org.github.io/iptv/countries/dz.m3u ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa10https://iptv-org.github.io/iptv/countries/as.m3u ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra17https://iptv-org.github.io/iptv/countries/ad.m3u @@ -191,28 +190,28 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla8https://iptv-org.github.io/iptv/countries/ai.m3u ๐Ÿ‡ฆ๐Ÿ‡ถ Antarctica8https://iptv-org.github.io/iptv/countries/aq.m3u ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda8https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina101https://iptv-org.github.io/iptv/countries/ar.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina102https://iptv-org.github.io/iptv/countries/ar.m3u ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia41https://iptv-org.github.io/iptv/countries/am.m3u ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba11https://iptv-org.github.io/iptv/countries/aw.m3u - ๐Ÿ‡ฆ๐Ÿ‡บ Australia66https://iptv-org.github.io/iptv/countries/au.m3u + ๐Ÿ‡ฆ๐Ÿ‡บ Australia65https://iptv-org.github.io/iptv/countries/au.m3u ๐Ÿ‡ฆ๐Ÿ‡น Austria37https://iptv-org.github.io/iptv/countries/at.m3u - ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan38https://iptv-org.github.io/iptv/countries/az.m3u + ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan35https://iptv-org.github.io/iptv/countries/az.m3u ๐Ÿ‡ง๐Ÿ‡ธ Bahamas10https://iptv-org.github.io/iptv/countries/bs.m3u ๐Ÿ‡ง๐Ÿ‡ญ Bahrain42https://iptv-org.github.io/iptv/countries/bh.m3u ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh37https://iptv-org.github.io/iptv/countries/bd.m3u - ๐Ÿ‡ง๐Ÿ‡ง Barbados8https://iptv-org.github.io/iptv/countries/bb.m3u - ๐Ÿ‡ง๐Ÿ‡พ Belarus38https://iptv-org.github.io/iptv/countries/by.m3u + ๐Ÿ‡ง๐Ÿ‡ง Barbados9https://iptv-org.github.io/iptv/countries/bb.m3u + ๐Ÿ‡ง๐Ÿ‡พ Belarus39https://iptv-org.github.io/iptv/countries/by.m3u ๐Ÿ‡ง๐Ÿ‡ช Belgium33https://iptv-org.github.io/iptv/countries/be.m3u ๐Ÿ‡ง๐Ÿ‡ฟ Belize8https://iptv-org.github.io/iptv/countries/bz.m3u ๐Ÿ‡ง๐Ÿ‡ฏ Benin10https://iptv-org.github.io/iptv/countries/bj.m3u ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda8https://iptv-org.github.io/iptv/countries/bm.m3u ๐Ÿ‡ง๐Ÿ‡น Bhutan11https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia59https://iptv-org.github.io/iptv/countries/bo.m3u + ๐Ÿ‡ง๐Ÿ‡ด Bolivia56https://iptv-org.github.io/iptv/countries/bo.m3u ๐Ÿ‡ง๐Ÿ‡ถ Bonaire8https://iptv-org.github.io/iptv/countries/bq.m3u - ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina24https://iptv-org.github.io/iptv/countries/ba.m3u + ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina23https://iptv-org.github.io/iptv/countries/ba.m3u ๐Ÿ‡ง๐Ÿ‡ผ Botswana9https://iptv-org.github.io/iptv/countries/bw.m3u ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island8https://iptv-org.github.io/iptv/countries/bv.m3u - ๐Ÿ‡ง๐Ÿ‡ท Brazil194https://iptv-org.github.io/iptv/countries/br.m3u + ๐Ÿ‡ง๐Ÿ‡ท Brazil196https://iptv-org.github.io/iptv/countries/br.m3u ๐Ÿ‡ฎ๐Ÿ‡ด British Indian Ocean Territory8https://iptv-org.github.io/iptv/countries/io.m3u ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands8https://iptv-org.github.io/iptv/countries/vg.m3u ๐Ÿ‡ง๐Ÿ‡ณ Brunei10https://iptv-org.github.io/iptv/countries/bn.m3u @@ -221,21 +220,21 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ง๐Ÿ‡ฎ Burundi9https://iptv-org.github.io/iptv/countries/bi.m3u ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia18https://iptv-org.github.io/iptv/countries/kh.m3u ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon12https://iptv-org.github.io/iptv/countries/cm.m3u - ๐Ÿ‡จ๐Ÿ‡ฆ Canada105https://iptv-org.github.io/iptv/countries/ca.m3u + ๐Ÿ‡จ๐Ÿ‡ฆ Canada103https://iptv-org.github.io/iptv/countries/ca.m3u ๐Ÿ‡จ๐Ÿ‡ป Cape Verde9https://iptv-org.github.io/iptv/countries/cv.m3u ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands8https://iptv-org.github.io/iptv/countries/ky.m3u ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic9https://iptv-org.github.io/iptv/countries/cf.m3u ๐Ÿ‡น๐Ÿ‡ฉ Chad9https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile156https://iptv-org.github.io/iptv/countries/cl.m3u - ๐Ÿ‡จ๐Ÿ‡ณ China998https://iptv-org.github.io/iptv/countries/cn.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ Chile155https://iptv-org.github.io/iptv/countries/cl.m3u + ๐Ÿ‡จ๐Ÿ‡ณ China1003https://iptv-org.github.io/iptv/countries/cn.m3u ๐Ÿ‡จ๐Ÿ‡ฝ Christmas Island8https://iptv-org.github.io/iptv/countries/cx.m3u ๐Ÿ‡จ๐Ÿ‡จ Cocos (Keeling) Islands8https://iptv-org.github.io/iptv/countries/cc.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia76https://iptv-org.github.io/iptv/countries/co.m3u + ๐Ÿ‡จ๐Ÿ‡ด Colombia78https://iptv-org.github.io/iptv/countries/co.m3u ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros35https://iptv-org.github.io/iptv/countries/km.m3u ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands10https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica72https://iptv-org.github.io/iptv/countries/cr.m3u - ๐Ÿ‡ญ๐Ÿ‡ท Croatia24https://iptv-org.github.io/iptv/countries/hr.m3u - ๐Ÿ‡จ๐Ÿ‡บ Cuba49https://iptv-org.github.io/iptv/countries/cu.m3u + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica71https://iptv-org.github.io/iptv/countries/cr.m3u + ๐Ÿ‡ญ๐Ÿ‡ท Croatia23https://iptv-org.github.io/iptv/countries/hr.m3u + ๐Ÿ‡จ๐Ÿ‡บ Cuba48https://iptv-org.github.io/iptv/countries/cu.m3u ๐Ÿ‡จ๐Ÿ‡ผ Curacao11https://iptv-org.github.io/iptv/countries/cw.m3u ๐Ÿ‡จ๐Ÿ‡พ Cyprus29https://iptv-org.github.io/iptv/countries/cy.m3u ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic31https://iptv-org.github.io/iptv/countries/cz.m3u @@ -263,8 +262,8 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon9https://iptv-org.github.io/iptv/countries/ga.m3u ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia10https://iptv-org.github.io/iptv/countries/gm.m3u ๐Ÿ‡ฌ๐Ÿ‡ช Georgia22https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany188https://iptv-org.github.io/iptv/countries/de.m3u - ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana10https://iptv-org.github.io/iptv/countries/gh.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany184https://iptv-org.github.io/iptv/countries/de.m3u + ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana9https://iptv-org.github.io/iptv/countries/gh.m3u ๐Ÿ‡ฌ๐Ÿ‡ฎ Gibraltar8https://iptv-org.github.io/iptv/countries/gi.m3u ๐Ÿ‡ฌ๐Ÿ‡ท Greece103https://iptv-org.github.io/iptv/countries/gr.m3u ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland8https://iptv-org.github.io/iptv/countries/gl.m3u @@ -276,37 +275,37 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea9https://iptv-org.github.io/iptv/countries/gn.m3u ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau9https://iptv-org.github.io/iptv/countries/gw.m3u ๐Ÿ‡ฌ๐Ÿ‡พ Guyana8https://iptv-org.github.io/iptv/countries/gy.m3u - ๐Ÿ‡ญ๐Ÿ‡น Haiti18https://iptv-org.github.io/iptv/countries/ht.m3u + ๐Ÿ‡ญ๐Ÿ‡น Haiti21https://iptv-org.github.io/iptv/countries/ht.m3u ๐Ÿ‡ญ๐Ÿ‡ฒ Heard Island and McDonald Islands8https://iptv-org.github.io/iptv/countries/hm.m3u - ๐Ÿ‡ญ๐Ÿ‡ณ Honduras79https://iptv-org.github.io/iptv/countries/hn.m3u - ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong23https://iptv-org.github.io/iptv/countries/hk.m3u - ๐Ÿ‡ญ๐Ÿ‡บ Hungary41https://iptv-org.github.io/iptv/countries/hu.m3u + ๐Ÿ‡ญ๐Ÿ‡ณ Honduras82https://iptv-org.github.io/iptv/countries/hn.m3u + ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong22https://iptv-org.github.io/iptv/countries/hk.m3u + ๐Ÿ‡ญ๐Ÿ‡บ Hungary40https://iptv-org.github.io/iptv/countries/hu.m3u ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland14https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India230https://iptv-org.github.io/iptv/countries/in.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia76https://iptv-org.github.io/iptv/countries/id.m3u + ๐Ÿ‡ฎ๐Ÿ‡ณ India229https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia71https://iptv-org.github.io/iptv/countries/id.m3u ๐Ÿ‡ฎ๐Ÿ‡ท Iran178https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq79https://iptv-org.github.io/iptv/countries/iq.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq82https://iptv-org.github.io/iptv/countries/iq.m3u ๐Ÿ‡ฎ๐Ÿ‡ช Ireland24https://iptv-org.github.io/iptv/countries/ie.m3u ๐Ÿ‡ฎ๐Ÿ‡ฒ Isle of Man8https://iptv-org.github.io/iptv/countries/im.m3u ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel25https://iptv-org.github.io/iptv/countries/il.m3u - ๐Ÿ‡ฎ๐Ÿ‡น Italy188https://iptv-org.github.io/iptv/countries/it.m3u + ๐Ÿ‡ฎ๐Ÿ‡น Italy189https://iptv-org.github.io/iptv/countries/it.m3u ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast10https://iptv-org.github.io/iptv/countries/ci.m3u ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica10https://iptv-org.github.io/iptv/countries/jm.m3u ๐Ÿ‡ฏ๐Ÿ‡ต Japan60https://iptv-org.github.io/iptv/countries/jp.m3u ๐Ÿ‡ฏ๐Ÿ‡ช Jersey8https://iptv-org.github.io/iptv/countries/je.m3u ๐Ÿ‡ฏ๐Ÿ‡ด Jordan56https://iptv-org.github.io/iptv/countries/jo.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan29https://iptv-org.github.io/iptv/countries/kz.m3u - ๐Ÿ‡ฐ๐Ÿ‡ช Kenya19https://iptv-org.github.io/iptv/countries/ke.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan28https://iptv-org.github.io/iptv/countries/kz.m3u + ๐Ÿ‡ฐ๐Ÿ‡ช Kenya17https://iptv-org.github.io/iptv/countries/ke.m3u ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati10https://iptv-org.github.io/iptv/countries/ki.m3u ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo12https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait56https://iptv-org.github.io/iptv/countries/kw.m3u + ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait48https://iptv-org.github.io/iptv/countries/kw.m3u ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan12https://iptv-org.github.io/iptv/countries/kg.m3u ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos24https://iptv-org.github.io/iptv/countries/la.m3u ๐Ÿ‡ฑ๐Ÿ‡ป Latvia17https://iptv-org.github.io/iptv/countries/lv.m3u - ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon57https://iptv-org.github.io/iptv/countries/lb.m3u + ๐Ÿ‡ฑ๐Ÿ‡ง Lebanon55https://iptv-org.github.io/iptv/countries/lb.m3u ๐Ÿ‡ฑ๐Ÿ‡ธ Lesotho9https://iptv-org.github.io/iptv/countries/ls.m3u ๐Ÿ‡ฑ๐Ÿ‡ท Liberia9https://iptv-org.github.io/iptv/countries/lr.m3u - ๐Ÿ‡ฑ๐Ÿ‡พ Libya42https://iptv-org.github.io/iptv/countries/ly.m3u + ๐Ÿ‡ฑ๐Ÿ‡พ Libya41https://iptv-org.github.io/iptv/countries/ly.m3u ๐Ÿ‡ฑ๐Ÿ‡ฎ Liechtenstein16https://iptv-org.github.io/iptv/countries/li.m3u ๐Ÿ‡ฑ๐Ÿ‡น Lithuania16https://iptv-org.github.io/iptv/countries/lt.m3u ๐Ÿ‡ฑ๐Ÿ‡บ Luxembourg19https://iptv-org.github.io/iptv/countries/lu.m3u @@ -322,25 +321,25 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania35https://iptv-org.github.io/iptv/countries/mr.m3u ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius10https://iptv-org.github.io/iptv/countries/mu.m3u ๐Ÿ‡พ๐Ÿ‡น Mayotte9https://iptv-org.github.io/iptv/countries/yt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico111https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico116https://iptv-org.github.io/iptv/countries/mx.m3u ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia10https://iptv-org.github.io/iptv/countries/fm.m3u ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova24https://iptv-org.github.io/iptv/countries/md.m3u - ๐Ÿ‡ฒ๐Ÿ‡จ Monaco14https://iptv-org.github.io/iptv/countries/mc.m3u + ๐Ÿ‡ฒ๐Ÿ‡จ Monaco13https://iptv-org.github.io/iptv/countries/mc.m3u ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia10https://iptv-org.github.io/iptv/countries/mn.m3u ๐Ÿ‡ฒ๐Ÿ‡ช Montenegro17https://iptv-org.github.io/iptv/countries/me.m3u ๐Ÿ‡ฒ๐Ÿ‡ธ Montserrat8https://iptv-org.github.io/iptv/countries/ms.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco52https://iptv-org.github.io/iptv/countries/ma.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฆ Morocco53https://iptv-org.github.io/iptv/countries/ma.m3u ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique12https://iptv-org.github.io/iptv/countries/mz.m3u ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar (Burma)10https://iptv-org.github.io/iptv/countries/mm.m3u ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia9https://iptv-org.github.io/iptv/countries/na.m3u ๐Ÿ‡ณ๐Ÿ‡ท Nauru10https://iptv-org.github.io/iptv/countries/nr.m3u ๐Ÿ‡ณ๐Ÿ‡ต Nepal11https://iptv-org.github.io/iptv/countries/np.m3u - ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands107https://iptv-org.github.io/iptv/countries/nl.m3u + ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands106https://iptv-org.github.io/iptv/countries/nl.m3u ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia10https://iptv-org.github.io/iptv/countries/nc.m3u ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand25https://iptv-org.github.io/iptv/countries/nz.m3u - ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua54https://iptv-org.github.io/iptv/countries/ni.m3u + ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua53https://iptv-org.github.io/iptv/countries/ni.m3u ๐Ÿ‡ณ๐Ÿ‡ช Niger9https://iptv-org.github.io/iptv/countries/ne.m3u - ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria12https://iptv-org.github.io/iptv/countries/ng.m3u + ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria13https://iptv-org.github.io/iptv/countries/ng.m3u ๐Ÿ‡ณ๐Ÿ‡บ Niue10https://iptv-org.github.io/iptv/countries/nu.m3u ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island10https://iptv-org.github.io/iptv/countries/nf.m3u ๐Ÿ‡ฐ๐Ÿ‡ต North Korea11https://iptv-org.github.io/iptv/countries/kp.m3u @@ -351,19 +350,19 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan20https://iptv-org.github.io/iptv/countries/pk.m3u ๐Ÿ‡ต๐Ÿ‡ผ Palau10https://iptv-org.github.io/iptv/countries/pw.m3u ๐Ÿ‡ต๐Ÿ‡ธ Palestine54https://iptv-org.github.io/iptv/countries/ps.m3u - ๐Ÿ‡ต๐Ÿ‡ฆ Panama51https://iptv-org.github.io/iptv/countries/pa.m3u + ๐Ÿ‡ต๐Ÿ‡ฆ Panama49https://iptv-org.github.io/iptv/countries/pa.m3u ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea10https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay47https://iptv-org.github.io/iptv/countries/py.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru173https://iptv-org.github.io/iptv/countries/pe.m3u + ๐Ÿ‡ต๐Ÿ‡พ Paraguay46https://iptv-org.github.io/iptv/countries/py.m3u + ๐Ÿ‡ต๐Ÿ‡ช Peru196https://iptv-org.github.io/iptv/countries/pe.m3u ๐Ÿ‡ต๐Ÿ‡ญ Philippines22https://iptv-org.github.io/iptv/countries/ph.m3u ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands10https://iptv-org.github.io/iptv/countries/pn.m3u - ๐Ÿ‡ต๐Ÿ‡ฑ Poland50https://iptv-org.github.io/iptv/countries/pl.m3u - ๐Ÿ‡ต๐Ÿ‡น Portugal51https://iptv-org.github.io/iptv/countries/pt.m3u + ๐Ÿ‡ต๐Ÿ‡ฑ Poland51https://iptv-org.github.io/iptv/countries/pl.m3u + ๐Ÿ‡ต๐Ÿ‡น Portugal50https://iptv-org.github.io/iptv/countries/pt.m3u ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico50https://iptv-org.github.io/iptv/countries/pr.m3u - ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar48https://iptv-org.github.io/iptv/countries/qa.m3u + ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar47https://iptv-org.github.io/iptv/countries/qa.m3u ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo10https://iptv-org.github.io/iptv/countries/cg.m3u ๐Ÿ‡ท๐Ÿ‡ด Romania53https://iptv-org.github.io/iptv/countries/ro.m3u - ๐Ÿ‡ท๐Ÿ‡บ Russia337https://iptv-org.github.io/iptv/countries/ru.m3u + ๐Ÿ‡ท๐Ÿ‡บ Russia329https://iptv-org.github.io/iptv/countries/ru.m3u ๐Ÿ‡ท๐Ÿ‡ผ Rwanda11https://iptv-org.github.io/iptv/countries/rw.m3u ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion9https://iptv-org.github.io/iptv/countries/re.m3u ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy9https://iptv-org.github.io/iptv/countries/bl.m3u @@ -375,29 +374,29 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines8https://iptv-org.github.io/iptv/countries/vc.m3u ๐Ÿ‡ผ๐Ÿ‡ธ Samoa10https://iptv-org.github.io/iptv/countries/ws.m3u ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino15https://iptv-org.github.io/iptv/countries/sm.m3u - ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia64https://iptv-org.github.io/iptv/countries/sa.m3u + ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia62https://iptv-org.github.io/iptv/countries/sa.m3u ๐Ÿ‡ธ๐Ÿ‡ณ Senegal16https://iptv-org.github.io/iptv/countries/sn.m3u - ๐Ÿ‡ท๐Ÿ‡ธ Serbia55https://iptv-org.github.io/iptv/countries/rs.m3u + ๐Ÿ‡ท๐Ÿ‡ธ Serbia53https://iptv-org.github.io/iptv/countries/rs.m3u ๐Ÿ‡ธ๐Ÿ‡จ Seychelles9https://iptv-org.github.io/iptv/countries/sc.m3u ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone10https://iptv-org.github.io/iptv/countries/sl.m3u ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore15https://iptv-org.github.io/iptv/countries/sg.m3u ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten8https://iptv-org.github.io/iptv/countries/sx.m3u ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia38https://iptv-org.github.io/iptv/countries/sk.m3u - ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia23https://iptv-org.github.io/iptv/countries/si.m3u + ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia22https://iptv-org.github.io/iptv/countries/si.m3u ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands10https://iptv-org.github.io/iptv/countries/sb.m3u ๐Ÿ‡ธ๐Ÿ‡ด Somalia38https://iptv-org.github.io/iptv/countries/so.m3u ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa10https://iptv-org.github.io/iptv/countries/za.m3u ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands8https://iptv-org.github.io/iptv/countries/gs.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea52https://iptv-org.github.io/iptv/countries/kr.m3u + ๐Ÿ‡ฐ๐Ÿ‡ท South Korea51https://iptv-org.github.io/iptv/countries/kr.m3u ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan9https://iptv-org.github.io/iptv/countries/ss.m3u - ๐Ÿ‡ช๐Ÿ‡ธ Spain209https://iptv-org.github.io/iptv/countries/es.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka15https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ช๐Ÿ‡ธ Spain208https://iptv-org.github.io/iptv/countries/es.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka16https://iptv-org.github.io/iptv/countries/lk.m3u ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan38https://iptv-org.github.io/iptv/countries/sd.m3u ๐Ÿ‡ธ๐Ÿ‡ท Suriname8https://iptv-org.github.io/iptv/countries/sr.m3u ๐Ÿ‡ธ๐Ÿ‡ฏ Svalbard and Jan Mayen8https://iptv-org.github.io/iptv/countries/sj.m3u ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland9https://iptv-org.github.io/iptv/countries/sz.m3u - ๐Ÿ‡ธ๐Ÿ‡ช Sweden24https://iptv-org.github.io/iptv/countries/se.m3u - ๐Ÿ‡จ๐Ÿ‡ญ Switzerland89https://iptv-org.github.io/iptv/countries/ch.m3u + ๐Ÿ‡ธ๐Ÿ‡ช Sweden25https://iptv-org.github.io/iptv/countries/se.m3u + ๐Ÿ‡จ๐Ÿ‡ญ Switzerland90https://iptv-org.github.io/iptv/countries/ch.m3u ๐Ÿ‡ธ๐Ÿ‡พ Syria47https://iptv-org.github.io/iptv/countries/sy.m3u ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe9https://iptv-org.github.io/iptv/countries/st.m3u ๐Ÿ‡น๐Ÿ‡ผ Taiwan78https://iptv-org.github.io/iptv/countries/tw.m3u @@ -409,30 +408,30 @@ To watch IPTV, simply insert one of the links below into any player that support ๐Ÿ‡น๐Ÿ‡ด Tonga10https://iptv-org.github.io/iptv/countries/to.m3u ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago9https://iptv-org.github.io/iptv/countries/tt.m3u ๐Ÿ‡น๐Ÿ‡ณ Tunisia46https://iptv-org.github.io/iptv/countries/tn.m3u - ๐Ÿ‡น๐Ÿ‡ท Turkey164https://iptv-org.github.io/iptv/countries/tr.m3u + ๐Ÿ‡น๐Ÿ‡ท Turkey160https://iptv-org.github.io/iptv/countries/tr.m3u ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan15https://iptv-org.github.io/iptv/countries/tm.m3u ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands8https://iptv-org.github.io/iptv/countries/tc.m3u ๐Ÿ‡น๐Ÿ‡ป Tuvalu10https://iptv-org.github.io/iptv/countries/tv.m3u ๐Ÿ‡บ๐Ÿ‡ฒ U.S. Minor Outlying Islands8https://iptv-org.github.io/iptv/countries/um.m3u ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands8https://iptv-org.github.io/iptv/countries/vi.m3u - ๐Ÿ‡บ๐Ÿ‡ฌ Uganda12https://iptv-org.github.io/iptv/countries/ug.m3u - ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine110https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates76https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom161https://iptv-org.github.io/iptv/countries/uk.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1755https://iptv-org.github.io/iptv/countries/us.m3u - ๐Ÿ‡บ๐Ÿ‡พ Uruguay46https://iptv-org.github.io/iptv/countries/uy.m3u - ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan11https://iptv-org.github.io/iptv/countries/uz.m3u + ๐Ÿ‡บ๐Ÿ‡ฌ Uganda11https://iptv-org.github.io/iptv/countries/ug.m3u + ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine106https://iptv-org.github.io/iptv/countries/ua.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates75https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom156https://iptv-org.github.io/iptv/countries/uk.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States1756https://iptv-org.github.io/iptv/countries/us.m3u + ๐Ÿ‡บ๐Ÿ‡พ Uruguay45https://iptv-org.github.io/iptv/countries/uy.m3u + ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan10https://iptv-org.github.io/iptv/countries/uz.m3u ๐Ÿ‡ป๐Ÿ‡บ Vanuatu10https://iptv-org.github.io/iptv/countries/vu.m3u ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City14https://iptv-org.github.io/iptv/countries/va.m3u - ๐Ÿ‡ป๐Ÿ‡ช Venezuela64https://iptv-org.github.io/iptv/countries/ve.m3u - ๐Ÿ‡ป๐Ÿ‡ณ Vietnam69https://iptv-org.github.io/iptv/countries/vn.m3u + ๐Ÿ‡ป๐Ÿ‡ช Venezuela63https://iptv-org.github.io/iptv/countries/ve.m3u + ๐Ÿ‡ป๐Ÿ‡ณ Vietnam71https://iptv-org.github.io/iptv/countries/vn.m3u ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna10https://iptv-org.github.io/iptv/countries/wf.m3u ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara11https://iptv-org.github.io/iptv/countries/eh.m3u ๐Ÿ‡พ๐Ÿ‡ช Yemen43https://iptv-org.github.io/iptv/countries/ye.m3u ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia11https://iptv-org.github.io/iptv/countries/zm.m3u ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe9https://iptv-org.github.io/iptv/countries/zw.m3u ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land8https://iptv-org.github.io/iptv/countries/ax.m3u - Undefined147https://iptv-org.github.io/iptv/countries/undefined.m3u + Undefined146https://iptv-org.github.io/iptv/countries/undefined.m3u @@ -450,31 +449,31 @@ To watch IPTV, simply insert one of the links below into any player that support RegionChannelsPlaylist - Africa143https://iptv-org.github.io/iptv/regions/afr.m3u - Americas2675https://iptv-org.github.io/iptv/regions/amer.m3u - Arab world336https://iptv-org.github.io/iptv/regions/arab.m3u - Asia2619https://iptv-org.github.io/iptv/regions/asia.m3u - Asia-Pacific1717https://iptv-org.github.io/iptv/regions/apac.m3u - Caribbean87https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia28https://iptv-org.github.io/iptv/regions/cas.m3u - Commonwealth of Independent States429https://iptv-org.github.io/iptv/regions/cis.m3u - Europe2225https://iptv-org.github.io/iptv/regions/eur.m3u - Europe, the Middle East and Africa2750https://iptv-org.github.io/iptv/regions/emea.m3u - Hispanic America658https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America822https://iptv-org.github.io/iptv/regions/latam.m3u - Latin America and the Caribbean832https://iptv-org.github.io/iptv/regions/lac.m3u + Africa140https://iptv-org.github.io/iptv/regions/afr.m3u + Americas2720https://iptv-org.github.io/iptv/regions/amer.m3u + Arab world325https://iptv-org.github.io/iptv/regions/arab.m3u + Asia2591https://iptv-org.github.io/iptv/regions/asia.m3u + Asia-Pacific1716https://iptv-org.github.io/iptv/regions/apac.m3u + Caribbean93https://iptv-org.github.io/iptv/regions/carib.m3u + Central Asia26https://iptv-org.github.io/iptv/regions/cas.m3u + Commonwealth of Independent States417https://iptv-org.github.io/iptv/regions/cis.m3u + Europe2189https://iptv-org.github.io/iptv/regions/eur.m3u + Europe, the Middle East and Africa2700https://iptv-org.github.io/iptv/regions/emea.m3u + Hispanic America698https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America868https://iptv-org.github.io/iptv/regions/latam.m3u + Latin America and the Caribbean879https://iptv-org.github.io/iptv/regions/lac.m3u Maghreb73https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East599https://iptv-org.github.io/iptv/regions/mideast.m3u - Middle East and North Africa653https://iptv-org.github.io/iptv/regions/mena.m3u - Nordics40https://iptv-org.github.io/iptv/regions/nord.m3u - North America2099https://iptv-org.github.io/iptv/regions/noram.m3u - Northern America1844https://iptv-org.github.io/iptv/regions/nam.m3u - Oceania70https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia274https://iptv-org.github.io/iptv/regions/sas.m3u - Sub-Saharan Africa57https://iptv-org.github.io/iptv/regions/ssa.m3u + Middle East584https://iptv-org.github.io/iptv/regions/mideast.m3u + Middle East and North Africa638https://iptv-org.github.io/iptv/regions/mena.m3u + Nordics41https://iptv-org.github.io/iptv/regions/nord.m3u + North America2114https://iptv-org.github.io/iptv/regions/noram.m3u + Northern America1843https://iptv-org.github.io/iptv/regions/nam.m3u + Oceania69https://iptv-org.github.io/iptv/regions/oce.m3u + South Asia273https://iptv-org.github.io/iptv/regions/sas.m3u + Sub-Saharan Africa54https://iptv-org.github.io/iptv/regions/ssa.m3u West Africa20https://iptv-org.github.io/iptv/regions/wafr.m3u - Worldwide7197https://iptv-org.github.io/iptv/regions/int.m3u - Undefined147https://iptv-org.github.io/iptv/regions/undefined.m3u + Worldwide7190https://iptv-org.github.io/iptv/regions/int.m3u + Undefined146https://iptv-org.github.io/iptv/regions/undefined.m3u @@ -502,7 +501,7 @@ Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sendin ## Legal -No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). +No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a [pull request](https://github.com/iptv-org/iptv/pulls) or opening an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+). However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). ## License diff --git a/scripts/commands/playlist/update.js b/scripts/commands/playlist/update.js index 3b72a31f2..006a3ce26 100644 --- a/scripts/commands/playlist/update.js +++ b/scripts/commands/playlist/update.js @@ -6,7 +6,12 @@ const _ = require('lodash') async function main() { await db.streams.load() let streams = await db.streams.find({}) - streams = orderBy(streams, ['title', 'height', 'url'], ['asc', 'desc', 'asc']) + const levels = { online: 1, blocked: 2, timeout: 3, error: 4, default: 5 } + streams = orderBy( + streams, + ['title', s => levels[s.status] || levels['default'], 'height', 'url'], + ['asc', 'asc', 'desc', 'asc'] + ) const files = _.groupBy(streams, 'filepath') for (const filepath in files) { diff --git a/streams/ad.m3u b/streams/ad.m3u index d714b089c..bd1eb9296 100644 --- a/streams/ad.m3u +++ b/streams/ad.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="ATV.ad" status="error",ATV (720p) [Offline] +#EXTINF:-1 tvg-id="AndorraTV.ad" status="error",ATV (720p) [Offline] https://iptv-all.lanesh4d0w.repl.co/andorra/atv diff --git a/streams/ae.m3u b/streams/ae.m3u index 756357740..f1f0e1674 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -41,7 +41,7 @@ https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8 https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 #EXTINF:-1 tvg-id="BeeMovies.ae" status="online",Bee Movies (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuaMJTqQ_W7qztqZ_zyErJg/live -#EXTINF:-1 tvg-id="BeeTheater.ae" status="online",Bee Theater (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BeeTheater.ae" status="error",Bee Theater (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC32M9DWf0zgMhBYGd_MOiIw/live #EXTINF:-1 tvg-id="CitrussTV.ae" status="blocked",Citruss TV (720p) [Geo-blocked] https://citrusstv.akamaized.net/hls/live/687285/CTV/index.m3u8 diff --git a/streams/af.m3u b/streams/af.m3u index e1f57d342..7b48e744d 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -5,9 +5,9 @@ http://iptv.arianaafgtv.com/ariana/playlist.m3u8 https://d10rltuy0iweup.cloudfront.net/ATNNAT/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (720p) [Not 24/7] https://d2g7v53450s2i2.cloudfront.net/ATNUS/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="ArianaTVUS.af" status="online",Ariana TV US (Delayed stream) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ArianaTVUS.af" status="error",Ariana TV US (Delayed stream) (720p) [Not 24/7] https://d2g7v53450s2i2.cloudfront.net/ATNUS/streamdelay/playlist.m3u8 -#EXTINF:-1 tvg-id="ATNNews.af" status="online",ATN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ATNNews.af" status="error",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] https://59d39900ebfb8.streamlock.net/bahartv/bahartv/playlist.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index fab34b534..0fc8efb63 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -27,7 +27,7 @@ http://us.bestvideostreaming.is/8821/playlist.m3u8 http://albuk.dyndns.tv:1935/albuk/albuk.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ALPO.al" status="online",ALPO (720p) [Not 24/7] https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Alsat (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="blocked",Alsat (720p) [Not 24/7] http://93.157.62.180/AlsatM/index.m3u8 #EXTINF:-1 tvg-id="ARTAHD.al" status="blocked",ARTA HD (720p) [Geo-blocked] http://us.bestvideostreaming.is/8745/playlist.m3u8 @@ -35,13 +35,13 @@ http://us.bestvideostreaming.is/8745/playlist.m3u8 http://46.99.146.236/0.m3u8 #EXTINF:-1 tvg-id="BabyTV.al" status="blocked",BabyTV (576p) [Geo-blocked] http://us.bestvideostreaming.is/8747/playlist.m3u8 -#EXTINF:-1 tvg-id="BangBang.al" status="online",Bang Bang (576p) [Not 24/7] +#EXTINF:-1 tvg-id="BangBang.al" status="blocked",Bang Bang (576p) [Not 24/7] http://93.157.62.180/BangBang/index.m3u8 #EXTINF:-1 tvg-id="BBFMusicTV.al" status="blocked",BBF Music TV (576p) [Geo-blocked] http://us.bestvideostreaming.is/8795/playlist.m3u8 #EXTINF:-1 tvg-id="Channel117.al" status="error",Channel 117 (1080p) [Offline] https://shkoder.gjirafa.com/api/media/rgjirafa/t0110y/index.m3u8 -#EXTINF:-1 tvg-id="Cufo.al" status="online",ร‡ufo (576p) +#EXTINF:-1 tvg-id="Cufo.al" status="blocked",ร‡ufo (576p) http://93.157.62.180/Cufo/index.m3u8 #EXTINF:-1 tvg-id="DigitalbAktionHD.al" status="blocked",Digitalb Aktion HD (1080p) [Geo-blocked] http://us.bestvideostreaming.is/8742/playlist.m3u8 @@ -83,7 +83,7 @@ http://us.bestvideostreaming.is/8883/playlist.m3u8 http://us.bestvideostreaming.is/8793/playlist.m3u8 #EXTINF:-1 tvg-id="ElrodiTV.al" status="blocked",Elrodi TV (576p) [Geo-blocked] http://us.bestvideostreaming.is/8718/playlist.m3u8 -#EXTINF:-1 tvg-id="FaxNews.al" status="online",Fax News (360p) [Not 24/7] +#EXTINF:-1 tvg-id="FaxNews.al" status="error",Fax News (360p) [Not 24/7] http://edge01eu.ekranet.com/faxnews/index.m3u8 #EXTINF:-1 tvg-id="FirstChannel.al" status="blocked",First Channel (1080p) [Geo-blocked] http://us.bestvideostreaming.is/8717/playlist.m3u8 @@ -127,7 +127,7 @@ http://us.bestvideostreaming.is/8884/playlist.m3u8 http://us.bestvideostreaming.is/8723/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Oranews (576p) [Geo-blocked] http://us.bestvideostreaming.is/8715/playlist.m3u8 -#EXTINF:-1 tvg-id="PeaceTV.al" status="online",Peace TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="PeaceTV.al" status="blocked",Peace TV (576p) [Not 24/7] http://93.157.62.180/PeaceTV/index.m3u8 #EXTINF:-1 tvg-id="PeaceTV.al" status="blocked",Peace TV (720p) [Geo-blocked] http://us.bestvideostreaming.is/8792/playlist.m3u8 @@ -135,29 +135,29 @@ http://us.bestvideostreaming.is/8792/playlist.m3u8 http://us.bestvideostreaming.is/8786/playlist.m3u8 #EXTINF:-1 tvg-id="QSportNews.al" status="blocked",Q Sport News (576p) [Geo-blocked] http://us.bestvideostreaming.is/8785/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Report TV HD (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="blocked",Report TV HD (576p) [Not 24/7] http://93.157.62.180/ReportTV/index.m3u8 #EXTINF:-1 tvg-id="RitaTV.al" status="blocked",Rita TV (1080p) [Geo-blocked] http://us.bestvideostreaming.is/8890/playlist.m3u8 #EXTINF:-1 tvg-id="RTSH1.al" status="online",RTSH 1 (1080p) [Not 24/7] https://tvlive.rtsh.dev/live/rtsh_11mob1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",RTSH 1 HD (406p) +#EXTINF:-1 tvg-id="" status="blocked",RTSH 1 HD (406p) http://93.157.62.180/RTSH1/index.m3u8 #EXTINF:-1 tvg-id="RTSH2.al" status="online",RTSH 2 (406p) [Not 24/7] https://tvlive.rtsh.dev/live/rtsh_2ott/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",RTSH 2 HD (406p) +#EXTINF:-1 tvg-id="" status="blocked",RTSH 2 HD (406p) http://93.157.62.180/RTSH2/index.m3u8 #EXTINF:-1 tvg-id="RTSH3.al" status="online",RTSH 3 (406p) -http://93.157.62.180/RTSH3/index.m3u8 -#EXTINF:-1 tvg-id="RTSH3.al" status="online",RTSH 3 (406p) https://tvlive.rtsh.dev/live/rtsh3ott/playlist.m3u8 -#EXTINF:-1 tvg-id="RTSH24.al" status="online",RTSH 24 (406p) +#EXTINF:-1 tvg-id="RTSH3.al" status="blocked",RTSH 3 (406p) +http://93.157.62.180/RTSH3/index.m3u8 +#EXTINF:-1 tvg-id="RTSH24.al" status="blocked",RTSH 24 (406p) http://93.157.62.180/RTSH24/index.m3u8 #EXTINF:-1 tvg-id="RTSH24.al" status="online",RTSH 24 (406p) [Not 24/7] https://tvlive.rtsh.dev/live/rtsh_24_ott/playlist.m3u8 #EXTINF:-1 tvg-id="RTSHAgro.al" status="online",RTSH Agro (560p) https://tvlive.rtsh.dev/live/rtsh_agro_ott/playlist.m3u8 -#EXTINF:-1 tvg-id="RTSHAgro.al" status="online",RTSH Agro (560p) [Not 24/7] +#EXTINF:-1 tvg-id="RTSHAgro.al" status="blocked",RTSH Agro (560p) [Not 24/7] http://93.157.62.180/RTSHAgro/index.m3u8 #EXTINF:-1 tvg-id="RTSHFemije.al" status="online",RTSH Femijรซ (576p) [Not 24/7] https://tvlive.rtsh.dev/live/rtsh_femije_ott/playlist.m3u8 @@ -197,16 +197,16 @@ http://us.bestvideostreaming.is/8714/playlist.m3u8 http://us.bestvideostreaming.is/8850/playlist.m3u8 #EXTINF:-1 tvg-id="Shqiponja.al" status="online",Shqiponja (720p) [Not 24/7] http://ott.iptvshqipott.com:8080/live/shqiponja/tv/236.m3u8 -#EXTINF:-1 tvg-id="SofiaHD.al" status="online",Sofia HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SofiaHD.al" status="blocked",Sofia HD (1080p) [Not 24/7] http://93.157.62.180/Sofia/index.m3u8 #EXTINF:-1 tvg-id="StarHD.al" status="blocked",Star HD (1080p) [Geo-blocked] http://us.bestvideostreaming.is/8781/playlist.m3u8 -#EXTINF:-1 tvg-id="SyriHD.al" status="online",Syri HD (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SyriHD.al" status="blocked",Syri HD (720p) [Not 24/7] http://93.157.62.180/SyriTV/index.m3u8 -#EXTINF:-1 tvg-id="SyriTV.al" status="error",Syri TV (720p) [Not 24/7] -rtmp://live.syri.tv:8001/input/bluehd #EXTINF:-1 tvg-id="SyriTV.al" status="online",Syri TV (720p) [Not 24/7] http://live.syri.tv:6969/live/syriblue/hd/23.ts +#EXTINF:-1 tvg-id="SyriTV.al" status="error",Syri TV (720p) [Not 24/7] +rtmp://live.syri.tv:8001/input/bluehd #EXTINF:-1 tvg-id="TipTV.al" status="blocked",Tip TV (576p) [Geo-blocked] http://us.bestvideostreaming.is/8776/playlist.m3u8 #EXTINF:-1 tvg-id="TopChannel.al" status="blocked",Top Channel (720p) [Geo-blocked] @@ -215,31 +215,31 @@ http://us.bestvideostreaming.is/8708/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="Tring3.al" status="blocked",Tring 3 (576p) [Geo-blocked] http://us.bestvideostreaming.is/8773/playlist.m3u8 -#EXTINF:-1 tvg-id="TringActionHD.al" status="online",Tring Action HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TringActionHD.al" status="blocked",Tring Action HD (1080p) [Not 24/7] http://93.157.62.180/TringAction/index.m3u8 -#EXTINF:-1 tvg-id="TringComedy.al" status="online",Tring Comedy (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="TringComedy.al" status="blocked",Tring Comedy (576p) [Geo-blocked] http://93.157.62.180/TringComedy/index.m3u8 -#EXTINF:-1 tvg-id="TringFantasy.al" status="online",Tring Fantasy (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="TringFantasy.al" status="blocked",Tring Fantasy (540p) [Geo-blocked] http://93.157.62.180/TringFantasy/index.m3u8 #EXTINF:-1 tvg-id="TringHistory.al" status="blocked",Tring History (576p) [Geo-blocked] http://us.bestvideostreaming.is/8765/playlist.m3u8 -#EXTINF:-1 tvg-id="TringJollyHD.al" status="online",Tring Jolly HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TringJollyHD.al" status="blocked",Tring Jolly HD (1080p) [Not 24/7] http://93.157.62.180/JollyHD/index.m3u8 -#EXTINF:-1 tvg-id="TringKids.al" status="online",Tring Kids (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TringKids.al" status="blocked",Tring Kids (576p) [Not 24/7] http://93.157.62.180/TringKids/index.m3u8 -#EXTINF:-1 tvg-id="TringLife.al" status="online",Tring Life (576p) +#EXTINF:-1 tvg-id="TringLife.al" status="blocked",Tring Life (576p) http://93.157.62.180/TringLife/index.m3u8 -#EXTINF:-1 tvg-id="TringPlanet.al" status="online",Tring Planet (576p) +#EXTINF:-1 tvg-id="TringPlanet.al" status="blocked",Tring Planet (576p) http://93.157.62.180/TringPlanet/index.m3u8 -#EXTINF:-1 tvg-id="TringShqip.al" status="online",Tring Shqip (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TringShqip.al" status="blocked",Tring Shqip (576p) [Not 24/7] http://93.157.62.180/TringShqip/index.m3u8 -#EXTINF:-1 tvg-id="TringSmile.al" status="online",Tring Smile (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TringSmile.al" status="blocked",Tring Smile (576p) [Not 24/7] http://93.157.62.180/TringSmile/index.m3u8 -#EXTINF:-1 tvg-id="TringSuperHD.al" status="online",Tring Super HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TringSuperHD.al" status="blocked",Tring Super HD (1080p) [Not 24/7] http://93.157.62.180/TringSuper/index.m3u8 -#EXTINF:-1 tvg-id="TringTring.al" status="online",Tring Tring (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TringTring.al" status="blocked",Tring Tring (1080p) [Not 24/7] http://93.157.62.180/TringTring/index.m3u8 -#EXTINF:-1 tvg-id="TringWorld.al" status="online",Tring World (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TringWorld.al" status="blocked",Tring World (720p) [Not 24/7] http://93.157.62.180/TringWorld/index.m3u8 #EXTINF:-1 tvg-id="TurboTV.al" status="blocked",Turbo TV (576p) [Geo-blocked] http://us.bestvideostreaming.is/8839/playlist.m3u8 @@ -247,7 +247,7 @@ http://us.bestvideostreaming.is/8839/playlist.m3u8 http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TVApollon.al" status="online",TV Apollon (720p) https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 -#EXTINF:-1 tvg-id="TVDielli.al" status="online",TV Dielli (720p) +#EXTINF:-1 tvg-id="TVDielli.al" status="blocked",TV Dielli (720p) http://93.157.62.180/DielliTV/index.m3u8 #EXTINF:-1 tvg-id="TVKoha.al" status="error",TV Koha (720p) [Offline] rtmp://live.tvkoha.tv/live/koha @@ -257,7 +257,7 @@ http://us.bestvideostreaming.is/8823/playlist.m3u8 http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 #EXTINF:-1 tvg-id="TVPlisi.al" status="blocked",TV Plisi (720p) [Geo-blocked] http://us.bestvideostreaming.is/8735/playlist.m3u8 -#EXTINF:-1 tvg-id="VPlus.al" status="online",V Plus (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VPlus.al" status="blocked",V Plus (720p) [Not 24/7] http://93.157.62.180/VizionPlus/index.m3u8 #EXTINF:-1 tvg-id="ZjarrTelevizion.al" status="online",Zjarr Televizion (360p) [Not 24/7] http://edge01eu.ekranet.com/zjarrtv/index.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index 11b71db32..d5c9b9202 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -14,7 +14,7 @@ http://ott-cdn.ucom.am/s22/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaJanTV.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 ี‹ีกีถ TV (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s42/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) @@ -45,7 +45,7 @@ http://ott-cdn.ucom.am/s48/index.m3u8 http://serv24.vintera.tv:8081/test/h1_arm/index.m3u8 #EXTINF:-1 tvg-id="H1.am" status="online",ิฑีผีกีปีซีถ ีกีฌีซึ„ (1080p) https://amtv1.livestreamingcdn.com/am2abr/index.m3u8 -#EXTINF:-1 tvg-id="ArmeniaTV.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",ิฑึ€ีดีฅีถีซีก TV (1080p) +#EXTINF:-1 tvg-id="ArmeniaTV.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",ิฑึ€ีดีฅีถีซีก TV (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/s4/index.m3u8 #EXTINF:-1 tvg-id="ArmNews.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",ิฑึ€ีดีถีตีธึ‚ีฆ (1080p) [Timeout] @@ -54,10 +54,10 @@ http://ott-cdn.ucom.am/s11/index.m3u8 #EXTINF:-1 tvg-id="YerkirMediaTV.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",ิตึ€ีฏีซึ€ ี„ีฅีคีซีก (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/s7/index.m3u8 -#EXTINF:-1 tvg-id="KentronTV.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",ิฟีฅีถีฟึ€ีธีถ (480p) [Timeout] +#EXTINF:-1 tvg-id="KentronTV.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",ิฟีฅีถีฟึ€ีธีถ (480p) [Timeout] #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/s5/index.m3u8 -#EXTINF:-1 tvg-id="H2.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",ี€2 (480p) +#EXTINF:-1 tvg-id="H2.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",ี€2 (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/s2/index.m3u8 #EXTINF:-1 tvg-id="NorHayastanTV.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",ี†ีธึ€ ี€ีกีตีกีฝีฟีกีถ (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index 26cf8e7ac..f45b85290 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -12,7 +12,7 @@ https://panel.dattalive.com/6605140/6605140/playlist.m3u8 https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-100056.m3u8 #EXTINF:-1 tvg-id="AmericaSports.ar" status="online",Amรฉrica Sports (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnx743KuO_16sCMIbEg7Y7Q/live -#EXTINF:-1 tvg-id="AmericaTV.ar" status="timeout" user-agent="iPhone",Amรฉrica TV (720p) +#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="ArgentinisimaSatelital.ar" status="online",Argentinรญsima Satelital (720p) @@ -23,7 +23,7 @@ http://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 http://www.intelintec.com.ar:9090/hls/canal3pinamar.m3u8 #EXTINF:-1 tvg-id="Canal3Rosario.ar" status="online",Canal 3 Rosario (704p) [Geo-blocked] https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4.ar" status="blocked",Canal 4 (Posadas) (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal4.ar" status="error",Canal 4 (Posadas) (360p) [Geo-blocked] http://184.154.28.210:1935/canal4/canal4/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Balcarce.ar" status="error",Canal 4 Balcarce (480p) [Not 24/7] http://inliveserver.com:1935/8550/8550/playlist.m3u8 @@ -31,11 +31,11 @@ http://inliveserver.com:1935/8550/8550/playlist.m3u8 http://190.52.32.13:1935/canal4/smil:manifest.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Jujuy.ar" status="online",Canal 4 Jujuy (720p) https://5cd577a3dd8ec.streamlock.net/canal4/smil:manifest.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4Posadas.ar" status="blocked",Canal 4 Posadas (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal4Posadas.ar" status="error",Canal 4 Posadas (360p) [Geo-blocked] http://184.154.28.210:1935/canal4/canal4/live.m3u8 #EXTINF:-1 tvg-id="C5N.ar" status="online",Canal 5 Noticias (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/c5n/live -#EXTINF:-1 tvg-id="Canal7SALTA.ar" status="blocked",Canal 7 SALTA (404p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal7SALTA.ar" status="error",Canal 7 SALTA (404p) [Geo-blocked] https://589ff3c36f7e8.streamlock.net/crespo3/crespo3/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9ComodoroRivadavia.ar" status="online",Canal 9 (Comodoro Rivadavia) (576p) [Not 24/7] https://live.canalnueve.tv/canal.m3u8 @@ -52,12 +52,12 @@ https://5f700d5b2c46f.streamlock.net/madryntv/madryntv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal13LaRioja.ar" status="online",Canal 13 La Rioja (480p) http://arcast.net:1935/mp/mp/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) -http://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) http://live-edge02.telecentro.net.ar/live/c26.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) +http://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (720p) http://200.115.193.177/live/26hd-720/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalC.ar" status="error",Canal C (Cรณrdoba | Provincia de Cรณrdoba) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalC.ar" status="online",Canal C (Cรณrdoba | Provincia de Cรณrdoba) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalccordoba #EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="error" user-agent="iPhone",Canal de la Ciudad (720p) [Offline] #EXTVLCOPT:http-user-agent=iPhone @@ -73,7 +73,7 @@ http://www.trimi.com.ar/provincial/streaming/mystream.m3u8 https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8 #EXTINF:-1 tvg-id="CANAL9MULTIVISION.ar" status="online",CANAL.9 MULTIVISION (720p) [Not 24/7] https://panel.dattalive.com/8250/8250/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true #EXTINF:-1 tvg-id="CatacamaTV.ar" status="online",Catacama TV (288p) @@ -86,9 +86,9 @@ https://s8.stweb.tv/chacra/live/playlist.m3u8 https://59537faa0729a.streamlock.net/cincotv/cincotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CINE.AR (720p) [Not 24/7] https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8 -#EXTINF:-1 tvg-id="CiudadTVResistencia.ar" status="error",Ciudad TV Resistencia (Chaco) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CiudadTVResistencia.ar" status="online",Ciudad TV Resistencia (Chaco) (720p) [Not 24/7] http://coninfo.net:1935/chacodxdtv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="CN3Pinamar.ar" status="error",CN3 Pinamar (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CN3Pinamar.ar" status="online",CN3 Pinamar (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CPEtv.ar" status="error",CPEtv (720p) [Offline] https://dcunilive28-lh.akamaihd.net/i/dclive_1@533583/master.m3u8 @@ -100,9 +100,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?feature=emb_title&streaming-ip=https://www.youtube.com/watch?v=gBbMbqILzXU #EXTINF:-1 tvg-id="ElGarageTV.ar" status="online",El Garage TV (480p) [Not 24/7] http://186.0.233.76:1935/Garage/smil:garage.smil/master.m3u8 -#EXTINF:-1 tvg-id="ElOnce.ar" status="error",ElOnce (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ElOnce.ar" status="online",ElOnce (1080p) [Not 24/7] https://elonceovh.elonce.com/hls/live.m3u8 -#EXTINF:-1 tvg-id="Encuentro.ar" status="error",Encuentro (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Encuentro.ar" status="online",Encuentro (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC1zLDoKL-eKmd_K7qkUZ-ow/live #EXTINF:-1 tvg-id="FenixTV.ar" status="online",Fenix TV (Ciudad de La Rioja) (360p) https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 @@ -120,7 +120,7 @@ https://live.flote.app/c32c1a56-1d88-412a-bae1-447ae20c8f18/index.m3u8 http://streamyes.alsolnet.com/mediosrioja/live/playlist.m3u8 #EXTINF:-1 tvg-id="MultivisionFederal.ar" status="online",Multivisiรณn Federal (720p) [Not 24/7] http://panel.dattalive.com:1935/8250/8250/playlist.m3u8 -#EXTINF:-1 tvg-id="MusicTop.ar" status="timeout",MusicTop (720p) +#EXTINF:-1 tvg-id="MusicTop.ar" status="online",MusicTop (720p) http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NetTV.ar" status="online",Net TV (720p) https://unlimited6-cl.dps.live/nettv/nettv.smil/playlist.m3u8 @@ -134,9 +134,9 @@ https://videostream.shockmedia.com.ar:19360/planetamultimedia/planetamultimedia. https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 #EXTINF:-1 tvg-id="QuatroTV.ar" status="error",Quatro TV (540p) [Not 24/7] https://59d52c5a5ce5e.streamlock.net:4443/quatro/quatro/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="online",Radio TV Neuquen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="error",Radio TV Neuquen (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/playlist.m3u8 -#EXTINF:-1 tvg-id="RTN.ar" status="online",RTN (Neuquรฉn) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTN.ar" status="error",RTN (Neuquรฉn) (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/media.m3u8 #EXTINF:-1 tvg-id="SantaMariaTV.ar" status="online",Santa Marรญa TV (360p) [Not 24/7] http://www.trimi.com.ar/santa_maria/streaming/mystream.m3u8 @@ -154,7 +154,7 @@ http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/master.m3u8 http://www.coninfo.net:1935/previsoratv/live/playlist.m3u8 #EXTINF:-1 tvg-id="TelesolTLS.ar" status="online",Telesol (TLS) (432p) [Not 24/7] https://cnnsanjuan.com:9999/live/telesol/playlist.m3u8 -#EXTINF:-1 tvg-id="TelpinCanal2.ar" status="error",Telpin Canal 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelpinCanal2.ar" status="online",Telpin Canal 2 (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/telpintv/smil:ttv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TelpinTV.ar" status="online",Telpin TV (1080p) [Not 24/7] https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 diff --git a/streams/at.m3u b/streams/at.m3u index 5a5c419e8..2b76cee88 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -29,7 +29,7 @@ https://d2i6psfxyapxwi.cloudfront.net/out/v1/f0cc8e3aceb64ad8968231dc5a0041d4/in https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORF2.at" status="error",ORF 2 (540p) [Geo-blocked] https://orf2.mdn.ors.at/out/u/orf2/qxb/manifest.m3u8 -#EXTINF:-1 tvg-id="ORF3.at" status="online",ORF 3 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORF3.at" status="blocked",ORF 3 (720p) [Geo-blocked] https://orf3.mdn.ors.at/out/u/orf3/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORFSportPlus.at" status="blocked",ORF Sport+ (540p) [Geo-blocked] https://orfs.mdn.ors.at/out/u/orfs/qxb/manifest.m3u8 diff --git a/streams/az.m3u b/streams/az.m3u index a9fb1a773..ab94e0b82 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,9 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7] http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8 -#EXTINF:-1 tvg-id="ARB24.az" status="error",ARB 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 -#EXTINF:-1 tvg-id="ARB.az" status="timeout",ARB (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ARB.az" status="error",ARB (576p) [Not 24/7] https://europe2.livetv.az/azerbaijan/arb/playlist.m3u8 #EXTINF:-1 tvg-id="ARBGunes.az" status="blocked",ARB Gรผnษ™ลŸ [Geo-blocked] http://149.255.152.199/arbgunes.m3u8 @@ -33,10 +33,10 @@ https://node19.connect.az:8086/ch1/ch1.hi.m3u8 http://109.205.166.68/server124/idman_az/index.m3u8 #EXTINF:-1 tvg-id="InterAz.az" status="online",ฤฐnterAz (1080p) [Not 24/7] http://yayin.netradyom.com:1935/live/interaz/playlist.m3u8 -#EXTINF:-1 tvg-id="KepezTV.az" status="timeout",Kษ™pษ™z TV (540p) [Not 24/7] -http://streams.livetv.az/arbkepez/live/playlist.m3u8 #EXTINF:-1 tvg-id="KepezTV.az" status="online",Kษ™pษ™z TV (540p) [Not 24/7] http://85.132.81.184:8080/arbkepez/live/index.m3u8 +#EXTINF:-1 tvg-id="KepezTV.az" status="timeout",Kษ™pษ™z TV (540p) [Not 24/7] +http://streams.livetv.az/arbkepez/live/playlist.m3u8 #EXTINF:-1 tvg-id="MedeniyyetTV.az" status="timeout",Mษ™dษ™niyyษ™t TV (404p) [Not 24/7] http://streams.livetv.az/azerbaijan/medeniyyet_stream2/playlist.m3u8 #EXTINF:-1 tvg-id="MuganTV.az" status="online",MuฤŸan TV (1080p) [Not 24/7] @@ -45,7 +45,7 @@ http://cdn10-mugantv.yayin.com.tr/mugantv/mugantv/playlist.m3u8 http://streams.livetv.az/azerbaijan/nax/playlist.m3u8 #EXTINF:-1 tvg-id="NaxcivanTV.az" status="error",Naxรงฤฑvan TV (720p) [Offline] http://canli.naxcivantv.az/media/20210930/index.m3u8 -#EXTINF:-1 tvg-id="QafqazTV.az" status="timeout",Qafqaz TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="QafqazTV.az" status="error",Qafqaz TV (360p) [Not 24/7] https://europe2.livetv.az/azerbaijan/qafqaztv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Qษ™bษ™lษ™ TV (480p) [Not 24/7] https://qebele.tv/live/stream/index.m3u8 diff --git a/streams/bb.m3u b/streams/bb.m3u index 98cd992be..e691be5a7 100644 --- a/streams/bb.m3u +++ b/streams/bb.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="CBCTV8.bb" status="error",CBC TV8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CBCTV8.bb" status="online",CBC TV8 (1080p) [Not 24/7] https://1740288887.rsc.cdn77.org/1740288887/index.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index c59e38d48..f099f53ed 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ATB.bo" status="error",ATB (360p) [Not 24/7] +#EXTINF:-1 tvg-id="ATB.bo" status="online",ATB (360p) [Not 24/7] https://mediacp.hostradios.com.ar:19360/atbcochabamba/atbcochabamba.m3u8 #EXTINF:-1 tvg-id="ATB.bo" status="online",ATB (614p) [Not 24/7] http://186.121.206.197/live/daniel/index.m3u8 @@ -17,7 +17,7 @@ https://cp.sradiotv.com:1936/8058/8058/playlist.m3u8 https://media2.cdnlayer.biz:8081/8026/index.m3u8 #EXTINF:-1 tvg-id="DTVPlay.bo" status="online",DTV Play (Deporte Total) (720p) [Not 24/7] https://tv.portalexpress.es:3044/live/dtplaylive.m3u8 -#EXTINF:-1 tvg-id="MegaTV.bo" status="online",MegaTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MegaTV.bo" status="error",MegaTV (720p) [Not 24/7] 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 @@ -27,13 +27,13 @@ http://live.cdn.comteco.com.bo/comgo/0215/index.m3u8 http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 #EXTINF:-1 tvg-id="RedPatBolivia.bo" status="error",Red Pat Bolivia [Offline] https://5975e06a1f292.streamlock.net:4443/patbolivia/patlapaz/master.m3u8 -#EXTINF:-1 tvg-id="RedUno.bo" status="error",Red Uno (720p) [Not 24/7] -https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x825whp #EXTINF:-1 tvg-id="RedUno.bo" status="online",Red Uno (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x825whp +#EXTINF:-1 tvg-id="RedUno.bo" status="error",Red Uno (720p) [Not 24/7] +https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.dailymotion.com/embed/video/x825whp #EXTINF:-1 tvg-id="RenuevaDigital.bo" status="online",Renueva Digital (720p) https://inliveserver.com:1936/8158/8158/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP.bo" status="online",RTP (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP.bo" status="error",RTP (720p) [Not 24/7] http://136.243.3.70:1935/RtpBolivia/RtpBolivia/playlist.m3u8 #EXTINF:-1 tvg-id="SEOTV.bo" status="online",SEO TV (720p) [Not 24/7] https://panel.seo.tv.bo:3645/live/franzleonel0live.m3u8 @@ -41,9 +41,9 @@ https://panel.seo.tv.bo:3645/live/franzleonel0live.m3u8 https://panel.seo.tv.bo:3182/live/franzleonellive.m3u8 #EXTINF:-1 tvg-id="SEOTVNovelas.bo" status="online",SEO TV Novelas (540p) [Not 24/7] https://panel.seo.tv.bo:3337/live/franzbalboa2live.m3u8 -#EXTINF:-1 tvg-id="TVLatinaCanal42.bo" status="error",TV Latina Canal 42 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVLatinaCanal42.bo" status="online",TV Latina Canal 42 (720p) [Not 24/7] https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 -#EXTINF:-1 tvg-id="TVU.bo" status="online",TVU (276p) [Not 24/7] +#EXTINF:-1 tvg-id="TVU.bo" status="error",TVU (276p) [Not 24/7] http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index 1bcfbe8cd..1e8a84449 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -117,7 +117,7 @@ http://rbc.directradios.com:1935/rbc/rbc/live.m3u8 https://dd8umsy8yf96u.cloudfront.net/live/cnt-curitiba.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="error",Rede Famรญlia (720p) [Not 24/7] +#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="TVGloboRiodeJaneiro.br" status="error",Rede Globo RJ (720p) [Offline] http://live.video.globo.com/h/1402196682759012345678915746027599876543210hM4EA1neMoQoIiUyVn1TNg/k/app/a/A/u/anyone/d/s/hls-globo-rj/playlist.m3u8 @@ -167,7 +167,7 @@ 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="online",TV ALMG (720p) [Timeout] +#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) [Timeout] https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAlternativa.br" status="error",TV Alternativa (614p) [Not 24/7] http://stmv8.conectastm.com/wagner1168/wagner1168/playlist.m3u8 @@ -191,7 +191,7 @@ https://cdn.jmvstream.com/w/LVW-8711/ngrp:LVW8711_tG0F3TEBDL_all/playlist.m3u8 http://tv02.logicahost.com.br:1935/tvcapital/tvcapital/live.m3u8 #EXTINF:-1 tvg-id="TVCarioca.br" status="online",TV Carioca (720p) https://srv5.zcast.com.br/tvcarioca/tvcarioca/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCidadeCanal9.br" status="online",TV Cidade Canal 9 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVCidadeCanal9.br" status="error",TV Cidade Canal 9 (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/tvcidade/tvcidade/playlist.m3u8 #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 @@ -295,9 +295,9 @@ http://cdn.tvmatic.net/fight.m3u8 http://cdn.tvmatic.net/funny.m3u8 #EXTINF:-1 tvg-id="TVMaticTikTok.br" status="timeout",TVMatic TikTok (720p) [Timeout] http://cdn.tvmatic.net/tiktok.m3u8 -#EXTINF:-1 tvg-id="TVNBrasil.br" status="error",TVN Brasil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNBrasil.br" status="online",TVN Brasil (720p) [Not 24/7] http://painelvj.com.br:1935/tvnbrasil/tvnbrasil.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TVNBrasil.br" status="error",TVN Brasil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNBrasil.br" status="online",TVN Brasil (720p) [Not 24/7] http://wz3.dnip.com.br/tvnbrasil/tvnbrasil.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVunisat.br" status="online",TVunisat (360p) [Not 24/7] https://stmv1.srvstm.com/jurandir3193/jurandir3193/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index 0726660d3..7c9a74eb1 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="8kanal.by" status="online",8 ะบะฐะฝะฐะป (ะ’ะธั‚ะตะฑัะบ) (576p) [Not 24/7] http://95.46.208.8:24433/art -#EXTINF:-1 tvg-id="Belarus3.by" status="error",ะ‘ะตะปะฐั€ัƒััŒ 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Belarus3.by" status="online",ะ‘ะตะปะฐั€ัƒััŒ 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) [Timeout] http://95.46.208.8:26258/belarus4 diff --git a/streams/ca.m3u b/streams/ca.m3u index 8ca275f26..d99506685 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -103,7 +103,7 @@ https://rcavlive.akamaized.net/hls/live/696615/xcancbft/master.m3u8 https://rcavlive-dai.akamaized.net/hls/live/696614/cancbftprem/master.m3u8 #EXTINF:-1 tvg-id="ICIRadioCanadaRDI.ca" status="online",ICI RDI (720p) https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8 -#EXTINF:-1 tvg-id="IIPCTV.ca" status="blocked",IIPC TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="IIPCTV.ca" status="online",IIPC TV (480p) [Geo-blocked] https://uni10rtmp.tulix.tv/iipctv/iipctv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ITCTV.ca" status="online",ITC TV (480p) [Geo-blocked] https://dacastmmd.mmdlive.lldns.net/dacastmmd/f05d55e42dc746c8bd36edafbace7cc1/playlist.m3u8 @@ -157,9 +157,9 @@ http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 http://live.tamilvision.tv:8081/TVI/HD/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="online",Tรฉlรฉ Culturelle Mรฉdias (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="error",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live -#EXTINF:-1 tvg-id="TeleMag.ca" status="online",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleMag.ca" status="error",Tรฉlรฉ-Mag Quรฉbec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live #EXTINF:-1 tvg-id="CIVM.ca" status="online",Tรฉlรฉ-Quรฉbec (720p) https://bcovlive-a.akamaihd.net/575d86160eb143458d51f7ab187a4e68/us-east-1/6101674910001/playlist.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index 5fbad7efe..d414e1614 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -17,9 +17,9 @@ https://unlimited6-cl.dps.live/atv/atv.smil/playlist.m3u8 https://livefocamundo.com:8081/arabtv/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="AtacamaTVCopiapo.cl" status="error",Atacama TV (Copiapรณ) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AtacamaTVCopiapo.cl" status="online",Atacama TV (Copiapรณ) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 -#EXTINF:-1 tvg-id="AutonomaTV.cl" status="error",Autonoma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AutonomaTV.cl" status="online",Autonoma TV (720p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8144/8144/playlist.m3u8 #EXTINF:-1 tvg-id="AysenTV.cl" status="online",Aysรฉn TV (720p) [Not 24/7] https://v2.tustreaming.cl/aysentv/playlist.m3u8 @@ -103,7 +103,7 @@ https://stmv.panel.mivideo.pro/ekiztv/ekiztv/playlist.m3u8 https://iptv-all.lanesh4d0w.codes/m3u8/elpinguino_cl.m3u8 #EXTINF:-1 tvg-id="ElionCanalDigital.cl" status="online",Elion Canal Digital (Chillan) (288p) [Not 24/7] https://paneltv.online:1936/8154/8154/playlist.m3u8 -#EXTINF:-1 tvg-id="EnerGeek.cl" status="online",EnerGeek (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EnerGeek.cl" status="error",EnerGeek (720p) [Not 24/7] https://stmv1.voxhdnet.com/energeek/energeek/playlist.m3u8 #EXTINF:-1 tvg-id="EstacionTV.cl" status="online",Estaciรณn TV (720p) [Not 24/7] http://unlimited1-us.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 @@ -135,9 +135,9 @@ https://video01.logicahost.com.br/interradiofrutillar/smil:transcoder.smil/playl https://unlimited1-us.dps.live/itv/itv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ITVPatagonia.cl" status="timeout",ITV Patagonia (720p) [Timeout] https://unlimited1-cl.dps.live/itv/itv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="LaGranjaTV.cl" status="error",La Granja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaGranjaTV.cl" status="online",La Granja TV (720p) [Not 24/7] https://5eae379fb77bb.streamlock.net/8126/8126/playlist.m3u8 -#EXTINF:-1 tvg-id="LaPopularTVSalamanca.cl" status="error",La Popular TV (Salamanca) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaPopularTVSalamanca.cl" status="online",La Popular TV (Salamanca) (720p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8076/ngrp:8076/playlist.m3u8 #EXTINF:-1 tvg-id="LaRed.cl" status="timeout",La Red (720p) [Not 24/7] https://unlimited1-cl-movistar.dps.live/lared/lared.smil/playlist.m3u8 @@ -203,9 +203,9 @@ https://5eff35271151c.streamlock.net:1936/8064/8064/playlist.m3u8 https://5eff35271151c.streamlock.net:1936/8096/8096/playlist.m3u8 #EXTINF:-1 tvg-id="RadioMaxima949FMSB.cl" status="online",Radio Maxima 94.9 FM SB (720p) [Not 24/7] http://server1.oklanet.cl:1935/maximavideo1/maximavideo1/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioRancaguaFM.cl" status="online",Radio Rancagua FM (768p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioRancaguaFM.cl" status="error",Radio Rancagua FM (768p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8056/8056/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioRitmoFM.cl" status="error",Radio Ritmo FM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioRitmoFM.cl" status="online",Radio Ritmo FM (720p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8032/8032/playlist.m3u8 #EXTINF:-1 tvg-id="RadioUniem.cl" status="online",Radio Uniem (480p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8110/8110/playlist.m3u8 @@ -233,7 +233,7 @@ https://tls.cdnz.cl/rewindtv/rewindtv/playlist.m3u8 http://evo.eltelon.com:1935/live/rocco-tv/playlist.m3u8 #EXTINF:-1 tvg-id="RuidosFM.cl" status="online",Ruidos FM (720p) https://593b04c4c5670.streamlock.net/8038/8038/playlist.m3u8 -#EXTINF:-1 tvg-id="SantaMariaTelevision.cl" status="online",Santa Marรญa Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SantaMariaTelevision.cl" status="error",Santa Marรญa Televisiรณn (720p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/smtv/smtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SellodeRaza.cl" status="online",Sello de Raza (720p) [Not 24/7] https://v2.tustreaming.cl/mastermedia/playlist.m3u8 @@ -257,11 +257,11 @@ https://unlimited1-us.dps.live/teletrak/teletrak.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] +#EXTINF:-1 tvg-id="TNE.cl" status="timeout",TNE (720p) [Not 24/7] https://v2.tustreaming.cl/tnetv/index.m3u8 #EXTINF:-1 tvg-id="TurfMovil.cl" status="online",Turf Mรณvil (720p) https://janus.tvturf.cl/playlist/stream.m3u8 @@ -273,7 +273,7 @@ https://unlimited6-cl.dps.live/tv5/tv5.smil/playlist.m3u8 https://593b04c4c5670.streamlock.net/8014/8014/playlist.m3u8 #EXTINF:-1 tvg-id="TVCosta.cl" status="online",TV Costa (720p) [Not 24/7] http://cdn.streamingmedia.cl:1935/live/canalcosta/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCostaSanAntonio.cl" status="online",TV Costa (San Antonio) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVCostaSanAntonio.cl" status="error",TV Costa (San Antonio) (720p) [Not 24/7] https://hd.chileservidores.cl:1936/tvcosta1/tvcosta1/playlist.m3u8 #EXTINF:-1 tvg-id="TVElquiLaSerena.cl" status="error",TV Elqui (La Serena) (720p) [Offline] https://5eff35271151c.streamlock.net:1936/8070/8070/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index e9674f7b6..d19e03607 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -13,12 +13,6 @@ http://183.207.248.71/gitv/live1/G_CCTV-1/G_CCTV-1 http://223.110.245.139/PLTV/4/224/3221225852/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (576p) [Offline] http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225852/index.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) -http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv1/HD-2500k-1080P-cctv1 -#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) -http://223.110.245.170/PLTV/3/224/3221225530/index.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) -http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225618/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) @@ -29,7 +23,13 @@ http://117.169.120.140:8080/live/cctv-1/.m3u8 http://183.207.249.9/PLTV/3/224/3221225530/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) http://183.207.249.15/PLTV/3/224/3221225530/index.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="error",CCTV-1็ปผๅˆ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) +http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv1/HD-2500k-1080P-cctv1 +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) +http://223.110.245.170/PLTV/3/224/3221225530/index.m3u8 +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) +http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 +#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/cctv1hd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) [Not 24/7] http://223.110.243.138/PLTV/3/224/3221226316/index.m3u8 @@ -42,11 +42,11 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) [Timeout] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=29&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) [Timeout] +http://183.207.248.71/cntv/live1/cctv-1/cctv-1 +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) [Timeout] http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221226316/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1็ปผๅˆ (1080p) [Timeout] http://223.110.245.170/PLTV/3/224/3221226316/index.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1็ปผๅˆ (1080p) [Timeout] -http://183.207.248.71/cntv/live1/cctv-1/cctv-1 #EXTINF:-1 tvg-id="CCTV2.cn" status="error",CCTV-2่ดข็ป (360p) [Offline] http://125.210.152.10:8060/live/CCTV2HD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (360p) [Timeout] @@ -55,20 +55,20 @@ http://125.210.152.18:9090/live/CCTV2HD_H265.m3u8 http://112.25.48.68/live/program/live/cctv2/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (576p) http://39.134.66.66/PLTV/88888888/224/3221225599/index.m3u8 -#EXTINF:-1 tvg-id="CCTV2.cn" status="error",CCTV-2่ดข็ป (576p) [Offline] +#EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (576p) [Offline] http://183.207.248.71/gitv/live1/G_CCTV-2/G_CCTV-2 #EXTINF:-1 tvg-id="CCTV2.cn" status="error",CCTV-2่ดข็ป (576p) [Offline] http://183.207.249.13/PLTV/4/224/3221225881/index.m3u8 -#EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) +#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 +#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225643/index.m3u8 +#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) +http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=10&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="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) http://223.110.245.170/PLTV/3/224/3221227207/index.m3u8 -#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 -#EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2่ดข็ป (1080p) -http://117.169.120.140:8080/live/cctv-2/.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) [Timeout] http://39.134.39.39/PLTV/88888888/224/3221226220/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="timeout",CCTV-2่ดข็ป (1080p) [Timeout] @@ -79,17 +79,11 @@ http://183.207.248.71/cntv/live1/cctv-2/cctv-2 http://newvideo.dangtutv.cn:8278/CCTVzongyi/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (576p) [Offline] http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 -#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) -http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv3/HD-2500k-1080P-cctv3 -#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) -http://183.207.249.6/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225647/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) -http://39.135.38.165:6610/000000001000/1000000001000011218/1.m3u8?IASHttpSessionId=OTT16157620200202041417014267&fmt=ts2hls&u=45768392 -#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225647/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://112.25.48.68/live/program/live/cctv3hd/4000000/mnf.m3u8 @@ -98,9 +92,15 @@ http://117.169.120.140:8080/live/cctv-3/.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://183.207.249.5/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) +http://183.207.249.6/PLTV/3/224/3221225588/index.m3u8 +#EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://183.207.249.14/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="online",CCTV-3็ปผ่‰บ (1080p) http://183.207.249.35/PLTV/4/224/3221227295/index.m3u8 +#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) +http://39.135.38.165:6610/000000001000/1000000001000011218/1.m3u8?IASHttpSessionId=OTT16157620200202041417014267&fmt=ts2hls&u=45768392 +#EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) +http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv3/HD-2500k-1080P-cctv3 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/cctv-3/cctv-3 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (1080p) [Offline] @@ -119,22 +119,16 @@ http://cctvalih5ca.v.myalicdn.com/live/cctveurope_2/index.m3u8 https://cctvcnch5ca.v.wscdns.com/live/cctvamerica_2/index.m3u8 #EXTINF:-1 tvg-id="" status="error",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (360p) [Offline] https://cctvcnch5ca.v.wscdns.com/live/cctveurope_2/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (540p) +#EXTINF:-1 tvg-id="" status="online",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (540p) http://112.25.48.68/live/program/live/cctv4/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (576p) http://111.63.117.13:6060/030000001000/CCTV-4/CCTV-4.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (576p) [Not 24/7] http://183.207.248.71/gitv/live1/CCTV-4/CCTV-4 -#EXTINF:-1 tvg-id="" status="error",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (576p) [Offline] -http://183.207.249.15/PLTV/4/224/3221225781/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (576p) [Offline] http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225781/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) -http://183.207.248.71/cntv/live1/cctv-4/cctv-4 -#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) -http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) -http://223.110.245.170/PLTV/3/224/3221225534/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (576p) [Offline] +http://183.207.249.15/PLTV/4/224/3221225781/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) @@ -145,18 +139,18 @@ http://117.169.120.140:8080/live/cctv-4/.m3u8 http://183.207.249.6/PLTV/3/224/3221225534/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) http://183.207.249.11/PLTV/3/224/3221225534/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) +http://183.207.248.71/cntv/live1/cctv-4/cctv-4 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) +http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) +http://223.110.245.170/PLTV/3/224/3221225534/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) [Not 24/7] 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=26&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="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=26&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="timeout",CCTV-4ไธญๆ–‡ๅ›ฝ้™… (1080p) [Timeout] http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227378/index.m3u8 -#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) -http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus -#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) -http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus -#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) -http://223.110.245.139/PLTV/4/224/3221227480/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://39.134.66.66/PLTV/88888888/224/3221225507/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) @@ -169,6 +163,12 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225649/index.m3u8 http://117.169.120.132:8080/live/hdcctv05plus/playlist.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="online",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) http://183.207.249.14/PLTV/3/224/3221225604/index.m3u8 +#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) +http://183.207.248.71/cntv/live1/CCTV5+/hdcctv05plus +#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) +http://183.207.248.71/cntv/live1/hdcctv05plus/hdcctv05plus +#EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) +http://223.110.245.139/PLTV/4/224/3221227480/index.m3u8 #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) [Timeout] 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=36&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV5Plus.cn" status="timeout",CCTV-5+ไฝ“่‚ฒ่ต›ไบ‹ (1080p) [Timeout] @@ -179,8 +179,14 @@ http://hbry.chinashadt.com:1938/live/1004.stream_360p/playlist.m3u8 http://cctvalih5ca.v.myalicdn.com/live/cctv5_2/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (576p) [Offline] http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221226362/index.m3u8 -#EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) +#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 +#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225648/index.m3u8 +#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) +http://183.207.249.35/PLTV/4/224/3221227381/index.m3u8 +#EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) +http://112.25.48.68/live/program/live/cctv5hd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=32&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="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) @@ -189,12 +195,6 @@ http://223.110.243.137/PLTV/3/224/3221227478/index.m3u8 http://223.110.245.136/PLTV/3/224/3221227166/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) http://223.110.245.170/PLTV/3/224/3221227166/index.m3u8 -#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225648/index.m3u8 -#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) -http://112.25.48.68/live/program/live/cctv5hd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) -http://183.207.249.35/PLTV/4/224/3221227381/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv5/HD-2500k-1080P-cctv5 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) [Offline] @@ -213,10 +213,6 @@ http://223.110.245.139/PLTV/4/224/3221227298/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227298/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="timeout",CCTV-5ไฝ“่‚ฒ (1080p) [Timeout] http://ott.js.chinamobile.com/PLTV/3/224/3221227166/index.m3u8 -#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) -http://223.110.245.139/ott.js.chinamobile.com/PLTV/3/224/3221227209/index.m3u8 -#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) -http://223.110.245.172/PLTV/3/224/3221225548/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225632/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) @@ -229,10 +225,14 @@ http://183.207.248.37/PLTV/3/224/3221227209/index.m3u8 http://183.207.249.9/PLTV/3/224/3221225548/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) http://183.207.249.15/PLTV/3/224/3221225548/index.m3u8 -#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) [Not 24/7] -http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv6/HD-2500k-1080P-cctv6 +#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) +http://223.110.245.139/ott.js.chinamobile.com/PLTV/3/224/3221227209/index.m3u8 +#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) +http://223.110.245.172/PLTV/3/224/3221225548/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="online",CCTV-6็”ตๅฝฑ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/cctv6hd/4000000/mnf.m3u8 +#EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) [Not 24/7] +http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv6/HD-2500k-1080P-cctv6 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) [Offline] http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225548/index.m3u8 #EXTINF:-1 tvg-id="CCTV6.cn" status="timeout",CCTV-6็”ตๅฝฑ (1080p) [Offline] @@ -251,10 +251,8 @@ http://223.110.245.173/PLTV/3/224/3221225548/index.m3u8 http://cctvalih5ca.v.myalicdn.com/live/cctv7_2/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (360p) [Timeout] http://125.210.152.18:9090/live/CCTV7HD_H265.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (540p) +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (540p) http://112.25.48.68/live/program/live/cctv7/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) -http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=28&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://39.134.66.66/PLTV/88888888/224/3221225671/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) @@ -268,13 +266,15 @@ http://117.169.120.140:8080/live/cctv-7/.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.248.10/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) -http://183.207.248.71/cntv/live1/cctv-7/cctv-7 -#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) http://183.207.249.36/PLTV/4/224/3221227314/index.m3u8 +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) +http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=28&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) +http://183.207.248.71/cntv/live1/cctv-7/cctv-7 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) [Not 24/7] http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=028&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7ๅ›ฝ้˜ฒๅ†›ไบ‹ (1080p) [Not 24/7] @@ -283,16 +283,6 @@ http://116.199.5.51:8114/index.m3u8?Fsv_chan_hls_se_idx=28&Fsv_ctype=LIVES&Fsv_o http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=28&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (576p) [Offline] http://183.207.248.71/gitv/live1/G_CCTV-8/G_CCTV-8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) -http://183.207.248.71/cntv/live1/cctv-8/cctv-8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) -http://223.110.243.171/PLTV/3/224/3221227204/index.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) -http://223.110.245.139/PLTV/4/224/3221227304/index.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) -http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) -http://223.110.245.170/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225631/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) @@ -307,9 +297,19 @@ http://117.169.120.140:8080/live/cctv-8/.m3u8 http://183.207.248.12/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) +http://183.207.248.71/cntv/live1/cctv-8/cctv-8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) +http://223.110.243.171/PLTV/3/224/3221227204/index.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) +http://223.110.245.139/PLTV/4/224/3221227304/index.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) +http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) +http://223.110.245.170/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) [Not 24/7] 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=21&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="CCTV8.cn" status="online",CCTV-8็”ต่ง†ๅ‰ง (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv8/HD-2500k-1080P-cctv8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8็”ต่ง†ๅ‰ง (1080p) [Timeout] http://39.134.39.39/PLTV/88888888/224/3221226257/index.m3u8 @@ -343,12 +343,6 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://cctvalih5ca.v.myalicdn.com/live/cctv10_2/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (720p) [Timeout] http://125.210.152.18:9090/live/CCTV10HD_H265.m3u8 -#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) -http://183.207.248.71/cntv/live1/cctv-10/cctv-10 -#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) -http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227317/index.m3u8 -#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) -http://223.110.245.170/PLTV/3/224/3221225550/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="online",CCTV-10็ง‘ๆ•™ (1080p) http://39.134.66.66/PLTV/88888888/224/3221225677/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="online",CCTV-10็ง‘ๆ•™ (1080p) @@ -361,6 +355,12 @@ http://117.169.120.140:8080/live/cctv-10/.m3u8 http://183.207.249.7/PLTV/3/224/3221225550/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="online",CCTV-10็ง‘ๆ•™ (1080p) http://183.207.249.34/PLTV/4/224/3221227317/index.m3u8 +#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) +http://183.207.248.71/cntv/live1/cctv-10/cctv-10 +#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) +http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227317/index.m3u8 +#EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) +http://223.110.245.170/PLTV/3/224/3221225550/index.m3u8 #EXTINF:-1 tvg-id="CCTV10.cn" status="timeout",CCTV-10็ง‘ๆ•™ (1080p) [Not 24/7] 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=4&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="CCTV11.cn" status="error",CCTV-11ๆˆๆ›ฒ (360p) [Not 24/7] @@ -371,12 +371,12 @@ http://112.25.48.68/live/program/live/cctv11/1300000/mnf.m3u8 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=53&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="CCTV11.cn" status="timeout",CCTV-11ๆˆๆ›ฒ (720p) [Timeout] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=53&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="CCTV11.cn" status="timeout",CCTV-11ๆˆๆ›ฒ (1080p) -http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227384/index.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11ๆˆๆ›ฒ (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225628/index.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="online",CCTV-11ๆˆๆ›ฒ (1080p) http://117.169.120.140:8080/live/cctv-11/.m3u8 +#EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11ๆˆๆ›ฒ (1080p) +http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227384/index.m3u8 #EXTINF:-1 tvg-id="CCTV11.cn" status="timeout",CCTV-11ๆˆๆ›ฒ (1080p) [Timeout] http://223.110.245.169/PLTV/4/224/3221227384/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="error",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (360p) [Offline] @@ -387,12 +387,6 @@ http://112.25.48.68/live/program/live/cctv12/1300000/mnf.m3u8 http://183.207.249.5/PLTV/4/224/3221225803/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (720p) [Timeout] http://125.210.152.18:9090/live/CCTV12HD_H265.m3u8 -#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) -http://183.207.248.71/cntv/live1/cctv-12/cctv-12 -#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) -http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221225556/index.m3u8 -#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) -http://223.110.245.172/PLTV/3/224/3221225556/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) http://39.134.66.66/PLTV/88888888/224/3221225669/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) @@ -403,6 +397,12 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225629/index.m3u8 http://183.207.249.7/PLTV/3/224/3221225556/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="online",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) http://183.207.249.8/PLTV/3/224/3221225556/index.m3u8 +#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) +http://183.207.248.71/cntv/live1/cctv-12/cctv-12 +#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) +http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221225556/index.m3u8 +#EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) +http://223.110.245.172/PLTV/3/224/3221225556/index.m3u8 #EXTINF:-1 tvg-id="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) [Not 24/7] 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=34&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="CCTV12.cn" status="timeout",CCTV-12็คพไผšไธŽๆณ•ๅˆถ (1080p) [Not 24/7] @@ -415,7 +415,7 @@ http://cctvalih5ca.v.myalicdn.com/live/cctv13_2/index.m3u8 http://112.25.48.68/live/program/live/cctvxw/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13ๆ–ฐ้—ป (576p) [Not 24/7] 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=64&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="CCTV13.cn" status="online",CCTV-13ๆ–ฐ้—ป (576p) [Offline] +#EXTINF:-1 tvg-id="CCTV13.cn" status="error",CCTV-13ๆ–ฐ้—ป (576p) [Offline] http://stream4.jlntv.cn/cctv13/sd/live.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13ๆ–ฐ้—ป (576p) [Timeout] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=64&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= @@ -425,13 +425,13 @@ http://125.210.152.18:9090/live/CCTV13_750.m3u8 http://39.135.138.59:18890/PLTV/88888910/224/3221225638/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13ๆ–ฐ้—ป (720p) http://117.169.120.140:8080/live/cctv-13/.m3u8 -#EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13ๆ–ฐ้—ป (1080p) +#EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13ๆ–ฐ้—ป (1080p) http://183.207.248.71/cntv/live1/cctv-13/cctv-13 -#EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13ๆ–ฐ้—ป (1080p) -http://183.207.249.36/PLTV/4/224/3221227387/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13ๆ–ฐ้—ป (1080p) http://183.207.249.14/PLTV/3/224/3221225560/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13ๆ–ฐ้—ป (1080p) +http://183.207.249.36/PLTV/4/224/3221227387/index.m3u8 +#EXTINF:-1 tvg-id="CCTV13.cn" status="online",CCTV-13ๆ–ฐ้—ป (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225638/index.m3u8 #EXTINF:-1 tvg-id="CCTV13.cn" status="timeout",CCTV-13ๆ–ฐ้—ป (1080p) [Not 24/7] http://223.110.245.170/PLTV/3/224/3221225560/index.m3u8 @@ -539,15 +539,15 @@ http://39.134.66.66/PLTV/88888888/224/3221225525/index.m3u8 http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221227019/index.m3u8 #EXTINF:-1 tvg-id="" status="online",SiTVไธƒๅฝฉๆˆๅ‰ง (540p) [Not 24/7] http://112.25.48.68/live/program/live/qcxj/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SiTVไธœๆ–น่ดข็ป (540p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",SiTVไธœๆ–น่ดข็ป (540p) [Not 24/7] http://112.25.48.68/live/program/live/dfcj/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="online",SiTVๅ…จ็บชๅฎžๅฐ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",SiTVๅ…จ็บชๅฎžๅฐ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/qjshd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="online",SiTVๅŠจๆผซ็ง€ๅœบ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",SiTVๅŠจๆผซ็ง€ๅœบ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/dmxchd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",SiTVๅŠฒ็ˆ†ไฝ“่‚ฒ (1080p) [Not 24/7] 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=74&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",SiTVๅŠฒ็ˆ†ไฝ“่‚ฒ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",SiTVๅŠฒ็ˆ†ไฝ“่‚ฒ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/jbtyhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",SiTVๅนธ็ฆๅฝฉ (1080p) [Not 24/7] 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=73&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= @@ -557,20 +557,20 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://112.25.48.68/live/program/live/xsjhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",SiTVๆž้€Ÿๆฑฝ่ฝฆ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/jsqchd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SiTVๆฌข็ฌ‘ๅ‰งๅœบ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",SiTVๆฌข็ฌ‘ๅ‰งๅœบ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/hxjchd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",SiTVๆณ•ๆฒปๅคฉๅœฐ (540p) [Not 24/7] http://112.25.48.68/live/program/live/fztd/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SiTVๆธธๆˆ้ฃŽไบ‘ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",SiTVๆธธๆˆ้ฃŽไบ‘ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/yxfyhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",SiTV็”Ÿๆดปๆ—ถๅฐš (1080p) [Not 24/7] http://112.25.48.68/live/program/live/shsshd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SiTV้ƒฝๅธ‚ๅ‰งๅœบ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",SiTV้ƒฝๅธ‚ๅ‰งๅœบ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/dsjchd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SiTV้ญ…ๅŠ›่ถณ็ƒ (1080p) [Not 24/7] -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=76&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",SiTV้ญ…ๅŠ›่ถณ็ƒ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/mlyyhd/4000000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",SiTV้ญ…ๅŠ›่ถณ็ƒ (1080p) [Not 24/7] +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=76&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="timeout",TVB ๆ˜Ž็ ๅฐ (240p) [Timeout] http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=12?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_filetype=1&Fsv_otype=1&Fsv_rate_id=2&FvSeid=1&Pcontent_id=8114.m3u8&Provider_id=0 #EXTINF:-1 tvg-id="" status="timeout",TVBๆ˜Ž็ ๅฐ (480p) [Timeout] @@ -605,7 +605,7 @@ http://stream.smntv.cn/smtv1/playlist.m3u8 http://112.25.48.68/live/program/live/wypdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="error",ไธŠๆตทไธœๆ–นๅซ่ง† [Offline] http://ivi.bupt.edu.cn/hls/dfhd.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ไธŠๆตทไธœๆ–นๅฝฑ่ง† (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ไธŠๆตทไธœๆ–นๅฝฑ่ง† (1080p) [Not 24/7] http://112.25.48.68/live/program/live/dsjpdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธŠๆตทไบ”ๆ˜Ÿไฝ“่‚ฒ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/ssty/4000000/mnf.m3u8 @@ -627,7 +627,7 @@ http://112.25.48.68/live/program/live/setv/1300000/mnf.m3u8 http://live.setv.sh.cn/slive/shedu02_1200k.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธŠๆตทๆ–ฐ้—ป็ปผๅˆ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/xwzhhd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="error",ไธŠๆตท็ฌฌไธ€่ดข็ป (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ไธŠๆตท็ฌฌไธ€่ดข็ป (1080p) [Not 24/7] http://112.25.48.68/live/program/live/dycjhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธŠๆตท็บชๅฎž (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225654/index.m3u8 @@ -635,7 +635,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225654/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225655/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธŠๆตท่ฟ™ไธ€ๅˆป้ญ”้ƒฝ็œผ (720p) [Not 24/7] http://bililive.kksmg.com/hls/sdi80/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ไธŠๆตท้ƒฝๅธ‚ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ไธŠๆตท้ƒฝๅธ‚ (1080p) [Not 24/7] http://112.25.48.68/live/program/live/ylpdhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธŠๆตท้‡‘ๅฑฑ็”ต่ง†ๅฐ (270p) http://live.mudu.tv/watch/4zbn2f.m3u8 @@ -651,11 +651,11 @@ http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 http://39.134.65.162/PLTV/88888888/224/3221225500/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๅ—ๅซ่ง† (576p) http://183.207.249.15/PLTV/4/224/3221225816/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ไธœๅ—ๅซ่ง† (1080p) -http://112.25.48.68/live/program/live/dnwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๅ—ๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225657/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๅ—ๅซ่ง† (1080p) +http://112.25.48.68/live/program/live/dnwshd/4000000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="online",ไธœๅ—ๅซ่ง† (1080p) http://117.169.120.140:8080/live/dongnanstv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธœๅ—ๅซ่ง† (1080p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=23&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= @@ -665,8 +665,6 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://223.110.254.205:6610/cntv/live1/n-dongnanstv/n-dongnanstv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธœไนก็”ต่ง†ๅฐ [Timeout] http://117.156.28.119/270000001111/1110000131/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ไธœๆ–นๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227597/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๆ–นๅซ่ง† (1080p) http://39.134.66.66/PLTV/88888888/224/3221225672/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๆ–นๅซ่ง† (1080p) @@ -677,6 +675,8 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225659/index.m3u8 http://112.25.48.68/live/program/live/hddfws/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ไธœๆ–นๅซ่ง† (1080p) http://183.207.249.7/PLTV/4/224/3221227396/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ไธœๆ–นๅซ่ง† (1080p) +http://ott.js.chinamobile.com/PLTV/3/224/3221227597/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธœๆ–นๅซ่ง† (1080p) [Not 24/7] http://223.110.243.138/ott.js.chinamobile.com/PLTV/3/224/3221227208/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธœๆ–นๅซ่ง† (1080p) [Not 24/7] @@ -739,7 +739,7 @@ http://live.ilinyi.net/channels/tvie/linyigonggong/flv:500k/live http://live.ilinyi.net/channels/tvie/linyicaijing/flv:500k/live #EXTINF:-1 tvg-id="" status="blocked",ไนๆธ…ๆ–ฐ้—ป [Geo-blocked] http://33809.hlsplay.aodianyun.com/guangdianyun_33809/tv_channel_170.m3u8 -#EXTINF:-1 tvg-id="" status="error",ไนๆธ…็”Ÿๆดป [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",ไนๆธ…็”Ÿๆดป [Geo-blocked] http://33809.hlsplay.aodianyun.com/guangdianyun_33809/tv_channel_171.m3u8 #EXTINF:-1 tvg-id="" status="online",ไบ‘ๅ— โ…  ๆ–‡ๅฑฑๅ…ฌๅ…ฑๅฐ (1080p) http://tvdrs.wsrtv.com.cn:8100/channellive/ch2.flv @@ -751,14 +751,14 @@ http://file.hhtv.cc/cms/videos/nmip-media/channellive/channel1/playlist.m3u8 http://yntvpullhls.ynradio.com/live/yunnangonggong/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ไบ‘ๅ—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/ynws/1300000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="online",ไบ‘ๅ—ๅซ่ง† (576p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225664/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบ‘ๅ—ๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_YUNNAN/G_YUNNAN #EXTINF:-1 tvg-id="" status="timeout",ไบ‘ๅ—ๅซ่ง† (576p) http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225838/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบ‘ๅ—ๅซ่ง† (576p) http://223.110.245.173/PLTV/4/224/3221225838/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ไบ‘ๅ—ๅซ่ง† (576p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225664/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบ‘ๅ—ๅซ่ง† (576p) [Not 24/7] http://183.207.248.71/cntv/live1/yunnanstv/yunnanstv #EXTINF:-1 tvg-id="" status="timeout",ไบ‘ๅ—ๅซ่ง† (576p) [Timeout] @@ -783,7 +783,7 @@ http://yntvpullhls.ynradio.com/live/yunnanshenghuo/playlist.m3u8 http://39.130.202.81:6610/gitv_live/G_YNTV-2-HD/G_YNTV-2-HD.m3u8 #EXTINF:-1 tvg-id="" status="error",ไบ‘ๅ—้ƒฝๅธ‚ [Offline] http://yntvpullhls.ynradio.com/live/yunnandushi/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ไบ‘ๆตฎ็ปผๅˆ (480p) +#EXTINF:-1 tvg-id="" status="online",ไบ‘ๆตฎ็ปผๅˆ (480p) http://dslive.grtn.cn/yfzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบ”ๆ˜Ÿไฝ“่‚ฒ (720p) [Timeout] http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221226799/index.m3u8 @@ -793,13 +793,13 @@ http://174.127.67.246/live330/playlist.m3u8 http://sxjc.chinashadt.com:2036/live/stream:jctv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบฌ่ง†ๅ‰งๅœบ (576p) [Timeout] http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221227040/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ไบณๅทžๅ†œๆ‘ (360p) [Timeout] +#EXTINF:-1 tvg-id="" status="timeout",ไบณๅทžๅ†œๆ‘ (360p) [Timeout] http://220.180.110.101:8083/videos/live/39/13/o4ncrHkSp7q09/o4ncrHkSp7q09.m3u8 #EXTINF:-1 tvg-id="" status="online",ไบณๅทžๆ–ฐ่ž้ ป้“ (360p) http://220.180.110.101:8083/videos/live/33/59/NC7XQdEveyncq/NC7XQdEveyncq.m3u8 #EXTINF:-1 tvg-id="" status="error",ไปŠๆ—ฅไฟ„็ฝ—ๆ–ฏ (720p) [Offline] https://rt-news-gd.secure2.footprint.net/1103_2500Kb.m3u8 -#EXTINF:-1 tvg-id="" status="error",ไป™ๆกƒๆ–ฐ่ž็ถœๅˆ (576p) [Offline] +#EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒๆ–ฐ่ž็ถœๅˆ (576p) [Offline] http://221.233.242.239:280/live/71/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) [Offline] http://221.233.242.239:280/live/72/playlist.m3u8 @@ -843,14 +843,14 @@ http://39.134.65.162/PLTV/88888888/224/3221225577/index.m3u8 http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221225836/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ†…่’™ๅคๅซ่ง† (480p) [Timeout] 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=17&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="timeout",ๅ†…่’™ๅคๅซ่ง† (576p) -http://183.207.248.71/gitv/live1/G_NEIMENGGU/G_NEIMENGGU #EXTINF:-1 tvg-id="" status="online",ๅ†…่’™ๅคๅซ่ง† (576p) http://39.134.66.66/PLTV/88888888/224/3221225577/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ†…่’™ๅคๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225667/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ†…่’™ๅคๅซ่ง† (576p) http://117.169.120.140:8080/live/neimenggustv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅ†…่’™ๅคๅซ่ง† (576p) +http://183.207.248.71/gitv/live1/G_NEIMENGGU/G_NEIMENGGU #EXTINF:-1 tvg-id="" status="timeout",ๅ†…่’™ๅคๅซ่ง† (576p) [Timeout] http://223.110.245.173/PLTV/4/224/3221225836/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ†…่’™่’™่ฏญ (240p) @@ -889,9 +889,9 @@ http://m-tvlmedia.public.bcs.ysten.com/ysten-bussiness/live/fhzixun/1.m3u8 http://183.207.249.35/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐ้ฆ™ๆธฏ (720p) [Timeout] http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๅ‡คๅฐๆ–‡ๅŒ–็”Ÿๆดป (576p) [Not 24/7] +#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="error",ๅ‡คๅฐ็ปผๅˆ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ๅ‡คๅฐ็ปผๅˆ (576p) [Not 24/7] http://60.175.115.119:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅˆฉๅทๅ…ฌๅ…ฑ (180p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 @@ -915,12 +915,18 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://39.134.66.66/PLTV/88888888/224/3221225562/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅก้…ทๅฐ‘ๅ„ฟ (576p) [Timeout] 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=108&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="error",ๅŒ—ไบฌๅซ่ง† (576p) [Offline] +#EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (576p) [Offline] http://183.207.248.71/gitv/live1/G_BEIJING/G_BEIJING -#EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) +#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225674/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-beijingstv/HD-2500k-1080P-beijingstv -#EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) +#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) +http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) http://223.110.243.173/PLTV/3/224/3221227246/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) @@ -931,12 +937,6 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227436/index.m3u8 http://223.110.245.173/PLTV/4/224/3221227390/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221225574/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225674/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) -http://183.207.249.8/PLTV/3/224/3221225574/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅŒ—ไบฌๅซ่ง† (1080p) [Not 24/7] http://112.25.48.68/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅŒ—ไบฌๅซ่ง† (1080p) [Timeout] @@ -981,7 +981,7 @@ http://117.156.28.119/270000001111/1110000148/index.m3u8 http://hls-ott-zhibo.wasu.tv/live/442/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ—ไบฌไฟกๆฏ (720p) http://live.nbs.cn/channels/njtv/xxpd/m3u8:500k/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ—ไบฌๅๅ…ซ (576p) [Timeout] +#EXTINF:-1 tvg-id="" status="timeout",ๅ—ไบฌๅๅ…ซ (576p) [Timeout] http://183.207.248.71/gitv/live1/G_NJSB/G_NJSB #EXTINF:-1 tvg-id="" status="online",ๅ—ไบฌๅๅ…ซ (720p) http://live.nbs.cn/channels/njtv/sbpd/m3u8:500k/live.m3u8 @@ -1011,7 +1011,7 @@ http://hls.nntv.cn/nnlive/NNTV_VOD_A.m3u8 http://hls.nntv.cn/nnlive/NNTV_NEWS_A.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ—ๅฎ้ƒฝๅธ‚็”Ÿๆดป (720p) [Not 24/7] http://hls.nntv.cn/nnlive/NNTV_METRO_A.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๅ—ๅทๆ–ฐ้—ป็ปผๅˆ (360p) +#EXTINF:-1 tvg-id="" status="online",ๅ—ๅทๆ–ฐ้—ป็ปผๅˆ (360p) http://221.5.213.4:30000/1111.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ—ๅทๆ–ฐ้—ป็ปผๅˆ (360p) [Not 24/7] http://nanchuanlive.cbg.cn:30000/1111.m3u8 @@ -1033,9 +1033,9 @@ http://149.129.100.78/nantong.php?id=sj http://149.129.100.78/nantong.php?id=ly #EXTINF:-1 tvg-id="" status="error",ๅ—้€šๆ–ฐ้—ป็ปผๅˆ [Offline] http://149.129.100.78/nantong.php?id=zh -#EXTINF:-1 tvg-id="" status="error",ๅ—้˜ณๆ–ฐ้—ป (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="blocked",ๅ—้˜ณๆ–ฐ้—ป (1080p) [Not 24/7] http://30539.hlsplay.aodianyun.com/lms_30539/tv_channel_142.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๅ—้™ฝๅ…ฌๅ…ฑ้ ป้“ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="blocked",ๅ—้™ฝๅ…ฌๅ…ฑ้ ป้“ (1080p) [Not 24/7] http://30539.hlsplay.aodianyun.com/lms_30539/tv_channel_295.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅ—้™ฝ็ง‘ๆ•™้ ป้“ (1080p) [Not 24/7] http://30539.hlsplay.aodianyun.com/lms_30539/tv_channel_296.m3u8 @@ -1063,14 +1063,14 @@ http://stream4.jlntv.cn/test2/sd/live.m3u8 http://125.210.152.18:9090/live/JLWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ‰ๆž—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/jlws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅ‰ๆž—ๅซ่ง† (576p) -http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221225883/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ‰ๆž—ๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225680/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ‰ๆž—ๅซ่ง† (576p) http://117.169.120.140:8080/live/jilinstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ‰ๆž—ๅซ่ง† (576p) http://183.207.249.7/PLTV/4/224/3221225883/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅ‰ๆž—ๅซ่ง† (576p) +http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221225883/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‰ๆž—ๅซ่ง† (720p) [Timeout] 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=25&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="timeout",ๅ‰ๆž—ๅซ่ง† (720p) [Timeout] @@ -1079,7 +1079,7 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://stream2.jlntv.cn/jilin1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ‰ๆž—ไนกๆ‘ (900p) [Not 24/7] http://stream1.jlntv.cn/xcpd/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅดๆฑŸๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ๅดๆฑŸๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://30515.hlsplay.aodianyun.com/lms_30515/tv_channel_239.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ‘จๅฃๅ›พๆ–‡ไฟกๆฏ (576p) [Not 24/7] http://tv.zkxww.com:1935/live4/mp4:ch4-500k/playlist.m3u8 @@ -1133,7 +1133,7 @@ http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ››ๅท โ…  ๅ››ๅท็ปๆตŽๅฐ (720p) [Offline] http://scgctvshow.sctv.com/hdlive/sctv3/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ››ๅท โ…  ๅทดไธญ็ปผๅˆๅฐ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ๅ››ๅท โ…  ๅทดไธญ็ปผๅˆๅฐ (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.flv #EXTINF:-1 tvg-id="" status="error",ๅ››ๅท โ…  ๆ˜Ÿ็ฉบ่ดญ็‰ฉๅฐ (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv6/index.m3u8 @@ -1163,12 +1163,12 @@ http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 http://125.210.152.18:9090/live/SCWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅ››ๅทๅซ่ง† (540p) http://112.25.48.68/live/program/live/scws/1300000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๅ››ๅทๅซ่ง† (576p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225733/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅทๅซ่ง† (576p) http://183.207.248.71/gitv/live1/SCWS/SCWS #EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅทๅซ่ง† (576p) http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221225814/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅ››ๅทๅซ่ง† (576p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225733/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅทๅซ่ง† (576p) [Offline] http://183.207.249.36/PLTV/4/224/3221225814/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ››ๅทๅซ่ง† (720p) @@ -1181,7 +1181,7 @@ http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8 http://39.134.66.66/PLTV/88888888/224/3221225527/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ››ๅทๆ–‡ๅŒ–ๆ—…ๆธธ (720p) [Offline] http://scgctvshow.sctv.com/hdlive/sctv2/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๅ››ๅนณๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",ๅ››ๅนณๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/sptv/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ›ฝๅค–MTV (720p) [Offline] https://vcndstv.teleosmedia.com/stream/dstv/sunburn/seglist_720p.m3u8 @@ -1195,18 +1195,10 @@ http://dayeyun.live.tempsource.cjyun.org/videotmp/s10102-TC2T.m3u8 http://yunshangdawu.live.tempsource.cjyun.org/videotmp/s10129-dwzhpd.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅคง็ˆฑๆตทๅค– (720p) [Offline] https://pulltv3.wanfudaluye.com/live/tv3.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (576p) -http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225808/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅคฉๆดฅๅซ่ง† (576p) http://183.207.249.12/PLTV/4/224/3221225808/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/HD-2500k-1080P-tianjinstv/HD-2500k-1080P-tianjinstv -#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) -http://223.110.245.155/ott.js.chinamobile.com/PLTV/3/224/3221227382/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) -http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227407/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) -http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (576p) +http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225808/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅคฉๆดฅๅซ่ง† (1080p) http://39.134.66.66/PLTV/88888888/224/3221225665/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅคฉๆดฅๅซ่ง† (1080p) @@ -1217,6 +1209,14 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225739/index.m3u8 http://112.25.48.68/live/program/live/tjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅคฉๆดฅๅซ่ง† (1080p) http://117.169.120.140:8080/live/hdtianjinstv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/HD-2500k-1080P-tianjinstv/HD-2500k-1080P-tianjinstv +#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) +http://223.110.245.155/ott.js.chinamobile.com/PLTV/3/224/3221227382/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) +http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227407/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) +http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅคฉๆดฅๅซ่ง† (1080p) [Timeout] 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=37&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="timeout",ๅคฉๆดฅๅซ่ง† (1080p) [Timeout] @@ -1231,14 +1231,12 @@ http://61.244.22.5/ch3/ch3.live/playlist.m3u8 http://223.110.245.169/PLTV/4/224/3221227026/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅฆ‚ไธœๆ–ฐ้—ป็ปผๅˆ (480p) [Not 24/7] http://live.rdxmt.com/channels/rudong/news/flv:sd/live -#EXTINF:-1 tvg-id="" status="error",ๅญ็พฉๆ–ฐ่ž็ถœๅˆ (576p) +#EXTINF:-1 tvg-id="" status="online",ๅญ็พฉๆ–ฐ่ž็ถœๅˆ (576p) http://app.xygdcm.com:2036/live/stream:xy1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅญŸๅทž็”ต่ง†ๅฐ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10883-1.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎๅคๅซ่ง† (540p) +#EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (540p) http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (576p) -http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225842/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎๅคๅซ่ง† (576p) http://39.134.65.162/PLTV/88888888/224/3221225579/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎๅคๅซ่ง† (576p) @@ -1247,6 +1245,8 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225726/index.m3u8 http://117.169.120.140:8080/live/ningxiastv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎๅคๅซ่ง† (576p) http://183.207.248.11/PLTV/4/224/3221225842/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (576p) +http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225842/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_NINGXIA/G_NINGXIA #EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (576p) [Timeout] @@ -1269,7 +1269,7 @@ http://149.129.100.78/ningbo.php?id=3 http://live.0561rtv.cn/ggpd/hd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝ โ…  ๆทฎๅŒ—็ปผๅˆ (720p) http://live.0561rtv.cn/xwzh/hd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝ โ…  ้ƒŽๆบช็ปผๅˆๅฐ (1080p) +#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝ โ…  ้ƒŽๆบช็ปผๅˆๅฐ (1080p) http://117.70.93.210:1935/live/xinwen/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝ โ…  ้“œ้™ตๅ…ฌๅ…ฑ (720p) http://dstpush1.retalltech.com/app/stream2.m3u8 @@ -1281,27 +1281,27 @@ http://149.129.100.78/anhui.php?id=69 http://149.129.100.78/anhui.php?id=50 #EXTINF:-1 tvg-id="" status="error",ๅฎ‰ๅพฝๅ†œไธš็ง‘ๆ•™ (480p) [Not 24/7] http://149.129.100.78/anhui.php?id=51 -#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (576p) +#EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (576p) http://183.207.248.71/gitv/live1/AHWS/AHWS -#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (576p) -http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225800/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (576p) http://183.207.249.5/PLTV/4/224/3221225800/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (1080p) -http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221225634/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (1080p) -http://223.110.254.203:6610/cntv/live1/HD-8000k-1080P-anhuistv/HD-8000k-1080P-anhuistv/1.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (576p) +http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225800/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225691/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225737/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (1080p) http://183.207.249.15/PLTV/3/224/3221225634/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (1080p) +http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221225634/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (1080p) +http://223.110.254.203:6610/cntv/live1/HD-8000k-1080P-anhuistv/HD-8000k-1080P-anhuistv/1.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Not 24/7] http://zbbf2.ahtv.cn/live/749.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/anhuistv/anhuistv -#EXTINF:-1 tvg-id="" status="error",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Timeout] +#EXTINF:-1 tvg-id="" status="online",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Timeout] http://112.25.48.68/live/program/live/ahwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฎ‰ๅพฝๅซ่ง† (1080p) [Timeout] 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=2&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= @@ -1319,9 +1319,9 @@ http://stream2.ahrtv.cn/lygb/sd/live.m3u8 http://149.129.100.78/anhui.php?id=73 #EXTINF:-1 tvg-id="" status="timeout",ๅฎŒ็พŽๆธธๆˆ (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/wmyx/wmyx -#EXTINF:-1 tvg-id="" status="online",ๅฎœๅ…ดๆ–ฐ้—ป (720p) +#EXTINF:-1 tvg-id="" status="error",ๅฎœๅ…ดๆ–ฐ้—ป (720p) http://live-dft-hls-yf.jstv.com/live/yixing_xw/online.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎœๅ…ด็”ต่ง†็ดซ็ ‚ (720p) +#EXTINF:-1 tvg-id="" status="error",ๅฎœๅ…ด็”ต่ง†็ดซ็ ‚ (720p) http://live-dft-hls-yf.jstv.com/live/yixing_zs/online.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅฎœๆ˜Œๅ…ฌๅ…ฑ [Offline] http://149.129.100.78/yichang.php?id=ggpd @@ -1343,7 +1343,7 @@ http://183.207.248.71/cntv/live1/SD-1500k-576P-jiayougw/SD-1500k-576P-jiayougw http://live.ahsz.tv/video/s10001-ggpd/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฎฟๅทžๆ–ฐ้—ป็ปผๅˆ (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-szzh/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅฎฟๅทž็ง‘ๆ•™ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",ๅฎฟๅทž็ง‘ๆ•™ (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-kxjy/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฎฟ่ฟๅ…ฌๅ…ฑ (480p) [Timeout] http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221226939/index.m3u8 @@ -1361,31 +1361,31 @@ http://livealone302.iqilu.com/iqilu/typd.m3u8 http://livealone302.iqilu.com/iqilu/nkpd.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (576p) [Offline] http://183.207.248.71/gitv/live1/SDWS/SDWS -#EXTINF:-1 tvg-id="" status="error",ๅฑฑไธœๅซ่ง† (576p) [Offline] -http://183.207.249.7/PLTV/4/224/3221225804/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (576p) [Offline] http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225804/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",ๅฑฑไธœๅซ่ง† (576p) [Offline] +http://183.207.249.7/PLTV/4/224/3221225804/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (720p) [Timeout] http://125.210.152.18:9090/live/SDWSHD_H265.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) -http://223.110.245.139/PLTV/4/224/3221227448/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) -http://223.110.254.207:6610/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv/1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227258/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฑฑไธœๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225697/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฑฑไธœๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225738/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฑฑไธœๅซ่ง† (1080p) http://117.169.120.140:8080/live/hdshandongstv/.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) +http://223.110.245.139/PLTV/4/224/3221227448/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) +http://223.110.254.207:6610/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv/1.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) +http://ott.js.chinamobile.com/PLTV/3/224/3221227258/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) [Not 24/7] 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=39&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",ๅฑฑไธœๅซ่ง† (1080p) [Timeout] +http://183.207.248.71/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv #EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) [Timeout] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=39&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="timeout",ๅฑฑไธœๅซ่ง† (1080p) [Timeout] -http://183.207.248.71/cntv/live1/HD-2500k-1080P-shandongstv/HD-2500k-1080P-shandongstv -#EXTINF:-1 tvg-id="" status="timeout",ๅฑฑไธœๅซ่ง† (1080p) [Timeout] http://223.110.243.171/PLTV/3/224/3221227258/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ๅฑฑไธœๅฐ‘ๅ„ฟ (406p) [Geo-blocked] http://livealone302.iqilu.com/iqilu/sepd.m3u8 @@ -1443,7 +1443,7 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://m-tvlmedia.public.bcs.ysten.com/live/hddongfangstv/1.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅทดไธญๅ…ฌๅ…ฑ (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_247.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅทดไธญ็ปผๅˆ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ๅทดไธญ็ปผๅˆ (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅนณไนก็”ต่ง†ๅฐ (576p) http://hbpx.chinashadt.com:2036/live/px1.stream/playlist.m3u8 @@ -1453,7 +1453,7 @@ http://pili-live-rtmp.wdit.com.cn/wditlive/fs_sspd.m3u8 http://pili-live-rtmp.wdit.com.cn/wditlive/fs_nhpd.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅนฟไธœ โ€– ไฝ›ๅฑฑ้ซ˜ๆ˜ŽๅŒบ (404p) [Offline] http://pili-live-rtmp.wdit.com.cn/wditlive/fs_gmpd.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๅนฟไธœ โ€– ๅฒญๅ—ๆˆๆ›ฒๅฐ (540p) +#EXTINF:-1 tvg-id="" status="error",ๅนฟไธœ โ€– ๅฒญๅ—ๆˆๆ›ฒๅฐ (540p) http://szlive.grtn.cn/lnxq/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅนฟไธœ โ€– ๆธ…ๆ–ฐ็ปผๅˆๅฐ (1080p) http://hls.wiseqx.com/live/qxzh.m3u8 @@ -1483,16 +1483,16 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif 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=85&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="timeout",ๅนฟไธœๅ—ๆ–นๅซ่ง†ๅœฐ้ข (576p) [Timeout] 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=9&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="timeout",ๅนฟไธœๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/HD-2500k-1080P-guangdongstv/HD-2500k-1080P-guangdongstv -#EXTINF:-1 tvg-id="" status="timeout",ๅนฟไธœๅซ่ง† (1080p) -http://223.110.245.172/PLTV/4/224/3221227399/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅนฟไธœๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225701/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅนฟไธœๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225742/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅนฟไธœๅซ่ง† (1080p) http://112.25.48.68/live/program/live/gdwshd/4000000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅนฟไธœๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/HD-2500k-1080P-guangdongstv/HD-2500k-1080P-guangdongstv +#EXTINF:-1 tvg-id="" status="timeout",ๅนฟไธœๅซ่ง† (1080p) +http://223.110.245.172/PLTV/4/224/3221227399/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅนฟไธœๅซ่ง† (1080p) [Timeout] 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=43&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="timeout",ๅนฟไธœๅซ่ง† (1080p) [Timeout] @@ -1635,10 +1635,10 @@ http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 http://stream1.huaihai.tv/wyys/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅพๅทžๆ–ฐ่ž็ถœๅˆ (720p) http://stream1.huaihai.tv/xwzh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๅพๅทžๆ–ฐ่ž็ถœๅˆ (1080p) -http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅพๅทžๆ–ฐ่ž็ถœๅˆ (1080p) http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๅพๅทžๆ–ฐ่ž็ถœๅˆ (1080p) +http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅพๅทž็”Ÿๆดป (240p) http://stream1.huaihai.tv/jjsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅพๅทž็ถ“ๆฟŸ็”Ÿๆดป (1080p) [Timeout] @@ -1766,11 +1766,11 @@ http://39.134.66.66/PLTV/88888888/224/3221225582/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐ็–†ๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225725/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐ็–†ๅซ่ง† (576p) +http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆ–ฐ็–†ๅซ่ง† (576p) http://183.207.248.71/cntv/live1/xinjiangstv/xinjiangstv -#EXTINF:-1 tvg-id="" status="online",ๆ–ฐ็–†ๅซ่ง† (576p) +#EXTINF:-1 tvg-id="" status="timeout",ๆ–ฐ็–†ๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG -#EXTINF:-1 tvg-id="" status="online",ๆ–ฐ็–†ๅซ่ง† (576p) -http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆ–ฐ็–†ๅซ่ง† (576p) [Offline] http://m-tvlmedia.public.bcs.ysten.com/live/xinjiangstv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆ–ฐ็–†ๅซ่ง† (576p) [Timeout] @@ -1831,7 +1831,7 @@ http://hbjx.chinashadt.com:1935/live/jx2.stream/playlist.m3u8 http://111.63.117.13:6060/030000001000/G_CETV-4/G_CETV-4.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆœ”ๅทž1 (480p) [Not 24/7] http://stream.sxsztv.com/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆœ”ๅทž2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ๆœ”ๅทž2 (480p) [Not 24/7] http://stream.sxsztv.com/live2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑๅ…‰ไธ€ๅฅ— (576p) http://hbdg.chinashadt.com:1936/live/stream:dgtv1.stream/playlist.m3u8 @@ -1839,7 +1839,7 @@ http://hbdg.chinashadt.com:1936/live/stream:dgtv1.stream/playlist.m3u8 http://hbdg.chinashadt.com:1936/live/stream:dgtv2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑๅ…‰็ถœ่— (576p) http://hbdg.chinashadt.com:1936/live/stream:dgzy.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",ๆพๅŽŸๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",ๆพๅŽŸๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/sytv/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆžฃๅบ„ๅ…ฌๅ…ฑ (540p) http://stream.zzgd.tv/3/sd/live.m3u8 @@ -1885,7 +1885,7 @@ http://jxyx.chinashadt.com:2036/live/1003.stream/playlist.m3u8 http://dslive.grtn.cn/stzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑ•ๅฐพๅ…ฌๅ…ฑ (540p) http://dslive.grtn.cn/swzh/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๆฑ•ๅฐพ็ปผๅˆ (540p) +#EXTINF:-1 tvg-id="" status="online",ๆฑ•ๅฐพ็ปผๅˆ (540p) http://dslive.grtn.cn/swzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸๆดฅๆ–‡ๅŒ–ๆ—…ๆธธ (576p) http://222.179.155.21:1935/ch2.m3u8 @@ -1917,12 +1917,12 @@ http://live.lyg1.com/zhpd/sd/live.m3u8 http://39.134.66.66/PLTV/88888888/224/3221225556/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ไผ˜ๆผซๅก้€š (576p) [Timeout] 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=146&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="timeout",ๆฑŸ่‹ไฝ“่‚ฒ (576p) -http://223.110.245.157/ott.js.chinamobile.com/PLTV/3/224/3221225935/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ไฝ“่‚ฒ (576p) http://183.207.248.71/gitv/live1/G_JSTY/G_JSTY #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ไฝ“่‚ฒ (576p) http://183.207.249.12/PLTV/4/224/3221225935/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ไฝ“่‚ฒ (576p) +http://223.110.245.157/ott.js.chinamobile.com/PLTV/3/224/3221225935/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆฑŸ่‹ไฝ“่‚ฒไผ‘้—ฒ (720p) [Not 24/7] http://149.129.100.78/jiangsu.php?id=jsty #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅ…ฌๅ…ฑ (576p) @@ -1931,8 +1931,6 @@ http://183.207.248.71/gitv/live1/G_JSGG/G_JSGG http://149.129.100.78/jiangsu.php?id=jsgg #EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅซ่ง† (576p) [Offline] http://183.207.248.71/gitv/live1/JSWS-HD/JSWS-HD -#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/jiangsustv/jiangsustv #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅซ่ง† (1080p) http://39.134.66.66/PLTV/88888888/224/3221225503/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅซ่ง† (1080p) @@ -1945,6 +1943,8 @@ http://112.25.48.68/live/program/live/jswshd/4000000/mnf.m3u8 http://117.169.120.140:8080/live/hdjiangsustv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅซ่ง† (1080p) http://183.207.249.34/PLTV/4/224/3221227402/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/jiangsustv/jiangsustv #EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅซ่ง† (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-jiangsustv/HD-2500k-1080P-jiangsustv #EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅซ่ง† (1080p) [Timeout] @@ -1955,10 +1955,10 @@ http://223.110.245.157/ott.js.chinamobile.com/PLTV/3/224/3221227439/index.m3u8 http://223.110.245.170/PLTV/3/224/3221227255/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆฑŸ่‹ๅ›ฝ้™… (720p) [Not 24/7] http://149.129.100.78/jiangsu.php?id=jsgj -#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅŸŽๅธ‚ (576p) -http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225929/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่‹ๅŸŽๅธ‚ (576p) http://183.207.248.71/gitv/live1/G_JSCS/G_JSCS +#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่‹ๅŸŽๅธ‚ (576p) +http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225929/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆฑŸ่‹ๅŸŽๅธ‚ (720p) [Not 24/7] http://149.129.100.78/jiangsu.php?id=jscs #EXTINF:-1 tvg-id="" status="error",ๆฑŸ่‹ๅญฆไน  (720p) [Not 24/7] @@ -1993,8 +1993,6 @@ http://183.207.248.71/gitv/live1/JXWS/JXWS http://183.207.249.15/PLTV/4/224/3221225798/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่ฅฟๅซ่ง† (720p) http://117.169.120.140:8080/live/jiangxistv/.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่ฅฟๅซ่ง† (1080p) -http://223.110.254.199:6610/cntv/live1/jiangxistv/jiangxistv/1.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่ฅฟๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225705/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่ฅฟๅซ่ง† (1080p) @@ -2002,9 +2000,11 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225746/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่ฅฟๅซ่ง† (1080p) http://112.25.48.68/live/program/live/jxwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฑŸ่ฅฟๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/jiangxistv/jiangxistv -#EXTINF:-1 tvg-id="" status="online",ๆฑŸ่ฅฟๅซ่ง† (1080p) http://183.207.249.11/PLTV/3/224/3221225536/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่ฅฟๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/jiangxistv/jiangxistv +#EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่ฅฟๅซ่ง† (1080p) +http://223.110.254.199:6610/cntv/live1/jiangxistv/jiangxistv/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่ฅฟๅซ่ง† (1080p) [Offline] http://223.110.245.170/PLTV/3/224/3221225536/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฑŸ่ฅฟๅซ่ง† (1080p) [Timeout] @@ -2043,16 +2043,16 @@ http://hbzx.chinashadt.com:2036/zhibo/stream:hbnm.stream/playlist.m3u8 http://125.210.152.18:9090/live/HBWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/hbws/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅซ่ง† (576p) -http://183.207.248.71/gitv/live1/G_HEBEI/G_HEBEI -#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅซ่ง† (576p) -http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225840/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅซ่ง† (576p) http://39.134.66.66/PLTV/88888888/224/3221225495/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225732/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅซ่ง† (576p) +http://183.207.248.71/gitv/live1/G_HEBEI/G_HEBEI +#EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—ๅซ่ง† (576p) http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅซ่ง† (576p) +http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225840/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—ๅซ่ง† (1080p) [Timeout] 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) @@ -2067,7 +2067,7 @@ http://hbfc.chinashadt.com:2036/live/6.stream/playlist.m3u8 http://live2.plus.hebtv.com/jjshx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—้ƒฝๅธ‚ (240p) [Not 24/7] http://live3.plus.hebtv.com/hbdsx/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆฒณๅ—ๅซ่ง† (540p) +#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅ—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/hnws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅ—ๅซ่ง† (576p) [Timeout] http://183.207.248.71/cntv/live1/henanstv/henanstv @@ -2083,11 +2083,11 @@ http://tmpstream.hyrtv.cn/xwzh/sd/live.m3u8 http://live1.lytv.com.cn:1935/live/LYTV1-1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆดช้›…ๆ–ฐ้—ป็ปผๅˆ (1080p) http://117.172.215.250:8083/videos/live/35/39/GQVbrgob5CGJM/GQVbrgob5CGJM.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆตŽๅฎๅ…ฌๅ…ฑ (450p) +#EXTINF:-1 tvg-id="" status="error",ๆตŽๅฎๅ…ฌๅ…ฑ (450p) http://lives.jnnews.tv/video/s10001-JTV3/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆตŽๅฎๅ›พๆ–‡ (576p) +#EXTINF:-1 tvg-id="" status="error",ๆตŽๅฎๅ›พๆ–‡ (576p) http://lives.jnnews.tv/video/s10001-JTV4/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆตŽๅฎๆ•™่‚ฒ (1080p) +#EXTINF:-1 tvg-id="" status="error",ๆตŽๅฎๆ•™่‚ฒ (1080p) http://lives.jnnews.tv/video/s10001-JTV2/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸ6ๅฅ— (1080p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel06/1080p.m3u8 @@ -2113,16 +2113,8 @@ http://live.shaoxing.com.cn/video/s10001-sxtv3/index.m3u8 http://live.shaoxing.com.cn/video/s10001-sxtv1/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅ…ฌๅ…ฑ (1080p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel07/1080p.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๆต™ๆฑŸๅซ่ง† (576p) [Offline] +#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (576p) [Offline] http://183.207.248.71/gitv/live1/G_ZHEJIANG/G_ZHEJIANG -#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) -http://183.207.248.71/cntv/live1/zhejiangstv/zhejiangstv -#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) -http://223.110.243.173/PLTV/3/224/3221227215/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) -http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) -http://ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅซ่ง† (1080p) http://39.134.66.66/PLTV/88888888/224/3221225514/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅซ่ง† (1080p) @@ -2132,9 +2124,17 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225744/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅซ่ง† (1080p) http://112.25.48.68/live/program/live/zjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅซ่ง† (1080p) +http://183.207.248.71/cntv/live1/zhejiangstv/zhejiangstv +#EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅซ่ง† (1080p) http://183.207.249.34/PLTV/4/224/3221227393/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆต™ๆฑŸๅซ่ง† (1080p) http://hw-m-l.cztv.com/channels/lantian/channel01/1080p.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) +http://223.110.243.173/PLTV/3/224/3221227215/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) +http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) +http://ott.js.chinamobile.com/PLTV/3/224/3221227393/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) [Offline] http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221227483/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆต™ๆฑŸๅซ่ง† (1080p) [Timeout] @@ -2201,10 +2201,6 @@ http://stream.haixitv.cn/1/sd/live.m3u8 http://220.180.110.101:8083/videos/live/36/57/hwEHU4UVQ1Iv5/hwEHU4UVQ1Iv5.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆทฑๅœณๅ…ฌๅ…ฑ (720p) [Not 24/7] http://149.129.100.78/sztv.php?id=4 -#EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) -http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) -http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) http://39.134.66.66/PLTV/88888888/224/3221225668/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) @@ -2214,11 +2210,15 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225741/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) -http://112.25.48.68/live/program/live/szwshd/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) http://117.169.120.140:8080/live/hdshenzhenstv/.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆทฑๅœณๅซ่ง† (1080p) http://183.207.249.37/PLTV/4/224/3221227307/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) +http://112.25.48.68/live/program/live/szwshd/4000000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) +http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) +http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv #EXTINF:-1 tvg-id="" status="timeout",ๆทฑๅœณๅซ่ง† (1080p) [Timeout] @@ -2249,6 +2249,14 @@ http://jingmen.live.cjyun.org/video/s10101-jmggpd.m3u8 http://183.207.248.71/gitv/live1/G_HUBEI/G_HUBEI #EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (576p) http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) +http://39.134.66.66/PLTV/88888888/224/3221225569/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) +http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅŒ—ๅซ่ง† (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hubeistv #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅŒ—ๅซ่ง† (1080p) @@ -2261,14 +2269,6 @@ http://223.110.254.136:6610/cntv/live1/HD-2500k-1080P-hubeistv/HD-2500k-1080P-hu http://ott.js.chinamobile.com/PLTV/3/224/3221227377/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅŒ—ๅซ่ง† (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227565/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) -http://39.134.66.66/PLTV/88888888/224/3221225569/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225740/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅŒ—ๅซ่ง† (1080p) -http://117.169.120.140:8080/live/hdhubeistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅŒ—ๅซ่ง† (1080p) [Timeout] 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=18&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="timeout",ๆน–ๅŒ—ๅซ่ง† (1080p) [Timeout] @@ -2287,6 +2287,12 @@ http://183.207.248.71/gitv/live1/G_HUNAN/G_HUNAN http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225854/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆน–ๅ—ๅซ่ง† (720p) [Offline] http://m-tvlmedia.public.bcs.ysten.com/live/hdhunanstv/1.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (1080p) +http://39.134.66.66/PLTV/88888888/224/3221225506/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225704/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225745/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-hunanstv/HD-2500k-1080P-hunanstv #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (1080p) @@ -2299,12 +2305,6 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227191/index.m3u8 http://223.110.245.168/PLTV/4/224/3221227320/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (1080p) http://223.110.245.170/PLTV/3/224/3221227191/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (1080p) -http://39.134.66.66/PLTV/88888888/224/3221225506/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225704/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225745/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (1080p) [Timeout] 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=6&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="timeout",ๆน–ๅ—ๅซ่ง† (1080p) [Timeout] @@ -2333,7 +2333,7 @@ http://149.129.100.78/hunan.php?id=280 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=70&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="error",ๆน–ๅ—้ƒฝๅธ‚ (360p) [Not 24/7] http://149.129.100.78/hunan.php?id=346 -#EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—้ƒฝๅธ‚ (576p) +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—้ƒฝๅธ‚ (576p) http://hnsd.chinashadt.com:2036/live/stream:hunandushi.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—้‡‘้นฐๅก้€š (576p) http://39.134.66.66/PLTV/88888888/224/3221225561/index.m3u8 @@ -2341,7 +2341,7 @@ http://39.134.66.66/PLTV/88888888/224/3221225561/index.m3u8 http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆน˜ๆฝญๆ–ฐ้—ป็ปผๅˆ (720p) http://live.hnxttv.com:9601/live/xwzh/800K/tzwj_video.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆน›ๆฑŸ็ปผๅˆ (540p) +#EXTINF:-1 tvg-id="" status="error",ๆน›ๆฑŸ็ปผๅˆ (540p) http://dslive.grtn.cn/zjzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆปๅทžๅ…ฌๅ…ฑ (450p) [Timeout] http://183.167.193.45:1935/live/cztvgg/playlist.m3u8 @@ -2353,7 +2353,7 @@ http://183.167.193.45:1935/live/cztvkj/playlist.m3u8 http://hblxx.chinashadt.com:2036/live/stream:lx1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆปฆๅŽฟ็ปผ่‰บ (576p) http://hblxx.chinashadt.com:2036/live/stream:lx2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆปจๅทžๅ…ฌๅ…ฑ็”ต่ง†ๅ‰ง (576p) +#EXTINF:-1 tvg-id="" status="online",ๆปจๅทžๅ…ฌๅ…ฑ็”ต่ง†ๅ‰ง (576p) http://stream.bzcm.net/1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆปจๅทžๆ–ฐ้—ป็ปผๅˆ (576p) http://stream.bzcm.net/2/sd/live.m3u8 @@ -2365,7 +2365,7 @@ http://60.30.52.41/live/bhtv1/playlist.m3u8 http://jsbh.chinashadt.com:2036/live/bh11.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆปจๆตท้ƒฝๅธ‚ (1080p) [Timeout] http://60.30.52.41/live/bhtv2/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆผณๅทžๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ๆผณๅทžๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://31182.hlsplay.aodianyun.com/lms_31182/tv_channel_175.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆฝฎๅฎ‰ๅฝฑ่ง† [Offline] http://chaoan.chaoantv.com:8278/h_yingshi_1028/playlist.m3u8 @@ -2411,7 +2411,7 @@ http://tv.scwlqw.cn:3100/hls/kqcyufpi/index.m3u8 http://149.129.100.78/guangdong.php?id=13 #EXTINF:-1 tvg-id="" status="timeout",็ ๆฑŸ (720p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=8&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="error",็ ๆตท็”Ÿๆดป (480p) +#EXTINF:-1 tvg-id="" status="online",็ ๆตท็”Ÿๆดป (480p) http://dslive.grtn.cn/zhzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",็”˜่‚ƒๅ…ฌๅ…ฑ (540p) [Not 24/7] https://hls.gstv.com.cn/49048r/3t5xyc.m3u8 @@ -2423,7 +2423,7 @@ http://39.134.66.66/PLTV/88888888/224/3221225584/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225724/index.m3u8 #EXTINF:-1 tvg-id="" status="online",็”˜่‚ƒๅซ่ง† (576p) http://117.169.120.140:8080/live/gansustv/.m3u8 -#EXTINF:-1 tvg-id="" status="online",็”˜่‚ƒๅซ่ง† (576p) +#EXTINF:-1 tvg-id="" status="timeout",็”˜่‚ƒๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_GANSU/G_GANSU #EXTINF:-1 tvg-id="" status="timeout",็”˜่‚ƒๅซ่ง† (576p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&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= @@ -2457,13 +2457,13 @@ http://gddb.chinashadt.com:1935/live/video1.stream/playlist.m3u8 http://live.pybtv.cn/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",็™ฝๅŸŽๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/baicheng1/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",็™ฝๅฑฑๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",็™ฝๅฑฑๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/baishan1/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",็™พไบ‹้€šไฝ“่‚ฒ1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",็™พไบ‹้€šไฝ“่‚ฒ1 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/hdnba1/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",็™พไบ‹้€šไฝ“่‚ฒ2 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/hdnba2/4000000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",็™พไบ‹้€šไฝ“่‚ฒ3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",็™พไบ‹้€šไฝ“่‚ฒ3 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/hdnba3/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",็™พไบ‹้€šไฝ“่‚ฒ5 (1080p) http://112.25.48.68/live/program/live/hdnba5/4000000/mnf.m3u8 @@ -2487,13 +2487,13 @@ rtsp://183.252.176.54:554/PLTV/88888888/224/3221226115/1000010000000006000000000 rtsp://183.252.176.54:554/PLTV/88888888/224/3221226117/10000100000000060000000002358072_0.smil #EXTINF:-1 tvg-id="" status="timeout",็ฆๅฑฑ็”Ÿๆดป (576p) [Not 24/7] http://live.jiaodong.net:82/tvfushan/hls/tv_shenghuo.m3u8 -#EXTINF:-1 tvg-id="" status="error",็ฆๅทžๅฐ‘ๅ„ฟ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",็ฆๅทžๅฐ‘ๅ„ฟ (1080p) [Not 24/7] http://live.zohi.tv/video/s10001-sepd-4/index.m3u8 #EXTINF:-1 tvg-id="" status="online",็ฆๅทžๅฝฑ่ง† (1080p) [Not 24/7] http://live.zohi.tv/video/s10001-yspd-2/index.m3u8 #EXTINF:-1 tvg-id="" status="online",็ฆๅทž็”Ÿๆดป (1080p) [Not 24/7] http://live.zohi.tv/video/s10001-shpd-3/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",็ฆๅทž็ปผๅˆ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",็ฆๅทž็ปผๅˆ (1080p) [Not 24/7] http://live.zohi.tv/video/s10001-FZTV-1/index.m3u8 #EXTINF:-1 tvg-id="" status="error",็ฆๆตท็ปด่ฏญ็ปผๅˆ [Offline] http://klmyyun.chinavas.com/hls/fuhai1.m3u8 @@ -2587,7 +2587,7 @@ http://149.129.100.78/suzhou.php?id=szxw http://149.129.100.78/suzhou.php?id=szshzx #EXTINF:-1 tvg-id="" status="error",่‹ๅทž็คพไผš็ปๆตŽ (540p) [Not 24/7] http://149.129.100.78/suzhou.php?id=szshjj -#EXTINF:-1 tvg-id="" status="error",่Œ‚ๅ็ปผๅˆ (540p) [Timeout] +#EXTINF:-1 tvg-id="" status="online",่Œ‚ๅ็ปผๅˆ (540p) [Timeout] http://dslive.grtn.cn/mmzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",่ฃๆ˜Œ็ปผๅˆ (404p) [Not 24/7] http://183.64.181.25:40023/rongchang01.m3u8 @@ -2617,7 +2617,7 @@ http://live1.wuhubtv.com/channel4/sd/live.m3u8 http://l.cztvcloud.com/channels/lantian/SXxiaoshan2/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",่กกๆฐดๅฝฑ่ง†ๅจฑไน (480p) [Not 24/7] http://hls.hsrtv.cn/hls/hstv2.m3u8 -#EXTINF:-1 tvg-id="" status="error",่กกๆฐดๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",่กกๆฐดๆ–ฐ้—ป็ปผๅˆ (720p) [Not 24/7] http://hls.hsrtv.cn/hls/hstv1.m3u8 #EXTINF:-1 tvg-id="" status="online",่ขๅทž็ถœๅˆ้ ป้“ (576p) [Not 24/7] http://jxyz.chinashadt.com:8036/live/yz1.stream/playist.m3u8 @@ -2655,14 +2655,14 @@ http://149.129.100.78/guizhou.php?id=dwpd http://149.129.100.78/guizhou.php?id=gzgg #EXTINF:-1 tvg-id="" status="timeout",่ดตๅทžๅซ่ง† (360p) [Timeout] http://125.210.152.18:9090/live/GZWSHD_H265.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",่ดตๅทžๅซ่ง† (576p) -http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225787/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่ดตๅทžๅซ่ง† (576p) http://39.134.66.66/PLTV/88888888/224/3221225576/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่ดตๅทžๅซ่ง† (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225728/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่ดตๅทžๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_GUIZHOU/G_GUIZHOU +#EXTINF:-1 tvg-id="" status="timeout",่ดตๅทžๅซ่ง† (576p) +http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225787/index.m3u8 #EXTINF:-1 tvg-id="" status="error",่ดตๅทžๅคงไผ—็”Ÿๆดป (720p) [Not 24/7] http://149.129.100.78/guizhou.php?id=dzsh #EXTINF:-1 tvg-id="" status="error",่ดตๅทžๅฎถๆœ‰่ดญ็‰ฉ (720p) [Not 24/7] @@ -2688,26 +2688,26 @@ http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (576p) http://39.134.66.66/PLTV/88888888/224/3221225499/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (576p) -http://183.207.248.71/cntv/live1/liaoningstv/liaoningstv -#EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (576p) http://183.207.249.12/PLTV/4/224/3221225802/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (576p) +#EXTINF:-1 tvg-id="" status="timeout",่พฝๅฎๅซ่ง† (576p) +http://183.207.248.71/cntv/live1/liaoningstv/liaoningstv +#EXTINF:-1 tvg-id="" status="timeout",่พฝๅฎๅซ่ง† (576p) http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่พฝๅฎๅซ่ง† (720p) [Timeout] http://125.210.152.18:9090/live/LNWSHD_H265.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",่พฝๅฎๅซ่ง† (1080p) -http://112.25.48.68/live/program/live/lnwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225735/index.m3u8 #EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225696/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",่พฝๅฎๅซ่ง† (1080p) +http://112.25.48.68/live/program/live/lnwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่พฝๅฎๅซ่ง† (1080p) [Timeout] http://39.134.39.37/PLTV/88888888/224/3221226209/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",่พฝๅฎๅซ่ง† (1080p) [Timeout] 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=38&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="timeout",่พฝๅฎๅซ่ง† (1080p) [Timeout] http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221227410/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",่พฝๆบๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",่พฝๆบๆ–ฐ้—ป็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/liaoyuan1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="error",่ฟˆ่ง†็ฝ‘ [Offline] http://xinl.live.maxtv.cn/live/zb/playlist.m3u8 @@ -2769,29 +2769,29 @@ http://stream.ycgbtv.com.cn/ycgg/sd/live.m3u8 http://stream.ycgbtv.com.cn/ycxw/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",้•ท่ฑๆ–ฐ่ž็ถœๅˆ (576p) http://218.23.114.19:1935/live/xinwen/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",้•ฟไน็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",้•ฟไน็ปผๅˆ [Geo-blocked] http://35908.hlsplay.aodianyun.com/guangdianyun_35908/tv_channel_327.m3u8 #EXTINF:-1 tvg-id="" status="error",้•ฟๅฏฟๆ–‡ๅŒ–ๆ—…ๆธธ (576p) [Offline] http://qxlmlive.cbg.cn:1935/app_2/ls_75.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",้•ฟๅฏฟ็ปผๅˆ (720p) [Not 24/7] http://qxlmlive.cbg.cn:1935/app_2/ls_63.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",้•ฟๆ˜ฅ็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",้•ฟๆ˜ฅ็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/jlcc/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",้•ฟๆฒ™ๅœฐ้“็งปๅŠจ [Geo-blocked] http://35848.hlsplay.aodianyun.com/guangdianyun_35848/tv_channel_356.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",้•ฟๆฒ™ๅฅณๆ€ง [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",้•ฟๆฒ™ๅฅณๆ€ง [Geo-blocked] http://35848.hlsplay.aodianyun.com/guangdianyun_35848/tv_channel_349.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",้•ฟๆฒ™ๆ”ฟๆณ• [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",้•ฟๆฒ™ๆ”ฟๆณ• [Geo-blocked] http://35848.hlsplay.aodianyun.com/guangdianyun_35848/tv_channel_348.m3u8 #EXTINF:-1 tvg-id="" status="blocked",้•ฟๆฒ™ๆ–ฐ้—ป [Geo-blocked] http://35848.hlsplay.aodianyun.com/guangdianyun_35848/tv_channel_346.m3u8 #EXTINF:-1 tvg-id="" status="blocked",้•ฟๆฒ™็ป่ดธ [Geo-blocked] http://35848.hlsplay.aodianyun.com/guangdianyun_35848/tv_channel_350.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",้•ฟๆฒ™่ดญ็‰ฉ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",้•ฟๆฒ™่ดญ็‰ฉ [Geo-blocked] http://35848.hlsplay.aodianyun.com/guangdianyun_35848/tv_channel_354.m3u8 #EXTINF:-1 tvg-id="" status="online",้˜œๅŸŽ็ปผๅˆ (576p) [Not 24/7] http://hbfc.chinashadt.com:2036/live/2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",้˜ณๆฑŸ็ปผๅˆ (480p) [Timeout] +#EXTINF:-1 tvg-id="" status="error",้˜ณๆฑŸ็ปผๅˆ (480p) [Timeout] http://dslive.grtn.cn/yjzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้™•่ฅฟๅซ่ง† (540p) http://112.25.48.68/live/program/live/sxws/1300000/mnf.m3u8 @@ -2805,13 +2805,13 @@ http://223.110.245.139/PLTV/4/224/3221227022/index.m3u8 http://hblh.chinashadt.com:2036/live/stream:lh2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้š†ๅŒ–็ปผๅˆ (576p) http://hblh.chinashadt.com:2036/live/stream:lh1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",้šจๅทž็ถœๅˆ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",้šจๅทž็ถœๅˆ (720p) [Not 24/7] http://34766.hlsplay.aodianyun.com/guangdianyun_34766/tv_channel_304.m3u8 #EXTINF:-1 tvg-id="" status="online",้šจๅทž่พฒๆ‘ (720p) [Not 24/7] http://34766.hlsplay.aodianyun.com/guangdianyun_34766/tv_channel_305.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",้›†ๅฎ‰็ปผๅˆ [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",้›†ๅฎ‰็ปผๅˆ [Geo-blocked] http://stream2.jlntv.cn/ja/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",้œๅฑฑ็ปผๅˆ (576p) +#EXTINF:-1 tvg-id="" status="online",้œๅฑฑ็ปผๅˆ (576p) http://ahhs.chinashadt.com:1936/live/stream:hs1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้œธๅทžๅ…ฌๅ…ฑ้ ป้“ (576p) [Not 24/7] http://hbbz.chinashadt.com:2036/live/stream:bzgg.stream/playlist.m3u8 @@ -2829,7 +2829,7 @@ http://sdqz.chinashadt.com:2036/live/stream:3.stream/playlist.m3u8 http://sdqz.chinashadt.com:2036/live/stream:2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้’ๅทž็ปผๅˆ (576p) http://sdqz.chinashadt.com:2036/live/stream:1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",้’ๆตทๅซ่ง† (540p) +#EXTINF:-1 tvg-id="" status="online",้’ๆตทๅซ่ง† (540p) http://112.25.48.68/live/program/live/qhws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",้’ๆตทๅซ่ง† (576p) http://39.134.66.66/PLTV/88888888/224/3221225573/index.m3u8 @@ -2901,7 +2901,7 @@ http://183.207.248.71/gitv/live1/G_HEILONGJIANG/G_HEILONGJIANG http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",้ป‘้พ™ๆฑŸ (1080p) [Timeout] http://ott.js.chinamobile.com/PLTV/3/224/3221227252/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",้ป‘้พ™ๆฑŸๅซ (1080p) [Timeout] +#EXTINF:-1 tvg-id="" status="online",้ป‘้พ™ๆฑŸๅซ (1080p) [Timeout] http://183.207.248.71/cntv/live1/HD-2500k-1080P-heilongjiangstv/HD-2500k-1080P-heilongjiangstv #EXTINF:-1 tvg-id="" status="timeout",้ป‘้พ™ๆฑŸๅซ่ง† (576p) [Not 24/7] 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=27&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= @@ -2923,7 +2923,7 @@ http://stream3.hljtv.com/hljys2/sd/live.m3u8 http://stream3.hljtv.com/hljwy2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",้ป‘้พ™ๆฑŸๆ–ฐ้—ปๆณ•ๆฒป [Timeout] http://stream3.hljtv.com/hljxw2/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",้ป‘้พ™ๆฑŸ้ƒฝๅธ‚ [Timeout] +#EXTINF:-1 tvg-id="" status="timeout",้ป‘้พ™ๆฑŸ้ƒฝๅธ‚ [Timeout] http://stream3.hljtv.com/hljdd2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",้ป”่ฅฟๅ—ๅ…ฌๅ…ฑ (288p) [Geo-blocked] http://live.qxndt.com/channel3/sd/live.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index 9034cf7d7..fbc13cbf7 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -13,17 +13,17 @@ https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 https://video13.virtualtronics.com/streamer/canal2.m3u8 #EXTINF:-1 tvg-id="Canal12.co" status="error",Canal 12 (Valledupar | Cesar) (486p) [Offline] https://iptv-all.lanesh4d0w.repl.co/colombia/canal-12-valledupar.m3u8 -#EXTINF:-1 tvg-id="CanalC.co" status="online",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalC.co" status="error",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://cloud2.streaminglivehd.com:1936/8104/8104/playlist.m3u8 #EXTINF:-1 tvg-id="CanalCapital.co" status="online",Canal Capital (720p) [Not 24/7] https://mdstrm.com/live-stream-playlist/57d01d6c28b263eb73b59a5a.m3u8 #EXTINF:-1 tvg-id="CanalCaracol.co" status="blocked",Canal Caracol (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/574463697b9817cf0886fc17.m3u8 -#EXTINF:-1 tvg-id="CanalDos.co" status="online",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDos.co" status="timeout",Canal Dos (Yopal | Casanare) (720p) [Not 24/7] http://131.221.42.25:1935/streaming/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="CanalInstitucionalTV.co" status="online",Canal Institucional TV (1080p) https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalRCNNovelas.co" status="timeout",Canal RCN Novelas (480p) +#EXTINF:-1 tvg-id="CanalRCNNovelas.co" status="online",Canal RCN Novelas (480p) http://45.179.140.242:8000/play/a0jf #EXTINF:-1 tvg-id="CanalRCNNovelas.co" status="error",Canal RCN Novelas (480p) [Not 24/7] http://38.131.11.9:1080/play/a037 @@ -64,20 +64,20 @@ https://play.amelbasoluciones.co:3971/live/tdicolombiatvlive.m3u8 #EXTINF:-1 tvg-id="" status="online",Teleamiga (Bogotร  | Cundinamarca) (480p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/teleamigatvlive/smil:dvrlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Teleantioquia2.co" status="error",Teleantioquia 2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Teleantioquia2.co" status="online",Teleantioquia 2 (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:dvrlive2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Teleantioquia.co" status="error",Teleantioquia (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Teleantioquia.co" status="online",Teleantioquia (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:dvrlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telecafe.co" status="error",Telecafรฉ [Offline] http://38.131.11.9:1080/play/a0ct #EXTINF:-1 tvg-id="Telecaribe.co" status="error",Telecaribe (720p) [Offline] https://iptv-all.lanesh4d0w.repl.co/colombia/telecaribe_adaptive -#EXTINF:-1 tvg-id="Teleislas.co" status="error",Teleislas (486p) [Not 24/7] -http://vbox2.cehis.net/live-teleislas/smil:teleislas.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Teleislas.co" status="online",Teleislas (486p) [Not 24/7] https://5ab772334c39c.streamlock.net/live-teleislas/teleislas/playlist.m3u8 +#EXTINF:-1 tvg-id="Teleislas.co" status="error",Teleislas (486p) [Not 24/7] +http://vbox2.cehis.net/live-teleislas/smil:teleislas.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telemedellin.co" status="online",Telemedellin (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/telemedellintvlive/smil:dvrlive.smil/playlist.m3u8 @@ -89,9 +89,9 @@ https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 https://iptv-all.lanesh4d0w.repl.co/colombia/telepetroleo.m3u8 #EXTINF:-1 tvg-id="TelevisionCelestial.co" status="error",Television Celestial (480p) [Not 24/7] https://stmvideo2.livecastv.com/celestialtv/celestialtv/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGracia.co" status="error",TVGracia (720p) +#EXTINF:-1 tvg-id="TVGracia.co" status="online",TVGracia (720p) https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TVNGlobal.co" status="error",TVN Global (614p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNGlobal.co" status="online",TVN Global (614p) [Not 24/7] https://stmv2.voxtvhd.com.br/tvnglobal/tvnglobal/playlist.m3u8 #EXTINF:-1 tvg-id="UNOPLAY.co" status="online",UNO PLAY (720p) [Not 24/7] https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index f6685938d..3bb23501d 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -67,15 +67,15 @@ https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8 http://k3.usastreams.com/telesur/telesur/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",TeleSUR Costa Rica (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/telesur/telesur/playlist.m3u8 -#EXTINF:-1 tvg-id="Teletica7.cr" status="error",Teletica 7 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Teletica7.cr" status="online",Teletica 7 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x29e3wg #EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7] http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSurCanal14.cr" status="online",TV Sur Canal 14 (720p) [Timeout] +#EXTINF:-1 tvg-id="TVSurCanal14.cr" status="timeout",TV Sur Canal 14 (720p) [Timeout] https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/playlist.m3u8 #EXTINF:-1 tvg-id="VideoTourChannel.cr" status="online",Video Tour Channel (480p) [Not 24/7] http://k4.usastreams.com/videotour/videotour/playlist.m3u8 #EXTINF:-1 tvg-id="VMLatino.cr" status="online",VM Latino (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/vmtv/vmlatino/playlist.m3u8 -#EXTINF:-1 tvg-id="ZonaFilmsTV.cr" status="online",Zona Films TV (900p) [Not 24/7] +#EXTINF:-1 tvg-id="ZonaFilmsTV.cr" status="error",Zona Films TV (900p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/zonafilmstv diff --git a/streams/cy.m3u b/streams/cy.m3u index d6b7dc7d3..dd3b83700 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -7,7 +7,7 @@ https://59cba4d34b678.streamlock.net/canlitv/kibrisadatv/playlist.m3u8 https://dev.aftermind.xyz/edge-hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrzqEqu #EXTINF:-1 tvg-id="AlfaSport.cy" status="online",Alfa Sport (1080p) [Not 24/7] https://dev.aftermind.xyz/hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrzqEqu -#EXTINF:-1 tvg-id="ASTTV1.cy" status="error",AST TV 1 (PC) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ASTTV1.cy" status="online",AST TV 1 (PC) (1080p) [Not 24/7] https://www.ast.tv/stream/1/master.m3u8 #EXTINF:-1 tvg-id="ASTTV2.cy" status="online",AST TV 2 (PC) (1080p) [Not 24/7] https://www.ast.tv/stream/2/master.m3u8 diff --git a/streams/cz.m3u b/streams/cz.m3u index 06ec15f9f..941a8e5fe 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -47,7 +47,7 @@ https://media1.tvnatura.cz/live_out/1/live.m3u8 https://w101.quickmedia.tv/prozeta-live04/prozeta-live04.smil/Playlist.m3u8 #EXTINF:-1 tvg-id="VychodoceskaTV.cz" status="online",Vรฝchodoฤeskรก TV (576p) https://stream.polar.cz/vctv/vctvlive-1/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",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s61/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (720p) [Not 24/7] diff --git a/streams/de.m3u b/streams/de.m3u index a6b93288d..ee8fa6420 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -63,7 +63,7 @@ http://62.113.210.250/medienasa-live/ok-wernigerode_high/hasbahca.m3u8 http://62.113.210.250/medienasa-live/ok-wernigerode_high/hasbahca.m3u8?bitrate=800 #EXTINF:-1 tvg-id="CampusTVMagdeburgPlus.de" status="online",Campus-TV-Magdeburg+ (1080p) http://62.113.210.250/medienasa-live/ok-wernigerode_high/chunklist_w937425968.m3u8 -#EXTINF:-1 tvg-id="ChemnitzFernsehen.de" status="online",Chemnitz Fernsehen (1080p) +#EXTINF:-1 tvg-id="ChemnitzFernsehen.de" status="error",Chemnitz Fernsehen (1080p) https://chemnitz.iptv-playoutcenter.de/chemnitz/chemnitzfernsehen.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CIRA TV (720p) [Not 24/7] http://176.10.117.18:8000/play/a00f/index.m3u8 @@ -194,9 +194,9 @@ https://ndrevent-lh.akamaihd.net/i/ndrevent_1@409066/master.m3u8 https://ndrevent-lh.akamaihd.net/i/ndrevent_2@429805/master.m3u8 #EXTINF:-1 tvg-id="NDREvent3.de" status="blocked",NDR Event 3 (720p) [Geo-blocked] https://ndrevent-lh.akamaihd.net/i/ndrevent_3@409068/master.m3u8 -#EXTINF:-1 tvg-id="NDRFernsehen.de" status="timeout",NDR Fernsehen (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="NDRFernsehen.de" status="online",NDR Fernsehen (720p) [Geo-blocked] https://ndrfs-lh.akamaihd.net/i/ndrfs_fs@430230/master.m3u8 -#EXTINF:-1 tvg-id="NDRHamburg.de" status="online",NDR Hamburg (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="NDRHamburg.de" status="timeout",NDR Hamburg (720p) [Geo-blocked] https://ndrfs-lh.akamaihd.net/i/ndrfs_hh@430231/master.m3u8 #EXTINF:-1 tvg-id="NDRHamburg.de" status="timeout",NDR Hamburg (720p) [Timeout] https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8 @@ -210,7 +210,7 @@ https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8 https://ndrfs-lh.akamaihd.net/i/ndrfs_nds@430233/master.m3u8 #EXTINF:-1 tvg-id="NDRNiedersachsen.de" status="timeout",NDR Niedersachsen (720p) [Timeout] https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8 -#EXTINF:-1 tvg-id="NDRSchleswigHolstein.de" status="online",NDR Schleswig-Holstein (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="NDRSchleswigHolstein.de" status="timeout",NDR Schleswig-Holstein (720p) [Geo-blocked] https://ndrfs-lh.akamaihd.net/i/ndrfs_sh@430234/master.m3u8 #EXTINF:-1 tvg-id="NDRSchleswigHolstein.de" status="timeout",NDR Schleswig-Holstein (720p) [Timeout] https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8 @@ -248,7 +248,7 @@ http://58bd5b7a98e04.streamlock.net/medienasa-live/ok-dessau_high/playlist.m3u8 https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ok-dessau_high/playlist.m3u8 #EXTINF:-1 tvg-id="OKFlensburg.de" status="error",OK Flensburg (576p) [Offline] https://d1lv1lpzlrjn3y.cloudfront.net/play/hls/flensburgtv/index.m3u8 -#EXTINF:-1 tvg-id="OKGiessen.de" status="online",OK GieรŸen (360p) [Not 24/7] +#EXTINF:-1 tvg-id="OKGiessen.de" status="error",OK GieรŸen (360p) [Not 24/7] https://s.ok54.de/mok-gi/mok-gi/playlist.m3u8 #EXTINF:-1 tvg-id="OKKaiserslautern.de" status="online",OK Kaiserslautern (720p) [Not 24/7] https://s.ok54.de/abr_okkl/webstream/playlist.m3u8 @@ -404,7 +404,7 @@ https://srlive24-lh.akamaihd.net/i/sr_universal02@107595/master.m3u8 https://5852afe96c9bb.streamlock.net/studio47-live/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="SWR3VisualRadio.de" status="error",SWR 3 Visual Radio (720p) [Offline] https://swrswr3vrhls-i.akamaihd.net/hls/live/780818/vrswr3/master.m3u8 -#EXTINF:-1 tvg-id="Sylt1.de" status="online",Sylt1 (404p) +#EXTINF:-1 tvg-id="Sylt1.de" status="error",Sylt1 (404p) https://5aec29c5dd23b.streamlock.net:8443/sylt1/sylt1_high1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Tagesschau24.de" status="online",Tagesschau24 (720p) https://tagesschau-lh.akamaihd.net/i/tagesschau_1@119231/master.m3u8 @@ -412,7 +412,7 @@ https://tagesschau-lh.akamaihd.net/i/tagesschau_1@119231/master.m3u8 http://live1.markenfunk.com/t1/live/chunklist.m3u8 #EXTINF:-1 tvg-id="teltOwkanal.de" status="online",teltOwkanal (1080p) https://5856e1a25f71a.streamlock.net/easycast8-live/mp4:livestreamhd8/playlist.m3u8 -#EXTINF:-1 tvg-id="TesasTV.de" status="online",Tesas TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TesasTV.de" status="error",Tesas TV (720p) [Not 24/7] https://jola.live:16200/tesastv.m3u8 #EXTINF:-1 tvg-id="TideTV.de" status="online",Tide TV (1080p) [Not 24/7] https://5889e7d0d6e28.streamlock.net/tide-live/smil:livestream.smil/playlist.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index 96a0c76aa..0618a3e2c 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -49,10 +49,10 @@ http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 http://cm.hostlagarto.com:8081/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="LAMIATV.do" status="timeout",LA MIA TV (720p) [Not 24/7] https://ss8.domint.net:3108/mia_str/lamiatv/playlist.m3u8 -#EXTINF:-1 tvg-id="LocomotionTV.do" status="error",Locomotion TV (480p) [Not 24/7] -http://locomotiontv.com/envivo/loco_ch/stream.m3u8 #EXTINF:-1 tvg-id="LocomotionTV.do" status="online",Locomotion TV (480p) [Not 24/7] http://51.222.85.85:81/hls/loco/index.m3u8 +#EXTINF:-1 tvg-id="LocomotionTV.do" status="error",Locomotion TV (480p) [Not 24/7] +http://locomotiontv.com/envivo/loco_ch/stream.m3u8 #EXTINF:-1 tvg-id="LVM.do" status="online",LVM (720p) https://uni01rtmp.tulix.tv/playout2multi9/lavozdemaria.stream/playlist.m3u8 #EXTINF:-1 tvg-id="MegavisionCanal43.do" status="online",Megavision Canal 43 (480p) [Not 24/7] @@ -61,13 +61,13 @@ http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 #EXTINF:-1 tvg-id="MisionELTV.do" status="online",Mision ELTV (480p) [Not 24/7] https://5790d294af2dc.streamlock.net/8286/8286/playlist.m3u8 -#EXTINF:-1 tvg-id="ORBITTV.do" status="online",ORBIT TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="ORBITTV.do" status="error",ORBIT TV (480p) [Geo-blocked] https://ss3.domint.net:3134/otv_str/orbittv/playlist.m3u8 #EXTINF:-1 tvg-id="PH.do" status="online",PH (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PHTVCanal34.do" status="online",PHTV Canal 34 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="error",Punta Cana TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="online",Punta Cana TV (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/puntacanatv/playlist.m3u8 #EXTINF:-1 tvg-id="Radio105full.do" status="online",Radio105 full (1080p) [Not 24/7] https://cloudflare.streamgato.us:3901/live/radio105live.m3u8 @@ -91,7 +91,7 @@ https://ss8.domint.net:3128/stv_str/tv55/master.m3u8 http://108.175.14.125:1935/tdn/tdn/playlist.m3u8 #EXTINF:-1 tvg-id="TeleBendicion.do" status="timeout",TeleBendicion (720p) [Not 24/7] http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecanal28.do" status="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="TeleCibao.do" status="online",TeleCibao (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 @@ -107,7 +107,7 @@ https://api.new.livestream.com/accounts/28126860/events/8825282/live.m3u8 http://cm.hostlagarto.com:8081/Telemilenio/Telemilenio.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Telenord8.do" status="online",Telenord 8 (1080p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord8/telenord8/playlist.m3u8 -#EXTINF:-1 tvg-id="Telenord12.do" status="error",Telenord 12 (720p) [Not 24/7] +#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="TelenordCanal10.do" status="online",Telenord Canal 10 (1080p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord10/telenord10/playlist.m3u8 @@ -125,7 +125,7 @@ https://vdo1.streamgato.us:3359/live/tvexitoslive.m3u8 http://ss6.domint.net:2060/tvm_str/montanatv/master.m3u8 #EXTINF:-1 tvg-id="TVPlata.do" status="error",TV Plata (1080p) [Not 24/7] https://ss6.domint.net:3104/tvp_str/tvplata/playlist.m3u8 -#EXTINF:-1 tvg-id="TVS.do" status="online",TVS (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="TVS.do" status="blocked",TVS (540p) [Geo-blocked] http://cm.hostlagarto.com:8081/Tvstv/TvstvHD.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Vallevision.do" status="online",Vallevision (720p) [Not 24/7] http://190.103.183.24:1935/Vallevision/ValleHD/playlist.m3u8 diff --git a/streams/ec.m3u b/streams/ec.m3u index 169323d04..d8b114142 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -3,11 +3,11 @@ https://59d39900ebfb8.streamlock.net/canelatv/canelatv/playlist.m3u8 #EXTINF:-1 tvg-id="Ecotel.ec" status="online",Ecotel (720p) [Not 24/7] https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 -#EXTINF:-1 tvg-id="EcuadorTV.ec" status="timeout",Ecuador TV (480p) +#EXTINF:-1 tvg-id="EcuadorTV.ec" status="online",Ecuador TV (480p) http://45.179.140.242:8000/play/a0jp #EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 -#EXTINF:-1 tvg-id="ElSolRadioTelevision.ec" status="error",El Sol Radio y Television (404p) [Not 24/7] +#EXTINF:-1 tvg-id="ElSolRadioTelevision.ec" status="online",El Sol Radio y Television (404p) [Not 24/7] http://streaming5.globalhostla.com/rtplive/elsolrad/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Elite Radio Televisiรณn (480p) [Not 24/7] https://tv.portalexpress.es:3785/live/trincheratvlive.m3u8 @@ -27,7 +27,7 @@ https://tv.portalexpress.es:3084/hybrid/play.m3u8 https://srv.panelcast.net/puruwalive/puruwalive/playlist.m3u8 #EXTINF:-1 tvg-id="RadioImpacto2.ec" status="online",Radio Impacto 2 (1080p) [Not 24/7] https://sv72.ecuaradiotv.net/impacto2tv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="RTS.ec" status="timeout",RTS (RadioTeleSistema) (480p) +#EXTINF:-1 tvg-id="RTS.ec" status="online",RTS (RadioTeleSistema) (480p) http://45.179.140.242:8000/play/a0kw #EXTINF:-1 tvg-id="RTU.ec" status="online",RTU (630p) [Not 24/7] https://streamingwowza.com:1936/rtutv/rtutv/playlist.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index 7cf1b9cd1..c9146661f 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -199,7 +199,7 @@ https://directes-tv-int.ccma.cat/int/ngrp:es3_web/playlist.m3u8 https://directes-tv-int.ccma.cat/int/ngrp:es3_web/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="EsteponaTelevision.es" status="error",Estepona Televisiรณn (720p) [Offline] https://5b38ce71f1f00.streamlock.net/8122/8122/playlist.m3u8 -#EXTINF:-1 tvg-id="ETB1.es" status="timeout",ETB 1 (480p) +#EXTINF:-1 tvg-id="ETB1.es" status="online",ETB 1 (480p) https://etbvnogeo-lh.akamaihd.net/i/ETBSTR1_1@595581/master.m3u8 #EXTINF:-1 tvg-id="ETBEventos1.es" status="online",ETB Eventos 1 (720p) https://etbvnogeo-lh.akamaihd.net/i/OCA1HD_1@748519/master.m3u8 @@ -297,7 +297,7 @@ https://rtvelivestreamv3.akamaized.net/cat/la1_cat_main_dvr.m3u8 https://ztnr.rtve.es/ztnr/3293681.m3u8 #EXTINF:-1 tvg-id="La2.es" status="online",La 2 (720p) https://hlsliveamdgl0-lh.akamaihd.net/i/hlsdvrlive_1@60531/master.m3u8 -#EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p) +#EXTINF:-1 tvg-id="La2.es" status="timeout",La 2 (1080p) https://ztnr.rtve.es/ztnr/1688885.m3u8 #EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p) [Timeout] https://rtvelivestreamv3.akamaized.net/rtvesec/la2_bkp_dvr.m3u8 @@ -311,7 +311,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="online",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 @@ -337,7 +337,7 @@ https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid http://212.104.160.156:1935/live/lebrijatv2/playlist3.m3u8 #EXTINF:-1 tvg-id="LevanteTV.es" status="online",Levante TV (320p) [Not 24/7] https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 -#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="error",Lleida Televisio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7] https://cdn01.yowi.tv/lleida/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.es" status="online",Logos TV (1080p) [Not 24/7] http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 @@ -387,7 +387,7 @@ https://limited12.todostreaming.es/live/ptvcantabria-livestream.m3u8 http://5940924978228.streamlock.net:1935/8009/8009/playlist.m3u8 #EXTINF:-1 tvg-id="PopularTVMelilla.es" status="online",Popular TV Melilla (720p) [Not 24/7] https://5940924978228.streamlock.net/8009/8009/master.m3u8 -#EXTINF:-1 tvg-id="PopularTVMurcia.es" status="online",Popular TV Murcia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PopularTVMurcia.es" status="error",Popular TV Murcia (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/populartvrm/populartvrm.m3u8 #EXTINF:-1 tvg-id="Punt3VallUixo.es" status="online",Punt 3 Vall Uixรณ (1080p) https://bit.controlstreams.com:5443/LiveApp/streams/punt3.m3u8 @@ -409,7 +409,7 @@ https://vidartv2.todostreaming.es/live/radiovida-emisiontvhd.m3u8 https://rtvc-live1-rm.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="RTVE.es" status="blocked",RTVE (576p) [Geo-blocked] http://hlsliveamdgl8-lh.akamaihd.net/i/hlsdvrlive_1@583030/index_1500_av-b.m3u8 -#EXTINF:-1 tvg-id="SalTelevision.es" status="error",Sal Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SalTelevision.es" status="online",Sal Televisiรณn (720p) [Not 24/7] https://www.tdtchannels.com/stream/saltv.m3u8 #EXTINF:-1 tvg-id="SevillaFCTV.es" status="online",Sevilla FC TV (360p) [Not 24/7] https://open.http.mp.streamamg.com/p/3001314/sp/300131400/playManifest/entryId/0_ye0b8tc0/format/applehttp/protocol/https/uiConfId/30026292/a.m3u8 @@ -423,7 +423,7 @@ https://nodo01-cloud01.streaming-pro.com/tac12tv/hls/tac12_2.m3u8 https://nodo02-cloud01.streaming-pro.com/tac12tv/hls/tac12_2.m3u8 #EXTINF:-1 tvg-id="Taroteame.es" status="online",Tarotรฉame (576p) [Not 24/7] http://93.93.67.117:1935/taroteame/tarot_web/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Tarotvision (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Tarotvision (576p) [Not 24/7] http://149.12.64.81:8080/hls/tarotvision.m3u8 #EXTINF:-1 tvg-id="TEF.es" status="error",TEF (432p) [Not 24/7] https://cdn01.yowi.tv/36MLCJRAR2/master.m3u8 @@ -503,7 +503,7 @@ https://5924d3ad0efcf.streamlock.net/cordoba/cordobalive/playlist.m3u8 https://cdn041.fractalmedia.es/stream/live/udtv/index.m3u8 #EXTINF:-1 tvg-id="UneVinalopo.es" status="timeout",Une Vinalopรณ (576p) [Not 24/7] http://78.41.83.88:8880/hls/unesd.m3u8 -#EXTINF:-1 tvg-id="VentdelnordTV.es" status="error",Ventdelnord TV (404p) [Offline] +#EXTINF:-1 tvg-id="VentdelnordTV.es" status="online",Ventdelnord TV (404p) [Offline] http://ventdelnord.tv:8080/hls/directe.m3u8 #EXTINF:-1 tvg-id="Vision6TV.es" status="online",Visiรณn 6 TV (720p) [Not 24/7] https://secure3.todostreaming.es/live/visionseis-livestream.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index 915d0b428..c4aba840d 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -25,7 +25,7 @@ https://bfmlyon-lh.akamaihd.net/i/BFMLYON_ESYTLS@797041/master.m3u8 https://bfmparishdslive-lh.akamaihd.net/i/BFMPARIS_ESYTLS@429747/master.m3u8 #EXTINF:-1 tvg-id="BFMTV.fr" status="online",BFMTV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xgz4t1 -#EXTINF:-1 tvg-id="BIPTV.fr" status="online",BIP TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BIPTV.fr" status="error",BIP TV (480p) [Not 24/7] http://biptv.tv/live/biptvstream_orig/index.m3u8 #EXTINF:-1 tvg-id="CentralTV.fr" status="online",Central TV (614p) [Not 24/7] http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 @@ -129,7 +129,7 @@ https://d13anarbtxy8c5.cloudfront.net/6play/short/clr/gulli/sdindex.m3u8 http://flusonic-4.platinum-tv.com/Gulli/mono.m3u8?token=test #EXTINF:-1 tvg-id="GulliBilArabi.fr" status="online",Gulli Bil Arabi (1080p) https://shls-gulli-bil-arabi-prod-dub.shahid.net/out/v1/5454d215afba410c90b233f400730958/index.m3u8 -#EXTINF:-1 tvg-id="GulliGirl.fr" status="timeout",Gulli Girl (576p) [Not 24/7] +#EXTINF:-1 tvg-id="GulliGirl.fr" status="error",Gulli Girl (576p) [Not 24/7] http://188.40.68.167/russia/gulli_girl/playlist.m3u8 #EXTINF:-1 tvg-id="HolyGodTV.fr" status="error",HolyGod TV (720p) [Offline] https://dcunilive47-lh.akamaihd.net/i/dclive_1@739146/master.m3u8 @@ -149,7 +149,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://flusonic-4.platinum-tv.com/M6/mono.m3u8?token=test #EXTINF:-1 tvg-id="M6.fr" status="online",M6 (1080p) https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 -#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) @@ -157,7 +157,7 @@ http://tv.mondeduloisir.fr:1935/tixtv/smil:web.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Mezzo.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",Mezzo (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/s35/index.m3u8 -#EXTINF:-1 tvg-id="NancyWebTV.fr" status="error",Nancy Web TV (394p) [Not 24/7] +#EXTINF:-1 tvg-id="NancyWebTV.fr" status="online",Nancy Web TV (394p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:nancy-webtv/manifest.m3u8 #EXTINF:-1 tvg-id="NRJ12.fr" status="timeout",NRJ12 (720p) [Timeout] https://s6.tntendirect.com/nrj12/live/playlist.m3u8 @@ -213,13 +213,13 @@ https://s6.tntendirect.com/hd1/live/playlist.m3u8 https://s6.tntendirect.com/nt1/live/playlist.m3u8 #EXTINF:-1 tvg-id="Tiji.fr" status="blocked",Tiji (1080p) [Offline] https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249/index.m3u8 -#EXTINF:-1 tvg-id="TijiRussia.fr" status="timeout",Tiji Russia (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TijiRussia.fr" status="error",Tiji Russia (576p) [Not 24/7] http://188.40.68.167/russia/tiji/playlist.m3u8 #EXTINF:-1 tvg-id="TMC.fr" status="timeout",TMC (720p) [Timeout] https://s6.tntendirect.com/tmc/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="online",TV5 Monde Europe (1080p) +#EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="error",TV5 Monde Europe (1080p) http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877-b/v3plusinfo247hls/master.m3u8 -#EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="online",TV5 Monde Europe (1080p) +#EXTINF:-1 tvg-id="TV5MondeEurope.fr" status="error",TV5 Monde Europe (1080p) http://v3plusinfo247hls-i.akamaihd.net/hls/live/218877/v3plusinfo247hls/master.m3u8 #EXTINF:-1 tvg-id="TV5MondeFranciaFR.fr" status="online",TV5Monde Francia FR (1080p) https://tv5infohls-i.akamaihd.net/hls/live/631613/tv5infohls/index.m3u8 @@ -235,7 +235,7 @@ https://streamtv.cdn.dvmr.fr/TV78/ngrp:tv78.stream_all/master.m3u8 https://streamtv.cdn.dvmr.fr/TVR/ngrp:tvr.stream_all/master.m3u8 #EXTINF:-1 tvg-id="TZiK.fr" status="timeout",TZiK [Not 24/7] https://54627d4fc5996.streamlock.net/tzik/tzik/chunklist.m3u8 -#EXTINF:-1 tvg-id="viaMATELE.fr" status="error",viร MATร‰Lร‰ (540p) [Not 24/7] +#EXTINF:-1 tvg-id="viaMATELE.fr" status="online",viร MATร‰Lร‰ (540p) [Not 24/7] https://streamer01.myvideoplace.tv/streamer02/hls/MATL_VLOC_PAD_100919_medium/index.m3u8 #EXTINF:-1 tvg-id="viaMoselleTV.fr" status="online",viร MoselleTV (720p) [Not 24/7] https://live.creacast.com/mirabelletv/smil:mirabelletv.smil/playlist.m3u8 @@ -247,5 +247,5 @@ https://vosgestv.hdr-tv.com/live/vosgestv/livestream/master.m3u8 http://flusonic-2.platinum-tv.com/W9/mono.m3u8?token=test #EXTINF:-1 tvg-id="" status="error",Wรฉo (Hauts-de-France) (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x62islg -#EXTINF:-1 tvg-id="" status="online",Wรฉo (Picardie) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Wรฉo (Picardie) (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x63085w diff --git a/streams/gh.m3u b/streams/gh.m3u index ab366a024..069abef00 100644 --- a/streams/gh.m3u +++ b/streams/gh.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="ResurrectionTV.gh" status="online",Resurrection TV (384p) +#EXTINF:-1 tvg-id="ResurrectionTV.gh" status="error",Resurrection TV (384p) http://rtmp.ottdemo.rrsat.com/rrsatrtv1/rrsatrtvmulti.smil/playlist.m3u8 diff --git a/streams/gr.m3u b/streams/gr.m3u index 2d78fa79c..595b5aace 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -17,7 +17,7 @@ https://vdo.alphaserver.gr:3989/stream/play.m3u8 https://alphalive-i.akamaihd.net/hls/live/682300/live/master.m3u8 #EXTINF:-1 tvg-id="AlphaBUP.gr" status="timeout",Alpha BUP [Timeout] http://78.83.87.222:9999/play/a011/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ANT1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",ANT1 (1080p) [Geo-blocked] https://antennaamdnoenc.akamaized.net/ant1_akamai/abr/playlist.m3u8 #EXTINF:-1 tvg-id="APT.gr" status="online",APT (480p) [Not 24/7] http://tv3.streampulse.eu:1935/tilesport/movie2/playlist.m3u8 @@ -83,11 +83,11 @@ http://wpso.com:1936/hls/wzra.m3u8 http://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8 #EXTINF:-1 tvg-id="ErtaLexTV.gr" status="error",Erta Lex TV [Offline] https://vdo.alphaserver.gr:3203/stream/play.m3u8 -#EXTINF:-1 tvg-id="FarosTV2.gr" status="error",Faros TV2 (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="FarosTV2.gr" status="blocked",Faros TV2 (480p) [Geo-blocked] https://s1.cystream.net/live/faros2/playlist.m3u8 #EXTINF:-1 tvg-id="FarosTV.gr" status="blocked",Faros TV (540p) [Geo-blocked] https://s1.cystream.net/live/faros1/playlist.m3u8 -#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="GreekCinema.gr" status="error",Greek Cinema (720p) [Offline] https://vdo.alphaserver.gr:3613/stream/play.m3u8 @@ -97,7 +97,7 @@ https://vdo3.alphaserver.gr:3466/stream/play.m3u8 https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 #EXTINF:-1 tvg-id="GroovyTV.gr" status="online",Groovy TV (360p) http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 -#EXTINF:-1 tvg-id="HellenicTV.gr" status="online",Hellenic TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HellenicTV.gr" status="error",Hellenic TV (720p) [Not 24/7] https://l5.cloudskep.com/hellenictv/htv/playlist.m3u8 #EXTINF:-1 tvg-id="HighTV.gr" status="online",High TV (200p) [Not 24/7] http://live.streams.ovh:1935/hightv/hightv/playlist.m3u8 @@ -173,7 +173,7 @@ https://s1.cystream.net/live/smile/playlist.m3u8 https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8 #EXTINF:-1 tvg-id="StarBUP.gr" status="timeout",Star BUP [Timeout] http://78.83.87.222:9999/play/a017/index.m3u8 -#EXTINF:-1 tvg-id="SuperB.gr" status="error",Super B (576p) [Not 24/7] +#EXTINF:-1 tvg-id="SuperB.gr" status="online",Super B (576p) [Not 24/7] https://til.pp.ua:3424/live/superblive.m3u8 #EXTINF:-1 tvg-id="SuperChannel.gr" status="error",Super Channel (300p) [Offline] https://vdo.alphaserver.gr:3587/stream/play.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index bae34d27d..49d5d3b53 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -5,7 +5,7 @@ https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal3.smil/playlist.m3u8 https://streaming.canal32hn.com/CanalAntigua/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Guatevisiรณn (720p) [Not 24/7] https://ott.streann.com/loadbalancer/services/public/channels/5d6821172cdced7698d5a329/playlist.m3u8 -#EXTINF:-1 tvg-id="IglesiaDelCamino.gt" status="error",Iglesia Del Camino (480p) [Not 24/7] +#EXTINF:-1 tvg-id="IglesiaDelCamino.gt" status="online",Iglesia Del Camino (480p) [Not 24/7] http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 #EXTINF:-1 tvg-id="Televisiete.gt" status="online",Televisiete (480p) https://devdbm9fvg6q0.cloudfront.net/chapintv/smil:canal7.smil/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index db9cf69ec..241b5791a 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -5,7 +5,7 @@ https://jc-qlive-play.jingchangkan.cn/live/3473_200508855_xR9m.m3u8 http://50.7.161.82:8278/streams/d/Celestial2/playlist.m3u8 #EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (480p) [Geo-blocked] http://210.210.155.35/qwr9ew/s/s33/index.m3u8 -#EXTINF:-1 tvg-id="CreationTV.hk" status="online",Creation TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CreationTV.hk" status="error",Creation TV (720p) [Not 24/7] http://al-pull2.hkatv.vip/live/CTV.m3u8 #EXTINF:-1 tvg-id="HKSTV.hk" status="online",HKSTV (้ฆ™ๆธฏ่ก›่ฆ–) (720p) [Not 24/7] https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 @@ -14,7 +14,7 @@ https://juyunlive.juyun.tv/live/24950198.m3u8 #EXTINF:-1 tvg-id="Kix.hk" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Kix (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://livecdn.fptplay.net/hda/kixhd_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="timeout",Kix [Geo-blocked] +#EXTINF:-1 tvg-id="Kix.hk" status="error",Kix [Geo-blocked] http://210.210.155.35/uq2663/h/h07/01.m3u8 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (1080p) [Not 24/7] https://phoenixtv.hkatv.vip/liveott/PCC.m3u8 @@ -22,13 +22,13 @@ https://phoenixtv.hkatv.vip/liveott/PCC.m3u8 https://phoenixtv.hkatv.vip/liveott/PHK.m3u8 #EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (้ณณๅ‡ฐ่ก›่ฆ–่ณ‡่จŠ) (1080p) [Not 24/7] https://phoenixtv.hkatv.vip/liveott/PIN.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",RTHK (ๆธฏๅฐ้›ป่ฆ–31) (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",RTHK (ๆธฏๅฐ้›ป่ฆ–31) (360p) [Geo-blocked] https://rthklive1-lh.akamaihd.net/i/rthk31_1@167495/master.m3u8 #EXTINF:-1 tvg-id="" status="online",RTHK (ๆธฏๅฐ้›ป่ฆ–32) (360p) [Not 24/7] https://rthklive2-lh.akamaihd.net/i/rthk32_1@168450/master.m3u8 #EXTINF:-1 tvg-id="StarSports.hk" status="error",Star Sports [Offline] rtmp://ivi.bupt.edu.cn:1935/livetv/starsports -#EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (360p) [Geo-blocked] http://45.126.83.51/qwr9ew/s/s34/02.m3u8 #EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (480p) [Geo-blocked] http://45.126.83.51/qwr9ew/s/s34/index.m3u8 @@ -40,7 +40,7 @@ http://50.7.161.82:8278/streams/d/Xinhe/playlist.m3u8 https://cdn.hkdtmb.com/hls/99/index.m3u8 #EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix [Timeout] http://61.238.6.49:8000/bysid/96 -#EXTINF:-1 tvg-id="" status="timeout",ไบžๆ—…่ก›่ฆ– (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ไบžๆ—…่ก›่ฆ– (720p) [Not 24/7] http://hls.jingchangkan.tv/jingchangkan/156722438_0HaM/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๆ˜Ÿ็ฉบ่ก›่ฆ– [Offline] rtmp://58.200.131.2:1935/livetv/startv @@ -50,7 +50,7 @@ http://61.238.6.49:8000/bysid/1 http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้ฆ™ๆธฏๅผ€็”ต่ง† / HKSTV-HKS (720p) http://media.fantv.hk/m3u8/archive/channel2.m3u8 -#EXTINF:-1 tvg-id="" status="online",้ฆ™ๆธฏ่ก›่ฆ– (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",้ฆ™ๆธฏ่ก›่ฆ– (576p) [Not 24/7] http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡ๅฐ [Timeout] http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index 65636d70a..dab7abdac 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -57,11 +57,11 @@ https://emisoras.hn:8081/metrotv/index.m3u8 http://lencatelevision.com:8080/hls/ltv1.m3u8 #EXTINF:-1 tvg-id="LTV.hn" status="online",LTV (720p) [Not 24/7] https://5e85d90130e77.streamlock.net/6022/6022/playlist.m3u8 -#EXTINF:-1 tvg-id="MayaTV.hn" status="error",Maya TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="MayaTV.hn" status="online",Maya TV (360p) [Not 24/7] https://media.streambrothers.com:1936/8140/8140/playlist.m3u8 -#EXTINF:-1 tvg-id="MVC.hn" status="error",Mi Viรฑa Canal (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MVC.hn" status="online",Mi Viรฑa Canal (720p) [Not 24/7] https://media.streambrothers.com:1936/8338/8338/master.m3u8 -#EXTINF:-1 tvg-id="OmegaTv.hn" status="error",Omega Tv (288p) [Not 24/7] +#EXTINF:-1 tvg-id="OmegaTv.hn" status="online",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="QhuboTV.hn" status="online",Q'hubo TV (410p) [Not 24/7] https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 @@ -85,7 +85,7 @@ http://st2.worldkast.com/8058/8058/playlist.m3u8 http://stream.grupoabchn.com:1935/TENHD/TENLIVEHD_2/playlist.m3u8 #EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (720p) http://stream.grupoabchn.com:1935/TENHD/TENLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TSi.hn" status="error",TSI (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TSi.hn" status="online",TSI (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k3q8hF4Y9tzpTgwu26R #EXTINF:-1 tvg-id="TVCopan.hn" status="online",TV Copรกn (480p) [Not 24/7] https://emisoras.hn:8081/tvcopan/index.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index 616f113ae..02ff93ffc 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="error",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 @@ -15,7 +15,7 @@ http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOvGbDh5biuOqjx6G3CdrQg/live #EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Tรฉlรฉ Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live -#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="online",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="online",Radio Tele Shalom (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCBJ9zxns1hxblYZw4urBd_w/live @@ -29,5 +29,5 @@ http://tvlakay.haitilive.net/website/tchhaiti/player/mono.m3u8 http://66.175.238.147:1935/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TeleLouange.ht" status="online",Tele Louange (720p) https://5790d294af2dc.streamlock.net/8124/8124/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVPanou.ht" status="error",TV Panou (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPanou.ht" status="online",TV Panou (720p) [Not 24/7] http://tvpanoucom.srfms.com:1935/tvpanoucom/livestream/playlist.m3u8 diff --git a/streams/hu.m3u b/streams/hu.m3u index 8e765efa3..f4733b94e 100644 --- a/streams/hu.m3u +++ b/streams/hu.m3u @@ -33,7 +33,7 @@ https://stream.y5.hu/stream/stream_filmp/hls1/stream.m3u8 http://hitmusic.hu/hitmusic.m3u8 #EXTINF:-1 tvg-id="HalomTV.hu" status="online",Halom TV (540p) http://stream.battanet.hu:8080/hls/livestream1/1_2/index.m3u8 -#EXTINF:-1 tvg-id="Hatoscsatorna.hu" status="online",Hatoscsatorna (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Hatoscsatorna.hu" status="error",Hatoscsatorna (360p) [Not 24/7] https://hatoscsatorna.hu:8082/Hatoscsatorna/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="Hatoscsatorna.hu" status="error",Hatoscsatorna (360p) [Offline] rtmp://lpmedia.hu:1935/Hatoscsatorna/livestream @@ -41,7 +41,7 @@ rtmp://lpmedia.hu:1935/Hatoscsatorna/livestream http://tv.hegyvidek.hu/stream_mpeg.flv #EXTINF:-1 tvg-id="IzauraTV.hu" status="blocked",Izaura TV [Geo-blocked] https://streaming.mytvback.com/stream/1aMW5tqyOFpH3swBdowx9Q/1617462678/channel040/stream-br1872000.m3u8 -#EXTINF:-1 tvg-id="KecskemetiTV.hu" status="online",Kecskemeti TV (416p) [Not 24/7] +#EXTINF:-1 tvg-id="KecskemetiTV.hu" status="error",Kecskemeti TV (416p) [Not 24/7] http://rtmp1.40e.hu:8000/live/ktv.m3u8 #EXTINF:-1 tvg-id="KomlosTV.hu" status="online",Komlรณs TV (1080p) [Not 24/7] https://stream.streaming4u.hu/KomlosTV/tracks-v1a1/mono.m3u8 @@ -77,5 +77,5 @@ https://stream.y5.hu/stream/stream_sorozatp/stream.m3u8 https://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8 #EXTINF:-1 tvg-id="TV7Bekescsaba.hu" status="online",TV7 Bekescsaba (360p) https://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8 -#EXTINF:-1 tvg-id="VTVFuzesabony.hu" status="error",VTV Fรผzesabony (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VTVFuzesabony.hu" status="online",VTV Fรผzesabony (720p) [Not 24/7] https://stream.unrealhosting.hu:7962/live.m3u8 diff --git a/streams/id.m3u b/streams/id.m3u index fdab6a228..2cf5cdfda 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -59,7 +59,7 @@ https://video.detik.com/trans7/smil:trans7.smil/playlist.m3u8 https://video.detik.com/transtv/smil:transtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVKU.id" status="online",TVKU (720p) [Not 24/7] http://103.30.1.14:8080/hls/live.m3u8 -#EXTINF:-1 tvg-id="TVRParlemen.id" status="online",TVR Parlemen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenBadanAnggaran.id" status="error",TVR Parlemen Badan Anggaran (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestreambanggar/playlist.m3u8 @@ -73,9 +73,9 @@ http://103.18.181.69:1935/golive/livestreambakn/playlist.m3u8 http://103.18.181.69:1935/golive/livestreambksap/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",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="online",TVR Parlemen Komisi II (720p) [Not 24/7] +#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="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 @@ -87,9 +87,9 @@ http://103.18.181.69:1935/golive/livestream5/playlist.m3u8 http://103.18.181.69:1935/golive/livestream6/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",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 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 #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 diff --git a/streams/il.m3u b/streams/il.m3u index c7f56109b..91ac489a4 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -29,7 +29,7 @@ https://stream71.shidur.net/htvlive2/smil:live2.smil/playlist.m3u8 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="KAN11Israel.il" status="online",KAN 11 Israel (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="KAN11Israel.il" status="blocked",KAN 11 Israel (360p) [Geo-blocked] https://kanlivep2event-i.akamaihd.net/hls/live/747610/747610/master.m3u8 #EXTINF:-1 tvg-id="KAN11Israel.il" status="error",KAN 11 Israel (720p) [Offline] http://93.152.174.144:4000/play/kan11/index.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index 174d21eaa..4756453f7 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -167,7 +167,7 @@ https://live.hungama.com/linear/dhamaal/playlist.m3u8 http://14.199.164.20:4001/play/a0tm/index.m3u8 #EXTINF:-1 tvg-id="Dhinchaak.in" status="online",Dhinchaak (576p) [Not 24/7] http://14.199.164.20:4001/play/a0o5/index.m3u8 -#EXTINF:-1 tvg-id="DighvijayNews24x7.in" status="online",Dighvijay (240p) [Not 24/7] +#EXTINF:-1 tvg-id="DighvijayNews24x7.in" status="error",Dighvijay (240p) [Not 24/7] https://vidcdn.vidgyor.com/dighvijay-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="DilSe.in" status="online",Dil Se (360p) [Not 24/7] https://live.hungama.com/linear/dil-se/playlist.m3u8 @@ -243,9 +243,9 @@ https://idvd.multitvsolution.com/idvo/imayamtv.m3u8 https://m-c036-j2apps.s.llnwi.net/hls/0442.IndiaNews.in.m3u8 #EXTINF:-1 tvg-id="IndiaToday.in" status="online",India Today (720p) [Not 24/7] https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/playlist.m3u8 -#EXTINF:-1 tvg-id="IndiaTV.in" status="online",India TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="IndiaTV.in" status="error",India TV (480p) [Not 24/7] https://live-indiatvnews.akamaized.net/indiatv-origin/ITV_1_1@199237/playlist.m3u8 -#EXTINF:-1 tvg-id="IndiaTV.in" status="online",India TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="IndiaTV.in" status="error",India TV (480p) [Not 24/7] https://live-indiatvnews.akamaized.net/indiatv-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="IsaiAruvi.in" status="online",Isai Aruvi (576p) http://103.199.161.254/Content/isaiaruvi/Live/Channel(IsaiAruvi)/index.m3u8 @@ -303,7 +303,7 @@ http://103.199.161.254/Content/kalaignarsirippoli/Live/Channel(Kalaignarsirippol https://live.mycast.in/kalingatv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="KanakNews.in" status="online",Kanak News (720p) [Not 24/7] https://live.kanaknews.com:4443/live/stream/playlist.m3u8 -#EXTINF:-1 tvg-id="KannurOne.in" status="online",Kannur One (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KannurOne.in" status="error",Kannur One (720p) [Not 24/7] https://bnwdplewrp3a-hls-live.wmncdn.net/kannur1/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="KannurVision.in" status="online",Kannur Vision (360p) [Not 24/7] https://stream.ufworldind.in/live/kvision/playlist.m3u8 @@ -363,7 +363,7 @@ http://14.199.164.20:4001/play/a0m2/index.m3u8 https://m-c036-j2apps.s.llnwi.net/hls/2172.ManoranjanMovies.in.m3u8 #EXTINF:-1 tvg-id="MarutamTV.in" status="online",Marutam TV (720p) [Not 24/7] http://mntv.livebox.co.in/mntvhls/mntv.m3u8 -#EXTINF:-1 tvg-id="Mastiii.in" status="online",Mastiii (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Mastiii.in" status="error",Mastiii (576p) [Not 24/7] http://103.199.160.85/Content/masthi/Live/Channel(Masthi)/index.m3u8 #EXTINF:-1 tvg-id="MathrubhumiNews.in" status="online",Mathrubhumi News (576p) [Not 24/7] http://103.199.161.254/Content/mathrubhuminews/Live/Channel(Mathrubhuminews)/index.m3u8 @@ -382,7 +382,7 @@ http://14.199.164.20:4001/play/a0p9/index.m3u8 http://103.199.161.254/Content/mediaone/Live/Channel(MediaOne)/index.m3u8 #EXTINF:-1 tvg-id="" status="online",MH1 Music (360p) [Not 24/7] http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",MH1 Prime (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",MH1 Prime (360p) [Not 24/7] http://rtmp.smartstream.video:1935/mhonenews/mhonenews/playlist.m3u8 #EXTINF:-1 tvg-id="MirrorNow.in" status="online",Mirror Now (360p) https://mbnowweb-lh.akamaihd.net/i/MRN_1@346545/master.m3u8 @@ -412,7 +412,7 @@ http://wearelive.livebox.co.in/naxatratvhls/Naxatratv.m3u8 https://live.hungama.com/linear/nazrana/playlist.m3u8 #EXTINF:-1 tvg-id="NCV.in" status="timeout",NCV (720p) [Not 24/7] http://103.146.174.60:1935/NCV/ncvstream/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NDTV 24X7 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",NDTV 24X7 (480p) [Not 24/7] https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/master.m3u8 #EXTINF:-1 tvg-id="NDTVIndia.in" status="online",NDTV India (480p) [Not 24/7] https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u8 @@ -509,7 +509,7 @@ http://103.199.161.254/Content/publicmusic/Live/Channel(PublicMusic)/index.m3u8 http://14.199.164.20:4001/play/a0ld/index.m3u8 #EXTINF:-1 tvg-id="PulariTV.in" status="online",Pulari TV (720p) [Not 24/7] https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8 -#EXTINF:-1 tvg-id="PunjabiZindabad.in" status="online",Punjabi Zindabad (360p) [Not 24/7] +#EXTINF:-1 tvg-id="PunjabiZindabad.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 @@ -523,7 +523,7 @@ http://acv.asianetmobiletvplus.com/channels/rajdigital_htfuqchouekpefzxodtbzaojt http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=_MT_gzdPiTg #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="online",Real TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RealTV.in" status="error",Real TV (720p) [Not 24/7] http://cloud.logicwebs.in:1935/realtv/realtv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Relax TV (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/RELAXTV/index.m3u8?token=GTR @@ -540,7 +540,7 @@ https://sneh-z5api.herokuapp.com/?c=0-9-channel_1422341819 http://cdn.asianetmobiletvplus.com/channels/rosebowl_7eb4dc1f3240c8eb776d41b95bd1d197/playlist.m3u8 #EXTINF:-1 tvg-id="RSTVRajyaSabha.in" status="error",RSTV RajyaSabha (1080p) [Not 24/7] https://nicls2-lh.akamaihd.net/i/rstv_1@26970/master.m3u8 -#EXTINF:-1 tvg-id="SachinMusic.in" status="online",Sachin Music (576p) [Not 24/7] +#EXTINF:-1 tvg-id="SachinMusic.in" status="error",Sachin Music (576p) [Not 24/7] http://singamcloud.in:1935/sachinmusichd/sachinmusichd/playlist.m3u8 #EXTINF:-1 tvg-id="SadaTV.in" status="online",Sada TV (1080p) [Not 24/7] http://cdn12.henico.net:8080/live/sadatv/index.m3u8 @@ -548,11 +548,11 @@ http://cdn12.henico.net:8080/live/sadatv/index.m3u8 http://cdn.clive.in:1935/sadhnabhakti/sadhnabhakti.stream_HDp/playlist.m3u8 #EXTINF:-1 tvg-id="SadhnaPlus.in" status="error",Sadhna Plus (360p) [Offline] http://cdn.clive.in:1935/sadhnaplus/sadhnaplus.stream_HDp/media.m3u8 -#EXTINF:-1 tvg-id="SafariTV.in" status="error",Safari TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SafariTV.in" status="online",Safari TV (480p) [Not 24/7] https://j78dp346yq5r-hls-live.5centscdn.com/safari/live.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SanaPlus.in" status="online",Sana Plus (720p) [Not 24/7] http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 -#EXTINF:-1 tvg-id="SanaTV.in" status="error",Sana TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="SanaTV.in" status="online",Sana TV (576p) [Not 24/7] http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Sanskaar (1080p) [Not 24/7] https://sanskarlive.sanskargroup.in/sanskartvlive.m3u8 @@ -649,7 +649,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://vidcdn.vidgyor.com/thanthi-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="ThanthiTV.in" status="online",Thanthi TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=wc3Y6vI-poI -#EXTINF:-1 tvg-id="TimeTV.in" status="error",Time TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TimeTV.in" status="online",Time TV (360p) [Not 24/7] https://cloudflare-cdn301.ottpro.in/live/timetv/playlist.m3u8 #EXTINF:-1 tvg-id="TimeVisionNews.in" status="online",Time Vision News (720p) [Not 24/7] http://cloud.logicwebs.in:1935/timevision/timevision/playlist.m3u8 @@ -675,7 +675,7 @@ http://14.199.164.20:4001/play/a0nx/index.m3u8 http://vasanth.live.cdn.bitgravity.com/vasanth/secure/live/feed03?bgsecuredir=1&e=0&h=a9be0836bc39f96d0a9a958a659dfc1d #EXTINF:-1 tvg-id="VathanamTV.in" status="timeout",Vathanam TV [Timeout] http://95.216.167.183:5080/LiveApp/streams/443106610169904881506470.m3u8 -#EXTINF:-1 tvg-id="Velicham.in" status="error",Velicham (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Velicham.in" status="online",Velicham (360p) [Not 24/7] https://rtmp.smartstream.video/velichamtv/velichamtv/playlist.m3u8 #EXTINF:-1 tvg-id="VismayaNews.in" status="online",Vismaya News (720p) [Not 24/7] http://live.singamcloud.in:1935/vismayanews/vismayanews/playlist.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index ed3ed51e5..824cfe9e9 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -3,7 +3,7 @@ http://rtmp1.abnsat.com/hls/arabic.m3u8 #EXTINF:-1 tvg-id="AfarinTV.iq" status="online",Afarin TV (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/afarinTV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="AlHurra.iq" status="online",Al Hurra (486p) [Not 24/7] +#EXTINF:-1 tvg-id="AlHurra.iq" status="error",Al Hurra (486p) [Not 24/7] https://mbnhls-lh.akamaihd.net/i/MBN_1@118619/master.m3u8 #EXTINF:-1 tvg-id="AlIraqiyaAl3ama.iq" status="online",Al Iraqiya Al 3ama (720p) [Not 24/7] https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 @@ -15,7 +15,7 @@ http://149.202.79.190:8081/arrafidaintv/publish/playlist.m3u8 https://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8 #EXTINF:-1 tvg-id="AlRasheed.iq" status="online",Al Rasheed (408p) [Not 24/7] https://media1.livaat.com/AL-RASHEED-HD/index.m3u8 -#EXTINF:-1 tvg-id="AlSharqiya.iq" status="error",Al Sharqiya (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlSharqiya.iq" status="online",Al Sharqiya (1080p) [Not 24/7] http://ns8.indexforce.com:1935/home/mystream/playlist.m3u8 #EXTINF:-1 tvg-id="AlSharqiyaNews.iq" status="online",Al Sharqiya News (1080p) http://ns8.indexforce.com:1935/alsharqiyalive/mystream/playlist.m3u8 @@ -23,13 +23,13 @@ http://ns8.indexforce.com:1935/alsharqiyalive/mystream/playlist.m3u8 http://iptv.repl.co/Arabic/Al_summaria #EXTINF:-1 tvg-id="AlEtejah.iq" status="online",Al-Etejah (576p) [Not 24/7] https://streaming.aletejahtv.iq:1937/etejah-live/smil:etejah.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlJawadain.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadain.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlGhadeer.iq" status="online",AlGhadeer (720p) [Not 24/7] https://asdiuhiu12.myvodu.app:3356/live/Alghadeer/index.m3u8 -#EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="error",Alkafeel: Between the two holy shrines (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",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="error",Alkafeel: The entrance of the holy sanctuary (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlkafeelTheentranceoftheholysanctuary.iq" status="online",Alkafeel: The entrance of the holy sanctuary (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot3/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelTheHolyTomb.iq" status="error",Alkafeel: The Holy Tomb (360p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8 @@ -87,7 +87,7 @@ https://d1x82nydcxndze.cloudfront.net/live/index.m3u8 https://5a3ed7a72ed4b.streamlock.net/live/SMIL:myStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KurdMaxSorani.iq" status="online",KurdMax (1080p) [Not 24/7] https://5aa8c7549bfa9.streamlock.net/liveTrans/ngrp:myStream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="error",KurdMax Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="online",KurdMax Music (720p) [Not 24/7] https://5aa8c7549bfa9.streamlock.net/music/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="KurdMaxShow.iq" status="online",KurdMax Show (720p) [Not 24/7] https://5aa8c7549bfa9.streamlock.net/liveTrans/ngrp:SHOW1_all/playlist.m3u8 @@ -99,7 +99,7 @@ http://ikomg2.s.llnwi.net/kurdsathd/playlist.m3u8 http://ikomg2.s.llnwi.net/kurdsatnewshd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",KurdSat News (1080p) [Not 24/7] https://ikomg2.mmdlive.lldns.net/ikomg2/107b7df8f5444d778f349100739a09cd/manifest.m3u8 -#EXTINF:-1 tvg-id="NetTV.iq" status="error",Net TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NetTV.iq" status="blocked",Net TV (480p) [Not 24/7] https://live.karwan.tv/karwan.tv/net-tv/playlist.m3u8 #EXTINF:-1 tvg-id="NetTV.iq" status="error",Net TV (1080p) [Not 24/7] http://nettvstreampaid.flashmediacast.com:1935/nettvstreampaid/livestream/playlist.m3u8 diff --git a/streams/ir.m3u b/streams/ir.m3u index aaa0e23d7..806ddbb2e 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -9,7 +9,7 @@ http://116.202.255.113:1935/4utv/livehd/playlist.m3u8 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="" status="online",Al Kawthar TV (240p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Al Kawthar TV (240p) [Not 24/7] http://178.252.143.156:1935/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="AlWilayah.ir" status="online",Al Wilayah (720p) [Not 24/7] https://nl.livekadeh.com/hls2/alwilayah.tv.m3u8 @@ -153,7 +153,7 @@ http://159.69.58.154/itoon/master.m3u8 http://cdn1.live.irib.ir:1935/epg-live/smil:jahanbin/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.ir" status="online",Kalemeh TV (1080p) [Not 24/7] https://live.kalemehtv.tv/live/ngrp:kalemeh_all/playlist.m3u8 -#EXTINF:-1 tvg-id="KhaterehTV.ir" status="error",Khatereh TV (368p) [Geo-blocked] +#EXTINF:-1 tvg-id="KhaterehTV.ir" status="blocked",Khatereh TV (368p) [Geo-blocked] https://5caf24a595d94.streamlock.net:1937/8130/8130/playlist.m3u8 #EXTINF:-1 tvg-id="Marjaeyat.ir" status="online",Marjaeyat (1080p) [Not 24/7] https://livefa.marjaeyattv.com/mtv_fa/playlist.m3u8 @@ -179,7 +179,7 @@ http://51.210.199.36/hls/stream.m3u8 https://live2.parnian.tv/hls/live/play.m3u8 #EXTINF:-1 tvg-id="ParsTV.ir" status="online",Pars TV (720p) [Not 24/7] https://livestream.5centscdn.com/cls032817/18e2bf34e2035dbabf48ee2db66405ce.sdp/index.m3u8 -#EXTINF:-1 tvg-id="Parsiland.ir" status="error",Parsiland (540p) [Not 24/7] +#EXTINF:-1 tvg-id="Parsiland.ir" status="online",Parsiland (540p) [Not 24/7] http://vps.parsiland.net/hls/ParsiLand.m3u8 #EXTINF:-1 tvg-id="PayamJavanTV.ir" status="online",Payam Javan TV (720p) [Not 24/7] https://uni01rtmp.tulix.tv/kensecure/pjtv.stream/playlist.m3u8 @@ -233,7 +233,7 @@ http://51.210.227.132/hls/stream.m3u8 https://bozztv.com/1gbw5/tintv/tintv/playlist.m3u8 #EXTINF:-1 tvg-id="Toonix.ir" status="online",Toonix (720p) [Not 24/7] http://51.210.227.134/hls/stream.m3u8 -#EXTINF:-1 tvg-id="Valiasr.ir" status="online",Valiasr (480p) [Offline] +#EXTINF:-1 tvg-id="Valiasr.ir" status="error",Valiasr (480p) [Offline] https://ir13.livekadeh.com/hls2/valiasr.m3u8 #EXTINF:-1 tvg-id="" status="online",Varzesh (1080p) http://cdn1.live.irib.ir:1935/channel-live/smil:varzesh/playlist.m3u8 diff --git a/streams/ir_telewebion.m3u b/streams/ir_telewebion.m3u index 90dc51b80..bc650357f 100644 --- a/streams/ir_telewebion.m3u +++ b/streams/ir_telewebion.m3u @@ -24,18 +24,18 @@ https://sdm.telewebion.com/live/azarbayjangharbi/playlist.m3u8 #EXTINF:-1 tvg-id="AzarbayjanGharbi.ir" status="online",Azarbayjan Gharbi (576p) https://sdw.telewebion.com/live/azarbayjangharbi/playlist.m3u8 #EXTINF:-1 tvg-id="Baran.ir" status="online",Baran (576p) -https://sdm.telewebion.com/live/baran/playlist.m3u8 -#EXTINF:-1 tvg-id="Baran.ir" status="online",Baran (576p) https://sdw.telewebion.com/live/baran/playlist.m3u8 +#EXTINF:-1 tvg-id="Baran.ir" status="online",Baran (576p) +https://sdm.telewebion.com/live/baran/playlist.m3u8 #EXTINF:-1 tvg-id="Bushehr.ir" status="online",Bushehr (576p) [Not 24/7] https://sdm.telewebion.com/live/bushehr/playlist.m3u8 #EXTINF:-1 tvg-id="Bushehr.ir" status="online",Bushehr (576p) [Not 24/7] https://sdw.telewebion.com/live/bushehr/playlist.m3u8 -#EXTINF:-1 tvg-id="Dena.ir" status="timeout",Dena (576p) +#EXTINF:-1 tvg-id="Dena.ir" status="online",Dena (576p) https://sdm.telewebion.com/live/dena/playlist.m3u8 #EXTINF:-1 tvg-id="Dena.ir" status="online",Dena (576p) https://sdw.telewebion.com/live/dena/playlist.m3u8 -#EXTINF:-1 tvg-id="ESFAHAN.ir" status="timeout",ESFAHAN (576p) +#EXTINF:-1 tvg-id="ESFAHAN.ir" status="online",ESFAHAN (576p) https://sdm.telewebion.com/live/esfahan/playlist.m3u8 #EXTINF:-1 tvg-id="ESFAHAN.ir" status="online",ESFAHAN (576p) https://sdw.telewebion.com/live/esfahan/playlist.m3u8 @@ -63,7 +63,7 @@ https://sdw.telewebion.com/live/ilam/playlist.m3u8 https://sdm.telewebion.com/live/irankala/playlist.m3u8 #EXTINF:-1 tvg-id="IRANKALA.ir" status="online",IRANKALA (576p) [Not 24/7] https://sdw.telewebion.com/live/irankala/playlist.m3u8 -#EXTINF:-1 tvg-id="IRINN.ir" status="timeout",IRINN (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IRINN.ir" status="online",IRINN (1080p) [Not 24/7] https://sdm.telewebion.com/live/irinn/playlist.m3u8 #EXTINF:-1 tvg-id="IRINN.ir" status="online",IRINN (1080p) [Timeout] https://sdw.telewebion.com/live/irinn/playlist.m3u8 @@ -77,7 +77,7 @@ https://sdm.telewebion.com/live/kerman/playlist.m3u8 https://sdw.telewebion.com/live/kerman/playlist.m3u8 #EXTINF:-1 tvg-id="KERMANSHAH.ir" status="online",KERMANSHAH (576p) https://sdw.telewebion.com/live/zagros/playlist.m3u8 -#EXTINF:-1 tvg-id="KERMANSHAH.ir" status="error",KERMANSHAH (576p) [Timeout] +#EXTINF:-1 tvg-id="KERMANSHAH.ir" status="online",KERMANSHAH (576p) [Timeout] https://sdm.telewebion.com/live/zagros/playlist.m3u8 #EXTINF:-1 tvg-id="KHJONOOBI.ir" status="online",KH.JONOOBI (576p) https://sdm.telewebion.com/live/khavaran/playlist.m3u8 @@ -89,9 +89,9 @@ https://sdm.telewebion.com/live/khorasanrazavi/playlist.m3u8 https://sdw.telewebion.com/live/khorasanrazavi/playlist.m3u8 #EXTINF:-1 tvg-id="KHSHOMALI.ir" status="online",KH.SHOMALI (576p) https://sdw.telewebion.com/live/atrak/playlist.m3u8 -#EXTINF:-1 tvg-id="KHSHOMALI.ir" status="timeout",KH.SHOMALI (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KHSHOMALI.ir" status="online",KH.SHOMALI (576p) [Not 24/7] https://sdm.telewebion.com/live/atrak/playlist.m3u8 -#EXTINF:-1 tvg-id="KHALIJEFARS.ir" status="timeout",KHALIJEFARS (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KHALIJEFARS.ir" status="online",KHALIJEFARS (576p) [Not 24/7] https://sdm.telewebion.com/live/khalijefars/playlist.m3u8 #EXTINF:-1 tvg-id="KHALIJEFARS.ir" status="online",KHALIJEFARS (576p) [Not 24/7] https://sdw.telewebion.com/live/khalijefars/playlist.m3u8 @@ -107,41 +107,41 @@ https://sdw.telewebion.com/live/kish/playlist.m3u8 https://sdm.telewebion.com/live/kordestan/playlist.m3u8 #EXTINF:-1 tvg-id="KORDESTAN.ir" status="online",KORDESTAN (576p) https://sdw.telewebion.com/live/kordestan/playlist.m3u8 -#EXTINF:-1 tvg-id="MAHABAD.ir" status="timeout",MAHABAD (576p) -https://sdw.telewebion.com/live/mahabad/playlist.m3u8 #EXTINF:-1 tvg-id="MAHABAD.ir" status="online",MAHABAD (576p) https://sdm.telewebion.com/live/mahabad/playlist.m3u8 +#EXTINF:-1 tvg-id="MAHABAD.ir" status="online",MAHABAD (576p) +https://sdw.telewebion.com/live/mahabad/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",MAZANDARAN (576p) https://sdm.telewebion.com/live/tabarestan/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",MAZANDARAN (576p) https://sdw.telewebion.com/live/tabarestan/playlist.m3u8 -#EXTINF:-1 tvg-id="MOSTANAD.ir" status="timeout",MOSTANAD (240p) [Timeout] +#EXTINF:-1 tvg-id="MOSTANAD.ir" status="online",MOSTANAD (240p) [Timeout] https://sdw.telewebion.com/live/mostanad/playlist.m3u8 #EXTINF:-1 tvg-id="MOSTANAD.ir" status="timeout",MOSTANAD (1080p) https://sdm.telewebion.com/live/mostanad/playlist.m3u8 -#EXTINF:-1 tvg-id="NAMAYESH.ir" status="timeout",NAMAYESH (1080p) [Timeout] +#EXTINF:-1 tvg-id="NAMAYESH.ir" status="online",NAMAYESH (1080p) [Timeout] https://sdm.telewebion.com/live/namayesh/playlist.m3u8 -#EXTINF:-1 tvg-id="NAMAYESH.ir" status="timeout",NAMAYESH (1080p) [Timeout] +#EXTINF:-1 tvg-id="NAMAYESH.ir" status="online",NAMAYESH (1080p) [Timeout] https://sdw.telewebion.com/live/namayesh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NASIM (1080p) +#EXTINF:-1 tvg-id="" status="online",NASIM (1080p) https://sdw.telewebion.com/live/nasim/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NASIM (1080p) [Timeout] +#EXTINF:-1 tvg-id="" status="online",NASIM (1080p) [Timeout] https://sdm.telewebion.com/live/nasim/playlist.m3u8 -#EXTINF:-1 tvg-id="Noor.ir" status="timeout",Noor (576p) -https://sdw.telewebion.com/live/noor/playlist.m3u8 #EXTINF:-1 tvg-id="Noor.ir" status="online",Noor (576p) https://sdm.telewebion.com/live/noor/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",OFOGH (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Noor.ir" status="online",Noor (576p) +https://sdw.telewebion.com/live/noor/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",OFOGH (1080p) [Not 24/7] https://sdm.telewebion.com/live/ofogh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",OFOGH (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",OFOGH (1080p) [Not 24/7] https://sdw.telewebion.com/live/ofogh/playlist.m3u8 #EXTINF:-1 tvg-id="OMID.ir" status="online",OMID (576p) https://sdw.telewebion.com/live/omid/playlist.m3u8 #EXTINF:-1 tvg-id="OMID.ir" status="online",OMID (576p) [Timeout] https://sdm.telewebion.com/live/omid/playlist.m3u8 -#EXTINF:-1 tvg-id="POUYA.ir" status="timeout",POUYA (720p) +#EXTINF:-1 tvg-id="POUYA.ir" status="online",POUYA (720p) https://sdm.telewebion.com/live/pooya/playlist.m3u8 -#EXTINF:-1 tvg-id="POUYA.ir" status="timeout",POUYA (720p) [Timeout] +#EXTINF:-1 tvg-id="POUYA.ir" status="online",POUYA (720p) [Timeout] https://sdw.telewebion.com/live/pooya/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",QAZVIN (240p) https://sdw.telewebion.com/live/qazvin/playlist.m3u8 @@ -157,7 +157,7 @@ https://sdm.telewebion.com/live/sabalan/playlist.m3u8 https://sdm.telewebion.com/live/sahand/playlist.m3u8 #EXTINF:-1 tvg-id="SAHAND.ir" status="online",SAHAND (576p) https://sdw.telewebion.com/live/sahand/playlist.m3u8 -#EXTINF:-1 tvg-id="SALAMAT.ir" status="timeout",SALAMAT (576p) +#EXTINF:-1 tvg-id="SALAMAT.ir" status="online",SALAMAT (576p) https://sdm.telewebion.com/live/salamat/playlist.m3u8 #EXTINF:-1 tvg-id="SALAMAT.ir" status="online",SALAMAT (576p) https://sdw.telewebion.com/live/salamat/playlist.m3u8 @@ -165,29 +165,29 @@ https://sdw.telewebion.com/live/salamat/playlist.m3u8 https://sdw.telewebion.com/live/semnan/playlist.m3u8 #EXTINF:-1 tvg-id="SEMNAN.ir" status="online",SEMNAN (576p) [Timeout] https://sdm.telewebion.com/live/semnan/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SEPEHR (576p) -https://sdw.telewebion.com/live/sepehr/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",SEPEHR (576p) https://sdm.telewebion.com/live/sepehr/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SHOMA (576p) +#EXTINF:-1 tvg-id="" status="online",SEPEHR (576p) +https://sdw.telewebion.com/live/sepehr/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",SHOMA (576p) https://sdm.telewebion.com/live/shoma/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",SHOMA (576p) https://sdw.telewebion.com/live/shoma/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",TAMASHA (1080p) +#EXTINF:-1 tvg-id="" status="online",TAMASHA (1080p) https://sdw.telewebion.com/live/hdtest/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",TAMASHA (1080p) [Timeout] +#EXTINF:-1 tvg-id="" status="online",TAMASHA (1080p) [Timeout] https://sdm.telewebion.com/live/hdtest/playlist.m3u8 -#EXTINF:-1 tvg-id="TV1.ir" status="timeout",TV1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV1.ir" status="online",TV1 (1080p) [Not 24/7] https://sdm.telewebion.com/live/tv1/playlist.m3u8 -#EXTINF:-1 tvg-id="TV1.ir" status="timeout",TV1 (1080p) [Timeout] +#EXTINF:-1 tvg-id="TV1.ir" status="online",TV1 (1080p) [Timeout] https://sdw.telewebion.com/live/tv1/playlist.m3u8 #EXTINF:-1 tvg-id="TV2.ir" status="online",TV2 (576p) -https://sdm.telewebion.com/live/tv2/playlist.m3u8 -#EXTINF:-1 tvg-id="TV2.ir" status="online",TV2 (576p) https://sdw.telewebion.com/live/tv2/playlist.m3u8 -#EXTINF:-1 tvg-id="TV3.ir" status="timeout",TV3 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TV2.ir" status="timeout",TV2 (576p) +https://sdm.telewebion.com/live/tv2/playlist.m3u8 +#EXTINF:-1 tvg-id="TV3.ir" status="online",TV3 (360p) [Not 24/7] https://sdw.telewebion.com/live/tv3/playlist.m3u8 -#EXTINF:-1 tvg-id="TV3.ir" status="timeout",TV3 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV3.ir" status="online",TV3 (480p) [Not 24/7] https://sdm.telewebion.com/live/tv3/playlist.m3u8 #EXTINF:-1 tvg-id="TV4.ir" status="online",TV4 (576p) https://sdm.telewebion.com/live/tv4/playlist.m3u8 @@ -197,9 +197,9 @@ https://sdw.telewebion.com/live/tv4/playlist.m3u8 https://sdm.telewebion.com/live/tehran/playlist.m3u8 #EXTINF:-1 tvg-id="TV5.ir" status="online",TV5 (576p) https://sdw.telewebion.com/live/tehran/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",VARZESH (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",VARZESH (1080p) [Not 24/7] https://sdw.telewebion.com/live/varzesh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",VARZESH (1080p) [Timeout] +#EXTINF:-1 tvg-id="" status="online",VARZESH (1080p) [Timeout] https://sdm.telewebion.com/live/varzesh/playlist.m3u8 #EXTINF:-1 tvg-id="YAZD.ir" status="online",YAZD (576p) https://sdm.telewebion.com/live/taban/playlist.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index 7afcc59ac..7a2a8f79c 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -89,11 +89,11 @@ https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8 http://151.0.207.99:1935/GoldTV/GOLD_17/playlist.m3u8 #EXTINF:-1 tvg-id="HalowKidsHD.it" status="error",Halow Kids HD (480p) [Offline] http://halowtv.online:8080/HalowTV/FSyzHfEhvb/139 -#EXTINF:-1 tvg-id="" status="online",Hilando Fino (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Hilando Fino (1080p) [Not 24/7] http://4k-server-mia.2cdn.eu/HilandoFinoTV/ngrp:HilandoFinoTV_all/playlist.m3u8 #EXTINF:-1 tvg-id="HistoryLab.it" status="online",History Lab (270p) [Not 24/7] https://5929b138b139d.streamlock.net/HistoryLab/livestream/playlis.m3u8 -#EXTINF:-1 tvg-id="IcaroTV.it" status="online",Icaro TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IcaroTV.it" status="error",Icaro TV (720p) [Not 24/7] https://59d7d6f47d7fc.streamlock.net/icarotv/icarotv/playlist.m3u8 #EXTINF:-1 tvg-id="Iris.it" status="blocked",Iris [Geo-blocked] https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ki)/index.m3u8 @@ -103,7 +103,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(i1)/ https://59d7d6f47d7fc.streamlock.net/italia2/italia2/playlist.m3u8 #EXTINF:-1 tvg-id="Italia2.it" status="blocked",Italia 2 [Geo-blocked] https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(i2)/index.m3u8 -#EXTINF:-1 tvg-id="Italia2TV.it" status="blocked",Italia 2 TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Italia2TV.it" status="online",Italia 2 TV (480p) [Geo-blocked] http://wms.shared.streamshow.it/italia2/mp4:italia2/playlist.m3u8 #EXTINF:-1 tvg-id="Italia7.it" status="timeout",Italia 7 (576p) [Timeout] http://151.0.207.99:1935/italia7/italia7/playlist.m3u8 @@ -170,9 +170,9 @@ https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channe #EXTINF:-1 tvg-id="Radio105.it" status="error",Radio 105 (576p) [Offline] https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(EC)/index.m3u8 #EXTINF:-1 tvg-id="Radio105TV.it" status="error",Radio 105 TV (576p) [Offline] -https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ec)/index.m3u8 -#EXTINF:-1 tvg-id="Radio105TV.it" status="error",Radio 105 TV (576p) [Offline] https://live3-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ec)/index.m3u8 +#EXTINF:-1 tvg-id="Radio105TV.it" status="error",Radio 105 TV (576p) [Offline] +https://live3-radio-mediaset-it.akamaized.net/content/hls_h0_clr_vos/live/channel(ec)/index.m3u8 #EXTINF:-1 tvg-id="RadioBirikinaTV.it" status="online",Radio Birikina TV (720p) [Not 24/7] https://56b50ada2d659.streamlock.net/RadioBirikinaTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioCapitalTV.it" status="online",Radio Capital TV (360p) @@ -336,7 +336,7 @@ https://5db313b643fd8.streamlock.net/SUPERSIXLombardia/SUPERSIXLombardia/playlis http://uk4.streamingpulse.com:1935/TeleabruzzoTV/TeleabruzzoTV/playlist.m3u8 #EXTINF:-1 tvg-id="TeleLiguriaSud.it" status="online",Tele Liguria Sud (224p) [Not 24/7] https://live.teleliguriasud.it/hls/tls/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Tele Pavia (720p) +#EXTINF:-1 tvg-id="" status="online",Tele Pavia (720p) http://wms.shared.streamshow.it/telepavia/telepavia/playlist.m3u8 #EXTINF:-1 tvg-id="TelePegasoCatania.it" status="online",Tele Pegaso Catania (404p) [Not 24/7] https://flash2.xdevel.com/telepegasocanale812/telepegasocanale812/playlist.m3u8 @@ -392,9 +392,9 @@ https://59d7d6f47d7fc.streamlock.net/telenord/telenord/playlist.m3u8 https://59d8c0cee6f3d.streamlock.net/telenord/telenord/playlist.m3u8 #EXTINF:-1 tvg-id="TeleNordest.it" status="online",TeleNordest (480p) [Not 24/7] https://wms.shared.streamshow.it/telenord/telenord/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",telePAVIA (720p) +#EXTINF:-1 tvg-id="" status="online",telePAVIA (720p) http://wms.shared.streamshow.it/telepavia/mp4:telepavia/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",telePAVIA (720p) +#EXTINF:-1 tvg-id="" status="online",telePAVIA (720p) http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8 #EXTINF:-1 tvg-id="TeleRent7Gold.it" status="error",TeleRent 7Gold (720p) [Offline] https://stream2.xdevel.com/video0s86-21/stream/playlist_dvr.m3u8 diff --git a/streams/jp.m3u b/streams/jp.m3u index 28ebe1296..d72ddd91d 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -4,9 +4,9 @@ http://51.79.193.108:8080/hls/j00026/index.m3u8 #EXTINF:-1 tvg-id="AnimaxJapan.jp" status="online",Animax Japan (720p) [Not 24/7] http://51.79.193.108:8080/hlsok/j00026/index.m3u8 #EXTINF:-1 tvg-id="AnimaxJapan.jp" status="online",Animax Japan (Indonesian Subs) (576p) [Geo-blocked] -http://210.210.155.35/dr9445/h/h02/01.m3u8 -#EXTINF:-1 tvg-id="AnimaxJapan.jp" status="online",Animax Japan (Indonesian Subs) (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h144/01.m3u8 +#EXTINF:-1 tvg-id="AnimaxJapan.jp" status="error",Animax Japan (Indonesian Subs) (576p) [Geo-blocked] +http://210.210.155.35/dr9445/h/h02/01.m3u8 #EXTINF:-1 tvg-id="AnimaxJapan.jp" status="error",Animax Japan (Thai Subs) [Offline] http://27.254.130.62/feed/LC38/playlist.m3u8 #EXTINF:-1 tvg-id="AnimaxJapan.jp" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Japan (Vietnamese Subs) (720p) @@ -38,10 +38,10 @@ http://51.79.193.108:8080/hlsok/j00047/index.m3u8 http://51.79.193.108:8080/hls/j00050/index.m3u8 #EXTINF:-1 tvg-id="BSTVTokyo.jp" status="online",BS TV Tokyo (720p) [Not 24/7] http://51.79.193.108:8080/hlsok/j00050/index.m3u8 -#EXTINF:-1 tvg-id="BSTBS.jp" status="error",BS-TBS (720p) [Not 24/7] -http://50.7.74.29:8880/hlsok/j00051/index.m3u8 #EXTINF:-1 tvg-id="BSTBS.jp" status="online",BS-TBS (720p) [Not 24/7] http://51.79.193.108:8080/hls/j00051/index.m3u8 +#EXTINF:-1 tvg-id="BSTBS.jp" status="error",BS-TBS (720p) [Not 24/7] +http://50.7.74.29:8880/hlsok/j00051/index.m3u8 #EXTINF:-1 tvg-id="CGNTVJapan.jp" status="timeout",CGNTV Japan (720p) [Timeout] http://cgntv-glive.ofsdelivery.net/live/cgntv_jp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Family Gekijo (Japanese Subs) (540p) [Not 24/7] @@ -50,8 +50,6 @@ http://51.79.193.108:8080/hls/j00011/index.m3u8 http://51.79.193.108:8080/hlsok/j00011/index.m3u8 #EXTINF:-1 tvg-id="FujiTV.jp" status="online",Fuji TV (540p) [Not 24/7] https://fujitv1.mov3.co/hls/fujitv.m3u8 -#EXTINF:-1 tvg-id="FujiTV.jp" status="error",Fuji TV (720p) [Not 24/7] -http://undefined #EXTINF:-1 tvg-id="FujiTV.jp" status="online",Fuji TV (720p) [Not 24/7] http://51.79.193.108:8080/hls/j00010/index.m3u8 #EXTINF:-1 tvg-id="GAORA.jp" status="error",GAORA (540p) [Not 24/7] @@ -132,7 +130,7 @@ http://51.79.193.108:8080/hlsok/j00033/index.m3u8 https://nhk1.mov3.co/hls/nhk.m3u8 #EXTINF:-1 tvg-id="NHKWorld.jp" status="online",NHK World (720p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/zh/playlist.m3u8 -#EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="error",NHK World Japan (720p) [Not 24/7] https://b-nhkwlive-xjp.webcdn.stream.ne.jp/hls/live/2003458-b/nhkwlive-xjp-en/index.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (1080p) https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8 diff --git a/streams/ke.m3u b/streams/ke.m3u index 3876b21c5..72930e698 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -7,9 +7,9 @@ https://tvsn-i.akamaihd.net/hls/live/261837/tvsn/tvsn.m3u8 https://goliveafrica.media:9998/live/6045ccbac3484/index.m3u8 #EXTINF:-1 tvg-id="K24.ke" status="online",K24 (480p) [Not 24/7] https://5f4db0f94b000.streamlock.net/k24/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="KamemeTV.ke" status="online",Kameme TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KamemeTV.ke" status="error",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj -#EXTINF:-1 tvg-id="KassTV.ke" status="online",Kass TV (540p) [Not 24/7] +#EXTINF:-1 tvg-id="KassTV.ke" status="error",Kass TV (540p) [Not 24/7] https://goliveafrica.media:9998/live/60755313b36db/index.m3u8 #EXTINF:-1 tvg-id="KBC.ke" status="online",KBC (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x74211t diff --git a/streams/kr.m3u b/streams/kr.m3u index faff9090f..2f47f6a08 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -55,7 +55,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFb1QuujJWU3nuUMCNPhNiA/live #EXTINF:-1 tvg-id="GugbangTV.kr" status="online",Gugbang TV (1080p) [Not 24/7] http://mediaworks.dema.mil.kr:1935/live_edge/cudo.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="JIBSSBS.kr" status="error",JIBS SBS (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JIBSSBS.kr" status="online",JIBS SBS (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 #EXTINF:-1 tvg-id="KPlus.kr" status="online",K+ (576p) [Geo-blocked] http://210.210.155.35/uq2663/h/h08/index.m3u8 @@ -71,7 +71,7 @@ http://kbs-dokdo.gscdn.com/sec_kbshomepage_300/sec_kbshomepage_300.stream/playli https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",KCTV ๊ด‘์ฃผ CH05 (720p) [Not 24/7] http://119.77.96.184:1935/chn05/chn05/playlist.m3u8 -#EXTINF:-1 tvg-id="MBC.kr" status="online",MBC (1080p) +#EXTINF:-1 tvg-id="MBC.kr" status="error",MBC (1080p) http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="MBCYeosu.kr" status="online",MBC Yeosu (720p) [Not 24/7] https://5c3639aa99149.streamlock.net/live_TV/TV/playlist.m3u8 @@ -81,7 +81,7 @@ http://183.110.27.87/mtnlive/720/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClErHbdZKUnD1NyIUeQWvuQ/live #EXTINF:-1 tvg-id="NBSKoreaAgriculturalBroadcasting.kr" status="online",NBS Korea Agricultural Broadcasting (720p) https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8 -#EXTINF:-1 tvg-id="One.kr" status="error",One (Indonesian Sub) (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="One.kr" status="online",One (Indonesian Sub) (360p) [Geo-blocked] http://210.210.155.35/uq2663/h/h143/02.m3u8 #EXTINF:-1 tvg-id="SBSKNN.kr" status="online",SBS KNN (450p) [Not 24/7] http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 @@ -99,7 +99,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live #EXTINF:-1 tvg-id="" status="online",YTN SCIENCE (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live -#EXTINF:-1 tvg-id="" status="online",๊ฐ€์š”TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",๊ฐ€์š”TV (1080p) [Not 24/7] http://gayotv.net:1935/live/gayotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",๊ตญ์•…๋ฐฉ์†ก (1080p) http://mgugaklive.nowcdn.co.kr/gugakvideo/gugakvideo.stream/playlist.m3u8 @@ -107,7 +107,7 @@ http://mgugaklive.nowcdn.co.kr/gugakvideo/gugakvideo.stream/playlist.m3u8 https://5e04aba713813.streamlock.net/live/livetv/playlist.m3u8 #EXTINF:-1 tvg-id="MBCDaejeon.kr" status="online",๋Œ€์ „MBC (MBC Daejeon) (720p) [Not 24/7] https://5c482867a8b63.streamlock.net/live/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="MBCJeju.kr" status="online",์ œ์ฃผ MBC (MBC Jeju) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="MBCJeju.kr" status="error",์ œ์ฃผ MBC (MBC Jeju) (352p) [Not 24/7] https://5cf58a556f9b2.streamlock.net/live/tv_jejumbc/playlist.m3u8 #EXTINF:-1 tvg-id="MBCChuncheon.kr" status="online",์ถ˜์ฒœMBC (MBC Chuncheon) (1080p) [Not 24/7] https://5c74939c891dc.streamlock.net/live/TV/playlist.m3u8 diff --git a/streams/kw.m3u b/streams/kw.m3u index 0c15a044e..6254ddca6 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AlMaaliTV.kw" status="online",Al Maali TV (1080p) https://video1.getstreamhosting.com:1936/8484_1/8484_1/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMaaref.kw" status="timeout",Al Maaref (350p) [Timeout] +#EXTINF:-1 tvg-id="AlMaaref.kw" status="online",Al Maaref (350p) [Timeout] https://5e74a9d684b2e.streamlock.net/liveTrans/ngrp:channel23_all/playlist.m3u8 #EXTINF:-1 tvg-id="ALRAI.kw" status="online",Al Rai (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x8779mb @@ -19,23 +19,7 @@ https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 https://dcunilive93-lh.akamaihd.net/i/dclive_1@835787/master.m3u8 #EXTINF:-1 tvg-id="Funoon.kw" status="online",Funoon (360p) https://gulfsat.cdn.easybroadcast.fr/live/FunoonHd_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="KTV1.kw" status="online",KTV 1 (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtv1.m3u8 -#EXTINF:-1 tvg-id="KTV2.kw" status="online",KTV 2 (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtv2.m3u8 -#EXTINF:-1 tvg-id="KTVAlMajlis.kw" status="online",KTV Al Majlis (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvmajlis.m3u8 #EXTINF:-1 tvg-id="KTVAlQurain.kw" status="online",KTV Al Qurain (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvqurain.m3u8 -#EXTINF:-1 tvg-id="KTVArabe.kw" status="online",KTV Arabe (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvarabi.m3u8 -#EXTINF:-1 tvg-id="KTVEthraa.kw" status="online",KTV Ethraa (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvethraa.m3u8 -#EXTINF:-1 tvg-id="KTVKhallikBilbait.kw" status="online",KTV Khallik Bilbait (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvkids.m3u8 -#EXTINF:-1 tvg-id="KTVSport.kw" status="online",KTV Sport (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvsports.m3u8 -#EXTINF:-1 tvg-id="KTVSportPlus.kw" status="online",KTV Sport Plus (1080p) [Not 24/7] -https://hiplayer.hibridcdn.net/t/kwmedia-kwtvsportsplus.m3u8 +https://hiplayer.hibridcdn.net/t/rotana-kids.m3u8 #EXTINF:-1 tvg-id="MarinaTV.kw" status="online",Marina TV (720p) [Not 24/7] https://gulfsat.cdn.easybroadcast.fr/abr_live/MarinaTv/playlist.m3u8 diff --git a/streams/kz.m3u b/streams/kz.m3u index ac452f2db..23fed5cad 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="" status="online",7 ะบะฐะฝะฐะป (576p) [Not 24/7] https://sc.id-tv.kz/7_kanal.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",31 ะบะฐะฝะฐะป (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",31 ะบะฐะฝะฐะป (576p) [Not 24/7] https://sc.id-tv.kz/31Kanal.m3u8 #EXTINF:-1 tvg-id="" status="error",Asyl Arna (ะัั‹ะป ะฐั€ะฝะฐ) (432p) [Not 24/7] https://sc.id-tv.kz/AsylArna.m3u8 @@ -19,7 +19,7 @@ https://sc.id-tv.kz/Gakku.m3u8 https://sc.id-tv.kz/HitTV.m3u8 #EXTINF:-1 tvg-id="" status="online",ะะปะผะฐั‚ั‹ (576p) [Not 24/7] https://sc.id-tv.kz/Almaty.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะะปะผะฐั‚ั‹ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ะะปะผะฐั‚ั‹ (720p) [Not 24/7] http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะัั‚ะฐะฝะฐ (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 diff --git a/streams/lb.m3u b/streams/lb.m3u index 86447ad7d..a2bdc870f 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -51,11 +51,11 @@ http://62.182.82.104/OTV/index.m3u8?token=test http://teledunet.com:8080/live/azrotv/azrotv2021/10015.m3u8 #EXTINF:-1 tvg-id="" status="error",OTV (1080p) [Geo-blocked] https://iptv-all.lanesh4d0w.repl.co/lebanon/otv -#EXTINF:-1 tvg-id="SawtElMada.lb" status="online",Sawt El Mada (460p) [Not 24/7] +#EXTINF:-1 tvg-id="SawtElMada.lb" status="error",Sawt El Mada (460p) [Not 24/7] https://svs.itworkscdn.net/madalive/mada/playlist.m3u8 #EXTINF:-1 tvg-id="TahaTV.lb" status="online",Taha TV (360p) [Not 24/7] https://media2.livaat.com/TAHA-TV/index.m3u8 -#EXTINF:-1 tvg-id="TeleLiban.lb" status="online",Tele Liban (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleLiban.lb" status="error",Tele Liban (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://www.teleliban.com.lb/live https://cdn.catiacast.video/abr/ed8f807e2548db4507d2a6f4ba0c4a06/playlist.m3u8 #EXTINF:-1 tvg-id="TVSeventeen.lb" status="online",TV Seventeen (720p) diff --git a/streams/lk.m3u b/streams/lk.m3u index 82ddf52e9..f5e124a4a 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -1,13 +1,13 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",Channel Eye (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Channel Eye (480p) [Geo-blocked] http://dammikartmp.tulix.tv/slrc2/slrc2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Hiru TV (360p) [Not 24/7] https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Rupavahini (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Rupavahini (480p) [Not 24/7] http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8 #EXTINF:-1 tvg-id="SanthoraTV.lk" status="online",Santhora TV (720p) http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/playlist.m3u8 -#EXTINF:-1 tvg-id="SooriyanTV.lk" status="blocked",Sooriyan TV (810p) [Not 24/7] +#EXTINF:-1 tvg-id="SooriyanTV.lk" status="error",Sooriyan TV (810p) [Not 24/7] https://59d39900ebfb8.streamlock.net/Sooriyantv/Sooriyantv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",VerbumTV (414p) [Not 24/7] https://verbumtv.livebox.co.in/verbumtvhls/live.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index 9f0f8a4a8..2a2d01861 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlwasatTV.ly" status="online",Alwasat TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlwasatTV.ly" status="error",Alwasat TV (1080p) [Not 24/7] https://hiplayer.hibridcdn.net/t/alwasattv-live.m3u8 #EXTINF:-1 tvg-id="FebruaryTV.ly" status="error",February TV [Offline] https://linkastream.co/headless?url=https://www.youtube.com/c/FebruaryTv/live diff --git a/streams/ma.m3u b/streams/ma.m3u index e03609290..b9470a783 100644 --- a/streams/ma.m3u +++ b/streams/ma.m3u @@ -25,7 +25,7 @@ https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/arriadia/hls_snrt/index. http://cdn-hls.globecast.tv/live/ramdisk/assadissa/hls_snrt/index.m3u8 #EXTINF:-1 tvg-id="Assadissa.ma" status="blocked",Assadissa (360p) [Geo-blocked] https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/assadissa/hls_snrt/index.m3u8 -#EXTINF:-1 tvg-id="CanalAtlasFight.ma" status="error",Canal Atlas Fight (616p) [Offline] +#EXTINF:-1 tvg-id="CanalAtlasFight.ma" status="online",Canal Atlas Fight (616p) [Offline] https://edge.vedge.infomaniak.com/livecast/ik:atlasfight/manifest.m3u8 #EXTINF:-1 tvg-id="M24TV.ma" status="online",M24 TV (720p) [Not 24/7] http://79.137.106.241/live/smil:OutStream1.smil/playlist.m3u8 diff --git a/streams/mc.m3u b/streams/mc.m3u index 71ea49b9b..a020d17c3 100644 --- a/streams/mc.m3u +++ b/streams/mc.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="MonacoInfo.mc" status="online",Monaco Info (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MonacoInfo.mc" status="error",Monaco Info (720p) [Not 24/7] https://webtvmonacoinfo.mc/live/prod_720/index.m3u8 diff --git a/streams/mx.m3u b/streams/mx.m3u index a07a43877..f18662373 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -21,7 +21,7 @@ https://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8 http://stream2.dynalias.com:1935/live/tvlive1/playlist.m3u8 #EXTINF:-1 tvg-id="XEWTTDT.mx" status="online",Canal 12 (XETW-TDT) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjwXjnO3BGePtB7gSKEpoqA/live -#EXTINF:-1 tvg-id="Canal28.mx" status="error",Canal 28 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal28.mx" status="online",Canal 28 (720p) [Not 24/7] https://api.new.livestream.com/accounts/3789491/events/8003011/live.m3u8 #EXTINF:-1 tvg-id="Canal44.mx" status="online",Canal 44 Chihuahua (720p) [Not 24/7] https://5e50264bd6766.streamlock.net/canal442/videocanal442/playlist.m3u8 @@ -39,11 +39,11 @@ https://video.cdmx.gob.mx/livestream/stream.m3u8 http://170.83.242.153:8000/play/a00d #EXTINF:-1 tvg-id="ClaroSinLimites.mx" status="error",Claro Sin Limites (480p) [Offline] http://170.83.242.153:8000/play/a01k -#EXTINF:-1 tvg-id="ClaroSports.mx" status="timeout",Claro Sports (480p) +#EXTINF:-1 tvg-id="ClaroSports.mx" status="online",Claro Sports (480p) http://45.179.140.242:8000/play/a0ht #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="CortTV.mx" status="error",CorTV (800p) [Offline] +#EXTINF:-1 tvg-id="CortTV.mx" status="online",CorTV (800p) [Offline] https://stream.oursnetworktv.com/latin/encoder29/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Energรญa Musical TV (360p) [Not 24/7] https://ss2.domint.net:3224/emtv_str/energiamusical/playlist.m3u8 @@ -51,7 +51,7 @@ https://ss2.domint.net:3224/emtv_str/energiamusical/playlist.m3u8 https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 #EXTINF:-1 tvg-id="GoldenLatinoamerica.mx" status="online",Golden Latinoamรฉrica (720p) [Not 24/7] https://cloud2.streaminglivehd.com:1936/8026/8026/playlist.m3u8 -#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipodromo de las Americas (360p) [Not 24/7] +#EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="error",Hipodromo de las Americas (360p) [Not 24/7] http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipรณdromo de las Amรฉricas (480p) [Geo-blocked] http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 @@ -61,7 +61,7 @@ https://5ca9af4645e15.streamlock.net/canal11/videocanal11/playlist.m3u8 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] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live -#EXTINF:-1 tvg-id="" status="error",Imagen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Imagen TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if #EXTINF:-1 tvg-id="JaliscoTV.mx" status="online",Jalisco TV (720p) [Geo-blocked] https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8 @@ -91,10 +91,10 @@ https://dcunilive21-lh.akamaihd.net/i/dclive_1@59479/master.m3u8 https://canal10.mediaflix.istream.mx/wza_live/live/movil/playlist.m3u8 #EXTINF:-1 tvg-id="OnceInternacional.mx" status="error",Once Internacional [Offline] http://live.canaloncelive.tv:1935/livepkgr2/smil:internacional.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OnceMexico.mx" status="error",Once Mexico (720p) [Not 24/7] -http://live.canaloncelive.tv/livepkgr/smil:nacional.smil/playlist.m3u8 #EXTINF:-1 tvg-id="OnceMexico.mx" status="online",Once Mexico (720p) [Not 24/7] https://live2.canaloncelive.tv/livepkgr3/cepro/playlist.m3u8 +#EXTINF:-1 tvg-id="OnceMexico.mx" status="error",Once Mexico (720p) [Not 24/7] +http://live.canaloncelive.tv/livepkgr/smil:nacional.smil/playlist.m3u8 #EXTINF:-1 tvg-id="XHTJBTDT.mx" status="error",Once Niรฑas y Niรฑos (XHTJB-TDT) (432p) [Offline] https://streams.the6tv.duckdns.org:2443/locals/SanDiego/xhtjb-tdt2.m3u8 #EXTINF:-1 tvg-id="XHTJBTDT.mx" status="error",Once TV (XHTJB-TDT) (1080p) [Offline] @@ -133,9 +133,9 @@ http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 #EXTINF:-1 tvg-id="TelevisaAguascalientes.mx" status="timeout",Televisa Aguascalientes (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live -#EXTINF:-1 tvg-id="TelevisaChihuahua.mx" status="online",Televisa Chihuahua (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaChihuahua.mx" status="error",Televisa Chihuahua (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCjfxDe7In59Jbfw2HmIh_Vg/live -#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="error",Televisa Ciudad Juarez (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaCiudadJuarez.mx" status="online",Televisa Ciudad Juarez (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCot4t8PVKz8TT5xVM8Eb00w/live #EXTINF:-1 tvg-id="" status="error",Televisa Del Bajio [Offline] http://viptv-query/?streaming-ip=https://www.youtube.com/channel/UC-uYy4_jIvDoJ4wigEv1S5A/live @@ -151,7 +151,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC_mwCcsKDJLSWjply5s0h8w/live #EXTINF:-1 tvg-id="TelevisaMexicali.mx" status="online",Televisa Mexicali (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcmuFsMIIIHO3LBqeBVfm8Q/live -#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="error",Televisa Monterrey (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="online",Televisa Monterrey (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCGDJLLphnP0zQQaE3kgo5Wg/live #EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="timeout",Televisa Morelos [Timeout] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcC9ykApQrgl4UxbKg2U4zw/live @@ -165,17 +165,17 @@ 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/UC-HNztluSQSffhIWJTL-LUw/live #EXTINF:-1 tvg-id="TelevisaQueretaro.mx" status="timeout",Televisa Queretaro [Timeout] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9QNz6VS3gGz55dzxAQtgtA/live -#EXTINF:-1 tvg-id="" status="error",Televisa San Luis Potosรญ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Televisa San Luis Potosรญ (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live #EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="timeout",Televisa Sinaloa [Timeout] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtm1LvYEIQ_NrfOUVJ08YhQ/live #EXTINF:-1 tvg-id="TelevisaSonora.mx" status="online",Televisa Sonora (720p) [Not 24/7] 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] +#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="error",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="error",Televisa Zacatecas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="online",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="" status="error",Tlaxcala Televisiรณn (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",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="error",Transmedia Televisiรณn Morelia (614p) [Not 24/7] http://streamingcws20.com:1935/tmtv/videotmtv/playlist.m3u8 diff --git a/streams/ng.m3u b/streams/ng.m3u index c58b4b6ce..9b7baf80f 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AfricaTV1.ng" status="error",Africa TV1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AfricaTV1.ng" status="online",Africa TV1 (1080p) [Not 24/7] http://africatv.live.net.sa:1935/live/africatv/playlist.m3u8 #EXTINF:-1 tvg-id="AfricaTV2.ng" status="online",Africa TV2 (720p) [Not 24/7] http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u8 diff --git a/streams/ni.m3u b/streams/ni.m3u index de26b0f04..01a017302 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -9,7 +9,7 @@ https://cootv.cootel.com.ni/streams/d/SSLCH10-SD-ZUK/playlist.m3u8 https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12.ni" status="online",Nicavisiรณn Canal 12 (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2.ni" status="timeout",Televicentro Canal 2 (480p) [Timeout] https://cootv.cootel.com.ni/streams/d/SSLCH02-HD-YON/playlist.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index cb1685db7..03b81dbf4 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -33,7 +33,7 @@ http://163.172.39.215:25461/line/C4@!a3a1@!w72A/27 http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/27.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="LansingerlandTV.nl" status="online",Lansingerland TV (1080p) +#EXTINF:-1 tvg-id="LansingerlandTV.nl" status="timeout",Lansingerland TV (1080p) https://streaming-outbound-video-02.rtvlansingerland.nl/hls/livetv/index.m3u8 #EXTINF:-1 tvg-id="LOETV.nl" status="online",LOE TV (720p) https://58c04fb1d143f.streamlock.net/loemedia/loemedia/playlist.m3u8 @@ -47,7 +47,7 @@ https://ms2.mx-cd.net/dtv-02/204-1147034/3ML_TV.smil/playlist.m3u8 http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo1/npo1.isml/.m3u8 #EXTINF:-1 tvg-id="NPO1.nl" status="blocked",NPO 1 (1080p) [Geo-blocked] http://stream.tvtap.net:8081/live/nl-npo1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NPO2.nl" status="error",NPO 2 (302p) [Geo-blocked] +#EXTINF:-1 tvg-id="NPO2.nl" status="blocked",NPO 2 (302p) [Geo-blocked] http://stream.tvtap.net:8081/live/nl-npo2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NPO2.nl" status="online",NPO 2 (342p) http://resolver.streaming.api.nos.nl/livestream?url=/live/npo/tvlive/npo2/npo2.isml/.m3u8 @@ -183,9 +183,9 @@ https://salto-streams.nl/hls/sotv1_high.m3u8 https://server-67.stream-server.nl:1936/Samen1TV/Samen1TV/playlist.m3u8 #EXTINF:-1 tvg-id="SilenceTV.nl" status="online",Silence TV (720p) [Not 24/7] http://93.190.140.42:8081/SilenceTV/live/playlist.m3u8 -#EXTINF:-1 tvg-id="SirisTV.nl" status="online",Siris TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SirisTV.nl" status="error",Siris TV (720p) [Not 24/7] https://videostream.siris.nl/hls/playoutweb/index.m3u8 -#EXTINF:-1 tvg-id="StreekTV.nl" status="error",Streek TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StreekTV.nl" status="online",Streek TV (720p) [Not 24/7] http://cdn22.streampartner.nl/streektv/streektv/playlist.m3u8 #EXTINF:-1 tvg-id="StreekTV.nl" status="timeout",Streek TV (720p) [Not 24/7] https://58e4d59f4ba2c.streamlock.net/streektv/streektv/playlist.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index ceadb63f6..a390acf69 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="CanalMotor.no" status="online",Canal Motor (720p) -https://digicom.hls.iptvdc.com/motorstv/index.m3u8 -#EXTINF:-1 tvg-id="CanalMotor.no" status="online",Canal Motor (720p) http://digicom.hls.iptvdc.com/canalmotor/index.m3u8 +#EXTINF:-1 tvg-id="CanalMotor.no" status="online",Canal Motor (720p) +https://digicom.hls.iptvdc.com/motorstv/index.m3u8 #EXTINF:-1 tvg-id="FatstoneTV.no" status="error",Fatstone TV [Offline] http://bgo1.cdn.s3m.no/fs/live/ngrp:live_all/chunklist_b5196000.m3u8 #EXTINF:-1 tvg-id="Frikanalen.no" status="online",Frikanalen (720p) diff --git a/streams/pa.m3u b/streams/pa.m3u index 6ac2a110c..151d4c669 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -9,7 +9,7 @@ https://mdstrm.com/live-stream-playlist/5d976689ab55a60f94ec98e8.m3u8 https://mdstrm.com/live-stream-playlist/5d97ca5673de440761ff194e.m3u8 #EXTINF:-1 tvg-id="DreikoTv.pa" status="error",DreikoTv (480p) [Not 24/7] https://stmv3.voxtvhd.com.br/reikotv/reikotv/playlist.m3u8 -#EXTINF:-1 tvg-id="HosannaVision.pa" status="online",Hosanna Vision (480p) [Not 24/7] +#EXTINF:-1 tvg-id="HosannaVision.pa" status="error",Hosanna Vision (480p) [Not 24/7] https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTV.pa" status="timeout",Nex TV (Canal 21) [Timeout] http://209.91.213.10:8088/play/a01o @@ -21,7 +21,7 @@ https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 https://tvdatta.com:3484/stream/play.m3u8 #EXTINF:-1 tvg-id="Telemetro.pa" status="timeout",Telemetro (480p) [Timeout] http://209.91.213.10:8088/play/a00h -#EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telemetro.pa" status="blocked",Telemetro (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 #EXTINF:-1 tvg-id="TVN.pa" status="online",TVN (720p) https://bcovlive-a.akamaihd.net/2f670e324b9b46bba7582e919ed90924/us-east-1/6058004209001/playlist.m3u8 diff --git a/streams/pe.m3u b/streams/pe.m3u index 49ede2625..4283ad64e 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -17,7 +17,7 @@ https://live.obslivestream.com/autenticatvmux/index.m3u8 https://v4.tustreaming.cl/bellatv/index.m3u8 #EXTINF:-1 tvg-id="BellaAsuncionTV.pe" status="online",Bella Asuncion TV (720p) [Not 24/7] https://tvdatta.com:3602/stream/play.m3u8 -#EXTINF:-1 tvg-id="BestCableMasCumbia.pe" status="online",Best Cable Mรกs Cumbia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BestCableMasCumbia.pe" status="error",Best Cable Mรกs Cumbia (720p) [Not 24/7] https://ca.inka.net.pe/mascumbiatvonline/mascumbiatvonline/index.m3u8 #EXTINF:-1 tvg-id="BestCableMusic.pe" status="online",Best Cable Music (720p) [Not 24/7] https://ca.inka.net.pe/bestcablemusic/bestcablemusic/index.m3u8 @@ -31,7 +31,7 @@ https://ott.streann.com/loadbalancer/services/public/channels/5e0689c82cdcb4fdbc https://video1.getstreamhosting.com:1936/8106/8106/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="CNBellezaAndina.pe" status="online",Cable Netword Belleza Andina TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CNBellezaAndina.pe" status="error",Cable Netword Belleza Andina TV (720p) [Not 24/7] https://ca.inka.net.pe/bellezaandina/index.m3u8 #EXTINF:-1 tvg-id="CNCumbia.pe" status="online",Cable Netword Cumbia TV (720p) [Not 24/7] https://ca.inka.net.pe/cumbiatv/index.m3u8 @@ -51,7 +51,7 @@ https://srv1.mediastreamperu.com:8081/8006/index.m3u8 https://srv1.mediastreamperu.com:8081/8004/index.m3u8 #EXTINF:-1 tvg-id="CANALIPE.pe" status="online",CANAL IPE (1080p) [Not 24/7] https://cdnh8.iblups.com/hls/OVJNKV4pSr.m3u8 -#EXTINF:-1 tvg-id="CanalB.pe" status="error",CanalB (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalB.pe" status="online",CanalB (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alfonsobaella/live #EXTINF:-1 tvg-id="CaribeTelevisionOtuzco.pe" status="timeout",Caribe Televisiรณn (Otuzco) (1080p) [Not 24/7] http://191.97.56.183:1935/caribetv/caribetv/playlist.m3u8 @@ -61,7 +61,7 @@ https://5c3fb01839654.streamlock.net:1963/iptvcentraltv/livecentraltvtv/playlist http://cdnh4.iblups.com/hls/OVJNKV4pSr.m3u8 #EXTINF:-1 tvg-id="ClipsTV.pe" status="online",ClipsTV (Ica) (360p) [Not 24/7] https://7.innovatestream.pe:19360/clipstv/clipstv.m3u8 -#EXTINF:-1 tvg-id="CNCCajamarca.pe" status="error",CNC (Cajamarca) (720p) [Offline] +#EXTINF:-1 tvg-id="CNCCajamarca.pe" status="online",CNC (Cajamarca) (720p) [Offline] https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 #EXTINF:-1 tvg-id="CNCDigital.pe" status="online",CNC Digital (Iquitos) (480p) [Not 24/7] https://cloudvideo.servers10.com:8081/8150/index.m3u8 @@ -73,7 +73,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/congres https://live.obslivestream.com/cdeportivomux/index.m3u8 #EXTINF:-1 tvg-id="ControversiaTV.pe" status="online",Controversia TV (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/controversiamux/index.m3u8 -#EXTINF:-1 tvg-id="CRTelevisionMoyobamba.pe" status="error",CR Television (Moyobamba) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CRTelevisionMoyobamba.pe" status="online",CR Television (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/crtvmux/index.m3u8 #EXTINF:-1 tvg-id="CreoTV.pe" status="online",CreoTV (Cajamarca) (720p) [Not 24/7] https://srv1.mediastreamperu.com:8081/creotv/index.m3u8 @@ -83,7 +83,7 @@ http://190.108.83.142:8000/play/a007/index.m3u8 https://vs8.live.opencaster.com/cultura24/smil:cultura24/playlist.m3u8 #EXTINF:-1 tvg-id="CVMTelevision.pe" status="online",CVM TV Digital (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/cvmtv/cvmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="DeltaTV.pe" status="error",DeltaTV (Pacayzapa | San Martรญn) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DeltaTV.pe" status="online",DeltaTV (Pacayzapa | San Martรญn) (480p) [Not 24/7] https://media2.cdnlayer.biz:8081/8038/index.m3u8 #EXTINF:-1 tvg-id="DiarioHechiceraTumbes.pe" status="online",Diario Hechicera (Tumbes) (720p) [Not 24/7] https://panel.streamingtv-mediacp.online:1936/8108/8108/playlist.m3u8 @@ -95,10 +95,10 @@ https://ed5ov.live.opencaster.com/ArEetgEqqozh/index.m3u8 https://cu.onliv3.com/livevd1/user2.m3u8 #EXTINF:-1 tvg-id="Expresion.pe" status="error",Expresiรณn (Tacna) (720p) [Not 24/7] https://qlobbidev.s.llnwi.net/telesur3/hls/radioilo.m3u8 -#EXTINF:-1 tvg-id="FuegoTV.pe" status="timeout",FuegoTV (Lima) (720p) [Not 24/7] -https://cp.sradiotv.com:1936/8038/8038/playlist.m3u8 #EXTINF:-1 tvg-id="FuegoTV.pe" status="online",FuegoTV (Lima) (720p) [Not 24/7] http://190.108.83.142:8000/play/a003/index.m3u8 +#EXTINF:-1 tvg-id="FuegoTV.pe" status="timeout",FuegoTV (Lima) (720p) [Not 24/7] +https://cp.sradiotv.com:1936/8038/8038/playlist.m3u8 #EXTINF:-1 tvg-id="FullTV.pe" status="timeout",FullTV (Lima) (720p) [Not 24/7] https://cp.sradiotv.com:1936/8018/8018/playlist.m3u8 #EXTINF:-1 tvg-id="GacetaUcayalina.pe" status="error",Gaceta Ucayalina (720p) [Not 24/7] @@ -143,7 +143,7 @@ https://dc1.webstream.eu/hls/hls/jnetvhdstreaming_high/index.m3u8 https://tvdatta.com:3517/live/kachorrotvlive.m3u8 #EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeรฑa (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 -#EXTINF:-1 tvg-id="KBOQuillabamba.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KBOQuillabamba.pe" status="online",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 #EXTINF:-1 tvg-id="KeBuenaBarranca.pe" status="error",KeBuena (Barranca) (480p) [Not 24/7] https://inliveserver.com:1936/18016/18016/playlist.m3u8 @@ -155,7 +155,7 @@ http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 http://ott.streann.com:8080/loadbalancer/services/public/channels/59ce7f292cdc7ba015a93b82/playlist.m3u8 #EXTINF:-1 tvg-id="RTV.pe" status="error",La Repรบblica TV (RTV) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTVLaRepรบblica/live -#EXTINF:-1 tvg-id="LaRiberena.pe" status="error",La Ribereรฑa (Pucallpa) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="LaRiberena.pe" status="online",La Ribereรฑa (Pucallpa) (480p) [Not 24/7] https://inliveserver.com:1936/19020/19020/playlist.m3u8 #EXTINF:-1 tvg-id="Latina.pe" status="blocked",Latina (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5ce7109c7398b977dc0744cd.m3u8 @@ -167,7 +167,7 @@ https://stmv.panel.grupolimalive.com/lotplustv/lotplustv/playlist.m3u8 https://tv.oyotunstream.com:1936/master/master/playlist.m3u8 #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="MegaTVAQP.pe" status="error",Mega TV (Arequipa) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="MegaTVAQP.pe" status="online",Mega TV (Arequipa) (360p) [Not 24/7] https://media2.cdnlayer.biz:8081/8008/index.m3u8 #EXTINF:-1 tvg-id="MegaTVJaen.pe" status="online",Mega TV (Jaen) (720p) [Not 24/7] https://tv.portalexpress.es:3399/hybrid/play.m3u8 @@ -175,7 +175,7 @@ https://tv.portalexpress.es:3399/hybrid/play.m3u8 https://tv.portalexpress.es:3870/hybrid/play.m3u8 #EXTINF:-1 tvg-id="MetropolitanadelCuzco.pe" status="error",Metropolitana del Cuzco (CCTVRadio) (576p) [Not 24/7] https://video1.earthcam.com/myearthcam/075ff02f78c35af55564cf3af3b3f750.flv/playlist.m3u8 -#EXTINF:-1 tvg-id="Millenium49TVPucallpa.pe" status="error",Millenium 49 TV (Pucallpa) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Millenium49TVPucallpa.pe" status="online",Millenium 49 TV (Pucallpa) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/milleniuntv/milleniuntv/playlist.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://5ee0faac3bbae.streamlock.net/millenium/millenium/playlist.m3u8 @@ -199,13 +199,13 @@ https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 https://mediacp.hostradios.com.ar:19360/8044/8044.m3u8 #EXTINF:-1 tvg-id="NacionalTV.pe" status="online",NacionalTV (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/nacionaltv/nacionaltv/playlist.m3u8 -#EXTINF:-1 tvg-id="NazarenasTV.pe" status="error",Nazarenas TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NazarenasTV.pe" status="online",Nazarenas TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8 #EXTINF:-1 tvg-id="NorSelvaRTV.pe" status="online",NorSelva RTV (Rioja) (288p) [Not 24/7] https://live.tvcontrolcp.com:1936/8140/8140/playlist.m3u8 #EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima -#EXTINF:-1 tvg-id="OasisRTV.pe" status="error",Oasis RTV (Trujillo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OasisRTV.pe" status="online",Oasis RTV (Trujillo) (720p) [Not 24/7] https://7.innovatestream.pe:19360/oasisrtv/oasisrtv.m3u8 #EXTINF:-1 tvg-id="OKTeVe.pe" status="online",OK TeVe (Yurimaguas) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/wesdey3/wesdey3/playlist.m3u8 @@ -235,9 +235,9 @@ http://38.131.11.9:1080/play/a0dh https://stmv.panel.grupolimalive.com/peruviantv/peruviantv/playlist.m3u8 #EXTINF:-1 tvg-id="PiuraTV.pe" status="online",PiuraTV (720p) [Not 24/7] http://190.108.83.142:8000/play/a00d/index.m3u8 -#EXTINF:-1 tvg-id="PlanetaTVBagua.pe" status="error",Planeta TV Bagua (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlanetaTVBagua.pe" status="online",Planeta TV Bagua (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/planeatv/planeatv/playlist.m3u8 -#EXTINF:-1 tvg-id="PlanetaTVMoyobamba.pe" status="online",Planeta TV Moyobamba (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlanetaTVMoyobamba.pe" status="error",Planeta TV Moyobamba (720p) [Not 24/7] https://live.obslivestream.com/planetatvmux/index.m3u8 #EXTINF:-1 tvg-id="Primavera15RadiotelevisionMoquegua.pe" status="online",Primavera 15 Radiotelevisiรณn (Moquegua) (720p) [Not 24/7] https://tv.portalexpress.es:3270/hybrid/play.m3u8 @@ -261,7 +261,7 @@ https://servilive.com:3162/multi_web/play.m3u8 https://media2.cdnlayer.biz:8081/8018/index.m3u8 #EXTINF:-1 tvg-id="RadioLibertadArequipa.pe" status="error",Radio Libertad (Arequipa) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/radiolibertadarequipa -#EXTINF:-1 tvg-id="RadioPachatusan.pe" status="error",Radio Pachatusan (Cuzco) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioPachatusan.pe" status="online",Radio Pachatusan (Cuzco) (720p) [Not 24/7] https://tvdatta.com:3413/live/pachatusanlive.m3u8 #EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 @@ -271,9 +271,9 @@ https://5ee0faac3bbae.streamlock.net/raditropical/raditropical/playlist.m3u8 https://cp.sradiotv.com:1936/binacional/binacional/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTVCharles.pe" status="error",Radio TV Charles (Bambamarca) [Not 24/7] https://media2.cdnlayer.biz:8081/8032/index.m3u8 -#EXTINF:-1 tvg-id="RadioTVJuanjui.pe" status="error",Radio TV Juanjui (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTVJuanjui.pe" status="online",Radio TV Juanjui (480p) [Not 24/7] https://tv.portalexpress.es:3611/live/radiotvjuanjuilive.m3u8 -#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="error",Radio Uno (Tacna) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="online",Radio Uno (Tacna) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA/live #EXTINF:-1 tvg-id="RadioVictoria780AM.pe" status="error",Radio Victoria 780 AM (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2pEdgRlAdGozFhlEb73PKA/live @@ -303,7 +303,7 @@ https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 https://tvdatta.com:3344/live/rumbamixlive.m3u8 #EXTINF:-1 tvg-id="RWTelevisionTarapoto.pe" status="error",RW Televisiรณn (Tarapoto) [Not 24/7] https://tvdatta.com:3952/live/rwtelevisionlive.m3u8 -#EXTINF:-1 tvg-id="" status="error",Salgalรบ TV [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Salgalรบ TV [Not 24/7] https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8 #EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="online",SanjuaneraTV (1080p) [Not 24/7] https://live.obslivestream.com/sanjuaneramux/playlist.m3u8 @@ -311,23 +311,23 @@ https://live.obslivestream.com/sanjuaneramux/playlist.m3u8 https://7.innovatestream.pe:19360/satel/satel.m3u8 #EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="error",SelvaMรญa TV (Aguaytรญa) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 -#EXTINF:-1 tvg-id="Sistema1.pe" status="error",Sistema 1 (Huaraz) (720p) [Not 24/7] -https://tv.portalexpress.es:3839/hybrid/play.m3u8 #EXTINF:-1 tvg-id="Sistema1.pe" status="online",Sistema 1 (Huaraz) (720p) [Not 24/7] https://tv.portalexpress.es:3839/live/sistema1tvlive.m3u8 +#EXTINF:-1 tvg-id="Sistema1.pe" status="error",Sistema 1 (Huaraz) (720p) [Not 24/7] +https://tv.portalexpress.es:3839/hybrid/play.m3u8 #EXTINF:-1 tvg-id="SolStereoTV.pe" status="online",Sol Stereo TV (Casma) (360p) [Not 24/7] https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 -#EXTINF:-1 tvg-id="SoriTVPicota.pe" status="online",SoriTV (Picota) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SoriTVPicota.pe" status="error",SoriTV (Picota) (720p) [Not 24/7] https://lamasremixes.com/hls/cadenasurrtv/index.m3u8 -#EXTINF:-1 tvg-id="StereoTVPeru.pe" status="error",Stereo TV (Peru) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StereoTVPeru.pe" status="online",Stereo TV (Peru) (720p) [Not 24/7] https://servers.amelbasoluciones.co:19360/5medialive/5medialive.m3u8 #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="SuperCanalYurimaguas.pe" status="online",Super Canal (Yurimaguas) (720p) [Not 24/7] https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 -#EXTINF:-1 tvg-id="SurTVIlo.pe" status="error",SurTV (Ilo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SurTVIlo.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="error",Tele2000 (Ayacucho) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Tele2000.pe" status="online",Tele2000 (Ayacucho) (720p) [Not 24/7] https://servilive.com:3126/live/tele2000live.m3u8 #EXTINF:-1 tvg-id="TelesurCamana.pe" status="error",Telesur (Camana) (480p) [Not 24/7] https://qlobbidev.s.llnwi.net/telesur3/hls/camana.m3u8 @@ -339,33 +339,33 @@ https://qlobbidev.s.llnwi.net/telesur3/hls/mollendo.m3u8 https://qlobbidev.s.llnwi.net/telesur3/hls/moquegua.m3u8 #EXTINF:-1 tvg-id="TelesurTacna.pe" status="error",Telesur (Tacna) (720p) [Not 24/7] https://qlobbidev.s.llnwi.net/telesur3/hls/tacna.m3u8 -#EXTINF:-1 tvg-id="TelevisionTarapoto.pe" status="error",Televisiรณn Tarapoto (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisionTarapoto.pe" status="online",Televisiรณn Tarapoto (720p) [Not 24/7] https://5ee0faac3bbae.streamlock.net/televisiontpp/televisiontpp/playlist.m3u8 #EXTINF:-1 tvg-id="TelSatelCineTVArequipa.pe" status="error",TelSatel Cine TV (Arequipa) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/cinperu/cinperu/playlist.m3u8 -#EXTINF:-1 tvg-id="TopFMTVAtalaya.pe" status="error",Top FM TV (Atalaya) (240p) [Not 24/7] +#EXTINF:-1 tvg-id="TopFMTVAtalaya.pe" status="online",Top FM TV (Atalaya) (240p) [Not 24/7] https://tvdatta.com:3084/live/toptvaguaytialive.m3u8 #EXTINF:-1 tvg-id="TopLatino.pe" status="online",Top Latino TV (404p) [Not 24/7] https://5cefcbf58ba2e.streamlock.net/tltvweb/tvweb.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TPTO.pe" status="error",TPTO TV (Tarapoto) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TPTO.pe" status="online",TPTO TV (Tarapoto) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/tptotv/tptotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Tropical TV (Puerto Maldonado) (720p) [Not 24/7] https://tv.oyotunstream.com:1936/tropicaltv/tropicaltv/playlist.m3u8 -#EXTINF:-1 tvg-id="TumpisTV.pe" status="error",Tumpis TV (Tumbes) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TumpisTV.pe" status="online",Tumpis TV (Tumbes) (720p) [Not 24/7] https://servilive.com:3531/live/tumpistvlive.m3u8 #EXTINF:-1 tvg-id="TurboMixRadioTV.pe" status="online",Turbo Mix Radio TV (360p) [Not 24/7] https://7.innovatestream.pe:19360/turbomixoficial/turbomixoficial.m3u8 -#EXTINF:-1 tvg-id="TV5.pe" status="error",TV5 Soritor (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV5.pe" status="online",TV5 Soritor (720p) [Not 24/7] https://live.obslivestream.com/tv5soritormux/index.m3u8 #EXTINF:-1 tvg-id="TVAndahuaylas.pe" status="error",TV Andahuaylas [Not 24/7] https://pe-lim01-live-us01.cdnlayer.biz/panoramatv/index.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="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVHuarmey.pe" status="online",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey #EXTINF:-1 tvg-id="TVMundoArequipa.pe" status="online",TV Mundo (Arequipa) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQH-6sv6ovHg4Nx-niZ_C1g/live -#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="error",TV Norte (Chiclayo) (720p) [Not 24/7] +#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 #EXTINF:-1 tvg-id="TVNoticias73.pe" status="online",TV Noticias 7.3 (768p) http://cdnh4.iblups.com/hls/RMuwrdk7M9.m3u8 @@ -383,7 +383,7 @@ http://k4.usastreams.com/TVperuanisima/TVperuanisima/playlist.m3u8 https://ca.inka.net.pe/tvsensacion/tvsensacion/index.m3u8 #EXTINF:-1 tvg-id="TVSistemasCuzco.pe" status="online",TV Sistemas Cuzco (Cuzco) (360p) [Not 24/7] https://panel.streamingtv-mediacp.online:1936/kdlrqjcp/kdlrqjcp/playlist.m3u8 -#EXTINF:-1 tvg-id="TVenLinea.pe" status="error",TVenLinea (Cuzco) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVenLinea.pe" status="online",TVenLinea (Cuzco) (720p) [Not 24/7] https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8 #EXTINF:-1 tvg-id="TvfacesOnline.pe" status="online",Tvfaces Online (360p) [Not 24/7] https://tvdatta.com:3211/stream/play.m3u8 @@ -395,13 +395,13 @@ https://stmv.panel.grupolimalive.com/uniteltv/uniteltv/playlist.m3u8 https://tvdatta.com:3670/live/universitariatvlive.m3u8 #EXTINF:-1 tvg-id="UranioTVYurimaguas.pe" status="online",Uranio TV (Yurimaguas) (720p) [Not 24/7] https://live.obslivestream.com/uraniomux/index.m3u8 -#EXTINF:-1 tvg-id="USILTV.pe" status="timeout",USIL TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="USILTV.pe" status="online",USIL TV (720p) [Not 24/7] https://video.produccionesmagicorp.com/redes/video.m3u8 #EXTINF:-1 tvg-id="USMPTV.pe" status="error",USMPTV (720p) [Not 24/7] https://streamusmptv.ddns.net/dash/stream.mpd #EXTINF:-1 tvg-id="VamisaTV.pe" status="online",VamisaTV (Lima) (480p) [Not 24/7] https://vps1.lnx.pe/vamisa/envivo/index.m3u8 -#EXTINF:-1 tvg-id="ViaAltomayo.pe" status="error",Vรญa Altomayo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ViaAltomayo.pe" status="online",Vรญa Altomayo (720p) [Not 24/7] https://live.obslivestream.com/viaaltomayomux/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Vรญa Televisiรณn (Tarapoto) (720p) [Not 24/7] https://5ee0faac3bbae.streamlock.net/viatv2021/viatv2021/playlist.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index 4c209a30b..d96d12a25 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -21,7 +21,7 @@ https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.youtu https://iptv--iptv.repl.co/streamlink?url=https://www.twitch.tv/communitytv3/ #EXTINF:-1 tvg-id="PilipinasHD.ph" status="online",Pilipinas HD (360p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_5/smil:channel_5.smil/chunklist_w1281634943_b300000_sleng.m3u8 -#EXTINF:-1 tvg-id="PilipinasHD.ph" status="online",Pilipinas HD (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PilipinasHD.ph" status="error",Pilipinas HD (480p) [Not 24/7] https://d3cbe0gidjd4k2.cloudfront.net/channel_5/channel5/playlist.m3u8 #EXTINF:-1 tvg-id="PTV4.ph" status="error",PTV 4 (480p) [Not 24/7] https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5cr6b9 diff --git a/streams/pk.m3u b/streams/pk.m3u index ed07be0da..cd3841b7d 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -12,13 +12,13 @@ https://6zklx4wryw9b-hls-live.5centscdn.com/arydigitalusa/498f1704b692c3ad4dbfdf #EXTINF:-1 tvg-id="ARYNews.pk" status="error",ARY News (720p) [Offline] #EXTVLCOPT:http-referrer=https://live.arynews.tv/ https://6zklx4wryw9b-hls-live.5centscdn.com/arynewsweb/f7b44cfafd5c52223d5498196c8a2e7b.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="AVTKhyber.pk" status="error",AVT Khyber (404p) [Not 24/7] +#EXTINF:-1 tvg-id="AVTKhyber.pk" status="online",AVT Khyber (404p) [Not 24/7] https://dcunilive38-lh.akamaihd.net/i/dclive_1@692670/index_150_av-p.m3u8 #EXTINF:-1 tvg-id="AVTKhyber.pk" status="online",AVT Khyber (404p) [Not 24/7] https://dcunilive38-lh.akamaihd.net/i/dclive_1@692670/master.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (360p) [Not 24/7] https://imob.dunyanews.tv/live/_definst_/ngrp:dunyalive_1_all/playlist.m3u8 -#EXTINF:-1 tvg-id="DunyaNews.pk" status="error",Dunya News (480p) [Not 24/7] +#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 (480p) [Not 24/7] https://imob.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index 425efb9fa..41a732664 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",4FUN TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",4FUN TV (576p) [Not 24/7] https://stream.4fun.tv:8888/hls/4f_high/index.m3u8 #EXTINF:-1 tvg-id="dlaCiebietv.pl" status="online",dlaCiebie.tv (1080p) [Not 24/7] http://94.246.128.53:1935/tv/dlaCiebieTv/playlist.m3u8 diff --git a/streams/pr.m3u b/streams/pr.m3u index 0eb2bf5b6..85c496384 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -3,7 +3,7 @@ https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8 #EXTINF:-1 tvg-id="CDMTV.pr" status="online",CDM TV (480p) [Not 24/7] http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 -#EXTINF:-1 tvg-id="ConectateTV.pr" status="error",Conรฉctate TV (ACS Network) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ConectateTV.pr" status="online",Conรฉctate TV (ACS Network) (480p) [Not 24/7] https://play.amelbasoluciones.co:3257/live/acsnetworklive.m3u8 #EXTINF:-1 tvg-id="" status="online",CTNi (Christian Television Network International) (480p) [Not 24/7] https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index bd075bfc6..06b76197f 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -11,7 +11,7 @@ http://c2.manasat.com:1935/kcine/kcine3/master.m3u8 http://c2.manasat.com:1935/kkids/kkids3/master.m3u8 #EXTINF:-1 tvg-id="KuriakosMusic.pt" status="online",Kuriakos Music (1080p) http://c2.manasat.com:1935/kmusic/kmusic3/master.m3u8 -#EXTINF:-1 tvg-id="KuriakosTV.pt" status="error",Kuriakos TV (576p) +#EXTINF:-1 tvg-id="KuriakosTV.pt" status="online",Kuriakos TV (576p) http://195.22.11.11:1935/ktv/ktv2/playlist.m3u8 #EXTINF:-1 tvg-id="KuriakosTV.pt" status="online",Kuriakos TV (1080p) http://195.22.11.11:1935/ktv/ktv1/master.m3u8 @@ -26,10 +26,10 @@ http://162.212.178.69:41042/bysid/608 #EXTINF:-1 tvg-id="RTP1.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (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/rtpClean1HD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] +#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] #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 (504p) [Not 24/7] @@ -44,7 +44,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpacores.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 (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/smil:rtpacoresHD.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="RTPInternacional.pt" status="online",RTP Internacional (480p) [Not 24/7] @@ -92,7 +92,7 @@ http://213.13.26.11:1935/live/santuario.stream/livestream.m3u8 https://streamer-b02.videos.sapo.pt/live/santuario.stream/livestream.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Manรก 1 (320p) [Not 24/7] http://195.22.11.11:1935/tvmana/tvmana1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV Manรก 2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",TV Manรก 2 (576p) [Not 24/7] http://195.22.11.11:1935/tvmana/tvmana2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV MANA (ENG) (484p) http://c2.manasat.com:1935/church-online/ingles3/playlist.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index 4cf03c2a5..41caa70fa 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -18,8 +18,6 @@ http://ott-cdn.ucom.am/s23/index.m3u8 https://live-hls-web-aje.getaj.net/AJE/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) https://live-hls-web-ajm.getaj.net/AJM/index.m3u8 -#EXTINF:-1 tvg-id="AlKassFive.qa" status="online",Al Kass Five (304p) -https://www.elahmad.com/tv/m3u8/online_live_2_tv.m3u8?id=alkass5 #EXTINF:-1 tvg-id="AlRassoul.qa" status="error",Al Rassoul (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/AlRassoulChannel/live #EXTINF:-1 tvg-id="AlRayyan.qa" status="online",Al Rayyan (1080p) diff --git a/streams/ro.m3u b/streams/ro.m3u index 510591055..4d0b02353 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -27,7 +27,7 @@ https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8 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 -#EXTINF:-1 tvg-id="Canal33.ro" status="error",Canal33 (480p) [Offline] +#EXTINF:-1 tvg-id="Canal33.ro" status="timeout",Canal33 (480p) [Offline] https://fms-https1.mediadirect.ro/live3/canal33.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ColumnaTV.ro" status="error",Columna TV (576p) [Not 24/7] rtmp://columna1.arya.ro/live/columnatv1 @@ -48,9 +48,9 @@ rtmp://gtv1.arya.ro:1935/live/gtv1.flv https://iptv-all.lanesh4d0w.repl.co/romania/happy-channel #EXTINF:-1 tvg-id="IntermediaTV.ro" status="online",Intermedia TV (576p) http://46.4.14.12:9999/intermedia1/playlist.m3u8 -#EXTINF:-1 tvg-id="KanalD.ro" status="blocked",Kanal D (384p) [Not 24/7] +#EXTINF:-1 tvg-id="KanalD.ro" status="online",Kanal D (384p) [Not 24/7] https://stream1.kanald.ro/iphone/live.m3u8 -#EXTINF:-1 tvg-id="KissTV.ro" status="online",Kiss TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KissTV.ro" status="error",Kiss TV (576p) [Not 24/7] https://fms-https1.mediadirect.ro/live3/_definst_/kiss.smil/playlist.m3u8?publisher=83 #EXTINF:-1 tvg-id="LightChannel.ro" status="online",Light Channel (480p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIlcbgM/playlist.m3u8 @@ -89,7 +89,7 @@ rtmp://rapsodia1.arya.ro/live/rapsodiatv1 https://live.realitatea.net/livertmp/plus/playlist.m3u8 #EXTINF:-1 tvg-id="RealitateaTV.ro" status="timeout",Realitatea Plus (720p) [Timeout] https://livestream.realitatea.net/livestream/liverealitatea.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="RockTV.ro" status="online",Rock TV (480p) +#EXTINF:-1 tvg-id="RockTV.ro" status="timeout",Rock TV (480p) https://fms-https1.mediadirect.ro/live3/_definst_/rocktv.smil/master.m3u8 #EXTINF:-1 tvg-id="SangeorzTV.ro" status="error",Sangeorz TV (396p) [Not 24/7] http://s2.streamnet.ro:8035/stream.flv diff --git a/streams/rs.m3u b/streams/rs.m3u index ba4afd21f..88ae178d5 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -59,16 +59,16 @@ http://109.105.201.198/PINKWORLD/playlist.m3u8 http://109.105.201.198/PINKWORLDCINEMA/playlist.m3u8 #EXTINF:-1 tvg-id="PinkZabava.rs" status="blocked",Pink Zabava (360p) http://109.105.201.198/PINKZABAVA/playlist.m3u8 -#EXTINF:-1 tvg-id="RedTV.rs" status="online",Red TV (720p) +#EXTINF:-1 tvg-id="RedTV.rs" status="error",Red TV (720p) https://live.rednet.rs/providus/redtv_multi.m3u8 #EXTINF:-1 tvg-id="RTV1.rs" status="online",RTV 1 (576p) [Not 24/7] mmsh://212.200.255.151/rtv1 #EXTINF:-1 tvg-id="RTV1.rs" status="error",RTV 1 (576p) [Offline] rtsp://212.200.255.151/rtv1 -#EXTINF:-1 tvg-id="RTV2.rs" status="error",RTV 2 (576p) [Not 24/7] -rtsp://212.200.255.151/rtv2 #EXTINF:-1 tvg-id="RTV2.rs" status="online",RTV 2 (576p) [Not 24/7] mmsh://212.200.255.151/rtv2 +#EXTINF:-1 tvg-id="RTV2.rs" status="error",RTV 2 (576p) [Not 24/7] +rtsp://212.200.255.151/rtv2 #EXTINF:-1 tvg-id="RTVAS.rs" status="online",RTV AS (576p) https://srv1.adriatelekom.com/TVAS/index.m3u8 #EXTINF:-1 tvg-id="RTVCityUb.rs" status="online",RTV City Ub (576p) [Not 24/7] diff --git a/streams/ru.m3u b/streams/ru.m3u index d356ff37f..3ce88dbed 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -42,15 +42,15 @@ http://ott-cdn.ucom.am/s64/index.m3u8 http://stream.backustv.ru/live/btv/index.m3u8 #EXTINF:-1 tvg-id="BackusTVStrashnoe.ru" status="online",Backus TV ะกั‚ั€ะฐัˆะฝะพะต (720p) [Not 24/7] http://stream.backustv.ru/live/btv2/index.m3u8 -#EXTINF:-1 tvg-id="BollywoodHD.ru" status="timeout",Bollywood HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BollywoodHD.ru" status="online",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 -#EXTINF:-1 tvg-id="BridgeTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bridge TV (480p) [Timeout] +#EXTINF:-1 tvg-id="BridgeTV.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",Bridge TV (480p) [Timeout] #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/s34/index.m3u8 +http://ott-cdn.ucom.am/s78/index.m3u8 #EXTINF:-1 tvg-id="BridgeTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bridge TV (480p) [Timeout] #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="Cinema.ru" status="timeout",Cinema (576p) [Not 24/7] +http://ott-cdn.ucom.am/s34/index.m3u8 +#EXTINF:-1 tvg-id="Cinema.ru" status="online",Cinema (576p) [Not 24/7] https://sc.id-tv.kz/Cinema.m3u8 #EXTINF:-1 tvg-id="FAN.ru" status="timeout",FAN (576p) [Not 24/7] http://194.9.27.164:8103/play/FAN/index.m3u8 @@ -66,7 +66,7 @@ https://strm.yandex.ru/kal/hdmedia/hdmedia0.m3u8 https://sc.id-tv.kz/hdl.m3u8 #EXTINF:-1 tvg-id="HITV.ru" status="error",HITV (1080p) [Offline] https://strm.yandex.ru/kal/hittv/hittv0.m3u8 -#EXTINF:-1 tvg-id="Leomax24.ru" status="error",Leomax 24 (1080p) +#EXTINF:-1 tvg-id="Leomax24.ru" status="online",Leomax 24 (1080p) https://tvshops.bonus-tv.ru/cdn/shop24/playlist.m3u8 #EXTINF:-1 tvg-id="LeomaxPlus.ru" status="online",Leomax Plus (576p) https://tvshops.bonus-tv.ru/cdn/discount/playlist.m3u8 @@ -93,7 +93,7 @@ https://cdn-01.bonus-tv.ru/radostmoya_edge/index.m3u8 #EXTINF:-1 tvg-id="RTAmerica.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",RT America (480p) [Timeout] #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/s96/index.m3u8 -#EXTINF:-1 tvg-id="RTAmerica.ru" status="online",RT America (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RTAmerica.ru" status="error",RT America (1080p) [Not 24/7] https://rt-usa.gcdn.co/live/rtusa/playlist.m3u8 #EXTINF:-1 tvg-id="RTArabic.ru" status="online",RT Arabic (1080p) https://rt-arb.gcdn.co/live/rtarab/playlist.m3u8 @@ -108,11 +108,11 @@ http://ott-cdn.ucom.am/s93/index.m3u8 https://hls.rt.com/hls/rtdru.m3u8 #EXTINF:-1 tvg-id="RTDoc.ru" status="online",RT Documentary Russian (1080p) https://rtmp.api.rt.com/hls/rtdru.m3u8 -#EXTINF:-1 tvg-id="RTDoc.ru" status="timeout",RT Documentary Russian (1080p) [Not 24/7] -https://strm.yandex.ru/kal/rtd_hd/rtd_hd0.m3u8 #EXTINF:-1 tvg-id="RTDoc.ru" status="online",RT Documentary Russian (1080p) [Not 24/7] http://uiptv.do.am/1ufc/300663722/playlist.m3u8 -#EXTINF:-1 tvg-id="RTenEspanol.ru" status="online",RT en Espaรฑol (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RTDoc.ru" status="timeout",RT Documentary Russian (1080p) [Not 24/7] +https://strm.yandex.ru/kal/rtd_hd/rtd_hd0.m3u8 +#EXTINF:-1 tvg-id="RTenEspanol.ru" status="error",RT en Espaรฑol (1080p) [Not 24/7] https://rt-esp.gcdn.co/live/rtesp/playlist.m3u8 #EXTINF:-1 tvg-id="RTFrance.ru" status="online",RT France (1080p) https://rt-fra.gcdn.co/live/rtfrance/playlist.m3u8 @@ -122,7 +122,7 @@ https://rt-glb.gcdn.co/live/rtnews/playlist.m3u8 https://strm.yandex.ru/kal/rt_hd/rt_hd0.m3u8 #EXTINF:-1 tvg-id="RTUK.ru" status="online",RT UK (1080p) https://rt-uk.gcdn.co/live/rtuk/playlist.m3u8 -#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) [Timeout] +#EXTINF:-1 tvg-id="RTGTV.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",RTG (480p) [Timeout] #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="RTGHD.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",RTG HD (480p) @@ -249,7 +249,7 @@ https://strm.yandex.ru/kal/tvrain/tvrain0.m3u8 http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/512/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ะ”ะพะผ ะบะธะฝะพ (576p) http://91.185.3.218:4000/play/606 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 #EXTINF:-1 tvg-id="" status="error",ะ”ะพะผ ะบะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Offline] http://87.247.44.26/btv/SWM/Dom_kino_Prem/Dom_kino_Prem.m3u8 @@ -315,17 +315,17 @@ https://sc.id-tv.kz/Kinokomediya_hd.m3u8 https://sc.id-tv.kz/Kinomix_hd.m3u8 #EXTINF:-1 tvg-id="" status="online",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="timeout",ะšะธะฝะพัะฒะธะดะฐะฝะธะต (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="online",ะšะธะฝะพัะฒะธะดะฐะฝะธะต (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosvidanie_hd.m3u8 #EXTINF:-1 tvg-id="" status="online",ะšะธะฝะพัะตะผัŒั (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinohit.ru" status="timeout",ะšะธะฝะพั…ะธั‚ (404p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinohit.ru" status="online",ะšะธะฝะพั…ะธั‚ (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 #EXTINF:-1 tvg-id="KlassikaKino.ru" status="blocked",ะšะปะฐััะธะบะฐ ะšะธะฝะพ (720p) [Geo-blocked] https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8 #EXTINF:-1 tvg-id="Komediynoe.ru" status="timeout",ะšะพะผะตะดะธะนะฝะพะต (540p) [Timeout] http://185.97.150.19:8082/2402 -#EXTINF:-1 tvg-id="Komediya.ru" status="timeout",ะšะพะผะตะดะธั (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Komediya.ru" status="error",ะšะพะผะตะดะธั (576p) [Not 24/7] http://188.40.68.167/russia/komediya/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะšะพะฝะฝั‹ะน ะœะธั€ (576p) [Geo-blocked] http://cdn-01.bonus-tv.ru/konnyimir/playlist.m3u8 @@ -341,7 +341,7 @@ http://mr2live.1tvcrimea.ru:8080/24tvcrimea.m3u8 https://stream.kuban24.tv:1500/hls/stream.m3u8 #EXTINF:-1 tvg-id="Kuzbass1.ru" status="online",ะšัƒะทะฑะฐัั 1 (1080p) [Not 24/7] https://www.10kanal.ru:1443/10kanal/k24/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",ะšัƒะปัŒั‚ัƒั€ะฐ (480p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะšัƒะปัŒั‚ัƒั€ะฐ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s16/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ะšัƒะปัŒั‚ัƒั€ะฐ (576p) [Offline] @@ -387,7 +387,7 @@ https://sc.id-tv.kz/Mir24.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="timeout",ะœะธั€ 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Mir24.ru" status="error",ะœะธั€ 24 (1080p) [Not 24/7] http://188.40.68.167/russia/mir24/playlist.m3u8 #EXTINF:-1 tvg-id="Mir.ru" status="online",ะœะธั€ (1080p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8 @@ -405,10 +405,10 @@ http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 http://live-mirbelogorya.cdnvideo.ru/mirbelogorya/mirbelogorya1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ะœะธั€ ะ‘ะตะปะพะณะพั€ัŒั (720p) [Geo-blocked] http://stream.tvbelgorod.ru:8080/mirbelogorya/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ะœะธั€ ัะตั€ะธะฐะปะฐ (576p) [Not 24/7] -http://188.40.68.167/russia/mir_seriala/playlist.m3u8 #EXTINF:-1 tvg-id="MirSeriala.ru" status="online",ะœะธั€ ะกะตั€ะธะฐะปะฐ (576p) [Not 24/7] http://185.161.224.216/dash/Mir_seriala_SD.ism/playlist.mpd +#EXTINF:-1 tvg-id="" status="error",ะœะธั€ ัะตั€ะธะฐะปะฐ (576p) [Not 24/7] +http://188.40.68.167/russia/mir_seriala/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ะœะธัั‚ะพ ะฟะปัŽั (480p) [Timeout] http://93.78.206.172:8080/stream4/stream.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ะœะธัั‚ะพ ะฟะปัŽั (720p) [Timeout] @@ -417,7 +417,7 @@ http://93.78.206.172:8080/stream5/stream.m3u8 https://live-mordovia24.cdnvideo.ru/mordovia24/streamtr/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะœะพั€ัะบะพะน (720p) [Not 24/7] http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/742/index.m3u8 -#EXTINF:-1 tvg-id="Moskva24.ru" status="online",ะœะพัะบะฒะฐ 24 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Moskva24.ru" status="error",ะœะพัะบะฒะฐ 24 (576p) [Not 24/7] https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="Moskva24.ru" status="error",ะœะพัะบะฒะฐ 24 (720p) [Offline] https://strm.yandex.ru/kal/msk24_supres/msk24_supres0.m3u8 @@ -473,7 +473,7 @@ https://hls-video01.cdnvideo.ru/video01/smil:video01.smil/playlist.m3u8 https://sc.id-tv.kz/New_Television.m3u8 #EXTINF:-1 tvg-id="NovorossiyaTV.ru" status="online",ะะพะฒะพั€ะพััะธั ะขะ’ (720p) http://ott.inmart.tv:8081/19/index.m3u8 -#EXTINF:-1 tvg-id="Novyymir.ru" status="online",ะะพะฒั‹ะน ะผะธั€ (406p) [Not 24/7] +#EXTINF:-1 tvg-id="Novyymir.ru" status="error",ะะพะฒั‹ะน ะผะธั€ (406p) [Not 24/7] http://stream.studio360.tv/nw/nw_576p/playlist.m3u8 #EXTINF:-1 tvg-id="Noyabrsk24.ru" status="blocked",ะะพัะฑั€ัŒัะบ 24 (1080p) [Geo-blocked] https://strm.yandex.ru/kal/noyabrsk24/noyabrsk240.m3u8 @@ -482,7 +482,7 @@ https://strm.yandex.ru/kal/noyabrsk24/noyabrsk240.m3u8 http://ott-cdn.ucom.am/s17/index.m3u8 #EXTINF:-1 tvg-id="NTV.ru" status="timeout",ะะขะ’ (576p) [Timeout] http://31.128.159.41:8080/ntv/tracks-v1a1/mono.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",ะะขะ’ ะกั‚ะธะปัŒ (480p) [Timeout] +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะขะ’ ะกั‚ะธะปัŒ (480p) [Timeout] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s77/index.m3u8 #EXTINF:-1 tvg-id="NTM.ru" status="online",ะะขะœ (ะะฐั€ะพะดะฝะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต ะœะพั€ะดะพะฒะธะธ) (720p) [Not 24/7] @@ -521,7 +521,7 @@ https://cdn1.mobiletv.bg/T5/perviy_kanal/perviy_kanal_794613_850k.m3u8 http://stream.euroasia.lfstrm.tv/perviy_evrasia/1/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป ะ•ะฒั€ะฐะทะธั (576p) [Not 24/7] https://sc.id-tv.kz/1KanalEvraziya.m3u8 -#EXTINF:-1 tvg-id="Pervyykrymskiy.ru" status="online",ะŸะตั€ะฒั‹ะน ะบั€ั‹ะผัะบะธะน (540p) [Not 24/7] +#EXTINF:-1 tvg-id="Pervyykrymskiy.ru" status="timeout",ะŸะตั€ะฒั‹ะน ะบั€ั‹ะผัะบะธะน (540p) [Not 24/7] http://mrlive.1tvcrimea.ru:8080/1tvcrimea.m3u8 #EXTINF:-1 tvg-id="PervyyPskovskiy.ru" status="online",ะŸะตั€ะฒั‹ะน ะŸัะบะพะฒัะบะธะน (540p) [Not 24/7] http://194.190.78.91/pskov/rewind-10800.m3u8 @@ -593,7 +593,7 @@ http://hls.tva.cdnvideo.ru/tva/tvahd.sdp/chunklist.m3u8 https://sc.id-tv.kz/Rodnoe_kino.m3u8 #EXTINF:-1 tvg-id="Rodnoykanal.ru" status="online",ะ ะพะดะฝะพะน ะบะฐะฝะฐะป (720p) [Not 24/7] https://n1.slavmir.tv/live/slavmir/playlist.m3u8 -#EXTINF:-1 tvg-id="Rossiya1Kaluga.ru" status="online",ะ ะพััะธั 1 (ะšะฐะปัƒะณะฐ) (202p) [Not 24/7] +#EXTINF:-1 tvg-id="Rossiya1Kaluga.ru" status="error",ะ ะพััะธั 1 (ะšะฐะปัƒะณะฐ) (202p) [Not 24/7] http://cdnmg.secure.live.rtr-vesti.ru/vgtrkrtmp/smil:kaluga_r1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Rossiya1MariyEl.ru" status="error",ะ ะพััะธั 1 (ะœะฐั€ะธะน ะญะป) (720p) [Offline] http://gtrkmariel-live.cdnvideo.ru/gtrkmariel/gtrkmariel/playlist.m3u8 @@ -601,17 +601,17 @@ http://gtrkmariel-live.cdnvideo.ru/gtrkmariel/gtrkmariel/playlist.m3u8 https://gtrkchita.ru:8081/hls/r1-chita_180p.m3u8 #EXTINF:-1 tvg-id="Rossiya1Plus6.ru" status="online",ะ ะพััะธั 1 +6 (360p) https://gtrkchita.ru:8081/hls/r1-chita_360p.m3u8 -#EXTINF:-1 tvg-id="Rossiya1HD.ru" status="error",ะ ะพััะธั 1 HD (720p) [Not 24/7] -http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_hd/playlist.m3u8 #EXTINF:-1 tvg-id="Rossiya1HD.ru" status="timeout",ะ ะพััะธั 1 HD (720p) [Not 24/7] https://a3569458063-s26881.cdn.ngenix.net/hls/russia_hd/playlist_4.m3u8 +#EXTINF:-1 tvg-id="Rossiya1HD.ru" status="error",ะ ะพััะธั 1 HD (720p) [Not 24/7] +http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_hd/playlist.m3u8 #EXTINF:-1 tvg-id="Rossiya24.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",ะ ะพััะธั 24 (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/s21/index.m3u8 #EXTINF:-1 tvg-id="Rossiya24.ru" status="error",ะ ะพััะธั 24 (576p) [Not 24/7] -http://uiptv.do.am/1ufc/000000006/playlist.m3u8 -#EXTINF:-1 tvg-id="Rossiya24.ru" status="online",ะ ะพััะธั 24 (576p) [Not 24/7] http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 +#EXTINF:-1 tvg-id="Rossiya24.ru" status="error",ะ ะพััะธั 24 (576p) [Not 24/7] +http://uiptv.do.am/1ufc/000000006/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะ ะพััะธั 24 (ะ.ะะพะฒะณะพั€ะพะด) (576p) [Not 24/7] https://live-vestinn.cdnvideo.ru/vestinn/vestinn/playlist.m3u8 #EXTINF:-1 tvg-id="Rossiya24Chita.ru" status="online",ะ ะพััะธั 24 (ะงะธั‚ะฐ) (360p) @@ -620,7 +620,7 @@ https://gtrkchita.ru:8081/hls/r24-chita_360p.m3u8 https://gtrkchita.ru:8081/hls/r24-chita_576p.m3u8 #EXTINF:-1 tvg-id="RossiyaK.ru" status="online",ะ ะพััะธั ะš (576p) [Not 24/7] http://cdnmg.secure.live.rtr-vesti.ru/hls/russia_k/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะ ะพััะธั ะ ะขะ  (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ะ ะพััะธั ะ ะขะ  (576p) [Not 24/7] http://cdnmg.secure.live.rtr-vesti.ru/live/smil:rtrp.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ะ ะพััะธั ะ ะขะ  [Timeout] https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/playlist.m3u8 @@ -637,7 +637,7 @@ http://193.33.88.172/rus-detective/playlist.m3u8 http://185.186.142.16/streams.rs.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ะ ัƒััะบะธะน ะญะบัั‚ั€ะธะผ [Timeout] http://vid.extremtv.ru/hls_get/cameraFeed.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) @@ -692,7 +692,7 @@ http://ott-cdn.ucom.am/s52/04.m3u8 https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="Surgut24.ru" status="online",ะกัƒั€ะณัƒั‚ 24 (720p) [Not 24/7] https://video1.in-news.ru/c24/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ะขะฐะบั‚/ะ ะตะฝ ะขะ’ (ะšัƒั€ัะบ) (294p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",ะขะฐะบั‚/ะ ะตะฝ ะขะ’ (ะšัƒั€ัะบ) (294p) [Not 24/7] http://109.194.62.29:8080 #EXTINF:-1 tvg-id="Tamyr.ru" status="online",ะขะฐะผั‹ั€ (576p) https://bsttv.bonus-tv.ru/cdn/tamyr/playlist.m3u8 @@ -727,7 +727,7 @@ https://sc.id-tv.kz/TDK-42.m3u8 https://sitv.ru/hls/s86.m3u8 #EXTINF:-1 tvg-id="Telecafe.ru" status="online",ะขะตะปะตะบะฐั„ะต (576p) http://91.185.3.218:4000/play/605 -#EXTINF:-1 tvg-id="Teleputeshestviya.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะขะตะปะตะฟัƒั‚ะตัˆะตัั‚ะฒะธั (480p) [Timeout] +#EXTINF:-1 tvg-id="Teleputeshestviya.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) [Timeout] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s71/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ะขะตะปะตัั‚ะฐะฝั†ะธั ะœะ˜ะ  (ะะพะฒะพัะธะฑะธั€ัะบ) (720p) [Not 24/7] @@ -799,7 +799,7 @@ https://live-echotv.cdnvideo.ru/echotv/echotv.sdp/playlist.m3u8 https://strm.yandex.ru/kal/utv/utv0.m3u8 #EXTINF:-1 tvg-id="YuvelirochkaTV.ru" status="online",ะฎะฒะตะปะธั€ะพั‡ะบะฐ ะขะ’ (576p) http://live-uvelirochka.cdnvideo.ru/uvelirochka/uvelirochka_720p3/playlist.m3u8 -#EXTINF:-1 tvg-id="Yugra.ru" status="online",ะฎะณั€ะฐ (576p) +#EXTINF:-1 tvg-id="Yugra.ru" status="error",ะฎะณั€ะฐ (576p) http://live.ugratv.cdnvideo.ru/ugratv/smil:ugrastream1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Yurgan.ru" status="online",ะฎั€ะณะฐะฝ (1080p) http://yurgan.bonus-tv.ru/cdn/yurgan/playlist.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index b4e6d6245..69ce20fb0 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -4,7 +4,7 @@ https://ahlualquran.tv/live/ysfbfBvecZ/SaNVjgaYnE/8.m3u8 #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/ekhbariyatv/live #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) -http://www.elahmad.com/tv/m3u8/online_live_6_tv.m3u8?id=saudi_ekhbariya +http://www.elahmad.com/tv/m3u8/online_live_6_tv.m3u8?id=saudi_thikrayat #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="error",Al Ekhbariya (1080p) [Not 24/7] https://iptv--iptv.repl.co/Arabic/Ekhbariyah #EXTINF:-1 tvg-id="" status="online",AL HOKAIR Group TV (576p) @@ -31,10 +31,10 @@ http://5b18be6964c2f.streamlock.net:1935/live/_definst_/sunnah/playlist.m3u8 http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="error",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] https://iptv--iptv.repl.co/Arabic/Sunnah_TV -#EXTINF:-1 tvg-id="AlResalah.sa" status="error",Al-Resalah (1080p) [Geo-blocked] -https://hiplayer.hibridcdn.net/t/rotana-risala.m3u8 #EXTINF:-1 tvg-id="AlResalah.sa" status="blocked",Al-Resalah (1080p) [Geo-blocked] https://shls-rotana-alresalah-prod-dub.shahid.net/out/v1/936b89606b5e48db8ca28caa40adc886/index.m3u8 +#EXTINF:-1 tvg-id="AlResalah.sa" status="error",Al-Resalah (1080p) [Geo-blocked] +https://hiplayer.hibridcdn.net/t/rotana-risala.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (720p) https://svs.itworkscdn.net/bloomberarlive/bloomberg.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) @@ -57,11 +57,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=plqRs-gWAOk #EXTINF:-1 tvg-id="Iqraa.sa" status="online",Iqraa (576p) [Not 24/7] https://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar1.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="IqraaEuropeAfrica.sa" status="online",Iqraa Europe Africa (576p) [Not 24/7] +#EXTINF:-1 tvg-id="IqraaEuropeAfrica.sa" status="error",Iqraa Europe Africa (576p) [Not 24/7] https://iqraac.cdn.mangomolo.com/iqraa/smil:iqraar2.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JascoEventsTV.sa" status="error",Jasco Events TV (576p) [Offline] http://82.212.74.100:8000/live/hls/8131.m3u8 -#EXTINF:-1 tvg-id="KaifTV.sa" status="error",Kaif TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KaifTV.sa" status="online",Kaif TV (576p) [Not 24/7] http://82.212.74.2:8000/live/hls/7311.m3u8 #EXTINF:-1 tvg-id="KSASports1.sa" status="error",KSA Sports 1 (1080p) [Not 24/7] https://iptv-all.lanesh4d0w.repl.co/saudiarabia/ksasport1 @@ -87,24 +87,20 @@ https://shls-rotanaclassic-prod-dub.shahid.net/out/v1/4eebed211c8441228321b4f67a https://hiplayer.hibridcdn.net/t/rotana-classical.m3u8 #EXTINF:-1 tvg-id="" status="error",Rotana Comedy (1080p) [Geo-blocked] https://hiplayer.hibridcdn.net/t/rotana-comedy.m3u8 -#EXTINF:-1 tvg-id="" status="error",Rotana Drama (1080p) [Geo-blocked] -https://hiplayer.hibridcdn.net/t/rotana-drama.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Rotana Drama (1080p) [Geo-blocked] https://shls-rotanadrama-prod-dub.shahid.net/out/v1/20c617b40dc743589ecc9d08d9d3345d/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",Rotana Drama (1080p) [Geo-blocked] +https://hiplayer.hibridcdn.net/t/rotana-drama.m3u8 #EXTINF:-1 tvg-id="" status="online",Rotana Khalijia (1080p) https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8 #EXTINF:-1 tvg-id="" status="error",Rotana Khalijia (1080p) [Geo-blocked] https://hiplayer.hibridcdn.net/t/rotana-khaleejiya.m3u8 #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="RotanaKids.sa" status="online",Rotana Kids (1080p) [Geo-blocked] -https://hiplayer.hibridcdn.net/t/rotana-kids.m3u8 #EXTINF:-1 tvg-id="RotanaMusic.sa" status="error",Rotana Music (1080p) [Offline] https://shls-rotanamusic-prod-dub.shahid.net/out/v1/edfe0095261648908a3a931b72489f3f/index.m3u8 #EXTINF:-1 tvg-id="RotanaPlus.sa" status="online",Rotana+ (1080p) https://shls-rotanaplus-prod-dub.shahid.net/out/v1/1fc6103458be480b96e6a574b00fe1c0/index.m3u8 -#EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) -http://www.elahmad.com/tv/m3u8/online_live_6_tv.m3u8?id=sbc_tv #EXTINF:-1 tvg-id="SBC.sa" status="error",SBC (1080p) [Not 24/7] https://iptv--iptv.repl.co/Arabic/SBC #EXTINF:-1 tvg-id="SSC1HD.sa" status="online",SSC1 HD (1080p) @@ -113,8 +109,6 @@ https://ssc-5-ak.akamaized.net/out/v1/6ae0a2ebab224c72ab9c298afeec8d91/index.m3u https://shls-live-event2-prod-dub.shahid.net/out/v1/0456ede1a39145d98b3d8c8062ddc998/index.m3u8 #EXTINF:-1 tvg-id="SSCActionWaleedExtra.sa" status="online",SSC Action Waleed Extra (1080p) [Not 24/7] https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 -#EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) -http://www.elahmad.com/tv/m3u8/online_live_6_tv.m3u8?id=saudi_thikrayat #EXTINF:-1 tvg-id="ThikrayatTV.sa" status="error",Thikrayat TV (1080p) [Not 24/7] https://iptv--iptv.repl.co/Arabic/Zikrayat #EXTINF:-1 tvg-id="WesalTV.sa" status="error",Wesal TV [Not 24/7] diff --git a/streams/se.m3u b/streams/se.m3u index 7afe59ebc..deaa9fa8d 100644 --- a/streams/se.m3u +++ b/streams/se.m3u @@ -9,9 +9,9 @@ https://httpcache0-00688-cacheliveedge0.dna.qbrick.com/00688-cacheliveedge0/out/ https://edge1.socialsmart.tv/aznews/smil/playlist.m3u8 #EXTINF:-1 tvg-id="DiTV.se" status="online",Di TV (720p) https://httpcache0-03837-cachelive2.dna.qbrick.com/03837-cachelive2/smil:03837_tx4_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="ExpressenTV.se" status="error",Expressen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ExpressenTV.se" status="online",Expressen TV (720p) [Not 24/7] https://httpcache0-03837-cachelive2.dna.qbrick.com/03837-cachelive2/smil:03837_tx2_720p/chunklist_b3628000.m3u8 -#EXTINF:-1 tvg-id="ExpressenTV.se" status="error",Expressen TV (720p) [Offline] +#EXTINF:-1 tvg-id="ExpressenTV.se" status="online",Expressen TV (720p) [Offline] https://httpcache0-03837-cachelive2.dna.qbrick.com/03837-cachelive2/smil:03837_tx2_720p/playlist.m3u8 #EXTINF:-1 tvg-id="Kanal10Asia.se" status="online",Kanal 10 Asia (540p) [Not 24/7] https://cdn-kanal10.crossnet.net/kanal10/ngrp:kanal10asia_all/chunklist_w522739009_b2128000.m3u8 @@ -39,5 +39,5 @@ https://csm-e-tv4se-eb.tls1.yospace.com/csm/live/142791553.m3u8 https://edg01-prd-se-dcs.solidtango.com/edge/_lo9yf4l5_/lo9yf4l5/playlist.m3u8 #EXTINF:-1 tvg-id="VastmanlandsTV.se" status="error",Vรคstmanlands TV (720p) [Offline] http://83.140.64.214/edge/_lo9yf4l5_/lo9yf4l5/playlist.m3u8 -#EXTINF:-1 tvg-id="ViPComedyRussia.se" status="timeout",ViP Comedy Russia (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ViPComedyRussia.se" status="error",ViP Comedy Russia (720p) [Not 24/7] http://188.40.68.167/russia/vip_comedy/playlist.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index 3779f8a86..ff0f18a78 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -3,7 +3,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vidbb #EXTINF:-1 tvg-id="7TV.sn" status="error",7TV (720p) [Not 24/7] https://iptv-all.lanesh4d0w.repl.co/senegal/7tv -#EXTINF:-1 tvg-id="A2iMusic.sn" status="error",A2i Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="A2iMusic.sn" status="online",A2i Music (720p) [Not 24/7] https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="A2iNaja.sn" status="online",A2i Naja (720p) [Not 24/7] https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 @@ -25,5 +25,5 @@ https://iptv-all.lanesh4d0w.repl.co/senegal/rts1 https://iptv-all.lanesh4d0w.repl.co/senegal/rts2 #EXTINF:-1 tvg-id="SenTV.sn" status="error",SenTV [Not 24/7] https://iptv-all.lanesh4d0w.repl.co/senegal/sentv -#EXTINF:-1 tvg-id="TFM.sn" status="online",TFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TFM.sn" status="error",TFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wcr45 diff --git a/streams/sv.m3u b/streams/sv.m3u index 105771a20..1c1732ccf 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -28,7 +28,7 @@ https://cm.hostlagarto.com:4445/TRIBUNA-TV/tribuna.myStream/playlist.m3u8 http://168.227.22.18:1935/tvm/tvm.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVOCanal23.sv" status="online",TVO Canal 23 (720p) [Not 24/7] https://5fc584f3f19c9.streamlock.net/tvo/smil:tvo.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVX.sv" status="error",TVX (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVX.sv" status="online",TVX (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canaltvx #EXTINF:-1 tvg-id="WOWTV.sv" status="online",WOW TV (576p) [Not 24/7] https://cdn.elsalvadordigital.com:1936/wowtv/smil:wowtv.smil/playlist.m3u8 diff --git a/streams/tm.m3u b/streams/tm.m3u index 6a8973717..6dcb36c61 100644 --- a/streams/tm.m3u +++ b/streams/tm.m3u @@ -8,9 +8,9 @@ https://alpha.tv.online.tm/hls/ch006.m3u8 #EXTINF:-1 tvg-id="Asgabat.tm" status="online",AลŸgabat (406p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch006.m3u8 #EXTINF:-1 tvg-id="Miras.tm" status="online",Miras (406p) [Not 24/7] -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="Miras.tm" status="online",Miras (406p) [Not 24/7] +https://alpha.tv.online.tm/hls/ch003.m3u8 #EXTINF:-1 tvg-id="TurkmenOwazy.tm" status="online",Tรผrkmen Owazy (406p) [Not 24/7] https://alpha.tv.online.tm/hls/ch005.m3u8 #EXTINF:-1 tvg-id="TurkmenOwazy.tm" status="online",Tรผrkmen Owazy (406p) [Not 24/7] diff --git a/streams/tn.m3u b/streams/tn.m3u index 9df274af1..16d51faa4 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -2,7 +2,7 @@ #EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="online" user-agent="TNAgexpl212C",El Hiwar El Tounsi (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/elhiwar.m3u8 -#EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="error",El Hiwar El Tounsi (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="online",El Hiwar El Tounsi (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k2IuM11CZakq4ZvrUkv #EXTINF:-1 tvg-id="" status="error" user-agent="TNAgexpl212C",Hannibal (400p) [Offline] #EXTVLCOPT:http-user-agent=TNAgexpl212C diff --git a/streams/tr.m3u b/streams/tr.m3u index 4be8452c0..e938330db 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -42,16 +42,16 @@ https://win2.yayin.com.tr/bodrumbeltv/bodrumbeltv/playlist.m3u8 https://waw2.artiyerelmedya.net/brtv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="BursaASTV.tr" status="online",Bursa AS TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/astv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="BursaTV.tr" status="online",Bursa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BursaTV.tr" status="error",Bursa TV (720p) [Not 24/7] https://cdn-bursatv.yayin.com.tr/bursatv/bursatv/playlist.m3u8 -#EXTINF:-1 tvg-id="BursaTV.tr" status="online",Bursa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BursaTV.tr" status="error",Bursa TV (720p) [Not 24/7] https://win1.yayin.com.tr/bursatv/bursatv/playlist.m3u8 #EXTINF:-1 tvg-id="CanTV.tr" status="online",Can TV (720p) http://canbroadcast.com:7000/canlican/tv.m3u8 -#EXTINF:-1 tvg-id="CanTV.tr" status="timeout",Can TV (720p) [Not 24/7] -http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/105.m3u8 #EXTINF:-1 tvg-id="" status="online",CAN TV (720p) [Not 24/7] http://176.10.117.18:8000/play/a004/index.m3u8 +#EXTINF:-1 tvg-id="CanTV.tr" status="timeout",Can TV (720p) [Not 24/7] +http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/105.m3u8 #EXTINF:-1 tvg-id="CayTV.tr" status="online",Cay TV (720p) [Not 24/7] http://stream2.taksimbilisim.com:1935/caytv/bant1/CAYTV.m3u8 #EXTINF:-1 tvg-id="CekmekoyTV.tr" status="online",Cekmekรถy TV (1080p) @@ -60,7 +60,7 @@ https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv/playlist.m3u8 http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/104.m3u8 #EXTINF:-1 tvg-id="CiftciTV.tr" status="online",ร‡iftรงi TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/ciftcitv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="CiftciTV.tr" status="online",ร‡iftรงi TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CiftciTV.tr" status="timeout",ร‡iftรงi TV (720p) [Not 24/7] https://waw1.artiyerelmedya.net/ciftcitv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="CiftciTV.tr" status="online",ร‡iftรงi TV (1080p) [Not 24/7] http://stream.taksimbilisim.com:1935/ciftcitv/smil:ciftcitv.smil/playlist.m3u8 @@ -125,9 +125,9 @@ https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 http://kuzeykibris.tv/m3u8/tv_gunes.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="error",Guney TV Tarsus (270p) [Offline] http://stream2.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="GuneydoguTV.tr" status="online",GuneydoฤŸu TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GuneydoguTV.tr" status="error",GuneydoฤŸu TV (720p) [Not 24/7] http://stream2.taksimbilisim.com:1935/gtv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="GuneydoguTV.tr" status="online",GuneydoฤŸu TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GuneydoguTV.tr" status="error",GuneydoฤŸu TV (720p) [Not 24/7] https://broadcasttr.com:446/gtv/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 @@ -166,7 +166,7 @@ https://waw2.artiyerelmedya.net/kanal3/bant1/playlist.m3u8 https://live.kanal7.com/live/kanal7LiveMobile/index.m3u8 #EXTINF:-1 tvg-id="Kanal7.tr" status="online",Kanal 7 (1080p) https://live.kanal7.com/live/kanal7LiveDesktop/index.m3u8 -#EXTINF:-1 tvg-id="Kanal7Avrupa.tr" status="online",Kanal 7 Avrupa (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kanal7Avrupa.tr" status="error",Kanal 7 Avrupa (1080p) [Not 24/7] https://live.kanal7.com/live/kanal7AvrupaLive/index.m3u8 #EXTINF:-1 tvg-id="Kanal12.tr" status="online",Kanal 12 (720p) [Not 24/7] https://waw1.artiyerelmedya.net/kanal12/bant1/playlist.m3u8 @@ -248,7 +248,7 @@ http://137.74.205.201/medmuzik/MedStream/playlist.m3u8 http://163.172.39.215:25461/line/C4@!a3a1@!w72A/23 #EXTINF:-1 tvg-id="MedyaHaberTV.tr" status="timeout",Medya Haber TV (480p) [Not 24/7] http://163.172.39.215:25461/live/line/C4@!a3a1@!w72A/23.m3u8 -#EXTINF:-1 tvg-id="MedyaHaberTV.tr" status="online",Medya Haber TV (1080p) +#EXTINF:-1 tvg-id="MedyaHaberTV.tr" status="error",Medya Haber TV (1080p) https://602ccc850c9bb.streamlock.net/Medya/smil:1280.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mercan TV (720p) [Not 24/7] http://yerelmedya.tv:1935/mercantv/bant1/playlist.m3u8 @@ -258,7 +258,7 @@ https://waw2.artiyerelmedya.net/mercantv/bant1/playlist.m3u8 https://b01c02nl.mediatriple.net/videoonlylive/mtfgdbkwkjllolive/broadcast_5b1673b7c36b7.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MilyonTV.tr" status="error",Milyon TV (720p) [Offline] https://milyontv-live.ercdn.net/milyontv/milyontv_720p.m3u8 -#EXTINF:-1 tvg-id="MiskFM.tr" status="online",Misk FM (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MiskFM.tr" status="error",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="MSBCKanal2000.tr" status="online",MSBC Kanal 2000 (360p) [Not 24/7] https://59cba4d34b678.streamlock.net/canlitv/kanal-2000/playlist.m3u8 @@ -348,7 +348,7 @@ https://tv.ensonhaber.com/tv/tr/tgrteu/index.m3u8 https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe4598be8e5d.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ThaqalaynTV.tr" status="online",Thaqalayn TV (720p) [Not 24/7] https://live.thaqalayn.tv/hls/live.m3u8 -#EXTINF:-1 tvg-id="TonTV.tr" status="timeout",Ton TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TonTV.tr" status="online",Ton TV (720p) [Not 24/7] https://waw2.artiyerelmedya.net/tontv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="ToprakTV.tr" status="online",Toprak TV (720p) [Not 24/7] https://59cba4d34b678.streamlock.net/canlitv/topraktv/playlist.m3u8 @@ -421,7 +421,7 @@ http://stream.taksimbilisim.com:1935/tv41/bant1/playlist.m3u8 http://stream.taksimbilisim.com:1935/tv41/bant1/TV41.m3u8 #EXTINF:-1 tvg-id="TV41.tr" status="online",TV 41 (720p) [Not 24/7] http://stream.taksimbilisim.com:1935/tv41/smil:tv41.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TV41.tr" status="online",TV41 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV41.tr" status="timeout",TV41 (720p) [Not 24/7] https://waw2.artiyerelmedya.net/tv41/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="TV52.tr" status="online",TV 52 (720p) [Not 24/7] http://stream.taksimbilisim.com:1935/tv52/smil:tv52.smil/playlist.m3u8 diff --git a/streams/tw.m3u b/streams/tw.m3u index 7f17177b3..71e9486ac 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -51,7 +51,7 @@ https://live.streamingfast.net/osmflivech24.m3u8 https://live.streamingfast.net/osmflivech25.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH26 ็ฉบไธญไธปๆ—ฅๅญธ ๆŸฅ็ถ“ (720p) https://live.streamingfast.net/osmflivech26.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH27 ็ฉบไธญ่–็ถ“ๅญธ้™ข (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH27 ็ฉบไธญ่–็ถ“ๅญธ้™ข (720p) [Not 24/7] https://live.streamingfast.net/osmflivech27.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH28 ็พไปฃ่ฉฉๆญŒ (720p) [Not 24/7] https://live.streamingfast.net/osmflivech28.m3u8 @@ -75,7 +75,7 @@ https://live.streamingfast.net/osmflivech38.m3u8 https://live.streamingfast.net/osmflivech40.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH41 ๅนธ็ฆๅญธๅ ‚ (720p) https://live.streamingfast.net/osmflivech41.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH44 ็ƒค็ฎฑ่ฎ€ๆ›ธๆœƒ (720p) +#EXTINF:-1 tvg-id="" status="online",GOOD TV CH44 ็ƒค็ฎฑ่ฎ€ๆ›ธๆœƒ (720p) https://live.streamingfast.net/osmflivech44.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH45 ๅก้€š (720p) [Not 24/7] https://live.streamingfast.net/osmflivech45.m3u8 diff --git a/streams/ua.m3u b/streams/ua.m3u index ae4920d2e..b2000f2e2 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -25,7 +25,7 @@ http://stream.atr.ua/atr/live/index.m3u8 https://cdn1.live-tv.od.ua:8083/bbb/bbbtv-abr/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CNL ะ•ะฒั€ะพะฟะฐ (216p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_3.m3u8 -#EXTINF:-1 tvg-id="DonezkTV.ua" status="error",Donezk TV (720p) [Offline] +#EXTINF:-1 tvg-id="DonezkTV.ua" status="timeout",Donezk TV (720p) [Offline] http://stream.dn.ua/hls/stream.m3u8 #EXTINF:-1 tvg-id="GIT.ua" status="online",GIT (720p) https://stream.uagit.tv/gittv.m3u8 @@ -67,9 +67,9 @@ http://w4.mostvideo.tv/tv/ch1.m3u8 https://cdn10.live-tv.od.ua:8083/ofod/ofod-abr/playlist.m3u8 #EXTINF:-1 tvg-id="Renome.ua" status="online",Renome (576p) http://85.238.112.40:8810/hls_sec/online/list-renome.m3u8 -#EXTINF:-1 tvg-id="Simon.ua" status="online",Simon (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Simon.ua" status="timeout",Simon (576p) [Not 24/7] https://hls.simon.ua/live-HD/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Skrypinua.ua" status="online",Skrypin.ua (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Skrypinua.ua" status="error",Skrypin.ua (1080p) [Not 24/7] https://open-cdn.lanet.tv/live/1008.m3u8 #EXTINF:-1 tvg-id="Sport1.ua" status="timeout",Sport 1 (576p) [Not 24/7] https://95-213-224-183.livesports24.online/sport1ua.m3u8 @@ -85,7 +85,7 @@ https://hls.cdn.ua/tv5.zp.ua_live/tv5/playlist.m3u8 https://rtsp.cdn.ua/tv5.zp.ua_live/mp4:tv5/playlist.m3u8 #EXTINF:-1 tvg-id="TV5.ua" status="online",TV5 (ะ—ะฐะฟะพั€ะพะถัŒะต) (360p) https://rtsp.cdn.ua/tv5.zp.ua_live/tv5/playlist.m3u8 -#EXTINF:-1 tvg-id="TV7Plus.ua" status="online",TV7+ (ะฅะผะตะปัŒะฝะธั†ัŒะบะธะน) (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TV7Plus.ua" status="error",TV7+ (ะฅะผะตะปัŒะฝะธั†ัŒะบะธะน) (576p) [Not 24/7] https://tv7plus.com/hls/tv7.m3u8 #EXTINF:-1 tvg-id="UAOdesa.ua" status="online",UA: ะžะดะตัะฐ (384p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/odtrkod/odtrkod-abr/playlist.m3u8 @@ -119,16 +119,16 @@ http://85.238.112.69:8811/hls_sec/239.0.4.18-.m3u8 https://glas.org.ua/hls/glassru.m3u8 #EXTINF:-1 tvg-id="GlassUA.ua" status="online",ะ“ะปะฐัั (UA) (576p) [Not 24/7] https://glas.org.ua/hls/glassua.m3u8 -#EXTINF:-1 tvg-id="DonbasOnline.ua" status="online",ะ”ะพะฝะฑะฐั Online (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DonbasOnline.ua" status="timeout",ะ”ะพะฝะฑะฐั Online (1080p) [Not 24/7] http://176.110.1.30:1935/live/donbasonline/playlist.m3u8 #EXTINF:-1 tvg-id="DumskayaTV.ua" status="online",ะ”ัƒะผัะบะฐั ะขะ’ (1080p) [Not 24/7] https://cdn1.live-tv.od.ua:8083/dumska/dumska-abr/playlist.m3u8 #EXTINF:-1 tvg-id="Zdorove.ua" status="online",ะ—ะดะพั€ะพะฒัŒะต (504p) [Not 24/7] https://cdn1.live-tv.od.ua:8083/zdorovood/zdorovo/playlist.m3u8 -#EXTINF:-1 tvg-id="IzmailTV.ua" status="error",ะ˜ะทะผะฐะธะป ะขะ’ (576p) [Not 24/7] -https://cdn10.live-tv.od.ua:8083/izod/izod/playlist.m3u8 #EXTINF:-1 tvg-id="IzmailTV.ua" status="online",ะ˜ะทะผะฐะธะป ะขะ’ (576p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/izod/izod-abr/playlist.m3u8 +#EXTINF:-1 tvg-id="IzmailTV.ua" status="online",ะ˜ะทะผะฐะธะป ะขะ’ (576p) [Not 24/7] +https://cdn10.live-tv.od.ua:8083/izod/izod/playlist.m3u8 #EXTINF:-1 tvg-id="Inter.ua" status="online",ะ˜ะฝั‚ะตั€ (512p) [Not 24/7] http://109.68.40.67/img/inter_2/index.m3u8 #EXTINF:-1 tvg-id="IRT.ua" status="online",ะ˜ะ ะข (ะ”ะฝะตะฟั€) (576p) [Not 24/7] @@ -159,7 +159,7 @@ https://edge2.iptv.macc.com.ua/img/ntn_3/index.m3u8 https://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8 #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="Obektiv59.ua" status="online",ะžะฑัŠะตะบั‚ะธะฒ 59 (576p) +#EXTINF:-1 tvg-id="Obektiv59.ua" status="timeout",ะžะฑัŠะตะบั‚ะธะฒ 59 (576p) https://hls.simon.ua/live-HD/live/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Odessa.ua" status="blocked",ะžะดะตััะฐ (576p) [Geo-blocked] https://cdn1.live-tv.od.ua:8083/riood/riood-abr/playlist.m3u8 @@ -197,9 +197,9 @@ http://hls.cdn.ua/1zahid.com_live/livestream/playlist.m3u8 http://rtmp.cdn.ua/1zahid.com_live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="Pershiynezalezhniy.ua" status="online",ะŸะตั€ัˆะธะน ะฝะตะทะฐะปะตะถะฝะธะน (1080p) https://app.live.112.events/hls/112hd_mid/index.m3u8 -#EXTINF:-1 tvg-id="Pershiynezalezhniy.ua" status="timeout",ะŸะตั€ัˆะธะน ะฝะตะทะฐะปะตะถะฝะธะน (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Pershiynezalezhniy.ua" status="online",ะŸะตั€ัˆะธะน ะฝะตะทะฐะปะตะถะฝะธะน (1080p) [Not 24/7] http://app.live.112.events/hls-ua/112hd_hi/index.m3u8 -#EXTINF:-1 tvg-id="Pershiynezalezhniy.ua" status="timeout",ะŸะตั€ัˆะธะน ะฝะตะทะฐะปะตะถะฝะธะน (1080p) [Timeout] +#EXTINF:-1 tvg-id="Pershiynezalezhniy.ua" status="online",ะŸะตั€ัˆะธะน ะฝะตะทะฐะปะตะถะฝะธะน (1080p) [Timeout] https://app.live.112.events/hls-ua/112hd_mid/index.m3u8 #EXTINF:-1 tvg-id="Pershiynezalezhniy.ua" status="online",ะŸะตั€ัˆะธะน ะฝะตะทะฐะปะตะถะฝะธะน (1080p) [Timeout] https://app.live.112.events/hls/112hd_hi/index.m3u8 @@ -216,18 +216,18 @@ http://prm-hls1.cosmonova.net.ua/hls/prm_ua_hi/index.m3u8 #EXTINF:-1 tvg-id="RadioLyuks.ua" status="online",ะ ะฐะดะธะพ ะ›ัŽะบั (1080p) https://stream1.luxnet.ua/luxstudio/smil:luxstudio.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Reporter.ua" status="online",ะ ะตะฟะพั€ั‚ะตั€ (720p) [Not 24/7] -http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="Reporter.ua" status="online",ะ ะตะฟะพั€ั‚ะตั€ (720p) [Not 24/7] http://cdn1.live-tv.od.ua:8081/31chod/31chod/playlist.m3u8 +#EXTINF:-1 tvg-id="Reporter.ua" status="online",ะ ะตะฟะพั€ั‚ะตั€ (720p) [Not 24/7] +http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/playlist.m3u8 #EXTINF:-1 tvg-id="Svarozhichi.ua" status="online",ะกะฒะฐั€ะพะถะธั‡ะธ (720p) http://80.91.177.102:1935/live/live1/playlist.m3u8 #EXTINF:-1 tvg-id="Svarozhichi.ua" status="online",ะกะฒะฐั€ะพะถะธั‡ะธ (720p) http://tv.tv-project.com:1935/live/live1/playlist.m3u8 #EXTINF:-1 tvg-id="SK1.ua" status="online",ะกะš 1 (256p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt240p/playlist.m3u8 -#EXTINF:-1 tvg-id="SK1.ua" status="error",ะกะš 1 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SK1.ua" status="online",ะกะš 1 (480p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt480p/playlist.m3u8 -#EXTINF:-1 tvg-id="SK1.ua" status="error",ะกะš 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SK1.ua" status="online",ะกะš 1 (720p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt720p/playlist.m3u8 #EXTINF:-1 tvg-id="SK1.ua" status="online",ะกะš 1 (720p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr/playlist.m3u8 @@ -243,7 +243,7 @@ http://rtsp.cdn.ua/tva.ua_live/livestream/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCH9H_b9oJtSHBovh94yB5HA/live #EXTINF:-1 tvg-id="TisTV.ua" status="online",ะขะธั ะขะ’ (480p) [Not 24/7] https://cdn10.live-tv.od.ua:8083/riood/tisod504/playlist.m3u8 -#EXTINF:-1 tvg-id="TretiyCifrovoy.ua" status="online",ะขั€ะตั‚ะธะน ะฆะธั„ั€ะพะฒะพะน (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TretiyCifrovoy.ua" status="error",ะขั€ะตั‚ะธะน ะฆะธั„ั€ะพะฒะพะน (576p) [Not 24/7] https://cdn1.live-tv.od.ua:8083/3tvod/3tvod-abr/playlist.m3u8 #EXTINF:-1 tvg-id="TRKAleks.ua" status="online",ะขะ ะš ะะปะตะบั (576p) http://46.46.112.223/live/livestream1.m3u8 @@ -259,9 +259,9 @@ https://95-213-224-183.livesports24.online/uafootballua1.m3u8 http://46.175.163.130/ks_plus/index.m3u8 #EXTINF:-1 tvg-id="Cherniveckiypromin.ua" status="online",ะงะตั€ะฝั–ะฒะตั†ัŒะบะธะน ะฟั€ะพะผั–ะฝัŒ (720p) [Not 24/7] https://langate.tv/promin/live_720/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะงะŸ ะ˜ะฝั„ะพ (576p) +#EXTINF:-1 tvg-id="" status="error",ะงะŸ ะ˜ะฝั„ะพ (576p) http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 -#EXTINF:-1 tvg-id="ChPinfo.ua" status="online",ะงะŸ.ั–ะฝั„ะพ (576p) +#EXTINF:-1 tvg-id="ChPinfo.ua" status="error",ะงะŸ.ั–ะฝั„ะพ (576p) http://109.68.40.67/life/magnolia.m3u8 #EXTINF:-1 tvg-id="" status="online",ะฎะถะฝะฐั ะ’ะพะปะฝะฐ (720p) [Not 24/7] https://cdn1.live-tv.od.ua:8083/wave/wave-abr/playlist.m3u8 diff --git a/streams/ug.m3u b/streams/ug.m3u index 078867267..5c1666142 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -1,9 +1,9 @@ #EXTM3U #EXTINF:-1 tvg-id="ArkTV.ug" status="online",Ark TV (576p) https://arktelevision.org/hlslive/test/test.m3u8 -#EXTINF:-1 tvg-id="NBSTV.ug" status="online",NBS TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="NBSTV.ug" status="error",NBS TV (360p) [Not 24/7] https://cdn1.rea.cdn.moderntv.eu/readymedia/stream/NBSTV/10-hls/live-media.m3u8 -#EXTINF:-1 tvg-id="NBSTV.ug" status="online",NBS TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NBSTV.ug" status="error",NBS TV (480p) [Not 24/7] https://vse-cdn1-readymedia.rea.cdn.moderntv.eu/readymedia/stream/NBSTV/5-20-hls/live.m3u8 #EXTINF:-1 tvg-id="SaltTV.ug" status="online",Salt TV (540p) [Not 24/7] https://dcunilive38-lh.akamaihd.net/i/dclive_1@692676/master.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index fe1331ce5..ddfb46625 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -49,7 +49,7 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_h https://livecdn.fptplay.net/qnetlive/bbclifestyle_2000.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="BBCNews.uk" status="blocked",BBC News (540p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/mobile_wifi_main_sd_abr_v2.m3u8 -#EXTINF:-1 tvg-id="BBCNews.uk" status="blocked",BBC News HD (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="BBCNews.uk" status="online",BBC News HD (720p) [Geo-blocked] https://cdnuk001.broadcastcdn.net/KUK-BBCNEWSHD/index.m3u8 #EXTINF:-1 tvg-id="BBCNews.uk" status="blocked",BBC News HD (720p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/t=3840/v=pv14/b=5070016/main.m3u8 @@ -236,7 +236,7 @@ https://live-hochanda.simplestreamcdn.com/hochanda/live.m3u8 https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/cruise_tv/hls_video/index.m3u8 #EXTINF:-1 tvg-id="DeenTV.uk" status="online",Deen TV (576p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/deentv.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",EDGEsport (1080p) [Offline] +#EXTINF:-1 tvg-id="" status="error",EDGEsport (1080p) [Offline] https://csm-e-stv.tls1.yospace.com/csm/live/195300285.m3u8 #EXTINF:-1 tvg-id="EDGEsports.uk" status="error",EDGEsport (1080p) [Offline] https://imgedge.akamaized.net/amagi_hls_data_imgAAA2AA-edgesports/CDN/playlist.m3u8 @@ -251,7 +251,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ddrri https://query-streamlink.herokuapp.com/iptv-query?streaming-ip=https://www.youtube.com/channel/UCBgM-sKkB4ySrdiCsk0ikUA/live #EXTINF:-1 tvg-id="FreeSports.uk" status="error",FreeSports (1080p) [Not 24/7] https://csm-e-stv.tls1.yospace.com/csm/live/203444271.m3u8 -#EXTINF:-1 tvg-id="GarshomTV.uk" status="online",Garshom TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="GarshomTV.uk" status="error",Garshom TV (360p) [Not 24/7] http://og2qd3aal7an-hls-live.5centscdn.com/garshomtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) https://live-gbnews.simplestreamcdn.com/gbnews/gbnews/bitrate1.isml/live.m3u8 @@ -295,18 +295,18 @@ http://31.220.41.88:8081/live/itv3.stream/chunks.m3u8 http://31.220.41.88:8081/live/itv4.stream/chunks.m3u8 #EXTINF:-1 tvg-id="ITV.uk" status="blocked",ITV (302p) [Geo-blocked] http://31.220.41.88:8081/live/itv1.stream/chunks.m3u8 -#EXTINF:-1 tvg-id="JewelleryMaker.uk" status="online",Jewelery Maker (1080p) +#EXTINF:-1 tvg-id="JewelleryMaker.uk" status="timeout",Jewelery Maker (1080p) https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="JimJamRossiya.uk" status="timeout",JimJam ะ ะพััะธั (576p) [Not 24/7] +#EXTINF:-1 tvg-id="JimJamRossiya.uk" status="error",JimJam ะ ะพััะธั (576p) [Not 24/7] http://188.40.68.167/russia/jimjam/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.uk" status="online",Kalemeh TV (576p) [Not 24/7] http://51.210.199.37/hls/stream.m3u8 #EXTINF:-1 tvg-id="KanshiTV.uk" status="online",Kanshi TV (720p) [Not 24/7] https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 -#EXTINF:-1 tvg-id="Kerrang.uk" status="timeout",Kerrang (576p) [Geo-blocked] -https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/kerrang/ #EXTINF:-1 tvg-id="Kerrang.uk" status="online",Kerrang (576p) [Geo-blocked] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kerrang/ +#EXTINF:-1 tvg-id="Kerrang.uk" status="timeout",Kerrang (576p) [Geo-blocked] +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kerrang-alldev.m3u8?yo.up=https://boxtv.secure.footprint.net/kerrang/ #EXTINF:-1 tvg-id="Kiss.uk" status="error",Kiss (576p) [Offline] http://csm-e.tm.yospace.com/csm/extlive/boxplus01,kiss-inapp.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/kiss/ #EXTINF:-1 tvg-id="kMTV.uk" status="online",KMTV (576p) @@ -315,7 +315,7 @@ https://dk7psf0dh3v1r.cloudfront.net/KMTV/playlist.m3u8 http://w10.streamgb.com:1935/kool/kool/playlist.m3u8 #EXTINF:-1 tvg-id="LondonLive.uk" status="error",London Live (720p) [Offline] http://bcoveliveios-i.akamaihd.net/hls/live/217434/3083279840001/master.m3u8 -#EXTINF:-1 tvg-id="Loveworld.uk" status="online",Loveworld TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Loveworld.uk" status="error",Loveworld TV (1080p) [Not 24/7] https://cdn.lwuk.live/live/smil:lwukweb.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Magic.uk" status="error",Magic (576p) [Offline] http://csm-e.tm.yospace.com/csm/extlive/boxplus01,magic-desktop.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/magic/ @@ -363,15 +363,15 @@ https://api.new.livestream.com/accounts/6986636/events/5362122/live.m3u8 http://tv.sheffieldlive.org/hls/main.m3u8 #EXTINF:-1 tvg-id="SkiTV.uk" status="online",Ski TV (1080p) [Not 24/7] https://d2xeo83q8fcni6.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/SkiTV-Zee/193.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Sky News (720p) [Geo-blocked] -http://skydvn-sn-mobile-prod.skydvn.com/skynews/1404/latest.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Sky News (720p) [Geo-blocked] http://skynews-sn-cdhls.ak-cdn.skydvn.com/cdhlsskynews/1404/latest.m3u8 +#EXTINF:-1 tvg-id="" status="error",Sky News (720p) [Geo-blocked] +http://skydvn-sn-mobile-prod.skydvn.com/skynews/1404/latest.m3u8 #EXTINF:-1 tvg-id="SkyNewsArabia.uk" status="online",Sky News Arabia (720p) [Not 24/7] https://stream.skynewsarabia.com/hls/sna.m3u8 #EXTINF:-1 tvg-id="SkyNewsArabia.uk" status="online",Sky News Arabia (Portrait) (1280p) [Not 24/7] https://stream.skynewsarabia.com/vertical/vertical.m3u8 -#EXTINF:-1 tvg-id="SkyNewsExtra1.uk" status="online",Sky News Extra 1 (540p) +#EXTINF:-1 tvg-id="SkyNewsExtra1.uk" status="error",Sky News Extra 1 (540p) https://skynewsau-live.akamaized.net/hls/live/2002689/skynewsau-extra1/master.m3u8 #EXTINF:-1 tvg-id="SkyNewsExtra2.uk" status="online",Sky News Extra 2 (540p) [Not 24/7] https://skynewsau-live.akamaized.net/hls/live/2002690/skynewsau-extra2/master.m3u8 @@ -381,7 +381,7 @@ https://skynewsau-live.akamaized.net/hls/live/2002691/skynewsau-extra3/master.m3 http://sports.ashttp9.visionip.tv/live/visiontvuk-sports-sportstonightlive-hsslive-25f-4x3-SD/chunklist.m3u8 #EXTINF:-1 tvg-id="SportyStuffTV.uk" status="online",Sporty Stuff TV (720p) https://ayozat-live.secure2.footprint.net/egress/bhandler/ayozat/sportystufftv/playlist.m3u8 -#EXTINF:-1 tvg-id="SpotlightTV.uk" status="online",Spotlight TV (576p) +#EXTINF:-1 tvg-id="SpotlightTV.uk" status="error",Spotlight TV (576p) https://securecontributions.sechls01.visionip.tv/live/securecontributions-securecontributions-spotlighttv-hsslive-25f-SD/chunklist.m3u8 #EXTINF:-1 tvg-id="STV.uk" status="timeout",STV (1080p) [Timeout] https://csm-e-stv.tls1.yospace.com/csm/live/139900483.m3u8 diff --git a/streams/unsorted.m3u b/streams/unsorted.m3u index cec0e3fe4..931811a4d 100644 --- a/streams/unsorted.m3u +++ b/streams/unsorted.m3u @@ -5,7 +5,7 @@ https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8 http://91.212.150.248/AdriaMusicTV/index.m3u8 #EXTINF:-1 tvg-id="" status="error",AdriaNet [Offline] http://79.106.48.2:4578/live/adriamed/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Ahi TV Kirsehir (576p) +#EXTINF:-1 tvg-id="" status="error",Ahi TV Kirsehir (576p) http://yayin3.canlitv.com:1935/canlitv/ahitv/playlist.m3u8 #EXTINF:-1 tvg-id="AkilliTV.tr" status="timeout",Akilli TV [Timeout] https://stream41.radyotelekom.com.tr/stream/m3u8/a5a7e883a71429fe9e605bb5d25d6185/chunklist_w895929071.m3u8 @@ -15,7 +15,7 @@ https://mbningestworld-i.akamaihd.net/hls/live/644021/iraqworldsafe/master.m3u8 https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/imn/general2/chunks.m3u8 #EXTINF:-1 tvg-id="" status="online",Al-Rasheed (408p) https://media1.livaat.com/AL-RASHEED-HD/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" status="error",Al-Sharqiya (1080p) +#EXTINF:-1 tvg-id="" status="online",Al-Sharqiya (1080p) https://5d94523502c2d.streamlock.net/home/mystream/chunklist_w1408191520.m3u8 #EXTINF:-1 tvg-id="" status="online",Al-Sharqiya News (1080p) https://5d94523502c2d.streamlock.net/alsharqiyalive/mystream/chunklist_w449457930.m3u8 @@ -105,7 +105,7 @@ https://583548fa0d82b.streamlock.net/friesischerRundfunk-live/_definst_/mp4:frie https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Funnybone (720p) https://simultv.s.llnwi.net/o054/FunnyBone/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Glas Drine +#EXTINF:-1 tvg-id="" status="online",Glas Drine http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Haldensleben TV (720p) https://578d8e1867e87.streamlock.net/medienasa-vod/_definst_/mp4:hdl_sendung_720p.mp4/playlist.m3u8 @@ -131,9 +131,9 @@ https://broadcasttr.com:446/kanala/bant1/chunklist_w343770598.m3u8?hash=2ed19746 https://simultv.s.llnwi.net/o062/KartoonCircus/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",Kid Central (720p) https://simultv.s.llnwi.net/o058/KidCentral/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Klan Kosova +#EXTINF:-1 tvg-id="" status="blocked",Klan Kosova http://93.157.62.180/KlanKosova/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Klan Plus +#EXTINF:-1 tvg-id="" status="blocked",Klan Plus http://93.157.62.180/KlanPlus/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Korรงa + (1080p) [Not 24/7] http://32.shqiptv.org/korca/albplus/index.m3u8 @@ -175,7 +175,7 @@ http://a.jsrdn.com/broadcast/256ad9e679/+0000/high/c.m3u8 https://stream.ads.ottera.tv/playlist.m3u8?network_id=535 #EXTINF:-1 tvg-id="" status="online",Movie Kingdom TV https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 -#EXTINF:-1 tvg-id="" status="error",MTC +#EXTINF:-1 tvg-id="" status="online",MTC http://mellitv.tulix.tv:1935/mellitv/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mundo TV https://59f1cbe63db89.streamlock.net:1443/mundotv/_definst_/mundotv/playlist.m3u8 @@ -213,7 +213,7 @@ http://62.113.210.250:1935/medienasa-live/_definst_/mp4:ok-merseburg_high/playli https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:ok-salzwedel_high/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",OK Wernigerode http://62.113.210.250:1935/medienasa-live/_definst_/mp4:ok-wernigerode_high/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ORA News (720p) +#EXTINF:-1 tvg-id="" status="blocked",ORA News (720p) http://93.157.62.180/OraNews/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Pardesi TV (720p) http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 @@ -323,7 +323,7 @@ https://www.onairport.live/sophiatv-es-live/livestream_high/master.m3u8 https://stream.ads.ottera.tv/playlist.m3u8?network_id=565 #EXTINF:-1 tvg-id="" status="online",Spydar https://simultv.s.llnwi.net/o062/Spydar/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Start TV +#EXTINF:-1 tvg-id="" status="error",Start TV https://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Studio 47 https://5852afe96c9bb.streamlock.net/studio47-live/_definst_/mp4:livestream/playlist.m3u8 @@ -333,7 +333,7 @@ http://89.201.163.244:8080/hls/hdmi.m3u8 https://mirtv.club/live/mirtv/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Switch (720p) https://simultv.s.llnwi.net/o062/Switch/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Sylt1 +#EXTINF:-1 tvg-id="" status="error",Sylt1 https://5aec29c5dd23b.streamlock.net:8443/sylt1/_definst_/sylt1_high1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Syri TV (720p) https://tv.syri.net/syrilive/webtv/playlist.m3u8 @@ -353,7 +353,7 @@ https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us #EXTINF:-1 tvg-id="" status="online",Tide TV (1080p) https://5889e7d0d6e28.streamlock.net/tide-live/_definst_/smil:livestream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Top News +#EXTINF:-1 tvg-id="" status="blocked",Top News http://93.157.62.180/TopNews/index.m3u8 #EXTINF:-1 tvg-id="" status="online",TopEstrada TV http://live.topestrada.com/live/topestrada/playlist.m3u8 @@ -381,7 +381,7 @@ https://video01.kshost.com.br:4443/tv31966/tv31966/playlist.m3u8 https://59f1cbe63db89.streamlock.net:1443/tvmax/_definst_/tvmax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Pai Eterno https://59f1cbe63db89.streamlock.net:1443/teste01/_definst_/teste01/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVPirot.rs" status="online",TV Pirot (240p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPirot.rs" status="error",TV Pirot (240p) [Not 24/7] https://5bc45691ca49f.streamlock.net/tvpirot/uzivo/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV S1 https://sradio.ipradio.rs/sradio/radiostv/playlist.m3u8 diff --git a/streams/us.m3u b/streams/us.m3u index 7fc31db7e..477f9d600 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -39,7 +39,7 @@ https://30a-tv.com/sidewalks.m3u8 https://30a-tv.com/beachy.m3u8 #EXTINF:-1 tvg-id="247RetroTV.us" status="blocked",247 Retro TV (432p) [Not 24/7] http://hlsdpi-cdn-chqtx02.totalstream.net/dpilive/247retro/ret/dai/playlist.m3u8 -#EXTINF:-1 tvg-id="A3Bikini.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",A3Bikini (720p) [Offline] +#EXTINF:-1 tvg-id="A3Bikini.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",A3Bikini (720p) [Offline] #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 https://vcnbikininetwork.teleosmedia.com/stream/bikininetwork/a3bikini/playlist.m3u8 #EXTINF:-1 tvg-id="ABTV.us" status="error",AB TV (720p) [Not 24/7] @@ -134,7 +134,7 @@ https://tve-live-lln.warnermediacdn.com/hls/live/2023183/aseast/noslate/VIDEO_1_ https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_3_1928000.m3u8 #EXTINF:-1 tvg-id="AdultSwimWest.us" status="online",Adult Swim West (720p) https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_1_5128000.m3u8 -#EXTINF:-1 tvg-id="AdventureSportsTV.us" status="timeout",Adventure Sports TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AdventureSportsTV.us" status="online",Adventure Sports TV (360p) [Not 24/7] https://gizmeon.s.llnwi.net/channellivev3/live/master.m3u8?channel=275 #EXTINF:-1 tvg-id="Akaku53.us" status="online",Akaku 53 (Hawaii) (1080p) https://akaku.vod.castus.tv/live/ch1.m3u8 @@ -303,7 +303,7 @@ https://www.bloomberg.com/media-manifest/streams/us-event.m3u8 https://www.bloomberg.com/media-manifest/streams/politics.m3u8 #EXTINF:-1 tvg-id="BluegrassMusic4U.us" status="online",Bluegrass Music 4U (360p) [Not 24/7] https://59d39900ebfb8.streamlock.net/blugrassmusic/blugrassmusic/playlist.m3u8 -#EXTINF:-1 tvg-id="BoomerangLatinoamerica.us" status="timeout",Boomerang Latinoamรฉrica [Geo-blocked] +#EXTINF:-1 tvg-id="BoomerangLatinoamerica.us" status="blocked",Boomerang Latinoamรฉrica [Geo-blocked] http://45.5.8.78:8000/play/a00i #EXTINF:-1 tvg-id="" status="online",Boston 25 News (WFXT) (360p) https://d2dy6pkj44n6e7.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10020_27d61a9c-67b2-4d7c-9486-626a6a071467_LE/in/cmg-wftxtv-hls-v3/live.m3u8 @@ -373,12 +373,12 @@ https://bcliveunivsecure-lh.akamaihd.net/i/iptv2_1@500579/master.m3u8 https://bcliveuniv-lh.akamaihd.net/i/iptv1_1@194050/master.m3u8 #EXTINF:-1 tvg-id="CBNFamily.us" status="error",CBN Family (1080p) [Offline] https://bcliveunivsecure-lh.akamaihd.net/i/iptv1_1@500579/master.m3u8 -#EXTINF:-1 tvg-id="CBNNews.us" status="error",CBN News (1080p) [Offline] +#EXTINF:-1 tvg-id="CBNNews.us" status="online",CBN News (1080p) [Offline] http://bcliveuniv-lh.akamaihd.net/i/news_1@194050/master.m3u8 +#EXTINF:-1 tvg-id="CBNNews.us" status="online",CBN News (1080p) [Offline] +https://bcliveunivsecure-lh.akamaihd.net/i/news_1@500579/master.m3u8 #EXTINF:-1 tvg-id="CBNNews.us" status="error",CBN News (1080p) [Offline] https://bcliveuniv-lh.akamaihd.net/i/news_1@194050/index_3000_av-p.m3u8 -#EXTINF:-1 tvg-id="CBNNews.us" status="error",CBN News (1080p) [Offline] -https://bcliveunivsecure-lh.akamaihd.net/i/news_1@500579/master.m3u8 #EXTINF:-1 tvg-id="" status="online",CBS 2 Greensboro NC (WFMY) (1080p) https://livevideo01.wfmynews2.com/hls/live/2016285/newscasts/live.m3u8 #EXTINF:-1 tvg-id="" status="online",CBS 2 Spokane WA (KREM) (1080p) @@ -518,14 +518,12 @@ https://broadcast.mytvtogo.net/classictv4u/classictv4u/playlist.m3u8 https://cloudflare.tv/hls/live.m3u8 #EXTINF:-1 tvg-id="CNBC.us" status="error",CNBC (1080p) [Not 24/7] http://s1.mysportz.tv:2082/CNBC/playlist.m3u8 -#EXTINF:-1 tvg-id="CNBCArabiya.us" status="online",CNBC Arabiya (1080p) -https://hiplayer.hibridcdn.net/t/cnbcarabia-live.m3u8 #EXTINF:-1 tvg-id="CNBCEurope.us" 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.us" status="online",CNBC Indonesia (720p) https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CNNBrasil.us" status="error",CNN Brasil (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNNBrasil.us" status="online",CNN Brasil (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvdwhh_fDyWccR42-rReZLw/live #EXTINF:-1 tvg-id="CNNChile.us" status="timeout",CNN Chile (720p) [Timeout] https://unlimited1-cl-movistar.dps.live/cnn/cnn.smil/playlist.m3u8 @@ -535,16 +533,16 @@ http://209.91.213.10:8088/play/a014 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="CNNTurk.us" status="timeout",CNN Tรผrk (480p) [Not 24/7] http://163.172.39.215:25461/line/C4@!a3a1@!w72A/129 -#EXTINF:-1 tvg-id="CNNUSA.us" status="blocked",CNN USA (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (360p) +https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_3_1464000.m3u8 +#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (360p) +https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_1064000.m3u8 +#EXTINF:-1 tvg-id="CNNUSA.us" status="blocked",CNN USA (360p) http://stream.tvtap.live:8081/live/us-cnn.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (360p) [Geo-blocked] -https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_3_1464000.m3u8 -#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (360p) [Geo-blocked] -https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_1064000.m3u8 -#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (480p) [Geo-blocked] -https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_2_1964000.m3u8 -#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (720p) [Geo-blocked] -https://turnerlive.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8 +#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (480p) +https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_2_1964000.m3u8 +#EXTINF:-1 tvg-id="CNNUSA.us" status="online",CNN USA (720p) +https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p) https://comedydynamics-wurl.cinedigm.com/playlist.m3u8 #EXTINF:-1 tvg-id="Comet.us" status="online",Comet (720p) @@ -742,7 +740,7 @@ http://encodercdn1.frontline.ca/vantrix/ltv/Bell_FOXHB_AtopItci_2015_01_12_HD/hl http://199.66.95.242/1/1172/index.m3u8?token=test #EXTINF:-1 tvg-id="FoxCrimeAdria.us" status="error",Fox Crime Adria [Offline] https://cdn1.mobiletv.bg/T10/fox_crime/fox_crime_794613_850k.m3u8 -#EXTINF:-1 tvg-id="FoxGreece.us" status="blocked",Fox Greece (480p) [Not 24/7] +#EXTINF:-1 tvg-id="FoxGreece.us" status="online",Fox Greece (480p) [Not 24/7] http://live.streams.ovh:1935/foxtv/foxtv/playlist.m3u8 #EXTINF:-1 tvg-id="FoxMoviesAsia.us" status="error" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Fox Movies Asia (Thai) (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/76.0.3809.25 Safari/537.36 @@ -757,7 +755,7 @@ http://encodercdn1.frontline.ca/encoder181/output/FOX_News_720p/playlist.m3u8 https://fnurtmp-f.akamaihd.net/i/FNRADIO_1@92141/master.m3u8 #EXTINF:-1 tvg-id="" status="error",FOX Rochester NY (WUHF-DT1) (720p) [Offline] http://encodercdn1.frontline.ca/encoder184/output/FOX_Rochester_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="FoxRussia.us" status="timeout",Fox Russia (576p) [Not 24/7] +#EXTINF:-1 tvg-id="FoxRussia.us" status="error",Fox Russia (576p) [Not 24/7] http://188.40.68.167/russia/fox_russia_sd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Fox Seattle WA (KCPQ1) (480p) [Offline] http://encodercdn1.frontline.ca/geonosis/output/FOX_Seattle/playlist.m3u8 @@ -786,7 +784,7 @@ https://i.mjh.nz/au/Sydney/tv.7fueltv.m3u8 http://104.143.4.5:2080/funroads.m3u8 #EXTINF:-1 tvg-id="FXPeru.us" status="timeout",FX Peru [Timeout] http://209.91.213.10:8088/play/a01z -#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="error",Galveston County TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="online",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 @@ -814,9 +812,9 @@ https://5e6cea03e25b6.streamlock.net/live/GRIT.stream/playlist.m3u8 https://d37j5jg7ob6kji.cloudfront.net/index.m3u8 #EXTINF:-1 tvg-id="GunAzTV.us" status="error",GรผnAz TV (480p) [Offline] rtsp://gtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/gtv/live/feed02?nc=1 -#EXTINF:-1 tvg-id="GunAzTV.us" status="online",GรผnAz TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GunAzTV.us" status="error",GรผnAz TV (720p) [Not 24/7] http://gtv.live.cdn.bitgravity.com/gtv/live/feed03 -#EXTINF:-1 tvg-id="GunAzTV.us" status="online",GรผnAz TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GunAzTV.us" status="error",GรผnAz TV (720p) [Not 24/7] https://gtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/gtv/live/feed03/playlist.m3u8 #EXTINF:-1 tvg-id="GustoTV.us" status="error",Gusto TV (720p) [Offline] https://a.jsrdn.com/broadcast/ebf95254ca/+0000/c.m3u8 @@ -862,8 +860,8 @@ http://s1.mysportz.tv:2082/history/playlist.m3u8 https://www.livedoomovie.com/02_HISTORYHD_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="HistoryEast.us" status="online",History East (720p) [Not 24/7] https://bk7l2w4nlx53-hls-live.5centscdn.com/HISTORY/961ac1c875f5884f31bdd177365ef1e3.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="HLN.us" status="online",HLN (720p) [Geo-blocked] -https://turnerlive.warnermediacdn.com/hls/live/586496/cnngo/hln/VIDEO_0_3564000.m3u8 +#EXTINF:-1 tvg-id="HLN.us" status="online",HLN (720p) +https://tve-live-lln.warnermediacdn.com/hls/live/586496/cnngo/hln/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="HmongTVNetwork.us" status="online",Hmong TV Network (720p) https://livefta.malimarcdn.com/ftaedge00/cvabroadcasting.stream/playlist.m3u8 #EXTINF:-1 tvg-id="HollyWire.us" status="error",Holly Wire (720p) [Offline] @@ -950,7 +948,7 @@ https://vcnovation.teleosmedia.com/linear/ovation/journy/playlist.m3u8 https://vcnplex.teleosmedia.com/linear/ovation/journy/playlist.m3u8 #EXTINF:-1 tvg-id="JudgeKarensCourt.us" status="online",Judge Karen's Court (540p) https://cb5273f195a147f2bcf23544e4495f66.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5eb1e7261474f9020c06f9ec/playlist.m3u8 -#EXTINF:-1 tvg-id="JuventudRenovadaenelEspirituSanto.us" status="error",Juventud Renovada en el Espiritu Santo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JuventudRenovadaenelEspirituSanto.us" status="online",Juventud Renovada en el Espiritu Santo (720p) [Not 24/7] http://teleredmcp.com:1935/jrestv/jrestv/playlist.m3u8 #EXTINF:-1 tvg-id="KalemehTV.us" status="error",Kalemeh TV (1080p) [Not 24/7] http://184.75.208.98:1935/live/kalemeh/playlist.m3u8 @@ -1018,7 +1016,7 @@ http://10tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 https://5aafcc5de91f1.streamlock.net/logoschannel.com/logostv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTVEnglish.us" status="online",Logos TV English (1080p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/logoschannel.com/logoseng/playlist.m3u8 -#EXTINF:-1 tvg-id="LogosTV.us" status="online",Logos TV Mubasher (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="LogosTV.us" status="error",Logos TV Mubasher (1080p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/logoschannel.com/logoshym/playlist.m3u8 #EXTINF:-1 tvg-id="LoneStar.us" status="online",Lone Star (960p) https://a.jsrdn.com/broadcast/5oWx2VgEmK/+0000/c.m3u8 @@ -1124,7 +1122,7 @@ http://encodercdn1.frontline.ca/encoder182/output/MSNBC/playlist.m3u8 http://encodercdn1.frontline.ca/encoder182/output/MSNBC_720p/playlist.m3u8 #EXTINF:-1 tvg-id="MSNBC.us" status="error",MSNBC (1080p) [Not 24/7] http://s1.mysportz.tv:2082/msnbc/playlist.m3u8 -#EXTINF:-1 tvg-id="MTVHitsEurope.us" status="timeout",MTV Hits Europe (576p) [Offline] +#EXTINF:-1 tvg-id="MTVHitsEurope.us" status="error",MTV Hits Europe (576p) [Offline] http://188.40.68.167/russia/mtv_hits/playlist.m3u8 #EXTINF:-1 tvg-id="MTVHitsLatinoamerica.us" status="timeout",MTV Hits Latinoamรฉrica (576p) [Timeout] http://209.91.213.10:8088/play/a00z @@ -1169,7 +1167,7 @@ https://livevideo01.wgrz.com/hls/live/2016286/newscasts/live.m3u8 https://knbclive-f.akamaihd.net/i/LA_STREAM1@13988/master.m3u8 #EXTINF:-1 tvg-id="" status="error",NBC 4 News Washington DC (WRC-TV) (720p) [Not 24/7] https://wrclive-f.akamaihd.net/i/wrcb1_1@46880/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",NBC4 WNBC-TV New York News (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",NBC4 WNBC-TV New York News (1080p) [Not 24/7] https://wnbclive-f.akamaihd.net/i/NY_STREAM1@13992/master.m3u8 #EXTINF:-1 tvg-id="" status="online",NBC4 WRC-TV Washington News (1080p) https://wrclive-f.akamaihd.net/i/DC_STREAM1@22925/master.m3u8 @@ -1185,7 +1183,7 @@ https://livevideo01.ksdk.com/hls/live/2014965/newscasts/live.m3u8 https://livevideo01.kagstv.com/hls/live/2016283/newscasts/live.m3u8 #EXTINF:-1 tvg-id="" status="online",NBC 6 Waco TX (KCEN) (1080p) https://livevideo01.kcentv.com/hls/live/2017155/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",NBC6 WTVJ-TV News Miami FL (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",NBC6 WTVJ-TV News Miami FL (1080p) [Not 24/7] https://wtvjlive-f.akamaihd.net/i/MIAMI_STREAM1@19309/master.m3u8 #EXTINF:-1 tvg-id="" status="online",NBC 7 Boise ID (KTVB) (1080p) https://livevideo01.ktvb.com/hls/live/2014542/newscasts/live.m3u8 @@ -1315,10 +1313,10 @@ http://livestream.5centscdn.com/shaditv/23abe62a446fc05ce0a6c810f4045308.sdp/ind https://hls-cdn.tvstartup.net/barakyah-channel/play/mp4:ourtvedge/playlist.m3u8 #EXTINF:-1 tvg-id="OrangeTV.us" status="online",Orange TV (720p) http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OutdoorChannel.us" status="timeout",Outdoor Channel (720p) [Geo-blocked] -https://i.mjh.nz/au/Sydney/tv.7outdoor.m3u8 #EXTINF:-1 tvg-id="OutdoorChannel.us" status="blocked",Outdoor Channel (720p) [Geo-blocked] https://livecdn.fptplay.net/world/outdoorfhd_hls.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="OutdoorChannel.us" status="timeout",Outdoor Channel (720p) [Geo-blocked] +https://i.mjh.nz/au/Sydney/tv.7outdoor.m3u8 #EXTINF:-1 tvg-id="OutdoorChannel.us" status="online",Outdoor Channel (1080p) [Not 24/7] http://ott.watch/stream/E7Q3UVKI5H/211.m3u8 #EXTINF:-1 tvg-id="Pac12Insider.us" status="blocked",Pac 12 Insider [Geo-blocked] @@ -1439,7 +1437,7 @@ http://live.qvcuk.simplestreamcdn.com/live/qvcuk_style_clean/bitrate1.isml/live. https://tv2.fastcast4u.com:3594/live/vsojgreilive.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Javan (720p) https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioRitmo.us" status="error",Radio Ritmo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioRitmo.us" status="online",Radio Ritmo (1080p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="RadioUTV.us" status="online",Radio U TV (720p) [Not 24/7] https://cdnlive.radiou.com/LS-ATL-43240-1/index.m3u8 @@ -1487,12 +1485,12 @@ https://wowzaprod188-i.akamaihd.net/hls/live/730322/3fa8d5f5/playlist.m3u8 https://rpn1.bozztv.com/36bay2/gusa-stgn/mono.m3u8 #EXTINF:-1 tvg-id="SGTN49.us" status="timeout",Sent TV Global Network Atlanta (SGTN-49) (720p) [Timeout] http://stgn-49.tulix.tv/live19/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="Shabakeh7.us" status="error",Shabakeh 7 (720p) +#EXTINF:-1 tvg-id="Shabakeh7.us" status="online",Shabakeh 7 (720p) http://rtmp.abnsat.com/hls/txministry.m3u8 -#EXTINF:-1 tvg-id="ShalomTV.us" status="error",Shalom TV (720p) [Not 24/7] -https://livestreamcdn.net:444/ShalomTV/ShalomTV/playlist.m3u8 #EXTINF:-1 tvg-id="ShalomTV.us" status="online",Shalom TV (720p) [Not 24/7] http://api.new.livestream.com/accounts/25038049/events/7483919/live.m3u8 +#EXTINF:-1 tvg-id="ShalomTV.us" status="online",Shalom TV (720p) [Not 24/7] +https://livestreamcdn.net:444/ShalomTV/ShalomTV/playlist.m3u8 #EXTINF:-1 tvg-id="ShopHQ.us" status="online",Shop HQ (720p) https://aos01-evine.secure.footprint.net/evine/clean/appleman.m3u8 #EXTINF:-1 tvg-id="ShopLC.us" status="online",Shop LC (1080p) @@ -1531,9 +1529,9 @@ https://simultv.s.llnwi.net/n4s4/Spydar/interlink.m3u8 https://stadiumlivein-i.akamaihd.net/hls/live/522512/mux_4/master.m3u8 #EXTINF:-1 tvg-id="" status="error",Stadium | Live (720p) [Offline] https://bcovlive-a.akamaihd.net/e64d564b9275484f85981d8c146fb915/us-east-1/5994000126001/f3d8696d886f4c3b9612132643061743/playlist_ssaiM.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",STAR Channel (Spain) [Offline] +#EXTINF:-1 tvg-id="" status="error",STAR Channel (Spain) [Offline] http://45.179.140.242:8000/play/a0h5 -#EXTINF:-1 tvg-id="" status="timeout",STAR Life (Spain) [Offline] +#EXTINF:-1 tvg-id="" status="error",STAR Life (Spain) [Offline] http://45.179.140.242:8000/play/a0h4 #EXTINF:-1 tvg-id="StockchartsTV.us" status="error",StockCharts TV (1080p) [Not 24/7] https://iptv-all.lanesh4d0w.repl.co/united-states/stockchartstv @@ -1593,7 +1591,7 @@ https://wrclive-f.akamaihd.net/i/wrcb2_1@46880/master.m3u8 https://wmaqlive-f.akamaihd.net/i/wmaqb1_1@24420/master.m3u8 #EXTINF:-1 tvg-id="" status="error",Telemundo WSCV Noticias Miami FL (1080p) [Not 24/7] https://wscvlive-lh.akamaihd.net/i/MIAMI_STREAM6@183618/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",Telemundo WSNS Noticias Chicago IL (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Telemundo WSNS Noticias Chicago IL (1080p) [Not 24/7] https://wmaqlive-f.akamaihd.net/i/CHICAGO_STREAM4@24420/master.m3u8 #EXTINF:-1 tvg-id="TeleRaydo.us" status="online",TeleRadyo (720p) https://abscbn-ono.akamaized.net/midroll/amagi_hls_data_abscbnAAA-abscbn-teleradyo-oando/CDN/playlist.m3u8 @@ -1613,7 +1611,7 @@ https://a.jsrdn.com/broadcast/256ccf645e/+0000/c.m3u8 http://trn03.tulix.tv/teleup-cw-whp/playlist.m3u8 #EXTINF:-1 tvg-id="KTLADT1.us" status="online",The CW Los Angeles CA (KTLA-DT1) (720p) [Not 24/7] http://trn03.tulix.tv/teleup-N8qwnqgUq2/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",The CW Tallahassee FL (WTLF1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",The CW Tallahassee FL (WTLF1) (720p) [Not 24/7] https://5e6cea03e25b6.streamlock.net/live/WTLHCW.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TheFilmDetective.us" status="error",The Film Detective (720p) [Geo-blocked] https://a.jsrdn.com/broadcast/9Kl3dcb5l/c.m3u8 @@ -1672,7 +1670,7 @@ https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 https://api.new.livestream.com/accounts/12638076/events/8488790/live.m3u8 #EXTINF:-1 tvg-id="TranquilThunderstorms.us" status="online",Tranquil Thunderstorms (720p) https://a.jsrdn.com/broadcast/18b42f9aef/+0000/c.m3u8 -#EXTINF:-1 tvg-id="TrinityChannel.us" status="error",Trinity Channel (480p) [Not 24/7] +#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="TruTVEast.us" status="online",TruTV East (720p) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023176/trueast/slate/VIDEO_0_3564000.m3u8 @@ -1758,7 +1756,7 @@ https://rpn1.bozztv.com/36bay2/gusa-tvswesternmovies/index.m3u8 https://rpn1.bozztv.com/36bay2/gusa-tvswsn/index.m3u8 #EXTINF:-1 tvg-id="UALRTV.us" status="error",UALR TV (720p) [Offline] https://na-all23.secdn.net/pegstream3-live/play/65ea794b-dd82-41ce-8e98-a9177289a063/master.m3u8 -#EXTINF:-1 tvg-id="UCTVUniversityofCalifornia.us" status="online",UCTV University of California (720p) [Not 24/7] +#EXTINF:-1 tvg-id="UCTVUniversityofCalifornia.us" status="timeout",UCTV University of California (720p) [Not 24/7] https://59e8e1c60a2b2.streamlock.net/509/509.stream/playlist.m3u8 #EXTINF:-1 tvg-id="UNWebTV.us" status="error",UN Web TV (540p) [Offline] https://bcliveunivsecure-lh.akamaihd.net/i/un150_A1_1@575439/master.m3u8 @@ -1821,7 +1819,7 @@ https://dai.google.com/linear/hls/event/qLrnhs3RQUa2zMw9UBkroQ/master.m3u8 https://worcester.vod.castus.tv/live/ch1.m3u8 #EXTINF:-1 tvg-id="" status="online",WDAY News Fargo ND (720p) https://player-api.new.livestream.com/accounts/27442514/events/8305246/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",WDAY-X Automatic Weather Frago ND (720p) +#EXTINF:-1 tvg-id="" status="error",WDAY-X Automatic Weather Frago ND (720p) https://player-api.new.livestream.com/accounts/27442514/events/8331542/live.m3u8 #EXTINF:-1 tvg-id="" status="online",WDEF-TV News Chattanooga TN (720p) http://dai.google.com/linear/hls/event/iVH_b5kWTteyRCy-YCoHOw/master.m3u8 @@ -1879,5 +1877,5 @@ https://a.jsrdn.com/broadcast/e0f99ab19c/+0000/c.m3u8 https://thegateway.app/YouToo/CueTones/playlist.m3u8 #EXTINF:-1 tvg-id="YoutooAmerica.us" status="online",Youtoo America (1080p) https://thegateway.app/YouToo/YTamerica/playlist.m3u8 -#EXTINF:-1 tvg-id="KanalDisney.us" status="timeout",ะšะฐะฝะฐะป Disney (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KanalDisney.us" status="error",ะšะฐะฝะฐะป Disney (576p) [Not 24/7] http://188.40.68.167/russia/disney/playlist.m3u8 diff --git a/streams/us_adultswim.m3u b/streams/us_adultswim.m3u index 3ef382878..c73944d71 100644 --- a/streams/us_adultswim.m3u +++ b/streams/us_adultswim.m3u @@ -27,7 +27,7 @@ https://adultswim-vodlive.cdn.turner.com/live/robot-chicken/stream.m3u8 https://adultswim-vodlive.cdn.turner.com/live/samurai-jack/stream.m3u8 #EXTINF:-1 tvg-id="AdultSwimTheEricAndreShow.us" status="online",Adult Swim The Eric Andre Show (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/eric-andre/stream.m3u8 -#EXTINF:-1 tvg-id="AdultSwimTheVentureBros.us" status="timeout",Adult Swim The Venture Bros (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimTheVentureBros.us" status="online",Adult Swim The Venture Bros (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/venture-bros/stream.m3u8 #EXTINF:-1 tvg-id="AdultSwimYourPrettyFaceIsGoingToHell.us" status="online",Adult Swim Your Pretty Face Is Going To Hell (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/ypf/stream.m3u8 diff --git a/streams/us_fubo.m3u b/streams/us_fubo.m3u index 96cb22443..37b7a1aa8 100644 --- a/streams/us_fubo.m3u +++ b/streams/us_fubo.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AdventureSportsNetwork.us" status="online",Adventure Sports Network (720p) https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/master.m3u8 -#EXTINF:-1 tvg-id="FootballDailyXUMO.us" status="online",Football Daily (XUMO) (720p) +#EXTINF:-1 tvg-id="FootballDailyXUMO.us" status="timeout",Football Daily (XUMO) (720p) https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-footballdaily/CDN/master.m3u8 #EXTINF:-1 tvg-id="" status="online",fubo Sports Network (720p) https://dai2-xumo.fubo.tv/amagi_hls_data_xumo1212A-fubo/CDN/master.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index 3297f2e22..c76a4dd3d 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -56,19 +56,19 @@ https://v-pi.theus6tv.tk/hls/12.2/playlist.m3u8 #EXTINF:-1 tvg-id="WHYYDT3.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",WHYY-DT3 (Y Kids) (720p) [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 https://v-pi.theus6tv.tk/hls/12.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD1.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",WKOB-LD1 (Azteca America 42) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WKOBLD1.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",WKOB-LD1 (Azteca America 42) (720p) [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 https://v-ny.theus6tv.tk/hls/42.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD2.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",WKOB-LD2 (Daystar) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WKOBLD2.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",WKOB-LD2 (Daystar) (480p) [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 https://v-ny.theus6tv.tk/hls/42.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD5.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",WKOB-LD5 (SonLife) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WKOBLD5.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",WKOB-LD5 (SonLife) (480p) [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 https://v-ny.theus6tv.tk/hls/42.5/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD6.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",WKOB-LD6 (Estrella TV) (480p) [Offline] #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 https://v-ny.theus6tv.tk/hls/42.6/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD7.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",WKOB-LD7 (ShopLC) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WKOBLD7.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",WKOB-LD7 (ShopLC) (480p) [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 https://v-ny.theus6tv.tk/hls/42.7/playlist.m3u8 #EXTINF:-1 tvg-id="WKOBLD8.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",WKOB-LD8 (Novelisima) (480p) [Not 24/7] @@ -86,7 +86,7 @@ https://v-ny.theus6tv.tk/hls/21.3/playlist.m3u8 #EXTINF:-1 tvg-id="WLIWDT4.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-DT4 (All Arts) (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 https://v-ny.theus6tv.tk/hls/21.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WLVTDT1.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",WLVT-DT1 (PBS 39) (720p) +#EXTINF:-1 tvg-id="WLVTDT1.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",WLVT-DT1 (PBS 39) (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 https://v-pi.theus6tv.tk/hls/39.1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMBQ-LD (FNX) (432p) diff --git a/streams/us_plex.m3u b/streams/us_plex.m3u index 7e3636bfa..b3d4705ca 100644 --- a/streams/us_plex.m3u +++ b/streams/us_plex.m3u @@ -193,7 +193,7 @@ https://631dd17512664bafa0f3d1bd9717d7c0.mediatailor.us-east-1.amazonaws.com/v1/ https://the-pet-collective-samsung.plex.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Timeline.us" status="online",Timeline (1080p) https://lds-timeline-plex.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TVClassics.us" status="online",TV Classics (1080p) +#EXTINF:-1 tvg-id="TVClassics.us" status="error",TV Classics (1080p) https://vitor-tvclassics-1.plex.wurl.com/manifest/4300.m3u8 #EXTINF:-1 tvg-id="VENN.us" status="online",VENN (1080p) https://venntv-plex.amagi.tv/hls/amagi_hls_data_venntvAAA-venntv-plex/CDN/playlist.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index df442cf7b..352ffa2a6 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -84,19 +84,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df6293 #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) -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= +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/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 +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 (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db867744f229f0009266784/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db867744f229f0009266784&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=759&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db867744f229f0009266784/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8588734f8000823b7de/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="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db867744f229f0009266784/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="error",Pluto TV Adventure TV (720p) [Offline] @@ -134,13 +134,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009 #EXTINF:-1 tvg-id="PlutoTVAnimals.us" status="online",Pluto TV Animals (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767ae7b456c8cf265ce922&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9015b970-057f-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimals.us" status="online",Pluto TV Animals (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56b27f85ff3037045055037e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56b27f85ff3037045055037e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=666&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimals.us" status="online",Pluto TV Animals (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimals.us" status="online",Pluto TV Animals (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56b27f85ff3037045055037e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimals.us" status="online",Pluto TV Animals (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56b27f85ff3037045055037e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56b27f85ff3037045055037e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=666&terminate=false&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimalsEngland.us" status="online",Pluto TV Animals (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf8ea0d000120009bcad83&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=550&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Animals (Germany) (480p) @@ -193,12 +193,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f760c3d41aa2d0007 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="PlutoTVAvatar.us" status="online",Pluto TV Avatar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600adbdf8c554e00072125c9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAventura.us" status="timeout",Pluto TV Aventura (720p) +#EXTINF:-1 tvg-id="PlutoTVAventura.us" status="online",Pluto TV Aventura (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc266f80e3550009136843/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAwesomenessTV.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="PlutoTVAwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAwesomenessTV.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="PlutoTVAwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7656a8d0438aceb41cfdef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBabar.us" status="online",Pluto TV Babar (720p) @@ -212,9 +212,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cabdf143 #EXTINF:-1 tvg-id="PlutoTVBarney.us" status="online",Pluto TV Barney (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f29ada4bdaebd000708d49d/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="PlutoTVBaywatch.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="PlutoTVBaywatch.us" status="online",Pluto TV Baywatch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d815eb889bca2ce7b746fdd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d815eb889bca2ce7b746fdd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=142&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVBaywatch.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="PlutoTVBBCFood.us" status="online",Pluto TV BBC Food (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fb5844bf5514d0007945bda/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBBCHome.us" status="online",Pluto TV BBC Home (720p) @@ -292,9 +292,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca0b4 #EXTINF:-1 tvg-id="PlutoTVBobEsponjaPlus.us" status="online",Pluto TV Bob Esponja Plus (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd87d882574170007fac022/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBobleponge.us" status="online",Pluto TV Bob l'รฉponge (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVBobleponge.us" status="online",Pluto TV Bob l'รฉponge (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVBobleponge.us" status="online",Pluto TV Bob l'รฉponge (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBoxing.us" status="online",Pluto TV Boxing (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac425f949b4600079938f3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBritishTV.us" status="online",Pluto TV British TV (684p) @@ -364,9 +364,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55d #EXTINF:-1 tvg-id="PlutoTVCheddar.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="PlutoTVChefkoch.us" status="online",Pluto TV Chefkoch (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f141f350007936f7d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVChefkoch.us" status="online",Pluto TV Chefkoch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8c4c3f141f350007936f7d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8c4c3f141f350007936f7d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8ae325bb-0580-11eb-9df2-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVChefkoch.us" status="online",Pluto TV Chefkoch (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f141f350007936f7d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCiencia.us" status="online",Pluto TV Ciencia (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd8364ea1d6780009929902/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Cine (684p) @@ -380,10 +380,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0f17 #EXTINF:-1 tvg-id="PlutoTVCineAccion.us" 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="PlutoTVCineAccion.us" 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="PlutoTVCineAccion.us" 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="PlutoTVCineAccion.us" 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="PlutoTVCineAccion.us" 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="PlutoTVCineClasico.us" 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 @@ -394,11 +394,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099 #EXTINF:-1 tvg-id="PlutoTVCineComedia.us" status="online",Pluto TV Cine Comรฉdia (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineDrama.us" status="online",Pluto TV Cine Drama (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" status="online",Pluto TV Cine Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineDrama.us" status="online",Pluto TV Cine Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1210d14ae1f80007bafb1d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineDrama.us" status="online",Pluto TV Cine Drama (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" status="online",Pluto TV Cine Estelar (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelar.us" status="online",Pluto TV Cine Estelar (720p) @@ -415,7 +415,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171f032 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="PlutoTVCineRetro.us" status="online",Pluto TV Cinรฉ Rรฉtro (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="online",Pluto TV Cine Suspenso (720p) +#EXTINF:-1 tvg-id="PlutoTVCineSuspenso.us" status="timeout",Pluto TV Cine Suspenso (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc4e8bcbb9010009b4e84f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineTerror.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= @@ -450,9 +450,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b2 #EXTINF:-1 tvg-id="PlutoTVClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f779951372da90007fd45e8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVClubbingTV.us" status="online",Pluto TV Clubbing TV (720p) @@ -488,9 +488,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009 #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.us" status="online",Pluto TV Cocina (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1acdaa8ba90f0007d5e760&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=700&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVColdCaseFiles.us" status="online",Pluto TV Cold Case Files (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c37d6712de254456f7ec340/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c37d6712de254456f7ec340&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=373&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVColdCaseFiles.us" status="online",Pluto TV Cold Case Files (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c37d6712de254456f7ec340/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVColdCaseFiles.us" status="online",Pluto TV Cold Case Files (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c37d6712de254456f7ec340/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c37d6712de254456f7ec340&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=373&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCombateWorld.us" status="online",Pluto TV Combate World (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ac3e268cae539bcedb07/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCombateWorld.us" status="online",Pluto TV Combate World (720p) @@ -504,11 +504,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1efd0dbbe3ba000908b639/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1efd0dbbe3ba000908b639&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2ede5357-0728-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d3a00ad95e4718ae8d8db/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d3a00ad95e4718ae8d8db&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=57&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVComedy.us" status="online",Pluto TV Comedy (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1efd0dbbe3ba000908b639/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVComedyCentral.us" status="online",Pluto TV Comedy Central (720p) @@ -584,10 +584,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e0007 #EXTINF:-1 tvg-id="PlutoTVCuisine.us" status="online",Pluto TV Cuisine (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c665db3e6c01b72c4977bc2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=109&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c665db3e6c01b72c4977bc2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCurroJimenez.us" status="online",Pluto TV Curro Jimรฉnez (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acd36779de70007a680d1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -622,9 +622,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f061242a7951e0007 #EXTINF:-1 tvg-id="PlutoTVDeportes.us" status="online",Pluto TV Deportes (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde07af1c85b0009b18651/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVDoctorWhoClassic.us" status="online",Pluto TV Doctor Who Classic (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce4475cd43850831ca91ce7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDoctorWhoClassic.us" status="online",Pluto TV Doctor Who Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce4475cd43850831ca91ce7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ce4475cd43850831ca91ce7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=532&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVDoctorWhoClassic.us" status="online",Pluto TV Doctor Who Classic (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce4475cd43850831ca91ce7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (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 #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) @@ -638,11 +638,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db042522 #EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="online",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9992c685a2a80007fa414a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVDogtheBountyHunter.us" status="online",Pluto TV Dog the Bounty Hunter (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bee1a7359ee03633e780238/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bee1a7359ee03633e780238&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=381&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVDogtheBountyHunter.us" status="online",Pluto TV Dog the Bounty Hunter (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bee1a7359ee03633e780238/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDogtheBountyHunter.us" status="online",Pluto TV Dog the Bounty Hunter (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a278bfe000799484a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDogtheBountyHunter.us" status="online",Pluto TV Dog the Bounty Hunter (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bee1a7359ee03633e780238/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bee1a7359ee03633e780238&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=381&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDogs247.us" status="online",Pluto TV Dogs 24/7 (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b329e0a7b9d8872aeb49ceb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b329e0a7b9d8872aeb49ceb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=636&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDogs247.us" status="online",Pluto TV Dogs 24/7 (720p) @@ -656,11 +656,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8dc0740 #EXTINF:-1 tvg-id="PlutoTVDoraTV.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="PlutoTVDoraTV.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="PlutoTVDoraTV.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="PlutoTVDoraTV.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 +#EXTINF:-1 tvg-id="PlutoTVDoraTV.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="PlutoTVDoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] 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="PlutoTVDoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] @@ -669,7 +669,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c8 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8edad922b10b000753bc37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="timeout",Pluto TV Dossiers FBI (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVDossiersFBI.us" status="online",Pluto TV Dossiers FBI (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8edad922b10b000753bc37/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="" status="error",Pluto TV Dr. Oz (720p) [Offline] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac43a40fe4ab0007f478ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -682,11 +682,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e46 #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) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed2d1c34c2300073bf02c/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="PlutoTVDramaEngland.us" status="online",Pluto TV Drama (England) (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf91149880d60009d35d27&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=402&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Drama (Germany) (720p) @@ -734,15 +734,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d40008 #EXTINF:-1 tvg-id="PlutoTVFailArmy.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="PlutoTVFailArmy.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="PlutoTVFailArmy.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="PlutoTVFailArmy.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 +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="PlutoTVFailArmy.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="PlutoTVFailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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="PlutoTVFailArmy.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="PlutoTVFailArmy.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="PlutoTVFaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] @@ -754,23 +754,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc3fc6b9 #EXTINF:-1 tvg-id="PlutoTVFamilyTies.us" status="online",Pluto TV Family Ties (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77939a630f530007dde654/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b64a245a202b3337f09e51d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=66&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVFashionTV.us" status="online",Pluto TV Fashion TV (720p) https://siloh.pluto.tv/lilo/production/FashionTV/master.m3u8 -#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="PlutoTVFashionbox.us" 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="PlutoTVFBIFiles.us" status="online",Pluto TV FBI Files (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb6f6f9a461406ffe4022cf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFearFactor.us" status="online",Pluto TV Fear Factor (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c362ded581a86051df509b4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVFearFactor.us" status="online",Pluto TV Fear Factor (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/588128d17d64bc0d0f385c34/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=588128d17d64bc0d0f385c34&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=301&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVFearFactor.us" status="online",Pluto TV Fear Factor (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c362ded581a86051df509b4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFearFactor.us" status="online",Pluto TV Fear Factor (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/588128d17d64bc0d0f385c34/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFemmesdeLoi.us" status="error",Pluto TV Femmes de Loi (720p) [Offline] @@ -832,9 +832,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e94cd036 #EXTINF:-1 tvg-id="PlutoTVFOXSports.us" status="online",Pluto TV FOX Sports (360p) [Not 24/7] https://stitcher.pluto.tv/stitch/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=3fab0050-8b86-11e8-a44b-996a399dacd8&deviceLat=38.8177&deviceLon=-77.1527&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=67.0.3396.99&serverSideAds=false&sid=3fab7580-8b86-11e8-a44b-996a399dacd8&userId= #EXTINF:-1 tvg-id="PlutoTVFOXSports.us" status="online",Pluto TV FOX Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVFOXSports.us" status="online",Pluto TV FOX Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a74b8e1e22a61737979c6bf&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=705&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVFOXSports.us" status="online",Pluto TV FOX Sports (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a74b8e1e22a61737979c6bf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFrontDoor.us" status="error",Pluto TV FrontDoor [Offline] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5938888cd045ffce74cf9048/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5938888cd045ffce74cf9048&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=612&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVFuelTV.us" status="online",Pluto TV Fuel TV (720p) @@ -888,9 +888,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba6828 #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="PlutoTVGordonRamsaysKitchen.us" status="online",Pluto TV Gordon Ramsay's Kitchen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e99f4423e067bd6df6903&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=294&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVGordonRamsaysKitchen.us" status="online",Pluto TV Gordon Ramsay's Kitchen (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVGordonRamsaysKitchen.us" status="online",Pluto TV Gordon Ramsay's Kitchen (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e99f4423e067bd6df6903/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e99f4423e067bd6df6903&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=294&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Guรญa de canales (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e793a7cfbdf780007f7eb75/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="PlutoTVGustoTV.us" status="online",Pluto TV Gusto TV (720p) @@ -936,10 +936,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f #EXTINF:-1 tvg-id="PlutoTVHomesUnderHammer.us" status="online",Pluto TV Homes Under Hammer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceLat=38.5783&deviceLon=-90.6666&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012&userId= #EXTINF:-1 tvg-id="PlutoTVHSN.us" status="error",Pluto TV HSN (720p) [Offline] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8a02476b72230007e62b7d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -986,11 +986,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038 #EXTINF:-1 tvg-id="PlutoTVIMPACTWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ce40e59246a395e9758923e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=aa724654-057a-11eb-8b9f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60cc807324d60a0007708dc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=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="PlutoTVIndies.us" status="online",Pluto TV Indies (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce40e59246a395e9758923e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ce40e59246a395e9758923e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=aa724654-057a-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVIndies.us" status="error",Pluto TV Indies (720p) [Offline] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c542e03044f5604b11cf808/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInside.us" status="online",Pluto TV Inside (720p) @@ -1012,25 +1012,25 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce #EXTINF:-1 tvg-id="PlutoTVInvestiga.us" 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="PlutoTVInvestiga.us" status="online",Pluto TV Investiga (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInvestiga.us" 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="PlutoTVInvestiga.us" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigacao.us" status="online",Pluto TV Investigaรงรฃo (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32cf37c9ff2b00082adbc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigation.us" 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="PlutoTVInvestigation.us" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="PlutoTVInvestigation.us" 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="PlutoTVJohnnyCarsonTV.us" status="online",Pluto TV Johnny Carson TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e66928133461100077dfd73/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e66928133461100077dfd73&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=514&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigation.us" 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="PlutoTVJohnnyCarsonTV.us" status="online",Pluto TV Johnny Carson TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66928133461100077dfd73/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVJudgenosey.us" status="online",Pluto TV Judge nosey (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9decb953e157000752321c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e9decb953e157000752321c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=160&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVJohnnyCarsonTV.us" status="online",Pluto TV Johnny Carson TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e66928133461100077dfd73/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e66928133461100077dfd73&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=514&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVJudgenosey.us" status="online",Pluto TV Judge nosey (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9decb953e157000752321c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVJudgenosey.us" status="online",Pluto TV Judge nosey (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9decb953e157000752321c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e9decb953e157000752321c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=160&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVJunior.us" 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="PlutoTVJunior.us" status="online",Pluto TV Junior (720p) @@ -1044,9 +1044,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e80007 #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="PlutoTVKevinHartLOL.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5af09e645126c2157123f9eb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=462&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVKevinHartLOL.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVKevinHartLOL.us" status="online",Pluto TV Kevin Hart LOL (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5af09e645126c2157123f9eb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5af09e645126c2157123f9eb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=462&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKids.us" 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="PlutoTVKids.us" status="online",Pluto TV Kids (720p) @@ -1060,17 +1060,17 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aab1d2 #EXTINF:-1 tvg-id="PlutoTVKids.us" 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="PlutoTVKids.us" status="online",Pluto TV Kids (720p) [Not 24/7] -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="PlutoTVKids.us" 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="PlutoTVKids.us" status="online",Pluto TV Kids (720p) [Not 24/7] +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.us" 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="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) @@ -1130,13 +1130,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db04b360fa2560009 #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8beeb39b5d5d5f8c672530/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLogo.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="PlutoTVLives.us" status="online",Pluto TV Lives (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLogo.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="PlutoTVLogo.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="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) @@ -1196,9 +1196,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e #EXTINF:-1 tvg-id="PlutoTVMinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46e64dc73db400094b5f0b/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="PlutoTVMissionImpossible.us" status="online",Pluto TV Mission: Impossible (720p) @@ -1212,11 +1212,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f610042272f680008 #EXTINF:-1 tvg-id="PlutoTVMLB.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="PlutoTVMLS.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="PlutoTVMLS.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="PlutoTVMLS.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="PlutoTVMLS.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="PlutoTVMotor.us" status="online",Pluto TV Motor (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0510962948d000961d3c6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMotorEngland.us" status="online",Pluto TV Motor (England) (480p) @@ -1240,16 +1240,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0a1f73654db655a9 #EXTINF:-1 tvg-id="" status="online",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="PlutoTVMST3K.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="PlutoTVMST3K.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="PlutoTVMST3K.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="PlutoTVMST3K.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="PlutoTVMTV.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="PlutoTVMTV.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="PlutoTVMTV.us" status="online",Pluto TV MTV (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="PlutoTVMTV.us" status="online",Pluto TV MTV (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="PlutoTVMTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fab088b3279760007d4e4fd/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTV.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 @@ -1259,10 +1263,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf32576 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7ec3510009e032d0/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PlutoTVMTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMTV.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="PlutoTVMTV.us" status="online",Pluto TV MTV (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="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= #EXTINF:-1 tvg-id="PlutoTVMTVAnimaciones.us" status="online",Pluto TV MTV Animaciones (720p) @@ -1313,7 +1313,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea815a51 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ab9c6d8f1300007f54e30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVCribsGermany.us" 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="PlutoTVMTVCribsPlutoTVSpain.us" status="online",Pluto TV MTV Cribs (Spain) (720p) +#EXTINF:-1 tvg-id="PlutoTVMTVCribsPlutoTVSpain.us" status="timeout",Pluto TV MTV Cribs (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1ab9c6d8f1300007f54e30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1ab9c6d8f1300007f54e30&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=315&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVCribsPlus.us" status="online",Pluto TV MTV Cribs+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb54eaa5714d000744b6a0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5efb54eaa5714d000744b6a0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f664f477-078c-4957-bc9a-51f90e3d9ce7&terminate=false&userId= @@ -1410,19 +1410,19 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007 #EXTINF:-1 tvg-id="PlutoTVNashville.us" status="error",Pluto TV Nashville (720p) [Offline] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/601a026c464ef900073130f0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) -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="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d10ce06a9665fe54bf74a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d10ce06a9665fe54bf74a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=962&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) +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="PlutoTVNaturaleza.us" status="online",Pluto TV Naturaleza (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd85eac039bba0009e86d1d/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="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1c3f9851dd5632e2c91b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=1e26d24e-0585-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed58b2db26f0007b4aa73/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="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed58b2db26f0007b4aa73/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed58b2db26f0007b4aa73/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="PlutoTVNature.us" status="error",Pluto TV Nature (720p) [Offline] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db050444f3c52000984c72a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNaturescape.us" status="online",Pluto TV Naturescape (720p) @@ -1434,13 +1434,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f2 #EXTINF:-1 tvg-id="PlutoTVNatureza.us" status="online",Pluto TV Natureza (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0ecebc00070e170f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNBCNewsNOW.us" 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="PlutoTVNBCNewsNOW.us" 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="PlutoTVNews.us" status="online",Pluto TV News (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNBCNewsNOW.us" 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="PlutoTVNews.us" status="online",Pluto TV News (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5268abcd0ce20a8472000114&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=202&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVNews.us" status="online",Pluto TV News (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5268abcd0ce20a8472000114/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNFLChannel.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="PlutoTVNFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7] @@ -1514,11 +1514,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a #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) -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 +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/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="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 +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) @@ -1562,14 +1562,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98b0447665f20007 #EXTINF:-1 tvg-id="PlutoTVPeopleareAwesome.us" status="online",Pluto TV People are Awesome (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVPeopleareAwesome.us" status="online",Pluto TV People are Awesome (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVPeopleareAwesome.us" 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="PlutoTVPeopleareAwesome.us" 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="PlutoTVPeopleareAwesome.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515d080e738d000739e19c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVPeopleareAwesome.us" status="online",Pluto TV People are Awesome (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVPeopleareAwesome.us" 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="PlutoTVPeopleareAwesome.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -1589,7 +1589,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609501978 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVPlusBelleLaVie.us" status="online",Pluto TV Plus Belle La Vie (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed5fba4ffb8000764ea01/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVPlusBellelaViePlus.us" status="error",Pluto TV Plus Belle la Vie+ (720p) +#EXTINF:-1 tvg-id="PlutoTVPlusBellelaViePlus.us" status="online",Pluto TV Plus Belle la Vie+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5fff211667854f00079a9b5b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8abaa0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=353eca77-9a84-4a7e-a1d5-97ac79861272 #EXTINF:-1 tvg-id="PlutoTVPluto80sRewind.us" status="online",Pluto TV Pluto 80s Rewind (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca525b650be2571e3943c63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca525b650be2571e3943c63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=95&terminate=false&userId= @@ -1624,9 +1624,9 @@ https://siloh.pluto.tv/lilo/production/QwestJazz/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVRealLife.us" status="error",Pluto TV Real Life (720p) [Offline] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abdceddf6a20007f8ccd2/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="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d93b4d71754e6a4298d086e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=953&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRealitiesESP.us" status="online",Pluto TV Realities ESP (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d93b4d71754e6a4298d086e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (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) @@ -1660,9 +1660,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1c66909 #EXTINF:-1 tvg-id="PlutoTVRiffTrax.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="PlutoTVRiffTrax.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="PlutoTVRiffTrax.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="PlutoTVRiffTrax.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="PlutoTVRoblox.us" status="online",Pluto TV Roblox (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51dd5d369acdb278dfb05d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51dd5d369acdb278dfb05d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=816&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Rockoโ€™s Modern Life (Brazil) (720p) @@ -1710,14 +1710,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a #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="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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e9ed47c26ebb000074af566/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSeries.us" status="online",Pluto TV Series (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVSeries.us" status="timeout",Pluto TV Series (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde1317578340009b751d0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSeries.us" status="online",Pluto TV Sรฉries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a189a800076b9386/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -1802,9 +1802,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a #EXTINF:-1 tvg-id="PlutoTVStandUp.us" status="online",Pluto TV Stand Up (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStarTrek.us" status="online",Pluto TV Star Trek (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd39f8c4ce900075d7698/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5efbd39f8c4ce900075d7698&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=150&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVStarTrek.us" status="online",Pluto TV Star Trek (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5efbd39f8c4ce900075d7698/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVStarTrek.us" status="online",Pluto TV Star Trek (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efbd39f8c4ce900075d7698/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5efbd39f8c4ce900075d7698&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=150&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStorageWars.us" status="error",Pluto TV Storage Wars (720p) [Offline] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede464e7be0030007c58b73/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede464e7be0030007c58b73&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5922d945-0586-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStorageWars.us" status="error",Pluto TV Storage Wars (720p) [Offline] @@ -1824,13 +1824,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7 #EXTINF:-1 tvg-id="PlutoTVSurf.us" 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="PlutoTVSurvivor.us" status="online",Pluto TV Survivor (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSurvivor.us" status="online",Pluto TV Survivor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f21e7b24744c60007c1f6fc&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=296&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="PlutoTVSurvivor.us" status="online",Pluto TV Survivor (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e7b24744c60007c1f6fc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="PlutoTVTastemade.us" status="online",Pluto TV Tastemade (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd1419a3b4f4b000773ba85/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTBN.us" status="online",Pluto TV TBN (720p) @@ -1838,11 +1838,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d486b2ee #EXTINF:-1 tvg-id="PlutoTVTBN.us" status="online",Pluto TV TBN (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486b2eeddd9576d66f9066/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d486b2eeddd9576d66f9066&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=644&terminate=false&userId= #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= +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/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="error",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="PlutoTVTEENSERIES.us" status="online",Pluto TV TEEN SERIES (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb7e3d2ed18000746d09a/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="PlutoTVTEENSERIES.us" status="online",Pluto TV TEEN SERIES (720p) @@ -1860,9 +1860,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96cc422df39f1a3 #EXTINF:-1 tvg-id="PlutoTVTelemundoTelenovelas.us" status="online",Pluto TV Telemundo Telenovelas (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96cc422df39f1a338d165/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTelenovela.us" status="online",Pluto TV Telenovela (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f9dccb4de0007df8bc4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTelenovela.us" status="online",Pluto TV Telenovela (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f9dccb4de0007df8bc4/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="PlutoTVTelenovela.us" status="online",Pluto TV Telenovela (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f9dccb4de0007df8bc4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTelenovelas.us" status="online",Pluto TV Telenovelas (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60b4c06717da110007ee1af6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (240p) @@ -1886,9 +1886,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cc81e793 #EXTINF:-1 tvg-id="PlutoTVTheBobRossChannel.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="PlutoTVTheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef396d1be50a3000722808b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=516&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheChallenge.us" status="online",Pluto TV The Challenge (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48685da7e9f476aa8a1888&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=298&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTheChallenge.us" status="online",Pluto TV The Challenge (720p) @@ -1908,19 +1908,19 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35 #EXTINF:-1 tvg-id="PlutoTVTheNewDetectives.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="PlutoTVThePetCollective.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= +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="PlutoTVThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThePetCollective.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="PlutoTVThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThePetCollective.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="PlutoTVThePetCollective.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= +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="PlutoTVThePetCollective.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="PlutoTVThePetCollective.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="PlutoTVThePriceisRight.us" status="online",Pluto TV The Price is Right (720p) @@ -1936,17 +1936,17 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f982c3420de410007 #EXTINF:-1 tvg-id="PlutoTVTheStoryofBeatclub.us" status="online",Pluto TV The Story of Beatclub (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f982c3420de4100070a545e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVThisOldHouse.us" status="online",Pluto TV This Old House (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTheWalkingDeadESP.us" status="online",Pluto TV The Walking Dead ESP (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82bb378601b80007b4bd78/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82bb378601b80007b4bd78&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=925&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVThisOldHouse.us" status="online",Pluto TV This Old House (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVThreesCompany.us" status="online",Pluto TV Three's Company (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVThisOldHouse.us" status="online",Pluto TV This Old House (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVThreesCompany.us" status="online",Pluto TV Three's Company (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3977e5d773400077de284&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=508&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVThreesCompany.us" status="online",Pluto TV Three's Company (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) @@ -1966,9 +1966,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b7 #EXTINF:-1 tvg-id="PlutoTVTODAY.us" status="online",Pluto TV TODAY (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTokuSHOUTsu.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="PlutoTVTokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTokuSHOUTsu.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="PlutoTVToonsClasico.us" status="online",Pluto TV Toons Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609e7e423e9173000706a681/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTortuesNinjaTV.us" status="online",Pluto TV Tortues Ninja TV (720p) @@ -1976,9 +1976,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc1b37867f0007 #EXTINF:-1 tvg-id="PlutoTVTortuesNinjaTV.us" status="online",Pluto TV Tortues Ninja TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecc1b37867f00071469e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTosh0.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="PlutoTVTosh0.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="PlutoTVTosh0.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="PlutoTVTotallyTurtles.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="PlutoTVTotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) @@ -2041,7 +2041,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7bca3e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32f26bcd8aea00071240e5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVEVO80s.us" status="online",Pluto TV VEVO 80's (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7b8bf927e090007685853/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVVEVO90s.us" status="online",Pluto TV VEVO 90's (1080p) +#EXTINF:-1 tvg-id="PlutoTVVEVO90s.us" status="error",Pluto TV VEVO 90's (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7bb1f86d94a000796e2c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVEVOCountry.us" status="online",Pluto TV VEVO Country (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0d75e84830900098a1ea0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -2070,9 +2070,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f #EXTINF:-1 tvg-id="PlutoTVVidaReal.us" status="online",Pluto TV Vida Real (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVVs.us" status="online",Pluto TV Vs. (720p) @@ -2084,9 +2084,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce0465 #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) @@ -2114,21 +2114,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecfb9db6c180007 #EXTINF:-1 tvg-id="PlutoTVWorldPokerTour.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="PlutoTVWorldPokerTour.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="PlutoTVWorldPokerTour.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="PlutoTVWorldPokerTour.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="PlutoTVWorldPokerTour.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="PlutoTVWorldPokerTour.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="PlutoTVWorldPokerTour.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="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/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="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoga.us" status="online",Pluto TV Yoga (720p) diff --git a/streams/us_roku.m3u b/streams/us_roku.m3u index 7397f3524..f421bea18 100644 --- a/streams/us_roku.m3u +++ b/streams/us_roku.m3u @@ -57,7 +57,7 @@ https://edgesports-roku.amagi.tv/hls/amagi_hls_data_imgAAA2AA-edgesports/CDN/pla https://estrellanews-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="EstrellaNews.us" status="error",Estrella News (1080p) [Offline] https://estrellanews-roku.amagi.tv/hls/amagi_hls_data_estrellaA-estrellanews-roku/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="EstrellaTVEast.us" status="online",Estrella TV East (1080p) +#EXTINF:-1 tvg-id="EstrellaTVEast.us" status="error",Estrella TV East (1080p) https://estrellatv-roku.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="EstrellaTVEast.us" status="error",Estrella TV East (1080p) [Offline] https://estrellatv-roku.amagi.tv/hls/amagi_hls_data_estrellaA-estrellatv-roku/CDN/playlist.m3u8 diff --git a/streams/us_samsung.m3u b/streams/us_samsung.m3u index 592b48115..7e4b35319 100644 --- a/streams/us_samsung.m3u +++ b/streams/us_samsung.m3u @@ -135,7 +135,7 @@ https://pocketwatch.samsung.wurl.com/manifest/playlist.m3u8 https://rtmtv-samsung.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PowerNation.us" status="error",Power Nation (720p) [Offline] https://rtmtv.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="PursuitUp.us" status="error",Pursuit Up (720p) [Offline] +#EXTINF:-1 tvg-id="PursuitUp.us" status="timeout",Pursuit Up (720p) [Offline] https://pursuitup.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="Qubo.us" status="error",Qubo (720p) [Offline] http://ion-qubo-1.samsung.wurl.com/manifest/playlist.m3u8 @@ -159,7 +159,7 @@ https://samsung.ott-channels.stingray.com/qello/master.m3u8 https://obsession-media-sinclair.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="SurfNowTV.us" status="error",Surf Now TV (720p) [Offline] https://1091-surfnowtv-1.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="Tastemade.us" status="error",Tastemade (720p) [Offline] +#EXTINF:-1 tvg-id="Tastemade.us" status="timeout",Tastemade (720p) [Offline] https://tastemade.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TastemadeenEspanol.us" status="online",Tastemade en Espaรฑol (1080p) https://tastemade-es16tm-samsung.amagi.tv/playlist.m3u8 @@ -174,7 +174,7 @@ https://previewchannel-previewchannel-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TheYoungTurks.us" status="online",The Young Turks (TYT) (720p) https://tyt-samsungus.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",This Old House (720p) -https://26487f8be0614420a64b6f5964563a75.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung_ThisOldHouse/playlist.m3u8 +https://thisoldhouse-samsung-us.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TinyHouseNation.us" status="error",Tiny House Nation (720p) [Offline] https://aenetworks-tinyhousenation-1.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ToonGoggles.us" status="error",Toon Goggles (720p) [Offline] diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index ac43d84d8..7f46a5c1e 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -50,7 +50,7 @@ https://tna5.bozztv.com/OrbitaFM/index.m3u8 #EXTINF:-1 tvg-id="RadioSistema.pe" status="error",Radio Sistema (Ica) (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/SISTEMA/index.m3u8 -#EXTINF:-1 tvg-id="SolarTelevision.pe" status="error",Solar Televisiรณn (Abancay) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SolarTelevision.pe" status="online",Solar Televisiรณn (Abancay) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/televisionsolar/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" status="online",Uchu TV (Cusco) (720p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index 24fd4b333..2d227d135 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -343,7 +343,7 @@ https://dai.google.com/linear/hls/event/08ADpEIeQ8iZOjusLsZbCg/master.m3u8 https://dai.google.com/linear/hls/event/9cq79TtPR6WbyaQGeDlHjA/master.m3u8 #EXTINF:-1 tvg-id="STIRRDocurama.us" status="online",STIRR Docurama (1080p) [Not 24/7] https://dai.google.com/linear/hls/event/Hx_PEMEsSzOCcZgy0Tq2YQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRElectricNow.us" status="error",STIRR Electric Now (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRElectricNow.us" status="online",STIRR Electric Now (1080p) [Not 24/7] https://dai.google.com/linear/hls/event/KsvJAc81Qoewj6opYso6Fw/master.m3u8 #EXTINF:-1 tvg-id="STIRRESR24x7eSportsNetwork.us" status="error",STIRR ESR 24x7 eSports Network (720p) [Offline] https://dai.google.com/linear/hls/event/7-91LhuBQNONHzAbrFQr-Q/master.m3u8 @@ -397,7 +397,7 @@ https://dai.google.com/linear/hls/event/_e1csFnJR6W6y056PyiG6A/master.m3u8 https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8 #EXTINF:-1 tvg-id="STIRRNational.us" status="online",STIRR National (720p) https://dai.google.com/linear/hls/event/-V3XSvA2Sa6e8h7cnHXB8w/master.m3u8 -#EXTINF:-1 tvg-id="StirrNews247.us" status="error",Stirr News 24/7 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StirrNews247.us" status="online",Stirr News 24/7 (720p) [Not 24/7] https://dai.google.com/linear/hls/event/8hUeiLMpTm-YNqk7kadUwA/master.m3u8 #EXTINF:-1 tvg-id="STIRROutsideTV.us" status="online",STIRR Outside TV (1080p) https://dai.google.com/linear/hls/event/HJAq3zH1SUy_B6fb1j80_Q/master.m3u8 diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index a532cf7b1..9c45c5415 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -3,7 +3,7 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WTAE.m3u8 #EXTINF:-1 tvg-id="" status="online",ABC 5 Cleveland OH (WEWS-TV) (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WEWS.m3u8 -#EXTINF:-1 tvg-id="" status="online",ABC 5 Oklahoma City OK (KOCO) (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ABC 5 Oklahoma City OK (KOCO) (576p) [Not 24/7] https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-KOCO.m3u8 #EXTINF:-1 tvg-id="" status="online",ABC 7 Detroit MI (WXYZ-TV) (720p) [Not 24/7] https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WXYZ.m3u8 @@ -62,9 +62,9 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KCPQ-Monetizer.m3u8 #EXTINF:-1 tvg-id="FoxSoul.us" status="online",Fox Soul (720p) https://lnc-fox-soul-scte.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p) -https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Fox-Weather.m3u8 -#EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Fox-Weather.m3u8 +#EXTINF:-1 tvg-id="FoxWeather.us" status="error",Fox Weather (720p) +https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Fox-Weather.m3u8 #EXTINF:-1 tvg-id="" status="online",KCCI-TV News Des Moines IA (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-KCCI.m3u8 #EXTINF:-1 tvg-id="" status="online",KCRA-TV News Sacramento CA (720p) [Not 24/7] @@ -89,7 +89,7 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-Pattrn.m3u8 #EXTINF:-1 tvg-id="PeopleTV.us" status="online",People TV (1080p) https://lnc-people-tv.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="RealMadridTVUS.us" status="online",Real Madrid TV US Version (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RealMadridTVUS.us" status="error",Real Madrid TV US Version (720p) [Not 24/7] https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Real-Madrid.m3u8 #EXTINF:-1 tvg-id="SantaandtheThreeBears.us" status="online",Santa and the Three Bears (480p) https://cloudfront.tubi.video/21df8036-fa23-49ff-9877-8af983546d2b/elw3phlf/stream.m3u8 @@ -113,7 +113,7 @@ https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,C https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WGAL.m3u8 #EXTINF:-1 tvg-id="" status="online",WISN-TV News Milwaukee WI (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WISN.m3u8 -#EXTINF:-1 tvg-id="WJCL.us" status="online",WJCL-TV News Savannah GA (720p) +#EXTINF:-1 tvg-id="WJCL.us" status="error",WJCL-TV News Savannah GA (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WJCL.m3u8 #EXTINF:-1 tvg-id="" status="online",WLKY-TV News Louisville KY (720p) https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-WLKY.m3u8 diff --git a/streams/us_vizio.m3u b/streams/us_vizio.m3u index f38be16ab..8ce3221fe 100644 --- a/streams/us_vizio.m3u +++ b/streams/us_vizio.m3u @@ -95,7 +95,7 @@ https://judge-faith-1.vizio.wurl.com/manifest/playlist.m3u8 http://kidoodletv-kdtv-3.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="LatidoMusic.us" status="online",Latido Music (720p) https://vidaprimo-vizio.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="LatidoMusic.us" status="error",Latido Music (720p) [Offline] +#EXTINF:-1 tvg-id="LatidoMusic.us" status="timeout",Latido Music (720p) [Offline] https://latidomusic.vizio.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",LEGO Channels (720p) https://legochannel-vizio.amagi.tv/playlist.m3u8 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index f73a85ad6..47190482c 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ABCNews.us" status="online",ABC News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 -#EXTINF:-1 tvg-id="AdventureSportsNetwork.us" status="online",Adventure Sports Network (720p) +#EXTINF:-1 tvg-id="AdventureSportsNetwork.us" status="timeout",Adventure Sports Network (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-adventuresportsnetwork/CDN/master.m3u8 #EXTINF:-1 tvg-id="AdventureSportsNetwork.us" status="error",Adventure Sports Network (720p) [Offline] https://dai2.xumo.com/amagi_hls_data_xumo1212A-vizioadventuresportsnetwork/CDN/playlist.m3u8 @@ -19,7 +19,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/pla https://dai2.xumo.com/amagi_hls_data_xumo1212A-theasylum/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Baeble.us" status="online",Baeble Music (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="timeout",Battery Pop (XUMO) (720p) +#EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="online",Battery Pop (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbatterypop/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8 @@ -33,7 +33,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playli https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="bonappetit.us" status="online",bon appรฉtit (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="CBCNews.us" status="online",CBC News (720p) +#EXTINF:-1 tvg-id="CBCNews.us" status="timeout",CBC News (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CBCNewsXUMO.us" status="online",CBC News (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-cbcnews/CDN/master.m3u8 @@ -41,16 +41,16 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-cbcnews/CDN/master.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CheddarNews.us" status="online",Cheddar News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo-host-cheddar/CDN/master.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p) +#EXTINF:-1 tvg-id="ChiveTV.us" status="timeout",Chive TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CineRomantico.us" status="online",Cine Romantico (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokucineromantico/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://circle-xumo.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-circle/CDN/master.m3u8 +#EXTINF:-1 tvg-id="Circle.us" status="timeout",Circle (1080p) +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="online",Complex (720p) @@ -96,9 +96,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playl #EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisefamily/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseForensicFiles.us" status="online",FilmRise Forensic Files (144p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuforensicfiles/CDN/master.m3u8 #EXTINF:-1 tvg-id="FilmRiseForensicFilesXUMO.us" status="online",FilmRise Forensic Files (XUMO) (432p) @@ -117,7 +117,7 @@ http://dai2.xumo.com/xumocdn/p=roku/amagi_hls_data_xumo1212A-filmrisecrime/CDN/p https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisemystery/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseSciFiXUMO.us" status="online",FilmRise Sci-Fi (XUMO) (144p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisesci-fi/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FilmRiseTrueCrime.us" status="timeout",FilmRise True Crime (432p) +#EXTINF:-1 tvg-id="FilmRiseTrueCrime.us" status="online",FilmRise True Crime (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-filmrisecrime/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FilmRiseWestern.us" status="online",FilmRise Western (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokufilmrisewestern/CDN/playlist.m3u8 @@ -141,7 +141,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglamour/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuglamour/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GlobalGotTalent.us" status="online",Global Got Talent (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugottalentglobal/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GloryKickboxing.us" status="online",Glory Kickboxing (720p) +#EXTINF:-1 tvg-id="GloryKickboxing.us" status="timeout",Glory Kickboxing (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GoTraveler.us" status="online",Go Traveler (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 @@ -149,7 +149,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugq/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GQ.us" status="online",GQ (720p) [Timeout] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" status="timeout",Gravitas Movies (720p) +#EXTINF:-1 tvg-id="GravitasMovies.us" status="online",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GravitasMovies.us" status="online",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokugravitasmovies/CDN/playlist.m3u8 @@ -225,7 +225,7 @@ https://peopletvssai.akamaized.net/amagi_hls_data_peopletvA-peopletvxumo/CDN/mas https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-playerstv/CDN/master.m3u8 #EXTINF:-1 tvg-id="pocketwatch.us" status="online",pocket.watch (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpocketwatch/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="PongaloNovelaclub.us" status="timeout",Pongalo Novelaclub (720p) +#EXTINF:-1 tvg-id="PongaloNovelaclub.us" status="online",Pongalo Novelaclub (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokunovelaclub/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="RainbowRuby.us" status="online",Rainbow Ruby (360p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-roku-rainbow-ruby/CDN/playlist.m3u8 @@ -331,13 +331,13 @@ https://dai2.xumo.com/amagi_hls_data_xumo1234A-tmz/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="USAToday.us" status="error",USA Today (432p) [Offline] https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuusatodaynews/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="USAToday.us" status="timeout",USA Today (720p) +#EXTINF:-1 tvg-id="USAToday.us" status="online",USA Today (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxusatoday/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="USAToday.us" status="online",USA Today (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziousatoday/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="USATodaySportswire.us" status="error",USA Today Sportswire (720p) [Offline] https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziousatodaysportswire/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="VanityFair.us" status="online",Vanity Fair (720p) +#EXTINF:-1 tvg-id="VanityFair.us" status="timeout",Vanity Fair (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvanityfair/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VanityFair.us" status="online",Vanity Fair (720p) [Timeout] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvanityfair/CDN/playlist.m3u8 @@ -357,7 +357,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuvoyagerdocumentaries/CDN/play https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WeatherSpy.us" status="online",WeatherSpy (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-rokuweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Wired.us" status="timeout",Wired (720p) +#EXTINF:-1 tvg-id="Wired.us" status="online",Wired (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (720p) [Timeout] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8 diff --git a/streams/uz.m3u b/streams/uz.m3u index 43a5d31de..711e6db6c 100644 --- a/streams/uz.m3u +++ b/streams/uz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AzonTV.uz" status="online",Azon TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AzonTV.uz" status="error",Azon TV (1080p) [Not 24/7] http://tv2.azon.uz/high/stream.m3u8 #EXTINF:-1 tvg-id="Milliy.uz" status="online",Milliy (480p) [Not 24/7] http://milliy.tv/hls/index.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 4e86f1b51..16dcc4a7b 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -17,7 +17,7 @@ https://web6.lorini.net/tlt-ve/tlt-ve/playlist.m3u8 https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 #EXTINF:-1 tvg-id="PromarTV.ve" status="online",PromarTV (Yaracuy) (1080p) [Not 24/7] http://vcp1.myplaytv.com:1935/promar/promar/playlist.m3u8 -#EXTINF:-1 tvg-id="RCR750.ve" status="error",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RCR750.ve" status="online",Radio Caracas Radio 750 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live #EXTINF:-1 tvg-id="" status="online",teleSUR (260p) https://cdnesmain.telesur.ultrabase.net/mbliveMain/360p/playlist.m3u8 @@ -35,9 +35,9 @@ http://vcp1.myplaytv.com:1935/tvo/tvo/playlist.m3u8 https://cdn01.yowi.tv/KPFPGJU8A6/master.m3u8 #EXTINF:-1 tvg-id="ValeTV.ve" status="online",Vale TV (480p) [Not 24/7] http://vcp1.myplaytv.com/valetv/valetv/playlist.m3u8 -#EXTINF:-1 tvg-id="VePlus.ve" status="timeout",Ve Plus (480p) [Not 24/7] +#EXTINF:-1 tvg-id="VePlus.ve" status="online",Ve Plus (480p) [Not 24/7] http://190.122.96.187:8888/http/006 -#EXTINF:-1 tvg-id="Venevision.ve" status="timeout",Venevision [Geo-blocked] +#EXTINF:-1 tvg-id="Venevision.ve" status="error",Venevision [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/venevisionweb/live #EXTINF:-1 tvg-id="VenezolanadeTelevision.ve" status="timeout",Venezolana de Televisiรณn [Timeout] http://177.52.221.214:8000/play/a0cj/index.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index bb8f8245c..29ffb58b2 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -47,13 +47,13 @@ https://livefta.malimarcdn.com/ftaedge00/laonet.sdp/playlist.m3u8 https://livefta.malimarcdn.com/ftaedge00/laosvtv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Look Thoong TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/lookthoongtv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Ning TV (720p) +#EXTINF:-1 tvg-id="" status="online",Ning TV (720p) https://livefta.malimarcdn.com/ftaedge00/ningtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="OyLaoTV.vn" status="online",Oy Lao TV (720p) [Not 24/7] https://livefta.malimarcdn.com/ftaedge00/oylaotv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="PNTV.vn" status="online",PNTV (720p) https://livefta.malimarcdn.com/ftaedge00/pntv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="PTPPhuYen.vn" status="error",PTP Phรบ Yรชn (432p) [Not 24/7] +#EXTINF:-1 tvg-id="PTPPhuYen.vn" status="online",PTP Phรบ Yรชn (432p) [Not 24/7] http://113.161.4.48:8080/phuyen/tv.m3u8 #EXTINF:-1 tvg-id="QRT.vn" status="online",QRT (404p) [Not 24/7] http://113.161.6.157:8081/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 diff --git a/tests/__data__/expected/_readme.md b/tests/__data__/expected/_readme.md index a11413ecb..d0cbecaeb 100644 --- a/tests/__data__/expected/_readme.md +++ b/tests/__data__/expected/_readme.md @@ -417,7 +417,7 @@ Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sendin ## Legal -No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). +No video files are stored in this repository. The repository simply contains user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made publicly by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a [pull request](https://github.com/iptv-org/iptv/pulls) or opening an [issue](https://github.com/iptv-org/iptv/issues/new?assignees=freearhey&labels=removal+request&template=--removal-request.yml&title=Remove%3A+). However, note that we have **no control** over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Note that linking does not directly infringe copyright because no copy is made on the site providing the link, and thus this is **not** a valid reason to send a DMCA notice to GitHub. To remove this content from the web, you should contact the web host that's actually hosting the content (**not** GitHub, nor the maintainers of this repository). ## License diff --git a/tests/__data__/expected/streams/ru.m3u b/tests/__data__/expected/streams/ru.m3u index b1b3d39ab..d9bcc796c 100644 --- a/tests/__data__/expected/streams/ru.m3u +++ b/tests/__data__/expected/streams/ru.m3u @@ -1,3 +1,9 @@ #EXTM3U #EXTINF:-1 tvg-id="LDPRTV.ru" status="online",ะ›ะ”ะŸะ  ะขะ’ (1080p) http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="LDPRTV.ru" status="blocked",ะ›ะ”ะŸะ  ะขะ’ (1080p) +http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="LDPRTV.ru" status="timeout",ะ›ะ”ะŸะ  ะขะ’ (1080p) +http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="LDPRTV.ru" status="error",ะ›ะ”ะŸะ  ะขะ’ (1080p) +http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8 diff --git a/tests/__data__/input/database/playlist_update.streams.db b/tests/__data__/input/database/playlist_update.streams.db index 735f03103..b67976bf7 100644 --- a/tests/__data__/input/database/playlist_update.streams.db +++ b/tests/__data__/input/database/playlist_update.streams.db @@ -1,4 +1,7 @@ -{"title":"ะ›ะ”ะŸะ  ะขะ’ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"cluster_id":1,"status":"online","_id":"2ST8btby3mmsgPF0"} +{"title":"ะ›ะ”ะŸะ  ะขะ’ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"cluster_id":1,"status":"blocked","_id":"2ST8btby3mmsgPF0"} +{"title":"ะ›ะ”ะŸะ  ะขะ’ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"cluster_id":1,"status":"timeout","_id":"2ST8btby3mmsgPF1"} +{"title":"ะ›ะ”ะŸะ  ะขะ’ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"cluster_id":1,"status":"online","_id":"2ST8btby3mmsgPF2"} +{"title":"ะ›ะ”ะŸะ  ะขะ’ (1080p)","channel":"LDPRTV.ru","filepath":"tests/__data__/output/streams/ru.m3u","url":"http://46.46.143.222:1935/live/mp4:ldpr.stream/playlist.m3u8","http_referrer":null,"user_agent":null,"height":1080,"width":1920,"cluster_id":1,"status":"error","_id":"2ST8btby3mmsgPF3"} {"title":"BBC News HD (720p) [Not 24/7]","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8","http_referrer":null,"user_agent":null,"height":720,"width":1280,"cluster_id":3,"status":"error","_id":"3TbieV1ptnZVCIdn"} {"title":"ATV (720p) [Offline]","channel":"AndorraTV.ad","filepath":"tests/__data__/output/streams/ad.m3u","url":"https://iptv-all.lanesh4d0w.repl.co/andorra/atv","http_referrer":"http://imn.iq","user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148","height":720,"width":1280,"cluster_id":1,"status":"timeout","_id":"I6cjG2xCBRFFP4sz"} {"title":"BBC News HD (480p) [Geo-blocked]","channel":"BBCNews.uk","filepath":"tests/__data__/output/streams/uk.m3u","url":"http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/playlist.m3u8","http_referrer":null,"user_agent":null,"height":480,"width":640,"cluster_id":3,"status":"online","_id":"WTbieV1ptnZVCIdn"}