diff --git a/.github/ISSUE_TEMPLATE/----bug-report.yml b/.github/ISSUE_TEMPLATE/----bug-report.yml index 5552af9e5..aa54b5b2b 100644 --- a/.github/ISSUE_TEMPLATE/----bug-report.yml +++ b/.github/ISSUE_TEMPLATE/----bug-report.yml @@ -2,8 +2,6 @@ name: ๐Ÿž Bug Report description: Report an error in this repository title: 'Fix: ' labels: ['๐Ÿž bug'] -assignees: - - freearhey body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/--removal-request.yml b/.github/ISSUE_TEMPLATE/--removal-request.yml index b89707a3f..81b8bba91 100644 --- a/.github/ISSUE_TEMPLATE/--removal-request.yml +++ b/.github/ISSUE_TEMPLATE/--removal-request.yml @@ -2,8 +2,6 @@ name: โŒ Removal Request description: Request to remove content title: 'Remove: ' labels: ['โŒ removal request'] -assignees: - - freearhey body: - type: markdown attributes: diff --git a/.readme/template.md b/.readme/template.md index ffef46618..a1c96f0d0 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -13,6 +13,7 @@ Collection of publicly available IPTV (Internet Protocol television) channels fr - ๐Ÿ‘จโ€๐Ÿ’ป [API](#api) - ๐Ÿ“š [Resources](#resources) - ๐Ÿ’ฌ [Discussions](#discussions) +- โ“ [FAQ](#faq) - ๐Ÿ›  [Contribution](#contribution) - โš– [Legal](#legal) - ยฉ [License](#license) @@ -137,6 +138,10 @@ Links to other useful IPTV-related resources can be found in the [iptv-org/aweso If you have a question or an idea, you can post it in the [Discussions](https://github.com/iptv-org/iptv/discussions) tab. +## FAQ + +The answers to the most popular questions can be found in the [FAQ.md](FAQ.md) file. + ## Contribution Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96d62e4c4..0dacfe506 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ If you would like to replace a broken stream or add a new one, please do the fol - open the `/streams` folder and find the file that has the same code in its name and open it - if broken, find the broken link in this file and replace it with working one - if new, at the very end of this file add a link to the channel with a description -- if the broadcast is not available outside of a certain country, add the label `[Geo-blocked]` to the end of the channel name and list these countries in the `tvg-country` attribute +- if the broadcast is not available outside of a certain country, add the label `[Geo-blocked]` to the end of the channel name - if the broadcast is not available 24 hours a day, add the label `[Not 24/7]` - commit all changes and send a pull request diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 000000000..e34436c5e --- /dev/null +++ b/FAQ.md @@ -0,0 +1,192 @@ +# Frequently Asked Questions + +Basic: +- [What is IPTV?](#What-is-iptv) +- [Do I need a good Internet connection to watch an available stream?](#Do-i-need-a-good-internet-connection-to-watch-an-available-stream) +- [I have a cable service and I want those channels to be on this IPTV. Is that possible?](#I-have-a-cable-service-and-i-want-those-channels-to-be-on-this-iptv-is-that-possible) +- [Does the playlist have a channel guide?](#Does-the-playlist-have-a-channel-guide) +- [Is it possible to view channels directly from the main website?](#Is-it-possible-to-view-channels-directly-from-the-main-website) +- [Why don't we show NSFW channels in most playlists?](#Why-dont-we-show-nsfw-channels-in-most-playlists) +- [Do I have to pay to use this playlist?](#Do-i-have-to-pay-to-use-this-playlist) +- [Are you planning to include a VOD of TV shows broadcasted on this playlist?](#Are-you-planning-to-include-a-vod-of-tv-shows-broadcasted-on-this-playlist) + +Channels: +- [Does the channel need to be publicly accessible to be included in the playlists?](#Does-the-channel-need-to-be-publicly-accessible-to-be-included-in-the-playlists) +- [Can I even add channels that can only be accessed in their country of origin?](#Can-i-even-add-channels-that-can-only-be-accessed-in-their-country-of-origin) +- [Can I set a FTA channel that is broadcasted in specific cities or countries?](#Can-i-set-a-fta-channel-that-is-broadcasted-in-specific-cities-or-countries) +- [Can I safely add an FTA channel that broadcasts PPV events or pay programming?](#Can-i-safely-add-an-fta-channel-that-broadcasts-ppv-events-or-pay-programming) +- [I've created my channel and I want to add it to this playlist. What should I do?](#Ive-created-my-channel-and-i-want-to-add-it-to-this-playlist-what-should-i-do) +- [Is there any way to add my channel other than via this git repository?](#Is-there-any-way-to-add-my-channel-other-than-via-this-git-repository) + +Technical: +- [Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"?](#Why-am-i-asked-to-provide-an-adaptive-playlist-like-masterm3u8-playlistm3u8-or-indexm3u8) +- [Why don't we accept Xtream-Codes servers inside our playlists?](#Why-dont-we-accept-xtream-codes-servers-inside-our-playlists) +- [Is it possible to add streams from Youtube, Dailymotion or Twitch?](#Is-it-possible-to-add-streams-from-youtube-dailymotion-or-twitch) +- [Is it possible to add audio-only streams, like FM radio?](#Is-it-possible-to-add-audio-only-streams-like-fm-radio) +- [Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)?](#Why-are-there-some-call-sign-kjla-dt1us-as-ids-and-alphanumeric-names-as-ids-mychannelus) +- [There are source for verify call sign and coverage area for some TV stations?](#There-are-source-for-verify-call-sign-and-coverage-area-for-some-tv-stations) +- [Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing?](#Why-attributes-of-channels-of-this-playlist-like-tvg-country-tvg-language-tvg-logo-are-missing) +- [Why some streams have an empty id?](#Why-some-streams-have-an-empty-id) +- [What is a "daily update" and why is useful for this playlist?](#What-is-a-daily-update-and-why-is-useful-for-this-playlist) + +## Basic +### What is IPTV? +In non-technical words, IPTV (Internet Protocol television) stations have web addresses that *are obtained from official sources or authorized services for easier access to the end user who has any media player that supports streaming*. + +Based on "[Internet Protocol television](https://en.wikipedia.org/wiki/Internet_Protocol_television)" from Wikipedia article. This article is important, because newcomers do not understand how playlists work. + +### Do I need a good Internet connection to watch an available stream? +A lot of channels are ready for main public because of adaptive resolution. If you have a slow connection, play again at another time, because you may experience short stuttering and/or signal loss. + +Some TV stations have a maximum of simultaneous users. So if this stream does not display correctly (becuase of bandwidth limit), you will have to play at another time. + +Based on [#6791](https://github.com/iptv-org/iptv/discussions/6791). + +### I have a cable service and I want those channels to be on this IPTV. Is that possible? +No. This playlist does not replace traditional cable, a pay service, because this playlist can't include exclusive channels that may not be available on free-to-air. In other words, you will not have all the channels in the world. We recommend contacting your cable provider to offer legal alternatives to this service or visit the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository for find other providers. + +Based on [#859](https://github.com/iptv-org/iptv/issues/859) (about difference between this repository and providers), [#7205](https://github.com/iptv-org/iptv/issues/7205), [#7914](https://github.com/iptv-org/iptv/discussions/7914) and [#8102](https://github.com/iptv-org/iptv/discussions/8102). + +### Does the playlist have a channel guide? +Yes, because an id of each channel is used to link to program guide because they are obtained from third party websites. However, not all channels have their EPG available. See [EPG](https://github.com/iptv-org/epg) for more info. Please note that the guide is not perfect and some channels (like international feeds) may interrupt programming without you knowing. + +Note: For storage space reasons, the programming guide is only available in gz compressed format. See [discussion](https://github.com/iptv-org/iptv/discussions/8255). + +Based on [#1797](https://github.com/iptv-org/iptv/issues/1797), [#2438](https://github.com/iptv-org/iptv/issues/2438), [#4537](https://github.com/iptv-org/iptv/discussions/4537) and [#7043](https://github.com/iptv-org/iptv/discussions/7043). + +### Is it possible to view channels directly from the main website? +No, you will only see information about active and inactive transmissions of channels. + +Based on [#1002](https://github.com/iptv-org/iptv/issues/1002), [#7415](https://github.com/iptv-org/iptv/issues/7415), and [#7509](https://github.com/iptv-org/iptv/discussions/7509). + +### Why don't we show NSFW channels in most playlists? +NSFW content are not suitable for the main public. To avoid issues with these kind of programmings, we've created a separate NSFW playlist available for everyone. If you want to see this type of channel, please use the NSFW playlist. + +If in the general playlist, you see NSFW channels displayed by mistake, we suggest that you report via an issue or edit their entries from the [Database](https://github.com/iptv-org/database) repository. + +Based on [#1416](https://github.com/iptv-org/iptv/pull/1416), [#2126](https://github.com/iptv-org/iptv/issues/2126), [#9104](https://github.com/iptv-org/iptv/issues/9104), [#2234](https://github.com/iptv-org/iptv/issues/2234) and [#7245](https://github.com/iptv-org/iptv/pull/7245) (requests of hide NSFW channels in general playlist). + +### Do I have to pay to use this playlist? +No. Also, the maintenance of this service is self-financed. If a stranger asks to pay to access the playlist, we suggest not to follow it. + +Based on [#81](https://github.com/iptv-org/iptv/issues/81) and [#3865](https://github.com/iptv-org/iptv/discussions/3865). + +### Are you planning to include a VOD of TV shows broadcasted on this playlist? +No. This is not our purpose. + +Based on [#175](https://github.com/iptv-org/iptv/issues/175), [#3290](https://github.com/iptv-org/iptv/discussions/3290), [#5466](https://github.com/iptv-org/iptv/issues/5466) and [#7852](https://github.com/iptv-org/iptv/discussions/7852). + +## Channels +### Does the channel need to be publicly accessible to be included in the playlists? +Yes, we need the links to be publicly accessible like FTA packages (free-to-air), online services or official websites. + +Note: In the daily updates, playlists of each country will be generated automatically, which will also include local and international broadcasts. + +Based on [#1432](https://github.com/iptv-org/iptv/issues/1432) (about over-the-air channels) and [#2732](https://github.com/iptv-org/iptv/issues/2732). + +### Can I even add channels that can only be accessed in their country of origin? +Yes. Even if the channel does not want to be broadcasted worldwide for legal reasons, we recommend using the [Geo-blocked] tag for its stream. + +Based on [#1843](https://github.com/iptv-org/iptv/issues/1843) (request of geo-blocked channels), [#2191](https://github.com/iptv-org/iptv/issues/2191) and [#6558](https://github.com/iptv-org/iptv/issues/6558) (example of geo-blocked channel). + +### Can I set a FTA channel that is broadcasted in specific cities or countries? +Yes. If the channel broadcasted in other cities or countries, please edit its entry onto the [Database](https://github.com/iptv-org/database) repository. It will be updated to the corresponding playlists. + +When setting the city where the channel is broadcasted, set its timezone is not necessary because it is not relevant. + +Based on [#747](https://github.com/iptv-org/iptv/issues/747) (first request), [#5802](https://github.com/iptv-org/iptv/discussions/5802) and [#6415](https://github.com/iptv-org/iptv/issues/6415). + +### Can I safely add an FTA channel that broadcasts PPV events or pay programming? +Maybe, this may change in future answers. Consider if the country where it is broadcasted allows fair use. Owners can ban the broadcast of PPV events, and even issue a DMCA takedown. Check the [blocklist](https://github.com/iptv-org/database/blob/master/data/blocklist.csv) for more info about specific events, and this [counternotice](https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2020/10/2020-10-08-dfl-counternotice.md) indicating that a DMCA takedown is invalid if only one FTA channel infringes copyright. + +Please remember that by sharing a link to a FTA channel (or more), you are **indexing** the link, not **restreaming** its content. This subtility makes most of the DMCA takedowns false and invalid under law. +A good example of this would be [Perfect 10 v. Google](https://www.eff.org/fr/cases/perfect-10-v-google). +Some [valid takedowns](https://github.com/iptv-org/iptv/issues/6486) do occur when a Pull Request is made to notify us that we should not index their channels. + +Based on [#440](https://github.com/iptv-org/iptv/issues/440) and [#7212](https://github.com/iptv-org/iptv/issues/7212). + +### I've created my channel and I want to add it to this playlist. What should I do? +We are a community initiative and you don't need to pay anything to stay on this playlist. Feel free to create a channel with few resources: +* Camera with a tripod (recommended for your own studio). +* A PC with Internet, video editor and recording/broadcasting app under RTMP protocol (e.g. OBS). +* And a live streaming service with multibitrate (if possible). + +After you have your m3u8 link, add your channel information onto the [Database](https://github.com/iptv-org/database) repository, and submit an [issue](https://github.com/iptv-org/iptv/issues/new/choose) to propose it to us. + +Note: Because this is an community repository, we need some approvals from the administrators to continue. See [discussion](https://github.com/iptv-org/iptv/discussions/8412). + +Note 2: If your television station broadcasts from other television stations, please read the *[Can I safely add an FTA channel that broadcasts PPV events or pay programming?](#Can-i-safely-add-an-fta-channel-that-broadcasts-ppv-events-or-pay-programming)* section. + +Based on [#650](https://github.com/iptv-org/iptv/issues/650) and [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). + +### Is there any way to add my channel other than via this git repository? +No, there is no such option. + +Based on [#2392](https://github.com/iptv-org/iptv/issues/2392). + +## Technical +### Why am I asked to provide an adaptive playlist like "master.m3u8", "playlist.m3u8" or "index.m3u8"? +An adaptive playlist is a m3u8 file that contains certain informations: the bandwidth, the quality, the type of codec used to read the channel. The player then reads the channel playlist based on your bandwidth and screen (hence the name "adaptive"). This permits you to watch your channel on perfect conditions. + +In the "daily update", the stream with the best supported resolution will be considered "priority" over other lower resolution streams of the same channel. + +Note: We do not accept the use of tokens, because they only work for a short time, which will end up in permanent offline (see [discussion](https://github.com/iptv-org/iptv/discussions/8838)). We also do not recommend using "chunks.m3u8", a other file type, for consistency reasons. + +Based on [#1916](https://github.com/iptv-org/iptv/issues/1916) and [#5952](https://github.com/iptv-org/iptv/discussions/5952). + +### Why don't we accept Xtream-Codes servers inside our playlists? +Xtream-Codes streams are, most of the times, pirated streams created by some people that can get satellite and/or PPV streams and that propose it to everyone for a fairer price. These types of servers are illegal and also highly unstable, since it depends either from the user who bought it or the server that hosts it. + +In short, they are poor quality streams created by unauthorized people. + +If you're unsure about if your link is from an Xtream-Codes server, you may: +* Look at the structure of the URL. Most of them have this form : http(s)://*hostname*:25461/*username*/*password*/*channelID* (port is often 25461) +* Remove the rest of the URL after the password mention and add either "panel_api.php?" or "player_api.php?" after the port. Replace the slashes between the username and password with "username=" and "password=". + +If the link matches or answers after changing the URL, you're with an Xtream-Codes server. + +Based on [#5236](https://github.com/iptv-org/iptv/pull/5236), [#5401](https://github.com/iptv-org/iptv/pull/5401) and [#7576](https://github.com/iptv-org/iptv/discussions/7576) (about username and password of Xtream-Codes server). + +### Is it possible to add streams from Youtube, Dailymotion or Twitch? +Yes. Due to technical limitations, it is necessary to add a [Streamlink](https://streamlink.github.io/) server link to view the content. This does not work with all streams, so it will give an "error" status if this stream is not freely accessible. + +Based on [#3017](https://github.com/iptv-org/iptv/discussions/3017) (about geo-blocked channel), [#4112](https://github.com/iptv-org/iptv/discussions/4412) and [#4456](https://github.com/iptv-org/iptv/discussions/4456). + +### Is it possible to add audio-only streams, like FM radio? +No. Exceptions are the visual radios, in which a video and audio are shown at the same time. A WIP repository made by one member of iptv-org, [LaneSh4d0w](https://github.com/LaneSh4d0w) aims to collect radio streams, on the [IPRD](https://github.com/LaneSh4d0w/IPRD) repository. + +Based on [#1196](https://github.com/iptv-org/iptv/pull/1196) (first pull request about this) [#2758](https://github.com/iptv-org/iptv/pull/2758) (visual radio example), [#5794](https://github.com/iptv-org/iptv/discussions/5794), [#6044](https://github.com/iptv-org/iptv/discussions/6044) and [#8788](https://github.com/iptv-org/iptv/discussions/8788). + +### Why are there some call sign (KJLA-DT1.us) as ids and alphanumeric names as ids (Mychannel.us)? +It's to differentiate the origin of the broadcast from the content. Call signs usually come from physical stations in the country of origin and their programming is subject to change. If the channel is not from a television station, the brand name will be used. + +An example of a call sign used as id is `KJLA-DT1.us`: [KJLA](https://en.wikipedia.org/wiki/KJLA) is a digital television station, DT is a suffix, 1 is a subchannel number and ".us" is the country code (United States). This station broadcasts the Visiรณn Latina channel, whose id is `VisionLatina.us`. + +Based on [#5818](https://github.com/iptv-org/iptv/discussions/5818). + +### There are source for verify call sign and coverage area for some TV stations? +There are websites to consult the location and characteristics of the station. For example, [FCCData](https://fccdata.org/) for US, Canada, Mexico, UK, Australia and Japan. + +### Why attributes of channels of this playlist like "tvg-country", "tvg-language", "tvg-logo" are missing? +The reason is to reduce the workload when adding streams in the list. Since "tvg-id" links to the [Database](https://github.com/iptv-org/database) repository, each channel has unique attributes like image, name (in English and local speak), country (or countries) broadcasted, category and language. + +You can add multiple streams with a single id (in the "tvg-id" parameter), instead of adding information from scratch. For example: + +``` +#EXTINF:-1 tvg-id="CCTV3.cn",CCTV-3็ปผ่‰บ (1080p) +``` +Based on [#2086](https://github.com/iptv-org/iptv/issues/2086) (countries), [#3490](https://github.com/iptv-org/iptv/discussions/3490) (duplicated tvg-id) and [#6516](https://github.com/iptv-org/iptv/issues/6516) (use of Database). + +### Why some streams have an empty id? +Because the stream does not have enough information available. If you appear to know additional data on these, let us know its official name, the language it broadcasts and the country where it originates. + +This also applies to the undefined.m3u file. The streams in this file are from channels whose country of origin is unknown. + +Based on [#2440](https://github.com/iptv-org/iptv/issues/2440). + +### What is a "daily update" and why is useful for this playlist? +A "daily update" is a pull request made for maintenance purposes. It checks the status of the playlist operation, and reclassifies the streams internally. This will be useful on playlist recreation, as it's gonna hide streams from the playlist if they have access problems. + +Initially, a version release was indicated in the daily updates, but it was not useful. + +Based on [#645](https://github.com/iptv-org/iptv/issues/645) (about package relases), [#6524](https://github.com/iptv-org/iptv/discussions/6524) and [#6855](https://github.com/iptv-org/iptv/issues/6855). diff --git a/README.md b/README.md index cffac2adb..ef3e42b1d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Collection of publicly available IPTV (Internet Protocol television) channels fr - ๐Ÿ‘จโ€๐Ÿ’ป [API](#api) - ๐Ÿ“š [Resources](#resources) - ๐Ÿ’ฌ [Discussions](#discussions) +- โ“ [FAQ](#faq) - ๐Ÿ›  [Contribution](#contribution) - โš– [Legal](#legal) - ยฉ [License](#license) @@ -68,28 +69,28 @@ Same thing, but split up into separate files: Comedy44https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking18https://iptv-org.github.io/iptv/categories/cooking.m3u Culture20https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary38https://iptv-org.github.io/iptv/categories/documentary.m3u + Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u Education76https://iptv-org.github.io/iptv/categories/education.m3u - Entertainment175https://iptv-org.github.io/iptv/categories/entertainment.m3u + Entertainment179https://iptv-org.github.io/iptv/categories/entertainment.m3u Family21https://iptv-org.github.io/iptv/categories/family.m3u - General438https://iptv-org.github.io/iptv/categories/general.m3u - Kids146https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative86https://iptv-org.github.io/iptv/categories/legislative.m3u + General452https://iptv-org.github.io/iptv/categories/general.m3u + Kids145https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative90https://iptv-org.github.io/iptv/categories/legislative.m3u Lifestyle59https://iptv-org.github.io/iptv/categories/lifestyle.m3u - Movies195https://iptv-org.github.io/iptv/categories/movies.m3u - Music317https://iptv-org.github.io/iptv/categories/music.m3u - News372https://iptv-org.github.io/iptv/categories/news.m3u + Movies201https://iptv-org.github.io/iptv/categories/movies.m3u + Music315https://iptv-org.github.io/iptv/categories/music.m3u + News381https://iptv-org.github.io/iptv/categories/news.m3u Outdoor36https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax17https://iptv-org.github.io/iptv/categories/relax.m3u - Religious227https://iptv-org.github.io/iptv/categories/religious.m3u - Series136https://iptv-org.github.io/iptv/categories/series.m3u + Religious230https://iptv-org.github.io/iptv/categories/religious.m3u + Series137https://iptv-org.github.io/iptv/categories/series.m3u Science13https://iptv-org.github.io/iptv/categories/science.m3u Shop55https://iptv-org.github.io/iptv/categories/shop.m3u - Sports153https://iptv-org.github.io/iptv/categories/sports.m3u - Travel20https://iptv-org.github.io/iptv/categories/travel.m3u + Sports152https://iptv-org.github.io/iptv/categories/sports.m3u + Travel21https://iptv-org.github.io/iptv/categories/travel.m3u Weather11https://iptv-org.github.io/iptv/categories/weather.m3u XXX52https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4926https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4912https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -117,7 +118,7 @@ Same thing, but split up into separate files: Albanian38https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic335https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic338https://iptv-org.github.io/iptv/languages/ara.m3u Armenian26https://iptv-org.github.io/iptv/languages/hye.m3u Assamese2https://iptv-org.github.io/iptv/languages/asm.m3u Assyrian Neo-Aramaic1https://iptv-org.github.io/iptv/languages/aii.m3u @@ -129,45 +130,45 @@ Same thing, but split up into separate files: Bulgarian18https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u Catalan8https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese64https://iptv-org.github.io/iptv/languages/zho.m3u + Chinese86https://iptv-org.github.io/iptv/languages/zho.m3u Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u - Czech17https://iptv-org.github.io/iptv/languages/ces.m3u + Czech16https://iptv-org.github.io/iptv/languages/ces.m3u Danish14https://iptv-org.github.io/iptv/languages/dan.m3u Dhivehi1https://iptv-org.github.io/iptv/languages/div.m3u Dimili1https://iptv-org.github.io/iptv/languages/zza.m3u Dutch84https://iptv-org.github.io/iptv/languages/nld.m3u - English1938https://iptv-org.github.io/iptv/languages/eng.m3u + English1946https://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 Filipino1https://iptv-org.github.io/iptv/languages/fil.m3u Finnish9https://iptv-org.github.io/iptv/languages/fin.m3u - French152https://iptv-org.github.io/iptv/languages/fra.m3u + French156https://iptv-org.github.io/iptv/languages/fra.m3u Galician10https://iptv-org.github.io/iptv/languages/glg.m3u Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u German185https://iptv-org.github.io/iptv/languages/deu.m3u - Greek82https://iptv-org.github.io/iptv/languages/ell.m3u + Greek78https://iptv-org.github.io/iptv/languages/ell.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew9https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi56https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi55https://iptv-org.github.io/iptv/languages/hin.m3u Hungarian33https://iptv-org.github.io/iptv/languages/hun.m3u Icelandic3https://iptv-org.github.io/iptv/languages/isl.m3u - Indonesian152https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian150https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish3https://iptv-org.github.io/iptv/languages/gle.m3u Italian140https://iptv-org.github.io/iptv/languages/ita.m3u - Japanese58https://iptv-org.github.io/iptv/languages/jpn.m3u + Japanese60https://iptv-org.github.io/iptv/languages/jpn.m3u Javanese1https://iptv-org.github.io/iptv/languages/jav.m3u Kannada4https://iptv-org.github.io/iptv/languages/kan.m3u - Kazakh9https://iptv-org.github.io/iptv/languages/kaz.m3u + Kazakh12https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer7https://iptv-org.github.io/iptv/languages/khm.m3u - Korean69https://iptv-org.github.io/iptv/languages/kor.m3u + Korean64https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u Lahnda1https://iptv-org.github.io/iptv/languages/lah.m3u Lao10https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u - Macedonian2https://iptv-org.github.io/iptv/languages/mkd.m3u + Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u Malay17https://iptv-org.github.io/iptv/languages/msa.m3u Malayalam44https://iptv-org.github.io/iptv/languages/mal.m3u Maltese3https://iptv-org.github.io/iptv/languages/mlt.m3u @@ -177,38 +178,38 @@ Same thing, but split up into separate files: Nepali1https://iptv-org.github.io/iptv/languages/nep.m3u Norwegian5https://iptv-org.github.io/iptv/languages/nor.m3u Oriya (macrolanguage)2https://iptv-org.github.io/iptv/languages/ori.m3u - Panjabi6https://iptv-org.github.io/iptv/languages/pan.m3u + Panjabi5https://iptv-org.github.io/iptv/languages/pan.m3u Papiamento2https://iptv-org.github.io/iptv/languages/pap.m3u Pashto14https://iptv-org.github.io/iptv/languages/pus.m3u - Persian78https://iptv-org.github.io/iptv/languages/fas.m3u + Persian81https://iptv-org.github.io/iptv/languages/fas.m3u Polish32https://iptv-org.github.io/iptv/languages/pol.m3u Portuguese162https://iptv-org.github.io/iptv/languages/por.m3u - Romanian33https://iptv-org.github.io/iptv/languages/ron.m3u - Russian307https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian45https://iptv-org.github.io/iptv/languages/srp.m3u + Romanian32https://iptv-org.github.io/iptv/languages/ron.m3u + Russian316https://iptv-org.github.io/iptv/languages/rus.m3u + Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u - Sinhala6https://iptv-org.github.io/iptv/languages/sin.m3u + Sinhala7https://iptv-org.github.io/iptv/languages/sin.m3u Slovak13https://iptv-org.github.io/iptv/languages/slk.m3u Slovenian5https://iptv-org.github.io/iptv/languages/slv.m3u Somali3https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1089https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1097https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u Swedish20https://iptv-org.github.io/iptv/languages/swe.m3u - Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil31https://iptv-org.github.io/iptv/languages/tam.m3u + Tagalog7https://iptv-org.github.io/iptv/languages/tgl.m3u + Tamil33https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u - Thai47https://iptv-org.github.io/iptv/languages/tha.m3u + Thai44https://iptv-org.github.io/iptv/languages/tha.m3u Turkish136https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u Ukrainian44https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu23https://iptv-org.github.io/iptv/languages/urd.m3u + Urdu24https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u Vietnamese60https://iptv-org.github.io/iptv/languages/vie.m3u Welsh1https://iptv-org.github.io/iptv/languages/cym.m3u Western Frisian1https://iptv-org.github.io/iptv/languages/fry.m3u Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u - Yue Chinese3https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2092https://iptv-org.github.io/iptv/languages/undefined.m3u + Yue Chinese6https://iptv-org.github.io/iptv/languages/yue.m3u + Undefined2066https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -234,35 +235,35 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan71https://iptv-org.github.io/iptv/countries/af.m3u + ๐Ÿ‡ฆ๐Ÿ‡ซ Afghanistan73https://iptv-org.github.io/iptv/countries/af.m3u ๐Ÿ‡ฆ๐Ÿ‡ฑ Albania101https://iptv-org.github.io/iptv/countries/al.m3u ๐Ÿ‡ฉ๐Ÿ‡ฟ Algeria93https://iptv-org.github.io/iptv/countries/dz.m3u - ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa47https://iptv-org.github.io/iptv/countries/as.m3u + ๐Ÿ‡ฆ๐Ÿ‡ธ American Samoa48https://iptv-org.github.io/iptv/countries/as.m3u ๐Ÿ‡ฆ๐Ÿ‡ฉ Andorra64https://iptv-org.github.io/iptv/countries/ad.m3u ๐Ÿ‡ฆ๐Ÿ‡ด Angola50https://iptv-org.github.io/iptv/countries/ao.m3u ๐Ÿ‡ฆ๐Ÿ‡ฎ Anguilla48https://iptv-org.github.io/iptv/countries/ai.m3u ๐Ÿ‡ฆ๐Ÿ‡ถ Antarctica44https://iptv-org.github.io/iptv/countries/aq.m3u ๐Ÿ‡ฆ๐Ÿ‡ฌ Antigua and Barbuda48https://iptv-org.github.io/iptv/countries/ag.m3u - ๐Ÿ‡ฆ๐Ÿ‡ท Argentina236https://iptv-org.github.io/iptv/countries/ar.m3u + ๐Ÿ‡ฆ๐Ÿ‡ท Argentina237https://iptv-org.github.io/iptv/countries/ar.m3u       Buenos Aires16https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u -       Catamarca1https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u +       Catamarca2https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u       Chaco2https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u       Chubut3https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u       Ciudad Autonoma de Buenos Aires1https://iptv-org.github.io/iptv/subdivisions/ar-c.m3u -       Cordoba6https://iptv-org.github.io/iptv/subdivisions/ar-x.m3u +       Cordoba5https://iptv-org.github.io/iptv/subdivisions/ar-x.m3u       Corrientes2https://iptv-org.github.io/iptv/subdivisions/ar-w.m3u       Entre Rios2https://iptv-org.github.io/iptv/subdivisions/ar-e.m3u -       Jujuy2https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u +       Jujuy3https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u       La Pampa3https://iptv-org.github.io/iptv/subdivisions/ar-l.m3u -       La Rioja2https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u +       La Rioja3https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u       Misiones4https://iptv-org.github.io/iptv/subdivisions/ar-n.m3u       Neuquen2https://iptv-org.github.io/iptv/subdivisions/ar-q.m3u       Rio Negro1https://iptv-org.github.io/iptv/subdivisions/ar-r.m3u       Salta4https://iptv-org.github.io/iptv/subdivisions/ar-a.m3u       San Juan3https://iptv-org.github.io/iptv/subdivisions/ar-j.m3u       San Luis1https://iptv-org.github.io/iptv/subdivisions/ar-d.m3u -       Santa Cruz3https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u -       Santa Fe4https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u +       Santa Cruz2https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u +       Santa Fe5https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u       Tucuman3https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u ๐Ÿ‡ฆ๐Ÿ‡ฒ Armenia94https://iptv-org.github.io/iptv/countries/am.m3u ๐Ÿ‡ฆ๐Ÿ‡ผ Aruba51https://iptv-org.github.io/iptv/countries/aw.m3u @@ -270,29 +271,28 @@ Same thing, but split up into separate files: ๐Ÿ‡ฆ๐Ÿ‡น Austria93https://iptv-org.github.io/iptv/countries/at.m3u ๐Ÿ‡ฆ๐Ÿ‡ฟ Azerbaijan78https://iptv-org.github.io/iptv/countries/az.m3u ๐Ÿ‡ง๐Ÿ‡ธ Bahamas51https://iptv-org.github.io/iptv/countries/bs.m3u - ๐Ÿ‡ง๐Ÿ‡ญ Bahrain85https://iptv-org.github.io/iptv/countries/bh.m3u - ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh75https://iptv-org.github.io/iptv/countries/bd.m3u + ๐Ÿ‡ง๐Ÿ‡ญ Bahrain84https://iptv-org.github.io/iptv/countries/bh.m3u + ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh77https://iptv-org.github.io/iptv/countries/bd.m3u ๐Ÿ‡ง๐Ÿ‡ง Barbados49https://iptv-org.github.io/iptv/countries/bb.m3u ๐Ÿ‡ง๐Ÿ‡พ Belarus91https://iptv-org.github.io/iptv/countries/by.m3u - ๐Ÿ‡ง๐Ÿ‡ช Belgium94https://iptv-org.github.io/iptv/countries/be.m3u + ๐Ÿ‡ง๐Ÿ‡ช Belgium95https://iptv-org.github.io/iptv/countries/be.m3u ๐Ÿ‡ง๐Ÿ‡ฟ Belize50https://iptv-org.github.io/iptv/countries/bz.m3u ๐Ÿ‡ง๐Ÿ‡ฏ Benin50https://iptv-org.github.io/iptv/countries/bj.m3u ๐Ÿ‡ง๐Ÿ‡ฒ Bermuda46https://iptv-org.github.io/iptv/countries/bm.m3u - ๐Ÿ‡ง๐Ÿ‡น Bhutan56https://iptv-org.github.io/iptv/countries/bt.m3u - ๐Ÿ‡ง๐Ÿ‡ด Bolivia121https://iptv-org.github.io/iptv/countries/bo.m3u -       La Paz1https://iptv-org.github.io/iptv/subdivisions/bo-l.m3u + ๐Ÿ‡ง๐Ÿ‡น Bhutan58https://iptv-org.github.io/iptv/countries/bt.m3u + ๐Ÿ‡ง๐Ÿ‡ด Bolivia118https://iptv-org.github.io/iptv/countries/bo.m3u       Santa Cruz1https://iptv-org.github.io/iptv/subdivisions/bo-s.m3u ๐Ÿ‡ง๐Ÿ‡ถ Bonaire44https://iptv-org.github.io/iptv/countries/bq.m3u ๐Ÿ‡ง๐Ÿ‡ฆ Bosnia and Herzegovina74https://iptv-org.github.io/iptv/countries/ba.m3u ๐Ÿ‡ง๐Ÿ‡ผ Botswana49https://iptv-org.github.io/iptv/countries/bw.m3u ๐Ÿ‡ง๐Ÿ‡ป Bouvet Island45https://iptv-org.github.io/iptv/countries/bv.m3u - ๐Ÿ‡ง๐Ÿ‡ท Brazil190https://iptv-org.github.io/iptv/countries/br.m3u + ๐Ÿ‡ง๐Ÿ‡ท Brazil192https://iptv-org.github.io/iptv/countries/br.m3u       Rio de Janeiro1https://iptv-org.github.io/iptv/subdivisions/br-rj.m3u ๐Ÿ‡ฎ๐Ÿ‡ด British Indian Ocean Territory44https://iptv-org.github.io/iptv/countries/io.m3u ๐Ÿ‡ป๐Ÿ‡ฌ British Virgin Islands48https://iptv-org.github.io/iptv/countries/vg.m3u - ๐Ÿ‡ง๐Ÿ‡ณ Brunei55https://iptv-org.github.io/iptv/countries/bn.m3u + ๐Ÿ‡ง๐Ÿ‡ณ Brunei53https://iptv-org.github.io/iptv/countries/bn.m3u ๐Ÿ‡ง๐Ÿ‡ฌ Bulgaria75https://iptv-org.github.io/iptv/countries/bg.m3u - ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso51https://iptv-org.github.io/iptv/countries/bf.m3u + ๐Ÿ‡ง๐Ÿ‡ซ Burkina Faso52https://iptv-org.github.io/iptv/countries/bf.m3u ๐Ÿ‡ง๐Ÿ‡ฎ Burundi49https://iptv-org.github.io/iptv/countries/bi.m3u ๐Ÿ‡ฐ๐Ÿ‡ญ Cambodia60https://iptv-org.github.io/iptv/countries/kh.m3u ๐Ÿ‡จ๐Ÿ‡ฒ Cameroon52https://iptv-org.github.io/iptv/countries/cm.m3u @@ -308,22 +308,23 @@ Same thing, but split up into separate files: ๐Ÿ‡ฐ๐Ÿ‡พ Cayman Islands48https://iptv-org.github.io/iptv/countries/ky.m3u ๐Ÿ‡จ๐Ÿ‡ซ Central African Republic49https://iptv-org.github.io/iptv/countries/cf.m3u ๐Ÿ‡น๐Ÿ‡ฉ Chad49https://iptv-org.github.io/iptv/countries/td.m3u - ๐Ÿ‡จ๐Ÿ‡ฑ Chile210https://iptv-org.github.io/iptv/countries/cl.m3u + ๐Ÿ‡จ๐Ÿ‡ฑ Chile209https://iptv-org.github.io/iptv/countries/cl.m3u       Magallanes1https://iptv-org.github.io/iptv/subdivisions/cl-ma.m3u       Maule1https://iptv-org.github.io/iptv/subdivisions/cl-ml.m3u       Nuble2https://iptv-org.github.io/iptv/subdivisions/cl-nb.m3u - ๐Ÿ‡จ๐Ÿ‡ณ China921https://iptv-org.github.io/iptv/countries/cn.m3u + ๐Ÿ‡จ๐Ÿ‡ณ China924https://iptv-org.github.io/iptv/countries/cn.m3u ๐Ÿ‡จ๐Ÿ‡ฝ Christmas Island44https://iptv-org.github.io/iptv/countries/cx.m3u ๐Ÿ‡จ๐Ÿ‡จ Cocos (Keeling) Islands44https://iptv-org.github.io/iptv/countries/cc.m3u - ๐Ÿ‡จ๐Ÿ‡ด Colombia139https://iptv-org.github.io/iptv/countries/co.m3u + ๐Ÿ‡จ๐Ÿ‡ด Colombia140https://iptv-org.github.io/iptv/countries/co.m3u       San Andres, Providencia y Santa Catalina1https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u       Antioquia1https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u       Atlantico1https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u +       Bolivar1https://iptv-org.github.io/iptv/subdivisions/co-bol.m3u       Caldas1https://iptv-org.github.io/iptv/subdivisions/co-cal.m3u       Cauca2https://iptv-org.github.io/iptv/subdivisions/co-cau.m3u       Choco1https://iptv-org.github.io/iptv/subdivisions/co-cho.m3u       Cundinamarca1https://iptv-org.github.io/iptv/subdivisions/co-cun.m3u -       Huila1https://iptv-org.github.io/iptv/subdivisions/co-hui.m3u +       Huila2https://iptv-org.github.io/iptv/subdivisions/co-hui.m3u       Magdalena1https://iptv-org.github.io/iptv/subdivisions/co-mag.m3u       Narino1https://iptv-org.github.io/iptv/subdivisions/co-nar.m3u       Norte de Santander1https://iptv-org.github.io/iptv/subdivisions/co-nsa.m3u @@ -332,19 +333,18 @@ Same thing, but split up into separate files:       Tolima1https://iptv-org.github.io/iptv/subdivisions/co-tol.m3u       Valle del Cauca3https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u ๐Ÿ‡ฐ๐Ÿ‡ฒ Comoros77https://iptv-org.github.io/iptv/countries/km.m3u - ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands47https://iptv-org.github.io/iptv/countries/ck.m3u - ๐Ÿ‡จ๐Ÿ‡ท Costa Rica122https://iptv-org.github.io/iptv/countries/cr.m3u + ๐Ÿ‡จ๐Ÿ‡ฐ Cook Islands48https://iptv-org.github.io/iptv/countries/ck.m3u + ๐Ÿ‡จ๐Ÿ‡ท Costa Rica121https://iptv-org.github.io/iptv/countries/cr.m3u ๐Ÿ‡ญ๐Ÿ‡ท Croatia74https://iptv-org.github.io/iptv/countries/hr.m3u - ๐Ÿ‡จ๐Ÿ‡บ Cuba95https://iptv-org.github.io/iptv/countries/cu.m3u - ๐Ÿ‡จ๐Ÿ‡ผ Curacao52https://iptv-org.github.io/iptv/countries/cw.m3u + ๐Ÿ‡จ๐Ÿ‡บ Cuba94https://iptv-org.github.io/iptv/countries/cu.m3u + ๐Ÿ‡จ๐Ÿ‡ผ Curacao53https://iptv-org.github.io/iptv/countries/cw.m3u ๐Ÿ‡จ๐Ÿ‡พ Cyprus87https://iptv-org.github.io/iptv/countries/cy.m3u - ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic75https://iptv-org.github.io/iptv/countries/cz.m3u + ๐Ÿ‡จ๐Ÿ‡ฟ Czech Republic74https://iptv-org.github.io/iptv/countries/cz.m3u ๐Ÿ‡จ๐Ÿ‡ฉ Democratic Republic of the Congo53https://iptv-org.github.io/iptv/countries/cd.m3u ๐Ÿ‡ฉ๐Ÿ‡ฐ Denmark80https://iptv-org.github.io/iptv/countries/dk.m3u ๐Ÿ‡ฉ๐Ÿ‡ฏ Djibouti82https://iptv-org.github.io/iptv/countries/dj.m3u ๐Ÿ‡ฉ๐Ÿ‡ฒ Dominica48https://iptv-org.github.io/iptv/countries/dm.m3u ๐Ÿ‡ฉ๐Ÿ‡ด Dominican Republic167https://iptv-org.github.io/iptv/countries/do.m3u -       Distrito Nacional (Santo Domingo)1https://iptv-org.github.io/iptv/subdivisions/do-01.m3u       El Seibo1https://iptv-org.github.io/iptv/subdivisions/do-08.m3u       La Altagracia1https://iptv-org.github.io/iptv/subdivisions/do-11.m3u       Monsenor Nouel1https://iptv-org.github.io/iptv/subdivisions/do-28.m3u @@ -360,39 +360,39 @@ Same thing, but split up into separate files: ๐Ÿ‡ช๐Ÿ‡น Ethiopia50https://iptv-org.github.io/iptv/countries/et.m3u ๐Ÿ‡ซ๐Ÿ‡ฐ Falkland Islands45https://iptv-org.github.io/iptv/countries/fk.m3u ๐Ÿ‡ซ๐Ÿ‡ด Faroe Islands45https://iptv-org.github.io/iptv/countries/fo.m3u - ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji48https://iptv-org.github.io/iptv/countries/fj.m3u + ๐Ÿ‡ซ๐Ÿ‡ฏ Fiji49https://iptv-org.github.io/iptv/countries/fj.m3u ๐Ÿ‡ซ๐Ÿ‡ฎ Finland77https://iptv-org.github.io/iptv/countries/fi.m3u       Pohjanmaa3https://iptv-org.github.io/iptv/subdivisions/fi-12.m3u - ๐Ÿ‡ซ๐Ÿ‡ท France221https://iptv-org.github.io/iptv/countries/fr.m3u + ๐Ÿ‡ซ๐Ÿ‡ท France222https://iptv-org.github.io/iptv/countries/fr.m3u ๐Ÿ‡ฌ๐Ÿ‡ซ French Guiana47https://iptv-org.github.io/iptv/countries/gf.m3u - ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia48https://iptv-org.github.io/iptv/countries/pf.m3u + ๐Ÿ‡ต๐Ÿ‡ซ French Polynesia49https://iptv-org.github.io/iptv/countries/pf.m3u ๐Ÿ‡น๐Ÿ‡ซ French Southern Territories49https://iptv-org.github.io/iptv/countries/tf.m3u ๐Ÿ‡ฌ๐Ÿ‡ฆ Gabon50https://iptv-org.github.io/iptv/countries/ga.m3u ๐Ÿ‡ฌ๐Ÿ‡ฒ Gambia50https://iptv-org.github.io/iptv/countries/gm.m3u ๐Ÿ‡ฌ๐Ÿ‡ช Georgia71https://iptv-org.github.io/iptv/countries/ge.m3u - ๐Ÿ‡ฉ๐Ÿ‡ช Germany260https://iptv-org.github.io/iptv/countries/de.m3u + ๐Ÿ‡ฉ๐Ÿ‡ช Germany261https://iptv-org.github.io/iptv/countries/de.m3u ๐Ÿ‡ฌ๐Ÿ‡ญ Ghana49https://iptv-org.github.io/iptv/countries/gh.m3u ๐Ÿ‡ฌ๐Ÿ‡ฎ Gibraltar44https://iptv-org.github.io/iptv/countries/gi.m3u - ๐Ÿ‡ฌ๐Ÿ‡ท Greece141https://iptv-org.github.io/iptv/countries/gr.m3u + ๐Ÿ‡ฌ๐Ÿ‡ท Greece136https://iptv-org.github.io/iptv/countries/gr.m3u ๐Ÿ‡ฌ๐Ÿ‡ฑ Greenland46https://iptv-org.github.io/iptv/countries/gl.m3u ๐Ÿ‡ฌ๐Ÿ‡ฉ Grenada48https://iptv-org.github.io/iptv/countries/gd.m3u ๐Ÿ‡ฌ๐Ÿ‡ต Guadeloupe51https://iptv-org.github.io/iptv/countries/gp.m3u - ๐Ÿ‡ฌ๐Ÿ‡บ Guam47https://iptv-org.github.io/iptv/countries/gu.m3u - ๐Ÿ‡ฌ๐Ÿ‡น Guatemala105https://iptv-org.github.io/iptv/countries/gt.m3u + ๐Ÿ‡ฌ๐Ÿ‡บ Guam48https://iptv-org.github.io/iptv/countries/gu.m3u + ๐Ÿ‡ฌ๐Ÿ‡น Guatemala102https://iptv-org.github.io/iptv/countries/gt.m3u       Solola1https://iptv-org.github.io/iptv/subdivisions/gt-07.m3u       Totonicapan1https://iptv-org.github.io/iptv/subdivisions/gt-08.m3u ๐Ÿ‡ฌ๐Ÿ‡ฌ Guernsey45https://iptv-org.github.io/iptv/countries/gg.m3u ๐Ÿ‡ฌ๐Ÿ‡ณ Guinea49https://iptv-org.github.io/iptv/countries/gn.m3u ๐Ÿ‡ฌ๐Ÿ‡ผ Guinea-Bissau49https://iptv-org.github.io/iptv/countries/gw.m3u ๐Ÿ‡ฌ๐Ÿ‡พ Guyana45https://iptv-org.github.io/iptv/countries/gy.m3u - ๐Ÿ‡ญ๐Ÿ‡น Haiti59https://iptv-org.github.io/iptv/countries/ht.m3u + ๐Ÿ‡ญ๐Ÿ‡น Haiti62https://iptv-org.github.io/iptv/countries/ht.m3u ๐Ÿ‡ญ๐Ÿ‡ฒ Heard Island and McDonald Islands44https://iptv-org.github.io/iptv/countries/hm.m3u - ๐Ÿ‡ญ๐Ÿ‡ณ Honduras125https://iptv-org.github.io/iptv/countries/hn.m3u - ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong68https://iptv-org.github.io/iptv/countries/hk.m3u - ๐Ÿ‡ญ๐Ÿ‡บ Hungary92https://iptv-org.github.io/iptv/countries/hu.m3u + ๐Ÿ‡ญ๐Ÿ‡ณ Honduras122https://iptv-org.github.io/iptv/countries/hn.m3u + ๐Ÿ‡ญ๐Ÿ‡ฐ Hong Kong64https://iptv-org.github.io/iptv/countries/hk.m3u + ๐Ÿ‡ญ๐Ÿ‡บ Hungary93https://iptv-org.github.io/iptv/countries/hu.m3u ๐Ÿ‡ฎ๐Ÿ‡ธ Iceland65https://iptv-org.github.io/iptv/countries/is.m3u - ๐Ÿ‡ฎ๐Ÿ‡ณ India238https://iptv-org.github.io/iptv/countries/in.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia217https://iptv-org.github.io/iptv/countries/id.m3u + ๐Ÿ‡ฎ๐Ÿ‡ณ India241https://iptv-org.github.io/iptv/countries/in.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia216https://iptv-org.github.io/iptv/countries/id.m3u       Aceh2https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u       Bali2https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u       Banten2https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u @@ -400,9 +400,9 @@ Same thing, but split up into separate files:       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u       Jakarta Raya4https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u       Jambi3https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u -       Jawa Barat6https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u -       Jawa Tengah6https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u -       Jawa Timur8https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u +       Jawa Barat7https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u +       Jawa Tengah5https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u +       Jawa Timur9https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u       Kalimantan Selatan3https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u       Kalimantan Tengah1https://iptv-org.github.io/iptv/subdivisions/id-kt.m3u @@ -416,29 +416,28 @@ Same thing, but split up into separate files:       Papua2https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u       Riau4https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u       Sulawesi Barat1https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u -       Sulawesi Selatan3https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u +       Sulawesi Selatan1https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u       Sulawesi Tengah1https://iptv-org.github.io/iptv/subdivisions/id-st.m3u -       Sulawesi Tenggara2https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u -       Sulawesi Utara1https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u +       Sulawesi Tenggara1https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u       Sumatera Barat1https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u       Yogyakarta3https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - ๐Ÿ‡ฎ๐Ÿ‡ท Iran122https://iptv-org.github.io/iptv/countries/ir.m3u - ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq116https://iptv-org.github.io/iptv/countries/iq.m3u + ๐Ÿ‡ฎ๐Ÿ‡ท Iran126https://iptv-org.github.io/iptv/countries/ir.m3u + ๐Ÿ‡ฎ๐Ÿ‡ถ Iraq117https://iptv-org.github.io/iptv/countries/iq.m3u ๐Ÿ‡ฎ๐Ÿ‡ช Ireland83https://iptv-org.github.io/iptv/countries/ie.m3u ๐Ÿ‡ฎ๐Ÿ‡ฒ Isle of Man44https://iptv-org.github.io/iptv/countries/im.m3u - ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel66https://iptv-org.github.io/iptv/countries/il.m3u - ๐Ÿ‡ฎ๐Ÿ‡น Italy254https://iptv-org.github.io/iptv/countries/it.m3u + ๐Ÿ‡ฎ๐Ÿ‡ฑ Israel67https://iptv-org.github.io/iptv/countries/il.m3u + ๐Ÿ‡ฎ๐Ÿ‡น Italy252https://iptv-org.github.io/iptv/countries/it.m3u ๐Ÿ‡จ๐Ÿ‡ฎ Ivory Coast52https://iptv-org.github.io/iptv/countries/ci.m3u ๐Ÿ‡ฏ๐Ÿ‡ฒ Jamaica50https://iptv-org.github.io/iptv/countries/jm.m3u - ๐Ÿ‡ฏ๐Ÿ‡ต Japan105https://iptv-org.github.io/iptv/countries/jp.m3u + ๐Ÿ‡ฏ๐Ÿ‡ต Japan106https://iptv-org.github.io/iptv/countries/jp.m3u ๐Ÿ‡ฏ๐Ÿ‡ช Jersey44https://iptv-org.github.io/iptv/countries/je.m3u - ๐Ÿ‡ฏ๐Ÿ‡ด Jordan102https://iptv-org.github.io/iptv/countries/jo.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan85https://iptv-org.github.io/iptv/countries/kz.m3u - ๐Ÿ‡ฐ๐Ÿ‡ช Kenya55https://iptv-org.github.io/iptv/countries/ke.m3u - ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati47https://iptv-org.github.io/iptv/countries/ki.m3u + ๐Ÿ‡ฏ๐Ÿ‡ด Jordan103https://iptv-org.github.io/iptv/countries/jo.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฟ Kazakhstan89https://iptv-org.github.io/iptv/countries/kz.m3u + ๐Ÿ‡ฐ๐Ÿ‡ช Kenya54https://iptv-org.github.io/iptv/countries/ke.m3u + ๐Ÿ‡ฐ๐Ÿ‡ฎ Kiribati48https://iptv-org.github.io/iptv/countries/ki.m3u ๐Ÿ‡ฝ๐Ÿ‡ฐ Kosovo50https://iptv-org.github.io/iptv/countries/xk.m3u - ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait91https://iptv-org.github.io/iptv/countries/kw.m3u + ๐Ÿ‡ฐ๐Ÿ‡ผ Kuwait92https://iptv-org.github.io/iptv/countries/kw.m3u ๐Ÿ‡ฐ๐Ÿ‡ฌ Kyrgyzstan52https://iptv-org.github.io/iptv/countries/kg.m3u ๐Ÿ‡ฑ๐Ÿ‡ฆ Laos68https://iptv-org.github.io/iptv/countries/la.m3u ๐Ÿ‡ฑ๐Ÿ‡ป Latvia67https://iptv-org.github.io/iptv/countries/lv.m3u @@ -452,31 +451,35 @@ Same thing, but split up into separate files: ๐Ÿ‡ฒ๐Ÿ‡ด Macao55https://iptv-org.github.io/iptv/countries/mo.m3u ๐Ÿ‡ฒ๐Ÿ‡ฌ Madagascar49https://iptv-org.github.io/iptv/countries/mg.m3u ๐Ÿ‡ฒ๐Ÿ‡ผ Malawi50https://iptv-org.github.io/iptv/countries/mw.m3u - ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia69https://iptv-org.github.io/iptv/countries/my.m3u - ๐Ÿ‡ฒ๐Ÿ‡ป Maldives57https://iptv-org.github.io/iptv/countries/mv.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali50https://iptv-org.github.io/iptv/countries/ml.m3u + ๐Ÿ‡ฒ๐Ÿ‡พ Malaysia67https://iptv-org.github.io/iptv/countries/my.m3u + ๐Ÿ‡ฒ๐Ÿ‡ป Maldives59https://iptv-org.github.io/iptv/countries/mv.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฑ Mali49https://iptv-org.github.io/iptv/countries/ml.m3u ๐Ÿ‡ฒ๐Ÿ‡น Malta64https://iptv-org.github.io/iptv/countries/mt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands47https://iptv-org.github.io/iptv/countries/mh.m3u + ๐Ÿ‡ฒ๐Ÿ‡ญ Marshall Islands48https://iptv-org.github.io/iptv/countries/mh.m3u ๐Ÿ‡ฒ๐Ÿ‡ถ Martinique50https://iptv-org.github.io/iptv/countries/mq.m3u - ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania78https://iptv-org.github.io/iptv/countries/mr.m3u + ๐Ÿ‡ฒ๐Ÿ‡ท Mauritania79https://iptv-org.github.io/iptv/countries/mr.m3u ๐Ÿ‡ฒ๐Ÿ‡บ Mauritius50https://iptv-org.github.io/iptv/countries/mu.m3u ๐Ÿ‡พ๐Ÿ‡น Mayotte49https://iptv-org.github.io/iptv/countries/yt.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico168https://iptv-org.github.io/iptv/countries/mx.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico173https://iptv-org.github.io/iptv/countries/mx.m3u       Aguascalientes1https://iptv-org.github.io/iptv/subdivisions/mx-agu.m3u       Baja California1https://iptv-org.github.io/iptv/subdivisions/mx-bcn.m3u +       Chihuahua1https://iptv-org.github.io/iptv/subdivisions/mx-chh.m3u       Ciudad de Mexico1https://iptv-org.github.io/iptv/subdivisions/mx-cmx.m3u       Coahuila de Zaragoza1https://iptv-org.github.io/iptv/subdivisions/mx-coa.m3u       Guerrero1https://iptv-org.github.io/iptv/subdivisions/mx-gro.m3u       Jalisco1https://iptv-org.github.io/iptv/subdivisions/mx-jal.m3u       Mexico1https://iptv-org.github.io/iptv/subdivisions/mx-mex.m3u +       Morelos1https://iptv-org.github.io/iptv/subdivisions/mx-mor.m3u       Nuevo Leon1https://iptv-org.github.io/iptv/subdivisions/mx-nle.m3u       Puebla1https://iptv-org.github.io/iptv/subdivisions/mx-pue.m3u       Queretaro1https://iptv-org.github.io/iptv/subdivisions/mx-que.m3u       Quintana Roo1https://iptv-org.github.io/iptv/subdivisions/mx-roo.m3u +       Sinaloa1https://iptv-org.github.io/iptv/subdivisions/mx-sin.m3u       Sonora1https://iptv-org.github.io/iptv/subdivisions/mx-son.m3u +       Tamaulipas2https://iptv-org.github.io/iptv/subdivisions/mx-tam.m3u       Veracruz de Ignacio de la Llave1https://iptv-org.github.io/iptv/subdivisions/mx-ver.m3u       Zacatecas1https://iptv-org.github.io/iptv/subdivisions/mx-zac.m3u - ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia47https://iptv-org.github.io/iptv/countries/fm.m3u + ๐Ÿ‡ซ๐Ÿ‡ฒ Micronesia48https://iptv-org.github.io/iptv/countries/fm.m3u ๐Ÿ‡ฒ๐Ÿ‡ฉ Moldova73https://iptv-org.github.io/iptv/countries/md.m3u ๐Ÿ‡ฒ๐Ÿ‡จ Monaco63https://iptv-org.github.io/iptv/countries/mc.m3u ๐Ÿ‡ฒ๐Ÿ‡ณ Mongolia69https://iptv-org.github.io/iptv/countries/mn.m3u @@ -486,50 +489,50 @@ Same thing, but split up into separate files: ๐Ÿ‡ฒ๐Ÿ‡ฟ Mozambique51https://iptv-org.github.io/iptv/countries/mz.m3u ๐Ÿ‡ฒ๐Ÿ‡ฒ Myanmar (Burma)50https://iptv-org.github.io/iptv/countries/mm.m3u ๐Ÿ‡ณ๐Ÿ‡ฆ Namibia49https://iptv-org.github.io/iptv/countries/na.m3u - ๐Ÿ‡ณ๐Ÿ‡ท Nauru47https://iptv-org.github.io/iptv/countries/nr.m3u - ๐Ÿ‡ณ๐Ÿ‡ต Nepal58https://iptv-org.github.io/iptv/countries/np.m3u + ๐Ÿ‡ณ๐Ÿ‡ท Nauru48https://iptv-org.github.io/iptv/countries/nr.m3u + ๐Ÿ‡ณ๐Ÿ‡ต Nepal60https://iptv-org.github.io/iptv/countries/np.m3u ๐Ÿ‡ณ๐Ÿ‡ฑ Netherlands182https://iptv-org.github.io/iptv/countries/nl.m3u - ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia47https://iptv-org.github.io/iptv/countries/nc.m3u - ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand108https://iptv-org.github.io/iptv/countries/nz.m3u + ๐Ÿ‡ณ๐Ÿ‡จ New Caledonia48https://iptv-org.github.io/iptv/countries/nc.m3u + ๐Ÿ‡ณ๐Ÿ‡ฟ New Zealand109https://iptv-org.github.io/iptv/countries/nz.m3u ๐Ÿ‡ณ๐Ÿ‡ฎ Nicaragua105https://iptv-org.github.io/iptv/countries/ni.m3u ๐Ÿ‡ณ๐Ÿ‡ช Niger49https://iptv-org.github.io/iptv/countries/ne.m3u ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria65https://iptv-org.github.io/iptv/countries/ng.m3u - ๐Ÿ‡ณ๐Ÿ‡บ Niue47https://iptv-org.github.io/iptv/countries/nu.m3u - ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island47https://iptv-org.github.io/iptv/countries/nf.m3u + ๐Ÿ‡ณ๐Ÿ‡บ Niue48https://iptv-org.github.io/iptv/countries/nu.m3u + ๐Ÿ‡ณ๐Ÿ‡ซ Norfolk Island48https://iptv-org.github.io/iptv/countries/nf.m3u ๐Ÿ‡ฐ๐Ÿ‡ต North Korea50https://iptv-org.github.io/iptv/countries/kp.m3u - ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia64https://iptv-org.github.io/iptv/countries/mk.m3u - ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands47https://iptv-org.github.io/iptv/countries/mp.m3u + ๐Ÿ‡ฒ๐Ÿ‡ฐ North Macedonia65https://iptv-org.github.io/iptv/countries/mk.m3u + ๐Ÿ‡ฒ๐Ÿ‡ต Northern Mariana Islands48https://iptv-org.github.io/iptv/countries/mp.m3u ๐Ÿ‡ณ๐Ÿ‡ด Norway73https://iptv-org.github.io/iptv/countries/no.m3u ๐Ÿ‡ด๐Ÿ‡ฒ Oman85https://iptv-org.github.io/iptv/countries/om.m3u - ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan81https://iptv-org.github.io/iptv/countries/pk.m3u + ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan84https://iptv-org.github.io/iptv/countries/pk.m3u       Islamabad1https://iptv-org.github.io/iptv/subdivisions/pk-is.m3u - ๐Ÿ‡ต๐Ÿ‡ผ Palau47https://iptv-org.github.io/iptv/countries/pw.m3u - ๐Ÿ‡ต๐Ÿ‡ธ Palestine98https://iptv-org.github.io/iptv/countries/ps.m3u - ๐Ÿ‡ต๐Ÿ‡ฆ Panama104https://iptv-org.github.io/iptv/countries/pa.m3u - ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea47https://iptv-org.github.io/iptv/countries/pg.m3u - ๐Ÿ‡ต๐Ÿ‡พ Paraguay116https://iptv-org.github.io/iptv/countries/py.m3u -       Alto Parana2https://iptv-org.github.io/iptv/subdivisions/py-10.m3u + ๐Ÿ‡ต๐Ÿ‡ผ Palau48https://iptv-org.github.io/iptv/countries/pw.m3u + ๐Ÿ‡ต๐Ÿ‡ธ Palestine99https://iptv-org.github.io/iptv/countries/ps.m3u + ๐Ÿ‡ต๐Ÿ‡ฆ Panama103https://iptv-org.github.io/iptv/countries/pa.m3u + ๐Ÿ‡ต๐Ÿ‡ฌ Papua New Guinea48https://iptv-org.github.io/iptv/countries/pg.m3u + ๐Ÿ‡ต๐Ÿ‡พ Paraguay115https://iptv-org.github.io/iptv/countries/py.m3u +       Alto Parana1https://iptv-org.github.io/iptv/subdivisions/py-10.m3u       Boqueron1https://iptv-org.github.io/iptv/subdivisions/py-19.m3u       Caaguazu1https://iptv-org.github.io/iptv/subdivisions/py-5.m3u       Central1https://iptv-org.github.io/iptv/subdivisions/py-11.m3u       Itapua1https://iptv-org.github.io/iptv/subdivisions/py-7.m3u       Presidente Hayes1https://iptv-org.github.io/iptv/subdivisions/py-15.m3u - ๐Ÿ‡ต๐Ÿ‡ช Peru249https://iptv-org.github.io/iptv/countries/pe.m3u + ๐Ÿ‡ต๐Ÿ‡ช Peru253https://iptv-org.github.io/iptv/countries/pe.m3u       Ancash1https://iptv-org.github.io/iptv/subdivisions/pe-anc.m3u -       Apurimac1https://iptv-org.github.io/iptv/subdivisions/pe-apu.m3u -       Arequipa2https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u +       Arequipa3https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u       Junin3https://iptv-org.github.io/iptv/subdivisions/pe-jun.m3u -       Moquegua2https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u +       Lima1https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u +       Moquegua1https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u       Piura2https://iptv-org.github.io/iptv/subdivisions/pe-piu.m3u - ๐Ÿ‡ต๐Ÿ‡ญ Philippines68https://iptv-org.github.io/iptv/countries/ph.m3u - ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands47https://iptv-org.github.io/iptv/countries/pn.m3u + ๐Ÿ‡ต๐Ÿ‡ญ Philippines65https://iptv-org.github.io/iptv/countries/ph.m3u + ๐Ÿ‡ต๐Ÿ‡ณ Pitcairn Islands48https://iptv-org.github.io/iptv/countries/pn.m3u ๐Ÿ‡ต๐Ÿ‡ฑ Poland93https://iptv-org.github.io/iptv/countries/pl.m3u - ๐Ÿ‡ต๐Ÿ‡น Portugal95https://iptv-org.github.io/iptv/countries/pt.m3u - ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico102https://iptv-org.github.io/iptv/countries/pr.m3u + ๐Ÿ‡ต๐Ÿ‡น Portugal94https://iptv-org.github.io/iptv/countries/pt.m3u + ๐Ÿ‡ต๐Ÿ‡ท Puerto Rico101https://iptv-org.github.io/iptv/countries/pr.m3u ๐Ÿ‡ถ๐Ÿ‡ฆ Qatar85https://iptv-org.github.io/iptv/countries/qa.m3u ๐Ÿ‡จ๐Ÿ‡ฌ Republic of the Congo50https://iptv-org.github.io/iptv/countries/cg.m3u - ๐Ÿ‡ท๐Ÿ‡ด Romania90https://iptv-org.github.io/iptv/countries/ro.m3u - ๐Ÿ‡ท๐Ÿ‡บ Russia401https://iptv-org.github.io/iptv/countries/ru.m3u + ๐Ÿ‡ท๐Ÿ‡ด Romania89https://iptv-org.github.io/iptv/countries/ro.m3u + ๐Ÿ‡ท๐Ÿ‡บ Russia386https://iptv-org.github.io/iptv/countries/ru.m3u ๐Ÿ‡ท๐Ÿ‡ผ Rwanda51https://iptv-org.github.io/iptv/countries/rw.m3u ๐Ÿ‡ท๐Ÿ‡ช Rรฉunion50https://iptv-org.github.io/iptv/countries/re.m3u ๐Ÿ‡ง๐Ÿ‡ฑ Saint Barthรฉlemy50https://iptv-org.github.io/iptv/countries/bl.m3u @@ -539,85 +542,84 @@ Same thing, but split up into separate files: ๐Ÿ‡ฒ๐Ÿ‡ซ Saint Martin50https://iptv-org.github.io/iptv/countries/mf.m3u ๐Ÿ‡ต๐Ÿ‡ฒ Saint Pierre and Miquelon46https://iptv-org.github.io/iptv/countries/pm.m3u ๐Ÿ‡ป๐Ÿ‡จ Saint Vincent and the Grenadines48https://iptv-org.github.io/iptv/countries/vc.m3u - ๐Ÿ‡ผ๐Ÿ‡ธ Samoa47https://iptv-org.github.io/iptv/countries/ws.m3u + ๐Ÿ‡ผ๐Ÿ‡ธ Samoa48https://iptv-org.github.io/iptv/countries/ws.m3u ๐Ÿ‡ธ๐Ÿ‡ฒ San Marino64https://iptv-org.github.io/iptv/countries/sm.m3u - ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia124https://iptv-org.github.io/iptv/countries/sa.m3u + ๐Ÿ‡ธ๐Ÿ‡ฆ Saudi Arabia123https://iptv-org.github.io/iptv/countries/sa.m3u ๐Ÿ‡ธ๐Ÿ‡ณ Senegal57https://iptv-org.github.io/iptv/countries/sn.m3u - ๐Ÿ‡ท๐Ÿ‡ธ Serbia103https://iptv-org.github.io/iptv/countries/rs.m3u + ๐Ÿ‡ท๐Ÿ‡ธ Serbia102https://iptv-org.github.io/iptv/countries/rs.m3u ๐Ÿ‡ธ๐Ÿ‡จ Seychelles49https://iptv-org.github.io/iptv/countries/sc.m3u ๐Ÿ‡ธ๐Ÿ‡ฑ Sierra Leone50https://iptv-org.github.io/iptv/countries/sl.m3u - ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore62https://iptv-org.github.io/iptv/countries/sg.m3u + ๐Ÿ‡ธ๐Ÿ‡ฌ Singapore60https://iptv-org.github.io/iptv/countries/sg.m3u ๐Ÿ‡ธ๐Ÿ‡ฝ Sint Maarten48https://iptv-org.github.io/iptv/countries/sx.m3u ๐Ÿ‡ธ๐Ÿ‡ฐ Slovakia82https://iptv-org.github.io/iptv/countries/sk.m3u ๐Ÿ‡ธ๐Ÿ‡ฎ Slovenia74https://iptv-org.github.io/iptv/countries/si.m3u - ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands47https://iptv-org.github.io/iptv/countries/sb.m3u + ๐Ÿ‡ธ๐Ÿ‡ง Solomon Islands48https://iptv-org.github.io/iptv/countries/sb.m3u ๐Ÿ‡ธ๐Ÿ‡ด Somalia80https://iptv-org.github.io/iptv/countries/so.m3u ๐Ÿ‡ฟ๐Ÿ‡ฆ South Africa50https://iptv-org.github.io/iptv/countries/za.m3u ๐Ÿ‡ฌ๐Ÿ‡ธ South Georgia and the South Sandwich Islands45https://iptv-org.github.io/iptv/countries/gs.m3u - ๐Ÿ‡ฐ๐Ÿ‡ท South Korea125https://iptv-org.github.io/iptv/countries/kr.m3u + ๐Ÿ‡ฐ๐Ÿ‡ท South Korea121https://iptv-org.github.io/iptv/countries/kr.m3u       Busan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-26.m3u       Chungcheongbuk-do2https://iptv-org.github.io/iptv/subdivisions/kr-43.m3u       Daegu-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u       Daejeon-gwangyeoksi1https://iptv-org.github.io/iptv/subdivisions/kr-30.m3u -       Gangwon-do1https://iptv-org.github.io/iptv/subdivisions/kr-42.m3u -       Jeju-teukbyeoljachido2https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u +       Jeju-teukbyeoljachido1https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u       Jeollabuk-do1https://iptv-org.github.io/iptv/subdivisions/kr-45.m3u       Jeollanam-do4https://iptv-org.github.io/iptv/subdivisions/kr-46.m3u       Ulsan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-31.m3u ๐Ÿ‡ธ๐Ÿ‡ธ South Sudan49https://iptv-org.github.io/iptv/countries/ss.m3u - ๐Ÿ‡ช๐Ÿ‡ธ Spain250https://iptv-org.github.io/iptv/countries/es.m3u + ๐Ÿ‡ช๐Ÿ‡ธ Spain247https://iptv-org.github.io/iptv/countries/es.m3u       Madrid, Comunidad de1https://iptv-org.github.io/iptv/subdivisions/es-md.m3u       Murcia, Region de1https://iptv-org.github.io/iptv/subdivisions/es-mc.m3u       Andalucia12https://iptv-org.github.io/iptv/subdivisions/es-an.m3u       Aragon1https://iptv-org.github.io/iptv/subdivisions/es-ar.m3u       Canarias2https://iptv-org.github.io/iptv/subdivisions/es-cn.m3u -       Castilla-La Mancha12https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u +       Castilla-La Mancha13https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u       Catalunya6https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u       Galicia1https://iptv-org.github.io/iptv/subdivisions/es-ga.m3u - ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka64https://iptv-org.github.io/iptv/countries/lk.m3u + ๐Ÿ‡ฑ๐Ÿ‡ฐ Sri Lanka67https://iptv-org.github.io/iptv/countries/lk.m3u ๐Ÿ‡ธ๐Ÿ‡ฉ Sudan83https://iptv-org.github.io/iptv/countries/sd.m3u ๐Ÿ‡ธ๐Ÿ‡ท Suriname45https://iptv-org.github.io/iptv/countries/sr.m3u ๐Ÿ‡ธ๐Ÿ‡ฏ Svalbard and Jan Mayen44https://iptv-org.github.io/iptv/countries/sj.m3u ๐Ÿ‡ธ๐Ÿ‡ฟ Swaziland49https://iptv-org.github.io/iptv/countries/sz.m3u ๐Ÿ‡ธ๐Ÿ‡ช Sweden106https://iptv-org.github.io/iptv/countries/se.m3u - ๐Ÿ‡จ๐Ÿ‡ญ Switzerland101https://iptv-org.github.io/iptv/countries/ch.m3u + ๐Ÿ‡จ๐Ÿ‡ญ Switzerland102https://iptv-org.github.io/iptv/countries/ch.m3u ๐Ÿ‡ธ๐Ÿ‡พ Syria91https://iptv-org.github.io/iptv/countries/sy.m3u ๐Ÿ‡ธ๐Ÿ‡น Sรฃo Tomรฉ and Prรญncipe49https://iptv-org.github.io/iptv/countries/st.m3u - ๐Ÿ‡น๐Ÿ‡ผ Taiwan110https://iptv-org.github.io/iptv/countries/tw.m3u + ๐Ÿ‡น๐Ÿ‡ผ Taiwan127https://iptv-org.github.io/iptv/countries/tw.m3u ๐Ÿ‡น๐Ÿ‡ฏ Tajikistan51https://iptv-org.github.io/iptv/countries/tj.m3u ๐Ÿ‡น๐Ÿ‡ฟ Tanzania51https://iptv-org.github.io/iptv/countries/tz.m3u - ๐Ÿ‡น๐Ÿ‡ญ Thailand93https://iptv-org.github.io/iptv/countries/th.m3u + ๐Ÿ‡น๐Ÿ‡ญ Thailand91https://iptv-org.github.io/iptv/countries/th.m3u ๐Ÿ‡น๐Ÿ‡ฌ Togo49https://iptv-org.github.io/iptv/countries/tg.m3u - ๐Ÿ‡น๐Ÿ‡ฐ Tokelau47https://iptv-org.github.io/iptv/countries/tk.m3u - ๐Ÿ‡น๐Ÿ‡ด Tonga47https://iptv-org.github.io/iptv/countries/to.m3u + ๐Ÿ‡น๐Ÿ‡ฐ Tokelau48https://iptv-org.github.io/iptv/countries/tk.m3u + ๐Ÿ‡น๐Ÿ‡ด Tonga48https://iptv-org.github.io/iptv/countries/to.m3u ๐Ÿ‡น๐Ÿ‡น Trinidad and Tobago49https://iptv-org.github.io/iptv/countries/tt.m3u ๐Ÿ‡น๐Ÿ‡ณ Tunisia89https://iptv-org.github.io/iptv/countries/tn.m3u ๐Ÿ‡น๐Ÿ‡ท Turkey203https://iptv-org.github.io/iptv/countries/tr.m3u ๐Ÿ‡น๐Ÿ‡ฒ Turkmenistan54https://iptv-org.github.io/iptv/countries/tm.m3u ๐Ÿ‡น๐Ÿ‡จ Turks and Caicos Islands48https://iptv-org.github.io/iptv/countries/tc.m3u - ๐Ÿ‡น๐Ÿ‡ป Tuvalu47https://iptv-org.github.io/iptv/countries/tv.m3u + ๐Ÿ‡น๐Ÿ‡ป Tuvalu48https://iptv-org.github.io/iptv/countries/tv.m3u ๐Ÿ‡บ๐Ÿ‡ฒ U.S. Minor Outlying Islands44https://iptv-org.github.io/iptv/countries/um.m3u ๐Ÿ‡ป๐Ÿ‡ฎ U.S. Virgin Islands48https://iptv-org.github.io/iptv/countries/vi.m3u ๐Ÿ‡บ๐Ÿ‡ฌ Uganda51https://iptv-org.github.io/iptv/countries/ug.m3u - ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine117https://iptv-org.github.io/iptv/countries/ua.m3u - ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates118https://iptv-org.github.io/iptv/countries/ae.m3u - ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom329https://iptv-org.github.io/iptv/countries/uk.m3u + ๐Ÿ‡บ๐Ÿ‡ฆ Ukraine118https://iptv-org.github.io/iptv/countries/ua.m3u + ๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates119https://iptv-org.github.io/iptv/countries/ae.m3u + ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom331https://iptv-org.github.io/iptv/countries/uk.m3u       Wales3https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u - ๐Ÿ‡บ๐Ÿ‡ธ United States1979https://iptv-org.github.io/iptv/countries/us.m3u + ๐Ÿ‡บ๐Ÿ‡ธ United States1980https://iptv-org.github.io/iptv/countries/us.m3u       Alabama4https://iptv-org.github.io/iptv/subdivisions/us-al.m3u       Alaska2https://iptv-org.github.io/iptv/subdivisions/us-ak.m3u -       Arizona10https://iptv-org.github.io/iptv/subdivisions/us-az.m3u +       Arizona11https://iptv-org.github.io/iptv/subdivisions/us-az.m3u       Arkansas6https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u -       California148https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u -       Colorado22https://iptv-org.github.io/iptv/subdivisions/us-co.m3u -       Connecticut27https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u -       Delaware6https://iptv-org.github.io/iptv/subdivisions/us-de.m3u +       California151https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u +       Colorado23https://iptv-org.github.io/iptv/subdivisions/us-co.m3u +       Connecticut26https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u +       Delaware7https://iptv-org.github.io/iptv/subdivisions/us-de.m3u       District of Columbia7https://iptv-org.github.io/iptv/subdivisions/us-dc.m3u -       Florida43https://iptv-org.github.io/iptv/subdivisions/us-fl.m3u +       Florida44https://iptv-org.github.io/iptv/subdivisions/us-fl.m3u       Georgia11https://iptv-org.github.io/iptv/subdivisions/us-ga.m3u       Hawaii6https://iptv-org.github.io/iptv/subdivisions/us-hi.m3u       Idaho2https://iptv-org.github.io/iptv/subdivisions/us-id.m3u -       Illinois11https://iptv-org.github.io/iptv/subdivisions/us-il.m3u +       Illinois10https://iptv-org.github.io/iptv/subdivisions/us-il.m3u       Indiana8https://iptv-org.github.io/iptv/subdivisions/us-in.m3u       Iowa5https://iptv-org.github.io/iptv/subdivisions/us-ia.m3u       Kansas4https://iptv-org.github.io/iptv/subdivisions/us-ks.m3u @@ -634,15 +636,15 @@ Same thing, but split up into separate files:       Nebraska3https://iptv-org.github.io/iptv/subdivisions/us-ne.m3u       Nevada3https://iptv-org.github.io/iptv/subdivisions/us-nv.m3u       New Hampshire2https://iptv-org.github.io/iptv/subdivisions/us-nh.m3u -       New Jersey21https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u +       New Jersey20https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u       New Mexico4https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u -       New York47https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u +       New York45https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u       North Carolina6https://iptv-org.github.io/iptv/subdivisions/us-nc.m3u       North Dakota4https://iptv-org.github.io/iptv/subdivisions/us-nd.m3u       Ohio13https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u       Oklahoma3https://iptv-org.github.io/iptv/subdivisions/us-ok.m3u       Oregon3https://iptv-org.github.io/iptv/subdivisions/us-or.m3u -       Pennsylvania25https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u +       Pennsylvania26https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u       Puerto Rico2https://iptv-org.github.io/iptv/subdivisions/us-pr.m3u       Rhode Island1https://iptv-org.github.io/iptv/subdivisions/us-ri.m3u       South Carolina2https://iptv-org.github.io/iptv/subdivisions/us-sc.m3u @@ -657,13 +659,13 @@ Same thing, but split up into separate files:       Wyoming1https://iptv-org.github.io/iptv/subdivisions/us-wy.m3u ๐Ÿ‡บ๐Ÿ‡พ Uruguay96https://iptv-org.github.io/iptv/countries/uy.m3u ๐Ÿ‡บ๐Ÿ‡ฟ Uzbekistan51https://iptv-org.github.io/iptv/countries/uz.m3u - ๐Ÿ‡ป๐Ÿ‡บ Vanuatu47https://iptv-org.github.io/iptv/countries/vu.m3u + ๐Ÿ‡ป๐Ÿ‡บ Vanuatu48https://iptv-org.github.io/iptv/countries/vu.m3u ๐Ÿ‡ป๐Ÿ‡ฆ Vatican City63https://iptv-org.github.io/iptv/countries/va.m3u - ๐Ÿ‡ป๐Ÿ‡ช Venezuela113https://iptv-org.github.io/iptv/countries/ve.m3u - ๐Ÿ‡ป๐Ÿ‡ณ Vietnam109https://iptv-org.github.io/iptv/countries/vn.m3u - ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna47https://iptv-org.github.io/iptv/countries/wf.m3u + ๐Ÿ‡ป๐Ÿ‡ช Venezuela111https://iptv-org.github.io/iptv/countries/ve.m3u + ๐Ÿ‡ป๐Ÿ‡ณ Vietnam107https://iptv-org.github.io/iptv/countries/vn.m3u + ๐Ÿ‡ผ๐Ÿ‡ซ Wallis and Futuna48https://iptv-org.github.io/iptv/countries/wf.m3u ๐Ÿ‡ช๐Ÿ‡ญ Western Sahara54https://iptv-org.github.io/iptv/countries/eh.m3u - ๐Ÿ‡พ๐Ÿ‡ช Yemen91https://iptv-org.github.io/iptv/countries/ye.m3u + ๐Ÿ‡พ๐Ÿ‡ช Yemen90https://iptv-org.github.io/iptv/countries/ye.m3u ๐Ÿ‡ฟ๐Ÿ‡ฒ Zambia49https://iptv-org.github.io/iptv/countries/zm.m3u ๐Ÿ‡ฟ๐Ÿ‡ผ Zimbabwe49https://iptv-org.github.io/iptv/countries/zw.m3u ๐Ÿ‡ฆ๐Ÿ‡ฝ ร…land44https://iptv-org.github.io/iptv/countries/ax.m3u @@ -693,31 +695,31 @@ Same thing, but split up into separate files: Africa143https://iptv-org.github.io/iptv/regions/afr.m3u - Americas3020https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1768https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world316https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations336https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2528https://iptv-org.github.io/iptv/regions/asia.m3u - Caribbean110https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia29https://iptv-org.github.io/iptv/regions/cas.m3u - Central America110https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States425https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2709https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2303https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America856https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean987https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America974https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb59https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa524https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East476https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America2033https://iptv-org.github.io/iptv/regions/nam.m3u - North America2324https://iptv-org.github.io/iptv/regions/noram.m3u + Americas3038https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1785https://iptv-org.github.io/iptv/regions/apac.m3u + Arab world319https://iptv-org.github.io/iptv/regions/arab.m3u + Association of Southeast Asian Nations334https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2541https://iptv-org.github.io/iptv/regions/asia.m3u + Caribbean115https://iptv-org.github.io/iptv/regions/carib.m3u + Central Asia33https://iptv-org.github.io/iptv/regions/cas.m3u + Central America108https://iptv-org.github.io/iptv/regions/cenamer.m3u + Commonwealth of Independent States414https://iptv-org.github.io/iptv/regions/cis.m3u + Europe, the Middle East and Africa2698https://iptv-org.github.io/iptv/regions/emea.m3u + Europe2287https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America866https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean1003https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America989https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb60https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa530https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East482https://iptv-org.github.io/iptv/regions/mideast.m3u + Northern America2034https://iptv-org.github.io/iptv/regions/nam.m3u + North America2335https://iptv-org.github.io/iptv/regions/noram.m3u Nordics92https://iptv-org.github.io/iptv/regions/nord.m3u Oceania96https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia259https://iptv-org.github.io/iptv/regions/sas.m3u - South America699https://iptv-org.github.io/iptv/regions/southam.m3u + South Asia264https://iptv-org.github.io/iptv/regions/sas.m3u + South America706https://iptv-org.github.io/iptv/regions/southam.m3u Sub-Saharan Africa70https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa35https://iptv-org.github.io/iptv/regions/wafr.m3u + West Africa36https://iptv-org.github.io/iptv/regions/wafr.m3u @@ -743,6 +745,10 @@ Links to other useful IPTV-related resources can be found in the [iptv-org/aweso If you have a question or an idea, you can post it in the [Discussions](https://github.com/iptv-org/iptv/discussions) tab. +## FAQ + +The answers to the most popular questions can be found in the [FAQ.md](FAQ.md) file. + ## Contribution Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending an issue or making a pull request. diff --git a/streams/ae.m3u b/streams/ae.m3u index 4225f40aa..ec8929c30 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -18,19 +18,19 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlArabiya/live #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) -https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) https://mn-nl.mncdn.com/alarabiya_live_channel/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) https://shls-alarabiya-prod-dub.shahid.net/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 +#EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) +https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlHadath/live #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Arabiya Al Hadath (1080p) [Not 24/7] https://av.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) [Not 24/7] https://live.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) https://shls-hadath-prod-dub.shahid.net/out/v1/0e1a306399c346faac4226aa0858f99b/index.m3u8 -#EXTINF:-1 tvg-id="AlHadath.ae" status="timeout",Al Hadath TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlHadath/live #EXTINF:-1 tvg-id="AlQamarTV.ae" status="online",Al Qamar TV (360p) https://cdn5.iqsat.net/iq/8c17d37e0f5c88b1e9c7e1f8f82bc980.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AlSharqiyaMinKabla.ae" status="online",Al Sharqiya Min Kabla (1080p) @@ -137,7 +137,7 @@ https://stream.skynewsarabia.com/hls/sna.m3u8 https://stream.skynewsarabia.com/vertical/vertical.m3u8 #EXTINF:-1 tvg-id="Takhayl.ae" status="online",Takhayl (1080p) https://b832176c1c21d511e9ec3dc1df5d4cad.4gfbw5.channel-assembly.mediatailor.eu-west-1.amazonaws.com/v1/channel/shahid-media-prod-channel-assembly-1/index.m3u8 -#EXTINF:-1 tvg-id="TowheedTV.ae" status="error",Towheed TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TowheedTV.ae" status="online",Towheed TV (720p) [Not 24/7] http://avrstream.com:1935/live/towheedtv/playlist.m3u8 #EXTINF:-1 tvg-id="Wanasah.ae" status="online",Wanasah (1080p) https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index b8b5670f9..8bea5ecba 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -5,13 +5,13 @@ http://ott-cdn.ucom.am/s6/index.m3u8 #EXTINF:-1 tvg-id="21TV.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",21TV (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/s10/index.m3u8 -#EXTINF:-1 tvg-id="ArmeniaHayKino.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) +#EXTINF:-1 tvg-id="ArmeniaHayKino.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) #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/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="ArmeniaKomedi.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="ArmeniaKomedi.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/s32/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaPremium.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Premium (1080p) @@ -47,7 +47,7 @@ http://ott-cdn.ucom.am/s94/index.m3u8 #EXTINF:-1 tvg-id="ATVTavaTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ินีกีพีก TV (480p) #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/s53/index.m3u8 -#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) +#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) #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="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) diff --git a/streams/ar.m3u b/streams/ar.m3u index 9c0479885..f23512f3b 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -12,7 +12,7 @@ https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 https://g1.vxral-hor.transport.edge-access.net/a15/ngrp:a24-100056_all/a24-100056.m3u8 #EXTINF:-1 tvg-id="A24HD.ar" status="online",A24 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCR9120YBAqMfntqgRTKmkjQ/live -#EXTINF:-1 tvg-id="AcequiaTV.ar" status="error",Acequia TV +#EXTINF:-1 tvg-id="AcequiaTV.ar" status="online",Acequia TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrYFBjFOP_zlFzsif9XDhgw/live #EXTINF:-1 tvg-id="AiredeSantaFe.ar" status="online",Aire de Santa Fe https://sc1.stweb.tv/airedigital/live/playlist.m3u8 @@ -45,7 +45,7 @@ https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 https://videostream.shockmedia.com.ar:19360/tvnoficial/tvnoficial.m3u8 #EXTINF:-1 tvg-id="Canal2HD.ar" status="online",Canal 2 Jujuy (720p) [Not 24/7] https://api.new.livestream.com/accounts/679322/events/3782013/live.m3u8 -#EXTINF:-1 tvg-id="Canal2Perico.ar" status="error",Canal 2 Perico (480p) +#EXTINF:-1 tvg-id="Canal2Perico.ar" status="online",Canal 2 Perico (480p) https://streamcasthd.com:1936/tecnovisioncanal2tv/tecnovisioncanal2tv/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2Salta.ar" status="online",Canal 2 (Salta) https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 @@ -53,7 +53,7 @@ https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 https://stmvideo1.livecastv.com/canal2/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3LasHeras.ar" status="online",Canal 3 Las Heras (720p) https://stream.arcast.com.ar/canal3/canal3/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="online",CN3 Pinamar (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",CN3 Pinamar (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3Rosario.ar" status="online",Canal 3 Rosario (704p) [Geo-blocked] https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 @@ -71,7 +71,7 @@ https://iptv.ixfo.com.ar:30443/live/C4POS/playlist.m3u8 http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5SantaFe.ar" status="error",C5 Santa Fรฉ (240p) +#EXTINF:-1 tvg-id="Canal5SantaFe.ar" status="online",C5 Santa Fรฉ (240p) https://stream.arcast.com.ar/c5sf/c5sf/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="online",Canal 5 (Tucumรกn) [Not 24/7] https://videohd.live:19360/8090/8090.m3u8 @@ -93,7 +93,7 @@ https://stream.arcast.live/ahora/ahora/playlist.m3u8 https://panel.dattalive.com/8250/8250/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9RioCuarto.ar" status="online",Canal 9 Rรญo Cuarto https://streamcasthd.com:1936/canal9riocuartotv/canal9riocuartotv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9Televida.ar" status="error",Canal 9 Televida (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal9Televida.ar" status="online",Canal 9 Televida (720p) [Not 24/7] https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10Nortevision.ar" status="online",Canal10 Nortevision https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8 @@ -105,11 +105,11 @@ https://panel.dattalive.com/8204/8204/playlist.m3u8 http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12Web.ar" status="online",Canal 12 Puerto Madryn (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/madryntv/madryntv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal13LaRioja.ar" status="error",Canal 13 La Rioja (480p) +#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="Canal13SanLuis.ar" status="online",Canal 13 San Luis https://stream.arcast.live/sanluistv/ngrp:sanluistv_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal20VillaMaria.ar" status="online",C20 Canal 20 Villa Marรญa (720p) +#EXTINF:-1 tvg-id="Canal20VillaMaria.ar" status="error",C20 Canal 20 Villa Marรญa (720p) https://cronos.aldeaglobal.net.ar/hls/canal20.m3u8 #EXTINF:-1 tvg-id="Canal21TV.ar" status="online",Canal 21 TV https://iptv.ixfo.com.ar:30443/c21tv/hd/c21tv/playlist.m3u8 @@ -119,10 +119,10 @@ https://5f700d5b2c46f.streamlock.net/canal22/canal22/playlist.m3u8 http://200.115.193.177/live/26hd-720/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) -https://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 (720p) +https://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal50Morteros.ar" status="online",Canal 50 (Morteros) https://coopmorteros.online/canal50/vivo.m3u8 #EXTINF:-1 tvg-id="Canal79MardelPlata.ar" status="online",Canal 79 (Mar del Plata) @@ -138,12 +138,12 @@ https://panel.dattalive.com/8138/8138/playlist.m3u8 #EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="online" user-agent="iPhone",Canal de la Ciudad (720p) #EXTVLCOPT:http-user-agent=iPhone https://g5.proy-hor.transport.edge-access.net/a08/ngrp:gcba_video4-100042_all/Playlist.m3u8?sense=true -#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) -#EXTVLCOPT:http-user-agent=iPhone -https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 #EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true +#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) +#EXTVLCOPT:http-user-agent=iPhone +https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 #EXTINF:-1 tvg-id="CanalOrbe21.ar" status="online",Canal Orbe 21 https://cdn2.zencast.tv:30443/orbe/orbe21smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalProvincial.ar" status="online",Canal Provincial (360p) @@ -158,7 +158,7 @@ https://5e7cdf2370883.streamlock.net/tdconline/tdconline/playlist.m3u8 https://stream.arcast.live/canalu/canalu/playlist.m3u8 #EXTINF:-1 tvg-id="CanalXFN.ar" status="online",Canal XFN https://streamconex.com:1936/canalxfn/canalxfn/playlist.m3u8 -#EXTINF:-1 tvg-id="CatamarcaTV.ar" status="error",Catamarca TV [Not 24/7] +#EXTINF:-1 tvg-id="CatamarcaTV.ar" status="online",Catamarca TV [Not 24/7] https://stream.arcast.com.ar/canal7catamarca/ngrp:canal7catamarca_all/playlist.m3u8 #EXTINF:-1 tvg-id="CeltaTV.ar" status="online",Celta TV https://vivo.solumedia.com:19360/celta/celta.m3u8 @@ -184,7 +184,7 @@ https://stream.arcast.live/cpe/ngrp:cpe_all/playlist.m3u8 https://vivo.solumedia.com:19360/crossing/crossing.m3u8 #EXTINF:-1 tvg-id="CVisionTV.ar" status="online",CVisiรณn TV (720p) https://stream.cvisiontv.com/cvision_stream.m3u8 -#EXTINF:-1 tvg-id="DeporTV.ar" status="timeout",DeporTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DeporTV.ar" status="error",DeporTV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSmh3DFxBwFurMttT60PQ1g/live #EXTINF:-1 tvg-id="DiputadosTV.ar" status="online",Diputados TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC1h8_HKc5wScqeRw1HV6a6w/live @@ -210,7 +210,7 @@ https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 https://inliveserver.com:1936/14056/14056/playlist.m3u8 #EXTINF:-1 tvg-id="InformacionPeriodistica.ar" status="online",Informacion Periodรญstica (1080p) https://d1nmqgphjn0y4.cloudfront.net/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 -#EXTINF:-1 tvg-id="IngenioFM.ar" status="online",Ingenio FM +#EXTINF:-1 tvg-id="IngenioFM.ar" status="error",Ingenio FM https://panel.dattalive.com/8064/8064/playlist.m3u8 #EXTINF:-1 tvg-id="IPNoticias.ar" status="online",Informaciรณn Periodรญstica (1080p) https://octubre-live.cdn.vustreams.com/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 @@ -302,7 +302,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://streamspub.manasat.com:1935/tvar/tvmanaar2/playlist.m3u8 #EXTINF:-1 tvg-id="TVPublica.ar" status="online",TV Pรบblica (TVP) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCs231K71Bnu5295_x0MB5Pg/live -#EXTINF:-1 tvg-id="TVSolidaria.ar" status="error",TV Solidaria +#EXTINF:-1 tvg-id="TVSolidaria.ar" status="online",TV Solidaria https://canadaremar2.todostreaming.es/live/argentina-web.m3u8 #EXTINF:-1 tvg-id="TVUniversidad.ar" status="online",TVU Universidad Nacional de La Plata (720p) [Not 24/7] https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8 @@ -316,9 +316,9 @@ https://5f700d5b2c46f.streamlock.net/uniriotv/uniriotv/playlist.m3u8 https://vivo.solumedia.com:19360/uniteve/uniteve.m3u8 #EXTINF:-1 tvg-id="UrbanaTeVe.ar" status="online",Urbana TeVe https://cdnhd.iblups.com/hls/DD3nXkAkWk.m3u8 -#EXTINF:-1 tvg-id="UTNTV.ar" status="online",UTN TV (720p) +#EXTINF:-1 tvg-id="UTNTV.ar" status="error",UTN TV (720p) https://stream.arcast.com.ar/utntv/utntv/playlist.m3u8 -#EXTINF:-1 tvg-id="VillaManteroTV.ar" status="online",Villa Mantero TV (480p) +#EXTINF:-1 tvg-id="VillaManteroTV.ar" status="error",Villa Mantero TV (480p) https://c859-200-114-182-149.sa.ngrok.io/hls/stream.m3u8 #EXTINF:-1 tvg-id="Vorterix.ar" status="online",Vorterix (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvCTWHCbBC0b9UIeLeNs8ug/live diff --git a/streams/au.m3u b/streams/au.m3u index 23acd62a5..1616c312b 100644 --- a/streams/au.m3u +++ b/streams/au.m3u @@ -23,7 +23,7 @@ https://c.mjh.nz/101002810281 https://c.mjh.nz/abc2 #EXTINF:-1 tvg-id="AusbizTV.au" status="online",ausbiz TV (720p) [Geo-blocked] https://d9quh89lh7dtw.cloudfront.net/public-output/index.m3u8 -#EXTINF:-1 tvg-id="AusTamilTV.au" status="online",Aus Tamil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AusTamilTV.au" status="error",Aus Tamil (720p) [Not 24/7] https://bk7l2pn7dx53-hls-live.5centscdn.com/austamil/fe01ce2a7fbac8fafaed7c982a04e229.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="C31Melbourne.au" status="online",C31 Melbourne (240p) https://d1k6kax80wecy5.cloudfront.net/RLnAKY/index.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index c46d8b7fc..9e9595a78 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -13,7 +13,7 @@ https://stream.rtvze.ba/live/123/123.m3u8 https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="error",TV Slon Extra (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RTVSLON/live #EXTINF:-1 tvg-id="" status="online",Glas Drine http://glasdrine.cutuk.net:8081/433ssdsw/GlasDrineSD/playlist.m3u8 @@ -23,5 +23,5 @@ http://webtvstream.bhtelecom.ba/malta.m3u8 https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Super TV Media https://mirtv.club/live/mirtv/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",ะ ะขะ ะก (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",ะ ะขะ ะก (576p) [Geo-blocked] https://parh.rtrs.tv/tv/live/playlist.m3u8 diff --git a/streams/bd.m3u b/streams/bd.m3u index f132bd928..dacd2c886 100644 --- a/streams/bd.m3u +++ b/streams/bd.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="ChannelT1.bd" status="online",Channel T1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ChannelT1.bd" status="error",Channel T1 (720p) [Not 24/7] http://irbtv.net/channelt1/1080/index.m3u8 #EXTINF:-1 tvg-id="EkusheyTV.bd" status="online",Ekushey TV (480p) https://ekusheyserver.com/etvlivesn.m3u8 -#EXTINF:-1 tvg-id="RTV.bd" status="online",RTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTV.bd" status="error",RTV (720p) [Not 24/7] https://stream.cstfctg.com/rtvonline/rtv2021.stream/playlist.m3u8 diff --git a/streams/bd_jagobd.m3u b/streams/bd_jagobd.m3u index 835b23a96..14bb5e590 100644 --- a/streams/bd_jagobd.m3u +++ b/streams/bd_jagobd.m3u @@ -35,7 +35,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/ntvuk00332211.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RTV.bd" status="online",RTV (1080p) https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/rtv-sg.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SATV.bd" status="error",SATV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SATV.bd" status="online",SATV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/satvoff5666.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="online",Somoy News TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/somoyt000011226615544544.stream/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index 0df8fc0e9..45bd09564 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -3,9 +3,9 @@ https://59959724487e3.streamlock.net/stream/live/playlist.m3u8 #EXTINF:-1 tvg-id="CityMusicTV.be" status="online",City Music TV (720p) https://5592f056abba8.streamlock.net/citytv/citytv/playlist.m3u8 -#EXTINF:-1 tvg-id="EbS.be" status="timeout",EbS Live (Europe by Satellite) (1080p) +#EXTINF:-1 tvg-id="EbS.be" status="online",EbS Live (Europe by Satellite) (1080p) https://euc-live.fl.freecaster.net/live/eucom/ebs.m3u8 -#EXTINF:-1 tvg-id="EbSPlus.be" status="timeout",EbS+ Live (Europe by Satellite) (1080p) +#EXTINF:-1 tvg-id="EbSPlus.be" status="online",EbS+ Live (Europe by Satellite) (1080p) https://euc-live.fl.freecaster.net/live/eucom/ebsp.m3u8 #EXTINF:-1 tvg-id="KetnetJunior.be" status="online",Ketnet Junior (720p) https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.m3u8 @@ -21,7 +21,7 @@ https://dpp-streamlive-plain.medialaancdn.be/qmusic/plain/hls.m3u8 http://highvolume04.streampartner.nl/radiopros/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioPROS.be" status="online",Radio PROS (720p) [Not 24/7] https://558bd16067b67.streamlock.net/radiopros/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",MaTele (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",MaTele (1080p) [Not 24/7] https://live.matele.be/hls/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ROB TV (1080p) [Not 24/7] https://api.new.livestream.com/accounts/27755193/events/8462344/live.m3u8 diff --git a/streams/bf.m3u b/streams/bf.m3u index d49385acc..c9709b912 100644 --- a/streams/bf.m3u +++ b/streams/bf.m3u @@ -3,5 +3,5 @@ https://547f72e6652371c3.mediapackage.us-east-1.amazonaws.com/out/v1/7e66f389bec3463dac81e8d55e680431/index.m3u8 #EXTINF:-1 tvg-id="ImpactTV.bf" status="online",Impact TV (360p) https://edge.vedge.infomaniak.com/livecast/ik:impacttv_1/manifest.m3u8 -#EXTINF:-1 tvg-id="RTB.bf" status="error",RTB (360p) [Not 24/7] +#EXTINF:-1 tvg-id="RTB.bf" status="online",RTB (360p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:rtbtvlive1/manifest.m3u8 diff --git a/streams/bh.m3u b/streams/bh.m3u index 62bdd938f..903cfa287 100644 --- a/streams/bh.m3u +++ b/streams/bh.m3u @@ -1,17 +1,17 @@ #EXTM3U #EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] +https://5c7b683162943.streamlock.net/live/ngrp:bahraininternational_all/playlist.m3u8 +#EXTINF:-1 tvg-id="BahrainInternational.bh" status="error",Bahrain International (720p) [Not 24/7] http://185.105.4.106:1935/live/Bahrain+International/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainInternational.bh" status="error",Bahrain International (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+International_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainInternational.bh" status="online",Bahrain International (720p) [Not 24/7] -https://5c7b683162943.streamlock.net/live/ngrp:bahraininternational_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainQuran.bh" status="online",Bahrain Quran (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahrainquran_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainSports1.bh" status="online",Bahrain Sports 1 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:sportsone_all/playlist.m3u8 #EXTINF:-1 tvg-id="BahrainSports2.bh" status="online",Bahrain Sports 2 (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:bahrainsportstwo_all/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainTV.bh" status="online",Bahrain TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainTV.bh" status="error",Bahrain TV (720p) [Not 24/7] http://185.105.4.106:1935/live/Bahrain+TV/playlist.m3u8 -#EXTINF:-1 tvg-id="BahrainTV.bh" status="online",Bahrain TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BahrainTV.bh" status="error",Bahrain TV (720p) [Not 24/7] https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+TV_all/playlist.m3u8 diff --git a/streams/bj.m3u b/streams/bj.m3u index 5a5911c05..51343d5bf 100644 --- a/streams/bj.m3u +++ b/streams/bj.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="Etele.bj" status="timeout",Etรฉlรฉ (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Etele.bj" status="online",Etรฉlรฉ (360p) [Not 24/7] https://livetvsteam.com:1936/etelebenin/etelebenin/playlist.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index 376b50c07..e5e879841 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -9,11 +9,11 @@ https://video1.getstreamhosting.com:1936/8224/8224/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/boliviatv2/videoboliviatv2/playlist.m3u8 #EXTINF:-1 tvg-id="BoliviaTV.bo" status="online",Bolivia TV (720p) [Not 24/7] http://boliviatv1.srfms.com:5735/live/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="BoPlusTV.bo" status="online",Bo Plus TV +#EXTINF:-1 tvg-id="BoPlusTV.bo" status="error",Bo Plus TV https://servilive.com:3342/live/boplustvlive.m3u8 #EXTINF:-1 tvg-id="ContactoBolivia.bo" status="online",Contacto Bolivia https://streannlivecontactobolivia.cachefly.net/contactobolivia1/contactobolivia1/playlist.m3u8 -#EXTINF:-1 tvg-id="CTVCanal38.bo" status="timeout",CTV Canal 38 Digital (Viacha) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="CTVCanal38.bo" status="error",CTV Canal 38 Digital (Viacha) (480p) [Not 24/7] https://media2.cdnlayer.biz:8081/8026/index.m3u8 #EXTINF:-1 tvg-id="DTPlay.bo" status="online",DT Play (Deporte Total) (720p) [Not 24/7] https://tv.portalexpress.es:3044/live/dtplaylive.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index f0cee24f8..d1b0a8adb 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -36,15 +36,15 @@ https://arkyvbre1g.zoeweb.tv/fiocruz/fiocruz/playlist.m3u8 https://video01.logicahost.com.br/canaltvrio/canaltvrio/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonitoBrazil.br" status="online",Cartoonito (Portuguese) https://playout.cdn.cartoonnetwork.com.br/playout_03/playlist.m3u8 -#EXTINF:-1 tvg-id="CartoonNetworkBrazil.br" status="online",Cartoon Network (Spanish) -https://playout.cdn.cartoonnetwork.com.br/playout_02/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkBrazil.br" status="online",Cartoon Network (Portuguese) https://playout.cdn.cartoonnetwork.com.br/playout_01/playlist.m3u8 -#EXTINF:-1 tvg-id="Catve2.br" status="timeout",Catve2 (720p) +#EXTINF:-1 tvg-id="CartoonNetworkBrazil.br" status="online",Cartoon Network (Spanish) +https://playout.cdn.cartoonnetwork.com.br/playout_02/playlist.m3u8 +#EXTINF:-1 tvg-id="Catve2.br" status="online",Catve2 (720p) https://5b33b873179a2.streamlock.net:1443/catve2/catve2/playlist.m3u8 -#EXTINF:-1 tvg-id="CatveFM.br" status="timeout",Catve FM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CatveFM.br" status="online",Catve FM (720p) [Not 24/7] https://5b33b873179a2.streamlock.net:1443/radiocamera/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="CatveMasterTV.br" status="timeout",Catve Master TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CatveMasterTV.br" status="online",Catve Master TV (720p) [Not 24/7] https://5b33b873179a2.streamlock.net:1443/mastertv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="CBNRio.br" status="online",CBN Rio (720p) https://medias.sgr.globo.com/hls/vCBNRJ/vCBNRJ.m3u8 @@ -56,7 +56,7 @@ https://cdn-centraltv-11366.ciclano.io:1443/centraltv-11366/centraltv-11366/play https://596639ebdd89b.streamlock.net/8032/8032/playlist.m3u8 #EXTINF:-1 tvg-id="CulturaPara.br" status="timeout",Cultura Parรก (480p) [Not 24/7] http://str.portalcultura.com.br/funtelpa/tv_funtelpa/live.m3u8 -#EXTINF:-1 tvg-id="FonteTV.br" status="error",Fonte TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="FonteTV.br" status="online",Fonte TV (1080p) [Not 24/7] http://flash.softhost.com.br:1935/fonte/fontetv/live.m3u8 #EXTINF:-1 tvg-id="Futura.br" status="online",Futura (540p) [Not 24/7] https://tv.unisc.br/hls/test.m3u8 @@ -114,16 +114,16 @@ https://d1s664t39qub1o.cloudfront.net/live/cnt-londrina_360p614k/index.m3u8 https://d1s664t39qub1o.cloudfront.net/live/cnt-manaus_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTPortoAlegre.br" status="online",Rede CNT Porto Alegre (360p) https://d1s664t39qub1o.cloudfront.net/live/cnt-caxias_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTRioBranco.br" status="online",Rede CNT Rio Branco (360p) +#EXTINF:-1 tvg-id="RedeCNTRioBranco.br" status="error",Rede CNT Rio Branco (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-riobranco_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTRiodeJaneiro.br" status="online",Rede CNT Rio de Janiero (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-rio_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTSalvador.br" status="online",Rede CNT Salvador (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-salvador_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT (Sรฃo Paulo) (360p) [Not 24/7] -https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8 #EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT Sao Paulo (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana_360p614k/index.m3u8 +#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT (Sรฃo Paulo) (360p) [Not 24/7] +https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8 #EXTINF:-1 tvg-id="RedeFamilia.br" status="online",Rede Famรญlia (720p) [Not 24/7] https://5a1c76baf08c0.streamlock.net/familia/smil:familia.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RedeGospel.br" status="online",Rede Gospel (720p) [Not 24/7] @@ -140,7 +140,7 @@ https://v4-slbps-sambavideos.akamaized.net/live/3282,8114,ec4b5a296d97fa99bf9906 http://tv02.logicahost.com.br:1935/rederc/rederc/live.m3u8 #EXTINF:-1 tvg-id="RedeSeculo21.br" status="online",Rede Sรฉculo 21 (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-10024/ngrp:LVW10024_H3QLdAY6kx_all/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeSuper.br" status="error",Rede Super (432p) +#EXTINF:-1 tvg-id="RedeSuper.br" status="online",Rede Super (432p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/10205943 #EXTINF:-1 tvg-id="RedeTV.br" status="online",RedeTV! Tocantins (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/redetvro/_definst_/redetvro/playlist.m3u8 @@ -164,15 +164,15 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7] https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) +#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p) https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAparecida.br" status="online",TV Aparecida (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8 -#EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) -http://tv02.logicahost.com.br:1935/tvdigitalbirigui/tvdigitalbirigui/live.m3u8 #EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (640p) https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) +http://tv02.logicahost.com.br:1935/tvdigitalbirigui/tvdigitalbirigui/live.m3u8 +#EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBNO.br" status="online",TV BNO (270p) [Not 24/7] http://tv02.logicahost.com.br:1935/bonner/bonner/live.m3u8 @@ -186,14 +186,14 @@ https://59f1cbe63db89.streamlock.net:1443/tvcidade/tvcidade/playlist.m3u8 https://video01.kshost.com.br:4443/inside2133/inside2133/playlist.m3u8 #EXTINF:-1 tvg-id="TVCinec.br" status="online",TV Cinec (240p) [Not 24/7] http://tv01.logicahost.com.br:1935/tvcinec/tvcinec/live.m3u8 -#EXTINF:-1 tvg-id="TVCulturaNacional.br" status="timeout",Cultura PR Catve (720p) +#EXTINF:-1 tvg-id="TVCulturaNacional.br" status="online",Cultura PR Catve (720p) http://wowza4.catve.com.br:1935/live/livestream/media.m3u8 #EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p) +https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.m3u8 +#EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p) http://tv02.logicahost.com.br:1935/pascoal/pascoal/live.m3u8 #EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (320p) https://59f2354c05961.streamlock.net:1443/pascoal/pascoal/playlist.m3u8 -#EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p) -https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.m3u8 #EXTINF:-1 tvg-id="TVDiariodoSertao.br" status="online",TV Diรกrio do Sertรฃo (720p) http://painelvj.com.br:1935/pdsertaotv/pdsertaotv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVE.br" status="online",TVE RS (1080p) [Not 24/7] @@ -234,9 +234,9 @@ http://cdn.tvmatic.net/fight.m3u8 http://cdn.tvmatic.net/funny.m3u8 #EXTINF:-1 tvg-id="TVMaticTikTok.br" status="timeout",TVMatic TikTok (720p) http://cdn.tvmatic.net/tiktok.m3u8 -#EXTINF:-1 tvg-id="TVMAX.br" status="online",TV Max +#EXTINF:-1 tvg-id="TVMAX.br" status="error",TV Max https://59f1cbe63db89.streamlock.net:1443/tvmax/tvmax/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMetropole.br" status="error",TV Metropole (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMetropole.br" status="online",TV Metropole (720p) [Not 24/7] https://cdn-fundacao-2110.ciclano.io:1443/fundacao-2110/fundacao-2110/playlist.m3u8 #EXTINF:-1 tvg-id="TVMon.br" status="online",TV Mon (720p) https://srv1.zcast.com.br/tvmon/tvmon/playlist.m3u8 @@ -254,9 +254,9 @@ https://59f1cbe63db89.streamlock.net:1443/tvpampa/tvpampa/playlist.m3u8 https://5e837408ea907.streamlock.net:1936/tvpantanalms/tvpantanalms/playlist.m3u8 #EXTINF:-1 tvg-id="TVParanaTurismo.br" status="online",TV Paranรก Turismo (720p) [Not 24/7] http://200.189.113.201/hls/tve.m3u8 -#EXTINF:-1 tvg-id="TVPocos.br" status="error",TV Poรงos (192p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPocos.br" status="online",TV Poรงos (192p) [Not 24/7] http://rtmp.cdn.upx.net.br/00084/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSantaCruz.br" status="online",TV Santa Cruz (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSantaCruz.br" status="error",TV Santa Cruz (720p) [Not 24/7] https://rtmp.info/tvsantacruz/envivo/playlist.m3u8 #EXTINF:-1 tvg-id="TVSolComunidade.br" status="online",TV Sol Comunidade (480p) [Not 24/7] http://streaming03.zas.media:1935/tvsol/tvsol/playlist.m3u8 @@ -275,7 +275,7 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg #EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",BM&C [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",BM&C [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoja0MNI4SIvXqJR3szbSfw/live #EXTINF:-1 tvg-id="" status="online",Cartoonito (Spanish) https://playout.cdn.cartoonnetwork.com.br/playout_04/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index c92ab6480..fe55a9405 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -9,7 +9,7 @@ http://95.46.208.8:26258/belarus4 https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus24.by" status="online",Belarus 24 (720p) http://serv30.vintera.tv:8081/belarus24/belarus24/playlist.m3u8 -#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="online",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป 4K (2160p) +#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="timeout",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป 4K (2160p) http://rtmp.one.by:1499 #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="online",ะŸะตั€ะฒั‹ะน ะœัƒะทั‹ะบะฐะปัŒะฝั‹ะน ะšะฐะฝะฐะป (576p) http://hz1.teleport.cc/HLS/SD.m3u8 diff --git a/streams/ca.m3u b/streams/ca.m3u index 29343df55..2bce5060a 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -9,7 +9,7 @@ http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 https://live.livestreamtv.ca/azstar/ngrp:azstar/playlist.m3u8 #EXTINF:-1 tvg-id="BBCTorontoGaundaPunjab.ca" status="online",BBC Toronto Gaunda Punjab (720p) [Not 24/7] http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BelmediaTV.ca" status="error",Belmedia TV (1080p) +#EXTINF:-1 tvg-id="BelmediaTV.ca" status="online",Belmedia TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtj2xA6lW9BPE4BxnhxQQkw/live #EXTINF:-1 tvg-id="CanadaOne.ca" status="online",Canada One (720p) [Not 24/7] http://cdn8.live247stream.com/canadaone/tv/playlist.m3u8 @@ -59,15 +59,15 @@ http://cdn12.henico.net:8080/live/gsctv/index.m3u8 https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8 #EXTINF:-1 tvg-id="ICnet2.ca" status="online",ICnet 2 Academic (720p) https://60ba7ef02e687.streamlock.net/ICNET2/ngrp:icnet_all/playlist.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] +#EXTINF:-1 tvg-id="ITCTV.ca" status="blocked",ITC TV (480p) [Geo-blocked] https://dacastmmd.mmdlive.lldns.net/dacastmmd/f05d55e42dc746c8bd36edafbace7cc1/playlist.m3u8 #EXTINF:-1 tvg-id="Knowledge.ca" status="blocked",Knowledge (720p) [Geo-blocked] http://knstream1.azureedge.net/knlive/knlive_high.m3u8 #EXTINF:-1 tvg-id="LCN.ca" status="blocked",LCN [Geo-blocked] https://tvalive.akamaized.net/hls/live/2014213/tvan01/tvan01.m3u8 -#EXTINF:-1 tvg-id="LegislativeAssemblyTVNunavut.ca" status="error",Nunavut Legislative Assembly +#EXTINF:-1 tvg-id="LegislativeAssemblyTVNunavut.ca" status="online",Nunavut Legislative Assembly https://temp6.isilive.ca/live/nunavut/live-flo/index.m3u8 #EXTINF:-1 tvg-id="MontrealGreekTV.ca" status="online",Montreal Greek TV (480p) http://live.greektv.ca/hls1/greektv.m3u8 @@ -92,10 +92,10 @@ http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="ParnianTV.ca" status="online",Parnian TV (720p) https://live2.parnian.tv/hls/.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) -https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8 -#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtvedge/playlist.m3u8 -#EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="online",Prime Canada TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) +https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8 +#EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="error",Prime Canada TV (720p) [Not 24/7] http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="QuoVadisTV.ca" status="online",Quo Vadis Ministry TV (720p) https://qvmstream.tulix.tv/720p/720p/playlist.m3u8 @@ -139,7 +139,7 @@ http://live.livestreamtv.ca/azstar/smil:azstar.smil/playlist.m3u8 https://pe-ak-lp01a-9c9media.akamaized.net/live/News1BNNDigi/p/dash/00000001/1bba52dc66e4c68e/manifest.mpd #EXTINF:-1 tvg-id="" status="online",Ontario Parliamentary Network (FR) (720p) http://origin-http-delivery.isilive.ca/live/_definst_/ontla/house-fr/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",WATAN-E-MAA +#EXTINF:-1 tvg-id="" status="error",WATAN-E-MAA https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 #EXTINF:-1 tvg-id="NovaScottaLegislativeTV.ca" status="",Nova Scotia Legislature Legislative TV (720p) [Not 24/7] https://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7uGg4Vl72PojfywgKz8gmA/live diff --git a/streams/cl.m3u b/streams/cl.m3u index 8e92a61b7..2ec96757c 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="24Horas.cl" status="timeout",24 Horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="24Horas.cl" status="online",24 Horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/24HORAS/live #EXTINF:-1 tvg-id="ADNTV.cl" status="online",ADN Radio (1080p) https://unlimited1-us.dps.live/adntv/adntv.smil/playlist.m3u8 @@ -13,7 +13,7 @@ https://593b04c4c5670.streamlock.net/8192/8192/playlist.m3u8 https://srv2.zcast.com.br/carlos2469/carlos2469/playlist.m3u8 #EXTINF:-1 tvg-id="AntofagastaTV.cl" status="online",Antofagasta TV (ATV) (1080p) https://unlimited6-cl.dps.live/atv/atv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AricaTV.cl" status="online",Arica TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="AricaTV.cl" status="error",Arica TV (480p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 #EXTINF:-1 tvg-id="AtacamaTV.cl" status="online",Atacama TV (Copiapรณ) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 @@ -127,7 +127,7 @@ https://unlimited1-us.dps.live/itv/itv.smil/playlist.m3u8 https://unlimited1-cl.dps.live/itv/itv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Kanade.cl" status="timeout",Kanade TV (720p) http://64.20.57.7:8080/hls/enfoque.m3u8 -#EXTINF:-1 tvg-id="LaGranjaTV.cl" status="online",La Granja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaGranjaTV.cl" status="blocked",La Granja TV (720p) [Not 24/7] https://5eae379fb77bb.streamlock.net/8126/8126/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 @@ -223,7 +223,7 @@ https://inliveserver.com:1936/11516/11516/playlist.m3u8 https://unlimited1-cl-isp.dps.live/tctc/tctc.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TeletrakTV.cl" status="online",Teletrak (720p) https://unlimited6-cl.dps.live/sportinghd/sportinghd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TendenciasPrime.cl" status="error",Tendencias Prime (T31 | ร‘uรฑoa) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TendenciasPrime.cl" status="online",Tendencias Prime (T31 | ร‘uรฑoa) (1080p) [Not 24/7] https://v2.tustreaming.cl/tendenciastv/index.m3u8 #EXTINF:-1 tvg-id="Tevex.cl" status="online",Tevex (720p) [Not 24/7] https://v4.tustreaming.cl/tevexinter/index.m3u8 @@ -231,7 +231,7 @@ https://v4.tustreaming.cl/tevexinter/index.m3u8 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] https://unlimited6-cl.dps.live/thema/thema.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TNE.cl" status="error",TNE (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TNE.cl" status="online",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 @@ -251,8 +251,6 @@ https://pantera1-100gb-cl-movistar.dps.live/tvo/tvo.smil/playlist.m3u8 https://unlimited2-cl-movistar.dps.live/tvo/tvo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVOTocopilla.cl" status="online",TVO Tocopilla (360p) [Not 24/7] http://srv3.zcast.com.br/cristian5592/cristian5592/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPlus.cl" status="error",MรS+.TV Chile (720p) [Not 24/7] -https://593b04c4c5670.streamlock.net/8008/8008/playlist.m3u8 #EXTINF:-1 tvg-id="TVPop.cl" status="online",TV Pop (720p) https://v4.tustreaming.cl/poptv/playlist.m3u8 #EXTINF:-1 tvg-id="TVR.cl" status="online",TVR (1080p) [Not 24/7] @@ -283,7 +281,7 @@ http://tv.ulagos.cl/web/live.m3u8 http://edge1.cl.grupoz.cl/tser5/live/playlist.m3u8 #EXTINF:-1 tvg-id="VClassicTV.cl" status="online",V Classic TV https://5eaccbab48461.streamlock.net:1936/8112/8112/playlist.m3u8 -#EXTINF:-1 tvg-id="VCOnline.cl" status="blocked",VC Online (720p) +#EXTINF:-1 tvg-id="VCOnline.cl" status="online",VC Online (720p) https://593b04c4c5670.streamlock.net/8068/8068/playlist.m3u8 #EXTINF:-1 tvg-id="VidaTV.cl" status="timeout",Vida TV (1080p) http://45.161.188.242:88/vidatv/index.m3u8 @@ -305,7 +303,7 @@ https://v2.tustreaming.cl/zizatv/index.m3u8 http://38.131.11.9:1080/play/a00x #EXTINF:-1 tvg-id="" status="error",Chavo TV (480p) https://videostreaming.cloudserverlatam.com/ElChavotv/ElChavotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CHV Noticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",CHV Noticias (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live #EXTINF:-1 tvg-id="" status="online",PlanetaTV 90s (720p) https://mediacpstreamchile.com:1936/8102/8102/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index 78c6b91aa..739fd8f83 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -91,7 +91,7 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3็ปผ่‰บ (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 -#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) +#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p) http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5ไฝ“่‚ฒ (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 @@ -383,13 +383,13 @@ http://live.cztv.cc:85/live/xwpd.m3u8 http://live.cztv.cc:85/live/ggpd.m3u8 #EXTINF:-1 tvg-id="ChuzhouScienceEducationChannel.cn" status="online",ๆปๅทžๅธ‚ๅนฟๆ’ญ็”ต่ง†ๅฐ ็ง‘ๆ•™้ข‘้“ (400p) http://live.cztv.cc:85/live/sjpd.m3u8 -#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p) +#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) http://210.210.155.37/x6bnqe/s/s29/index.m3u8 -#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="online",Toonmax TV (576p) +#EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 -#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p) +#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="" status="timeout",BesTV่ถ…็บง (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226942/index.m3u8 @@ -595,7 +595,7 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227027/index.m3u8 http://112.25.48.68/live/program/live/zgqx/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไธญๅ›ฝๆ•™่‚ฒ1 (1080p) [Not 24/7] http://39.134.39.39/PLTV/88888888/224/3221226282/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ไธญๅ›ฝๆฐ”่ฑก (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ไธญๅ›ฝๆฐ”่ฑก (576p) [Not 24/7] http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ไธญๅคฉๆ–ฐ่ž (1080p) [Not 24/7] http://seb.sason.top/sc/ztxw_fhd.m3u8 @@ -645,7 +645,7 @@ http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221227040/index.m3u8 http://220.180.110.101:8083/videos/live/39/13/o4ncrHkSp7q09/o4ncrHkSp7q09.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ไบณๅทžๆ–ฐ่ž้ ป้“ (360p) http://220.180.110.101:8083/videos/live/33/59/NC7XQdEveyncq/NC7XQdEveyncq.m3u8 -#EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒๆ–ฐ่ž็ถœๅˆ (576p) +#EXTINF:-1 tvg-id="" status="timeout",ไป™ๆกƒๆ–ฐ่ž็ถœๅˆ (576p) http://221.233.242.239:280/live/71/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ไป™ๆกƒ็”Ÿๆดปๆ–‡้ซ” (576p) http://221.233.242.239:280/live/72/playlist.m3u8 @@ -709,8 +709,6 @@ http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226922/index.m3u8 http://125.210.152.18:9090/live/FHZX_1200.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐ่ต„่ฎฏ (720p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226923/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๅ‡คๅ‡ฐ่ต„่ฎฏ (720p) -http://183.207.249.35/PLTV/3/224/3221226923/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ‡คๅ‡ฐ้ฆ™ๆธฏ (720p) http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="error",ๅ‡คๅฐๆ–‡ๅŒ–็”Ÿๆดป (576p) [Not 24/7] @@ -873,7 +871,7 @@ http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/playlist.m3u8 http://223.110.245.139/PLTV/4/224/3221227009/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ˜‰ไฝณๅก้€š (ๅนฟไธœ) (540p) [Not 24/7] http://112.25.48.68/live/program/live/jjkt/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๅ››ๅท โ…  ๅ››ๅทๅฝฑ่ง†ๅฐ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅท โ…  ๅ››ๅทๅฝฑ่ง†ๅฐ (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅ››ๅท โ…  ๅ››ๅทๆ–ฐ้—ปๅฐ (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 @@ -953,7 +951,7 @@ 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="online",ๅฆ‚ไธœๆ–ฐ้—ป็ปผๅˆ (480p) [Not 24/7] http://live.rdxmt.com/channels/rudong/news/flv:sd/live -#EXTINF:-1 tvg-id="" status="online",ๅญŸๅทž็”ต่ง†ๅฐ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ๅญŸๅทž็”ต่ง†ๅฐ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10883-1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๅฎๅคๅซ่ง† (540p) http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 @@ -1227,7 +1225,7 @@ http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221227389/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅฟ่€…็ฅž้พŸ (480p) http://www.alibabapictures.com/movies/shenggui/poyingerchu.mp4 -#EXTINF:-1 tvg-id="" status="error",ๆˆฟๅฑฑ็”ต่ง†ๅฐ (576p) +#EXTINF:-1 tvg-id="" status="online",ๆˆฟๅฑฑ็”ต่ง†ๅฐ (576p) https://live.funhillrm.com/2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆŠšๅทžๅ…ฌๅ…ฑ (270p) http://111.75.179.195:30767/video/live_vide2.m3u8 @@ -1262,9 +1260,9 @@ http://111.17.214.4:1935/live/xtsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็”Ÿๆดป (480p) [Not 24/7] http://live.xtgdw.cn:1935/live/xtsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็ปผๅˆ (480p) [Not 24/7] -http://111.17.214.4:1935/live/xtzh/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็ปผๅˆ (480p) [Not 24/7] http://live.xtgdw.cn:1935/live/xtzh/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ็ปผๅˆ (480p) [Not 24/7] +http://111.17.214.4:1935/live/xtzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ๆ–ฐๆณฐ้„‰ๆ‘้ปจๅปบ (480p) [Not 24/7] http://111.17.214.4:1935/live/xtxc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆ–ฐ็–†ๅ…ตๅ›ขๅซ่ง† (576p) @@ -1289,9 +1287,9 @@ http://livehyw5.chinamcache.com/hyw/zb12.m3u8 http://livehyw5.chinamcache.com/hyw/zb11.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆ–ฐ็–†ๆฑ‰่ฏญ็ปผ่‰บ (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆ–ฐ้ƒ‘็ปผๅˆ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ๆ–ฐ้ƒ‘็ปผๅˆ (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆ—บ่‹ๆ–ฐ้—ป (528p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",ๆ—บ่‹ๆ–ฐ้—ป (528p) [Not 24/7] http://3g.dzsm.com/streamer/gycttv.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆ˜Ž็ ๅฐ (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=12&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -1457,7 +1455,7 @@ http://live6.plus.hebtv.com/sekjx/playlist.m3u8 http://live6.plus.hebtv.com/hbysx/hd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—็ปๆตŽ็”Ÿๆดป (540p) [Not 24/7] http://live2.plus.hebtv.com/jjshx/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ๆฒณๅŒ—้ƒฝๅธ‚ (240p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅŒ—้ƒฝๅธ‚ (240p) [Not 24/7] http://live3.plus.hebtv.com/hbdsx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆฒณๅ—ๅซ่ง† (540p) http://112.25.48.68/live/program/live/hnws/1300000/mnf.m3u8 @@ -1471,11 +1469,11 @@ http://tmpstream.hyrtv.cn/hygg/sd/live.m3u8 http://tmpstream.hyrtv.cn/xwzh/sd/live.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="error",ๆตŽๅฎๅ…ฌๅ…ฑ (450p) +#EXTINF:-1 tvg-id="" status="online",ๆตŽๅฎๅ…ฌๅ…ฑ (450p) http://lives.jnnews.tv/video/s10001-JTV3/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๆตŽๅฎๅ›พๆ–‡ (576p) +#EXTINF:-1 tvg-id="" status="online",ๆตŽๅฎๅ›พๆ–‡ (576p) http://lives.jnnews.tv/video/s10001-JTV4/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",ๆตŽๅฎๆ•™่‚ฒ (1080p) +#EXTINF:-1 tvg-id="" status="online",ๆตŽๅฎๆ•™่‚ฒ (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 @@ -1633,12 +1631,12 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=006&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (360p) http://125.210.152.18:9090/live/HNWSHD_H265.m3u8 +#EXTINF:-1 tvg-id="" status="online",ๆน–ๅ—ๅซ่ง† (576p) +http://hbpx.chinashadt.com:2036/live/px5.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (576p) http://183.207.248.71/gitv/live1/G_HUNAN/G_HUNAN #EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (576p) http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225854/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ๆน–ๅ—ๅซ่ง† (576p) -http://hbpx.chinashadt.com:2036/live/px5.stream/playlist.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) @@ -2045,11 +2043,11 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif 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=206&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="blocked",้’ๆตทๅซ่ง† (1080p) http://live.geermurmt.com/qhws/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (480p) [Not 24/7] http://visit.jjbctv.com:1935/live/xwzhmb/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] http://58.222.151.43:1935/live/xwzhpc/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",้–ๆฑŸๆ–ฐ้—ป็ถœๅˆ (720p) [Not 24/7] http://visit.jjbctv.com:1935/live/xwzhpc/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",้™ๅฎ็ปผๅˆ (1080p) http://117.156.28.119/270000001111/1110000147/index.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index d63fd3d65..97118f0e9 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -23,17 +23,15 @@ https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 #EXTINF:-1 tvg-id="CanalC.co" status="online",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalDoce.co" status="error",Canal Doce -https://api.new.livestream.com/accounts/27724665/events/8376416/live.m3u8 #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 https://streaming.rtvc.gov.co/TV_CanalInstitucional_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalNets.co" status="error",Canal Nets +#EXTINF:-1 tvg-id="CanalNets.co" status="online",Canal Nets https://video.ejeserver.com/live/nets.m3u8 #EXTINF:-1 tvg-id="CanalPyC.co" status="online",Canal PyC [Not 24/7] http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalSonTV.co" status="online",Canal Son TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalSonTV.co" status="error",Canal Son TV (720p) [Not 24/7] https://server12.videostreaming.net:3628/stream/play.m3u8 #EXTINF:-1 tvg-id="CanalVIP.co" status="online",Canal VIP https://play.cdn.enetres.net/B9E570CFE54949C7ABB985D4F8F77F7F0211/02267/playlist.m3u8 @@ -53,7 +51,7 @@ https://plataformavideo.com:19360/8020/8020.m3u8 https://video.ejeserver.com/live/teledoradahd.m3u8 #EXTINF:-1 tvg-id="MelodyChannel.co" status="timeout",Melody Channel Colombia (480p) https://5b464b69d264e.streamlock.net/Channels_live/ngrp:MelodyChannel_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MemoriasTV.co" status="online",Memorias TV +#EXTINF:-1 tvg-id="MemoriasTV.co" status="blocked",Memorias TV https://cloud10.vsgtech.co:3262/live/memoriastv2live.m3u8 #EXTINF:-1 tvg-id="MovieFe.co" status="online",MovieFe (360p) [Not 24/7] https://vcp.myplaytv.com/moviefe/ngrp:moviefe_all/playlist.m3u8 @@ -65,7 +63,7 @@ http://vcp1.myplaytv.com:1935/mundomas/mundomas/playlist.m3u8 https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 #EXTINF:-1 tvg-id="SenalColombia.co" status="online",Seรฑal Colombia (1080p) https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuramTV.co" status="error",Suram TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SuramTV.co" status="online",Suram TV (1080p) [Not 24/7] https://livetv.305streamhd.com:3111/multi_live/play.m3u8 #EXTINF:-1 tvg-id="TDIColombia.co" status="online",TDI Colombia (720p) [Not 24/7] https://play.amelbasoluciones.co:3971/live/tdicolombiatvlive.m3u8 @@ -89,7 +87,7 @@ https://liveingesta118.cdnmedia.tv/telemedellintvlive/smil:dvrlive.smil/playlist https://5b464b69d264e.streamlock.net/Channels_live/ngrp:telemusica_all/playlist.m3u8 #EXTINF:-1 tvg-id="Telepacifico.co" status="online",Telepacรญfico (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="error",Tele San Jacinto +#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="online",Tele San Jacinto https://video.ejeserver.com/live/telesanjacinto.m3u8 #EXTINF:-1 tvg-id="Trece.co" status="online",Trece (1080p) https://stream.logicideas.media/canaltrece-live/smil:live.smil/playlist.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index a0355c538..0c688d99d 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -31,12 +31,10 @@ 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="timeout",Teletica 7 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x29e3wg #EXTINF:-1 tvg-id="TeleUno.cr" status="online",Tele Uno (720p) [Not 24/7] http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 -#EXTINF:-1 tvg-id="TVLegislativa.cr" status="error",Asamblea Legislativa (Costa Rica) (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/parlamentocr/live #EXTINF:-1 tvg-id="TVN14.cr" status="online",Canal 14 San Carlos (720p) http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7] @@ -45,7 +43,7 @@ http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 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] +#EXTINF:-1 tvg-id="VMLatino.cr" status="error",VM Latino (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/vmtv/vmlatino/playlist.m3u8 #EXTINF:-1 tvg-id="VoiceOverRadioTV.cr" status="online",VoiceOver Radio TV https://cloudvideo.servers10.com:8081/8198/index.m3u8 diff --git a/streams/cw.m3u b/streams/cw.m3u index da4891eab..6fd34d045 100644 --- a/streams/cw.m3u +++ b/streams/cw.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="BonceTV.cw" status="online",Bonce TV (480p) [Not 24/7] https://seswa.bonce.tv/hls/bonceswa.m3u8 -#EXTINF:-1 tvg-id="NosPais.cw" status="error",Nos Paรฏs (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NosPais.cw" status="online",Nos Paรฏs (720p) [Not 24/7] http://highvolume04.streampartner.nl/nos_pais_24_7/nos_pais_24_7/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraรงao (720p) http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24a3d08cd6de/playlist.m3u8 @@ -9,7 +9,7 @@ http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24 https://streannlivecariflix.cachefly.net/cariflix1/cariflix1/playlist.m3u8 #EXTINF:-1 tvg-id="TVDirect13.cw" status="online",TV Direct 13 (720p) [Not 24/7] https://edge1.tvdirect13.com/live/smil:mystream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Intermediate League Curacao +#EXTINF:-1 tvg-id="" status="online",Intermediate League Curacao https://streannlivecariflix.cachefly.net/cariflix12/cariflix12/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",VAM Vid's & More +#EXTINF:-1 tvg-id="" status="error",VAM Vid's & More https://cur.watch/api/get_stream/vam/streann/playlist.m3u8 diff --git a/streams/cz.m3u b/streams/cz.m3u index 8729c95a5..26f360871 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -2,7 +2,7 @@ #EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะฐัั‚ะพัั‰ะตะต ะ’ั€ะตะผั (480p) #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="ElektrikaTV.cz" status="online",Elektrika TV (360p) +#EXTINF:-1 tvg-id="ElektrikaTV.cz" status="error",Elektrika TV (360p) http://rtmp.elektrika.cz/live/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Ocko.cz" status="online",ร“ฤko (540p) https://ocko-live-dash.ssl.cdn.cra.cz/cra_live2/ocko.stream.1.smil/playlist.m3u8 diff --git a/streams/de.m3u b/streams/de.m3u index bbc83b5bc..99358c964 100644 --- a/streams/de.m3u +++ b/streams/de.m3u @@ -33,10 +33,10 @@ https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:BLKonline_high https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:BLKonline_high/playlist.m3u8?ref=medienportal-sachsen- #EXTINF:-1 tvg-id="CroTVHD.de" status="timeout",CroTV HD (1080p) http://92.204.40.139:8081/crotv/televizijahrvatskedijaspore/playlist.m3u8 +#EXTINF:-1 tvg-id="DasErste.de" status="online",Das Erste (720p) [Geo-blocked] +https://mcdn.daserste.de/daserste/de/master.m3u8 #EXTINF:-1 tvg-id="DasErste.de" status="timeout",Das Erste (720p) https://derste247liveint.akamaized.net/hls/live/662735/daserste_int/master.m3u8 -#EXTINF:-1 tvg-id="DasErste.de" status="timeout",Das Erste (720p) [Geo-blocked] -https://mcdn.daserste.de/daserste/de/master.m3u8 #EXTINF:-1 tvg-id="DaVinci.de" status="timeout",Da Vinci http://sc.id-tv.kz/DaVinci_38_39.m3u8 #EXTINF:-1 tvg-id="DeluxeLoungeHD.de" status="online",Deluxe Lounge HD @@ -225,7 +225,7 @@ http://62.113.210.250/medienasa-live/punktum_high/master.m3u8 https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:punktum_high/playlist.m3u #EXTINF:-1 tvg-id="PUNKTum.de" status="online",PUNKTum (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:punktum_high/playlist.m3u8 -#EXTINF:-1 tvg-id="Radio21TV.de" status="blocked",Radio 21 TV (720p) [Not 24/7] [Geo-blocked] +#EXTINF:-1 tvg-id="Radio21TV.de" status="online",Radio 21 TV (720p) [Not 24/7] [Geo-blocked] https://api.new.livestream.com/accounts/22300508/events/6675945/live.m3u8 #EXTINF:-1 tvg-id="RadioWeserTVBremen.de" status="online",Radio Weser TV Bremen https://5857499ee635b.streamlock.net/radiowesertv-live/_definst_/mp4:livestreamTV/playlist.m3u8 @@ -265,7 +265,7 @@ https://586fb512206e4.streamlock.net/rheinmaintv-live/_definst_/mp4:livestream/p https://rnf.iptv-playoutcenter.de/rnf/rnf.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="RockAntenne.de" status="online",Rock Antenne [Not 24/7] https://stream.rockantenne.de/rockantenne/stream/mp3 -#EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",Rockland TV (720p) [Not 24/7] [Geo-blocked] +#EXTINF:-1 tvg-id="RocklandTV.de" status="",Rockland TV (720p) [Not 24/7] [Geo-blocked] https://api.new.livestream.com/accounts/22300522/events/6680139/live.m3u8 #EXTINF:-1 tvg-id="RWEErfurt.de" status="error",RWE Erfurt (1080p) https://stream.keyweb.org:8085/hls/rwetv.m3u8 @@ -360,19 +360,19 @@ https://5856e1a25f71a.streamlock.net/easycast9-live/_definst_/mp4:livestreamhd10 https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:mdf1_high/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",MyTVplus (Dresden) (576p) https://mytvplus.iptv-playoutcenter.de/mytvplus/mytvplus.stream_1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NDR Hamburg (720p) +#EXTINF:-1 tvg-id="" status="online",NDR Hamburg (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_hh/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NDR Mecklenburg-Vorpommern (720p) +#EXTINF:-1 tvg-id="" status="online",NDR Mecklenburg-Vorpommern (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_mv/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NDR Niedersachsen (720p) +#EXTINF:-1 tvg-id="" status="online",NDR Niedersachsen (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",NDR Schleswig-Holstein (720p) +#EXTINF:-1 tvg-id="" status="online",NDR Schleswig-Holstein (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_sh/master.m3u8 #EXTINF:-1 tvg-id="" status="online",NRWISION (1080p) https://fms.nrwision.de/live/livestreamHD.stream_source/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",oeins (Oldenburg) (1080p) [Not 24/7] https://www.oeins.de/live/studio.m3u8 -#EXTINF:-1 tvg-id="" status="error",Offener Kanal Fulda +#EXTINF:-1 tvg-id="" status="online",Offener Kanal Fulda https://s.ok54.de/mok-fu/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",PunktUM (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/punktum_high/playlist.m3u8 diff --git a/streams/de_adultswim.m3u b/streams/de_adultswim.m3u index 8027fe759..19277ded0 100644 --- a/streams/de_adultswim.m3u +++ b/streams/de_adultswim.m3u @@ -11,7 +11,7 @@ http://adultswim-vodlive.cdn.turner.com/live/DREAM-CORP-LLC/stream_de.m3u8 https://adultswim-vodlive.cdn.turner.com/live/infomercials/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimLastStreamOnTheLeft.us" status="online",Adult Swim Last Stream On The Left (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/lsotl/stream_de.m3u8 -#EXTINF:-1 tvg-id="AdultSwimMetalocalypse.us" status="online",Adult Swim Metalocalypse (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimMetalocalypse.us" status="timeout",Adult Swim Metalocalypse (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/live/metalocalypse/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimOffTheAir.us" status="online",Adult Swim Off The Air (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/off-the-air/stream_de.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index 485de1a0c..5e352b54e 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -11,10 +11,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b551dd https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b60419becf60008c841fd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ebc579c0-0712-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b60419becf60008c841fd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BluesCluesGermany.de" status="online",Pluto TV Blue's Clues Nick (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b564ff59d130007363823/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b564ff59d130007363823&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=29e99f3f-0713-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4796368174910007756454/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f4796368174910007756454&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=db62fa8b-15bd-11eb-bde1-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="EmmaeinfachmagischNickGermany.de" status="online",Pluto TV Nick Emma einfach magisch! (720p) @@ -40,11 +40,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8c4c3f1 #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b4889bca2ce7b73ef2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767b4889bca2ce7b73ef2e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=303&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767857f65029ce2385b217/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInsideGermany.de" status="online",Pluto TV Inside (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed3892ed7bb000741a1d2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=50&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMoviesGermany.de" status="online",Pluto TV Movies CH (720p) diff --git a/streams/dk.m3u b/streams/dk.m3u index 3eb9947e1..de0169fff 100644 --- a/streams/dk.m3u +++ b/streams/dk.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="DR1.dk" status="blocked",DR1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="DR1.dk" status="online",DR1 (1080p) [Geo-blocked] https://drlive01hls.akamaized.net/hls/live/2014185/drlive01/master.m3u8 #EXTINF:-1 tvg-id="DR2.dk" status="blocked",DR2 (1080p) [Geo-blocked] https://drlive02hls.akamaized.net/hls/live/2014187/drlive02/master.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index d5b70a45c..9fccc3dba 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -1,13 +1,11 @@ #EXTM3U #EXTINF:-1 tvg-id="BajoTechoTV.do" status="online",Bajo Techo TV https://cdn4.hostlagarto.com:8081/static/bajotechotv/playlist.m3u8 -#EXTINF:-1 tvg-id="Bellavision.do" status="error",Bellavisiรณn -https://cdn4.hostlagarto.com:8081/static/Bellavision8hd/playlist.m3u8 #EXTINF:-1 tvg-id="BonaoTV.do" status="online",Bonao TV https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 -#EXTINF:-1 tvg-id="Camara809.do" status="online",Camara 809 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Camara809.do" status="blocked",Camara 809 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4RD.do" status="error",Canal 4 RD +#EXTINF:-1 tvg-id="Canal4RD.do" status="online",Canal 4 RD https://protvradiostream.com:1936/canal4rd-1/ngrp:canal4rd-1_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12HD.do" status="online",Canal 12 (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/telecanal12/playlist.m3u8 @@ -23,7 +21,7 @@ https://62ac3ff10e9f0.streamlock.net:1936/cielotv/cielotv/playlist.m3u8 https://live.teledom.info:3713/live/cinevisionlive.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 -#EXTINF:-1 tvg-id="CotubanamaTV.do" status="online",Cotubanama TV +#EXTINF:-1 tvg-id="CotubanamaTV.do" status="error",Cotubanama TV https://cdn4.hostlagarto.com:8081/static/cotubanamatv/playlist.m3u8 #EXTINF:-1 tvg-id="CromTV.do" status="online",CromTV https://cdn4.hostlagarto.com:8081/static/cromtv/playlist.m3u8 @@ -39,7 +37,7 @@ https://vdo1.streamgato.us:3014/live/ecovisionlive.m3u8 https://video.misistemareseller.com/entelevision/entelevision/playlist.m3u8 #EXTINF:-1 tvg-id="Farovision.do" status="online",Farovisiรณn https://5790d294af2dc.streamlock.net/8128/8128/playlist.m3u8 -#EXTINF:-1 tvg-id="FuegoTV.do" status="online",Fuego TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FuegoTV.do" status="error",Fuego TV (720p) [Not 24/7] https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 #EXTINF:-1 tvg-id="GalaxiaTeVe.do" status="online",GalaxiaTeVe https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 @@ -47,15 +45,15 @@ https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 #EXTINF:-1 tvg-id="GuacaraTV.do" status="online",Guacara TV https://cloudflare.streamgato.us:3180/live/guacaratvlive.m3u8 -#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="error",Hermanas Mirabal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="online",Hermanas Mirabal TV (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Hits360TV.do" status="online",Hits 360 TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="HM.do" status="error",HM (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="HM.do" status="online",HM (720p) [Geo-blocked] http://cm.hostlagarto.com:8081/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ImagenUniversalTV.do" status="online",Imagen Universal TV https://imagenuniversaltv.net:3771/live/iutvlive.m3u8 -#EXTINF:-1 tvg-id="LaCaletaTV.do" status="online",La Caleta TV +#EXTINF:-1 tvg-id="LaCaletaTV.do" status="error",La Caleta TV https://cdn4.hostlagarto.com:8081/static/lacaletatv/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 @@ -67,9 +65,9 @@ https://ss2.domint.net:3228/luna_str/lunatv/playlist.m3u8 http://server3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 #EXTINF:-1 tvg-id="MegaVisionTV.do" status="online",Megavision Canal 43 (480p) [Not 24/7] http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 -#EXTINF:-1 tvg-id="Microvision10.do" status="online",Microvision 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Microvision10.do" status="error",Microvision 10 (720p) [Not 24/7] http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 -#EXTINF:-1 tvg-id="MisionELTV.do" status="online",Mision ELTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MisionELTV.do" status="error",Mision ELTV (480p) [Not 24/7] https://5790d294af2dc.streamlock.net/8286/8286/playlist.m3u8 #EXTINF:-1 tvg-id="MiTV.do" status="online",MiTV https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 @@ -101,7 +99,7 @@ https://cdn4.hostlagarto.com:8081/static/sanisidrotv/playlist.m3u8 https://ss5.domint.net:3002/stv_str/sensaciontv/playlist.m3u8 #EXTINF:-1 tvg-id="SiTV.do" status="online",SiTV (720p) http://190.122.104.221/Player/sitv.m3u8 -#EXTINF:-1 tvg-id="SportVision.do" status="error",Sport Visiรณn +#EXTINF:-1 tvg-id="SportVision.do" status="online",Sport Visiรณn https://5fa5de1a545ae.streamlock.net/sportvision35tv/sportvision35tv/playlist.m3u8 #EXTINF:-1 tvg-id="SuMundoTV.do" status="online",Su Mundo TV https://175036.global.ssl.fastly.net/6217e980d5bee0e090792fdf/live_75f5635097ba11ecb9f1255c8fe65a34/index.m3u8 @@ -129,7 +127,7 @@ https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 http://ss8.domint.net:2118/tf_str/futu/master.m3u8 #EXTINF:-1 tvg-id="Teleimpacto.do" status="online",Teleimpacto (720p) [Not 24/7] http://190.122.96.188:8888/http/013 -#EXTINF:-1 tvg-id="Telemax.do" status="error",Telemax +#EXTINF:-1 tvg-id="Telemax.do" status="online",Telemax https://cdn2.streamgato.us/telemax/telemax/playlist.m3u8 #EXTINF:-1 tvg-id="Telemilenio.do" status="online",Telemilenio (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telemilenio/Telemilenio.myStream/playlist.m3u8 @@ -159,7 +157,7 @@ https://vdo1.streamgato.us:3359/live/tvexitoslive.m3u8 https://vdo1.streamgato.us:3046/live/tvhigueycanal12live.m3u8 #EXTINF:-1 tvg-id="TVO.do" status="online",TVO https://rctvhd.net:8081/tvoromanalive/index.m3u8 -#EXTINF:-1 tvg-id="TVS.do" status="error",TVS (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="TVS.do" status="online",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/dz.m3u b/streams/dz.m3u index 73ba4e6a7..e8d7d6d59 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -2,7 +2,7 @@ #EXTINF:-1 tvg-id="AlAnisTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="BahiaTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bahia TV [Geo-blocked] +#EXTINF:-1 tvg-id="BahiaTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bahia TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/Bahia_TV/playlist.m3u8 #EXTINF:-1 tvg-id="CNA.dz" status="online",CNA (Chaรฎne Nord Africaine) (360p) [Not 24/7] @@ -12,15 +12,15 @@ https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8 https://cdn02.hta.dz/abr_htatv/ECHOROUK_NEWS/playlist.m3u8 #EXTINF:-1 tvg-id="EchoroukNews.dz" status="timeout",Echorouk News (240p) [Not 24/7] http://echorouk-live-tv.dzsecurity.net:8081/echo/EchoroukNews/playlist.m3u8 -#EXTINF:-1 tvg-id="EchoroukTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="EchoroukTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/Echorouk_TV_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="ElBilad.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Bilad [Geo-blocked] +#EXTINF:-1 tvg-id="ElBilad.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Bilad [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8 #EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="error",El Djazairia One [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 #EXTINF:-1 tvg-id="ElFadjerTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] @@ -32,7 +32,7 @@ https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8 #EXTINF:-1 tvg-id="EnnaharTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] +#EXTINF:-1 tvg-id="SamiraTV.dz" 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",Samira TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/SamiraTV/playlist.m3u8 #EXTINF:-1 tvg-id="TV1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] @@ -41,16 +41,16 @@ https://cdn02.hta.dz/abr_htatv/PROGRAMME_NATIONAL/playlist.m3u8 #EXTINF:-1 tvg-id="TV2.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Canal Algรฉrie [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/CANAL_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="TV3.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV3 [Geo-blocked] +#EXTINF:-1 tvg-id="TV3.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV3 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/A3_HD/playlist.m3u8 #EXTINF:-1 tvg-id="TV4.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV4 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_4/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV5 [Geo-blocked] +#EXTINF:-1 tvg-id="TV5.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV5 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_5/playlist.m3u8 -#EXTINF:-1 tvg-id="TV6.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV6 [Geo-blocked] +#EXTINF:-1 tvg-id="TV6.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algรฉrie TV6 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_6_HD/playlist.m3u8 #EXTINF:-1 tvg-id="TV7.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] diff --git a/streams/ec.m3u b/streams/ec.m3u index 4b539a0b3..2694425ce 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -1,9 +1,9 @@ #EXTM3U #EXTINF:-1 tvg-id="Asomavision.ec" status="online",Asomavisiรณn https://asomatv.duckdns.org/livestream/stream.m3u8 -#EXTINF:-1 tvg-id="EcotelTV.ec" status="error",Ecotel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EcotelTV.ec" status="online",Ecotel (720p) [Not 24/7] https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 -#EXTINF:-1 tvg-id="Ecuavisa.ec" status="blocked",Ecuavisa [Geo-blocked] +#EXTINF:-1 tvg-id="Ecuavisa.ec" status="online",Ecuavisa [Geo-blocked] https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8 #EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 439024951..b8b7b0733 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -7,7 +7,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/algha http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ATVSat.eg" status="online",ATVSat (1080p) [Not 24/7] https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CBC.eg" status="timeout",CBC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CBC.eg" status="online",CBC (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cbcstream/live #EXTINF:-1 tvg-id="CBCSofra.eg" status="online",CBC Sofra http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CBCSofraStream/live diff --git a/streams/es.m3u b/streams/es.m3u index 3b575f877..c9e11fc88 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -15,8 +15,6 @@ https://5940924978228.streamlock.net/8157/8157/master.m3u8 https://limited38.todostreaming.es/live/101tv-AntequeraHD.m3u8 #EXTINF:-1 tvg-id="101TVMalaga.es" status="online",101TV Malaga (1080p) [Not 24/7] https://limited38.todostreaming.es/live/101tv-web101tv.m3u8 -#EXTINF:-1 tvg-id="324.es" status="error",3/24 -https://directes-tv-int.ccma.cat/live-content/canal324-hls/master.m3u8 #EXTINF:-1 tvg-id="AlacantiTV.es" status="online",Alacantรญ TV (576p) [Not 24/7] https://streaming01.gestec-video.com/hls/artequatreAlacanti.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.es" status="online",Alcarria TV (576p) [Not 24/7] @@ -95,10 +93,10 @@ https://limited31.todostreaming.es/live/noroestetv-livestream.m3u8 https://streaming.cloud.innovasur.es/mmj/index.m3u8 #EXTINF:-1 tvg-id="DistritoTV.es" status="online",Distrito TV (1080p) [Not 24/7] https://cdn01.yowi.tv/KQRSDA7GDB/master.m3u8 +#EXTINF:-1 tvg-id="ElFuturoentumano.es" status="online",El Futuro en tu mano (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZSw3jfFZo_8I9BHSMlT2Fg/live #EXTINF:-1 tvg-id="ElFuturoentumano.es" status="online",El Futuro en tu mano (720p) https://limited24.todostreaming.es/live/renjillo-livestream.m3u8 -#EXTINF:-1 tvg-id="ElFuturoentumano.es" status="error",El Futuro en tu mano (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZSw3jfFZo_8I9BHSMlT2Fg/live #EXTINF:-1 tvg-id="ElToroTV.es" status="online",El Toro TV (720p) https://streaming003.gestec-video.com/hls/eltoro_bal.m3u8 #EXTINF:-1 tvg-id="ElToroTV.es" status="online",El Toro TV (720p) @@ -123,19 +121,19 @@ http://europa-crtvg.flumotion.com/playlist.m3u8 https://cloud.streamingconnect.tv:455/tbmadrid/tbmadrid.m3u8 #EXTINF:-1 tvg-id="GuadaTV.es" status="online",Guada TV (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/guadatv/guadatv.m3u8 -#EXTINF:-1 tvg-id="HQMBaladas.es" status="online",HQM Baladas (1080p) +#EXTINF:-1 tvg-id="HQMBaladas.es" status="error",HQM Baladas (1080p) https://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8 -#EXTINF:-1 tvg-id="HQMFolk.es" status="online",HQM Folk (1080p) +#EXTINF:-1 tvg-id="HQMFolk.es" status="error",HQM Folk (1080p) https://livelist01.yowi.tv/lista/9f5310c179e8e840188d183be235f755b18cf703/master.m3u8 #EXTINF:-1 tvg-id="HQMHits.es" status="online",HQM Hits (1080p) https://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master.m3u8 #EXTINF:-1 tvg-id="HQMPop.es" status="online",HQM Pop (1080p) https://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8 -#EXTINF:-1 tvg-id="HQMRemember.es" status="online",HQM Remember (1080p) +#EXTINF:-1 tvg-id="HQMRemember.es" status="error",HQM Remember (1080p) https://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8 -#EXTINF:-1 tvg-id="HQMRock.es" status="online",HQM Rock (1080p) +#EXTINF:-1 tvg-id="HQMRock.es" status="error",HQM Rock (1080p) https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8 -#EXTINF:-1 tvg-id="HQMSpanish.es" status="online",HQM Spanish (1080p) +#EXTINF:-1 tvg-id="HQMSpanish.es" status="error",HQM Spanish (1080p) https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8 #EXTINF:-1 tvg-id="HuescaTV.es" status="timeout",Huesca TV (240p) [Not 24/7] https://streaming2.radiohuesca.com/hls-live/livepkgr/_definst_/huescatv/huescatv.m3u8 @@ -159,9 +157,9 @@ https://zone.controlstreams.com:5443/LiveApp/streams/islatel.m3u8 https://rtvelivestream.akamaized.net/segments/la1/la1_main.m3u8 #EXTINF:-1 tvg-id="La1.es" status="timeout",La 1 (720p) [Geo-blocked] https://ztnr.rtve.es/ztnr/1688877.m3u8 -#EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p) +#EXTINF:-1 tvg-id="La2.es" status="timeout",La 2 (1080p) https://rtvelivestream.akamaized.net/segments/la2/la2_main.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="La8Avila.es" status="online",La 8 Avila (720p) [Not 24/7] https://cdnlive.shooowit.net/la8avilalive/smil:streamswitchingchannel.smil/playlist.m3u8 @@ -171,7 +169,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="error",La 8 Mediterrรกneo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="blocked",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 @@ -189,7 +187,7 @@ https://cdnlive.shooowit.net/la8zamoralive/smil:streamswitchingchannel.smil/play https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid/laotra_1/index.m3u8 #EXTINF:-1 tvg-id="LaUrbanTV.es" status="online",La Urban TV (1080p) [Not 24/7] https://urbanrevolution.es:8443/live/TV/playlist.m3u8 -#EXTINF:-1 tvg-id="LevanteTV.es" status="online",Levante TV (320p) [Not 24/7] +#EXTINF:-1 tvg-id="LevanteTV.es" status="error",Levante TV (320p) [Not 24/7] https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 #EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7] https://cdn01.yowi.tv/lleida/playlist.m3u8 @@ -219,7 +217,7 @@ https://5940924978228.streamlock.net/8009/8009/master.m3u8 https://cloud.streamingconnect.tv:455/populartvrm/populartvrm.m3u8 #EXTINF:-1 tvg-id="Punt3HD.es" status="online",Punt 3 Vall Uixรณ (1080p) https://bit.controlstreams.com:5443/LiveApp/streams/punt3.m3u8 -#EXTINF:-1 tvg-id="RadioTelevisionMelilla.es" status="error",Radio Televisiรณn Melilla (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelevisionMelilla.es" status="online",Radio Televisiรณn Melilla (720p) [Not 24/7] https://tvmelilla-hls-rm-lw.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="RealMadridTV.es" status="blocked",Real Madrid TV (404p) [Geo-blocked] https://rmtvlive-lh.akamaihd.net/i/rmtv_1@154306/master.m3u8 @@ -267,7 +265,7 @@ https://directes-tv-int.ccma.cat/live-origin/tvi-hls/master.m3u8 https://limited09.todostreaming.es/live/tarson-livestream.m3u8 #EXTINF:-1 tvg-id="TVCanaria.es" status="blocked",TV Canaria (576p) https://rtvc-live1.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="error",TVE Internacional Asia-Oceania (576p) +#EXTINF:-1 tvg-id="TVEInternacionalAsiaOceania.es" status="online",TVE Internacional Asia-Oceania (576p) http://210.210.155.37/uq2663/h/h158/index2.m3u8 #EXTINF:-1 tvg-id="tvG2.es" status="online",tvG2 (720p) [Not 24/7] https://events2-crtvg.flumotion.com/playlist.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index c84c30580..16ca97e0b 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -16,33 +16,33 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44c #EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (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 +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/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= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acciรณn (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="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="timeout",Pluto TV Cine Estelar (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0fbaa8742fa3093899da&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=956&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (Spain) (720p) 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="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b648e738977e2c312131&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=30292edb-0714-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] diff --git a/streams/es_rakuten.m3u b/streams/es_rakuten.m3u index 85d8dcafd..70a1dab78 100644 --- a/streams/es_rakuten.m3u +++ b/streams/es_rakuten.m3u @@ -43,7 +43,7 @@ https://lds-wonder-rakuten.amagi.tv/playlist.m3u8 https://younghollywood-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",EDGEsport (1080p) [Not 24/7] https://edgesports-row-rakuten.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",ESTV (1080p) +#EXTINF:-1 tvg-id="" status="online",ESTV (1080p) https://estv-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten Top Free Spain (720p) https://rakuten-topfree-2-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/fi.m3u b/streams/fi.m3u index 65ece9992..25164118f 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -26,8 +26,6 @@ https://yletv-lh.akamaihd.net/i/yletv1hls_1@103188/master.m3u8 #EXTINF:-1 tvg-id="YleTV2.fi" status="blocked",YLE TV 2 (720p) [Geo-blocked] https://yletv-lh.akamaihd.net/i/yletv2hls_1@103189/master.m3u8 #EXTINF:-1 tvg-id="" status="online",OhoTV -https://5e4bcaad013b8.streamlock.net/live/Stream1_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",OhoTV https://5e4bcaad013b8.streamlock.net/live/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="INEZ.fi" status="",INEZ (720p) https://inezsecondary.digitacdn.net/live/_definst_/inez/amlst:inezlive.amlst/master.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index bbe2a8084..fb0037b15 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -31,17 +31,17 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid http://cdn2.ujjina.com:1935/iptvcentraltv/livecentraltvtv/playlist.m3u8 #EXTINF:-1 tvg-id="Cherie25.fr" status="blocked",Chรฉrie 25 (360p) https://s13.tntendirect.com/cherie25/live/playlist.m3u8 +#EXTINF:-1 tvg-id="CNews.fr" status="online",CNews (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS #EXTINF:-1 tvg-id="CNews.fr" status="online",Cnews (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x3b68jn -#EXTINF:-1 tvg-id="CNews.fr" status="error",CNews (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS #EXTINF:-1 tvg-id="CStar.fr" status="blocked",CStar (360p) https://s13.tntendirect.com/d17/live/playlist.m3u8 #EXTINF:-1 tvg-id="DBM.fr" status="online",DBM (1080p) https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 #EXTINF:-1 tvg-id="DBMTV.fr" status="online",DBM TV (1080p) http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="online",El Heddaf TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="error",El Heddaf TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/playlist.m3u8 #EXTINF:-1 tvg-id="Equidia.fr" status="blocked",Equidia https://equidia-live2-b29-cdn.hexaglobe.net/1f994c5832c0648f9f44d0771fc8835a/63270a1e/equidia/equidia-website-web-1/eqdlivepri_fre.smil/playlist.m3u8 @@ -89,17 +89,17 @@ https://s13.tntendirect.com/france2/live/playlist.m3u8 https://s13.tntendirect.com/france3/live/playlist.m3u8 #EXTINF:-1 tvg-id="France5.fr" status="blocked",France 5 (720p) [Not 24/7] https://s13.tntendirect.com/france5/live/playlist.m3u8 -#EXTINF:-1 tvg-id="France24Arabic.fr" status="error",France 24 Arabic (1080p) +#EXTINF:-1 tvg-id="France24Arabic.fr" status="online",France 24 Arabic (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Arabic/live #EXTINF:-1 tvg-id="France24English.fr" status="online",France 24 English (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24English/live #EXTINF:-1 tvg-id="France24Espanol.fr" status="online",France 24 Espaรฑol (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24Espanol/live -#EXTINF:-1 tvg-id="France24French.fr" status="timeout",France 24 French (1080p) +#EXTINF:-1 tvg-id="France24French.fr" status="online",France 24 French (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24/live #EXTINF:-1 tvg-id="Franceinfo.fr" status="timeout",Franceinfo (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/franceinfo/live -#EXTINF:-1 tvg-id="FranceInter.fr" status="timeout",France Inter (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FranceInter.fr" status="online",France Inter (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCJldRgT_D7Am-ErRHQZ90uw/live #EXTINF:-1 tvg-id="Francophonie24.fr" status="online",Francophonie24 (1080p) https://5421175365ea3.streamlock.net/live/smil:switch.smil/playlist.m3u8 @@ -119,7 +119,7 @@ https://s13.tntendirect.com/lequipe21/live/playlist.m3u8 https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 #EXTINF:-1 tvg-id="M6Music.fr" status="online",M6 Music (720p) http://190.2.155.162:8080/m6music/mpegts -#EXTINF:-1 tvg-id="MCMTop.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) +#EXTINF:-1 tvg-id="MCMTop.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s49/index.m3u8 #EXTINF:-1 tvg-id="MDL.fr" status="online",MDL (720p) @@ -171,12 +171,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8 #EXTINF:-1 tvg-id="TeleGrenoble.fr" status="online",Tele Grenoble http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x128fjo -#EXTINF:-1 tvg-id="Telenantes.fr" status="timeout",Tรฉlรฉnantes (480p) +#EXTINF:-1 tvg-id="Telenantes.fr" status="online",Tรฉlรฉnantes (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TELENANTES #EXTINF:-1 tvg-id="Telesud.fr" status="online",TeleSud http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wrxqb -#EXTINF:-1 tvg-id="TF1.fr" status="error",TF1 (1080p) -http://gratuittv.free.fr/Files/tf1/live/playlist.m3u8 #EXTINF:-1 tvg-id="TF1SeriesFilms.fr" status="online",TF1 Sรฉries Films (360p) http://gratuittv.free.fr/Files/tfsf/live/playlist.m3u8 #EXTINF:-1 tvg-id="TFX.fr" status="error",TFX (720p) @@ -185,8 +183,6 @@ http://gratuittv.free.fr/Files/tfx/live/playlist.m3u8 https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249/index.m3u8 #EXTINF:-1 tvg-id="TijiRussia.ru" status="blocked",Tiji Russia (576p) [Not 24/7] http://188.40.68.167/russia/tiji/playlist.m3u8 -#EXTINF:-1 tvg-id="TMC.fr" status="error",TMC (720p) -http://gratuittv.free.fr/Files/tmc/live/playlist.m3u8 #EXTINF:-1 tvg-id="TraceLatina.uk" status="blocked",Trace Latina http://185.234.217.27:8002/play/a02f/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="error",TV5 Monde Asie (576p) @@ -195,7 +191,7 @@ http://210.210.155.37/dr9445/s/s24/index.m3u8 http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Colmar.fr" status="online",TV7 Colmar (576p) https://tv7.hdr-tv.com/live/tv7/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="error",TV8 Mont-Blanc (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="online",TV8 Mont-Blanc (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x71o73v #EXTINF:-1 tvg-id="TV78.fr" status="online",TV78 (720p) https://streamtv.cdn.dvmr.fr/TV78/ngrp:tv78.stream_all/master.m3u8 diff --git a/streams/fr_euronews.m3u b/streams/fr_euronews.m3u index 92c064c57..10d76a4cb 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -9,5 +9,5 @@ https://euronews.alteox.app/hls/de_stream.m3u8 https://euronews.alteox.app/hls/it_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="online",Euronews Portuguese https://euronews.alteox.app/hls/pt_stream.m3u8 -#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews Russian +#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="error",Euronews Russian https://euronews.alteox.app/hls/ru_stream.m3u8 diff --git a/streams/fr_pluto.m3u b/streams/fr_pluto.m3u index 4a642bcb8..05f9640d0 100644 --- a/streams/fr_pluto.m3u +++ b/streams/fr_pluto.m3u @@ -29,10 +29,10 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60afa1508284e600071 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60925a44f0350600075a1fdc/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c1-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5cc06a56-861b-4448-84df-34ad224ceaa7 #EXTINF:-1 tvg-id="PlutoTVAnimeAllDayFrance.fr" status="online",Pluto TV Animรฉ All Day (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed52a62fa750007733239/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Cinรฉ Rรฉtro (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Cinรฉ Rรฉtro (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVCineRetroFrance.fr" status="online",Pluto TV Cinรฉ Rรฉtro (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f72fcd0007e56269/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comรฉdie (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comรฉdie (720p) [Not 24/7] @@ -49,8 +49,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed327f9e9b00007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed327f9e9b0000761141e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b8f4f1ca3f0629f4bf1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=936&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] @@ -59,6 +57,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVJuniorFrance.fr" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimationFrance.fr" status="online",Pluto TV Kids Animation (720p) @@ -67,16 +67,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eba14a https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSeriesFrance.fr" status="online",Pluto TV Kids Sรฉries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb99ff17815000784a3b0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb96f755000733c11a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" 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="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVYogaFrance.fr" status="online",Pluto TV Yoga (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60803e541a829e0008e91641/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fbb570-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ca55bef6-f2a6-488a-be5d-c7ba24d93cdd #EXTINF:-1 tvg-id="" status="online",Cribs Maisons De Star (720p) @@ -130,9 +130,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed5fba #EXTINF:-1 tvg-id="" 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="" status="online",Pluto TV Tortues Ninja TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc1b37867f00071469e9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV 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="" status="online",Pluto TV Tortues Ninja TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecc1b37867f00071469e9/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV TROLL TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb8a8b2619a000710605c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV TROLL TV (720p) [Not 24/7] diff --git a/streams/gr.m3u b/streams/gr.m3u index c86476b02..5c24a9a9c 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -13,7 +13,7 @@ https://www.hellasnet.tv/rest.live.hn/ws.alf/playlist.m3u8 http://alphatvlive.siliconweb.com/1/Y2Rsd1lUcUVoajcv/UVdCN25h/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="APT.gr" status="online",APT (480p) [Not 24/7] http://tv3.streampulse.eu:1935/tilesport/movie2/playlist.m3u8 -#EXTINF:-1 tvg-id="ARTTV.gr" status="online",ART TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ARTTV.gr" status="error",ART TV (720p) [Not 24/7] http://176.9.123.140:1935/arttv/arttv/playlist.m3u8 #EXTINF:-1 tvg-id="AtticaTV.gr" status="error",Attica TV (1080p) [Not 24/7] https://e-e.cyou:8222/atticatv/atticatv/playlist.m3u8 @@ -41,15 +41,15 @@ https://itv.streams.ovh/corfuchannel/corfuchannel/playlist.m3u8 http://live.cretetv.gr:1935/cretetv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DiavataTV.gr" status="online",Diavata TV (720p) https://video.streams.ovh:1936/DiavataTV/DiavataTV/playlist.m3u8 -#EXTINF:-1 tvg-id="DipsoTV.gr" status="error",Dipso TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DipsoTV.gr" status="online",Dipso TV (720p) [Not 24/7] https://live.cast-control.eu/ekpdipso/ekpdipso/playlist.m3u8 #EXTINF:-1 tvg-id="EcclesiaTV.gr" status="online",ฮ•ฮบฮบฮปฮทฯƒฮฏฮฑ (1080p) https://liveopen.siliconweb.com/openTvLive/openEcclessia/playlist.m3u8 #EXTINF:-1 tvg-id="EgnatiaTileorasi.gr" status="online",ฮ•ฮณฮฝฮฑฯ„ฮฏฮฑ ฮคฮทฮปฮตฯŒฯฮฑฯƒฮท (576p) https://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u8 -#EXTINF:-1 tvg-id="EllasTV.gr" status="online",Ellas TV (1080p) +#EXTINF:-1 tvg-id="EllasTV.gr" status="error",Ellas TV (1080p) http://ellastv.gotdns.com:88/freetv/promo/index.m3u8 -#EXTINF:-1 tvg-id="ENAChannel.gr" status="online",Ena Channel (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ENAChannel.gr" status="error",Ena Channel (576p) [Not 24/7] http://176.9.123.140:1935/1c/stream/master.m3u8 #EXTINF:-1 tvg-id="EpirusTV1.gr" status="online",Epirus TV1 (1080p) [Not 24/7] http://176.9.123.140:1935/radioepirus/radioepirus/playlist.m3u8 @@ -61,24 +61,24 @@ https://ert2-live.ert.insyscd.net/out/v1/617370f6ad1447ca8efdc795e4e960a3/ert2-l https://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3.m3u8 #EXTINF:-1 tvg-id="ERTNews.gr" status="online",ERT News (720p) [Geo-blocked] https://ert-live-bcbs15228.siliconweb.com/media/ert_news/ert_news.m3u8 -#EXTINF:-1 tvg-id="ERTSports2.gr" status="online",ERT Sports 2 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="ERTSports2.gr" status="timeout",ERT Sports 2 (1080p) [Geo-blocked] https://ert-live-bcbs15228.siliconweb.com/media/ert_sports_ww/ert_sports2_ww.m3u8 -#EXTINF:-1 tvg-id="ERTSports3.gr" status="online",ERT Sports 3 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="ERTSports3.gr" status="error",ERT Sports 3 (1080p) [Geo-blocked] https://ert-live-bcbs15228.siliconweb.com/media/ert_sports_ww/ert_sports3_ww.m3u8 -#EXTINF:-1 tvg-id="ERTWorld.gr" status="online",ERT World (720p) -https://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8 #EXTINF:-1 tvg-id="ERTWorld.gr" status="online",ERT World (480p) http://wpso.com:1936/hls/wzra.m3u8 +#EXTINF:-1 tvg-id="ERTWorld.gr" status="error",ERT World (720p) +https://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8 #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="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] -https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 -#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] https://vdo3.alphaserver.gr:3466/stream/play.m3u8 +#EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] +https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 #EXTINF:-1 tvg-id="GroovyTV.gr" status="online",Groovy TV (360p) http://web.onair-radio.eu:1935/groovytv/groovytv/playlist.m3u8 #EXTINF:-1 tvg-id="HellenicParliamentTV.gr" status="online",ฮ’ฮฟฯ…ฮปฮฎ ฮคฮทฮปฮตฯŒฯฮฑฯƒฮท (540p) @@ -105,7 +105,7 @@ http://live.cretetv.gr:1935/cretetv/myStream/f1tv.m3u8 https://itv.streams.ovh/magictv/magictv/playlist.m3u8 #EXTINF:-1 tvg-id="MaroussiotikaTV.gr" status="online",Maroussiotika TV (480p) [Not 24/7] http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 -#EXTINF:-1 tvg-id="MEGATVHD.gr" status="blocked",Mega TV +#EXTINF:-1 tvg-id="MEGATVHD.gr" status="online",Mega TV https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8 #EXTINF:-1 tvg-id="MesogeiosTV.gr" status="online",Mesogeios TV (432p) http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 @@ -127,7 +127,7 @@ https://live.streams.ovh/NGradio/NGradio/playlist.m3u8 http://tv.nrg91.gr:1935/onweb/live/master.m3u8 #EXTINF:-1 tvg-id="NRGTV.gr" status="online",NRG TV (720p) https://5c389faa13be3.streamlock.net:9553/onweb/live/playlist.m3u8 -#EXTINF:-1 tvg-id="NSTV.gr" status="online",NS TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NSTV.gr" status="error",NS TV (480p) [Not 24/7] http://176.9.123.140:1935/nstv1/stream/playlist.m3u8 #EXTINF:-1 tvg-id="OpenTV.gr" status="online",Open TV https://liveopencloud.siliconweb.com/1/ZlRza2R6L2tFRnFJ/eWVLSlQx/hls/live/playlist.m3u8 @@ -153,8 +153,6 @@ https://skai-live.siliconweb.com/media/cambria4/index.m3u8 https://s1.cystream.net/live/smile/playlist.m3u8 #EXTINF:-1 tvg-id="StarChannel.gr" status="online",Star (720p) https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8 -#EXTINF:-1 tvg-id="SuperB.gr" status="error",Super B (576p) [Not 24/7] -https://til.pp.ua:3424/live/superblive.m3u8 #EXTINF:-1 tvg-id="Tilemousiki.gr" status="online",Tilemousiki (480p) [Not 24/7] http://wpso.com:1936/hls/music1.m3u8 #EXTINF:-1 tvg-id="TV100.gr" status="online",TV 100 (576p) [Not 24/7] @@ -179,7 +177,7 @@ https://ert-live-bcbs15228.siliconweb.com/media/ert_news_2/ert_news_2.m3u8 https://ertsports-live.ert.insyscd.net/out/v1/db0b54e8d25a47dcb336cf114c4d1860/ertsports-live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",M.TV http://78.83.87.222:9999/play/a015/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Messinia TV +#EXTINF:-1 tvg-id="" status="error",Messinia TV http://176.9.123.140:1935/messinia/messinia/master.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Star BUP http://78.83.87.222:9999/play/a017/index.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index 0592f2dc3..cf1ef9bd6 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="CanaldeGobierno.gt" status="online",Canal de Gobierno http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/GobiernodeGuatemala/live -#EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="online",Canal TV Radio Maya TGBA +#EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="error",Canal TV Radio Maya TGBA https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8 #EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 @@ -15,13 +15,11 @@ https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 #EXTINF:-1 tvg-id="NimTV.gt" status="online",Nim TV https://cdn.streamhispanatv.net:3210/live/nimtvgtlive.m3u8 -#EXTINF:-1 tvg-id="PenielMusical.gt" status="online",Peniel Musical Un Encuentro Con Dios +#EXTINF:-1 tvg-id="PenielMusical.gt" status="error",Peniel Musical Un Encuentro Con Dios https://stream.oursnetworktv.com/latin/eC3pEmUsYKmcaLeJ/playlist.m3u8 #EXTINF:-1 tvg-id="TeveGlobo.gt" status="online",Teve Globo https://videoserver.tmcreativos.com:19360/8046/8046.m3u8 #EXTINF:-1 tvg-id="Totovision.gt" status="online",Totovisiรณn TV https://cdn.streamhispanatv.net:3209/live/totovisiongtlive.m3u8 -#EXTINF:-1 tvg-id="VisionTV.gt" status="error",Visiรณn TV -https://cdn.streamhispanatv.net:3076/live/visiontvlive.m3u8 #EXTINF:-1 tvg-id="" status="online",Presencia TV https://stream.oursnetworktv.com/latin/remaPresencia/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 3ff0028de..1100eb59b 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -1,34 +1,46 @@ #EXTM3U +#EXTINF:-1 tvg-id="BSTV.hk" status="online",่€€ๆ‰่ฒก็ถ“ๅฐ (576p) +http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 #EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="online",Celestial Classic ๅคฉๆ˜ ็ปๅ…ธ (Celestial Classic Movies) (Indonesian Subtitle) (576p) http://210.210.155.37/qwr9ew/s/s31/index.m3u8 #EXTINF:-1 tvg-id="CelestialMovies.hk" status="error",Celestial Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h14/index.m3u8 #EXTINF:-1 tvg-id="CreationTV.hk" status="blocked",Creation TV (720p) [Not 24/7] http://al-pull2.hkatv.vip/live/CTV.m3u8 +#EXTINF:-1 tvg-id="HKSTV.hk" status="online",้ฆ™ๆธฏ่ก›่ฆ– (576p) [Not 24/7] +http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 #EXTINF:-1 tvg-id="HKSTV.hk" status="blocked",HKSTV (้ฆ™ๆธฏ่ก›่ฆ–) (720p) [Not 24/7] https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 -#EXTINF:-1 tvg-id="ICableNewsChannel.hk" status="timeout",ๆœ‰็ทšๆ–ฐ่žๅฐ i-Cable 24-hour News Channel (720p) +#EXTINF:-1 tvg-id="HongKongOpenTV.hk" status="online",้ฆ™ๆธฏๅผ€็”ต่ง† / HKSTV-HKS (720p) +http://media.fantv.hk/m3u8/archive/channel2.m3u8 +#EXTINF:-1 tvg-id="ICableNewsChannel.hk" status="online",ๆœ‰็ทšๆ–ฐ่žๅฐ i-Cable 24-hour News Channel (720p) https://uc6.i-cable.com/live_freedirect/freehd209_h.live/playlist.m3u8 #EXTINF:-1 tvg-id="iModeTV.hk" status="error",iMode TV (1080p) [Not 24/7] https://juyunlive.juyun.tv/live/24950198.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="error",Kix (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="Kix.hk" status="online",Kix (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h07/index.m3u8 -#EXTINF:-1 tvg-id="MiaoMi.hk" status="error",Miao Mi (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="timeout",้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡ๅฐ +http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="error",Phoenix Chinese Channel (้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡) (576p) http://210.210.155.37/uq2663/h/h157/index2.m3u8 -#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (้ณณๅ‡ฐ่ก›่ฆ–่ณ‡่จŠ) (576p) +#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="timeout",้ณณๅ‡ฐ่ก›่ฆ–่ณ‡่จŠๅฐHD (720p) [Not 24/7] +http://117.169.120.138:8080/live/fhzixun/.m3u8 +#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (้ณณๅ‡ฐ่ก›่ฆ–่ณ‡่จŠ) (576p) http://210.210.155.37/qwr9ew/s/s21/index.m3u8 -#EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p) +#EXTINF:-1 tvg-id="RTHKTV31.hk" status="online",RTHK (ๆธฏๅฐ้›ป่ฆ–31) (360p) [Geo-blocked] +https://rthklive1-lh.akamaihd.net/i/rthk31_1@167495/master.m3u8 +#EXTINF:-1 tvg-id="RTHKTV32.hk" status="online",RTHK (ๆธฏๅฐ้›ป่ฆ–32) (360p) [Not 24/7] +https://rthklive2-lh.akamaihd.net/i/rthk32_1@168450/master.m3u8 +#EXTINF:-1 tvg-id="Thrill.hk" status="error",Thrill (576p) http://210.210.155.37/qwr9ew/s/s34/index.m3u8 +#EXTINF:-1 tvg-id="TVBJade.hk" status="timeout",TVB็ฟก็ฟ ๅฐ (JADE) (576p) +http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=188&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= +#EXTINF:-1 tvg-id="TVBJade.hk" status="timeout",TVB็ฟก็ฟ ๅฐ (JADE) (576p) +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=188&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="ViuTVsix.hk" status="timeout",ViuTVsix http://61.238.6.49:8000/bysid/96 #EXTINF:-1 tvg-id="" status="online",HKIBC http://uc6.i-cable.com/live_freedirect/opentvhd002_h.live/playlist.m3u8 -#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="" status="online",TVB J2 https://j3.lhlh.app/mv.m3u8 #EXTINF:-1 tvg-id="" status="timeout",TVBๆ˜Ž็ ๅฐ (PEARL) @@ -37,17 +49,3 @@ http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=12&Fsv_ctyp 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ๆ˜Ž็ ๅฐ (PEARL) 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=12&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",TVB็ฟก็ฟ ๅฐ (JADE) (576p) -http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=188&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",TVB็ฟก็ฟ ๅฐ (JADE) (576p) -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=188&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",่€€ๆ‰่ฒก็ถ“ๅฐ (576p) -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="timeout",้ฆ™ๆธฏ่ก›่ฆ– (576p) [Not 24/7] -http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",้ณณๅ‡ฐ่ก›่ฆ–ไธญๆ–‡ๅฐ -http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",้ณณๅ‡ฐ่ก›่ฆ–่ณ‡่จŠๅฐHD (720p) [Not 24/7] -http://117.169.120.138:8080/live/fhzixun/.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index 7b6e87966..3156d26c1 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -7,7 +7,7 @@ https://emisoras.hn:8081/atv/index.m3u8 https://video.misistemareseller.com/atvhonduras/atvhonduras/playlist.m3u8 #EXTINF:-1 tvg-id="CampusTV.hn" status="timeout",Campus TV (360p) [Not 24/7] http://st2.worldkast.com/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.hn" status="blocked",Canal 11 (720p) +#EXTINF:-1 tvg-id="Canal11.hn" status="online",Canal 11 (720p) https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 #EXTINF:-1 tvg-id="Catavision.hn" status="online",Catavisiรณn (300p) [Not 24/7] https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 @@ -39,9 +39,9 @@ https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 http://lencatelevision.com:8080/hls/ltv3.m3u8 #EXTINF:-1 tvg-id="RHCTV.hn" status="online",Roatรกn Hable Claro (RHC) (720p) https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8 -#EXTINF:-1 tvg-id="SercanoTV.hn" status="online",Sercano TV (720p) +#EXTINF:-1 tvg-id="SercanoTV.hn" status="error",Sercano TV (720p) http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuyapaTV.hn" status="error",Suyapa TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SuyapaTV.hn" status="online",Suyapa TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x833e2b #EXTINF:-1 tvg-id="Teleceiba.hn" status="timeout",Teleceiba http://190.11.224.14:8134/liveevent.m3u8 @@ -49,9 +49,9 @@ http://190.11.224.14:8134/liveevent.m3u8 https://cloud2.streaminglivehd.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisionComayaguaCanal40.hn" status="timeout",Television Comayagua Canal 40 (320p) [Not 24/7] http://st2.worldkast.com/8058/8058/playlist.m3u8 -#EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (720p) +#EXTINF:-1 tvg-id="TENCanal10.hn" status="error",TEN Canal 10 (720p) http://stream.grupoabchn.com:1935/TENHD/TENLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TENCanal10.hn" status="error",TEN Canal 10 (540p) [Not 24/7] http://stream.grupoabchn.com:1935/TENHD/TENLIVEHD_2/playlist.m3u8 #EXTINF:-1 tvg-id="TVCopan.hn" status="online",TV Copรกn (480p) [Not 24/7] https://emisoras.hn:8081/tvcopan/index.m3u8 @@ -59,7 +59,7 @@ https://emisoras.hn:8081/tvcopan/index.m3u8 https://live-utv.unah.edu.hn/web/salida.m3u8 #EXTINF:-1 tvg-id="VTV.hn" status="online",VTV https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8 -#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index 024f5188c..0044b6367 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,9 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="error",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 -#EXTINF:-1 tvg-id="NETALKOLETV.ht" status="error",NETALKOLE TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NETALKOLETV.ht" status="online",NETALKOLE TV (720p) [Not 24/7] https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 #EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7] http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 @@ -11,13 +11,13 @@ http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live #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="error",Radio Tele Shalom (720p) [Not 24/7] +#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 -#EXTINF:-1 tvg-id="TeleHaiti.ht" status="error",Tele Haiti (1088p) +#EXTINF:-1 tvg-id="TeleHaiti.ht" status="timeout",Tele Haiti (1088p) 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="online",TV Panou (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPanou.ht" status="error",TV Panou (720p) [Not 24/7] http://tvpanoucom.srfms.com:1935/tvpanoucom/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Tรฉlรฉ 4VEH (720p) https://uni01rtmp.tulix.tv/4vehtv/4vehtv-firetv/playlist.m3u8 diff --git a/streams/hu.m3u b/streams/hu.m3u index 39bec3188..d81f1423a 100644 --- a/streams/hu.m3u +++ b/streams/hu.m3u @@ -69,5 +69,5 @@ https://stream.y5.hu/stream/stream_bonum/stream.m3u8 https://streaming.mytvback.com/stream/Nc8b6c6tUH4gh3GdRR-zFw/1617462698/channel016/stream.m3u8 #EXTINF:-1 tvg-id="" status="timeout",H!T Music Channel (480p) http://hitmusic.hu/hitmusic.m3u8 -#EXTINF:-1 tvg-id="" status="error",Hegyvidek Tv Budapest (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Hegyvidek Tv Budapest (576p) [Not 24/7] http://tv.hegyvidek.hu/stream_mpeg.flv diff --git a/streams/id.m3u b/streams/id.m3u index 946fea288..3aae6d79c 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -13,7 +13,7 @@ https://h1.intechmedia.net/intech/ch64.m3u8 https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8 #EXTINF:-1 tvg-id="ANTV.id" status="online",ANTV (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 -#EXTINF:-1 tvg-id="AshiilTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AshiilTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch2.m3u8 #EXTINF:-1 tvg-id="AswajaTV.id" status="online",Aswaja TV [Geo-blocked] @@ -30,7 +30,7 @@ https://v2.siar.us/barayatv/live/chunks.m3u8 http://122.248.43.138:1935/ch5/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="BatuTV.id" status="online",Batu TV (576p) [Not 24/7] http://117.103.69.219:8080/live/streaming/index.m3u8 -#EXTINF:-1 tvg-id="BayuTVNganjuk.id" status="error",Bayu TV Nganjuk (720p) +#EXTINF:-1 tvg-id="BayuTVNganjuk.id" status="online",Bayu TV Nganjuk (720p) https://5bf7b725107e5.streamlock.net/bayutvpersada/bayutvpersada/playlist.m3u8 #EXTINF:-1 tvg-id="BeritaSatu.id" status="online",BeritaSatu (720p) https://b1news.beritasatumedia.com/Beritasatu/B1News_manifest.m3u8 @@ -38,13 +38,13 @@ https://b1news.beritasatumedia.com/Beritasatu/B1News_manifest.m3u8 https://b1english.beritasatumedia.com/Beritasatu/B1English_manifest.m3u8 #EXTINF:-1 tvg-id="BeritaSatuWorld.id" status="online",BeritaSatu World (720p) [Not 24/7] https://b1world.beritasatumedia.com/Beritasatu/B1World_manifest.m3u8 -#EXTINF:-1 tvg-id="BETV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] +#EXTINF:-1 tvg-id="BETV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch30.m3u8 #EXTINF:-1 tvg-id="BETV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch58.m3u8 -#EXTINF:-1 tvg-id="BinBazTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="BinBazTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch22.m3u8 #EXTINF:-1 tvg-id="BiznetAdventure.id" status="online",Biznet Adventure (720p) @@ -53,11 +53,11 @@ http://livestream.biznetvideo.net/biznet_adventure/smil:adventure.smil/playlist. http://livestream.biznetvideo.net/biznet_kids/smil:kids.smil/playlist.m3u8?bizkeyliveCustomParameter=myParameter&bizkeyliveendtime=0&bizkeylivehash=qAri1M2xu_MAlnHwVRtOs24lR8Y_HSDijN2CRNghifUllhYqQSDlkd0qE8CkZwxC&bizkeylivestarttime=0 #EXTINF:-1 tvg-id="BiznetLifestyle.id" status="online",Biznet Lifestyle (720p) http://livestream.biznetvideo.net/biznet_lifestyle/smil:lifestyle.smil/playlist.m3u8?bizkeyliveCustomParameter=myParameter&bizkeyliveendtime=0&bizkeylivehash=jgDKPclcGdZfvrIDxfMdpT7v_srMWCbubntGo9cCYWpcBBQalMlLQxHswm43PbVR&bizkeylivestarttime=0 -#EXTINF:-1 tvg-id="BMSTV.id" status="online",Bayunmas TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="BMSTV.id" status="error",Bayunmas TV (720p) [Geo-blocked] https://v2.siar.us/bmstv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BRTV.id" status="online",BRTV (1080p) [Not 24/7] https://e1.siar.us/badartv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="BungoTV.id" status="error",Bungo TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BungoTV.id" status="online",Bungo TV (480p) [Not 24/7] https://5bf7b725107e5.streamlock.net/bungotv/bungotv/playlist.m3u8 #EXTINF:-1 tvg-id="CahayaTVBanten.id" status="online",Cahaya TV Banten (720p) [Not 24/7] https://bravo.kugo.id/ctv/rtmp.stream/playlist.m3u8 @@ -71,11 +71,11 @@ https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8 https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8 #EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8 -#EXTINF:-1 tvg-id="DMTVMalang.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DMTVMalang.id" status="online",DMTV Malang (576p) https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.m3u8 +#EXTINF:-1 tvg-id="DMTVMalang.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) +https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DuniaGamesTV.id" status="online",Dunia Games TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 #EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] @@ -84,7 +84,7 @@ https://dutatv.siar.us/dutatv/live/playlist.m3u8 http://210.210.155.37/qwr9ew/s/s10/index.m3u8 #EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked] http://210.210.155.35/qwr9ew/s/s10/index.m3u8 -#EXTINF:-1 tvg-id="FajarTV.id" status="online",Fajar TV (240p) [Not 24/7] +#EXTINF:-1 tvg-id="FajarTV.id" status="error",Fajar TV (240p) [Not 24/7] http://122.248.43.138:1935/ch27/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="GarudaTV.id" status="online",Garuda TV (720p) [Not 24/7] https://ms.digdaya.tv/live/digdayatv/live.m3u8 @@ -95,28 +95,28 @@ https://wowza.convergen.co/gprtv/myLive/playlist.m3u8 #EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="timeout",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="IAmChannel.id" status="online",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 -#EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s04/index.m3u8 -#EXTINF:-1 tvg-id="InsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="InsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch1.m3u8 #EXTINF:-1 tvg-id="InspiraTV.id" status="online",Inspira TV (720p) [Not 24/7] https://inspiratv.siar.us/inspiratv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="IzzahTV.id" status="error",Izzah TV (480p) +#EXTINF:-1 tvg-id="IzzahTV.id" status="online",Izzah TV (480p) https://streaming.radiosalamjambi.com/izzahtv.m3u8 #EXTINF:-1 tvg-id="JakTV.id" status="blocked",Jak TV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(7a73ed02-e0de-4df1-8da3-5abfd75f24bd)/index.m3u8 -#EXTINF:-1 tvg-id="JambiTV.id" status="online",Jambi TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="JambiTV.id" status="error",Jambi TV (576p) [Not 24/7] http://122.248.43.138:1935/ch23/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JawaPosTV.id" status="online",Jawa Pos TV (480p) [Not 24/7] https://v2.siar.us/jawapostv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch29.m3u8 #EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] @@ -135,11 +135,11 @@ https://h1.intechmedia.net/intech/ch65.m3u8 https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8 #EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7] http://122.248.43.138:1935/ch6/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="JTV.id" status="online",JTV (720p) [Not 24/7] -http://122.248.43.138:1935/ch2/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JTV.id" status="blocked",JTV (1080p) [Geo-blocked] https://cdn02.mola.tv/Content/HLS/Live/channel(f2cd666d-f350-1140-7ce5-3d7f39f84727)/index.m3u8 -#EXTINF:-1 tvg-id="KawanuaTV.id" status="online",Kawanua TV (720p) +#EXTINF:-1 tvg-id="JTV.id" status="error",JTV (720p) [Not 24/7] +http://122.248.43.138:1935/ch2/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="KawanuaTV.id" status="error",Kawanua TV (720p) http://122.248.43.138:1935/ch18/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="KompasTV.id" status="online",Kompas TV (720p) https://live-kg.jixie.media/live/kompastv_lhd.m3u8 @@ -151,7 +151,7 @@ https://bravo.kugo.id/lomboktv/rtmp.stream/chunklist.m3u8 https://stream.asianastream.com/madani/ngrp:madanitv_all/playlist.m3u8 #EXTINF:-1 tvg-id="MaduTV.id" status="online",Madu TV (576p) https://re1.siar.us/madutv/hd720/playlist.m3u8 -#EXTINF:-1 tvg-id="MagnaChannel.id" status="online",Magna Channel (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MagnaChannel.id" status="blocked",Magna Channel (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:magna.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Maleo.id" status="online",Maleo (576i) https://alfa.kugo.id/playout/maleo.stream/chunklist.m3u8 @@ -161,36 +161,33 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/channel/U https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8 #EXTINF:-1 tvg-id="MCC.id" status="blocked",MCC (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8 +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live #EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="error",Media Sunnah Aceh [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live -#EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="blocked",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MetrotvnewsOfficial/live -#EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MetroTV.id" status="timeout",Metro TV (480p) [Not 24/7] http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MGITV.id" status="timeout",MGI TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="MGITV.id" status="error",MGI TV (720p) [Geo-blocked] https://tv.rodja.live/tasik/ngrp:mgitv_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MGSTV.id" status="error",MGS TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MGSTV.id" status="online",MGS TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/mgstv/ingestmgstv.m3u8 -#EXTINF:-1 tvg-id="MHOTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",MHO TV (360p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch19.m3u8 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 +#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="error",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch5.m3u8 #EXTINF:-1 tvg-id="MyCinema.id" status="online",My Cinema (1080p) http://210.210.155.37/uq2663/h/h192/index.m3u8 -#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="error",My Cinema Asia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h193/index.m3u8 #EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h194/index.m3u8 @@ -202,9 +199,9 @@ https://alfa.kugo.id/nabawitv/nabawitv/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live #EXTINF:-1 tvg-id="NET.id" status="online",NET. (576p) https://bravo.kugo.id/nettv/udp.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="NET.id" status="online",NET. (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="NET.id" status="error",NET. (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NiagaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="NiagaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch10.m3u8 #EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p) @@ -217,7 +214,7 @@ http://210.210.155.37/uq2663/h/h143/index.m3u8 http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PalembangTV.id" status="online",Pal TV (720p) [Not 24/7] https://v3.siar.us/paltv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PijarTV.id" status="error",Pijar TV [Not 24/7] +#EXTINF:-1 tvg-id="PijarTV.id" status="online",Pijar TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/pijartv #EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 @@ -232,15 +229,15 @@ http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch16.m3u8 +#EXTINF:-1 tvg-id="RajawaliTV.id" status="online",RTV (576p) [Geo-blocked] +http://210.210.155.37/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8 -#EXTINF:-1 tvg-id="RajawaliTV.id" status="error",RTV (576p) [Geo-blocked] -http://210.210.155.37/dr9445/h/h10/index.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="online",Rasyaad TV [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 +#EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RCTI.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",RCTI (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ #EXTVLCOPT:http-user-agent=AppleWebKit/537.36 (KHTML, like Gecko) @@ -252,9 +249,9 @@ https://v10.siar.us/rctv/live/playlist.m3u8 #EXTINF:-1 tvg-id="RiauRayaTV.id" status="online",Riau TV (576p) [Not 24/7] https://bravo.kugo.id/riauraya/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RiauTV.id" status="online",Riau TV (576p) [Not 24/7] -http://122.248.43.138:1935/ch11/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RiauTV.id" status="online",Riau TV (576p) [Not 24/7] https://bravo.kugo.id/riautv/udp.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="RiauTV.id" status="error",Riau TV (576p) [Not 24/7] +http://122.248.43.138:1935/ch11/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="RodjaTV.id" status="blocked",Rodja TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(6f7158e4-f151-45dd-874f-e02c15c7cd4b)/index.m3u8 #EXTINF:-1 tvg-id="RodjaTV.id" status="timeout",Rodja TV [Geo-blocked] @@ -265,7 +262,7 @@ http://36.89.47.217:11935/rrinet/live/index.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(2b945e2e-4297-4be9-9a45-aa023c890e13)/index.m3u8 #EXTINF:-1 tvg-id="SaktiTV.id" status="online",Sakti TV (480p) [Not 24/7] https://v2.siar.us/saktitv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="SalamTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SalamTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch12.m3u8 #EXTINF:-1 tvg-id="SalingSapaTV.id" status="online",Saling Sapa TV (576p) @@ -280,23 +277,20 @@ https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-4 http://116.254.112.74/hls/cakralive.m3u8 #EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7] http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="timeout",Sinema Indonesia X (576p) +#EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="online",Sinema Indonesia X (576p) https://bravo.kugo.id/live/sindox.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SMTV.id" status="online",SMTV (720p) [Not 24/7] http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SpacetoonIndonesia.id" status="online",Spacetoon Indonesia (576p) https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",Sriwijaya TV [Not 24/7] +#EXTINF:-1 tvg-id="SriwijayaTV.id" status="error",Sriwijaya TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline -#EXTINF:-1 tvg-id="SultraTV.id" status="online",Sultra TV (720p) offline +#EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch17.m3u8 -#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch18.m3u8 -#EXTINF:-1 tvg-id="SurauTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SurauTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch3.m3u8 #EXTINF:-1 tvg-id="TATV.id" status="online",TATV (720p) [Not 24/7] @@ -311,7 +305,7 @@ https://5bf7b725107e5.streamlock.net/tegartv/tegartv/playlist.m3u8 https://video.detik.com/trans7/smil:trans7.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TransTV.id" status="online",Trans TV (720p) https://video.detik.com/transtv/smil:transtv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TransTV.id" status="error",Trans TV (720p) +#EXTINF:-1 tvg-id="TransTV.id" status="online",Trans TV (720p) https://video.detik.com/transtv/smil:transtv-live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV9Nusantara.id" status="online",TV9 Nusantara (720p) https://5bf7b725107e5.streamlock.net/tv9/tv9/playlist.m3u8 @@ -323,7 +317,7 @@ https://tvmu.siar.us/tvmu/live/playlist.m3u8 https://bravo.kugo.id/tvmu/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live -#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="tvOne.id" status="error",tvOne (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s105/01.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 @@ -350,11 +344,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIBengkulu)/index.m3u8 #EXTINF:-1 tvg-id="TVRIBengkulu.id" status="online",TVRI Bengkulu (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIBENGKULU)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 +#EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJatengsemarang)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralJava.id" status="online",TVRI Jawa Tengah (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRICentralJava.id" status="timeout",TVRI Jawa Tengah (720p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIJATENGSEMARANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) @@ -492,11 +486,11 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSumatra.id" status="online",TVRI Sumatera Barat (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRI3)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI3)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRI3)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWorld.id" status="timeout",TVRI World (720p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRI3)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) @@ -515,10 +509,10 @@ https://ssv1.dpr.go.id/golive/livestream1/playlist.m3u8 http://103.18.181.69:1935/golive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream2/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 #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="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] @@ -531,7 +525,7 @@ https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8 http://103.18.181.69:1935/golive/livestream5/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream5/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="online",TVR Parlemen Komisi VI [Not 24/7] http://103.18.181.69:1935/golive/livestream6/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8 @@ -551,11 +545,11 @@ https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8 http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 -#EXTINF:-1 tvg-id="TVTabalong.id" status="online",TV Tabalong (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVTabalong.id" status="error",TV Tabalong (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8 #EXTINF:-1 tvg-id="UChannel.id" status="online",U Channel (576p) [Not 24/7] [Geo-blocked] http://210.210.155.37/x6bnqe/s/s73/index2.m3u8 -#EXTINF:-1 tvg-id="UFA24.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="UFA24.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",UFA 24 (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch27.m3u8 #EXTINF:-1 tvg-id="UGTV.id" status="online",UGTV (720p) @@ -565,8 +559,6 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(f1b6e507-d639-4d #EXTINF:-1 tvg-id="UseePrime.id" status="blocked",Usee Prime (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(18564c27-ff44-4d62-9fab-dcb417fcb93f)/index.m3u8 #EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] -http://210.210.155.35/qwr9ew/s/s32/index.m3u8 -#EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s32/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Alwafa Tarim TV (Am Media) (720p) https://v2.siar.us/ammedia/720/playlist.m3u8 @@ -576,17 +568,17 @@ https://ammedia.siar.us/ammedia/live/playlist.m3u8 https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Knowledge and Learning (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s36/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Dens Life Style (576p) [Geo-blocked] +http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.35/x6bnqe/s/s65/index2.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] -http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens Play (720p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",dTVi (720p) +#EXTINF:-1 tvg-id="" status="online",dTVi (720p) https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Ficom Channel (720p) https://v3.siar.us/ficomchannel/live/playlist.m3u8 @@ -604,7 +596,7 @@ https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8 https://bravo.kugo.id/kugostar/udp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="error",NCB TV Indonesia (720p) https://ncbtv.siar.us/ncbtv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Pal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Pal TV (720p) [Not 24/7] http://122.248.43.138:1935/ch7/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persija TV (720p) https://bravo.kugo.id/persijatv/udp.stream/playlist.m3u8 diff --git a/streams/il.m3u b/streams/il.m3u index 9617628fe..b64142397 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -1,12 +1,12 @@ #EXTM3U #EXTINF:-1 tvg-id="Channel9.il" status="blocked",Channel 9 (540p) [Not 24/7] http://50.7.231.221:8081/185/index.m3u8?wmsAuthSign=okad -#EXTINF:-1 tvg-id="HalaTV.il" status="error",Hala TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="HalaTV.il" status="online",Hala TV (576p) [Not 24/7] +https://gstream4.panet.co.il/edge/halaTV/playlist.m3u8 +#EXTINF:-1 tvg-id="HalaTV.il" status="online",Hala TV (1080p) [Not 24/7] https://live1.panet.co.il/edge_abr/halaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="HalaTV.il" status="error",Hala TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="HalaTV.il" status="online",Hala TV (1080p) [Not 24/7] https://live2.panet.co.il/edge_abr/halaTV/playlist.m3u8 -#EXTINF:-1 tvg-id="HalaTV.il" status="error",Hala TV (576p) [Not 24/7] -https://gstream4.panet.co.il/edge/halaTV/playlist.m3u8 #EXTINF:-1 tvg-id="Hidabroot.il" status="online",Hidabroot (576p) https://stream5.shidur.net/htvlive2/smil:live2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Hidabroot.il" status="online",Hidabroot (576p) diff --git a/streams/in.m3u b/streams/in.m3u index 69cb215dc..c89ac11aa 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -5,7 +5,7 @@ https://6n3yogbnd9ok-hls-live.5centscdn.com/threetamil/d0dbe915091d400bd8ee7f27f http://103.199.161.254/Content/7smusic/Live/Channel(7smusic)/index.m3u8 #EXTINF:-1 tvg-id="9XM.in" status="online",9XM (480p) https://d2q8p4pe5spbak.cloudfront.net/bpk-tv/9XM/9XM.isml/index.m3u8 -#EXTINF:-1 tvg-id="AajTak.in" status="blocked",Aaj Tak (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AajTak.in" status="online",Aaj Tak (360p) [Geo-blocked] https://lmil.live-s.cdn.bitgravity.com/cdn-live/_definst_/lmil/live/aajtak_app.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AathavanTV.in" status="online",Aathavan TV (720p) [Not 24/7] http://45.77.66.224:1935/athavantv/live/playlist.m3u8 @@ -17,7 +17,7 @@ http://akaram.zecast.net/akaram-live/akaramkidz/index.m3u8 https://d39iawgzv3h0yo.cloudfront.net/out/v1/1ef4344a3b4a41908915d58ac7bd5e23/index.m3u8 #EXTINF:-1 tvg-id="AmritaTV.in" status="online",Amrita TV (576p) http://103.199.161.254/Content/amrita/Live/Channel(Amrita)/index.m3u8 -#EXTINF:-1 tvg-id="AnjanTV.in" status="online",Anjan (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AnjanTV.in" status="error",Anjan (720p) [Not 24/7] https://f3.vstream.online:7443/bstb/ngrp:anjan_hdall/playlist.m3u8 #EXTINF:-1 tvg-id="ApnaPunjabTV.in" status="online",Apna Punjab (720p) http://cdn5.live247stream.com/apnapunjab/tv/playlist.m3u8 @@ -211,7 +211,7 @@ https://ndtvindiaelemarchana.akamaized.net/hls/live/2003679/ndtvindia/master.m3u https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680-b/ndtvprofit/master.m3u8 #EXTINF:-1 tvg-id="NDTVProfit.in" status="online",NDTV Profit (480p) [Not 24/7] https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/master.m3u8 -#EXTINF:-1 tvg-id="NDTVProfit.in" status="blocked",NDTV Profit [Geo-blocked] +#EXTINF:-1 tvg-id="NDTVProfit.in" status="online",NDTV Profit [Geo-blocked] https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NeeCinema.in" status="blocked",Nee Cinema (480p) https://live.neestream.net/neestream_01/neecinema/index.m3u8?token=693400 @@ -261,11 +261,11 @@ http://103.199.161.254/Content/reporter/Live/Channel(Reporter)/index.m3u8 https://weblive.republicworld.com/liveorigin/republictv/playlist.m3u8 #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="error",Sana Plus (720p) [Not 24/7] +#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="online",Sana TV (576p) [Not 24/7] http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 -#EXTINF:-1 tvg-id="SanthoraTV.in" status="error",Santhora TV (720p) +#EXTINF:-1 tvg-id="SanthoraTV.in" status="online",Santhora TV (720p) http://santhoratv.zecast.net/santhoratv/santhoratv/index.m3u8 #EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2ziCMHFPWkFHjocUMXT__Q/live @@ -311,7 +311,7 @@ https://cdn.logicwebs.in/hls/ublhdkey.m3u8 http://208.115.215.42/Utsav_Gold_HD/index.m3u8 #EXTINF:-1 tvg-id="Velicham.in" status="online",Velicham (360p) [Not 24/7] https://rtmp.smartstream.video/velichamtv/velichamtv/playlist.m3u8 -#EXTINF:-1 tvg-id="WION.in" status="timeout",Wion (576p) +#EXTINF:-1 tvg-id="WION.in" status="error",Wion (576p) http://210.210.155.37/uq2663/h/h91/index.m3u8 #EXTINF:-1 tvg-id="Yolo.in" status="timeout",Yolo (410p) [Not 24/7] http://cdn.logicwebs.in/hls/yolo.m3u8 @@ -325,13 +325,11 @@ http://cdn7.live247stream.com/desibeats/tv/playlist.m3u8 https://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Desi Plus (720p) http://cdn2.live247stream.com/desiplus/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dishum [Geo-blocked] -https://m-c29-j2apps.s.llnwi.net/hls/5332.Dishum.in.m3u8 #EXTINF:-1 tvg-id="" status="online",FASTWAY NEWS (720p) [Not 24/7] http://163.47.214.155:1935/fwnews/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Filmeraa (720p) https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 -#EXTINF:-1 tvg-id="" status="error",Indywood TV +#EXTINF:-1 tvg-id="" status="online",Indywood TV https://43wrzjnpqoxe-hls-live.wmncdn.net/indywood/indywoodtv/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Kairali WE (480p) https://live.neestream.net/neestream_01/kairaliwe/index.m3u8?token=693400 @@ -353,7 +351,7 @@ http://rtmp.smartstream.video:1935/mhonenews/mhonenews/playlist.m3u8 https://gvjyg2n9doem-hls-live.5centscdn.com/navmediastream/d0dbe915091d400bd8ee7f27f0791303.sdp/chunks.m3u8 #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="" status="online",NVision +#EXTINF:-1 tvg-id="" status="error",NVision http://live.singamcloud.in:1935/nvision/nvision/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Pramaya News7 (576p) [Not 24/7] https://live.mycast.in/encode/ee0c5a36ff5a7083ee044991974ad3ba.sdp/playlist.m3u8 @@ -378,7 +376,7 @@ http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6 http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="online",Times Now Navbharat [Geo-blocked] https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p) +#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (360p) http://210.210.155.37/x6bnqe/s/s81/02.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (576p) http://210.210.155.37/x6bnqe/s/s81/01.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index f305c338c..7f42913ca 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -13,7 +13,7 @@ https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8 -#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.m3u8 @@ -24,9 +24,9 @@ https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8 #EXTINF:-1 tvg-id="AlkafeelThewindowofAlKafeel.iq" status="online",Alkafeel: The window of Al-Kafeel (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot1/manifest.m3u8 #EXTINF:-1 tvg-id="AlRafidainTV.iq" status="online",Al Rafidain (1024p) [Not 24/7] -http://149.202.79.190:8081/arrafidaintv/publish/playlist.m3u8 -#EXTINF:-1 tvg-id="AlRafidainTV.iq" status="online",Al Rafidain (1024p) [Not 24/7] https://cdg8.edge.technocdn.com/arrafidaintv/abr_live/playlist.m3u8 +#EXTINF:-1 tvg-id="AlRafidainTV.iq" status="error",Al Rafidain (1024p) [Not 24/7] +http://149.202.79.190:8081/arrafidaintv/publish/playlist.m3u8 #EXTINF:-1 tvg-id="AlRasheedTV.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="online",Al Sharqiya (1080p) [Not 24/7] diff --git a/streams/ir.m3u b/streams/ir.m3u index c0ba4863d..506881e90 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -17,7 +17,7 @@ http://51.210.199.4/hls/stream.m3u8 https://livestream.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/index.m3u8 #EXTINF:-1 tvg-id="CaltexTV.ir" status="online",Caltex TV (720p) [Not 24/7] https://vid1.caltexmusic.com/hls/caltextv.m3u8 -#EXTINF:-1 tvg-id="EBC1TV.ir" status="error",EBC1 TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="EBC1TV.ir" status="online",EBC1 TV (720p) [Geo-blocked] https://vsn1-cdn-phx.icastcenter.com/EBC1/EBC1/playlist.m3u8 #EXTINF:-1 tvg-id="FarsTV.ir" status="online",FARS (240p) http://cdn1.live.irib.ir:1935/epg-live/smil:fars/playlist.m3u8 @@ -35,7 +35,7 @@ https://live1.presstv.ir/live/hispan.m3u8 https://live.presstv.ir/live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ICnet1.ca" status="online",Icnet TV (720p) [Not 24/7] http://51.210.199.7/hls/stream.m3u8 -#EXTINF:-1 tvg-id="iFilm2.ir" status="timeout",iFILM Persian 2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="iFilm2.ir" status="online",iFILM Persian 2 (480p) [Not 24/7] https://live1.presstv.ir/live/ifilm2.m3u8 #EXTINF:-1 tvg-id="iFilmArabic.ir" status="online",iFILM Arabic (720p) https://live.presstv.ir/ifilmlive/smil:ifilmar.smil/playlist.m3u8 @@ -89,7 +89,7 @@ http://51.210.199.30/hls/stream.m3u8 http://51.210.199.3/hls/stream.m3u8 #EXTINF:-1 tvg-id="SL2.ir" status="online",SL 2 (720p) http://51.210.199.2/hls/stream.m3u8 -#EXTINF:-1 tvg-id="SNNTV.ir" status="error",SNN TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SNNTV.ir" status="online",SNN TV (720p) [Not 24/7] https://live.snn.ir/hls/snn/index.m3u8 #EXTINF:-1 tvg-id="T2TV.ir" status="timeout",T2 TV (720p) [Not 24/7] http://208.113.204.104:8123/live/tapesh-live-stream/index.m3u8 @@ -107,7 +107,7 @@ http://51.210.199.8/hls/stream.m3u8 http://51.210.199.9/hls/stream.m3u8 #EXTINF:-1 tvg-id="YourTimeTV.ir" status="online",YourTime TV (720p) [Not 24/7] https://hls.yourtime.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="error",Channel 1 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Channel 1 (480p) [Not 24/7] https://2nbyjjx7y53k-hls-live.5centscdn.com/cls040317/0070c5b7ef083bdc8de09065c61a34d8.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Diyar TV (720p) [Not 24/7] http://51.210.199.28/hls/stream.m3u8 diff --git a/streams/it.m3u b/streams/it.m3u index e21bce707..926a717f4 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -31,7 +31,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(C5)/ http://wms.shared.streamshow.it/canale7/canale7/playlist.m3u8 #EXTINF:-1 tvg-id="Canale8.it" status="online",Canale 8 (480p) http://wms.shared.streamshow.it/canale8/canale8/playlist.m3u8 -#EXTINF:-1 tvg-id="CanaleDieci.it" status="error",Canale 10 (540p) [Not 24/7] +#EXTINF:-1 tvg-id="CanaleDieci.it" status="online",Canale 10 (540p) [Not 24/7] http://37.187.142.147:1935/ch10live/high.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Cine34.it" status="blocked",Cine 34 [Geo-blocked] https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(b6)/index.m3u8 @@ -39,7 +39,7 @@ https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(b6)/ https://streamcdnb10-859c1818ed614cc5b0047439470927b0.msvdn.net/live/S76890577/tDoFkZD3T1Lw/playlist.m3u8 #EXTINF:-1 tvg-id="CompanyTV.it" status="online",Company TV (720p) https://5929b138b139d.streamlock.net/CompanyTV/smil:CompanyTV.smil/master.m3u8 -#EXTINF:-1 tvg-id="DonnaShopping.it" status="online",Donna Shopping (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DonnaShopping.it" status="error",Donna Shopping (1080p) [Not 24/7] https://media.streambrothers.com:1936/8038/8038/playlist.m3u8 #EXTINF:-1 tvg-id="EliveTVBrescia.it" status="online",Elive TV Brescia (720p) [Not 24/7] https://59d7d6f47d7fc.streamlock.net/elivebresciatv/elivebresciatv/playlist.m3u8 @@ -101,7 +101,7 @@ https://w1.mediastreaming.it/orlertv/livestream/playlist.m3u8 http://streaming.bitonlive.net:8080/hls/ottofm2/index.m3u8 #EXTINF:-1 tvg-id="ParolediVita.it" status="online",Parole di Vita (720p) [Not 24/7] https://5db313b643fd8.streamlock.net/Paroledivita/Paroledivita/playlist.m3u8 -#EXTINF:-1 tvg-id="PinkOTV.it" status="timeout",Pink'O TV (720p) +#EXTINF:-1 tvg-id="PinkOTV.it" status="online",Pink'O TV (720p) http://w4.12all.tv:4000/play/pinkotv/index.m3u8 #EXTINF:-1 tvg-id="Primocanale.it" status="online",Primocanale (1080p) [Not 24/7] https://msh0203.stream.seeweb.it/live/flv:stream2.sdp/playlist.m3u8 @@ -111,13 +111,13 @@ http://178.32.140.155/canale51/canale51/playlist.m3u8 https://56b50ada2d659.streamlock.net/RadioBirikinaTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIbizaTV.it" status="online",Radio Ibiza TV (720p) [Not 24/7] https://5929b138b139d.streamlock.net/RadioIbizaTV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioIglesias.it" status="blocked",Radio Iglesias (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioIglesias.it" status="online",Radio Iglesias (576p) [Geo-blocked] http://wms.shared.streamshow.it/visualradio/mp4:visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="blocked",Radio Iglesias Sardegna (576p) [Geo-blocked] https://59d7d6f47d7fc.streamlock.net/visualradio/visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RadioNumberOne.it" status="online",Radio Number One (720p) [Not 24/7] https://56b50ada2d659.streamlock.net/RN1TV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioPiterPanTV.it" status="error",Radio Piter Pan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioPiterPanTV.it" status="online",Radio Piter Pan TV (720p) [Not 24/7] https://58d921499d3d3.streamlock.net/RadioPiterpanTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioRadioTV.it" status="online",Radio Radio TV (720p) https://api.new.livestream.com/accounts/11463451/events/3679884/live.m3u8 @@ -272,7 +272,7 @@ https://5e73cf528f404.streamlock.net/TrentinoTV/livestream/playlist.m3u8 https://59d8c0cee6f3d.streamlock.net/tsn/tsn_mobile/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Benevento.it" status="online",TV7 Benevento (288p) [Not 24/7] http://streaming.senecadot.com/live/flv:tv7.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TV7Triveneta.it" status="online",TV7 Triveneta (270p) [Not 24/7] +#EXTINF:-1 tvg-id="TV7Triveneta.it" status="error",TV7 Triveneta (270p) [Not 24/7] http://217.61.26.46:8080/hls/triveneta.m3u8 #EXTINF:-1 tvg-id="TV2000.va" status="online",TV 2000 (360p) [Not 24/7] http://cld04wz.tv2000.it/tv2000_main.m3u8 @@ -298,7 +298,7 @@ http://livestreaming.videolina.it/live/Videolina/playlist.m3u8 https://d3b2epqdk0p7vd.cloudfront.net/out/v1/8a448b5e16384af4a3c8146a7b049c32/index.m3u8 #EXTINF:-1 tvg-id="VirginRadioTV.it" status="blocked",Virgin Radio TV (576p) [Not 24/7] https://live2-radio-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(ew)/index.m3u8 -#EXTINF:-1 tvg-id="VisualRadio.it" status="online",Visual Radio (576p) [Not 24/7] +#EXTINF:-1 tvg-id="VisualRadio.it" status="blocked",Visual Radio (576p) [Not 24/7] http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8 #EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p) https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 @@ -310,7 +310,7 @@ http://wms.shared.streamshow.it/canale7/mp4:canale7/playlist.m3u8 http://wms.shared.streamshow.it/canale8/mp4:canale8/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Canale 21 (480p) [Not 24/7] https://stream.mariatvcdn.com/canaleventuno/f5d2060b3682e0dfffd5b2f18e935ad3.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Canale 21 Extra (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Canale 21 Extra (480p) [Not 24/7] https://stream.mariatvcdn.com/canaleventunodue/61d14e72c90980498c9d7cee64fde847.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Gold 78 (1080p) https://stream2.xdevel.com/video1s86-22/stream/playlist_dvr.m3u8 @@ -350,7 +350,7 @@ http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8 http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV7 Azzurra (270p) [Not 24/7] http://217.61.26.46:8080/hls/azzurra.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV UNO (240p) +#EXTINF:-1 tvg-id="" status="error",TV UNO (240p) http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv #EXTINF:-1 tvg-id="VH1Italia.it" status="online",VH1 (1080p) https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 diff --git a/streams/jo.m3u b/streams/jo.m3u index 9fdc1dc81..c3d3930dd 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -45,5 +45,5 @@ http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 https://weyyak-live.akamaized.net/weyyak_roya/index.m3u8 #EXTINF:-1 tvg-id="ThakafahTV.jo" status="online",Thakafah TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ThakafahTV/live -#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="error",Toyor Al-Jannah (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="online",Toyor Al-Jannah (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/toyorlive/live diff --git a/streams/jp.m3u b/streams/jp.m3u index 68c6bb59c..75e9cf01b 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -1,7 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="Animax.jp" status="online",Animax (720p) -https://cdn.us195.jpnettv.live/jptv/janimax_720/playlist.m3u8 -#EXTINF:-1 tvg-id="Animax.jp" status="online",Animax (720p) https://cdnv148.cloudrsst.com/jptv/janimax_720/playlist.m3u8 #EXTINF:-1 tvg-id="Animax.jp" status="online",Animax (540p) https://cdn.us195.jpnettv.live/jptv/janimax_540/playlist.m3u8 @@ -9,6 +7,8 @@ https://cdn.us195.jpnettv.live/jptv/janimax_540/playlist.m3u8 https://cdnv148.cloudrsst.com/jptv/janimax_540/playlist.m3u8 #EXTINF:-1 tvg-id="Animax.jp" status="online",Animax (480p) http://redlabmcdn.s.llnwi.net/nv02/bs14hd/index.m3u8 +#EXTINF:-1 tvg-id="Animax.jp" status="timeout",Animax (720p) +https://cdn.us195.jpnettv.live/jptv/janimax_720/playlist.m3u8 #EXTINF:-1 tvg-id="ATX.jp" status="online",AT-X (720p) [Not 24/7] https://sub2.neetball.net/live/neet.m3u8 #EXTINF:-1 tvg-id="BS12.jp" status="online",BS 12 (480p) @@ -21,10 +21,10 @@ http://cdnv148.cloudrsst.com:1935/jptv/bsasahi_720/playlist.m3u8 http://cdn.us195.jpnettv.live:1935/jptv/bsasahi_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSAsahi.jp" status="online",BS Asahi (540p) http://cdnv148.cloudrsst.com:1935/jptv/bsasahi_540/playlist.m3u8 -#EXTINF:-1 tvg-id="BSAsahi.jp" status="online",BS Asahi (540p) -https://cdn.us195.jpnettv.live/jptv/bsasahi_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSAsahi.jp" status="online",BS Asahi (480p) http://redlabmcdn.s.llnwi.net/nv02/bs04hd/index.m3u8 +#EXTINF:-1 tvg-id="BSAsahi.jp" status="timeout",BS Asahi (540p) +https://cdn.us195.jpnettv.live/jptv/bsasahi_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSFuji.jp" status="online",BS Fuji TV (720p) http://cdn.us195.jpnettv.live:1935/jptv/bsfuji_720/playlist.m3u8 #EXTINF:-1 tvg-id="BSFuji.jp" status="online",BS Fuji TV (720p) @@ -33,10 +33,10 @@ http://cdnv148.cloudrsst.com:1935/jptv/bsfuji_720/playlist.m3u8 http://cdn.us195.jpnettv.live:1935/jptv/bsfuji_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSFuji.jp" status="online",BS Fuji TV (540p) http://cdnv148.cloudrsst.com:1935/jptv/bsfuji_540/playlist.m3u8 -#EXTINF:-1 tvg-id="BSFuji.jp" status="online",BS Fuji TV (540p) -https://cdn.us195.jpnettv.live/jptv/bsfuji_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSFuji.jp" status="online",BS Fuji TV (480p) http://redlabmcdn.s.llnwi.net/nv02/bs07hd/index.m3u8 +#EXTINF:-1 tvg-id="BSFuji.jp" status="timeout",BS Fuji TV (540p) +https://cdn.us195.jpnettv.live/jptv/bsfuji_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSNipponTV.jp" status="online",BS Nippon TV (720p) http://cdn.us195.jpnettv.live:1935/jptv/bsnihontv_720/playlist.m3u8 #EXTINF:-1 tvg-id="BSNipponTV.jp" status="online",BS Nippon TV (720p) @@ -45,10 +45,10 @@ http://cdnv148.cloudrsst.com:1935/jptv/bsnihontv_720/playlist.m3u8 http://cdn.us195.jpnettv.live:1935/jptv/bsnihontv_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSNipponTV.jp" status="online",BS Nippon TV (540p) http://cdnv148.cloudrsst.com:1935/jptv/bsnihontv_540/playlist.m3u8 -#EXTINF:-1 tvg-id="BSNipponTV.jp" status="online",BS Nippon TV (540p) -https://cdn.us195.jpnettv.live/jptv/bsnihontv_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSNipponTV.jp" status="online",BS Nippon TV (480p) http://redlabmcdn.s.llnwi.net/nv02/bs03hd/index.m3u8 +#EXTINF:-1 tvg-id="BSNipponTV.jp" status="timeout",BS Nippon TV (540p) +https://cdn.us195.jpnettv.live/jptv/bsnihontv_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSTBS.jp" status="online",BS TBS (720p) http://cdn.us195.jpnettv.live:1935/jptv/bstbs_720/playlist.m3u8 #EXTINF:-1 tvg-id="BSTBS.jp" status="online",BS TBS (720p) @@ -57,10 +57,10 @@ http://cdnv148.cloudrsst.com:1935/jptv/bstbs_720/playlist.m3u8 http://cdn.us195.jpnettv.live:1935/jptv/bstbs_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSTBS.jp" status="online",BS TBS (540p) http://cdnv148.cloudrsst.com:1935/jptv/bstbs_540/playlist.m3u8 -#EXTINF:-1 tvg-id="BSTBS.jp" status="online",BS TBS (540p) -https://cdn.us195.jpnettv.live/jptv/bstbs_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSTBS.jp" status="online",BS TBS (480p) http://redlabmcdn.s.llnwi.net/nv02/bs05hd/index.m3u8 +#EXTINF:-1 tvg-id="BSTBS.jp" status="timeout",BS TBS (540p) +https://cdn.us195.jpnettv.live/jptv/bstbs_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSTVTokyo.jp" status="online",BS TV Tokyo (720p) [Not 24/7] http://cdn.us195.jpnettv.live:1935/jptv/bsjapan_720/playlist.m3u8 #EXTINF:-1 tvg-id="BSTVTokyo.jp" status="online",BS TV Tokyo (720p) [Not 24/7] @@ -69,31 +69,31 @@ http://cdnv148.cloudrsst.com:1935/jptv/bsjapan_720/playlist.m3u8 http://cdn.us195.jpnettv.live:1935/jptv/bsjapan_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSTVTokyo.jp" status="online",BS TV Tokyo (540p) [Not 24/7] http://cdnv148.cloudrsst.com:1935/jptv/bsjapan_540/playlist.m3u8 -#EXTINF:-1 tvg-id="BSTVTokyo.jp" status="online",BS TV Tokyo (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/bsjapan_540/playlist.m3u8 #EXTINF:-1 tvg-id="BSTVTokyo.jp" status="online",BS TV Tokyo (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/bs06hd/index.m3u8 +#EXTINF:-1 tvg-id="BSTVTokyo.jp" status="timeout",BS TV Tokyo (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/bsjapan_540/playlist.m3u8 #EXTINF:-1 tvg-id="CGNTVJapan.jp" status="timeout",CGNTV http://cgntv-glive.ofsdelivery.net/live/_definst_/cgntv_jp/playlist.m3u8 #EXTINF:-1 tvg-id="CGNTVJapan.jp" status="timeout",CGNTV Japan (720p) http://cgntv-glive.ofsdelivery.net/live/cgntv_jp/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelNeco.jp" status="online",Neco (540p) -https://cdn.us195.jpnettv.live/jptv/Neco/playlist.m3u8 -#EXTINF:-1 tvg-id="ChannelNeco.jp" status="online",Neco (540p) https://cdnv148.cloudrsst.com/jptv/Neco/playlist.m3u8 -#EXTINF:-1 tvg-id="DisneyChannelJapan.jp" status="online",Disney Channel Japan (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/disney_channel/playlist.m3u8 +#EXTINF:-1 tvg-id="ChannelNeco.jp" status="timeout",Neco (540p) +https://cdn.us195.jpnettv.live/jptv/Neco/playlist.m3u8 #EXTINF:-1 tvg-id="DisneyChannelJapan.jp" status="online",Disney Channel Japan (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/disney_channel/playlist.m3u8 #EXTINF:-1 tvg-id="DisneyChannelJapan.jp" status="online",Disney Channel Japan (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/bs13hd/index.m3u8 -#EXTINF:-1 tvg-id="DisneyJuniorJapan.jp" status="online",Disney Junior Japan (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/disney_junior/playlist.m3u8 +#EXTINF:-1 tvg-id="DisneyChannelJapan.jp" status="timeout",Disney Channel Japan (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/disney_channel/playlist.m3u8 #EXTINF:-1 tvg-id="DisneyJuniorJapan.jp" status="online",Disney Junior Japan (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/disney_junior/playlist.m3u8 +#EXTINF:-1 tvg-id="DisneyJuniorJapan.jp" status="timeout",Disney Junior Japan (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/disney_junior/playlist.m3u8 #EXTINF:-1 tvg-id="EiseiGekijo.jp" status="online",Eisei Gekijo (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/gekijjyou/playlist.m3u8 -#EXTINF:-1 tvg-id="FamilyGekijyo.jp" status="online",Family Gekijo (540p) [Not 24/7] +#EXTINF:-1 tvg-id="FamilyGekijyo.jp" status="timeout",Family Gekijo (540p) [Not 24/7] https://cdn.us195.jpnettv.live/jptv/gekijjyou/playlist.m3u8 #EXTINF:-1 tvg-id="FujiTV.jp" status="online",Fuji TV (540p) [Not 24/7] https://fujitv2.mov3.co/hls/fujitv.m3u8 @@ -104,11 +104,9 @@ https://movie.mcas.jp/switcher/smil:mcas8.smil/master.m3u8 #EXTINF:-1 tvg-id="JidaigekiSenmonChannel.jp" status="online",Jidaigeki Senmon Channel (540p) https://cdnv148.cloudrsst.com/jptv/jidaigeki_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOABDTV.jp" status="online",NHK E (JOAB-DTV) (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/kanto_nhk_edu_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOABDTV.jp" status="online",NHK E (JOAB-DTV) (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/kanto_nhk_edu_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (720p) -https://cdn.us195.jpnettv.live/jptv/kanto_nhk_g_720/playlist.m3u8 +#EXTINF:-1 tvg-id="JOABDTV.jp" status="timeout",NHK E (JOAB-DTV) (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/kanto_nhk_edu_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",Kansai TV (้–ข่ฅฟ ใƒ†ใƒฌใƒ“) (JODX-DTV) (720p) https://cdnv148.cloudrsst.com/jptv/kansi_tv_720/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (720p) @@ -121,18 +119,20 @@ https://cdn.us195.jpnettv.live/jptv/kanto_nhk_g_540/playlist.m3u8 https://cdnv148.cloudrsst.com/jptv/kansi_tv_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (540p) https://cdnv148.cloudrsst.com/jptv/kanto_nhk_g_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAXDTV.jp" status="online",Nippon TV (JOAXD-TV) (720p) -https://cdn.us195.jpnettv.live/jptv/kanto_nippon_720/playlist.m3u8 +#EXTINF:-1 tvg-id="JOAKDTV.jp" status="timeout",NHK G (JOAK-DTV) (720p) +https://cdn.us195.jpnettv.live/jptv/kanto_nhk_g_720/playlist.m3u8 #EXTINF:-1 tvg-id="JOAXDTV.jp" status="online",Nippon TV (JOAXD-TV) (720p) https://cdnv148.cloudrsst.com/jptv/kanto_nippon_720/playlist.m3u8 #EXTINF:-1 tvg-id="JOAXDTV.jp" status="online",Nippon TV (JOAXD-TV) (540p) https://cdn.us195.jpnettv.live/jptv/kanto_nippon_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOAXDTV.jp" status="online",Nippon TV (JOAXD-TV) (540p) https://cdnv148.cloudrsst.com/jptv/kanto_nippon_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAYDTV.jp" status="online",ABC Asahi (540p) -https://cdn.us195.jpnettv.live/jptv/kansi_abc_asahi_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOAXDTV.jp" status="timeout",Nippon TV (JOAXD-TV) (720p) +https://cdn.us195.jpnettv.live/jptv/kanto_nippon_720/playlist.m3u8 #EXTINF:-1 tvg-id="JOAYDTV.jp" status="online",ABC Asahi (540p) https://cdnv148.cloudrsst.com/jptv/kansi_abc_asahi_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOAYDTV.jp" status="timeout",ABC Asahi (540p) +https://cdn.us195.jpnettv.live/jptv/kansi_abc_asahi_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOCXDTV.jp" status="online",Fuji TV (480p) http://redlabmcdn.s.llnwi.net/nv02/ryowa7hd/index.m3u8 #EXTINF:-1 tvg-id="JOIXDTV.jp" status="online",YTV Yomiuri TV (540p) @@ -140,15 +140,15 @@ https://cdn.us195.jpnettv.live/jptv/kansi_yomiuri_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOIXDTV.jp" status="online",YTV Yomiuri TV (540p) https://cdnv148.cloudrsst.com/jptv/kansi_yomiuri_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOMXDTV.jp" status="online",Tokyo MX 1 (540p) -https://cdn.us195.jpnettv.live/jptv/kanto_tokyo_mx1_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOMXDTV.jp" status="online",Tokyo MX 1 (540p) https://cdnv148.cloudrsst.com/jptv/kanto_tokyo_mx1_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOMXDTV.jp" status="online",Tokyo MX1 (480p) http://redlabmcdn.s.llnwi.net/nv02/ryowa8hd/index.m3u8 -#EXTINF:-1 tvg-id="JOOYDTV.jp" status="online",MBS TV (540p) -https://cdn.us195.jpnettv.live/jptv/kansi_mbs_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOMXDTV.jp" status="timeout",Tokyo MX 1 (540p) +https://cdn.us195.jpnettv.live/jptv/kanto_tokyo_mx1_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOOYDTV.jp" status="online",MBS TV (540p) https://cdnv148.cloudrsst.com/jptv/kansi_mbs_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOOYDTV.jp" status="timeout",MBS TV (540p) +https://cdn.us195.jpnettv.live/jptv/kansi_mbs_540/playlist.m3u8 #EXTINF:-1 tvg-id="JORXDTV.jp" status="online",TBS (540p) [Not 24/7] https://tbs2.mov3.co/hls/tbs.m3u8 #EXTINF:-1 tvg-id="JORXDTV.jp" status="online",TBS (480p) [Not 24/7] @@ -156,9 +156,9 @@ http://redlabmcdn.s.llnwi.net/nv02/ryowa5hd/index.m3u8 #EXTINF:-1 tvg-id="JOTXDTV.jp" status="online",TV Tokyo (480p) http://redlabmcdn.s.llnwi.net/nv02/ryowa6hd/index.m3u8 #EXTINF:-1 tvg-id="JOUHDTV.jp" status="online",Sun TV (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/kansi_sun_tv_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOUHDTV.jp" status="online",Sun TV (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/kansi_sun_tv_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOUHDTV.jp" status="timeout",Sun TV (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/kansi_sun_tv_540/playlist.m3u8 #EXTINF:-1 tvg-id="JSports1.jp" status="online",J Sports 1 (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/bs15hd/index.m3u8 #EXTINF:-1 tvg-id="JSports2.jp" status="online",J Sports 2 (480p) [Not 24/7] @@ -179,12 +179,10 @@ http://cdnv148.cloudrsst.com:1935/jptv/jsports3_540/playlist.m3u8 http://cdnv148.cloudrsst.com:1935/jptv/jsports4_540/playlist.m3u8 #EXTINF:-1 tvg-id="JSports4.jp" status="error",J Sports 4 (720p) [Not 24/7] http://cdnv148.cloudrsst.com:1935/jptv/jsports3_720/playlist.m3u8 -#EXTINF:-1 tvg-id="JSports4.jp" status="error",J Sports 4 (720p) [Not 24/7] -http://cdnv148.cloudrsst.com:1935/jptv/jsports4_720/playlist.m3u8 -#EXTINF:-1 tvg-id="KidsStation.jp" status="online",Kids Station (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/jkids_540/playlist.m3u8 #EXTINF:-1 tvg-id="KidsStation.jp" status="online",Kids Station (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/jkids_540/playlist.m3u8 +#EXTINF:-1 tvg-id="KidsStation.jp" status="timeout",Kids Station (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/jkids_540/playlist.m3u8 #EXTINF:-1 tvg-id="MTVJapan.jp" status="online",MTV Japan (540p) [Not 24/7] http://cdn.us195.jpnettv.live:1935/jptv/mtv/playlist.m3u8 #EXTINF:-1 tvg-id="MTVJapan.jp" status="online",MTV Japan (540p) [Not 24/7] @@ -200,11 +198,11 @@ http://cdn.us195.jpnettv.live:1935/jptv/nhkbs1_540/playlist.m3u8 #EXTINF:-1 tvg-id="NHKBS1.jp" status="online",NHK BS1 (540p) http://cdnv148.cloudrsst.com:1935/jptv/nhkbs1_540/playlist.m3u8 #EXTINF:-1 tvg-id="NHKBS1.jp" status="online",NHK BS1 (540p) -https://cdn.us195.jpnettv.live/jptv/nhkbs1_540/playlist.m3u8 -#EXTINF:-1 tvg-id="NHKBS1.jp" status="online",NHK BS1 (540p) https://cdnv148.cloudrsst.com/jptv/nhkbs1_540/playlist.m3u8 #EXTINF:-1 tvg-id="NHKBS1.jp" status="online",NHK BS1 (480p) http://redlabmcdn.s.llnwi.net/nv02/bs01hd/index.m3u8 +#EXTINF:-1 tvg-id="NHKBS1.jp" status="timeout",NHK BS1 (540p) +https://cdn.us195.jpnettv.live/jptv/nhkbs1_540/playlist.m3u8 #EXTINF:-1 tvg-id="NHKBSPremium.jp" status="online",NHK BSP (720p) http://cdn.us195.jpnettv.live:1935/jptv/bspremium_720/playlist.m3u8 #EXTINF:-1 tvg-id="NHKBSPremium.jp" status="online",NHK BSP (720p) @@ -232,34 +230,32 @@ https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (720p) https://nhkwlive-xjp.akamaized.net/hls/live/2003458/nhkwlive-xjp-en/index.m3u8 #EXTINF:-1 tvg-id="NihonEigaSenmonChannel.jp" status="online",Nihon Eiga Senmon (720p) -https://cdn.us195.jpnettv.live/jptv/igasennmonn_720/playlist.m3u8 -#EXTINF:-1 tvg-id="NihonEigaSenmonChannel.jp" status="online",Nihon Eiga Senmon (720p) https://cdnv148.cloudrsst.com/jptv/igasennmonn_720/playlist.m3u8 #EXTINF:-1 tvg-id="NihonEigaSenmonChannel.jp" status="online",Nihon Eiga Senmon (540p) -https://cdn.us195.jpnettv.live/jptv/igasennmonn_540/playlist.m3u8 -#EXTINF:-1 tvg-id="NihonEigaSenmonChannel.jp" status="online",Nihon Eiga Senmon (540p) https://cdnv148.cloudrsst.com/jptv/igasennmonn_540/playlist.m3u8 +#EXTINF:-1 tvg-id="NihonEigaSenmonChannel.jp" status="timeout",Nihon Eiga Senmon (720p) +https://cdn.us195.jpnettv.live/jptv/igasennmonn_720/playlist.m3u8 +#EXTINF:-1 tvg-id="NihonEigaSenmonChannel.jp" status="timeout",Nihon Eiga Senmon (540p) +https://cdn.us195.jpnettv.live/jptv/igasennmonn_540/playlist.m3u8 #EXTINF:-1 tvg-id="NipponTV.jp" status="online",Nippon TV (540p) [Not 24/7] https://ntv3.mov3.co/hls/ntv.m3u8 #EXTINF:-1 tvg-id="NipponTV.jp" status="online",Nippon TV (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/ryowa3hd/index.m3u8 #EXTINF:-1 tvg-id="NitteleGPlus.jp" status="online",Nittele G+ Sports & News (540p) -https://cdn.us195.jpnettv.live/jptv/japan_tv_G_540/playlist.m3u8 -#EXTINF:-1 tvg-id="NitteleGPlus.jp" status="online",Nittele G+ Sports & News (540p) https://cdnv148.cloudrsst.com/jptv/japan_tv_G_540/playlist.m3u8 +#EXTINF:-1 tvg-id="NitteleGPlus.jp" status="timeout",Nittele G+ Sports & News (540p) +https://cdn.us195.jpnettv.live/jptv/japan_tv_G_540/playlist.m3u8 +#EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 -#EXTINF:-1 tvg-id="NTVNews24.jp" status="error",NTV News24 (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="ShopChannel.jp" status="online",Shop Channel (1080p) [Not 24/7] https://stream3.shopch.jp/HLS/master.m3u8 #EXTINF:-1 tvg-id="SkyA.jp" status="online",Sky A (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/Sky_A_540/playlist.m3u8 #EXTINF:-1 tvg-id="Star1.jp" status="online",Star 1 (720p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/starch1_720/playlist.m3u8 -#EXTINF:-1 tvg-id="Star1.jp" status="online",Star 1 (720p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/starch1_720/playlist.m3u8 #EXTINF:-1 tvg-id="Star1.jp" status="online",Star 1 (540p) [Not 24/7] https://cdn.us195.jpnettv.live/jptv/starch1_540/playlist.m3u8 @@ -267,25 +263,27 @@ https://cdn.us195.jpnettv.live/jptv/starch1_540/playlist.m3u8 https://cdnv148.cloudrsst.com/jptv/starch1_540/playlist.m3u8 #EXTINF:-1 tvg-id="Star1.jp" status="online",Star 1 (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/bs09hd/index.m3u8 -#EXTINF:-1 tvg-id="Star2.jp" status="online",Star 2 (720p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/starch2_720/playlist.m3u8 +#EXTINF:-1 tvg-id="Star1.jp" status="timeout",Star 1 (720p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/starch1_720/playlist.m3u8 #EXTINF:-1 tvg-id="Star2.jp" status="online",Star 2 (720p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/starch2_720/playlist.m3u8 #EXTINF:-1 tvg-id="Star2.jp" status="online",Star 2 (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/starch2_540/playlist.m3u8 -#EXTINF:-1 tvg-id="Star2.jp" status="online",Star 2 (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/starch2_540/playlist.m3u8 #EXTINF:-1 tvg-id="Star2.jp" status="online",Star 2 (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/bs10hd/index.m3u8 -#EXTINF:-1 tvg-id="Star3.jp" status="online",Star 3 (720p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/starch3_720/playlist.m3u8 +#EXTINF:-1 tvg-id="Star2.jp" status="timeout",Star 2 (720p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/starch2_720/playlist.m3u8 +#EXTINF:-1 tvg-id="Star2.jp" status="timeout",Star 2 (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/starch2_540/playlist.m3u8 #EXTINF:-1 tvg-id="Star3.jp" status="online",Star 3 (720p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/starch3_720/playlist.m3u8 #EXTINF:-1 tvg-id="Star3.jp" status="online",Star 3 (540p) [Not 24/7] -https://cdn.us195.jpnettv.live/jptv/starch3_540/playlist.m3u8 -#EXTINF:-1 tvg-id="Star3.jp" status="online",Star 3 (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/starch3_540/playlist.m3u8 -#EXTINF:-1 tvg-id="TBSNews.jp" status="error",TBS News +#EXTINF:-1 tvg-id="Star3.jp" status="timeout",Star 3 (720p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/starch3_720/playlist.m3u8 +#EXTINF:-1 tvg-id="Star3.jp" status="timeout",Star 3 (540p) [Not 24/7] +https://cdn.us195.jpnettv.live/jptv/starch3_540/playlist.m3u8 +#EXTINF:-1 tvg-id="TBSNews.jp" status="online",TBS News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6AG81pAkf6Lbi_1VC5NmPA/live #EXTINF:-1 tvg-id="ToeiChannel.jp" status="online",Toei Channel (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/toa_540/playlist.m3u8 diff --git a/streams/ke.m3u b/streams/ke.m3u index b6666c722..0edee01bf 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,9 +1,9 @@ #EXTM3U -#EXTINF:-1 tvg-id="AkiliKids.ke" status="online",Akili Kids! (480p) +#EXTINF:-1 tvg-id="AkiliKids.ke" status="error",Akili Kids! (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7tfayd #EXTINF:-1 tvg-id="CitizenTV.ke" status="online",Citizen TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/kenyacitizentv/live -#EXTINF:-1 tvg-id="KamemeTV.ke" status="timeout",Kameme TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KamemeTV.ke" status="online",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj #EXTINF:-1 tvg-id="KTNNews.ke" status="online",KTN News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/standardgroupkenya/live diff --git a/streams/kr.m3u b/streams/kr.m3u index d00b30d3d..34301ede1 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -1,12 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="Anibox.kr" status="error",Anibox (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Anibox.m3u8 -#EXTINF:-1 tvg-id="AnimaxKorea.kr" status="error",Animax (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/AnimaxKorea.m3u8 -#EXTINF:-1 tvg-id="Anione.kr" status="error",Anione (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8 -#EXTINF:-1 tvg-id="Aniplus.kr" status="error",Aniplus (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Aniplus.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) @@ -16,23 +8,15 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/pla #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) +https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch03-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArirangTV.kr" status="error",Arirang (720p) -https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AsiaN.kr" status="error",AsiaN (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/AsiaN.m3u8 -#EXTINF:-1 tvg-id="BadukTV.kr" status="error",Baduk TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/BadukTV.m3u8 #EXTINF:-1 tvg-id="BBSTV.kr" status="online",BBS Buddhist Broadcasting (1080p) [Not 24/7] http://bbstv.clouducs.com:1935/bbstv-live/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="BilliardsTV.kr" status="error",Billiards TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/BilliardsTV.m3u8 #EXTINF:-1 tvg-id="BusanMBCTV.kr" status="online",MBC Busan (๋ถ€์‚ฐMBC) (360p) [Not 24/7] http://stream.bsmbc.com/livetv/BusanMBC_TV_onairstream/playlist.m3u8 -#EXTINF:-1 tvg-id="CarrieTV.kr" status="error",Carrie TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/CarrieTV.m3u8 #EXTINF:-1 tvg-id="CBSTV.kr" status="online",CBS (1080p) http://cbs-live.gscdn.com/cbs-live/cbs-live.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CGNTV.kr" status="timeout",CGNTV (720p) @@ -41,23 +25,11 @@ http://cgntv-glive.ofsdelivery.net/live/cgntv_kr01/playlist.m3u8 http://cgntv-glive.ofsdelivery.net/live/cgntv_kr02/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelA.kr" status="online",Channel A http://han.ddkdxmkj.com/api/han123.php?id=15 -#EXTINF:-1 tvg-id="ChannelA.kr" status="error",Channel A (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ChannelA.m3u8 -#EXTINF:-1 tvg-id="ChannelChina.kr" status="error",Channel China (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ChannelChina.m3u8 -#EXTINF:-1 tvg-id="ChannelOllehTV.kr" status="error",Channel olleh tv (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ChannelOllehTV.m3u8 -#EXTINF:-1 tvg-id="ChannelSeezn.kr" status="error",Channel Seezn (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ChannelSeezn.m3u8 -#EXTINF:-1 tvg-id="ChuncheonMBCTV.kr" status="online",MBC Chuncheon (์ถ˜์ฒœ MBC) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ChuncheonMBCTV.kr" status="error",MBC Chuncheon (์ถ˜์ฒœ MBC) (480p) [Not 24/7] https://stream.chmbc.co.kr/TV/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="ChungbukMBCTV.kr" status="online",MBC Chungbuk (MBC ์ถฉ๋ถ) (720p) [Not 24/7] http://211.33.246.4:32954/cj_live/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="ChunghwaTV.kr" status="error",Chunghwa TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ChunghwaTV.m3u8 -#EXTINF:-1 tvg-id="CinemaHeaven.kr" status="error",Cinema Heaven (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/CinemaHeaven.m3u8 -#EXTINF:-1 tvg-id="CJBTV.kr" status="online",SBS CJB (CJB์ฒญ์ฃผ๋ฐฉ์†ก) (540p) [Not 24/7] +#EXTINF:-1 tvg-id="CJBTV.kr" status="blocked",SBS CJB (CJB์ฒญ์ฃผ๋ฐฉ์†ก) (540p) [Not 24/7] http://1.222.207.80:1935/live/cjbtv/playlist.m3u8 #EXTINF:-1 tvg-id="CJOnStyle.kr" status="online",CJ OnStyle (540p) https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8 @@ -69,10 +41,6 @@ https://d34t5yjz1ooymj.cloudfront.net/out/v1/875039d5eba0478fa8375a06b3aa5a37/in https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8 #EXTINF:-1 tvg-id="DaejeonMBCTV.kr" status="online",MBC Daejeon (๋Œ€์ „ MBC) (720p) [Not 24/7] https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="error",Daekyo Kids TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/DaekyoKidsTV.m3u8 -#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="error",DreamWorks (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/us/DreamWorksChannelAsia.m3u8 #EXTINF:-1 tvg-id="EBS1TV.kr" status="online",EBS 1 (400p) http://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBS1TV.kr" status="online",EBS 1 (400p) @@ -83,26 +51,18 @@ http://ebsonair.ebs.co.kr/ebs2familypc/familypc1m/playlist.m3u8 http://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBSKids.kr" status="online",EBS kids (400p) http://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="EBSKids.kr" status="error",EBS Kids -rtsp://ebsonair.ebs.co.kr/ebsutablet500k/tablet500k -#EXTINF:-1 tvg-id="EBSKids.kr" status="error",EBS kids (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/EBSKids.m3u8 #EXTINF:-1 tvg-id="EBSPlus1.kr" status="online",EBS+ 1 (400p) http://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBSPlus2.kr" status="online",EBS+ 2 (400p) http://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="EdailyTV.kr" status="timeout",Edaily TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EdailyTV.kr" status="online",Edaily TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Sv6O3Ux8ePVqorx8aOBMg/live #EXTINF:-1 tvg-id="ETV.kr" status="online",NEC ETV ํ•œ๊ตญ์„ ๊ฑฐ๋ฐฉ์†ก (720p) http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 -#EXTINF:-1 tvg-id="FTV.kr" status="error",FTV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/FTV.m3u8 +#EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (480p) [Not 24/7] http://liveko24-manminglobal3.ktcdn.co.kr/liveko24/gcnko_high/playlist.m3u8 -#EXTINF:-1 tvg-id="GCN.kr" status="timeout",GCN24 Korean (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live -#EXTINF:-1 tvg-id="GolfPBA.kr" status="error",Golf & PBA (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/GolfPBA.m3u8 #EXTINF:-1 tvg-id="GSMyShop.kr" status="online",GS My Shop (1080p) https://gstv-myshop.gsshop.com/myshop_hd/myshop_hd.stream/playlist.m3u8 #EXTINF:-1 tvg-id="GSShop.kr" status="online",GS Shop (1080p) @@ -113,30 +73,12 @@ http://mgugaklive.nowcdn.co.kr/gugakvideo/gugakvideo.stream/playlist.m3u8 http://mediaworks.dema.mil.kr:1935/live_edge/cudo.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GwangjuMBCTV.kr" status="timeout",MBC Gwangju (๊ด‘์ฃผ MBC) (1080p) [Geo-blocked] [Not 24/7] https://media.kjmbc.co.kr/hls/live/stream/playlist.m3u8 -#EXTINF:-1 tvg-id="HoneyTV.kr" status="error",Honey TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 -#EXTINF:-1 tvg-id="IBSports.kr" status="error",IB Sports (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 -#EXTINF:-1 tvg-id="iHQDrama.kr" status="error",iHQ drama (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 -#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="online",MBC Jeju (์ œ์ฃผ MBC) (352p) [Not 24/7] +#EXTINF:-1 tvg-id="JejuMBCTV.kr" status="error",MBC Jeju (์ œ์ฃผ MBC) (352p) [Not 24/7] https://wowza.jejumbc.com/live/tv_jejumbc/playlist.m3u8 #EXTINF:-1 tvg-id="JIBSTV.kr" status="timeout",SBS JIBS (JIBS SBS) (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 -#EXTINF:-1 tvg-id="JTBC2.kr" status="error",JTBC2 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/JTBC2.m3u8 -#EXTINF:-1 tvg-id="JTBC4.kr" status="error",JTBC4 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/JTBC4.m3u8 -#EXTINF:-1 tvg-id="JTBC.kr" status="error",JTBC (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/JTBC.m3u8 -#EXTINF:-1 tvg-id="JTBCGolf.kr" status="error",JTBC Golf (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/JTBCGolf.m3u8 -#EXTINF:-1 tvg-id="JTBCGolfSports.kr" status="error",JTBC Golf & Sports (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/JTBCGolfSports.m3u8 #EXTINF:-1 tvg-id="JTV.kr" status="online",SBS JTV (JTV์ „์ฃผ๋ฐฉ์†ก) (406p) [Not 24/7] https://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="KBaduk.kr" status="error",K-Baduk (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/KBaduk.m3u8 #EXTINF:-1 tvg-id="KBCTV.kr" status="online",SBS KBC (KBC ๊ด‘์ฃผ๋ฐฉ์†ก) (1080p) [Not 24/7] http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="KBS1TV.kr" status="online",KBS1 (720p) @@ -161,143 +103,59 @@ http://ye23.vip/z7z8/2021/kbs2020.php?id=4 http://ye23.vip/z7z8/2021/kbs2020.php?id=8 #EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (720p) https://kbsworld-ott.akamaized.net/hls/live/2002341/kbsworld/master.m3u8 -#EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (Vietnamese Subtitles) (720p) -https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (720p) https://wms4-kortv.akamaized.net/a_live/63719963/smil:20ch011.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="KBSWorld.kr" status="online",KBS World (Vietnamese Subtitles) (720p) +https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KCTV.kr" status="online",KCTV ๊ด‘์ฃผ CH05 (720p) [Not 24/7] http://119.77.96.184:1935/chn05/chn05/playlist.m3u8 -#EXTINF:-1 tvg-id="KLeague1.kr" status="error",K League 1 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/KLeague1.m3u8 -#EXTINF:-1 tvg-id="KLeague2.kr" status="error",K League 2 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/KLeague2.m3u8 -#EXTINF:-1 tvg-id="KLeague3.kr" status="error",K League 3 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/KLeague3.m3u8 -#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN ๋ถ€์‚ฐ๊ฒฝ๋‚จ๋Œ€ํ‘œ๋ฐฉ์†ก) (1080p) -http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN ๋ถ€์‚ฐ๊ฒฝ๋‚จ๋Œ€ํ‘œ๋ฐฉ์†ก) (450p) [Not 24/7] http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="error",Korea Economy TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8 +#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (KNN ๋ถ€์‚ฐ๊ฒฝ๋‚จ๋Œ€ํ‘œ๋ฐฉ์†ก) (1080p) +http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",MBC Gyeongnam (๊ฒฝ์ƒ MBC) (1080p) [Not 24/7] https://624a79c87201d.streamlock.net/MBCTV/TV1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MBCTV.kr" status="online",MBC (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MBCTV.kr" status="error",MBC (1080p) [Not 24/7] http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 -#EXTINF:-1 tvg-id="MBN.kr" status="error",MBN (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8 -#EXTINF:-1 tvg-id="Midnight.kr" status="error",Midnight (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Midnight.m3u8 -#EXTINF:-1 tvg-id="Mnet.kr" status="error",Mnet (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Mnet.m3u8 #EXTINF:-1 tvg-id="MokpoMBCTV.kr" status="online",๋ชฉํฌ MBC Mokpo (720p) http://vod.mpmbc.co.kr:1935/live/encoder-tv/playlist.m3u8 #EXTINF:-1 tvg-id="MTN.kr" status="online",MTN (720p) [Not 24/7] http://183.110.27.87/mtnlive/720/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="error",National Geographic Wild Korea (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/NationalGeographicWildKorea.m3u8 #EXTINF:-1 tvg-id="NBS.kr" status="online",NBS Korea Agricultural Broadcasting (720p) https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8 -#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="error",OBS Gyeongin TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8 -#EXTINF:-1 tvg-id="OCN.kr" status="error",OCN (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/OCN.m3u8 -#EXTINF:-1 tvg-id="OLife.kr" status="error",OLIFE (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/OLife.m3u8 -#EXTINF:-1 tvg-id="Pinkfong.kr" status="error",Pinkfong (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Pinkfong.m3u8 -#EXTINF:-1 tvg-id="PlayboyTVKorea.kr" status="error",Playboy TV Korea (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/PlayboyTVKorea.m3u8 -#EXTINF:-1 tvg-id="PLAYYActionMovie.kr" status="error",PLAYY Action Movie (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYActionMovie.m3u8 -#EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="error",PLAYY Healing Movie (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYHealingMovie.m3u8 -#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="error",PLAYY Premium Movie (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYPremiumMovie.m3u8 -#EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="error",PLAYY Well-Made Movie (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYWellMadeMovie.m3u8 -#EXTINF:-1 tvg-id="PoyoTV.kr" status="error",Poyo TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/PoyoTV.m3u8 -#EXTINF:-1 tvg-id="ProfessionalBaseball1.kr" status="error",Professional Baseball 1 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball1.m3u8 -#EXTINF:-1 tvg-id="ProfessionalBaseball2.kr" status="error",Professional Baseball 2 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball2.m3u8 -#EXTINF:-1 tvg-id="ProfessionalBaseball3.kr" status="error",Professional Baseball 3 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball3.m3u8 -#EXTINF:-1 tvg-id="ProfessionalBaseball4.kr" status="error",Professional Baseball 4 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball4.m3u8 -#EXTINF:-1 tvg-id="ProfessionalBaseball5.kr" status="error",Professional Baseball 5 (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball5.m3u8 -#EXTINF:-1 tvg-id="SBSFL.kr" status="error",SBS F!L (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/SBSFL.m3u8 -#EXTINF:-1 tvg-id="SBSGolf.kr" status="error",SBS Golf (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/SBSGolf.m3u8 #EXTINF:-1 tvg-id="SBSTV.kr" status="online",SBS (#1) (1080p) [Not 24/7] http://183.99.22.189:9981/stream/channelid/1124346476 #EXTINF:-1 tvg-id="SBSTV.kr" status="online",SBS (#2) (1080p) [Not 24/7] http://222.109.117.27:9981/stream/channelid/2096368258 -#EXTINF:-1 tvg-id="SBSTV.kr" status="error",SBS (#3) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8 -#EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="error",Screen Golfzon (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/ScreenGolfzon.m3u8 -#EXTINF:-1 tvg-id="SkySports.kr" status="error",skySports (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/SkySports.m3u8 -#EXTINF:-1 tvg-id="SPOTV2.kr" status="error",SPOTV2 (1080p) -https://allanf181.github.io/adaptive-streams/streams/kr/SpoTV2.m3u8 -#EXTINF:-1 tvg-id="SPOTV.kr" status="error",SPOTV1 (1080p) -https://allanf181.github.io/adaptive-streams/streams/kr/SpoTV1.m3u8 #EXTINF:-1 tvg-id="TBCTV.kr" status="blocked",SBS TBC (TBC ๋Œ€๊ตฌ๋ฐฉ์†ก) (540p) [Not 24/7] http://221.157.125.239:1935/live/psike/playlist.m3u8 #EXTINF:-1 tvg-id="TBSTV.kr" status="online",TBS Seoul (720p) https://cdntv.tbs.seoul.kr/tbs/tbs_tv_web.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Telenovela.kr" status="error",Telenovela (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Telenovela.m3u8 -#EXTINF:-1 tvg-id="TheMovie.kr" status="error",THE MOVIE (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/TheMovie.m3u8 #EXTINF:-1 tvg-id="TJBTV.kr" status="online",SBS TJB (1080p) [Not 24/7] http://1.245.74.5:1935/live/tv/.m3u8 -#EXTINF:-1 tvg-id="TomatoTV.kr" status="error",Tomato TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/TomatoTV.m3u8 -#EXTINF:-1 tvg-id="Tooniverse.kr" status="error",Tooniverse (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8 -#EXTINF:-1 tvg-id="TVChosun.kr" status="error",TV Chosun (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/TVChosun.m3u8 -#EXTINF:-1 tvg-id="tvN.kr" status="error",tvN (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8 -#EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="TVNAsia.hk" status="error",tvN Asia (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h20/index.m3u8 -#EXTINF:-1 tvg-id="tvNDrama.kr" status="error",tvN DRAMA (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8 -#EXTINF:-1 tvg-id="TVNMovies.hk" status="online",tvN Movies (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="TVNMovies.hk" status="error",tvN Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h21/index.m3u8 -#EXTINF:-1 tvg-id="tvNShow.kr" status="error",tvN SHOW (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/tvNShow.m3u8 -#EXTINF:-1 tvg-id="tvNStory.kr" status="error",tvN STORY (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/tvNStory.m3u8 #EXTINF:-1 tvg-id="TVWorkNet.kr" status="online",TVWorkNet (480p) http://live.worktv.or.kr:1935/live/wowtvlive1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="UBCTV.kr" status="online",SBS UBC (UBC ์šธ์‚ฐ๋ฐฉ์†ก) (540p) [Not 24/7] http://59.23.231.102:1935/live/UBCstream/playlist.m3u8 #EXTINF:-1 tvg-id="UlsanMBCTV.kr" status="online",MBC Ulsan (์šธ์‚ฐ MBC) (540p) [Not 24/7] https://5ddfd163bd00d.streamlock.net/nHDTV/nHDTV/playlist.m3u8 -#EXTINF:-1 tvg-id="Viki.kr" status="error",Viki (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/Viki.m3u8 #EXTINF:-1 tvg-id="YeosuMBCTV.kr" status="online",MBC Yeosu (์—ฌ์ˆ˜ MBC) (1080p) [Not 24/7] https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="error",Yonhap News TV (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/YonhapNewsTV.m3u8 -#EXTINF:-1 tvg-id="YTN.kr" status="timeout",YTN (1080p) +#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live -#EXTINF:-1 tvg-id="YTN.kr" status="error",YTN (1080p) [Not 24/7] -https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8 #EXTINF:-1 tvg-id="YTNDMB.kr" status="timeout",YTN DMB http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC38IlqMxZ_YtFg3eSGmmJnQ/live #EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="YTNScience.kr" status="online",YTN SCIENCE (270p) http://slive.sciencetv.kr:1935/science/yslive_20140419_1/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",All The K-POP +#EXTINF:-1 tvg-id="" status="timeout",All The K-POP http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ALLTHEKPOP/live #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 @@ -315,9 +173,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/Th http://mobliestream.c3tv.com:1935/live/goodtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",JCN TV https://jcnonair-1108.acs.wecandeo.com/ms/3162/1108/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",KBS News +#EXTINF:-1 tvg-id="" status="online",KBS News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live -#EXTINF:-1 tvg-id="" status="online",Korea TV +#EXTINF:-1 tvg-id="" status="error",Korea TV https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Korean Election TV http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index.m3u8 diff --git a/streams/kw.m3u b/streams/kw.m3u index f976633fb..c64476754 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -13,9 +13,9 @@ https://gulfsat.cdn.easybroadcast.fr/abr_live/Al-Shahed/playlist.m3u8 https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 #EXTINF:-1 tvg-id="Ch4Teen.kw" status="online",Ch4Teen (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7tchkl -#EXTINF:-1 tvg-id="Ch4TeenClip.kw" status="timeout",Ch4teen Clip (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4TeenClip.kw" status="online",Ch4teen Clip (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v4ezg -#EXTINF:-1 tvg-id="Ch4TeenDocumentary.kw" status="error",Ch4teen Documentary (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4TeenDocumentary.kw" status="online",Ch4teen Documentary (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7yu0j5 #EXTINF:-1 tvg-id="FunoonTV.kw" status="blocked",Funoon (360p) https://gulfsat.cdn.easybroadcast.fr/live/FunoonHd_abr/playlist.m3u8 diff --git a/streams/lk.m3u b/streams/lk.m3u index 390a332a4..71231042b 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -7,7 +7,7 @@ https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8 https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/cf467ddf13ba30dd3c71435cafa6fd6e.sdp/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Rupavahini.lk" status="timeout",Rupavahini (480p) [Not 24/7] http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8 -#EXTINF:-1 tvg-id="SanthoraTV.lk" status="error",Santhora TV (720p) +#EXTINF:-1 tvg-id="SanthoraTV.lk" status="online",Santhora TV (720p) http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/playlist.m3u8 #EXTINF:-1 tvg-id="SiyathaTV.lk" status="timeout",Siyatha TV (720p) [Not 24/7] http://live.siyathatv.lk:19904/hls/siyatha_tv.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index 23eb7af8a..fa3eeecb8 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -3,7 +3,7 @@ http://95.85.47.43/libya218news/playlist.m3u8 #EXTINF:-1 tvg-id="AlwasatTV.ly" status="online",Alwasat TV (1080p) [Not 24/7] https://hiplayer.hibridcdn.net/p/alwasattv-live.m3u8 -#EXTINF:-1 tvg-id="AlwasatTV.ly" status="timeout",Alwasat TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlwasatTV.ly" status="error",Alwasat TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://alwasat.ly/live #EXTINF:-1 tvg-id="FebruaryChannel.ly" status="online",February TV https://b01c02nl.mediatriple.net/videoonlylive/mtfknklgwrlive/broadcast_5dc818c793576.smil/playlist.m3u8 diff --git a/streams/me.m3u b/streams/me.m3u index db2af7470..7a99d02e7 100644 --- a/streams/me.m3u +++ b/streams/me.m3u @@ -10,9 +10,9 @@ http://cdn3.bcdn.rs:1935/cg2/smil:cg2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVCGSat.me" status="online",TVCG Sat (720p) [Not 24/7] http://cdn3.bcdn.rs:1935/cgsat/smil:cgsat.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVCGSat.me" status="online",TVCG Sat (720p) [Not 24/7] -http://rtcg2.videostreaming.rs:1935/rtcg/rtcg.2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCGSat.me" status="online",TVCG Sat (720p) [Not 24/7] http://rtcg2.videostreaming.rs:1935/rtcg/rtcg.1.stream/index.m3u8 +#EXTINF:-1 tvg-id="TVCGSat.me" status="online",TVCG Sat (720p) [Not 24/7] +http://rtcg2.videostreaming.rs:1935/rtcg/rtcg.2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVCGSat.me" status="timeout",TVCG Sat (720p) http://rtcg3.videostreaming.rs:1935/rtcg/smil:rtcg.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TVCG Parlamentarni diff --git a/streams/mk.m3u b/streams/mk.m3u index c41d2d659..b94ca347d 100644 --- a/streams/mk.m3u +++ b/streams/mk.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="NasaTV.mk" status="online",Naลกa TV (1080p) [Not 24/7] https://stream.nasatv.com.mk/hls/nasatv_live.m3u8 -#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="error",Sky Folk TV (720p) [Not 24/7] -https://eu.live.skyfolk.mk/live.m3u8 -#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="error",Sky Folk TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] https://skyfolk.mk/live.m3u8 +#EXTINF:-1 tvg-id="SkyFolkTV.mk" status="online",Sky Folk TV (720p) [Not 24/7] +https://eu.live.skyfolk.mk/live.m3u8 diff --git a/streams/ml.m3u b/streams/ml.m3u index 1ba969e43..3443d60c2 100644 --- a/streams/ml.m3u +++ b/streams/ml.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="ORTM1.ml" status="online",ORTM1 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ORTM1.ml" status="error",ORTM1 (576p) [Not 24/7] http://51.210.1.13:18000/ortm/hls/playlist.m3u8 diff --git a/streams/mr.m3u b/streams/mr.m3u index 9ce64e4f0..86c1090db 100644 --- a/streams/mr.m3u +++ b/streams/mr.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",Tรฉlรฉvision de Mauritanie (1080p) +#EXTINF:-1 tvg-id="" status="online",Tรฉlรฉvision de Mauritanie (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/mauritaniantv/live diff --git a/streams/mx.m3u b/streams/mx.m3u index db040897f..5f59fc98d 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -39,7 +39,7 @@ https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipodromo de las Americas (360p) [Not 24/7] http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 -#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="timeout",Imagen Multicast (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live #EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live @@ -49,7 +49,7 @@ https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8 https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 #EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="online",Mรฉxico Travel Channel (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7v76vf -#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="timeout",Milenio Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MilenioTelevision.mx" status="online",Milenio Televisiรณn (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFxHplbcoJK9m70c4VyTIxg/live #EXTINF:-1 tvg-id="MonteMaria.mx" status="timeout",Monte Maria (720p) https://rbaca.livestreamingcdn.com/envivo3/smil:live.smil/playlist.m3u8 @@ -81,9 +81,9 @@ https://mdstrm.com/live-stream-playlist/61e1e088d04d7744686afc42.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="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="TelevisaDelGolfo.mx" status="error",Televisa Del Golfo +#EXTINF:-1 tvg-id="TelevisaDelGolfo.mx" status="timeout",Televisa Del Golfo http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ08tNTPiBn44c975S81ftg/live #EXTINF:-1 tvg-id="TelevisaEstado.mx" status="online",Televisa Estado (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9DH82HVSf4katwMeUpY80w @@ -97,13 +97,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcmuFsMIIIHO3LBqeBVfm8Q/live #EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="online",Televisa Monterrey (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCGDJLLphnP0zQQaE3kgo5Wg/live -#EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="error",Televisa Morelos +#EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="timeout",Televisa Morelos http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcC9ykApQrgl4UxbKg2U4zw/live #EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" status="timeout",Televisa News Mexico (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCUsm-fannqOY02PNN67C0KA/live -#EXTINF:-1 tvg-id="TelevisaNoreste.mx" status="error",Televisa Noreste (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaNoreste.mx" status="online",Televisa Noreste (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC752DYv5vPlTSMrvEjfZXcw/live -#EXTINF:-1 tvg-id="TelevisaPiedrasNegras.mx" status="timeout",Televisa Piedras Negras (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaPiedrasNegras.mx" status="error",Televisa Piedras Negras (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxK8C1E8UZ5RipNXIBYEvTA/live #EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="online",SET Televisiรณn Canal 26.1 (720p) [Not 24/7] http://189.240.210.28:1935/envivo/puecom/playlist.m3u8 @@ -113,7 +113,7 @@ http://189.240.210.28:1935/live/setpuebla/playlist.m3u8 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 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9QNz6VS3gGz55dzxAQtgtA/live -#EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="error",Televisa Sinaloa +#EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="timeout",Televisa Sinaloa http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtm1LvYEIQ_NrfOUVJ08YhQ/live #EXTINF:-1 tvg-id="TelevisaSonora.mx" status="timeout",Televisa Sonora (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCyzWMHGS7bs0sot6KZk5EZg/live @@ -131,9 +131,9 @@ https://5ca3e84a76d30.streamlock.net/gpacifico4/smil:mazatlan.smil/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVPObregon.mx" status="online",TVP Obregรณn (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="XEWHTDT.mx" status="timeout",Telemax (XEWH-TDT) (720p) +#EXTINF:-1 tvg-id="XEWHTDT.mx" status="online",Telemax (XEWH-TDT) (720p) http://s5.mexside.net:1935/telemax/telemax/playlist.m3u8 -#EXTINF:-1 tvg-id="XEWTTDT.mx" status="timeout",Canal 12 (XETW-TDT) (1080p) [Not 24/7] +#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="XHGVTDT.mx" status="online",TVMรS (XHGV-TDT) (360p) [Not 24/7] https://5ca9af4645e15.streamlock.net/rtv/videortv/playlist.m3u8 @@ -145,7 +145,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/ https://edge.canaldelcongreso.gob.mx/live_sd2/smil:canal-sd2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Canal del Congreso 45.3 https://edge.canaldelcongreso.gob.mx/live_hd1/smil:canal-hd1.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ImagenTV.mx" status="error",Imagen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenTV.mx" status="timeout",Imagen TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if #EXTINF:-1 tvg-id="" status="online",Lo Mejor De La Liga MX https://linear-193.frequency.stream/193/hls/master/playlist.m3u8 @@ -161,7 +161,7 @@ https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisaSanLuisPotosi.mx" 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="TlaxcalaTV.mx" status="error",Tlaxcala Televisiรณn (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TlaxcalaTV.mx" 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="TVUNAM.mx" status="online",TV Unam (720p) https://5ca3e84a76d30.streamlock.net/tvunam/videotvunam/playlist.m3u8?DVR= diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index 2d3c09d61..f5fa38fd0 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -10,15 +10,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f99a772c548530007 #EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clรกsico (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7c348520b40009c347e2/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="NickClasico.us" status="online",Pluto TV Nick Clรกsico (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0ec7b0f7015fbe0a3bf7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=998&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Latino (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d08395f39465da6fb3ec4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=997&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0ec7b0f7015fbe0a3bf7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=998&terminate=false&userId= #EXTINF:-1 tvg-id="NuestraVision.us" status="online",Pluto TV Nuestra Vision (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6690befbdf780007f78158/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e6690befbdf780007f78158&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=920&terminate=false&userId= #EXTINF:-1 tvg-id="NuestraVision.us" status="online",Pluto TV Nuestra Vision (720p) [Not 24/7] @@ -29,10 +29,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc3e0 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6a4d875d7ccf0007cc2cf1/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="PlutoTVAnimeClasico.us" status="online",Pluto TV Anime Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054acc871ec430007f54c7d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/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="PlutoTVArchivosForenses.us" status="online",Pluto TV Archivos Forenses (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f984f4a09e92d0007d74647/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="PlutoTVArchivosForenses.us" status="timeout",Pluto TV Archivos Forenses (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5efb8c19b2678b000780d032/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="PlutoTVAsesinatosdeMidsomer.us" status="online",Pluto TV Asesinatos de Midsomer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aca8310a30e00074fab92/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="PlutoTVAventura.us" status="online",Pluto TV Aventura (720p) @@ -113,12 +113,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d103f031154a417 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d103f031154a4172d262b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMutanteX.us" status="online",Pluto TV Mutante X (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acc91cc9e1b000711ff21/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="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) [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="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="PlutoTVNovelas.us" status="online",Pluto TV Novelas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0cc2efd2700090b7ff4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasDrama.us" status="online",Pluto TV Novelas Drama (720p) @@ -151,10 +151,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f9853138 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd837642c6e9300098ad484/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="PlutoTVSeriesRetro.us" status="online",Pluto TV Series Retro (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de802659167b10009e7deba/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="PlutoTVSpikeAventura.us" status="online",Pluto TV Spike Aventura (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d11baeb31c5a43b77bf59&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=950&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpikeAventura.us" status="online",Pluto TV Spike Aventura (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSpikeAventura.us" status="online",Pluto TV Spike Aventura (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d11baeb31c5a43b77bf59&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=950&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTelefeClasico.us" status="online",Pluto TV Telefe Clรกsico (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91cf02fc07c0009910465/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="PlutoTVTelemundoTelenovelas.us" status="online",Pluto TV Telemundo Telenovelas (480p) @@ -171,7 +171,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dc7480e3550009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfbdb7cf0e0009ae09ea/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="SpikeAdventura.us" status="online",Spike Adventura (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d11baeb31c5a43b77bf59/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="TelefeNoticias.us" status="online",Pluto TV Telefe Noticias (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TelefeNoticias.us" status="error",Pluto TV Telefe Noticias (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f523aa5523ae000074745ec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61 diff --git a/streams/my.m3u b/streams/my.m3u index 74afa31d0..d11cd62d9 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="AstroAwani.my" status="error",Astro Awani (720p) [Not 24/7] -https://awanitv.akamaized.net/hls/live/2017836/LiveTV1/index.m3u8 #EXTINF:-1 tvg-id="AstroVaanavil.my" status="blocked",Astro Vaanavil [Geo-blocked] https://agsplayback01.astro.com.my/CH3/master_VAANGOSHOP5.m3u8 #EXTINF:-1 tvg-id="BeritaRTM.my" status="blocked",Berita RTM (1080p) diff --git a/streams/ng.m3u b/streams/ng.m3u index 291f689e1..dc8d1c808 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AdvocateBroadcastingNetwork.ng" status="timeout",ABN Advocate Broadcasting Network (720p) +#EXTINF:-1 tvg-id="AdvocateBroadcastingNetwork.ng" status="online",ABN Advocate Broadcasting Network (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/abntvng #EXTINF:-1 tvg-id="AfricaTV3.ng" status="online",Africa TV3 (720p) [Not 24/7] http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8 @@ -21,7 +21,7 @@ https://tvce.gridpapaservers.com/TVCSEPT/ngrp:myStream_all/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/tvcnewsnigeria/live #EXTINF:-1 tvg-id="WapTV.ng" status="online",Wap TV (720p) https://newproxy3.vidivu.tv/waptv/index.m3u8 -#EXTINF:-1 tvg-id="WazobiaMaxTVAbuja.ng" status="timeout",Wazobia Max TV Abuja (720p) +#EXTINF:-1 tvg-id="WazobiaMaxTVAbuja.ng" status="online",Wazobia Max TV Abuja (720p) https://wazobia.live:8333/channel/wmaxabuja.m3u8 #EXTINF:-1 tvg-id="WazobiaMaxTVNigeria.ng" status="online",Wazobia Max TV Nigeria (720p) https://wazobia.live:8333/channel/wmax.m3u8 diff --git a/streams/ni.m3u b/streams/ni.m3u index 9ae596cf4..f465fa072 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -13,13 +13,13 @@ http://138.117.4.70:8075/channel10/playlist.m3u8 http://138.117.4.70:8075/channel11/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12.ni" status="blocked",Nicavisiรณn Canal 12 (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="JBNTV.hn" status="error",JBN (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (720p) [Not 24/7] https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) http://138.117.4.70:8075/channel8/playlist.m3u8 -#EXTINF:-1 tvg-id="VosTV.ni" status="error",Vos Tv (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VosTV.ni" status="online",Vos Tv (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59e60c4997381ef50d15c041/playlist.m3u8 #EXTINF:-1 tvg-id="WTVCanal20.ni" status="online",WTV Canal 20 (720p) https://cloudvideo.servers10.com:8081/8130/index.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index 0dda6f950..bf6e0eff9 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -79,7 +79,7 @@ https://radio538.prd1.talpatvcdn.nl/22e9bbf9616547d7bc162c993009c533/index.m3u8 https://radioaalsmeer.nl:4443/live/tv.m3u8 #EXTINF:-1 tvg-id="RadioVeronica.nl" status="online",Radio Veronica (270p) https://radioveronica.prd1.talpatvcdn.nl/a1115cc610fd42418e2f6d7e29a01c3c/index.m3u8 -#EXTINF:-1 tvg-id="RedlightHD.nl" status="timeout",Redlight HD (720p) +#EXTINF:-1 tvg-id="RedlightHD.nl" status="online",Redlight HD (720p) http://w4.12all.tv:4000/play/privatetv1/index.m3u8 #EXTINF:-1 tvg-id="Regio8TV.nl" status="online",Regio8 TV (1080p) https://ms7.mx-cd.net/dtv-10/91-475821/Regio8TV.smil/playlist.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index b47ef95ba..d5ca7826e 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -15,9 +15,9 @@ https://98d91ca32ff6fbca255f6ec9f29fc4d0-httpcache0-19333-cachelive0.dna.ip-only https://ws15-hls-live.akamaized.net/out/u/1153546.m3u8 #EXTINF:-1 tvg-id="" status="online",TV 2 Sporten (720p) https://ws31-hls-live.akamaized.net/out/u/1416253.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat History Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat History Kazakhstan (720p) https://sc.id-tv.kz/ViasatHistory.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat Nature Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat Nature Kazakhstan (720p) https://sc.id-tv.kz/ViasatNature.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Viasat TV1000 Kazakhstan (720p) https://sc.id-tv.kz/TV1000.m3u8 diff --git a/streams/om.m3u b/streams/om.m3u index 9773ebf34..839b85b4b 100644 --- a/streams/om.m3u +++ b/streams/om.m3u @@ -7,5 +7,3 @@ https://partne.cdn.mangomolo.com/omsport/smil:omsport.stream.smil/playlist.m3u8 https://partne.cdn.mangomolo.com/omantv/smil:omantv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="OmanTVCultural.om" status="online",Oman Althakafia (1080p) https://partwo.cdn.mangomolo.com/omcultural/smil:omcultural.stream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OmanTVMubashir.om" status="error",Oman Live (1080p) -https://partwo.cdn.mangomolo.com/omlive/smil:omlive.stream.smil/playlist.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index 055d33a59..a58863b8b 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -17,7 +17,7 @@ http://209.91.213.10:8088/play/a01o https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 #EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 -#EXTINF:-1 tvg-id="Telemetro.pa" status="blocked",Telemetro (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 #EXTINF:-1 tvg-id="Telemetro.pa" status="timeout",Telemetro (480p) http://209.91.213.10:8088/play/a00h diff --git a/streams/pe.m3u b/streams/pe.m3u index ed9e425d9..8f0471e54 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ActivaTV.pe" status="online",Activa TV [Not 24/7] https://cloudvideo.servers10.com:8081/8126/index.m3u8 -#EXTINF:-1 tvg-id="AgroTV.pe" status="online",Agro TV (Apurimac) [Not 24/7] +#EXTINF:-1 tvg-id="AgroTV.pe" status="error",Agro TV (Apurimac) [Not 24/7] https://ed21ov.live.opencaster.com/pAtGzcAnwziC/index.m3u8 #EXTINF:-1 tvg-id="AmazonasTV.pe" status="online",Amazonas TV (Bagua) [Not 24/7] https://stmv.panel.grupolimalive.com/amazonastv/amazonastv/playlist.m3u8 @@ -11,13 +11,13 @@ https://stmv1.voxhdnet.com/tvsicuani/tvsicuani/playlist.m3u8 https://5c3fb01839654.streamlock.net:1963/iptvantares/liveantarestv/playlist.m3u8 #EXTINF:-1 tvg-id="AsiriTV.pe" status="online",AsiriTV (Lima) (720p) [Not 24/7] https://video2.lhdserver.es/asiritv/live.m3u8 -#EXTINF:-1 tvg-id="ATMTelevision.pe" status="online",ATM Televisiรณn (Apurimac) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ATMTelevision.pe" status="error",ATM Televisiรณn (Apurimac) (720p) [Not 24/7] https://v4.tustreaming.cl/atmtv/index.m3u8 #EXTINF:-1 tvg-id="ATV.pe" status="online",ATV (480p) [Not 24/7] https://dysmuyxh5vstv.cloudfront.net/hls/live.m3u8 #EXTINF:-1 tvg-id="ATVPlus.pe" status="online",ATV+ Noticias (480p) [Not 24/7] https://dysmuyxh5vstv.cloudfront.net/hls/atv2.m3u8 -#EXTINF:-1 tvg-id="AutenticaTelevision.pe" status="error",Autรฉntica Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AutenticaTelevision.pe" status="online",Autรฉntica Televisiรณn (720p) [Not 24/7] https://live.obslivestream.com/autenticatvmux/index.m3u8 #EXTINF:-1 tvg-id="BestCableMasCumbia.pe" status="online",Best Cable Mรกs Cumbia (720p) [Not 24/7] https://tv.inka.net.pe/mascumbiatvonline/mascumbiatvonline/index.m3u8 @@ -27,15 +27,15 @@ https://tv.inka.net.pe/bestcablemusic/bestcablemusic/index.m3u8 https://tv.inka.net.pe/bestcable/bestcable/index.m3u8 #EXTINF:-1 tvg-id="BestCableSportsPeru.pe" status="online",Best Cable Sports Perรบ (720p) [Not 24/7] https://tv.inka.net.pe/bestcablesports/bestcablesports/index.m3u8 -#EXTINF:-1 tvg-id="BethelTV.pe" status="error",Bethel TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BethelTV.pe" status="online",Bethel TV (720p) [Not 24/7] https://ott.streann.com/loadbalancer/services/public/channels/5e0689c82cdcb4fdbcd79151/playlist.m3u8 #EXTINF:-1 tvg-id="BHTV.pe" status="online",BHTV (720p) [Not 24/7] http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8 #EXTINF:-1 tvg-id="CajamarcaTV.pe" status="online",Cajamarca TV (480p) [Not 24/7] https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8 -#EXTINF:-1 tvg-id="Canal8Catacaos.pe" status="error",Canal 8 (Catacaos) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal8Catacaos.pe" status="online",Canal 8 (Catacaos) (360p) [Not 24/7] https://tvdatta.com:3838/live/canalcatacaoslive.m3u8 -#EXTINF:-1 tvg-id="Canal43Sudamericana.pe" status="timeout",Canal 43 Sudamericana (Ica) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal43Sudamericana.pe" status="error",Canal 43 Sudamericana (Ica) (360p) [Not 24/7] https://media2.cdnlayer.biz:8081/8014/index.m3u8 #EXTINF:-1 tvg-id="CanalB.pe" status="error",CanalB (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alfonsobaella/live @@ -51,7 +51,7 @@ http://cdnh4.iblups.com/hls/OVJNKV4pSr.m3u8 https://tvdatta.com:3548/live/chinchatvlive.m3u8 #EXTINF:-1 tvg-id="CineClubTV.pe" status="online",TecSatel Cine TV (Arequipa) (720p) [Not 24/7] https://servilive.com:3176/live/cineclublive.m3u8 -#EXTINF:-1 tvg-id="ClipsTV.pe" status="online",ClipsTV (Ica) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="ClipsTV.pe" status="error",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) https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 @@ -67,13 +67,13 @@ https://live.obslivestream.com/cdeportivo/index.m3u8 https://live.obslivestream.com/controversiatv/index.m3u8 #EXTINF:-1 tvg-id="CreoTV.pe" status="online",CreoTV (Cajamarca) (720p) [Not 24/7] https://srv1.mediastreamperu.com/creotv/creotv/playlist.m3u8 -#EXTINF:-1 tvg-id="CRTelevision.pe" status="online",CR Television (Moyobamba) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CRTelevision.pe" status="error",CR Television (Moyobamba) (720p) [Not 24/7] https://live.obslivestream.com/crtvmux/index.m3u8 -#EXTINF:-1 tvg-id="CTC.pe" status="error",CTC (720p) +#EXTINF:-1 tvg-id="CTC.pe" status="online",CTC (720p) http://190.108.83.142:8000/play/a007/index.m3u8 #EXTINF:-1 tvg-id="Cultura24.pe" status="online",Cultura 24 (360p) [Not 24/7] https://vs8.live.opencaster.com/cultura24/smil:cultura24/playlist.m3u8 -#EXTINF:-1 tvg-id="DeltaTV.pe" status="timeout",DeltaTV (Pacayzapa | San Martรญn) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DeltaTV.pe" status="error",DeltaTV (Pacayzapa | San Martรญn) (480p) [Not 24/7] https://media2.cdnlayer.biz:8081/8038/index.m3u8 #EXTINF:-1 tvg-id="DiasporaTV.pe" status="online",Diรกspora TV [Not 24/7] https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 @@ -101,7 +101,7 @@ https://stream.plixitv.live/goresamtv/goresamtv/playlist.m3u8 https://tv.inka.net.pe/bestcablehatuntv/bestcablehatuntv/index.m3u8 #EXTINF:-1 tvg-id="HRTV.pe" status="online",HRTV [Not 24/7] https://srv.panelcast.net/halcontv/halcontv/playlist.m3u8 -#EXTINF:-1 tvg-id="HuachoPeruTV.pe" status="error",Huacho Perรบ TV [Not 24/7] +#EXTINF:-1 tvg-id="HuachoPeruTV.pe" status="timeout",Huacho Perรบ TV [Not 24/7] https://paneltv.rstreaminghd.net:3777/live/huachoperutvlive.m3u8 #EXTINF:-1 tvg-id="HuanucoenVivo.pe" status="online",Huรกnuco en Vivo (480p) [Not 24/7] https://stmv.panel.grupolimalive.com/antonio/antonio/playlist.m3u8 @@ -119,12 +119,10 @@ https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8 https://servilive.com:3149/live/jn19tvlive.m3u8 #EXTINF:-1 tvg-id="JusticiaTV.pe" status="online",JusticiaTV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwsURxTXqGqijgu98ndod3A/live -#EXTINF:-1 tvg-id="Karibena.pe" status="online",Karibeรฑa (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Karibena.pe" status="timeout",Karibeรฑa (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 #EXTINF:-1 tvg-id="KBO.pe" status="error",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 -#EXTINF:-1 tvg-id="La5ta.pe" status="error",La 5ta [Not 24/7] -https://srv.panelcast.net/la5ta/la5ta/playlist.m3u8 #EXTINF:-1 tvg-id="LaAbeja.pe" status="online",La Abeja (720p) [Not 24/7] http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 #EXTINF:-1 tvg-id="LaIslillaTV.pe" status="online",La Islilla TV [Not 24/7] @@ -149,7 +147,7 @@ https://hls.servidor.stream/storage/megatv.m3u8 https://tv.portalexpress.es:3399/hybrid/play.m3u8 #EXTINF:-1 tvg-id="MielTV.pe" status="online",Miel TV (Satipo) [Not 24/7] https://7.innovatestream.pe:19360/mieltv/mieltv.m3u8 -#EXTINF:-1 tvg-id="Millenium109FM.pe" status="error",Millenium 109 FM (Lamas) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 #EXTINF:-1 tvg-id="MilleniumTV.pe" status="online",Millenium 49 TV (Pucallpa) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/milleniuntv/milleniuntv/playlist.m3u8 @@ -195,13 +193,13 @@ https://5c3fb01839654.streamlock.net:1963/iptvovacion1/liveovacion1tv/playlist.m https://cdnhd.iblups.com/hls/ptv2.m3u8 #EXTINF:-1 tvg-id="PaxTV.pe" status="online",Pax TV https://d1oxkaep074koq.cloudfront.net/out/v1/6657a374459f4821b404e16161c98588/playlist.m3u8 -#EXTINF:-1 tvg-id="PBO.pe" status="error",PBO Digital (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PBO.pe" status="online",PBO Digital (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCgR0st4ZLABi-LQcWNu3wnQ/live #EXTINF:-1 tvg-id="PeruMagico.pe" status="timeout",Peru Magico (480p) [Not 24/7] http://38.131.11.9:1080/play/a0dh #EXTINF:-1 tvg-id="PeruvianRadioTV.pe" status="online",PeruvianRadio TV [Not 24/7] https://stmv.panel.grupolimalive.com/peruvian/peruvian/playlist.m3u8 -#EXTINF:-1 tvg-id="PiuraTV.pe" status="online",PiuraTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PiuraTV.pe" status="timeout",PiuraTV (720p) [Not 24/7] http://190.108.83.142:8000/play/a00d/index.m3u8 #EXTINF:-1 tvg-id="PlanetaTVAmazonas.pe" status="online",Planeta TV (Bagua) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/planeatv/planeatv/playlist.m3u8 @@ -211,21 +209,21 @@ https://servilive.com:3194/live/proyectatvlive.m3u8 https://servilive.com:3753/live/qosqotimeslive.m3u8 #EXTINF:-1 tvg-id="QuattroTV.pe" status="online",Quattro TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/quatrotvgo -#EXTINF:-1 tvg-id="Quillavision.pe" status="error",Quillavision (Cuzco) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Quillavision.pe" status="online",Quillavision (Cuzco) (720p) [Not 24/7] http://v4.tustreaming.cl/quillavision/index.m3u8 #EXTINF:-1 tvg-id="RadioCalor.pe" status="online",Radio Calor (Huancayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/calortv #EXTINF:-1 tvg-id="RadioChalaca.pe" status="online",Radio Chalaca (720p) [Not 24/7] https://megastreamm.com:3611/stream/play.m3u8 -#EXTINF:-1 tvg-id="RadioDigital941TV.pe" status="timeout",Radio Digital 94.1 TV (Juanjui) (240p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioDigital941TV.pe" status="error",Radio Digital 94.1 TV (Juanjui) (240p) [Not 24/7] https://media2.cdnlayer.biz:8081/8018/index.m3u8 #EXTINF:-1 tvg-id="RadioInkaTV.pe" status="online",RadioInka (Abancay) (1080p) [Not 24/7] https://tv.portalexpress.es:3175/hybrid/play.m3u8 -#EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="error",Radio San Borja TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTropical.pe" status="online",Radio Tropical Tarapoto (480p) [Not 24/7] https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8 -#EXTINF:-1 tvg-id="RadioTVCharles.pe" status="timeout",Radio TV Charles (Bambamarca) [Not 24/7] +#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="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8 @@ -249,9 +247,9 @@ https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8 #EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="online",SanjuaneraTV [Not 24/7] https://live.obslivestream.com/sanjuanera/index.m3u8 -#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="error",SelvaMรญa TV (Aguaytรญa) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMรญa TV (Aguaytรญa) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 -#EXTINF:-1 tvg-id="Sistema1.pe" status="error",Sistema 1 [Not 24/7] +#EXTINF:-1 tvg-id="Sistema1.pe" status="timeout",Sistema 1 [Not 24/7] https://paneltv.rstreaminghd.net:3042/live/sistema1tvlive.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 @@ -259,7 +257,7 @@ https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 http://190.211.140.89:8081/SVTranscoder/SOLTVabr.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SomosTelevision.pe" status="online",Somos Televisiรณn (Chimbote) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/somostvchimbote -#EXTINF:-1 tvg-id="SoriTV.pe" status="error",SoriTV [Not 24/7] +#EXTINF:-1 tvg-id="SoriTV.pe" status="online",SoriTV [Not 24/7] https://cadenasurrtv.com/hls/stream/index.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 @@ -269,7 +267,7 @@ https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 https://tvdatta.com:3517/live/kachorrotvlive.m3u8 #EXTINF:-1 tvg-id="SurTV.pe" status="online",SurTV (Ilo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/surtv/surtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Tele2000.pe" status="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="TelecolorYurimaguas.pe" status="online",Telecolor (Yurimaguas) (720p) [Not 24/7] https://live.obslivestream.com/telecolormux/index.m3u8 @@ -279,7 +277,7 @@ https://1667517699.rsc.cdn77.org/hls/camana.m3u8 https://1667517699.rsc.cdn77.org/hls/ilo.m3u8 #EXTINF:-1 tvg-id="TelesurMollendo.pe" status="online",Telesur (Mollendo) (240p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/mollendo.m3u8 -#EXTINF:-1 tvg-id="TelesurMoquegua.pe" status="online",Telesur (Moquegua) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TelesurMoquegua.pe" status="error",Telesur (Moquegua) (360p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/moquegua.m3u8 #EXTINF:-1 tvg-id="TelesurTacna.pe" status="online",Telesur (Tacna) (720p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/tacna.m3u8 @@ -289,8 +287,8 @@ https://ott1.hdlatam.tv/live_abr/webtvTarapotoPe/playlist.m3u8 https://5cefcbf58ba2e.streamlock.net:543/tltvweb/tvweb.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TopTV.pe" status="online",Top FM TV (Atalaya) (240p) [Not 24/7] https://tvdatta.com:3084/live/toptvaguaytialive.m3u8 -#EXTINF:-1 tvg-id="Trivu.pe" status="error",Trivu (Lima) [Not 24/7] -https://servilive.com:3387/live/demo22live.m3u8 +#EXTINF:-1 tvg-id="Trivu.pe" status="online",Trivu (Lima) [Not 24/7] +https://servilive.com:3244/live/trivutvlive.m3u8 #EXTINF:-1 tvg-id="TropicalTV.pe" 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="online",Tumpis TV (Tumbes) (720p) [Not 24/7] @@ -307,7 +305,7 @@ https://5790d294af2dc.streamlock.net/8134/8134/playlist.m3u8 https://s1.tvdatta.com:3883/live/tvenlinealive.m3u8 #EXTINF:-1 tvg-id="TVFacesPeru.pe" status="online",Tvfaces Online (360p) [Not 24/7] https://tvdatta.com:3211/stream/play.m3u8 -#EXTINF:-1 tvg-id="TVHuarmey.pe" status="timeout",TV Huarmey (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey #EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="online",TV Norte (Chiclayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD @@ -341,11 +339,13 @@ https://vps1.lnx.pe/vamisa/envivo/index.m3u8 https://live.obslivestream.com/viaaltomayomux/index.m3u8 #EXTINF:-1 tvg-id="ViaTelevision.pe" status="online",Vรญa Televisiรณn (Tarapoto) [Not 24/7] https://multimedia.tmcreativos.com:1936/viatelevision/viatelevision/playlist.m3u8 +#EXTINF:-1 tvg-id="VisionSur.pe" status="online",VisionSur (Arequipa) [Not 24/7] +https://ott1.hdlatam.tv/live_abr/webtvVisionSur/playlist.m3u8 #EXTINF:-1 tvg-id="VisionTVMusica.pe" status="online",Visiรณn TV Musica (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 #EXTINF:-1 tvg-id="VNP.pe" status="online",Visiรณn Noticias Perรบ (VNP) (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="VZTV.pe" status="error",VZ Televisiรณn (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VZTV.pe" status="online",VZ Televisiรณn (720p) [Not 24/7] https://live.obslivestream.com/vztv/index.m3u8 #EXTINF:-1 tvg-id="WillaxTV.pe" status="online",Willax (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/WillaxTV diff --git a/streams/ph.m3u b/streams/ph.m3u index 6e43937cb..94dc81030 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -11,13 +11,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHN https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 #EXTINF:-1 tvg-id="KapamilyaChannel.ph" status="timeout",Kapamilya Channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCstEtN0pgOmCf02EdXsGChw/live -#EXTINF:-1 tvg-id="Net25.ph" status="online",NET 25 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Net25.ph" status="error",NET 25 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Net25Tv/live #EXTINF:-1 tvg-id="PEPTV.ph" status="online",PEP TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/peptv3 #EXTINF:-1 tvg-id="PIE.ph" status="online",Pie (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCAxAaFQnH5IK_ZTwiQWV-9A/live -#EXTINF:-1 tvg-id="PTV4.ph" status="timeout",PTV 4 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PTV4.ph" status="online",PTV 4 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/PTVPhilippines/live #EXTINF:-1 tvg-id="SMNI.ph" status="online",SMNI (720p) [Not 24/7] https://api.new.livestream.com/accounts/19079954/events/7831871/live.m3u8 diff --git a/streams/pk.m3u b/streams/pk.m3u index ed9ad8266..398548092 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -12,18 +12,18 @@ https://streamone.simpaisa.com:8443/pitvlive1/khyber.smil/playlist.m3u8 https://streamone.simpaisa.com:8443/pitvlive1/awaztv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BolNews.pk" status="online",Bol News (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCz2yxQJZgiB_5elTzqV7FiQ/live -#EXTINF:-1 tvg-id="DawnNews.pk" status="error",Dawn News (720p) +#EXTINF:-1 tvg-id="DawnNews.pk" status="online",Dawn News (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaxR-D8FjZ-2otbU0_Y2grg/live #EXTINF:-1 tvg-id="DhartiTV.pk" status="online",Dharti TV https://streamone.simpaisa.com:8443/pitvlive1/dhartitv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (480p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live +#EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (480p) [Not 24/7] https://imob.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8 #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (INT Feed) (480p) [Not 24/7] https://intl.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8?dvr= #EXTINF:-1 tvg-id="DunyaNews.pk" status="online",Dunya News (UK Feed) (720p) [Not 24/7] https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8 -#EXTINF:-1 tvg-id="DunyaNews.pk" status="timeout",Dunya News (480p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live #EXTINF:-1 tvg-id="FazalTV.pk" status="online",Punjabi TV http://cdn9.live247stream.com/punjabitvcanada/tv/playlist.m3u8 #EXTINF:-1 tvg-id="HumMasala.pk" status="online",Hum Masala (720p) @@ -50,7 +50,7 @@ https://streamone.simpaisa.com:8443/pitvlive1/neo.smil/playlist.m3u8 http://162.250.201.58:6211/pk/ONEGOLF/index.m3u8 #EXTINF:-1 tvg-id="PTVHome.pk" status="online",PTV Home (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCMfwlaPLGMn44BKvHv15yzA/live -#EXTINF:-1 tvg-id="PTVNews.pk" status="timeout",PTV News (1080p) +#EXTINF:-1 tvg-id="PTVNews.pk" status="online",PTV News (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5RvV_LtR1dxPCVFGw6dxXA/live #EXTINF:-1 tvg-id="PTVSports.pk" status="timeout",PTV Sports (1080p) http://103.81.104.118/hls/stream11.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index a397edf8d..d1da74c98 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -2,9 +2,9 @@ #EXTINF:-1 tvg-id="dlaCiebietv.pl" status="online",dlaCiebie.tv (1080p) [Not 24/7] http://94.246.128.53:1935/tv/dlaCiebieTv/playlist.m3u8 #EXTINF:-1 tvg-id="Echo24.pl" status="online",Echo24 (720p) [Not 24/7] -https://live-insysgo.cf.insyscd.net/echo24.smil/manifest.m3u8 -#EXTINF:-1 tvg-id="Echo24.pl" status="online",Echo24 (720p) [Not 24/7] https://live-insysgo.cf.insyscd.net/echo24.smil/manifest.mpd +#EXTINF:-1 tvg-id="Echo24.pl" status="error",Echo24 (720p) [Not 24/7] +https://live-insysgo.cf.insyscd.net/echo24.smil/manifest.m3u8 #EXTINF:-1 tvg-id="EzoTV.pl" status="timeout",Ezo TV (576p) [Not 24/7] http://live.ezotv.pl:1935/live/EZOTV/playlist.m3u8 #EXTINF:-1 tvg-id="SferaTV.pl" status="online",Sfera TV (480p) [Not 24/7] @@ -63,5 +63,5 @@ http://gargoyle.tomkow.pl/hls/tvt.m3u8 https://stream.4fun.tv:8888/hls/4f.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Czworka (1080p) https://stream14.polskieradio.pl/pr4_video/video_pr4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",TV Regionalna (Zary) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",TV Regionalna (Zary) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC29dc_mBUWW4mz5h754v88w/live diff --git a/streams/ps.m3u b/streams/ps.m3u index a43827061..3550c3628 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -19,7 +19,7 @@ http://vstream3.hadara.ps:8081/MawwalHD_web/web/playlist.m3u8 https://pbc.furrera.ps/musawahd/index.m3u8 #EXTINF:-1 tvg-id="MusawaChannel.ps" status="online",MusawaChannel (404p) [Not 24/7] http://htvpalsat.mada.ps:8888/musawa/index.m3u8 -#EXTINF:-1 tvg-id="NablusTV.ps" status="error",Nablus TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NablusTV.ps" status="online",Nablus TV (720p) [Not 24/7] http://htvmada.mada.ps:8888/nabluslive/index.m3u8 #EXTINF:-1 tvg-id="PalestineMubasher.ps" status="online",Palestine Mubasher (404p) http://htvpalsat.mada.ps:8888/PBCLive/index.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index a7e760b71..1d06fe9c1 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -5,7 +5,7 @@ https://d2ve4fchffi4n1.cloudfront.net/out/v1/df356edd16f3434ab417f2c48cb1d516/in https://w2.manasat.com/kcine/smil:kcine.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KuriakosKids.pt" status="online",Kuriakos Kids (1080p) https://w2.manasat.com/kkids/smil:kkids.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KuriakosMusic.pt" status="online",Kuriakos Music (1080p) +#EXTINF:-1 tvg-id="KuriakosMusic.pt" status="error",Kuriakos Music (1080p) http://195.23.211.179:1935/kmusic/smil:kmusic.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KuriakosTV.pt" status="online",Kuriakos TV (1080p) https://w1.manasat.com/ktv/smil:ktv.smil/playlist.m3u8 @@ -21,7 +21,7 @@ http://162.212.178.69:41042/bysid/608 #EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] +#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="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7] @@ -47,7 +47,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPMadeira.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)",RTP Madeira (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SIC.pt" status="timeout",SIC (1080p) +#EXTINF:-1 tvg-id="SIC.pt" status="online",SIC (1080p) http://93.152.174.144:4000/play/sic/index.m3u8 #EXTINF:-1 tvg-id="SICNoticias.pt" status="blocked",SIC Noticias [Geo-blocked] http://live.impresa.pt/live/sicnot/sicnot.m3u8 diff --git a/streams/py.m3u b/streams/py.m3u index c8044882b..670b5e046 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -13,7 +13,7 @@ https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8 #EXTINF:-1 tvg-id="FarraPlay.py" status="online",Farra Play (720p) [Not 24/7] http://159.203.148.226/live/farra.m3u8 -#EXTINF:-1 tvg-id="MasTV.py" status="timeout",Mรกs TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MasTV.py" status="online",Mรกs TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/mastvonline #EXTINF:-1 tvg-id="MiTV.py" status="online",MiTV https://rds3.desdeparaguay.net/mitv/mitv/playlist.m3u8 @@ -31,7 +31,7 @@ https://59ce1298bfb98.streamlock.net/rcctv02/rcctv02/playlist.m3u8 https://59ce1298bfb98.streamlock.net/mediosenpy/mediosenpy/playlist.m3u8 #EXTINF:-1 tvg-id="SNT.py" status="online",SNT (480p) https://d4xunn272arip.cloudfront.net/hls/snt.m3u8 -#EXTINF:-1 tvg-id="SomosdelEste.py" status="online",Somos Del Este +#EXTINF:-1 tvg-id="SomosdelEste.py" status="error",Somos Del Este https://59ce1298bfb98.streamlock.net/somosdeleste/somosdeleste/playlist.m3u8 #EXTINF:-1 tvg-id="SucesoTV.py" status="online",Suceso TV https://59ce1298bfb98.streamlock.net/sucesotv/sucesotv/playlist.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index dd2b3f9da..7dc49df7e 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -4,14 +4,14 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbal #EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) https://live-hls-web-ajb.getaj.net/AJB/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live -#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) https://live-hls-v3-aja.getaj.net/AJA-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) https://live-hls-web-aja.getaj.net/AJA/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera Arabic (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/s69/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="error",Al Jazeera Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live #EXTINF:-1 tvg-id="AlJazeeraDocumentary.qa" status="online",Al Jazeera Documentary (270p) [Geo-blocked] https://live-hls-web-ajd.getaj.net/AJD/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) diff --git a/streams/ro.m3u b/streams/ro.m3u index bc44dd3aa..410acbfe4 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -9,7 +9,7 @@ https://stream-aleph.m.ro/Aleph/ngrp:Alephnewsmain.stream_all/playlist.m3u8 http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AlfaOmegaTV.ro" status="online",Alfa Omega TV (540p) [Not 24/7] http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8 -#EXTINF:-1 tvg-id="AntenaSport.ro" status="online",AntenaSport (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AntenaSport.ro" status="error",AntenaSport (720p) [Not 24/7] https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8 #EXTINF:-1 tvg-id="B1.ro" status="error",B1 (272p) [Not 24/7] https://stream.adunity.com/b1/b1.m3u8 diff --git a/streams/rs.m3u b/streams/rs.m3u index cca0ebd4b..95913c01f 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -83,7 +83,7 @@ https://vod1.laki.eu/sandzak/video.m3u8 https://srv1.adriatelekom.com/TVAS/index.m3u8 #EXTINF:-1 tvg-id="TVBelleAmie.rs" status="timeout",TV Belle Amie (540p) [Not 24/7] http://92.60.238.10:1935/live/belleamie/playlist.m3u8 -#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="online",TV Duga Plus (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="error",TV Duga Plus (480p) [Not 24/7] http://109.92.29.10:1935/tvduga/tvduga/playlist.m3u8 #EXTINF:-1 tvg-id="TVHram.rs" status="online",TV Hram (576p) [Not 24/7] https://vod1.laki.eu/live/hram/index.m3u8 diff --git a/streams/ru.m3u b/streams/ru.m3u index 37861ba5a..ee6651b70 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -1,10 +1,12 @@ #EXTM3U -#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="timeout",1HD Music Television (404p) [Not 24/7] +#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="online",1HD Music Television (404p) [Not 24/7] https://sc.id-tv.kz/1hd.m3u8 #EXTINF:-1 tvg-id="2x2.ru" status="online",2x2 (720p) [Not 24/7] https://bl.uma.media/live/317805/HLS/4614144_3,2883584_2,1153024_1/1613019214/3754dbee773afc02014172ca26d3bb79/playlist.m3u8 #EXTINF:-1 tvg-id="3ABNRussia.ru" status="online",ะขั€ะธ ะะฝะณะตะปะฐ (720p) https://hls.tv.3angels.ru/stream.m3u8 +#EXTINF:-1 tvg-id="3ABNRussia.ru" status="online",ะขั€ะธ ะะฝะณะตะปะฐ (720p) +https://hls.tv.3angels.ru/stream/HQ.m3u8 #EXTINF:-1 tvg-id="5Kanal.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะŸัั‚ั‹ะน ะšะฐะฝะฐะป (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_5TV/variant.m3u8 @@ -23,13 +25,15 @@ https://video1.in-news.ru/360/index.m3u8 #EXTINF:-1 tvg-id="A1.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A1 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s45/index.m3u8 -#EXTINF:-1 tvg-id="A2.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A2 (480p) +#EXTINF:-1 tvg-id="A2.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",A2 (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/s33/index.m3u8 -#EXTINF:-1 tvg-id="A2.ru" status="timeout",A2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="A2.ru" status="error",A2 (576p) [Not 24/7] https://sc.id-tv.kz/A2.m3u8 #EXTINF:-1 tvg-id="Afontovo.ru" status="online",ะั„ะพะฝั‚ะพะฒะพ (ะšั€ะฐัะฝะพัั€ัะบ) (1080p) [Geo-blocked] http://xstream.afontovo.ru/afontovo_ya.m3u8 +#EXTINF:-1 tvg-id="Almaznyykray.ru" status="online",ะขะš ะะปะผะฐะทะฝั‹ะน ะบั€ะฐะน (576p) +https://stream.almaz-media.tv:8080/hls/576.m3u8 #EXTINF:-1 tvg-id="AmediaPremium.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Amedia Premium (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s64/index.m3u8 @@ -54,9 +58,9 @@ https://streaming.astrakhan.ru/astrakhanrusporthd/playlist.m3u8 https://streaming.astrakhan.ru/astrakhanrulivehd/playlist.m3u8 #EXTINF:-1 tvg-id="Avto24.ru" status="blocked",ะะฒั‚ะพ 24 (576p) [Geo-blocked] http://185.52.77.67:8080/Avto24/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="BackusTV.ru" status="error",Backus TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BackusTV.ru" status="online",Backus TV (720p) [Not 24/7] http://stream.backustv.ru/live/btv/index.m3u8 -#EXTINF:-1 tvg-id="BackusTVStrashnoe.ru" status="error",Backus TV ะกั‚ั€ะฐัˆะฝะพะต (720p) [Not 24/7] +#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="BashkirskoeSputnikovoeTV.ru" status="online",ะ‘ะกะข (ะ‘ะฐัˆะบะธั€ัะบะพะต ัะฟัƒั‚ะฝะธะบะพะฒะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต) (576p) https://bsttv.bonus-tv.ru/cdn/bst/playlist.m3u8 @@ -72,7 +76,7 @@ http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 #EXTINF:-1 tvg-id="Bober.ru" status="timeout",ะ‘ะพะฑะตั€ (576p) [Not 24/7] https://sc.id-tv.kz/bober.m3u8 -#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="timeout",Bollywood HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="online",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 #EXTINF:-1 tvg-id="BridgeTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Bridge TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -80,12 +84,22 @@ http://ott-cdn.ucom.am/s34/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) #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="CentralnoeTV.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะฆะตะฝั‚ั€ะฐะปัŒะฝะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต (ะฆะขะ’) (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s20/index.m3u8 #EXTINF:-1 tvg-id="ChannelOne.ru" status="online",Channel One https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd +#EXTINF:-1 tvg-id="ChannelOne.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s14/04.m3u8 +#EXTINF:-1 tvg-id="ChannelOneEurasia.kz" status="online",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป ะ•ะฒั€ะฐะทะธั (396p) [Not 24/7] +http://stream.euroasia.lfstrm.tv/perviy_evrasia/1/index.m3u8 +#EXTINF:-1 tvg-id="ChannelOneEurasia.kz" status="online",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป ะ•ะฒั€ะฐะทะธั (576p) [Not 24/7] +https://sc.id-tv.kz/1KanalEvraziya.m3u8 #EXTINF:-1 tvg-id="Che.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะงะต! (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_PERETZ/variant.m3u8 -#EXTINF:-1 tvg-id="Cinema.ru" status="timeout",Cinema (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Cinema.ru" status="online",Cinema (576p) [Not 24/7] https://sc.id-tv.kz/Cinema.m3u8 #EXTINF:-1 tvg-id="Dagestan.ru" status="online",ะ”ะฐะณะตัั‚ะฐะฝ (1080p) https://dagestan.mediacdn.ru/cdn/dagestan/playlist.m3u8 @@ -103,7 +117,7 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 http://ott-cdn.ucom.am/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="timeout",ะ”ะพะผ ะบะธะฝะพ (576p) http://50.7.92.90/Dom_kino/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",ะ”ะพะผ ะšะธะฝะพ ะŸั€ะตะผะธัƒะผ (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="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 @@ -139,7 +153,7 @@ http://www.gtk.tv/hls/gtyar.m3u8 https://live-trc33.cdnvideo.ru/trc33/trc33.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Guberniya.ru" status="online",ะ“ัƒะฑะตั€ะฝะธั (ะกะฐะผะฐั€ะฐ) (576p) http://live.guberniatv.cdnvideo.ru/guberniatv/guberniatv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="HDL.ru" status="timeout",HDL (404p) [Not 24/7] +#EXTINF:-1 tvg-id="HDL.ru" status="online",HDL (404p) [Not 24/7] https://sc.id-tv.kz/hdl.m3u8 #EXTINF:-1 tvg-id="HDMedia.ru" status="blocked",HD ะœะตะดะธะฐ (720p) [Geo-blocked] https://strm.yandex.ru/kal/hdmedia/hdmedia0.m3u8 @@ -149,6 +163,8 @@ https://strm.yandex.ru/kal/hittv/hittv0.m3u8 https://live-tvhope.cdnvideo.ru/tvhope-pull/tvhope_1/playlist.m3u8 #EXTINF:-1 tvg-id="HopeTV.ru" status="online",ะะฐะดะตะถะดะฐ (720p) https://tvhope.cdnvideo.ru/tvhope-pull/tvhope_1/playlist.m3u8 +#EXTINF:-1 tvg-id="IndijskoeKino.ru" status="online",ะ˜ะฝะดะธะนัะบะพะต ะบะธะฝะพ (576p) [Not 24/7] +https://sc.id-tv.kz/Indiiskoe_kino.m3u8 #EXTINF:-1 tvg-id="Istoriya.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะ˜ัั‚ะพั€ะธั (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s40/index.m3u8 @@ -161,17 +177,21 @@ https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 https://zabava-htlive.cdn.ngenix.net/hls/CH_KARUSEL/variant.m3u8 #EXTINF:-1 tvg-id="Kavkaz24.ru" status="blocked",ะšะฐะฒะบะฐะท 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/kavkaz24_supres/kavkaz24_supres0.m3u8 -#EXTINF:-1 tvg-id="Kinohit.ru" status="timeout",ะšะธะฝะพั…ะธั‚ (404p) [Not 24/7] +#EXTINF:-1 tvg-id="Khabar24.kz" status="timeout",ะฅะฐะฑะฐั€ 24 (576p) [Not 24/7] +https://sc.id-tv.kz/Khabar_24.m3u8 +#EXTINF:-1 tvg-id="Khabar.kz" status="online",ะฅะฐะฑะฐั€ (576p) [Not 24/7] +https://sc.id-tv.kz/Khabar.m3u8 +#EXTINF:-1 tvg-id="Kinohit.ru" status="online",ะšะธะฝะพั…ะธั‚ (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 -#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",ะšะธะฝะพะบะพะผะตะดะธั (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinokomedija.ru" status="online",ะšะธะฝะพะบะพะผะตะดะธั (360p) [Not 24/7] https://sc.id-tv.kz/Kinokomediya_hd.m3u8 #EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",ะšะธะฝะพะผะธะบั (1080p) [Not 24/7] https://sc.id-tv.kz/Kinomix_hd.m3u8 -#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinopremyera.ru" status="online",ะšะธะฝะพะฟั€ะตะผัŒะตั€ะฐ (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 #EXTINF:-1 tvg-id="Kinosemja.ru" status="timeout",ะšะธะฝะพัะตะผัŒั (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="timeout",ะšะธะฝะพัะฒะธะดะฐะฝะธะต (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="online",ะšะธะฝะพัะฒะธะดะฐะฝะธะต (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosvidanie_hd.m3u8 #EXTINF:-1 tvg-id="KlassikaKino.ru" status="blocked",ะšะปะฐััะธะบะฐ ะšะธะฝะพ (720p) [Geo-blocked] https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8 @@ -181,7 +201,7 @@ http://188.40.68.167/russia/komediya/playlist.m3u8 http://185.97.150.19:8082/2402 #EXTINF:-1 tvg-id="KonniyMir.ru" status="online",ะšะพะฝะฝั‹ะน ะœะธั€ (576p) [Geo-blocked] http://cdn-01.bonus-tv.ru/konnyimir/playlist.m3u8 -#EXTINF:-1 tvg-id="KrasnayaLiniya.ru" status="timeout",ะšั€ะฐัะฝะฐั ะปะธะฝะธั (480p) +#EXTINF:-1 tvg-id="KrasnayaLiniya.ru" status="error",ะšั€ะฐัะฝะฐั ะปะธะฝะธั (480p) https://kprf-htlive.cdn.ngenix.net/live/stream_high/playlist.m3u8 #EXTINF:-1 tvg-id="KrikTV.ru" status="blocked",ะšั€ะธะบ-ะขะ’ (576p) [Geo-blocked] https://strm.yandex.ru/kal/krik_tv/krik_tv0.m3u8 @@ -272,7 +292,7 @@ http://81.30.182.82:18092/hls/live.m3u8 http://serv30.vintera.tv:8081/detskiy/multimania20/playlist.m3u8 #EXTINF:-1 tvg-id="MusicBoxRussia.ru" status="blocked",Music Box Russia (1080p) https://strm.yandex.ru/kal/rmbox/rmbox0.m3u8 -#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="timeout",ะœัƒะถัะบะพะต ะบะธะฝะพ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="online",ะœัƒะถัะบะพะต ะบะธะฝะพ (1080p) [Not 24/7] https://sc.id-tv.kz/Mujskoe_kino_hd.m3u8 #EXTINF:-1 tvg-id="MuzSoyuz.ru" status="online",ะœัƒะท ัะพัŽะท (576p) http://hls-tvsoyuz.cdnvideo.ru/tvsoyuz2/muzsoyuz.6fw0-58xp-acts-esy0/playlist.m3u8 @@ -305,11 +325,11 @@ https://peqk71plnjy.a.trbcdn.net/livemaster/w4kz7pki62_nts_tv/playlist.m3u8 #EXTINF:-1 tvg-id="NTV.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะะขะ’ (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_NTV/variant.m3u8 -#EXTINF:-1 tvg-id="NTV.ru" status="timeout",ะะขะ’ (576p) -http://31.128.159.41:8080/ntv/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="NTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะขะ’ (480p) +#EXTINF:-1 tvg-id="NTV.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะขะ’ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s17/index.m3u8 +#EXTINF:-1 tvg-id="NTV.ru" status="timeout",ะะขะ’ (576p) +http://31.128.159.41:8080/ntv/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="NTVStyl.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะะขะ’ ะกั‚ะธะปัŒ (480p) #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 @@ -317,7 +337,7 @@ http://ott-cdn.ucom.am/s77/index.m3u8 http://live-saha.cdnvideo.ru/saha/saha/playlist.m3u8 #EXTINF:-1 tvg-id="O2.ru" status="blocked",ะž2ะขะ’ (1080p) [Geo-blocked] https://strm.yandex.ru/kal/o2/o20.m3u8 -#EXTINF:-1 tvg-id="O.ru" status="timeout",ะž! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="O.ru" status="online",ะž! (576p) [Not 24/7] https://sc.id-tv.kz/o.m3u8 #EXTINF:-1 tvg-id="OhotnikiRybolov.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะžั…ะพั‚ะฝะธะบ ะธ ะ ั‹ะฑะพะปะพะฒ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 @@ -342,9 +362,9 @@ http://194.190.78.91/pskov/rewind-10800.m3u8 http://ott.inmart.tv:8081/18/index.m3u8 #EXTINF:-1 tvg-id="PervyyTulskiy.ru" status="online",ะŸะตั€ะฒั‹ะน ะขัƒะปัŒัะบะธะน (576p) [Not 24/7] http://5.164.24.83/tula/1tv_low/index.m3u8 -#EXTINF:-1 tvg-id="Pobeda.ru" status="timeout",ะŸะพะฑะตะดะฐ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Pobeda.ru" status="error",ะŸะพะฑะตะดะฐ (576p) [Not 24/7] https://sc.id-tv.kz/Pobeda.m3u8 -#EXTINF:-1 tvg-id="Poehali.ru" status="timeout",ะŸะพะตั…ะฐะปะธ! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Poehali.ru" status="online",ะŸะพะตั…ะฐะปะธ! (576p) [Not 24/7] https://sc.id-tv.kz/poehali.m3u8 #EXTINF:-1 tvg-id="Prima.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะŸั€ะธะผะฐ (1080p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -379,8 +399,6 @@ http://chanson-video.hostingradio.ru:8080/hls/chansonabr/live.m3u8 https://rtv.facecast.io/rtv/0.m3u8 #EXTINF:-1 tvg-id="Ratnik.ru" status="blocked",ะ ะฐั‚ะฝะธะบ (1080p) [Geo-blocked] http://live-ratnik.cdnvideo.ru/ratnik/ratnik.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="RBKTV.ru" status="online",ะ ะ‘ะš (1080p) -https://live-rbc.gcdn.co/gcore/rbctvhd.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="online",ะ ะ‘ะš (576p) http://uiptv.do.am/1ufc/701293058/playlist.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="online",ะ ะ‘ะš (ะกะŸะ‘) (576p) @@ -392,6 +410,8 @@ http://92.50.128.180/utv/1358/index.m3u8 http://ott-cdn.ucom.am/s36/index.m3u8 #EXTINF:-1 tvg-id="RBKTV.ru" status="blocked",ะ ะ‘ะš (1080p) [Geo-blocked] https://strm.yandex.ru/kal/rbc/rbc0.m3u8 +#EXTINF:-1 tvg-id="RBKTV.ru" status="error",ะ ะ‘ะš (1080p) +https://live-rbc.gcdn.co/gcore/rbctvhd.m3u8 #EXTINF:-1 tvg-id="Region29.ru" status="blocked",ะ ะตะณะธะพะฝ 29 (ะั€ั…ะฐะฝะณะตะปัŒัะบ) (720p) [Geo-blocked] http://live-atkmedia.cdnvideo.ru/atkmedia/atkmedia/playlist.m3u8 #EXTINF:-1 tvg-id="RENTV.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะ ะ•ะ ะขะ’ (540p) [Geo-blocked] @@ -399,12 +419,14 @@ http://live-atkmedia.cdnvideo.ru/atkmedia/atkmedia/playlist.m3u8 https://zabava-htlive.cdn.ngenix.net/hls/CH_RENTV/variant.m3u8 #EXTINF:-1 tvg-id="RENTV.ru" status="online",ะ ะ•ะ ะขะ’ (576p) http://ad-hls-rentv.cdnvideo.ru/ren/smil:ren.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RENTVInternational.ru" status="timeout",ะ ะ•ะ ะขะ’ International (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RENTVInternational.ru" status="online",ะ ะ•ะ ะขะ’ International (576p) [Not 24/7] https://sc.id-tv.kz/RenTV.m3u8 -#EXTINF:-1 tvg-id="RodnoeKino.ru" status="timeout",ะ ะพะดะฝะพะต ะบะธะฝะพ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RodnoeKino.ru" status="online",ะ ะพะดะฝะพะต ะบะธะฝะพ (576p) [Not 24/7] https://sc.id-tv.kz/Rodnoe_kino.m3u8 #EXTINF:-1 tvg-id="Rodnoykanal.ru" status="online",ะ ะพะดะฝะพะน ะบะฐะฝะฐะป (720p) [Not 24/7] https://n1.slavmir.tv/live/slavmir/playlist.m3u8 +#EXTINF:-1 tvg-id="RostovPapa.ru" status="online",ะ ะพัั‚ะพะฒ-ะฟะฐะฟะฐ (1080p) +http://live-rostovpapa.cdnvideo.ru/rostovpapa/rostovpapa.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="RTAmerica.us" status="online",RT America (1080p) [Geo-blocked] https://rt-usa.rttv.com/live/rtusa/playlist.m3u8 #EXTINF:-1 tvg-id="RTAmerica.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",RT America (480p) @@ -435,10 +457,10 @@ http://ott-cdn.ucom.am/s63/index.m3u8 http://ott-cdn.ucom.am/s80/index.m3u8 #EXTINF:-1 tvg-id="RTNews.ru" status="online",RT News (1080p) [Geo-blocked] https://rt-glb.rttv.com/live/rtnews/playlist.m3u8 +#EXTINF:-1 tvg-id="RTNews.ru" status="online",RT News (1080p) +https://rumble-foxo.cdn.rumble.cloud/live/hr6yv36f/slot-30/ngrp:srak-wx8r_all/playlist.m3u8 #EXTINF:-1 tvg-id="RTNews.ru" status="blocked",RT News (1080p) https://strm.yandex.ru/kal/rt_hd/rt_hd0.m3u8 -#EXTINF:-1 tvg-id="RTNews.ru" status="timeout",RT News (1080p) -https://rumble-foxo.cdn.rumble.cloud/live/hr6yv36f/slot-30/ngrp:srak-wx8r_all/playlist.m3u8 #EXTINF:-1 tvg-id="RTRPlaneta.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะ ะขะ -ะŸะปะฐะฝะตั‚ะฐ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s15/index.m3u8 @@ -448,6 +470,8 @@ https://rt-uk.rttv.com/live/rtuk/playlist.m3u8 https://a3569458063-s26881.cdn.ngenix.net/hls/russia_hd/playlist_4.m3u8 #EXTINF:-1 tvg-id="Russia1Plus6.ru" status="timeout",ะ ะพััะธั 1 +6 (180p) https://gtrkchita.ru:8081/hls/r1-chita_180p.m3u8 +#EXTINF:-1 tvg-id="Russia1Plus6.ru" status="timeout",ะ ะพััะธั 1 +6 (360p) +https://gtrkchita.ru:8081/hls/r1-chita_360p.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online",ะ ะพััะธั 24 (576p) [Not 24/7] http://radio-live-mg.rtr-vesti.ru/hls/russia_24/playlist.m3u8 #EXTINF:-1 tvg-id="Russia24.ru" status="online",ะ ะพััะธั 24 (576p) [Not 24/7] @@ -461,6 +485,9 @@ https://strm.yandex.ru/kal/euronews_supres/euronews_supres0.m3u8 https://gtrkchita.ru:8081/hls/r24-chita_360p.m3u8 #EXTINF:-1 tvg-id="Russia24Chita.ru" status="timeout",ะ ะพััะธั 24 (ะงะธั‚ะฐ) (576p) https://gtrkchita.ru:8081/hls/r24-chita_576p.m3u8 +#EXTINF:-1 tvg-id="RussiaK.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะšัƒะปัŒั‚ัƒั€ะฐ (540p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 +https://zabava-htlive.cdn.ngenix.net/hls/CH_RUSSIAK/variant.m3u8 #EXTINF:-1 tvg-id="RussiaK.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะšัƒะปัŒั‚ัƒั€ะฐ (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s16/index.m3u8 @@ -492,7 +519,7 @@ https://bsttv.bonus-tv.ru/cdn/salyam/playlist.m3u8 http://45.67.57.9:8080/new/new/playlist.m3u8 #EXTINF:-1 tvg-id="Sarafan.ru" status="online",ะกะฐั€ะฐั„ะฐะฝ (576p) [Not 24/7] http://195.26.83.96:7024/play/82 -#EXTINF:-1 tvg-id="Saratov24.ru" status="online",ะกะฐั€ะฐั‚ะพะฒ 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Saratov24.ru" status="error",ะกะฐั€ะฐั‚ะพะฒ 24 (1080p) [Not 24/7] https://saratov24.tv/online/playlist.php #EXTINF:-1 tvg-id="SelengaTV.ru" status="online",ะกะตะปะตะฝะณะฐ ะขะ’ (576p) http://90.188.37.86/live/playlist.m3u8 @@ -502,17 +529,19 @@ https://live2.mediacdn.ru/sr1/sever-mobile/playlist.m3u8 https://live2.mediacdn.ru/sr1/sever/playlist.m3u8 #EXTINF:-1 tvg-id="Sever.ru" status="online",ะกะตะฒะตั€ (ะะฐั€ัŒัะฝ-ะœะฐั€) (1080p) https://live.mediacdn.ru/sr1/sever/playlist.m3u8 +#EXTINF:-1 tvg-id="ShansonTV.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะจะฐะฝัะพะฝ ะขะ’ (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s43/index.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",ะจะฐะฝัะพะฝ ะขะ’ (512p) [Geo-blocked] http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",ะจะฐะฝัะพะฝ ะขะ’ (576p) [Geo-blocked] http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",ะจะฐะฝัะพะฝ ะขะ’ (576p) [Geo-blocked] http://uiptv.do.am/1ufc/602079679/playlist.m3u8 -#EXTINF:-1 tvg-id="ShansonTV.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/s43/index.m3u8 #EXTINF:-1 tvg-id="ShchyolkovskoeTV.ru" status="online",ะฉั‘ะปะบะพะฒัะบะพะต ะขะ’ (576p) [Not 24/7] http://stream0.tv41.ru/live.m3u8 +#EXTINF:-1 tvg-id="Shokiruyuschee.ru" status="timeout",ะจะพะบะธั€ัƒัŽั‰ะตะต (540p) +http://185.97.150.19:8082/2401 #EXTINF:-1 tvg-id="ShoppingLive.ru" status="online",Shopping Live (576p) [Not 24/7] http://serv30.vintera.tv:8081/shoppinglive/shoppinglive_stream/playlist.m3u8 #EXTINF:-1 tvg-id="ShotTV.ru" status="timeout",Shot TV [Not 24/7] @@ -535,16 +564,18 @@ https://strm.yandex.ru/kal/soyuz/soyuz0.m3u8 http://spas.mediacdn.ru/cdn/spas/playlist.m3u8 #EXTINF:-1 tvg-id="Start.ru" status="blocked",ะกั‚ะฐั€ั‚ (1080p) https://strm.yandex.ru/kal/start/start0.m3u8 +#EXTINF:-1 tvg-id="StranaFMTV.ru" status="online",ะกั‚ั€ะฐะฝะฐ FM (720p) [Not 24/7] +http://live.stranafm.cdnvideo.ru/stranafm/stranafm_hd.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="STRK.ru" status="online",ะกะขะ ะš (720p) [Not 24/7] http://sochinskayatrk.ru/hdtv/hls/strc_hd/playlist.m3u8 #EXTINF:-1 tvg-id="STS.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะกะขะก (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8 -#EXTINF:-1 tvg-id="STS.ru" status="online" 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="STS.ru" status="online",ะกะขะก (576p) [Not 24/7] +https://sc.id-tv.kz/STS.m3u8 +#EXTINF:-1 tvg-id="STS.ru" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะกะขะก (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s52/04.m3u8 -#EXTINF:-1 tvg-id="STS.ru" status="timeout",ะกะขะก (576p) [Not 24/7] -https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="STSLove.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะกะขะก (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 @@ -564,9 +595,13 @@ https://sitv.ru/hls/s86.m3u8 #EXTINF:-1 tvg-id="Teleputeshestviya.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะขะตะปะตะฟัƒั‚ะตัˆะตัั‚ะฒะธั (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s71/index.m3u8 +#EXTINF:-1 tvg-id="TelplyusTV.ru" status="online",ะขะตะปะฟะปัŽั ะขะ’ (ะัั‚ั€ะฐั…ะฐะฝัŒ) (360p) [Not 24/7] +http://streaming.astrakhan.ru/telplushd/playlist.m3u8 #EXTINF:-1 tvg-id="Tivikom.ru" status="online",ะขะธะฒะธะบะพะผ (ะฃะปะฐะฝ-ะฃะดั) (1080p) [Not 24/7] http://tvcom.stream.intelema.ru/tvcom/studio/playlist.m3u8 -#EXTINF:-1 tvg-id="TNT4.ru" status="timeout",ะขะะข4 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TKR.ru" status="online",ะขะšะ  (ะ ัะทะฐะฝัŒ) (1080p) [Not 24/7] +http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="TNT4.ru" status="online",ะขะะข4 (576p) [Not 24/7] https://sc.id-tv.kz/tnt4.m3u8 #EXTINF:-1 tvg-id="TNT.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะขะะข (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -580,11 +615,15 @@ http://83.222.205.65:8080/tntmusic/index.m3u8 http://strm.yandex.ru/kal/tntmusic/tntmusic0.m3u8 #EXTINF:-1 tvg-id="TNVPlaneta.ru" status="online",ะขะะ’-ะŸะปะฐะฝะตั‚ะฐ (576p) http://tnv.bonus-tv.ru/cdn/tnvplanet/playlist.m3u8 +#EXTINF:-1 tvg-id="ToiDuman.kz" status="online",ะขะพะน ะ”ัƒะผะฐะฝ (576p) [Not 24/7] +https://sc.id-tv.kz/ToiDuman.m3u8 #EXTINF:-1 tvg-id="Tonus.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/s90/index.m3u8 #EXTINF:-1 tvg-id="TRK555.ru" status="online",TRK 555 (720p) http://trk555.tv:8888/live +#EXTINF:-1 tvg-id="TuranTV.kz" status="timeout",ะขัƒั€ะฐะฝ ะขะ’ (576p) [Not 24/7] +https://sc.id-tv.kz/TuranTV.m3u8 #EXTINF:-1 tvg-id="TV3.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะขะ’-3 (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_TV3/variant.m3u8 @@ -596,13 +635,15 @@ https://brics.bonus-tv.ru/cdn/brics/chinese/playlist.m3u8 https://brics.bonus-tv.ru/cdn/brics/english/playlist.m3u8 #EXTINF:-1 tvg-id="TVBRICSPortuguese.br" status="online",TV BRICS Portuguese (1080p) https://brics.bonus-tv.ru/cdn/brics/portuguese/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCentr.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="TVCentr.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/s54/index.m3u8 #EXTINF:-1 tvg-id="TVEkstra.ru" status="online",ะขะ’ ะญะบัั‚ั€ะฐ (720p) http://live-1.otcnet.ru/tvextra720b/index.m3u8 -#EXTINF:-1 tvg-id="TVGuberniya.ru" status="error",TV ะ“ัƒะฑะตั€ะฝะธั (ะ’ะพั€ะพะฝะตะถ) (720p) +#EXTINF:-1 tvg-id="TVGuberniya.ru" status="timeout",TV ะ“ัƒะฑะตั€ะฝะธั (ะ’ะพั€ะพะฝะตะถ) (720p) https://tvgubernia-htlive.cdn.ngenix.net/live/mp4:tv-gubernia-live/playlist.m3u8 +#EXTINF:-1 tvg-id="TVK.ru" status="online",ะขะ’ะš 24 (576p) +http://air.tvk6.ru/tvk24/playlist.m3u8 #EXTINF:-1 tvg-id="TVKvarc.ru" status="online",ะขะ’ ะšะฒะฐั€ั† (576p) [Not 24/7] https://video.quartztelecom.ru:18080/hls/2386168/71fe656b993c510f39a5/playlist.m3u8 #EXTINF:-1 tvg-id="TVMChannel.ru" status="online",TVMChannel (576p) [Geo-blocked] @@ -617,7 +658,7 @@ https://strm.yandex.ru/kal/utv/utv0.m3u8 https://cdn.universmotri.ru/live/smil:mbr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="UniverTV.ru" status="online",Univer TV (1080p) https://cdn.universmotri.ru/live/smil:univer.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VechernyayaMoskva.ru" status="online",ะ’ะตั‡ะตั€ะฝัั ะœะพัะบะฒะฐ (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="VechernyayaMoskva.ru" status="error",ะ’ะตั‡ะตั€ะฝัั ะœะพัะบะฒะฐ (1080p) [Not 24/7] https://vmvideo.gcdn.co/streams/1503_161/playlist.m3u8 #EXTINF:-1 tvg-id="Vera24.ru" status="timeout",ะ’ะตั€ะฐ 24 (720p) http://62.32.67.187:1935/WEB_Vera24/Vera24.stream/playlist.m3u8 @@ -631,6 +672,10 @@ http://cdn-01.bonus-tv.ru:8080/vmesterf/index.m3u8 http://uiptv.do.am/1ufc/118056781/playlist.m3u8 #EXTINF:-1 tvg-id="Volgograd1.ru" status="blocked",ะ’ะพะปะณะพะณั€ะฐะด 1 (1080p) [Geo-blocked] https://strm.yandex.ru/kal/volgograd1/volgograd10.m3u8 +#EXTINF:-1 tvg-id="VTVPlus.ua" status="timeout",ะ’ะขะ’ ะŸะปัŽั (ะฅะตั€ัะพะฝ) (576p) +http://193.107.128.8:8552/play/a007 +#EXTINF:-1 tvg-id="VTVPlus.ua" status="timeout",ะ’ะขะ’ ะŸะปัŽั (ะฅะตั€ัะพะฝ) (576p) +http://iptv.rubintele.com:8552/play/a007 #EXTINF:-1 tvg-id="WorldFashionChannelInternational.ru" status="online",World Fashion Channel International (1080p) https://wfcint.mediacdn.ru/cdn/wfcintweb/playlist.m3u8 #EXTINF:-1 tvg-id="WorldFashionChannelRussia.ru" status="online",World Fashion Channel Russia (1080p) @@ -655,73 +700,28 @@ https://strm.yandex.ru/kal/firebird/firebird0.m3u8 http://ott-cdn.ucom.am/s92/index.m3u8 #EXTINF:-1 tvg-id="Zvezda.ru" status="online",ะ—ะฒะตะทะดะฐ (1080p) [Not 24/7] https://tvchannelstream1.tvzvezda.ru/cdn/tvzvezda/playlist.m3u8 -#EXTINF:-1 tvg-id="Zvezda.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="Zvezda.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/s85/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",HD life (1080p) [Not 24/7] http://37.193.6.155:34040/udp/239.1.9.2:1234 -#EXTINF:-1 tvg-id="" status="timeout",ะ’ะขะ’ ะŸะปัŽั (ะฅะตั€ัะพะฝ) (576p) -http://193.107.128.8:8552/play/a007 -#EXTINF:-1 tvg-id="" status="timeout",ะ’ะขะ’ ะŸะปัŽั (ะฅะตั€ัะพะฝ) (576p) -http://iptv.rubintele.com:8552/play/a007 -#EXTINF:-1 tvg-id="" status="online",ะ˜ะฝะดะธะนัะบะพะต ะบะธะฝะพ (576p) [Not 24/7] -https://sc.id-tv.kz/Indiiskoe_kino.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ะšัƒะปัŒั‚ัƒั€ะฐ (540p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 -https://zabava-htlive.cdn.ngenix.net/hls/CH_RUSSIAK/variant.m3u8 #EXTINF:-1 tvg-id="" status="online",ะšะคะฃ ะขะ’ (1080p) [Not 24/7] https://cdn.universmotri.ru/live/kfu.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะะฐัˆะต ะšั€ัƒั‚ะพะต HD (1080p) [Not 24/7] http://ba5729d5.krasnafhg.ru/iptv/EAEWFFWBXPVVLY/915/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ะžะฟะปะพั‚ 2 (1080p) http://ott.inmart.tv:8081/17/index.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s14/04.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป ะ•ะฒั€ะฐะทะธั (396p) [Not 24/7] -http://stream.euroasia.lfstrm.tv/perviy_evrasia/1/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะŸะตั€ะฒั‹ะน ะบะฐะฝะฐะป ะ•ะฒั€ะฐะทะธั (576p) [Not 24/7] -https://sc.id-tv.kz/1KanalEvraziya.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ะŸั€ะพะดะฒะธะถะตะฝะธะต (1080p) [Geo-blocked] https://strm.yandex.ru/kal/prodvizheniye/prodvizheniye0.m3u8 #EXTINF:-1 tvg-id="" status="blocked",ะ ะฐะดะธะพ 10 (1024p) [Not 24/7] http://langate.tv/acc/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ะ ะพััะธั 1 +6 (360p) -https://gtrkchita.ru:8081/hls/r1-chita_360p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ะ ะพััะธั ะ ะขะ  https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะ ะพัั‚ะพะฒ-ะฟะฐะฟะฐ (1080p) -http://live-rostovpapa.cdnvideo.ru/rostovpapa/rostovpapa.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ะ ัƒััะบะธะน ะญะบัั‚ั€ะธะผ http://vid.extremtv.ru/hls_get/cameraFeed.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะกั‚ั€ะฐะฝะฐ FM (720p) [Not 24/7] -http://live.stranafm.cdnvideo.ru/stranafm/stranafm_hd.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขะฐะบั‚/ะ ะตะฝ ะขะ’ (ะšัƒั€ัะบ) (294p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",ะขะฐะบั‚/ะ ะตะฝ ะขะ’ (ะšัƒั€ัะบ) (294p) [Not 24/7] http://109.194.62.29:8080 -#EXTINF:-1 tvg-id="" status="online",ะขะ’ะš 24 (576p) -http://air.tvk6.ru/tvk24/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ะขะ’ะฆ (ะœะตะถะดัƒะฝะฐั€ะพะดะฝั‹ะน) (576p) http://ad-hls-tvc.cdnvideo.ru/tvc-p222/smil:tvc.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขะตะปะฟะปัŽั ะขะ’ (ะัั‚ั€ะฐั…ะฐะฝัŒ) (360p) [Not 24/7] -http://streaming.astrakhan.ru/telplushd/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขะš ะะปะผะฐะทะฝั‹ะน ะบั€ะฐะน (576p) -https://stream.almaz-media.tv:8080/hls/576.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขะšะ  (ะ ัะทะฐะฝัŒ) (1080p) [Not 24/7] -http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขะพะน ะ”ัƒะผะฐะฝ (576p) [Not 24/7] -https://sc.id-tv.kz/ToiDuman.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขั€ะธ ะะฝะณะตะปะฐ (720p) -https://hls.tv.3angels.ru/stream/HQ.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะขัƒั€ะฐะฝ ะขะ’ (576p) [Not 24/7] -https://sc.id-tv.kz/TuranTV.m3u8 -#EXTINF:-1 tvg-id="" status="online",ะฅะฐะฑะฐั€ 24 (576p) [Not 24/7] -https://sc.id-tv.kz/Khabar_24.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ะฅะฐะฑะฐั€ (576p) [Not 24/7] -https://sc.id-tv.kz/Khabar.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ะฆะตะฝั‚ั€ะฐะปัŒะฝะพะต ั‚ะตะปะตะฒะธะดะตะฝะธะต (ะฆะขะ’) (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s20/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ะจะพะบะธั€ัƒัŽั‰ะตะต (540p) -http://185.97.150.19:8082/2401 #EXTINF:-1 tvg-id="" status="blocked",ะฏะœะะ› 1 https://bl.rutube.ru/livestream/eff3ed0c2cdde88e8c5fdc515aee2c9f/index.m3u8?e=1653312522&s=rAfTRV43vtwOtE12zJ8UQQ&scheme=https diff --git a/streams/sa.m3u b/streams/sa.m3u index bd2b54c8e..648118556 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -20,19 +20,19 @@ http://m.live.net.sa:1935/live/quran/playlist.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="timeout",Al Quran Al Kareem TV (Mecca) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/quran/playlist.m3u8 #EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) -https://edge.taghtia.com/sa/12.m3u8 -#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="timeout",Al Riyadh Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/riyadhradio +#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) +https://edge.taghtia.com/sa/12.m3u8 #EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv #EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] https://edge.taghtia.com/sa/2.m3u8 +#EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (720p) [Not 24/7] +http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] https://edge.taghtia.com/sa/6.m3u8 -#EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (720p) [Not 24/7] -http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="timeout",Al Sunnah Al Nabawiyah TV (Medina) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) @@ -80,9 +80,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-lbc #EXTINF:-1 tvg-id="MakkahTV.sa" status="online",Makkah TV (576p) https://media2.streambrothers.com:1936/8122/8122/playlist.m3u8 #EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="online",Nidae AlIslam Radio (720p) -https://edge.taghtia.com/sa/14.m3u8 -#EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="timeout",Nidae AlIslam Radio (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam +#EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="online",Nidae AlIslam Radio (720p) +https://edge.taghtia.com/sa/14.m3u8 #EXTINF:-1 tvg-id="PanoramaFM.sa" status="online",Panorama FM (1080p) https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69f14/index.m3u8 #EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) @@ -109,11 +109,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-classic https://rotanastudios-rotanacomedy-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked] https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RotanaDrama.sa" status="timeout",Rotana Drama (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaDrama.sa" status="error",Rotana Drama (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-drama #EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p) https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8 -#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="timeout",Rotana Khalijia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="error",Rotana Khalijia (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8 @@ -130,9 +130,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saud #EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) https://edge.taghtia.com/sa/11.m3u8 #EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] -https://edge.taghtia.com/sa/1.m3u8 -#EXTINF:-1 tvg-id="SBC.sa" status="error",SBC (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel +#EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] +https://edge.taghtia.com/sa/1.m3u8 #EXTINF:-1 tvg-id="SSC1HD.sa" status="online",SSC1 HD (1080p) https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/6ae0a2ebab224c72ab9c298afeec8d91/index.m3u8 #EXTINF:-1 tvg-id="SSC5.sa" status="online",SSC5 HD (1080p) @@ -145,7 +145,7 @@ https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/in http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thikrayat-tv #EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) [Not 24/7] https://edge.taghtia.com/sa/3.m3u8 -#EXTINF:-1 tvg-id="WesalTV.sa" status="timeout",Wesal TV [Not 24/7] +#EXTINF:-1 tvg-id="WesalTV.sa" status="error",Wesal TV [Not 24/7] http://live.noorlive.com:1935/wesal/wesal1/playlist.m3u8 #EXTINF:-1 tvg-id="ZadTV.sa" status="online",ZAD TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOll3M-P7oKs5cSrQ9ytt6g/live diff --git a/streams/sg.m3u b/streams/sg.m3u index dcd363a76..47a3bbe1b 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -11,7 +11,7 @@ https://d34e90s3s13i7n.cloudfront.net/hls/clr4ctv_ch8/master.m3u8 https://d2ko4czujk9652.cloudfront.net/hls/clr4ctv_cnas/master.m3u8 #EXTINF:-1 tvg-id="CNAInternational.sg" status="online",CNA International (1080p) https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8 -#EXTINF:-1 tvg-id="GEM.sg" status="online",GEM (576p) +#EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p) http://210.210.155.37/uq2663/h/h19/index.m3u8 #EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h37/index.m3u8 @@ -19,7 +19,7 @@ http://210.210.155.37/dr9445/h/h37/index.m3u8 http://210.210.155.37/uq2663/h/h08/index.m3u8 #EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h16/index.m3u8 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h15/index.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="blocked",Suria [Geo-blocked] https://d11h6a6nhl9kj9.cloudfront.net/hls/clr4ctv_suria/master.m3u8 diff --git a/streams/sv.m3u b/streams/sv.m3u index 46cfc8776..74a81556c 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -17,7 +17,7 @@ https://streaming.asamblea.gob.sv/hls/plenariahd.m3u8 https://5dcabf026b188.streamlock.net/orbitatv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TCS.sv" status="online",TCS (720p) https://secure-video.tcsgo.com/tcshd/index.m3u8 -#EXTINF:-1 tvg-id="TribunaTV.sv" status="error",TribunaTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TribunaTV.sv" status="online",TribunaTV (720p) [Not 24/7] https://cm.hostlagarto.com:4445/TRIBUNA-TV/tribuna.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TVCa.sv" status="online",TVCa Televisiรณn Catรณlica Arquidiocesana (720p) https://tv.infosal.com:5443/LiveApp/streams/908264309507938591071465.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index 19f31825c..95724435f 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,13 +9,13 @@ https://tc-live1.sanook.com/live/22302_ch5.m3u8 https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/5282994675001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="Channel8.th" status="online",Channel 8 (1080p) [Not 24/7] http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 -#EXTINF:-1 tvg-id="DLTV1.th" status="online",DLTV 1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV1.th" status="timeout",DLTV 1 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv01.m3u8 -#EXTINF:-1 tvg-id="DLTV2.th" status="online",DLTV 2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV2.th" status="timeout",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 #EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="timeout",DLTV 4 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV4.th" status="online",DLTV 4 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 #EXTINF:-1 tvg-id="DLTV5.th" status="online",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 @@ -23,17 +23,17 @@ https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 #EXTINF:-1 tvg-id="DLTV7.th" status="online",DLTV 7 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 -#EXTINF:-1 tvg-id="DLTV9.th" status="online",DLTV 9 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 -#EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 #EXTINF:-1 tvg-id="DLTV11.th" status="online",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 #EXTINF:-1 tvg-id="DLTV12.th" status="timeout",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 -#EXTINF:-1 tvg-id="DLTV13.th" status="timeout",DLTV 13 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV13.th" status="online",DLTV 13 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 #EXTINF:-1 tvg-id="DLTV14.th" status="timeout",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 @@ -54,7 +54,7 @@ https://smart-tv.livedoomovie.com:4431/02_PremierHD1_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="TruePremierFootballHD2.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",True Premier Football HD 2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 https://smart-tv.livedoomovie.com:4431/02_PremierHD2_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="TruePremierFootballHD3.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",True Premier Football HD 3 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TruePremierFootballHD3.th" status="timeout" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",True Premier Football HD 3 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 https://smart-tv.livedoomovie.com:4431/02_PremierHD3_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="TruePremierFootballHD4.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",True Premier Football HD 4 (720p) [Not 24/7] diff --git a/streams/tm.m3u b/streams/tm.m3u index 95289c6a2..33cfecc22 100644 --- a/streams/tm.m3u +++ b/streams/tm.m3u @@ -8,17 +8,17 @@ 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="Turkmenistan.tm" status="online",Tรผrkmenistan (112p) [Not 24/7] https://alpha.tv.online.tm/hls/ch007.m3u8 #EXTINF:-1 tvg-id="Turkmenistan.tm" status="online",Tรผrkmenistan (226p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch007.m3u8 #EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Tรผrkmenistan Sport (406p) [Not 24/7] -https://alpha.tv.online.tm/hls/ch004.m3u8 -#EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Tรผrkmenistan Sport (406p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch004.m3u8 +#EXTINF:-1 tvg-id="TurkmenistanSport.tm" status="online",Tรผrkmenistan Sport (406p) [Not 24/7] +https://alpha.tv.online.tm/hls/ch004.m3u8 #EXTINF:-1 tvg-id="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 10d8a67b8..3978311d9 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="IFMTV.tn" status="timeout",IFM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IFMTV.tn" status="online",IFM TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RadioIfmTunisia/live #EXTINF:-1 tvg-id="JawharaTV.tn" status="online",JAWHARA TV (720p) [Not 24/7] https://streaming.toutech.net/live/jtv/index.m3u8 @@ -12,12 +12,12 @@ https://webcam.mosaiquefm.net:1936/mosatv/studio/playlist.m3u8 http://142.44.214.231:1935/saheltv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TunisieImmobilierTV.tn" status="online",Tunisie Immobilier TV (720p) [Not 24/7] https://5ac31d8a4c9af.streamlock.net/tunimmob/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="TunisnaTV.tn" status="timeout",Tunisna TV +#EXTINF:-1 tvg-id="TunisnaTV.tn" status="error",Tunisna TV http://streaming.tunisna.tv:1935/live/tunisna/playlist.m3u8 -#EXTINF:-1 tvg-id="Watania1.tn" status="error",Watania 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Watania1.tn" status="online",Watania 1 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/WataniaReplay/live +#EXTINF:-1 tvg-id="Watania2.tn" status="online",Watania 2 (480p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live #EXTINF:-1 tvg-id="Watania2.tn" status="online" user-agent="TNAgexpl212C",Watania 2 (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/tunisie2.m3u8 -#EXTINF:-1 tvg-id="Watania2.tn" status="error",Watania 2 (480p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Watania2Replay/live diff --git a/streams/tr.m3u b/streams/tr.m3u index d5084f2be..5ec72f686 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -96,18 +96,18 @@ http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8 https://foxtv.blutv.com/blutv_foxtv_live/live.m3u8 #EXTINF:-1 tvg-id="GaziantepOlayTV.tr" status="error",Gaziantep Olay Tv (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/olaytv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="GRT.tr" status="online",GRT Gaziantep (720p) [Geo-blocked] +http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GRT.tr" status="online",GRT (720p) https://waw2.artiyerelmedya.net/grt/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="GRT.tr" status="blocked",GRT Gaziantep (720p) [Geo-blocked] -http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GSTV.tr" status="blocked",GSTV [Geo-blocked] https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p) -http://stream2.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Tarsus Gรผney TV (270p) http://stream.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p) https://waw1.artiyerelmedya.net/guneytv/bant1/playlist.m3u8 +#EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="error",Guney TV Tarsus (270p) +http://stream2.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="Haber61TV.tr" status="online",Haber61 TV (720p) [Not 24/7] https://cdn-haber61tv.yayin.com.tr/haber61tv/smil:haber61tv.smil/index.m3u8 #EXTINF:-1 tvg-id="Haber61TV.tr" status="online",Haber61 TV (720p) [Not 24/7] @@ -242,13 +242,13 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=http://www.dailymotion.com/vide https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8 #EXTINF:-1 tvg-id="TempoTV.tr" status="online",Tempo TV https://waw2.artiyerelmedya.net/tempotv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) -https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8 #EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7] https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) +https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8 #EXTINF:-1 tvg-id="TGRTEU.tr" status="online",TGRT EU (576p) https://tv.ensonhaber.com/tv/tr/tgrteu/index.m3u8 -#EXTINF:-1 tvg-id="TGRTHaber.tr" status="timeout",TGRT Haber (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TGRTHaber.tr" status="online",TGRT Haber (360p) [Not 24/7] https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe4598be8e5d.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TonTV.tr" status="online",Ton TV (720p) [Not 24/7] https://waw2.artiyerelmedya.net/tontv/bant1/chunks.m3u8 @@ -302,7 +302,7 @@ https://waw1.artiyerelmedya.net/tv41/bant1/playlist.m3u8 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 -#EXTINF:-1 tvg-id="TV52.tr" status="online",TV 52 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TV52.tr" status="error",TV 52 (720p) [Not 24/7] https://broadcasttr.com:446/tv52/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="TV100.tr" status="online",tv100 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=8jEXHzMTR7s diff --git a/streams/tw.m3u b/streams/tw.m3u index 165e93212..df1b6eb50 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -1,20 +1,62 @@ #EXTM3U +#EXTINF:-1 tvg-id="AsiaTravel.tw" status="online",Asia Travel (720p) +http://50.7.220.74:8278/asiatravel_twn/playlist.m3u8?ct=19225&tid=MF2F4967516549675165&tsum=3b56404a8f861c7fef6ac79a798e4a8c #EXTINF:-1 tvg-id="BeautifulLifeTV.tw" status="online",Beautiful Life TV https://5ddce30eb4b55.streamlock.net/bltvhd/bltv1/playlist.m3u8 +#EXTINF:-1 tvg-id="CartoonNetworkTaiwan.tw" status="blocked",CNๅก้€š้ข‘้“ (720p) +http://50.7.220.74:8278/momo1_twn/playlist.m3u8?ct=19225&tid=MA0A4898983648989836&tsum=bd109117d126916f203880b1f2063d5e +#EXTINF:-1 tvg-id="CTiAsia.tw" status="blocked",CTiไบžๆดฒๅฐ (720p) +http://50.7.220.74:8278/ctiasia_twn/playlist.m3u8?ct=19226&tid=MC3C8838319088383190&tsum=6eaf7a477dd08b06a5dc54b4c05e52e1 #EXTINF:-1 tvg-id="CTiNews.tw" status="online",CTi News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ctitv/live -#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="error",CTV News Channel +#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="online",CTV News Channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/twctvnews/live +#EXTINF:-1 tvg-id="DaAi1.tw" status="online",ๅคงๆ„›1 (720p) +http://50.7.220.74:8278/daai_twn/playlist.m3u8?ct=19225&tid=MF5F4357730143577301&tsum=10c092424b1c12259444b68ad663c9eb #EXTINF:-1 tvg-id="DaAi2.tw" status="online",ๅคงๆ„›2 (720p) https://pulltv2.wanfudaluye.com/live/tv2.m3u8 +#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="blocked",EBC Financial News (720p) +http://50.7.220.74:8278/ettvcaijing_twn/playlist.m3u8?ct=17874&tid=m999b5a0f7fca17599138&tsum=345085d2d6d4401fdb3da968dfee5a54 +#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="online",EBC Foreign Movie (720p) +http://50.7.220.74:8278/ettvwestern/playlist.m3u8?ct=17874&tid=mfdfc048e6c2416337202&tsum=cad39b26202d525ea820bee1d69e545f +#EXTINF:-1 tvg-id="EBCMovie.tw" status="blocked",EBC Movie (720p) +http://50.7.220.74:8278/ettvmovie/playlist.m3u8?ct=19225&tid=MDED1943740419437404&tsum=120834a4218c4b5c3bb19efb8116f859 +#EXTINF:-1 tvg-id="EraNews.tw" status="blocked",ๅนดไปฃๆ–ฐ่žๅฐ (720p) +http://50.7.220.74:8278/niandainews_twn/playlist.m3u8?ct=19226&tid=MA6A4647720946477209&tsum=48a66838dbcf633b2fb41307b29ef50a +#EXTINF:-1 tvg-id="ETTVNews.tw" status="blocked",ETTV News (720p) +http://50.7.220.74:8278/ettvnews/playlist.m3u8?ct=19225&tid=MAEA2793211727932117&tsum=151345e2ab6bc0c89ac85598f1988cd3 #EXTINF:-1 tvg-id="GorgeousSpaceTV.tw" status="online",GSTV Gorgeous Space TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoo-jAsJgM8z09ddlhcBlSA/live +#EXTINF:-1 tvg-id="GTV1.tw" status="blocked",ๅ…ซๅคง็ฌฌ1ๅฐ (720p) +http://50.7.220.74:8278/badafirst/playlist.m3u8?ct=17874&tid=mb8efded78b4e12042621&tsum=028ad819cd9a0f949a043d652fa3e164 +#EXTINF:-1 tvg-id="GTVDrama.tw" status="online",ๅ…ซๅคงๆˆๅ‰งๅฐ (720p) +http://50.7.220.74:8278/badadrama/playlist.m3u8?ct=19225&tid=ME4E4734124647341246&tsum=c4e596572a79ad99675ee2137d1cc43d +#EXTINF:-1 tvg-id="GTVEntertainment.tw" status="online",ๅ…ซๅคง็ปผๅˆๅฐ (720p) +http://50.7.220.74:8278/badazhonghe/playlist.m3u8?ct=19225&tid=MC7C4692263546922635&tsum=ffdc7a6397b511103e0df0b92e678790 +#EXTINF:-1 tvg-id="HBOTaiwan.tw" status="blocked",HBO HD Taiwan (720p) +http://50.7.220.74:8278/hbohd_twn/playlist.m3u8?ct=19225&tid=ME9E5260921952609219&tsum=a904cd480db106670befb11d14149fce +#EXTINF:-1 tvg-id="HollywoodMovieChannel.tw" status="blocked",Hollywood (720p) +http://50.7.220.74:8278/hollywoodmovies_twn/playlist.m3u8?ct=19225&tid=MECE5611281156112811&tsum=ad8884ee16b04f885f24bae98fc5fb9f #EXTINF:-1 tvg-id="IndigenousTV.tw" status="online",Indigenous TV (720p) http://streamipcf.akamaized.net/live/_definst_/smil:liveabr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TTVNews.tw" status="timeout",TTV News +#EXTINF:-1 tvg-id="JETTV.tw" status="online",JET็ถœๅˆๅฐ (720p) +http://50.7.220.74:8278/jettv_japan/playlist.m3u8?ct=19225&tid=MA7A4202687942026879&tsum=e84bc4851b9d6f6a18282c1efcb6ed1d +#EXTINF:-1 tvg-id="MATVFilm.hk" status="online",Mei Ah Movie Channel (720p) +http://50.7.220.74:8278/meiyamovie_twn/playlist.m3u8?ct=19226&tid=MFEF1001328410013284&tsum=9839709ca0f37641c5d1ba962c3bc739 +#EXTINF:-1 tvg-id="SETNews.tw" status="online",SET News (720p) +http://50.7.220.74:8278/sanlixiju_twn/playlist.m3u8?ct=19226&tid=MBDB8405357084053570&tsum=78944c0951d21a699e46fff4318a3799 +#EXTINF:-1 tvg-id="StarChineseChannel.hk" status="blocked",ๅซ่ง†ไธญๆ–‡ๅฐHD (720p) +http://50.7.220.74:8278/weishichinese_twn/playlist.m3u8?ct=19226&tid=MA8A7894022878940228&tsum=c0323ce59263e0096d4181626874e17c +#EXTINF:-1 tvg-id="TTVNews.tw" status="online",TTV News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ttvnewsview/live +#EXTINF:-1 tvg-id="TVBS.tw" status="online",TVBS HD (720p) +http://50.7.220.74:8278/tvbs/playlist.m3u8?ct=19226&tid=MDED5111960351119603&tsum=49931e2d3885c468d56ffae2c2db9e6e #EXTINF:-1 tvg-id="TVBSAsia.tw" status="online",TVBS Asia (1080p) http://38.64.72.148/hls/modn/list/4005/playlist.m3u8 +#EXTINF:-1 tvg-id="TVBSNews.tw" status="blocked",TVBS News (720p) +http://50.7.220.74:8278/tvbs_n/playlist.m3u8?ct=19226&tid=MEFE5283322452833224&tsum=5f4e9bb0782ab3aae36328763cba2ffd +#EXTINF:-1 tvg-id="VideolandSports.tw" status="online",Videoland Sports (720p) +http://50.7.220.74:8278/videolandsport/playlist.m3u8?ct=19226&tid=MA6A1192684511926845&tsum=0b7ca9a61e7371df68108a27dc358c68 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH1 ็ถœๅˆๅฐ (720p) [Not 24/7] https://live.streamingfast.net/osmflivech1.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH2 ็œŸ็†ๅฐ (720p) @@ -35,7 +77,7 @@ https://live.streamingfast.net/osmflivech12.m3u8 https://live.streamingfast.net/osmflivech14.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH15 ็œŸๆƒ…ไน‹ๅคœ (720p) https://live.streamingfast.net/osmflivech15.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH16 ่‘‰ๅ…‰ๆ˜Ž (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH16 ่‘‰ๅ…‰ๆ˜Ž (720p) [Not 24/7] https://live.streamingfast.net/osmflivech16.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH17 ๅคง่ก›้ฎ‘ๆฃฎ (720p) [Not 24/7] https://live.streamingfast.net/osmflivech17.m3u8 @@ -81,7 +123,7 @@ http://seb.sason.top/sc/sllive_fhd.m3u8 http://streamipcf.akamaized.net/live/_definst_/live_720/key_b1500.m3u8 #EXTINF:-1 tvg-id="WXTV.tw" status="online",ๅ”ฏๅฟƒ้›ป่ฆ– (480p) http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/chunklist_w1177047531.m3u8 -#EXTINF:-1 tvg-id="NextTVNews.tw" status="online",ๅฃน้›ป่ฆ–ๆ–ฐ่žๅฐ (1080p) +#EXTINF:-1 tvg-id="NextTVNews.tw" status="error",ๅฃน้›ป่ฆ–ๆ–ฐ่žๅฐ (1080p) http://stream.nexttv.com.tw/n001/hd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",ๅคงๆ„›1 (720p) https://pulltv1.wanfudaluye.com/live/tv1.m3u8 diff --git a/streams/ua.m3u b/streams/ua.m3u index afd930ca7..831d087ec 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1Plus1.ua" status="online",1+1 (1080p) +#EXTINF:-1 tvg-id="1Plus1.ua" status="error",1+1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVEaAWKfv7fE1c-ZuBs7TKQ/live #EXTINF:-1 tvg-id="1Plus1Sport.ua" status="online",1+1 ะกะฟะพั€ั‚ (720p) [Not 24/7] https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 @@ -95,11 +95,11 @@ http://pravdatytkievshina.cdn-02.cosmonova.net.ua/hls/pravdatytkievshina_ua_hi/i http://pravdatytkievshina.cdn-02.cosmonova.net.ua/hls/pravdatytkievshina_ua_mid/index.m3u8 #EXTINF:-1 tvg-id="Pryamyy.ua" status="online",ะขะตะปะตะบะฐะฝะฐะป ะŸั€ัะผะธะน (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCH9H_b9oJtSHBovh94yB5HA/live -#EXTINF:-1 tvg-id="Pryamyy.ua" status="online",ะŸั€ัะผะธะน (576p) +#EXTINF:-1 tvg-id="Pryamyy.ua" status="timeout",ะŸั€ัะผะธะน (576p) http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_hi/index.m3u8 -#EXTINF:-1 tvg-id="Pryamyy.ua" status="online",ะŸั€ัะผะธะน (576p) +#EXTINF:-1 tvg-id="Pryamyy.ua" status="timeout",ะŸั€ัะผะธะน (576p) http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="Pryamyy.ua" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",ะŸั€ัะผะธะน (576p) +#EXTINF:-1 tvg-id="Pryamyy.ua" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",ะŸั€ัะผะธะน (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0 http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_low/index.m3u8 #EXTINF:-1 tvg-id="Renome.ua" status="online",Renome (576p) @@ -145,7 +145,7 @@ https://ua-tv.cdn-02.cosmonova.net.ua/hls/ua-tv_ua_mid/index.m3u8 https://ua-tv.cdn-02.cosmonova.net.ua/hls/ua-tv_ua_low/index.m3u8 #EXTINF:-1 tvg-id="Z.ua" status="online",Z (ะ—ะฐะฟะพั€ะพะถัŒะต) (1080p) https://stream.ztv.zp.ua/hls/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",4 ะบะฐะฝะฐะป (1080p) +#EXTINF:-1 tvg-id="" status="online",4 ะบะฐะฝะฐะป (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQdSS9GSBbtSqW3oNB39KTw/live #EXTINF:-1 tvg-id="" status="online",I-UA.tv (1080p) https://kie2.cdn.i-ua.tv/hlsme/iuatv.m3u8 diff --git a/streams/ug.m3u b/streams/ug.m3u index ddf08e3a5..e01962440 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -1,9 +1,5 @@ #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="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="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="" status="online",Fort TV (480p) http://fort.co-works.org:8080/hls/live.stream.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index 2e2b27c6c..419d3c1e5 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -1,4 +1,6 @@ #EXTM3U +#EXTINF:-1 tvg-id="4Music.uk" status="timeout",4Music [Geo-blocked] +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,boxhits-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/boxhits/ #EXTINF:-1 tvg-id="Afrobeats.uk" status="online",Afrobeats (1080p) https://stream.ecable.tv/afrobeats/index.m3u8 #EXTINF:-1 tvg-id="AhlulbaytTV.uk" status="online",Ahlulbayt TV (1080p) [Not 24/7] @@ -34,6 +36,8 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_alba/m #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) +https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_http.mpd +#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_cloudfrontms_live.mpd @@ -42,8 +46,6 @@ https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_ar #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) -https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_http.mpd -#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (540p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_akamai_hls_live.m3u8 @@ -61,7 +63,7 @@ https://vs-cmaf-pushb-uk.live.fastly.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bb https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCLifestyleAsia.uk" status="error",BBC Lifestyle (576p) [Geo-blocked] https://livecdn.fptplay.net/qnetlive/bbclifestyle_2000.stream/chunklist.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-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_news_channel_hd/iptv_hd_abr_v1.mpd @@ -77,12 +79,12 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_ch https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 #EXTINF:-1 tvg-id="BBCOneEastMidlands.uk" status="blocked",BBC One East Midlands (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_east_midlands/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 +#EXTINF:-1 tvg-id="BBCOneHD.uk" status="online",BBC One HD (540p) +http://w4.12all.tv:4000/play/bbc1/index.m3u8 #EXTINF:-1 tvg-id="BBCOneHD.uk" status="blocked",BBC One HD (720p) [Geo-blocked] https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCOneHD.uk" status="blocked",BBC One HD (720p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_hd/t=3840/v=pv14/b=5070016/main.m3u8 -#EXTINF:-1 tvg-id="BBCOneHD.uk" status="timeout",BBC One HD (540p) -http://w4.12all.tv:4000/play/bbc1/index.m3u8 #EXTINF:-1 tvg-id="BBCOneLondon.uk" status="blocked",BBC One London (540p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_one_london/mobile_wifi_main_sd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCOneNorthEastCumbria.uk" status="blocked",BBC One North East (540p) [Geo-blocked] @@ -197,12 +199,12 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_three_hd/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCTwoEngland.uk" status="blocked",BBC Two England (540p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/mobile_wifi_main_sd_abr_v2.m3u8 +#EXTINF:-1 tvg-id="BBCTwoHD.uk" status="online",BBC Two HD (720p) +http://w4.12all.tv:4000/play/bbc2/index.m3u8 #EXTINF:-1 tvg-id="BBCTwoHD.uk" status="blocked",BBC Two HD (720p) [Geo-blocked] https://vs-cmaf-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/iptv_hd_abr_v1.mpd #EXTINF:-1 tvg-id="BBCTwoHD.uk" status="blocked",BBC Two HD (720p) [Geo-blocked] https://vs-hls-push-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_hd/t=3840/v=pv14/b=5070016/main.m3u8 -#EXTINF:-1 tvg-id="BBCTwoHD.uk" status="timeout",BBC Two HD (720p) -http://w4.12all.tv:4000/play/bbc2/index.m3u8 #EXTINF:-1 tvg-id="BBCTwoNorthernIreland.uk" status="blocked",BBC Two Northen Ireland (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_two_northern_ireland_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 #EXTINF:-1 tvg-id="BBCTwoNorthernIrelandHD.uk" status="blocked",BBC Two Northern Ireland HD (720p) [Geo-blocked] @@ -250,7 +252,7 @@ http://c0.cdn.trinity-tv.net/stream/hujuv8xpr4gdugis2szd4rqrvpzip8iuwn2jwpt68wmv https://live-hochanda.simplestreamcdn.com/hochanda/live.m3u8 #EXTINF:-1 tvg-id="Cruise1stTV.uk" status="blocked",Cruise1st TV (396p) [Geo-blocked] https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/cruise_tv/hls_video/index.m3u8 -#EXTINF:-1 tvg-id="Davejavu.uk" status="blocked",Dave ju vu (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Davejavu.uk" status="online",Dave ju vu (576p) [Geo-blocked] https://cdnuk001.broadcastcdn.net/KUK-DAVEJAVU/index.m3u8 #EXTINF:-1 tvg-id="DeenTV.uk" status="online",Deen TV (576p) [Not 24/7] https://ap02.iqplay.tv:8082/iqb8002/d33ntv/playlist.m3u8 @@ -315,6 +317,8 @@ https://live.kanshitv.co.uk/mobile/kanshitvkey.m3u8 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="KissTV.uk" status="timeout",KISS TV [Geo-blocked] +https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,kiss-alldev.m3u8?spotxc1=195996&spotxc2=190878&yo.up=https://boxtv.secure.footprint.net/kiss/ #EXTINF:-1 tvg-id="KMTV.uk" status="online",KMTV (576p) https://dk7psf0dh3v1r.cloudfront.net/KMTV/playlist.m3u8 #EXTINF:-1 tvg-id="KoolLondonRadio.uk" status="timeout",Kool London Radio (720p) @@ -428,7 +432,7 @@ https://live.ishiacloud.com/haditv.co.uk/haditv6.m3u8 https://live.ishiacloud.com/haditv.co.uk/haditv7.m3u8 #EXTINF:-1 tvg-id="" status="online",Hype Tv http://35.189.69.44/tmp_hls/desibox/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",ITV 1 (1080p) +#EXTINF:-1 tvg-id="" status="online",ITV 1 (1080p) http://w4.12all.tv:4000/play/itv1/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Latest TV [Not 24/7] https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8 diff --git a/streams/uk_pluto.m3u b/streams/uk_pluto.m3u index 580c56def..0d2eed229 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -16,15 +16,15 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677c0edace7cff81 #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60812fc8539963000707d1e1/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf321-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=7ebb5004-1cd6-44bb-990a-082fdcdcba6d #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSherlockUK.uk" status="online",Pluto TV Sherlock (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c00abfed110009d97243/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (England) (720p) diff --git a/streams/us.m3u b/streams/us.m3u index 03a382bd4..87c4e1523 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -134,7 +134,7 @@ http://209.91.213.10:8088/play/a013 https://bcovlive-a.akamaihd.net/bdbdca51c15243fbaca92fd54c42d45a/us-east-1/6245817279001/playlist.m3u8 #EXTINF:-1 tvg-id="AmericanHorrors.us" status="online",American Horrors (480p) http://170.178.189.66:1935/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericasAuctionChannel.us" status="error",AACTV America's Auction Channel (1080p) +#EXTINF:-1 tvg-id="AmericasAuctionChannel.us" status="online",AACTV America's Auction Channel (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AACTelevision/live #EXTINF:-1 tvg-id="AmericasVoice.us" status="online",America's Voice (720p) https://content.uplynk.com/channel/26bd482ffe364a1282bc3df28bd3c21f.m3u8 @@ -172,7 +172,7 @@ https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 https://2nbyjjx7y53k-hls-live.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="BabyTV.uk" status="online",BabyTV (1080p) http://194.163.179.246/slovenci/djeciji/babytv.m3u8 -#EXTINF:-1 tvg-id="BanningCityTV.us" status="online",Banning CityTV (Banning CA) (1080p) +#EXTINF:-1 tvg-id="BanningCityTV.us" status="timeout",Banning CityTV (Banning CA) (1080p) https://vblive-c.viebit.com/072e341f-100d-4da1-9c18-65370ebf35c6/playlist.m3u8 #EXTINF:-1 tvg-id="BATV.us" status="online",Bloomfield Access TV Channel 5 (BATV) (Bloomfield CT) (480p) https://reflect-batv.cablecast.tv/live-5/live/live.m3u8 @@ -191,9 +191,9 @@ https://5ed325193d4e1.streamlock.net:444/LiveTV/DTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="BeachTVKeyWestFloridaKeys.us" status="online",Beach TV Key West & Florida Keys (720p) https://5ed325193d4e1.streamlock.net:444/LiveTV/KTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="BeachTVMyrtleBeachTheGrandStrand.us" status="online",Beach TV Myrtle Beach & The Grand Strand (720p) -https://5ed325193d4e1.streamlock.net:444/LiveTV/MTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="BeachTVMyrtleBeachTheGrandStrand.us" status="online",Beach TV Myrtle Beach & The Grand Strand (720p) http://media4.tripsmarter.com:1935/LiveTV/MTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BeachTVMyrtleBeachTheGrandStrand.us" status="online",Beach TV Myrtle Beach & The Grand Strand (720p) +https://5ed325193d4e1.streamlock.net:444/LiveTV/MTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="BeachTVPanamaCity.us" status="online",Beach TV Panama City (720p) http://media4.tripsmarter.com:1935/LiveTV/BTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="BeachTVPanamaCity.us" status="online",Beach TV Panama City (720p) @@ -236,7 +236,7 @@ https://bloomberg.com/media-manifest/streams/us.m3u8 https://bloomberg.com/media-manifest/streams/asia-event.m3u8 #EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="online",Bloomberg TV Asia (720p) https://bloomberg.com/media-manifest/streams/asia.m3u8 -#EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="error",Bloomberg TV Asia (576p) +#EXTINF:-1 tvg-id="BloombergTVAsiaPacific.hk" status="online",Bloomberg TV Asia (576p) http://210.210.155.37/dr9445/h/h03/index.m3u8 #EXTINF:-1 tvg-id="BloombergTVAustralia.au" status="online",Bloomberg TV Australia (270p) https://bloomberg.com/media-manifest/streams/aus.m3u8 @@ -294,7 +294,7 @@ http://198.16.106.62:8278/streams/d/Cn/playlist.m3u8 https://tve-live-lln.warnermediacdn.com/hls/live/2023167/tooneast/slate/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkEast.us" status="online",Cartoon Network East TVE Feed (480p) [Geo-Blocked] [Not 24/7] https://tve-live-lln.warnermediacdn.com/hls/live/2023167/tooneast/slate/VIDEO_2_1964000.m3u8 -#EXTINF:-1 tvg-id="CartoonNetworkEast.us" status="online",Cartoon Network East (720p) +#EXTINF:-1 tvg-id="CartoonNetworkEast.us" status="timeout",Cartoon Network East (720p) #EXTVLCOPT:http-referrer=http://tv247.us/ http://live.tv247.club/tv247/cn.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkWest.us" status="online",Cartoon Network West TVE Feed (720p) [Geo-Blocked] @@ -339,8 +339,6 @@ https://playout4multirtmp.tulix.tv/live8/Stream1/playlist.m3u8 https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/cerritos/G0010_002/playlist.m3u8 #EXTINF:-1 tvg-id="CGTV.us" status="online",Champaign Government Television (CGTV) (Champaign IL) (720p) https://reflect-champaign.cablecast.tv/live-7/live/live.m3u8 -#EXTINF:-1 tvg-id="ChannelFight.uk" status="error",Channel Fight (720p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=68 #EXTINF:-1 tvg-id="Charge.us" status="online",Charge! (720p) http://content.uplynk.com/channel/37eb732888614810b512fdd82604244e.m3u8 #EXTINF:-1 tvg-id="ChefChampion.us" status="online",Chef Champion (720p) [Not 24/7] @@ -371,7 +369,7 @@ https://edge-f.swagit.com/live/flagstaffaz/live-1-a/playlist.m3u8 https://edge-f.swagit.com/live/fortpiercefl/live-1-a/playlist.m3u8 #EXTINF:-1 tvg-id="CityofLouisville.us" status="online",Louisville Colorado Media (Louisville CO) (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCro5PeODE-MCnNzuWyxRJ6A/live -#EXTINF:-1 tvg-id="CityofLovelandTV.us" status="online",Loveland TV (Loveland CO) (1080p) +#EXTINF:-1 tvg-id="CityofLovelandTV.us" status="timeout",Loveland TV (Loveland CO) (1080p) https://reflect-cityofloveland-co.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="CityofPuebloChannel17.us" status="online",Pueblo Government Access Channel 17 (Pueblo CO) (360p) http://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/pueblo/G0822_002/playlist.m3u8 @@ -409,7 +407,7 @@ https://reflect-vod-cmac.cablecast.tv/live-11/live/live.m3u8 https://reflect-vod-cmac.cablecast.tv/live-12/live/live.m3u8 #EXTINF:-1 tvg-id="CMAC3.us" status="online",Fresno CMAC 3 Government Channel (720p) https://reflect-vod-cmac.cablecast.tv/live-13/live/live.m3u8 -#EXTINF:-1 tvg-id="CMAPChannel18.us" status="error",Gilroy CMAP TV Channel 18 (720p) +#EXTINF:-1 tvg-id="CMAPChannel18.us" status="online",Gilroy CMAP TV Channel 18 (720p) https://cmap.secure.footprint.net/egress/bhandler/cmap/streamb/playlist.m3u8 #EXTINF:-1 tvg-id="CMAPChannel19.us" status="online",Gilroy CMAP TV Channel 19 (720p) https://cmap.secure.footprint.net/egress/bhandler/cmap/streamc/playlist.m3u8 @@ -470,7 +468,7 @@ https://d2rir1vttzppfq.cloudfront.net/playlist.m3u8 https://contvanime-littlstar.cinedigm.com/ingest/master.m3u8 #EXTINF:-1 tvg-id="CookingPanda.us" status="online",Cooking Panda (576p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=46 -#EXTINF:-1 tvg-id="CornerstoneTV.us" status="online",Cornerstone TV (640p) +#EXTINF:-1 tvg-id="CornerstoneTV.us" status="error",Cornerstone TV (640p) http://cdn.media9.truegod.tv/ctvnlive/smil:ctvn.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CourtTV.us" status="online",Court TV https://cdn-katz-networks-01.vos360.video/Content/HLS/Live/channel(courttv)/index.m3u8 @@ -554,10 +552,10 @@ https://d25ykpi2vxhoyc.cloudfront.net/delmar-cdn/dmtv/playlist.m3u8 https://dover-de.secure.footprint.net/egress/bhandler/doverde/streama/playlist.m3u8 #EXTINF:-1 tvg-id="DreamforceBtl.us" status="online",Dreamforce Btl https://srv.panelcast.net/dreamforcebtl/dreamforcebtl/playlist.m3u8 -#EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (1080p) -https://wescottcc.piksel.tech/hls/live/2041478/adp/playlist.m3u8 #EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (480p) https://wescottcc.piksel.tech/Manifest/UTB-NetworkStream.m3u8 +#EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (1080p) +https://wescottcc.piksel.tech/hls/live/2041478/adp/playlist.m3u8 #EXTINF:-1 tvg-id="DryBarComedy.us" status="timeout",DryBar Comedy (720p) https://a.jsrdn.com/broadcast/e29bdbbbf3/+0000/c.m3u8 #EXTINF:-1 tvg-id="EarthxTV.us" status="online",EarthxTV (720p) @@ -578,7 +576,7 @@ https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/elsegundo/G0014_002/playlist.m3u8 https://etlive-mediapackage-fastly.cbsaavideo.com/dvr/manifest.m3u8 #EXTINF:-1 tvg-id="Entrepreneur.us" status="online",Entrepreneur (720p) https://a.jsrdn.com/broadcast/7582ed85f7/+0000/c.m3u8 -#EXTINF:-1 tvg-id="EscambiaCountyTV.us" status="error",Escambia County TV ECTV (Escambia County FL) (720p) +#EXTINF:-1 tvg-id="EscambiaCountyTV.us" status="online",Escambia County TV ECTV (Escambia County FL) (720p) https://cpcdn.azureedge.net/ESCAMBIACOFLLIVE1/ESCAMBIACOFLLIVE1/playlist.m3u8 #EXTINF:-1 tvg-id="EsperanzaTV.us" status="online",Esperanza TV (480p) [Not 24/7] http://k3.usastreams.com:1935/etvSD/etvSD/playlist.m3u8 @@ -611,7 +609,7 @@ https://biblescreen.faithlifecdn.com/biblescreen/bibleScreen/playlist.m3u8 https://biblescreen.faithlifecdn.com/biblescreen/faithlifetv/playlist.m3u8 #EXTINF:-1 tvg-id="FCPublicMedia.us" status="online",FC Public Media (Fort Collins CO) (1080p) https://reflect-fcpublicmedia.cablecast.tv/live-3/live/live.m3u8 -#EXTINF:-1 tvg-id="FCPublicMedia.us" status="online",Fort Collins Cable TV (FCTV) (Fort Collins CO) (1080p) +#EXTINF:-1 tvg-id="FCPublicMedia.us" status="timeout",Fort Collins Cable TV (FCTV) (Fort Collins CO) (1080p) https://reflect-vod-fcgov.cablecast.tv/live-9/live/live.m3u8 #EXTINF:-1 tvg-id="FightingSpirit.us" status="online",Fighting Spirit (720p) https://a.jsrdn.com/broadcast/47cff5378f/+0000/c.m3u8 @@ -711,7 +709,7 @@ https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2503932c8368bdbfd875/ https://streamer1.connectto.com/HIGHVISION_WEB_1205/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="HillsboroughTV.us" status="online",Hillsborough County TV HTV (Hillsborough County FL) (360p) https://cdn3.wowza.com/5/M0lyamVmM2JWcjhQ/hillsboroughcounty/G2155_002/playlist.m3u8 -#EXTINF:-1 tvg-id="HistoryEast.us" status="error",History East (720p) [Not 24/7] +#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="HKTV.us" status="online",Haddam Killingworth High School TV (HKTV) (1080p) [Geo-blocked] https://reflect-hktv.cablecast.tv/live-3/live/live.m3u8 @@ -797,7 +795,7 @@ https://johnnycarson-zype.amagi.tv/playlistR432p.m3u8 https://vcnovation.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="K21JQD1.us" status="online",Blue Mountain TV (720p) https://1189614805.rsc.cdn77.org/hls/bmt.m3u8 @@ -819,7 +817,7 @@ https://livevideo01.12newsnow.com/hls/live/2017379/newscasts/live.m3u8 https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBPXLD5.us" status="online",Geb Tv (KBPX LD5) (1080p) https://edge1.lifestreamcdn.com/live/geb/playlist.m3u8 -#EXTINF:-1 tvg-id="KBRI8.us" status="error",KBRI Brighton Channel 8 (Brighton CO) (720p) +#EXTINF:-1 tvg-id="KBRI8.us" status="online",KBRI Brighton Channel 8 (Brighton CO) (720p) https://cdn3.wowza.com/5/R09KQXpaMWlrRjly/brightonco/G0883_001/playlist.m3u8 #EXTINF:-1 tvg-id="KBSVAssyriaSat.us" status="online",KBSV/AssyriaSat (720p) [Not 24/7] http://66.242.170.53/hls/live/temp/index.m3u8 @@ -831,7 +829,7 @@ https://livevideo01.kcentv.com/hls/live/2017155/newscasts/live.m3u8 https://cdn.igocast.com/channel12_hls/channel12_master.m3u8 #EXTINF:-1 tvg-id="KCTSDT3.us" status="online",PBS KCTS 9 Create (KCTS-DT3) (Seattle WA) (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28355708/events/8865717/ -#EXTINF:-1 tvg-id="KCTSDT4.us" status="timeout",PBS KCTS 9 World (KCTS-DT4) (Seattle WA) (720p) +#EXTINF:-1 tvg-id="KCTSDT4.us" status="online",PBS KCTS 9 World (KCTS-DT4) (Seattle WA) (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28355708/events/8904290/ #EXTINF:-1 tvg-id="KCWXDT1.us" status="online",myTV San Antonio TX (KCWX-TV) (720p) [Not 24/7] http://65.36.6.216:1935/live/kcwx.smil/playlist.m3u8 @@ -947,7 +945,7 @@ https://livevideo01.cbs19.tv/hls/live/2017377/newscasts/live.m3u8 https://reflect-channel36-la.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="LACityView35.us" status="online",LA CityView 35 (1080p) https://reflect-losangeles.cablecast.tv/live-3/live/live.m3u8 -#EXTINF:-1 tvg-id="LakeFrontTV.us" status="error",Leesburg Lakefront TV (Leesburg FL) (720p) +#EXTINF:-1 tvg-id="LakeFrontTV.us" status="online",Leesburg Lakefront TV (Leesburg FL) (720p) https://reflect-lakefront-leesburgflorida.cablecast.tv/live-5/live/live.m3u8 #EXTINF:-1 tvg-id="LakeHavasuCity4.us" status="online",LHCAZTV https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/lakehavasucity/G0643_003/playlist.m3u8 @@ -1137,7 +1135,7 @@ https://cdn3.wowza.com/5/cXdyRHF0Z3kxN0k2/moorpark/G0086_003/playlist.m3u8 https://reflect-mcsb-vod.cablecast.tv/live-16/live/live.m3u8 #EXTINF:-1 tvg-id="MSTV.us" status="online",Manatee Schools Television MSTV (Manatee County FL) (1080p) https://dacastmmd.mmdlive.lldns.net/dacastmmd/3659c04b92f04b808b0bc36d1d23aeb7/index.m3u8 -#EXTINF:-1 tvg-id="MyEncinitasTV.us" status="error",MyEncinitasTV (Encinitas CA) (360p) +#EXTINF:-1 tvg-id="MyEncinitasTV.us" status="online",MyEncinitasTV (Encinitas CA) (360p) https://cdn3.wowza.com/5/RXJNMFI3VlVkOEFP/encinitas/G0322_002/playlist.m3u8 #EXTINF:-1 tvg-id="NapaValleyChannel27.us" status="online",Napa Valley TV Education Access Channel 27 (480p) https://cdn3.wowza.com/5/WDIrTW5sM1JEY1NN/napatv/G0360_003/playlist.m3u8 @@ -1155,7 +1153,7 @@ https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master.m3u8 #EXTINF:-1 tvg-id="NASATVUHD.us" status="online",NASA TV UHD (2160p) https://endpnt.com/hls/nasa4k60/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="timeout",National Geographic Wild Russia (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="online",National Geographic Wild Russia (1080p) [Not 24/7] https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8 #EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" status="online",NAU-TV Northern Arizona University (720p) [Not 24/7] http://stream.ec.nau.edu/live/amlst:channelfour/playlist.m3u8 @@ -1306,9 +1304,9 @@ https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_plus_clean/bitrate1.isml/live.m #EXTINF:-1 tvg-id="QVCStyleGermany.de" status="online",QVC Style (Deutsch) (540p) http://live.qvcde.simplestreamcdn.com/live/qvcde_beauty_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVCUK.uk" status="online",QVC UK (540p) -http://live.qvcuk.simplestreamcdn.com/live/qvcuk_main_clean/bitrate1.isml/live.m3u8 -#EXTINF:-1 tvg-id="QVCUK.uk" status="online",QVC UK (540p) https://d1txbbj1u9asam.cloudfront.net/live/qvcuk_main_clean/bitrate1.isml/live.m3u8 +#EXTINF:-1 tvg-id="QVCUK.uk" status="online",QVC UK (540p) +http://live.qvcuk.simplestreamcdn.com/live/qvcuk_main_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVCUKBeauty.us" status="online",QVC UK Beauty (540p) http://live.qvcuk.simplestreamcdn.com/live/qvcuk_beauty_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVCUKExtra.us" status="online",QVC UK Extra (540p) @@ -1441,7 +1439,7 @@ https://tastemadees16intl-brightcove.amagi.tv/hls/amagi_hls_data_tastemade-taste https://reflect-tampa-bay-community.cablecast.tv/live-16/live/live.m3u8 #EXTINF:-1 tvg-id="TBD.us" status="online",TBD. (720p) https://content.uplynk.com/channel/1831163f97674328ad9f4b4814ed39c5.m3u8 -#EXTINF:-1 tvg-id="TBNAsia.us" status="online",TBN Asia (360p) +#EXTINF:-1 tvg-id="TBNAsia.us" status="error",TBN Asia (360p) http://210.210.155.37/qwr9ew/s/s39/index.m3u8 #EXTINF:-1 tvg-id="TBNEast.us" status="online",TBN US (1080p) [Not 24/7] https://api.new.livestream.com/accounts/27460990/events/8266920/live.m3u8 @@ -1505,6 +1503,8 @@ http://147.174.13.196/live/WIFI-1296k-540p/WIFI-1296k-540p.m3u8 https://a.jsrdn.com/broadcast/e6bdcb5ae9/+0000/c.m3u8 #EXTINF:-1 tvg-id="TheWallStreetJournalLive.us" status="online",The Wall Street Journal Live (720p) https://d155hi8td9k2ns.cloudfront.net/out/wapo-medialive3-rtmp/live.m3u8 +#EXTINF:-1 tvg-id="TheWeatherChannel.us" status="online",The Weather Channel +http://168.138.70.50:5080/channel/n104f84b1/index.m3u8 #EXTINF:-1 tvg-id="TheWeatherChannel.us" status="online",The Weather Channel (1080p) https://twcprod-live.twc-tv.com/v1/manifest/b4d4d63a49309cc5140171fb2e92485c31be1e9e/DSP_6228e4760505741a116f1ba2_twcprod-live/6bf09ce5-366b-463c-b67e-c4b799f73c3f/4.m3u8 #EXTINF:-1 tvg-id="ThisTVNetwork.us" status="online",This TV Network (480p) @@ -1523,10 +1523,10 @@ https://glxlmn026c.singularcdn.net.br/playout_04/playlist.m3u8 https://glxlmn026c.singularcdn.net.br/playout_05/playlist.m3u8 #EXTINF:-1 tvg-id="TNTWest.us" status="online",TNT West (720p) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023170/tntwest/slate/VIDEO_0_3564000.m3u8 -#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 +#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p) https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TrinityChannel.us" status="online",Trinity Channel (480p) [Not 24/7] @@ -1619,7 +1619,7 @@ https://rpn1.bozztv.com/36bay2/gusa-tvsturbo/index.m3u8 https://rpn1.bozztv.com/36bay2/gusa-tvswesternmovies/index.m3u8 #EXTINF:-1 tvg-id="TVSWomenSports.us" status="online",TVS Women Sports (720p) https://rpn1.bozztv.com/36bay2/gusa-tvswsn/index.m3u8 -#EXTINF:-1 tvg-id="UALRTV.us" status="timeout",UALR TV +#EXTINF:-1 tvg-id="UALRTV.us" status="online",UALR TV https://vblive-c.viebit.com/65ea794b-dd82-41ce-8e98-a9177289a063/chunklist.m3u8 #EXTINF:-1 tvg-id="UCTV.us" status="online",UCTV University of California (720p) [Not 24/7] https://59e8e1c60a2b2.streamlock.net/509/509.stream/playlist.m3u8 @@ -1635,7 +1635,7 @@ https://cdnapi.kaltura.com/p/2503451/sp/250345100/playManifest/entryId/1_gb6tjml https://59a564764e2b6.streamlock.net/vallenato/Vallenato2/playlist.m3u8 #EXTINF:-1 tvg-id="VBSTV.us" status="online",VBS TV (480p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VCAT.us" status="timeout",Vallejo Community Access Television (V-CAT) (Vallejo CA) (480p) +#EXTINF:-1 tvg-id="VCAT.us" status="online",Vallejo Community Access Television (V-CAT) (Vallejo CA) (480p) https://vallejo.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="VENN.us" status="online",VENN (1080p) https://d80z5qf1qyhbf.cloudfront.net/playlist.m3u8 @@ -1711,7 +1711,7 @@ http://dai.google.com/linear/hls/event/iVH_b5kWTteyRCy-YCoHOw/master.m3u8 https://16live00.akamaized.net/NBC_EAST/index.m3u8 #EXTINF:-1 tvg-id="WeHoTV.us" status="online",West Hollywood WeHoTV (West Hollywood CA) (360p) https://cdn3.wowza.com/5/M0lyamVmM2JWcjhQ/weho/G0161_004/playlist.m3u8 -#EXTINF:-1 tvg-id="WestminsterWTVChannel.us" status="error",Westminster WTV Channel (Westminster CA) (360p) +#EXTINF:-1 tvg-id="WestminsterWTVChannel.us" status="online",Westminster WTV Channel (Westminster CA) (360p) https://cdn3.wowza.com/5/R09KQXpaMWlrRjly/westminsterca/G0571_001/playlist.m3u8 #EXTINF:-1 tvg-id="WFAADT1.us" status="online",ABC 8 Dallas TX (WFAA) (1080p) https://livevideo01.wfaa.com/hls/live/2014541/newscasts/live.m3u8 @@ -1745,7 +1745,7 @@ https://stream.swagit.com/live-edge/whiteplainsny/smil:std-4x3-1-b/playlist.m3u8 http://trn03.tulix.tv/e5CGxWp8iU/playlist.m3u8 #EXTINF:-1 tvg-id="WISCDT2.us" status="online",My Madison TV (WISC-DT2) (720p) https://ad-playlistserver.aws.syncbak.com/playlist/13613390/master.m3u8?access_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkdyYXkyMDE2MDgyOSJ9.eyJtaWQiOjEzNjEzMzkwLCJtZDUiOiI2Y2M5MzczYjIxZWIwNzQ4ZDA0YTRlYzYyMjU2YjBhMiIsImlhdCI6MTQ5NzM4MTU5NywiaXNzIjoiU3luY2JhayIsInN1YiI6IkdyYXkifQ.qJPiMCbnGjAn9wgPrGjVl3M9Xfc4CVSyoZTZ5OH-1jo -#EXTINF:-1 tvg-id="WITN22.us" status="error",WITN 22 (Wilmington DE) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="WITN22.us" status="online",WITN 22 (Wilmington DE) (1080p) [Not 24/7] https://edge-f.swagit.com/live/wilmingtonde/smil:std-4x3-1-a/playlist.m3u8 #EXTINF:-1 tvg-id="WJACDT1.us" status="blocked",NBC Altoona PA (WJAC1) (720p) http://trn03.tulix.tv/teleup-nbc-wgal-new1/playlist.m3u8 @@ -1769,7 +1769,7 @@ https://2-fss-2.streamhoster.com/pl_132/amlst:200914-1315486/playlist.m3u8 https://livevideo01.wkyc.com/hls/live/2015504/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WLBZDT1.us" status="online",NBC 207 Bangor Portland ME (WLBZ) (1080p) https://livevideo01.newscentermaine.com/hls/live/2014540/newscasts/live/wcsh.m3u8 -#EXTINF:-1 tvg-id="WLCT96.us" status="online",Wolcott Governmental TV (720p) (Wolcott CT) +#EXTINF:-1 tvg-id="WLCT96.us" status="error",Wolcott Governmental TV (720p) (Wolcott CT) https://5a5c57d042315.streamlock.net/live11704001/ngrp:government_all/playlist.m3u8 #EXTINF:-1 tvg-id="WLIIDT1.us" status="online",TeleOnce (WLII-DT) (1080p) https://univision-live.cdn.vustreams.com/live/ce88b839-6376-4494-a2ee-83d66bc7cfc1/live.isml/ce88b839-6376-4494-a2ee-83d66bc7cfc1.m3u8 @@ -1817,7 +1817,7 @@ https://securestream3.champds.com/hlssstc/WestportCTLIVE/WestportCTLIVE.m3u8 https://content.uplynk.com/channel/b02350ef854c4eef8358eead1f59a5cc.m3u8 #EXTINF:-1 tvg-id="WPVIDT1.us" status="online",WPVI-TV News (720p) https://content.uplynk.com/channel/ext/10b98e7c615f43a98b180d51797e74aa/wpvi_24x7_news.m3u8 -#EXTINF:-1 tvg-id="WPVNCD3.us" status="online",Swaag TV (WPVN-CD3) (720p) +#EXTINF:-1 tvg-id="WPVNCD3.us" status="error",Swaag TV (WPVN-CD3) (720p) http://swaag-tv-preview.trafficjam.ca:5080/LiveApp/streams/80189998302702193014.m3u8 #EXTINF:-1 tvg-id="WQADDT1.us" status="online",ABC 8 Davenport IA (WQAD) (1080p) https://livevideo01.wqad.com/hls/live/2011657/newscasts/live.m3u8 @@ -2045,11 +2045,11 @@ https://shoutfactory-screamfactorytv-1-us.ono.wurl.tv/playlist.m3u8 https://cdn.igocast.com/channel10_hls/channel10_master.m3u8 #EXTINF:-1 tvg-id="" status="online",Slimo (540p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2783932c8368bdbfd8a5/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",Space Channel +#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",Space Channel #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://stream.ads.ottera.tv/playlist.m3u8?network_id=565 -#EXTINF:-1 tvg-id="" status="error",Temple TV -https://streaming.temple.edu/tutvlive/_definst_/mp4:8BRYCQMB/chunklist_w1944862924.m3u8 +#EXTINF:-1 tvg-id="" status="",Temple University TV (Tutv) (720p) +https://templeuni.secure.footprint.net/egress/bhandler/templeuni/streama/manifest.m3u8 #EXTINF:-1 tvg-id="" status="online",The Grapevine https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us #EXTINF:-1 tvg-id="" status="online",The Ohio Channel (WOSU-DT3) (720p) @@ -2073,7 +2073,9 @@ https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/bullheadcity/G0860_001/playlist.m3u8 https://unidfp-nlds138.global.ssl.fastly.net/nlds/univisionnow/univision_dal2/as/live/univision_dal2_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="" status="online",Untamed Sports TV (KCKS-LD8) (480p) [Not 24/7] https://cdn.igocast.com/channel8_hls/channel8_master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Vida Visiรณn Network (720p) +#EXTINF:-1 tvg-id="" status="online",VH1 (1080p) +https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 +#EXTINF:-1 tvg-id="" status="error",Vida Visiรณn Network (720p) https://f-tx-edge-87.christianworldmedia.com/radiovidavision/mp4:radiovidavision/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Village of Hastings-On-Hudson NY (WHOH-TV) (360p) http://stream.swagit.com/live-edge/hastingsonhudsonny/smil:std-4x3-1-a/playlist.m3u8 diff --git a/streams/us_adultswim.m3u b/streams/us_adultswim.m3u index cee4aaf58..dd4ca860a 100644 --- a/streams/us_adultswim.m3u +++ b/streams/us_adultswim.m3u @@ -11,13 +11,13 @@ http://adultswim-vodlive.cdn.turner.com/live/DREAM-CORP-LLC/stream.m3u8 https://adultswim-vodlive.cdn.turner.com/live/infomercials/stream.m3u8 #EXTINF:-1 tvg-id="AdultSwimLastStreamOnTheLeft.us" status="online",Adult Swim Last Stream On The Left (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/lsotl/stream.m3u8 -#EXTINF:-1 tvg-id="AdultSwimMetalocalypse.us" status="online",Adult Swim Metalocalypse (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimMetalocalypse.us" status="timeout",Adult Swim Metalocalypse (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/live/metalocalypse/stream.m3u8 #EXTINF:-1 tvg-id="AdultSwimOffTheAir.us" status="online",Adult Swim Off The Air (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/off-the-air/stream.m3u8 #EXTINF:-1 tvg-id="AdultSwimRobotChicken.us" status="online",Adult Swim Robot Chicken (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/robot-chicken/stream.m3u8 -#EXTINF:-1 tvg-id="AdultSwimSamuraiJack.us" status="timeout",Adult Swim Samurai Jack (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimSamuraiJack.us" status="online",Adult Swim Samurai Jack (1080p) [Geo-blocked] 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] http://adultswim-vodlive.cdn.turner.com/live/eric-andre/stream.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index edbcf4b85..f16f332e9 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="KFPHDT3.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",KFPH-DT3 (GetTV) (480p) +#EXTINF:-1 tvg-id="KFPHDT3.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",KFPH-DT3 (GetTV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-px.theus6tv.duckdns.org/hls/13.3/playlist.m3u8 #EXTINF:-1 tvg-id="KYWDT1.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",KYW-DT1 (CBS 3) (1080p) @@ -23,13 +23,13 @@ http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) +#EXTINF:-1 tvg-id="WACPDT6.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.6/playlist.m3u8 #EXTINF:-1 tvg-id="WCAUDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCAU-DT1 (NBC 10) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/10.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WCAUDT2.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",WCAU-DT2 (COZI TV) (432p) +#EXTINF:-1 tvg-id="WCAUDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCAU-DT2 (COZI TV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/10.2/playlist.m3u8 #EXTINF:-1 tvg-id="WCBSDT1.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",WCBS-DT1 (CBS 2) (1080p) @@ -137,13 +137,13 @@ http://v-ny.theus6tv.duckdns.org/hls/25.2/playlist.m3u8 #EXTINF:-1 tvg-id="WNYEDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYE-DT3 (CUNY TV) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/25.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYJDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYJLD (480p) +#EXTINF:-1 tvg-id="WNYJDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYJLD (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/28.1/playlist.m3u8 #EXTINF:-1 tvg-id="WNYWDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT1 (FOX 5) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/5.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYWDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT2 (Movies!) +#EXTINF:-1 tvg-id="WNYWDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT2 (Movies!) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/5.2/playlist.m3u8 #EXTINF:-1 tvg-id="WNYWDT3.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT3 (FOX Weather) @@ -152,7 +152,7 @@ http://v-ny.theus6tv.duckdns.org/hls/5.3/playlist.m3u8 #EXTINF:-1 tvg-id="WNYWDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT4 (The Grio) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/5.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYWDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT5 (Decades) +#EXTINF:-1 tvg-id="WNYWDT5.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT5 (Decades) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/5.5/playlist.m3u8 #EXTINF:-1 tvg-id="WPHLDT1.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",WPHL-DT1 (PHL17) (720p) @@ -161,7 +161,7 @@ http://v-pi.theus6tv.duckdns.org/hls/17.1/playlist.m3u8 #EXTINF:-1 tvg-id="WPHLDT2.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",WPHL-DT2 (Antenna TV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/17.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WPIXDT1.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",WPIX-DT1 (PIX 11) +#EXTINF:-1 tvg-id="WPIXDT1.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",WPIX-DT1 (PIX 11) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/11.1/playlist.m3u8 #EXTINF:-1 tvg-id="WPIXDT4.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",WPIX-DT4 (Rewind TV) (480p) @@ -176,10 +176,10 @@ http://v-pi.theus6tv.duckdns.org/hls/61.5/playlist.m3u8 #EXTINF:-1 tvg-id="WPVIDT1.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",WPVI-DT1 (ABC 6) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/6.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WPXNDT1.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",WPXN-DT1 (Ion East) +#EXTINF:-1 tvg-id="WPXNDT1.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",WPXN-DT1 (Ion East) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/31.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WPXNDT2.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",WPXN-DT2 (Bounce HD) +#EXTINF:-1 tvg-id="WPXNDT2.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",WPXN-DT2 (Bounce HD) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/31.2/playlist.m3u8 #EXTINF:-1 tvg-id="WPXNDT3.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",WPXN-DT3 (ION Mystery) @@ -200,13 +200,13 @@ http://v-ny.theus6tv.duckdns.org/hls/31.7/playlist.m3u8 #EXTINF:-1 tvg-id="WRNNDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT1 (ShopLC) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/48.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WRNNDT2.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",WRNN-DT2 (Circle) (432p) +#EXTINF:-1 tvg-id="WRNNDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT2 (Circle) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/48.2/playlist.m3u8 #EXTINF:-1 tvg-id="WRNNDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT3 (Canal de la Fe) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/48.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WRNNDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT4 (QVC) (432p) +#EXTINF:-1 tvg-id="WRNNDT4.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",WRNN-DT4 (QVC) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/48.4/playlist.m3u8 #EXTINF:-1 tvg-id="WTVEDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT1 (720p) diff --git a/streams/us_plex.m3u b/streams/us_plex.m3u index bab10fc24..0db565d10 100644 --- a/streams/us_plex.m3u +++ b/streams/us_plex.m3u @@ -43,7 +43,7 @@ https://369f2966f62841f4affe37d0b330a13c.mediatailor.us-east-1.amazonaws.com/v1/ https://moviesphere-plex.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MuseumTVFast.us" status="online",Museum TV Fast (1080p) https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg01492-secomsasmediart-museumtv-en-plex/playlist.m3u8 -#EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (1080p) +#EXTINF:-1 tvg-id="NewsmaxTV.us" status="timeout",Newsmax (1080p) https://newsmax-plex.amagi.tv/hls/amagi_hls_data_plexAAAAA-newsmax-plex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p) [Not 24/7] https://d18toqrnfyz3v1.cloudfront.net/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/OutdoorAmerica-PLEX/159.m3u8 diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index 300dc5d26..a6a4f03da 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -113,10 +113,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e10 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId= +#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] @@ -203,18 +203,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bee1a7359ee03633e 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="DogtheBountyHunter.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="DoraTV.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="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.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="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) @@ -224,31 +224,31 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c7828 #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007142c86/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c58a539fae3812612f33ca3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=643&terminate=false&userId= #EXTINF:-1 tvg-id="FaithTV.us" status="online",Pluto TV Faith TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c58a539fae3812612f33ca3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FamilyTies.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="FearFactor.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="FearFactor.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="FearFactor.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="FearFactor.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="Fight.us" status="online",Pluto TV Fight (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bda9fd87eb3a2717cce0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c2fb668-242f-4e7f-a025-087099fd0aca&terminate=false&userId= #EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (720p) @@ -293,6 +293,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c47f36 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794162a4559000781fc12/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207ef2767e1846e5a0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) @@ -303,8 +305,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId= #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] @@ -381,21 +381,21 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) +http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) -http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= +#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d3609cd6a6c78d7672f2a81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=868&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150a3d73fd3f00094f722f/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6899a37b88b269472ea4b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=330&terminate=false&userId= @@ -436,9 +436,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NBCNewsNow.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="NBCNewsNow.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="NBCNewsNow.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="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ced7d5df64be98e07ed47b6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=708&terminate=false&userId= #EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7] @@ -473,20 +473,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aec96ec5 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2ba1a9c91420009db4858/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="OnePiece.us" status="online",Pluto TV One Piece (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7790b3ed0c88000720b241/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",Paramount Movie Channel (720p) +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/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="ParamountMovieChannel.us" status="online",Pluto TV Paramount Movie Channel (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb0cae7a461406ffe3f5213&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=100&terminate=false&userId= #EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",Pluto TV Paramount Movie Channel (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ParamountMovieChannel.us" status="online",Paramount Movie Channel (720p) -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb0cae7a461406ffe3f5213/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="ParamountPlusPicks.us" status="online",Pluto TV Paramount+ Picks (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ff8c708653d080007361b14/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PBRRidePass.us" status="online",PBR RidePass [Geo-blocked] https://stitcher-ipv4.pluto.tv/stitch/hls/channel/60d39387706fe50007fda8e8/master.m3u8?already_redirected=true&appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=62f4 #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54169f4b9b25000994a303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=340&terminate=false&userId= -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e54169f4b9b25000994a303/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) @@ -499,22 +497,24 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1780 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="PeopleareAwesomeUS.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="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebac65911406400078b8993/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) 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="PGATour.us" status="online",Pluto TV PGA TOUR (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5de94dacb394a300099fa22a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=713&terminate=false&userId= #EXTINF:-1 tvg-id="PGATour.us" status="online",Pluto TV PGA TOUR (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (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="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 #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/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 (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/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="PlutoTVActionSports.us" status="online",Pluto TV Pluto Action Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1be871843b56328bc3ef1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8a1b4593-8596-4ff8-8720-2c3271ea36ca&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (684p) @@ -557,12 +557,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5887ba337b8e94223e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5887ba337b8e94223eb121bd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBigTimeRush.us" status="online",Pluto TV Big Time Rush (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa7aab66c76000790ee7e/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="PlutoTVBoxing.us" status="error",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="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e8b5a4bb7da5c0007e5c9e9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5c631817-0713-11eb-9df2-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVBubbleGuppies.us" status="online",Pluto TV Bubble Guppies (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5a4bb7da5c0007e5c9e9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b3a4249444e05d09cc46/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b3a4249444e05d09cc46&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=663&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCars.us" status="online",Pluto TV Cars (720p) [Not 24/7] @@ -575,23 +573,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf1472 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b1c4f1ca3f0629f4bf0/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96b1c4f1ca3f0629f4bf0&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=902&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCine.us" status="online",Pluto TV Cinรฉ (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" status="online",Pluto TV CMT Westerns (684p) +#EXTINF:-1 tvg-id="PlutoTVCMTWesterns.us" status="timeout",Pluto TV CMT Westerns (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e94282d4ec87bdcbb87cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e94282d4ec87bdcbb87cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=103&terminate=false&userId= -#EXTINF:-1 tvg-id="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 (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="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (684p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f31fd1b4c510e00071c3103&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=350&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="online",Pluto TV Crime Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCrimeDrama.us" status="error",Pluto TV Crime Drama (684p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f31fd1b4c510e00071c3103/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f31fd1b4c510e00071c3103&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=350&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCrimeMovies.us" status="online",Pluto TV Crime Movies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d8594eb979c0007706de7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCultFilms.us" status="online",Pluto TV Cult Films (720p) -https://service-stitcher.clusters.pluto.tv/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="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e843d849109b700075d5ada/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e843d849109b700075d5ada&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ddc64e1e-0581-11eb-82fe-0242ac110002&terminate=false&userId= @@ -617,14 +615,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddbf866b1862a0009a0648e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ddbf866b1862a0009a0648e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=3a2ed1cd-e3a3-4fa3-bdbc-94e7363ca0cf&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 (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/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 (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p) @@ -743,7 +741,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMasterChef.us" status="timeout",Pluto TV MasterChef (360p) +#EXTINF:-1 tvg-id="PlutoTVMasterChef.us" status="online",Pluto TV MasterChef (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddbd27091820009f86dd9/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="PlutoTVMcLeodsDaughters.us" status="online",Pluto TV McLeod's Daughters (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df6dd1d0007cf7bad/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -751,20 +749,20 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb3fea0f711fd76340eebff&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=655&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVAreyoutheOne.us" status="online",Pluto TV MTV Are you the One? (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6108d8cc331900075e98e4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b56a367e170007cd43f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMTVClassic.us" status="online",Pluto TV MTV Classic (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de91b7ea86ee60009d89e75/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVLoveMusic.us" status="error",Pluto TV MTV Love Music (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600ae79fa46e17000794e84c/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="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p) @@ -801,8 +799,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1c3f98 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="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="PlutoTVProWrestling.us" status="error",Pluto TV Pro Wrestling (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fac431fc1ffbc0007e6b6a7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVQwestTVJazzBeyond.us" status="online",Pluto TV Qwest TV Jazz & Beyond (720p) https://siloh.pluto.tv/lilo/production/QwestJazz/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVReality.us" status="online",Pluto TV Reality (720p) @@ -887,12 +883,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b83 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18f35ae8f730007465915/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheStoryofBeatclub.us" status="online",Pluto TV The Story of Beatclub (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f982c3420de4100070a545e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f982c3420de4100070a545e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=09ab0f67-3401-11eb-a786-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e69e08291147bd04a9fd7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=74&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfedccc563080009b60f4a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8a87cd38d000745d7cf/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="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e69e08291147bd04a9fd7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=74&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTravel.us" status="online",Pluto TV Travel (240p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c01b1953680139c6ae9d4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59c01b1953680139c6ae9d4d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=678&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTravel.us" status="online",Pluto TV Travel (480p) @@ -914,9 +910,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0dc00b1 #EXTINF:-1 tvg-id="PlutoTVVH1Classics.us" status="online",Pluto TV VH1 Classics (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6076cd1df8576d0007c82193/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bdce04659ee03633e758130&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=217&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bdce04659ee03633e758130&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=217&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/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) @@ -929,14 +925,14 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e3470007 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="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b3000743ef61/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/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="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) 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) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/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="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="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) @@ -1033,12 +1029,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) @@ -1049,8 +1043,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097 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="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/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="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) @@ -1082,9 +1078,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0 #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d0c16d686454ead733d08f8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=983&terminate=false&userId= +#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) @@ -1210,10 +1206,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f120f41b #EXTINF:-1 tvg-id="" status="online",Pluto TV Food (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc280c9aa218c0009724b4b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc280c9aa218c0009724b4b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0734c282-0583-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Food (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Food (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc280c9aa218c0009724b4b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Guรญa de canales (720p) +#EXTINF:-1 tvg-id="" status="online",Pluto TV Food (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="timeout",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="" status="online",Pluto TV HISTORY (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a4d35dfa5c02e717a234f86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a4d35dfa5c02e717a234f86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=651&terminate=false&userId= @@ -1264,9 +1260,9 @@ http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Originals (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf901280e3550009139c86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=475&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf901280e3550009139c86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=475&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV My5 GP's (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV My5 GP's (England) (720p) @@ -1313,8 +1309,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121262a https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60492bb931054f00073c0b4e/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="" status="online",Pluto TV SPORT : BeIN Sports Xtra (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df975e2b27cf5000921c102/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=2.9.3-b879e400d5df7a969d4bff8863fe5cb02c7120e6&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=b702181a-c1d6-4ee2-9481-753f471e2ce7&deviceLat=40.8364&deviceLon=-74.1403&deviceMake=Opera&deviceModel=Opera&deviceType=web&deviceVersion=66.0.3515.44&includeExtendedEvents=false&serverSideAds=tr&sid=855d6801-c912-428d-b620-ede4dd0c3b15&userId= -#EXTINF:-1 tvg-id="" status="error",Pluto TV Truly (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebd0ff1e1a4770007479dc7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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",Weather Nation Chicago (720p) https://siloh.pluto.tv/lilo/production/WeatherNation/Chicago/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WeatherNation Atlanta (720p) diff --git a/streams/us_simultv.m3u b/streams/us_simultv.m3u index b434ff7f3..e17890780 100644 --- a/streams/us_simultv.m3u +++ b/streams/us_simultv.m3u @@ -7,17 +7,17 @@ https://simultv.s.llnwi.net/n4s4/Spydar/interlink.m3u8 https://simultv.s.llnwi.net/n4s4/xcorps/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",2A Network (720p) https://simultv.s.llnwi.net/n4s4/2ANetwork/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Cowboy Theater (720p) +#EXTINF:-1 tvg-id="" status="timeout",Cowboy Theater (720p) https://simultv.s.llnwi.net/o054/CowboyTheater/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Cut Up N Cook (720p) +#EXTINF:-1 tvg-id="" status="timeout",Cut Up N Cook (720p) https://simultv.s.llnwi.net/n4s4/CutUpNCook/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Dimensions +#EXTINF:-1 tvg-id="" status="timeout",Dimensions https://simultv.s.llnwi.net/o054/Dimensions/interlink.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Funnybone (720p) https://simultv.s.llnwi.net/o054/FunnyBone/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",Kartoon Circus https://simultv.s.llnwi.net/o062/KartoonCircus/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="online",Kid Central (720p) +#EXTINF:-1 tvg-id="" status="timeout",Kid Central (720p) https://simultv.s.llnwi.net/o058/KidCentral/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",Lifestyle https://simultv.s.llnwi.net/o058/Lifestyle/interlink.m3u8 @@ -31,7 +31,7 @@ https://simultv.s.llnwi.net/o064/PrimeTimeDrama/interlink.m3u8 https://simultv.s.llnwi.net/n4s4/ProvidenceNetwork/interlink.m3u8 #EXTINF:-1 tvg-id="" status="online",Ready Set Action (720p) https://simultv.s.llnwi.net/o059/ReadySetAction/interlink.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",SimSi TV +#EXTINF:-1 tvg-id="" status="error",SimSi TV https://simultv.s.llnwi.net/o060/SimSiTV/interlink.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Slap Tech https://simultv.s.llnwi.net/o061/SlapTech/interlink.m3u8 diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index 6b7856656..195d0779c 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -5,7 +5,7 @@ https://tna5.bozztv.com/aigaiotv1/index.m3u8 #EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/AVCHD/index.m3u8 -#EXTINF:-1 tvg-id="ConectaTV.mx" status="online",Conecta TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ConectaTV.mx" status="error",Conecta TV (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/Conectatvmexico/index.m3u8 #EXTINF:-1 tvg-id="JessTV.ca" status="online",Jess TV (Lethbridge) (480p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index c995ac77c..e88febfd0 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -354,9 +354,9 @@ https://dai.google.com/linear/hls/event/3NTKKQBuQtaIrcUBj20lyg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR HSN (720p) https://dai.google.com/linear/hls/event/akursTHNTo6qGf1TtlHNsw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR MavTV (720p) -https://dai.google.com/linear/hls/event/YoBM0ae5Q62TPdrfFHS4RQ/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR MavTV (720p) https://mavtv-1.sinclair.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",STIRR MavTV (720p) +https://dai.google.com/linear/hls/event/YoBM0ae5Q62TPdrfFHS4RQ/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Mystery Science Theater 3000 (1080p) https://dai.google.com/linear/hls/event/rmBGeSwhQEG64TrT0_JO2A/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR National (720p) diff --git a/streams/us_wfmz.m3u b/streams/us_wfmz.m3u index 5546ba861..105c00deb 100644 --- a/streams/us_wfmz.m3u +++ b/streams/us_wfmz.m3u @@ -3,7 +3,7 @@ https://cdn.jaybirdtv.com/wfmz/5/live/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WFMZ PennST camera https://cdn.jaybirdtv.com/wfmz/6/live/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",WFMZ PPL Tower Camera +#EXTINF:-1 tvg-id="" status="timeout",WFMZ PPL Tower Camera https://cdn.jaybirdtv.com/wfmz/channel/9/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",WFMZ Traffic +#EXTINF:-1 tvg-id="" status="online",WFMZ Traffic https://cdn.jaybirdtv.com/wfmz/channel/7/master.m3u8 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index c36d338e5..3e078474f 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -1,15 +1,15 @@ #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="AmericanClassics.us" status="timeout",American Classics (432p) +#EXTINF:-1 tvg-id="AmericanClassics.us" status="online",American Classics (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="timeout",America's Test Kitchen (720p) +#EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BaebleMusic.us" status="online",Baeble Music (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BatteryPopXUMO.us" status="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 @@ -19,7 +19,7 @@ https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknews https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (720p) +#EXTINF:-1 tvg-id="BloombergTelevision.us" status="timeout",Bloomberg TV US (720p) 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 @@ -54,9 +54,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playl #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="Food52.us" status="online",Food 52 (720p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN/master.m3u8 +#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather @@ -73,7 +73,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlis https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GQ.us" status="online",GQ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GravitasMovies.us" status="online",Gravitas Movies (720p) +#EXTINF:-1 tvg-id="GravitasMovies.us" status="timeout",Gravitas Movies (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhardknocksfightingchampionship/CDN/playlist.m3u8 @@ -91,7 +91,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1234A-lawcrime/CDN/master.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1234A-lawcrime/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="MaverickBlackCinema.us" status="online",Maverick Black Cinema (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-maverickmovies/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Moovimex.mx" status="timeout",Moovimex (720p) +#EXTINF:-1 tvg-id="Moovimex.mx" status="online",Moovimex (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziomoovimex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",NBC News Now (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8 @@ -156,9 +156,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhitlist/CDN/playlis #EXTINF:-1 tvg-id="StingrayHitList.ca" status="online",Stingray Hit List (1080p) https://xumo-redbox.ott-channels.stingray.com/107/master.m3u8 #EXTINF:-1 tvg-id="StingrayHotCountry.ca" status="online",Stingray Hot Country (1080p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="StingrayHotCountry.ca" status="online",Stingray Hot Country (1080p) https://xumo-redbox.ott-channels.stingray.com/108/master.m3u8 +#EXTINF:-1 tvg-id="StingrayHotCountry.ca" status="timeout",Stingray Hot Country (1080p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhotcountry/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayNaturescape.ca" status="online",Stingray Naturescape (360p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraynaturescape/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Stingray Qello Concerts (1080p) @@ -169,7 +169,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraysoulstorm/CDN/playl https://xumo-redbox.ott-channels.stingray.com/134/master.m3u8 #EXTINF:-1 tvg-id="Tastemade.us" status="online",Tastemade (1080p) https://tastemade-xumo.amagi.tv/hls/amagi_hls_data_tastemade-tastemadefreetv16xumo/CDN/master.m3u8 -#EXTINF:-1 tvg-id="TheArchive.us" status="timeout",The Archive (540p) +#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (540p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxthearchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="TheBobRossChannel.us" status="online",The Bob Ross Channel (1080p) https://bobross-xumous-ingest.cinedigm.com/master.m3u8 @@ -185,7 +185,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpetcollective/CDN/playlist. https://tyt-xumo-us.amagi.tv/hls/amagi_hls_data_tytnetwor-tyt-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TMZ.us" status="online",TMZ (720p) +#EXTINF:-1 tvg-id="TMZ.us" status="timeout",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) [Not 24/7] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 @@ -197,7 +197,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvanityfair/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo80s/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VevoPop.us" status="online",Vevo Pop (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Vogue.us" status="online",Vogue (720p) +#EXTINF:-1 tvg-id="Vogue.us" status="timeout",Vogue (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvogue/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Voyager Documentaries (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8 diff --git a/streams/uy.m3u b/streams/uy.m3u index 411aed191..c69a85ad4 100644 --- a/streams/uy.m3u +++ b/streams/uy.m3u @@ -3,7 +3,5 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/charruatvcanal #EXTINF:-1 tvg-id="LatinoKids.uy" status="online",LatinoKids (360p) [Not 24/7] https://videostreaming.cloudserverlatam.com/8062/8062/playlist.m3u8 -#EXTINF:-1 tvg-id="UCL.uy" status="error",UCL TV (360p) [Not 24/7] -https://livedelta.cdn.antel.net.uy/out/u/url_canalu_2.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Canal 10 (720p) https://edge3-hr.cvattv.com.ar/live/c4eds/Canal10_URU/SA_SAGEMCOM/Canal10_URU.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 8e0a0d42b..745349c1f 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AnzoateguiTV.ve" status="online",Anzoรกtegui TV +#EXTINF:-1 tvg-id="AnzoateguiTV.ve" status="timeout",Anzoรกtegui TV https://vcp2.myplaytv.com/anzoateguitv/anzoateguitv/playlist.m3u8 #EXTINF:-1 tvg-id="CanalI.ve" status="online",Canal i (720p) [Not 24/7] https://vcp.myplaytv.com/canali/canali/playlist.m3u8 @@ -15,11 +15,11 @@ https://vcp.myplaytv.com/italianissimo/italianissimo/playlist.m3u8 https://vcp.myplaytv.com/mdatv/mdatv/playlist.m3u8 #EXTINF:-1 tvg-id="OxigenoTV.ve" status="online",Oxigeno TV (360p) [Not 24/7] https://vcp.myplaytv.com/oxigenotv/oxigenotv/playlist.m3u8 -#EXTINF:-1 tvg-id="Panavision.ve" status="online",Panavisiรณn +#EXTINF:-1 tvg-id="Panavision.ve" status="timeout",Panavisiรณn https://vcp.myplaytv.com/panavision/ngrp:panavision_all/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="RadioCaracasRadio.ve" status="online",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="error",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="Telesur.ve" status="online",teleSUR (1080p) https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/ve/telesur.m3u8 diff --git a/streams/ye.m3u b/streams/ye.m3u index ec9e84a35..415fd59a3 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AICTV.ye" status="timeout",AIC TV (576p) http://195.35.85.115:8000/play/a0fr -#EXTINF:-1 tvg-id="AlerthAlnabawi.ye" status="online",Alerth Alnabawi (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AlerthAlnabawi.ye" status="error",Alerth Alnabawi (576p) [Not 24/7] http://82.212.74.2:8000/live/7307.m3u8 #EXTINF:-1 tvg-id="Alghadye.ye" status="online",Alghad Almushreq (576p) http://82.212.74.3:8000/live/7512.m3u8