diff --git a/FAQ.md b/FAQ.md index e34436c5ee..b7edd360fe 100644 --- a/FAQ.md +++ b/FAQ.md @@ -111,11 +111,13 @@ We are a community initiative and you don't need to pay anything to stay on this * 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. +After you have your m3u8 link, add your channel information by creating or editing the id (identifier) onto the [Database](https://github.com/iptv-org/database) repository. Then, 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. +Notes: +* Because this is an community repository, we need the approval from two maintainers to accept your new additions. See [discussion](https://github.com/iptv-org/iptv/discussions/8412) for further explanations. +* 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. +* The same id can only be used if a mirror stream is also proposed. Please do not set the same id for two different channels. See [PR](https://github.com/iptv-org/iptv/pull/9572). +* If for some reason you need to edit the name of your channel, the id from the Database will be changed. We suggest that you update the new id from the playlist as soon as possible because the streams of your channel with modified name will not be automatically linked. See [PR](https://github.com/iptv-org/iptv/pull/9632). Based on [#650](https://github.com/iptv-org/iptv/issues/650) and [#6654](https://github.com/iptv-org/iptv/discussions/6654) (basic information). @@ -158,14 +160,26 @@ No. Exceptions are the visual radios, in which a video and audio are shown at th 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. +It's to differentiate the origin of the broadcast from the content. Call signs (or call letters in some countries) usually come from physical stations in the country of origin and their programming is subject to change. This type of ids is widely used in the United States, and [this article from Wikipedia](https://en.wikipedia.org/wiki/Call_signs_in_the_United_States) explains in more detail. However, if the channel does not officially carry the identification of the local television station, the brand name will be used as id. -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`. +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. + +``` +#EXTINF:-1 tvg-id="KJLA-DT1.us",Visión Latina Los Angeles (KJLA-DT1) +``` + +If the channel has a another stream and this is broadcasting as an international feed or under an online website without georestriction, consider using the alphanumeric name instead, whose id is `VisionLatina.us`. + +``` +#EXTINF:-1 tvg-id="VisionLatina.us",Visión Latina +``` 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. +There are websites to consult the location and characteristics of the station. FCC has [complete official information](https://www.fcc.gov/media/television/tv-service-contour-data-points) about call letters in the United States. You can also consult other websites such as [FCCData](https://fccdata.org/) for US, Canada, Mexico, UK, Australia and Japan. + +Based on [#9312](https://github.com/iptv-org/iptv/discussions/9312). ### 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. diff --git a/README.md b/README.md index 113ef926b1..53347e8c41 100644 --- a/README.md +++ b/README.md @@ -63,34 +63,34 @@ Same thing, but split up into separate files: Auto12https://iptv-org.github.io/iptv/categories/auto.m3u - Animation32https://iptv-org.github.io/iptv/categories/animation.m3u - Business37https://iptv-org.github.io/iptv/categories/business.m3u - Classic45https://iptv-org.github.io/iptv/categories/classic.m3u - Comedy44https://iptv-org.github.io/iptv/categories/comedy.m3u + Animation31https://iptv-org.github.io/iptv/categories/animation.m3u + Business38https://iptv-org.github.io/iptv/categories/business.m3u + Classic46https://iptv-org.github.io/iptv/categories/classic.m3u + Comedy45https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking18https://iptv-org.github.io/iptv/categories/cooking.m3u - Culture21https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary42https://iptv-org.github.io/iptv/categories/documentary.m3u - Education77https://iptv-org.github.io/iptv/categories/education.m3u + Culture19https://iptv-org.github.io/iptv/categories/culture.m3u + Documentary40https://iptv-org.github.io/iptv/categories/documentary.m3u + Education83https://iptv-org.github.io/iptv/categories/education.m3u Entertainment184https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family22https://iptv-org.github.io/iptv/categories/family.m3u - General459https://iptv-org.github.io/iptv/categories/general.m3u - Kids151https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative112https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle60https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Family18https://iptv-org.github.io/iptv/categories/family.m3u + General468https://iptv-org.github.io/iptv/categories/general.m3u + Kids150https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative110https://iptv-org.github.io/iptv/categories/legislative.m3u + Lifestyle58https://iptv-org.github.io/iptv/categories/lifestyle.m3u Movies210https://iptv-org.github.io/iptv/categories/movies.m3u - Music320https://iptv-org.github.io/iptv/categories/music.m3u - News378https://iptv-org.github.io/iptv/categories/news.m3u - Outdoor39https://iptv-org.github.io/iptv/categories/outdoor.m3u - Relax17https://iptv-org.github.io/iptv/categories/relax.m3u - Religious242https://iptv-org.github.io/iptv/categories/religious.m3u - Series144https://iptv-org.github.io/iptv/categories/series.m3u + Music310https://iptv-org.github.io/iptv/categories/music.m3u + News366https://iptv-org.github.io/iptv/categories/news.m3u + Outdoor35https://iptv-org.github.io/iptv/categories/outdoor.m3u + Relax16https://iptv-org.github.io/iptv/categories/relax.m3u + Religious230https://iptv-org.github.io/iptv/categories/religious.m3u + Series147https://iptv-org.github.io/iptv/categories/series.m3u Science13https://iptv-org.github.io/iptv/categories/science.m3u Shop70https://iptv-org.github.io/iptv/categories/shop.m3u - Sports163https://iptv-org.github.io/iptv/categories/sports.m3u - Travel20https://iptv-org.github.io/iptv/categories/travel.m3u - Weather11https://iptv-org.github.io/iptv/categories/weather.m3u - XXX53https://iptv-org.github.io/iptv/categories/xxx.m3u - Undefined4983https://iptv-org.github.io/iptv/categories/undefined.m3u + Sports171https://iptv-org.github.io/iptv/categories/sports.m3u + Travel18https://iptv-org.github.io/iptv/categories/travel.m3u + Weather9https://iptv-org.github.io/iptv/categories/weather.m3u + XXX57https://iptv-org.github.io/iptv/categories/xxx.m3u + Undefined4820https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -116,100 +116,99 @@ Same thing, but split up into separate files: LanguageChannelsPlaylist - Albanian37https://iptv-org.github.io/iptv/languages/sqi.m3u + Albanian38https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic338https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic318https://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 - Azerbaijani11https://iptv-org.github.io/iptv/languages/aze.m3u + Azerbaijani13https://iptv-org.github.io/iptv/languages/aze.m3u Bashkir1https://iptv-org.github.io/iptv/languages/bak.m3u Basque1https://iptv-org.github.io/iptv/languages/eus.m3u - Bengali35https://iptv-org.github.io/iptv/languages/ben.m3u - Bosnian6https://iptv-org.github.io/iptv/languages/bos.m3u - Bulgarian18https://iptv-org.github.io/iptv/languages/bul.m3u + Bengali27https://iptv-org.github.io/iptv/languages/ben.m3u + Bosnian7https://iptv-org.github.io/iptv/languages/bos.m3u + Bulgarian16https://iptv-org.github.io/iptv/languages/bul.m3u Burmese1https://iptv-org.github.io/iptv/languages/mya.m3u Catalan9https://iptv-org.github.io/iptv/languages/cat.m3u - Chinese102https://iptv-org.github.io/iptv/languages/zho.m3u + Chinese117https://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 - Danish14https://iptv-org.github.io/iptv/languages/dan.m3u + Czech16https://iptv-org.github.io/iptv/languages/ces.m3u + Danish12https://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 - Dutch82https://iptv-org.github.io/iptv/languages/nld.m3u - English2020https://iptv-org.github.io/iptv/languages/eng.m3u + Dutch80https://iptv-org.github.io/iptv/languages/nld.m3u + English1917https://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 - Finnish11https://iptv-org.github.io/iptv/languages/fin.m3u - French157https://iptv-org.github.io/iptv/languages/fra.m3u + Finnish18https://iptv-org.github.io/iptv/languages/fin.m3u + French152https://iptv-org.github.io/iptv/languages/fra.m3u Galician10https://iptv-org.github.io/iptv/languages/glg.m3u Georgian5https://iptv-org.github.io/iptv/languages/kat.m3u - German185https://iptv-org.github.io/iptv/languages/deu.m3u - Greek77https://iptv-org.github.io/iptv/languages/ell.m3u + German173https://iptv-org.github.io/iptv/languages/deu.m3u + Greek74https://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 - Hindi58https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi57https://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 - Indonesian151https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian144https://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 - Italian141https://iptv-org.github.io/iptv/languages/ita.m3u - Japanese60https://iptv-org.github.io/iptv/languages/jpn.m3u + Italian140https://iptv-org.github.io/iptv/languages/ita.m3u + Japanese57https://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 - Kazakh12https://iptv-org.github.io/iptv/languages/kaz.m3u + Kazakh9https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer7https://iptv-org.github.io/iptv/languages/khm.m3u - Korean116https://iptv-org.github.io/iptv/languages/kor.m3u - Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u + Korean149https://iptv-org.github.io/iptv/languages/kor.m3u + Kurdish11https://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 Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay32https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam44https://iptv-org.github.io/iptv/languages/mal.m3u - Maltese2https://iptv-org.github.io/iptv/languages/mlt.m3u - Mandarin Chinese1https://iptv-org.github.io/iptv/languages/cmn.m3u + Malay30https://iptv-org.github.io/iptv/languages/msa.m3u + Malayalam37https://iptv-org.github.io/iptv/languages/mal.m3u + Maltese3https://iptv-org.github.io/iptv/languages/mlt.m3u + Mandarin Chinese2https://iptv-org.github.io/iptv/languages/cmn.m3u Marathi1https://iptv-org.github.io/iptv/languages/mar.m3u Min Nan Chinese1https://iptv-org.github.io/iptv/languages/nan.m3u Mongolian19https://iptv-org.github.io/iptv/languages/mon.m3u Nepali1https://iptv-org.github.io/iptv/languages/nep.m3u - Norwegian5https://iptv-org.github.io/iptv/languages/nor.m3u + Norwegian3https://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 - Pashto12https://iptv-org.github.io/iptv/languages/pus.m3u - Persian82https://iptv-org.github.io/iptv/languages/fas.m3u - Polish32https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese178https://iptv-org.github.io/iptv/languages/por.m3u + Papiamento1https://iptv-org.github.io/iptv/languages/pap.m3u + Pashto13https://iptv-org.github.io/iptv/languages/pus.m3u + Persian76https://iptv-org.github.io/iptv/languages/fas.m3u + Polish31https://iptv-org.github.io/iptv/languages/pol.m3u + Portuguese184https://iptv-org.github.io/iptv/languages/por.m3u Romanian33https://iptv-org.github.io/iptv/languages/ron.m3u - Russian318https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u + Russian254https://iptv-org.github.io/iptv/languages/rus.m3u + Serbian42https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.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 Somali2https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1130https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1109https://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 + Swedish18https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog7https://iptv-org.github.io/iptv/languages/tgl.m3u Tamil34https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u - Thai45https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish134https://iptv-org.github.io/iptv/languages/tur.m3u + Thai36https://iptv-org.github.io/iptv/languages/tha.m3u + Turkish133https://iptv-org.github.io/iptv/languages/tur.m3u Turkmen7https://iptv-org.github.io/iptv/languages/tuk.m3u - Ukrainian45https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu24https://iptv-org.github.io/iptv/languages/urd.m3u + Ukrainian32https://iptv-org.github.io/iptv/languages/ukr.m3u + Urdu21https://iptv-org.github.io/iptv/languages/urd.m3u Uzbek1https://iptv-org.github.io/iptv/languages/uzb.m3u Vietnamese59https://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 - Wolof4https://iptv-org.github.io/iptv/languages/wol.m3u - Yue Chinese8https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2042https://iptv-org.github.io/iptv/languages/undefined.m3u + Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u + Yue Chinese11https://iptv-org.github.io/iptv/languages/yue.m3u + Undefined2065https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -235,386 +234,391 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - 🇦🇫 Afghanistan72https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania99https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria95https://iptv-org.github.io/iptv/countries/dz.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 Barbuda49https://iptv-org.github.io/iptv/countries/ag.m3u - 🇦🇷 Argentina256https://iptv-org.github.io/iptv/countries/ar.m3u -       Buenos Aires17https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u + 🇦🇫 Afghanistan60https://iptv-org.github.io/iptv/countries/af.m3u + 🇦🇱 Albania97https://iptv-org.github.io/iptv/countries/al.m3u + 🇩🇿 Algeria90https://iptv-org.github.io/iptv/countries/dz.m3u + 🇦🇸 American Samoa47https://iptv-org.github.io/iptv/countries/as.m3u + 🇦🇩 Andorra62https://iptv-org.github.io/iptv/countries/ad.m3u + 🇦🇴 Angola48https://iptv-org.github.io/iptv/countries/ao.m3u + 🇦🇮 Anguilla46https://iptv-org.github.io/iptv/countries/ai.m3u + 🇦🇶 Antarctica42https://iptv-org.github.io/iptv/countries/aq.m3u + 🇦🇬 Antigua and Barbuda47https://iptv-org.github.io/iptv/countries/ag.m3u + 🇦🇷 Argentina243https://iptv-org.github.io/iptv/countries/ar.m3u +       Buenos Aires20https://iptv-org.github.io/iptv/subdivisions/ar-b.m3u       Catamarca2https://iptv-org.github.io/iptv/subdivisions/ar-k.m3u       Chaco4https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u       Chubut3https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u -       Cordoba7https://iptv-org.github.io/iptv/subdivisions/ar-x.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       Corrientes4https://iptv-org.github.io/iptv/subdivisions/ar-w.m3u       Entre Rios2https://iptv-org.github.io/iptv/subdivisions/ar-e.m3u -       Formosa1https://iptv-org.github.io/iptv/subdivisions/ar-p.m3u +       Formosa2https://iptv-org.github.io/iptv/subdivisions/ar-p.m3u       Jujuy4https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u       La Pampa3https://iptv-org.github.io/iptv/subdivisions/ar-l.m3u       La Rioja4https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u -       Mendoza2https://iptv-org.github.io/iptv/subdivisions/ar-m.m3u -       Misiones4https://iptv-org.github.io/iptv/subdivisions/ar-n.m3u +       Mendoza1https://iptv-org.github.io/iptv/subdivisions/ar-m.m3u +       Misiones3https://iptv-org.github.io/iptv/subdivisions/ar-n.m3u       Neuquen3https://iptv-org.github.io/iptv/subdivisions/ar-q.m3u       Rio Negro1https://iptv-org.github.io/iptv/subdivisions/ar-r.m3u       Salta5https://iptv-org.github.io/iptv/subdivisions/ar-a.m3u -       San Juan5https://iptv-org.github.io/iptv/subdivisions/ar-j.m3u +       San Juan6https://iptv-org.github.io/iptv/subdivisions/ar-j.m3u       San Luis1https://iptv-org.github.io/iptv/subdivisions/ar-d.m3u       Santa Cruz2https://iptv-org.github.io/iptv/subdivisions/ar-z.m3u       Santa Fe6https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u       Tucuman4https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u - 🇦🇲 Armenia95https://iptv-org.github.io/iptv/countries/am.m3u - 🇦🇼 Aruba49https://iptv-org.github.io/iptv/countries/aw.m3u - 🇦🇺 Australia84https://iptv-org.github.io/iptv/countries/au.m3u - 🇦🇹 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 - 🇧🇭 Bahrain84https://iptv-org.github.io/iptv/countries/bh.m3u - 🇧🇩 Bangladesh75https://iptv-org.github.io/iptv/countries/bd.m3u - 🇧🇧 Barbados49https://iptv-org.github.io/iptv/countries/bb.m3u - 🇧🇾 Belarus92https://iptv-org.github.io/iptv/countries/by.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 - 🇧🇹 Bhutan59https://iptv-org.github.io/iptv/countries/bt.m3u - 🇧🇴 Bolivia122https://iptv-org.github.io/iptv/countries/bo.m3u + 🇦🇲 Armenia89https://iptv-org.github.io/iptv/countries/am.m3u + 🇦🇼 Aruba48https://iptv-org.github.io/iptv/countries/aw.m3u + 🇦🇺 Australia83https://iptv-org.github.io/iptv/countries/au.m3u + 🇦🇹 Austria90https://iptv-org.github.io/iptv/countries/at.m3u + 🇦🇿 Azerbaijan73https://iptv-org.github.io/iptv/countries/az.m3u + 🇧🇸 Bahamas49https://iptv-org.github.io/iptv/countries/bs.m3u + 🇧🇭 Bahrain78https://iptv-org.github.io/iptv/countries/bh.m3u + 🇧🇩 Bangladesh55https://iptv-org.github.io/iptv/countries/bd.m3u + 🇧🇧 Barbados47https://iptv-org.github.io/iptv/countries/bb.m3u + 🇧🇾 Belarus89https://iptv-org.github.io/iptv/countries/by.m3u + 🇧🇪 Belgium91https://iptv-org.github.io/iptv/countries/be.m3u + 🇧🇿 Belize48https://iptv-org.github.io/iptv/countries/bz.m3u + 🇧🇯 Benin48https://iptv-org.github.io/iptv/countries/bj.m3u + 🇧🇲 Bermuda44https://iptv-org.github.io/iptv/countries/bm.m3u + 🇧🇹 Bhutan45https://iptv-org.github.io/iptv/countries/bt.m3u + 🇧🇴 Bolivia115https://iptv-org.github.io/iptv/countries/bo.m3u       Santa Cruz2https://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 - 🇧🇷 Brazil200https://iptv-org.github.io/iptv/countries/br.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 - 🇧🇬 Bulgaria75https://iptv-org.github.io/iptv/countries/bg.m3u - 🇧🇫 Burkina Faso52https://iptv-org.github.io/iptv/countries/bf.m3u - 🇧🇮 Burundi49https://iptv-org.github.io/iptv/countries/bi.m3u - 🇰🇭 Cambodia61https://iptv-org.github.io/iptv/countries/kh.m3u - 🇨🇲 Cameroon52https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada151https://iptv-org.github.io/iptv/countries/ca.m3u + 🇧🇶 Bonaire42https://iptv-org.github.io/iptv/countries/bq.m3u + 🇧🇦 Bosnia and Herzegovina71https://iptv-org.github.io/iptv/countries/ba.m3u + 🇧🇼 Botswana47https://iptv-org.github.io/iptv/countries/bw.m3u + 🇧🇻 Bouvet Island44https://iptv-org.github.io/iptv/countries/bv.m3u + 🇧🇷 Brazil198https://iptv-org.github.io/iptv/countries/br.m3u + 🇮🇴 British Indian Ocean Territory42https://iptv-org.github.io/iptv/countries/io.m3u + 🇻🇬 British Virgin Islands46https://iptv-org.github.io/iptv/countries/vg.m3u + 🇧🇳 Brunei63https://iptv-org.github.io/iptv/countries/bn.m3u + 🇧🇬 Bulgaria70https://iptv-org.github.io/iptv/countries/bg.m3u + 🇧🇫 Burkina Faso50https://iptv-org.github.io/iptv/countries/bf.m3u + 🇧🇮 Burundi47https://iptv-org.github.io/iptv/countries/bi.m3u + 🇰🇭 Cambodia68https://iptv-org.github.io/iptv/countries/kh.m3u + 🇨🇲 Cameroon48https://iptv-org.github.io/iptv/countries/cm.m3u + 🇨🇦 Canada146https://iptv-org.github.io/iptv/countries/ca.m3u       British Columbia2https://iptv-org.github.io/iptv/subdivisions/ca-bc.m3u       Manitoba1https://iptv-org.github.io/iptv/subdivisions/ca-mb.m3u       New Brunswick1https://iptv-org.github.io/iptv/subdivisions/ca-nb.m3u       Newfoundland and Labrador1https://iptv-org.github.io/iptv/subdivisions/ca-nl.m3u       Quebec5https://iptv-org.github.io/iptv/subdivisions/ca-qc.m3u - 🇨🇻 Cape Verde50https://iptv-org.github.io/iptv/countries/cv.m3u + 🇨🇻 Cape Verde48https://iptv-org.github.io/iptv/countries/cv.m3u       Boa Vista1https://iptv-org.github.io/iptv/subdivisions/cv-bv.m3u       Sal1https://iptv-org.github.io/iptv/subdivisions/cv-sl.m3u - 🇰🇾 Cayman Islands48https://iptv-org.github.io/iptv/countries/ky.m3u - 🇨🇫 Central African Republic49https://iptv-org.github.io/iptv/countries/cf.m3u - 🇹🇩 Chad50https://iptv-org.github.io/iptv/countries/td.m3u - 🇨🇱 Chile209https://iptv-org.github.io/iptv/countries/cl.m3u + 🇰🇾 Cayman Islands46https://iptv-org.github.io/iptv/countries/ky.m3u + 🇨🇫 Central African Republic47https://iptv-org.github.io/iptv/countries/cf.m3u + 🇹🇩 Chad48https://iptv-org.github.io/iptv/countries/td.m3u + 🇨🇱 Chile205https://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 - 🇨🇳 China923https://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 + 🇨🇳 China909https://iptv-org.github.io/iptv/countries/cn.m3u + 🇨🇽 Christmas Island42https://iptv-org.github.io/iptv/countries/cx.m3u + 🇨🇨 Cocos (Keeling) Islands42https://iptv-org.github.io/iptv/countries/cc.m3u 🇨🇴 Colombia136https://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 -       Huila2https://iptv-org.github.io/iptv/subdivisions/co-hui.m3u +       Huila1https://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 -       Quindio1https://iptv-org.github.io/iptv/subdivisions/co-qui.m3u +       Quindio2https://iptv-org.github.io/iptv/subdivisions/co-qui.m3u +       Risaralda1https://iptv-org.github.io/iptv/subdivisions/co-ris.m3u       Tolima1https://iptv-org.github.io/iptv/subdivisions/co-tol.m3u       Valle del Cauca3https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u - 🇰🇲 Comoros76https://iptv-org.github.io/iptv/countries/km.m3u - 🇨🇰 Cook Islands48https://iptv-org.github.io/iptv/countries/ck.m3u - 🇨🇷 Costa Rica123https://iptv-org.github.io/iptv/countries/cr.m3u - 🇭🇷 Croatia74https://iptv-org.github.io/iptv/countries/hr.m3u - 🇨🇺 Cuba96https://iptv-org.github.io/iptv/countries/cu.m3u - 🇨🇼 Curacao54https://iptv-org.github.io/iptv/countries/cw.m3u - 🇨🇾 Cyprus88https://iptv-org.github.io/iptv/countries/cy.m3u - 🇨🇿 Czech Republic75https://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 - 🇩🇯 Djibouti81https://iptv-org.github.io/iptv/countries/dj.m3u - 🇩🇲 Dominica48https://iptv-org.github.io/iptv/countries/dm.m3u - 🇩🇴 Dominican Republic170https://iptv-org.github.io/iptv/countries/do.m3u + 🇰🇲 Comoros74https://iptv-org.github.io/iptv/countries/km.m3u + 🇨🇰 Cook Islands47https://iptv-org.github.io/iptv/countries/ck.m3u + 🇨🇷 Costa Rica119https://iptv-org.github.io/iptv/countries/cr.m3u + 🇭🇷 Croatia72https://iptv-org.github.io/iptv/countries/hr.m3u + 🇨🇺 Cuba90https://iptv-org.github.io/iptv/countries/cu.m3u + 🇨🇼 Curacao52https://iptv-org.github.io/iptv/countries/cw.m3u + 🇨🇾 Cyprus81https://iptv-org.github.io/iptv/countries/cy.m3u + 🇨🇿 Czech Republic73https://iptv-org.github.io/iptv/countries/cz.m3u + 🇨🇩 Democratic Republic of the Congo51https://iptv-org.github.io/iptv/countries/cd.m3u + 🇩🇰 Denmark78https://iptv-org.github.io/iptv/countries/dk.m3u + 🇩🇯 Djibouti79https://iptv-org.github.io/iptv/countries/dj.m3u + 🇩🇲 Dominica46https://iptv-org.github.io/iptv/countries/dm.m3u + 🇩🇴 Dominican Republic163https://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       Santiago1https://iptv-org.github.io/iptv/subdivisions/do-25.m3u - 🇹🇱 East Timor50https://iptv-org.github.io/iptv/countries/tl.m3u - 🇪🇨 Ecuador109https://iptv-org.github.io/iptv/countries/ec.m3u + 🇹🇱 East Timor57https://iptv-org.github.io/iptv/countries/tl.m3u + 🇪🇨 Ecuador104https://iptv-org.github.io/iptv/countries/ec.m3u       Loja1https://iptv-org.github.io/iptv/subdivisions/ec-l.m3u - 🇪🇬 Egypt109https://iptv-org.github.io/iptv/countries/eg.m3u - 🇸🇻 El Salvador111https://iptv-org.github.io/iptv/countries/sv.m3u - 🇬🇶 Equatorial Guinea50https://iptv-org.github.io/iptv/countries/gq.m3u - 🇪🇷 Eritrea49https://iptv-org.github.io/iptv/countries/er.m3u - 🇪🇪 Estonia67https://iptv-org.github.io/iptv/countries/ee.m3u - 🇪🇹 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 - 🇫🇯 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 + 🇪🇬 Egypt102https://iptv-org.github.io/iptv/countries/eg.m3u + 🇸🇻 El Salvador105https://iptv-org.github.io/iptv/countries/sv.m3u + 🇬🇶 Equatorial Guinea48https://iptv-org.github.io/iptv/countries/gq.m3u + 🇪🇷 Eritrea47https://iptv-org.github.io/iptv/countries/er.m3u + 🇪🇪 Estonia66https://iptv-org.github.io/iptv/countries/ee.m3u + 🇪🇹 Ethiopia48https://iptv-org.github.io/iptv/countries/et.m3u + 🇫🇰 Falkland Islands44https://iptv-org.github.io/iptv/countries/fk.m3u + 🇫🇴 Faroe Islands43https://iptv-org.github.io/iptv/countries/fo.m3u + 🇫🇯 Fiji48https://iptv-org.github.io/iptv/countries/fj.m3u + 🇫🇮 Finland81https://iptv-org.github.io/iptv/countries/fi.m3u +       Keski-Suomi1https://iptv-org.github.io/iptv/subdivisions/fi-08.m3u +       Pohjanmaa2https://iptv-org.github.io/iptv/subdivisions/fi-12.m3u 🇫🇷 France223https://iptv-org.github.io/iptv/countries/fr.m3u - 🇬🇫 French Guiana47https://iptv-org.github.io/iptv/countries/gf.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 - 🇩🇪 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 - 🇬🇷 Greece135https://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 - 🇬🇺 Guam48https://iptv-org.github.io/iptv/countries/gu.m3u - 🇬🇹 Guatemala107https://iptv-org.github.io/iptv/countries/gt.m3u + 🇬🇫 French Guiana46https://iptv-org.github.io/iptv/countries/gf.m3u + 🇵🇫 French Polynesia48https://iptv-org.github.io/iptv/countries/pf.m3u + 🇹🇫 French Southern Territories47https://iptv-org.github.io/iptv/countries/tf.m3u + 🇬🇦 Gabon48https://iptv-org.github.io/iptv/countries/ga.m3u + 🇬🇲 Gambia48https://iptv-org.github.io/iptv/countries/gm.m3u + 🇬🇪 Georgia65https://iptv-org.github.io/iptv/countries/ge.m3u + 🇩🇪 Germany257https://iptv-org.github.io/iptv/countries/de.m3u + 🇬🇭 Ghana47https://iptv-org.github.io/iptv/countries/gh.m3u + 🇬🇮 Gibraltar42https://iptv-org.github.io/iptv/countries/gi.m3u + 🇬🇷 Greece131https://iptv-org.github.io/iptv/countries/gr.m3u + 🇬🇱 Greenland44https://iptv-org.github.io/iptv/countries/gl.m3u + 🇬🇩 Grenada46https://iptv-org.github.io/iptv/countries/gd.m3u + 🇬🇵 Guadeloupe49https://iptv-org.github.io/iptv/countries/gp.m3u + 🇬🇺 Guam47https://iptv-org.github.io/iptv/countries/gu.m3u + 🇬🇹 Guatemala101https://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 - 🇭🇹 Haiti60https://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 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 - 🇮🇳 India243https://iptv-org.github.io/iptv/countries/in.m3u + 🇬🇬 Guernsey43https://iptv-org.github.io/iptv/countries/gg.m3u + 🇬🇳 Guinea47https://iptv-org.github.io/iptv/countries/gn.m3u + 🇬🇼 Guinea-Bissau47https://iptv-org.github.io/iptv/countries/gw.m3u + 🇬🇾 Guyana44https://iptv-org.github.io/iptv/countries/gy.m3u + 🇭🇹 Haiti56https://iptv-org.github.io/iptv/countries/ht.m3u + 🇭🇲 Heard Island and McDonald Islands42https://iptv-org.github.io/iptv/countries/hm.m3u + 🇭🇳 Honduras121https://iptv-org.github.io/iptv/countries/hn.m3u + 🇭🇰 Hong Kong68https://iptv-org.github.io/iptv/countries/hk.m3u + 🇭🇺 Hungary94https://iptv-org.github.io/iptv/countries/hu.m3u + 🇮🇸 Iceland63https://iptv-org.github.io/iptv/countries/is.m3u + 🇮🇳 India217https://iptv-org.github.io/iptv/countries/in.m3u 🇮🇩 Indonesia215https://iptv-org.github.io/iptv/countries/id.m3u       Aceh1https://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 +       Banten1https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u       Bengkulu2https://iptv-org.github.io/iptv/subdivisions/id-be.m3u       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u -       Jakarta Raya4https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u +       Jakarta Raya3https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u       Jambi4https://iptv-org.github.io/iptv/subdivisions/id-ja.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 +       Jawa Tengah6https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u +       Jawa Timur8https://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 -       Kalimantan Timur2https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u +       Kalimantan Timur1https://iptv-org.github.io/iptv/subdivisions/id-ki.m3u       Kepulauan Bangka Belitung1https://iptv-org.github.io/iptv/subdivisions/id-bb.m3u       Lampung2https://iptv-org.github.io/iptv/subdivisions/id-la.m3u       Maluku Utara1https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u       Maluku1https://iptv-org.github.io/iptv/subdivisions/id-ml.m3u       Nusa Tenggara Barat1https://iptv-org.github.io/iptv/subdivisions/id-nb.m3u       Nusa Tenggara Timur1https://iptv-org.github.io/iptv/subdivisions/id-nt.m3u -       Papua1https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u -       Riau4https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u +       Papua2https://iptv-org.github.io/iptv/subdivisions/id-pp.m3u +       Riau2https://iptv-org.github.io/iptv/subdivisions/id-ri.m3u       Sulawesi Barat1https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u -       Sulawesi Selatan2https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u +       Sulawesi Selatan3https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u       Sulawesi Tengah1https://iptv-org.github.io/iptv/subdivisions/id-st.m3u       Sulawesi Tenggara1https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u       Sulawesi Utara1https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u -       Sumatera Barat1https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u +       Sumatera Barat2https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u       Yogyakarta2https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - 🇮🇷 Iran127https://iptv-org.github.io/iptv/countries/ir.m3u - 🇮🇶 Iraq116https://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 - 🇮🇱 Israel68https://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 - 🇯🇵 Japan107https://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 - 🇰🇿 Kazakhstan90https://iptv-org.github.io/iptv/countries/kz.m3u - 🇰🇪 Kenya53https://iptv-org.github.io/iptv/countries/ke.m3u - 🇰🇮 Kiribati48https://iptv-org.github.io/iptv/countries/ki.m3u - 🇽🇰 Kosovo49https://iptv-org.github.io/iptv/countries/xk.m3u - 🇰🇼 Kuwait94https://iptv-org.github.io/iptv/countries/kw.m3u - 🇰🇬 Kyrgyzstan53https://iptv-org.github.io/iptv/countries/kg.m3u - 🇱🇦 Laos69https://iptv-org.github.io/iptv/countries/la.m3u - 🇱🇻 Latvia67https://iptv-org.github.io/iptv/countries/lv.m3u - 🇱🇧 Lebanon98https://iptv-org.github.io/iptv/countries/lb.m3u - 🇱🇸 Lesotho49https://iptv-org.github.io/iptv/countries/ls.m3u - 🇱🇷 Liberia49https://iptv-org.github.io/iptv/countries/lr.m3u - 🇱🇾 Libya87https://iptv-org.github.io/iptv/countries/ly.m3u - 🇱🇮 Liechtenstein66https://iptv-org.github.io/iptv/countries/li.m3u - 🇱🇹 Lithuania65https://iptv-org.github.io/iptv/countries/lt.m3u - 🇱🇺 Luxembourg72https://iptv-org.github.io/iptv/countries/lu.m3u - 🇲🇴 Macao54https://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 - 🇲🇾 Malaysia102https://iptv-org.github.io/iptv/countries/my.m3u - 🇲🇻 Maldives60https://iptv-org.github.io/iptv/countries/mv.m3u - 🇲🇱 Mali49https://iptv-org.github.io/iptv/countries/ml.m3u - 🇲🇹 Malta63https://iptv-org.github.io/iptv/countries/mt.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 - 🇲🇺 Mauritius50https://iptv-org.github.io/iptv/countries/mu.m3u - 🇾🇹 Mayotte49https://iptv-org.github.io/iptv/countries/yt.m3u - 🇲🇽 Mexico174https://iptv-org.github.io/iptv/countries/mx.m3u + 🇮🇷 Iran113https://iptv-org.github.io/iptv/countries/ir.m3u + 🇮🇶 Iraq108https://iptv-org.github.io/iptv/countries/iq.m3u + 🇮🇪 Ireland80https://iptv-org.github.io/iptv/countries/ie.m3u + 🇮🇲 Isle of Man42https://iptv-org.github.io/iptv/countries/im.m3u + 🇮🇱 Israel61https://iptv-org.github.io/iptv/countries/il.m3u + 🇮🇹 Italy251https://iptv-org.github.io/iptv/countries/it.m3u + 🇨🇮 Ivory Coast50https://iptv-org.github.io/iptv/countries/ci.m3u + 🇯🇲 Jamaica47https://iptv-org.github.io/iptv/countries/jm.m3u + 🇯🇵 Japan99https://iptv-org.github.io/iptv/countries/jp.m3u + 🇯🇪 Jersey42https://iptv-org.github.io/iptv/countries/je.m3u + 🇯🇴 Jordan94https://iptv-org.github.io/iptv/countries/jo.m3u + 🇰🇿 Kazakhstan82https://iptv-org.github.io/iptv/countries/kz.m3u + 🇰🇪 Kenya52https://iptv-org.github.io/iptv/countries/ke.m3u + 🇰🇮 Kiribati47https://iptv-org.github.io/iptv/countries/ki.m3u + 🇽🇰 Kosovo47https://iptv-org.github.io/iptv/countries/xk.m3u + 🇰🇼 Kuwait87https://iptv-org.github.io/iptv/countries/kw.m3u + 🇰🇬 Kyrgyzstan47https://iptv-org.github.io/iptv/countries/kg.m3u + 🇱🇦 Laos76https://iptv-org.github.io/iptv/countries/la.m3u + 🇱🇻 Latvia65https://iptv-org.github.io/iptv/countries/lv.m3u + 🇱🇧 Lebanon93https://iptv-org.github.io/iptv/countries/lb.m3u + 🇱🇸 Lesotho47https://iptv-org.github.io/iptv/countries/ls.m3u + 🇱🇷 Liberia47https://iptv-org.github.io/iptv/countries/lr.m3u + 🇱🇾 Libya85https://iptv-org.github.io/iptv/countries/ly.m3u + 🇱🇮 Liechtenstein64https://iptv-org.github.io/iptv/countries/li.m3u + 🇱🇹 Lithuania63https://iptv-org.github.io/iptv/countries/lt.m3u + 🇱🇺 Luxembourg71https://iptv-org.github.io/iptv/countries/lu.m3u + 🇲🇴 Macao51https://iptv-org.github.io/iptv/countries/mo.m3u + 🇲🇬 Madagascar47https://iptv-org.github.io/iptv/countries/mg.m3u + 🇲🇼 Malawi48https://iptv-org.github.io/iptv/countries/mw.m3u + 🇲🇾 Malaysia107https://iptv-org.github.io/iptv/countries/my.m3u + 🇲🇻 Maldives46https://iptv-org.github.io/iptv/countries/mv.m3u + 🇲🇱 Mali47https://iptv-org.github.io/iptv/countries/ml.m3u + 🇲🇹 Malta62https://iptv-org.github.io/iptv/countries/mt.m3u + 🇲🇭 Marshall Islands47https://iptv-org.github.io/iptv/countries/mh.m3u + 🇲🇶 Martinique48https://iptv-org.github.io/iptv/countries/mq.m3u + 🇲🇷 Mauritania76https://iptv-org.github.io/iptv/countries/mr.m3u + 🇲🇺 Mauritius48https://iptv-org.github.io/iptv/countries/mu.m3u + 🇾🇹 Mayotte47https://iptv-org.github.io/iptv/countries/yt.m3u + 🇲🇽 Mexico172https://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 -       San Luis Potosi1https://iptv-org.github.io/iptv/subdivisions/mx-slp.m3u +       Sinaloa1https://iptv-org.github.io/iptv/subdivisions/mx-sin.m3u       Sonora1https://iptv-org.github.io/iptv/subdivisions/mx-son.m3u -       Veracruz de Ignacio de la Llave1https://iptv-org.github.io/iptv/subdivisions/mx-ver.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 - 🇲🇳 Mongolia70https://iptv-org.github.io/iptv/countries/mn.m3u - 🇲🇪 Montenegro68https://iptv-org.github.io/iptv/countries/me.m3u - 🇲🇸 Montserrat48https://iptv-org.github.io/iptv/countries/ms.m3u - 🇲🇦 Morocco93https://iptv-org.github.io/iptv/countries/ma.m3u - 🇲🇿 Mozambique52https://iptv-org.github.io/iptv/countries/mz.m3u - 🇲🇲 Myanmar (Burma)51https://iptv-org.github.io/iptv/countries/mm.m3u - 🇳🇦 Namibia49https://iptv-org.github.io/iptv/countries/na.m3u - 🇳🇷 Nauru48https://iptv-org.github.io/iptv/countries/nr.m3u - 🇳🇵 Nepal61https://iptv-org.github.io/iptv/countries/np.m3u - 🇳🇱 Netherlands182https://iptv-org.github.io/iptv/countries/nl.m3u - 🇳🇨 New Caledonia48https://iptv-org.github.io/iptv/countries/nc.m3u - 🇳🇿 New Zealand109https://iptv-org.github.io/iptv/countries/nz.m3u - 🇳🇮 Nicaragua107https://iptv-org.github.io/iptv/countries/ni.m3u - 🇳🇪 Niger49https://iptv-org.github.io/iptv/countries/ne.m3u - 🇳🇬 Nigeria64https://iptv-org.github.io/iptv/countries/ng.m3u - 🇳🇺 Niue48https://iptv-org.github.io/iptv/countries/nu.m3u - 🇳🇫 Norfolk Island48https://iptv-org.github.io/iptv/countries/nf.m3u - 🇰🇵 North Korea51https://iptv-org.github.io/iptv/countries/kp.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 - 🇵🇰 Pakistan85https://iptv-org.github.io/iptv/countries/pk.m3u +       Tamaulipas2https://iptv-org.github.io/iptv/subdivisions/mx-tam.m3u +       Zacatecas1https://iptv-org.github.io/iptv/subdivisions/mx-zac.m3u + 🇫🇲 Micronesia47https://iptv-org.github.io/iptv/countries/fm.m3u + 🇲🇩 Moldova71https://iptv-org.github.io/iptv/countries/md.m3u + 🇲🇨 Monaco61https://iptv-org.github.io/iptv/countries/mc.m3u + 🇲🇳 Mongolia65https://iptv-org.github.io/iptv/countries/mn.m3u + 🇲🇪 Montenegro66https://iptv-org.github.io/iptv/countries/me.m3u + 🇲🇸 Montserrat46https://iptv-org.github.io/iptv/countries/ms.m3u + 🇲🇦 Morocco92https://iptv-org.github.io/iptv/countries/ma.m3u + 🇲🇿 Mozambique50https://iptv-org.github.io/iptv/countries/mz.m3u + 🇲🇲 Myanmar (Burma)58https://iptv-org.github.io/iptv/countries/mm.m3u + 🇳🇦 Namibia47https://iptv-org.github.io/iptv/countries/na.m3u + 🇳🇷 Nauru47https://iptv-org.github.io/iptv/countries/nr.m3u + 🇳🇵 Nepal47https://iptv-org.github.io/iptv/countries/np.m3u + 🇳🇱 Netherlands175https://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 + 🇳🇮 Nicaragua102https://iptv-org.github.io/iptv/countries/ni.m3u + 🇳🇪 Niger47https://iptv-org.github.io/iptv/countries/ne.m3u + 🇳🇬 Nigeria61https://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 + 🇰🇵 North Korea46https://iptv-org.github.io/iptv/countries/kp.m3u + 🇲🇰 North Macedonia63https://iptv-org.github.io/iptv/countries/mk.m3u + 🇲🇵 Northern Mariana Islands47https://iptv-org.github.io/iptv/countries/mp.m3u + 🇳🇴 Norway71https://iptv-org.github.io/iptv/countries/no.m3u + 🇴🇲 Oman80https://iptv-org.github.io/iptv/countries/om.m3u + 🇵🇰 Pakistan67https://iptv-org.github.io/iptv/countries/pk.m3u       Islamabad1https://iptv-org.github.io/iptv/subdivisions/pk-is.m3u - 🇵🇼 Palau48https://iptv-org.github.io/iptv/countries/pw.m3u - 🇵🇸 Palestine99https://iptv-org.github.io/iptv/countries/ps.m3u - 🇵🇦 Panama106https://iptv-org.github.io/iptv/countries/pa.m3u - 🇵🇬 Papua New Guinea48https://iptv-org.github.io/iptv/countries/pg.m3u - 🇵🇾 Paraguay116https://iptv-org.github.io/iptv/countries/py.m3u + 🇵🇼 Palau47https://iptv-org.github.io/iptv/countries/pw.m3u + 🇵🇸 Palestine92https://iptv-org.github.io/iptv/countries/ps.m3u + 🇵🇦 Panama101https://iptv-org.github.io/iptv/countries/pa.m3u + 🇵🇬 Papua New Guinea47https://iptv-org.github.io/iptv/countries/pg.m3u + 🇵🇾 Paraguay112https://iptv-org.github.io/iptv/countries/py.m3u       Alto Parana2https://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 - 🇵🇪 Peru254https://iptv-org.github.io/iptv/countries/pe.m3u + 🇵🇪 Peru243https://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 -       Arequipa3https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u -       Ica1https://iptv-org.github.io/iptv/subdivisions/pe-ica.m3u +       Arequipa2https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u       Junin3https://iptv-org.github.io/iptv/subdivisions/pe-jun.m3u +       Lima1https://iptv-org.github.io/iptv/subdivisions/pe-lim.m3u       Moquegua2https://iptv-org.github.io/iptv/subdivisions/pe-moq.m3u       Piura1https://iptv-org.github.io/iptv/subdivisions/pe-piu.m3u - 🇵🇭 Philippines66https://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 - 🇵🇹 Portugal97https://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 - 🇷🇺 Russia389https://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 - 🇸🇭 Saint Helena49https://iptv-org.github.io/iptv/countries/sh.m3u - 🇰🇳 Saint Kitts and Nevis48https://iptv-org.github.io/iptv/countries/kn.m3u - 🇱🇨 Saint Lucia48https://iptv-org.github.io/iptv/countries/lc.m3u - 🇲🇫 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 - 🇼🇸 Samoa48https://iptv-org.github.io/iptv/countries/ws.m3u - 🇸🇲 San Marino64https://iptv-org.github.io/iptv/countries/sm.m3u - 🇸🇦 Saudi Arabia123https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal57https://iptv-org.github.io/iptv/countries/sn.m3u - 🇷🇸 Serbia102https://iptv-org.github.io/iptv/countries/rs.m3u - 🇸🇨 Seychelles49https://iptv-org.github.io/iptv/countries/sc.m3u - 🇸🇱 Sierra Leone49https://iptv-org.github.io/iptv/countries/sl.m3u - 🇸🇬 Singapore61https://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 Islands48https://iptv-org.github.io/iptv/countries/sb.m3u - 🇸🇴 Somalia79https://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 Korea178https://iptv-org.github.io/iptv/countries/kr.m3u + 🇵🇭 Philippines72https://iptv-org.github.io/iptv/countries/ph.m3u + 🇵🇳 Pitcairn Islands47https://iptv-org.github.io/iptv/countries/pn.m3u + 🇵🇱 Poland91https://iptv-org.github.io/iptv/countries/pl.m3u + 🇵🇹 Portugal95https://iptv-org.github.io/iptv/countries/pt.m3u + 🇵🇷 Puerto Rico97https://iptv-org.github.io/iptv/countries/pr.m3u + 🇶🇦 Qatar79https://iptv-org.github.io/iptv/countries/qa.m3u + 🇨🇬 Republic of the Congo48https://iptv-org.github.io/iptv/countries/cg.m3u + 🇷🇴 Romania89https://iptv-org.github.io/iptv/countries/ro.m3u + 🇷🇺 Russia380https://iptv-org.github.io/iptv/countries/ru.m3u + 🇷🇼 Rwanda49https://iptv-org.github.io/iptv/countries/rw.m3u + 🇷🇪 Réunion48https://iptv-org.github.io/iptv/countries/re.m3u + 🇧🇱 Saint Barthélemy48https://iptv-org.github.io/iptv/countries/bl.m3u + 🇸🇭 Saint Helena47https://iptv-org.github.io/iptv/countries/sh.m3u + 🇰🇳 Saint Kitts and Nevis46https://iptv-org.github.io/iptv/countries/kn.m3u + 🇱🇨 Saint Lucia46https://iptv-org.github.io/iptv/countries/lc.m3u + 🇲🇫 Saint Martin48https://iptv-org.github.io/iptv/countries/mf.m3u + 🇵🇲 Saint Pierre and Miquelon44https://iptv-org.github.io/iptv/countries/pm.m3u + 🇻🇨 Saint Vincent and the Grenadines46https://iptv-org.github.io/iptv/countries/vc.m3u + 🇼🇸 Samoa47https://iptv-org.github.io/iptv/countries/ws.m3u + 🇸🇲 San Marino61https://iptv-org.github.io/iptv/countries/sm.m3u + 🇸🇦 Saudi Arabia114https://iptv-org.github.io/iptv/countries/sa.m3u + 🇸🇳 Senegal56https://iptv-org.github.io/iptv/countries/sn.m3u + 🇷🇸 Serbia98https://iptv-org.github.io/iptv/countries/rs.m3u + 🇸🇨 Seychelles47https://iptv-org.github.io/iptv/countries/sc.m3u + 🇸🇱 Sierra Leone48https://iptv-org.github.io/iptv/countries/sl.m3u + 🇸🇬 Singapore70https://iptv-org.github.io/iptv/countries/sg.m3u + 🇸🇽 Sint Maarten46https://iptv-org.github.io/iptv/countries/sx.m3u + 🇸🇰 Slovakia80https://iptv-org.github.io/iptv/countries/sk.m3u + 🇸🇮 Slovenia71https://iptv-org.github.io/iptv/countries/si.m3u + 🇸🇧 Solomon Islands47https://iptv-org.github.io/iptv/countries/sb.m3u + 🇸🇴 Somalia77https://iptv-org.github.io/iptv/countries/so.m3u + 🇿🇦 South Africa48https://iptv-org.github.io/iptv/countries/za.m3u + 🇬🇸 South Georgia and the South Sandwich Islands44https://iptv-org.github.io/iptv/countries/gs.m3u + 🇰🇷 South Korea201https://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       Gyeongsangbuk-do1https://iptv-org.github.io/iptv/subdivisions/kr-47.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 - 🇪🇸 Spain249https://iptv-org.github.io/iptv/countries/es.m3u -       Madrid, Comunidad de1https://iptv-org.github.io/iptv/subdivisions/es-md.m3u + 🇸🇸 South Sudan47https://iptv-org.github.io/iptv/countries/ss.m3u + 🇪🇸 Spain242https://iptv-org.github.io/iptv/countries/es.m3u       Murcia, Region de1https://iptv-org.github.io/iptv/subdivisions/es-mc.m3u -       Andalucia11https://iptv-org.github.io/iptv/subdivisions/es-an.m3u +       Andalucia12https://iptv-org.github.io/iptv/subdivisions/es-an.m3u       Aragon1https://iptv-org.github.io/iptv/subdivisions/es-ar.m3u       Canarias3https://iptv-org.github.io/iptv/subdivisions/es-cn.m3u       Castilla-La Mancha12https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u       Catalunya7https://iptv-org.github.io/iptv/subdivisions/es-ct.m3u       Extremadura1https://iptv-org.github.io/iptv/subdivisions/es-ex.m3u       Galicia1https://iptv-org.github.io/iptv/subdivisions/es-ga.m3u - 🇱🇰 Sri Lanka68https://iptv-org.github.io/iptv/countries/lk.m3u - 🇸🇩 Sudan82https://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 - 🇨🇭 Switzerland102https://iptv-org.github.io/iptv/countries/ch.m3u - 🇸🇾 Syria90https://iptv-org.github.io/iptv/countries/sy.m3u - 🇸🇹 São Tomé and Príncipe49https://iptv-org.github.io/iptv/countries/st.m3u - 🇹🇼 Taiwan126https://iptv-org.github.io/iptv/countries/tw.m3u - 🇹🇯 Tajikistan52https://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 - 🇹🇬 Togo49https://iptv-org.github.io/iptv/countries/tg.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 - 🇹🇳 Tunisia88https://iptv-org.github.io/iptv/countries/tn.m3u - 🇹🇷 Turkey202https://iptv-org.github.io/iptv/countries/tr.m3u - 🇹🇲 Turkmenistan55https://iptv-org.github.io/iptv/countries/tm.m3u - 🇹🇨 Turks and Caicos Islands48https://iptv-org.github.io/iptv/countries/tc.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 - 🇺🇦 Ukraine119https://iptv-org.github.io/iptv/countries/ua.m3u - 🇦🇪 United Arab Emirates119https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom330https://iptv-org.github.io/iptv/countries/uk.m3u + 🇱🇰 Sri Lanka54https://iptv-org.github.io/iptv/countries/lk.m3u + 🇸🇩 Sudan80https://iptv-org.github.io/iptv/countries/sd.m3u + 🇸🇷 Suriname44https://iptv-org.github.io/iptv/countries/sr.m3u + 🇸🇯 Svalbard and Jan Mayen42https://iptv-org.github.io/iptv/countries/sj.m3u + 🇸🇿 Swaziland47https://iptv-org.github.io/iptv/countries/sz.m3u + 🇸🇪 Sweden105https://iptv-org.github.io/iptv/countries/se.m3u + 🇨🇭 Switzerland101https://iptv-org.github.io/iptv/countries/ch.m3u + 🇸🇾 Syria85https://iptv-org.github.io/iptv/countries/sy.m3u + 🇸🇹 São Tomé and Príncipe47https://iptv-org.github.io/iptv/countries/st.m3u + 🇹🇼 Taiwan137https://iptv-org.github.io/iptv/countries/tw.m3u + 🇹🇯 Tajikistan46https://iptv-org.github.io/iptv/countries/tj.m3u + 🇹🇿 Tanzania49https://iptv-org.github.io/iptv/countries/tz.m3u + 🇹🇭 Thailand91https://iptv-org.github.io/iptv/countries/th.m3u + 🇹🇬 Togo47https://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 + 🇹🇹 Trinidad and Tobago46https://iptv-org.github.io/iptv/countries/tt.m3u + 🇹🇳 Tunisia85https://iptv-org.github.io/iptv/countries/tn.m3u + 🇹🇷 Turkey197https://iptv-org.github.io/iptv/countries/tr.m3u + 🇹🇲 Turkmenistan49https://iptv-org.github.io/iptv/countries/tm.m3u + 🇹🇨 Turks and Caicos Islands46https://iptv-org.github.io/iptv/countries/tc.m3u + 🇹🇻 Tuvalu47https://iptv-org.github.io/iptv/countries/tv.m3u + 🇺🇲 U.S. Minor Outlying Islands42https://iptv-org.github.io/iptv/countries/um.m3u + 🇻🇮 U.S. Virgin Islands46https://iptv-org.github.io/iptv/countries/vi.m3u + 🇺🇬 Uganda49https://iptv-org.github.io/iptv/countries/ug.m3u + 🇺🇦 Ukraine104https://iptv-org.github.io/iptv/countries/ua.m3u + 🇦🇪 United Arab Emirates112https://iptv-org.github.io/iptv/countries/ae.m3u + 🇬🇧 United Kingdom318https://iptv-org.github.io/iptv/countries/uk.m3u       Wales3https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u - 🇺🇸 United States2052https://iptv-org.github.io/iptv/countries/us.m3u + 🇺🇸 United States1943https://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 -       Arizona12https://iptv-org.github.io/iptv/subdivisions/us-az.m3u +       Arizona13https://iptv-org.github.io/iptv/subdivisions/us-az.m3u       Arkansas5https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u -       California154https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u +       California152https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u       Colorado23https://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 +       Delaware7https://iptv-org.github.io/iptv/subdivisions/us-de.m3u       District of Columbia7https://iptv-org.github.io/iptv/subdivisions/us-dc.m3u -       Florida64https://iptv-org.github.io/iptv/subdivisions/us-fl.m3u +       Florida62https://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 @@ -635,39 +639,39 @@ 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 Jersey20https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u +       New Jersey15https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u       New Mexico4https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u -       New York50https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u +       New York44https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u       North Carolina7https://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 +       Ohio12https://iptv-org.github.io/iptv/subdivisions/us-oh.m3u       Oklahoma2https://iptv-org.github.io/iptv/subdivisions/us-ok.m3u       Oregon3https://iptv-org.github.io/iptv/subdivisions/us-or.m3u -       Pennsylvania26https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u +       Pennsylvania25https://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       South Dakota1https://iptv-org.github.io/iptv/subdivisions/us-sd.m3u       Tennessee9https://iptv-org.github.io/iptv/subdivisions/us-tn.m3u -       Texas28https://iptv-org.github.io/iptv/subdivisions/us-tx.m3u +       Texas29https://iptv-org.github.io/iptv/subdivisions/us-tx.m3u       Utah1https://iptv-org.github.io/iptv/subdivisions/us-ut.m3u       Vermont1https://iptv-org.github.io/iptv/subdivisions/us-vt.m3u       Virginia4https://iptv-org.github.io/iptv/subdivisions/us-va.m3u       Washington12https://iptv-org.github.io/iptv/subdivisions/us-wa.m3u       Wisconsin8https://iptv-org.github.io/iptv/subdivisions/us-wi.m3u       Wyoming1https://iptv-org.github.io/iptv/subdivisions/us-wy.m3u - 🇺🇾 Uruguay97https://iptv-org.github.io/iptv/countries/uy.m3u - 🇺🇿 Uzbekistan52https://iptv-org.github.io/iptv/countries/uz.m3u - 🇻🇺 Vanuatu48https://iptv-org.github.io/iptv/countries/vu.m3u - 🇻🇦 Vatican City63https://iptv-org.github.io/iptv/countries/va.m3u - 🇻🇪 Venezuela112https://iptv-org.github.io/iptv/countries/ve.m3u - 🇻🇳 Vietnam109https://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 - 🇿🇲 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 + 🇺🇾 Uruguay93https://iptv-org.github.io/iptv/countries/uy.m3u + 🇺🇿 Uzbekistan46https://iptv-org.github.io/iptv/countries/uz.m3u + 🇻🇺 Vanuatu47https://iptv-org.github.io/iptv/countries/vu.m3u + 🇻🇦 Vatican City61https://iptv-org.github.io/iptv/countries/va.m3u + 🇻🇪 Venezuela107https://iptv-org.github.io/iptv/countries/ve.m3u + 🇻🇳 Vietnam116https://iptv-org.github.io/iptv/countries/vn.m3u + 🇼🇫 Wallis and Futuna47https://iptv-org.github.io/iptv/countries/wf.m3u + 🇪🇭 Western Sahara52https://iptv-org.github.io/iptv/countries/eh.m3u + 🇾🇪 Yemen84https://iptv-org.github.io/iptv/countries/ye.m3u + 🇿🇲 Zambia47https://iptv-org.github.io/iptv/countries/zm.m3u + 🇿🇼 Zimbabwe47https://iptv-org.github.io/iptv/countries/zw.m3u + 🇦🇽 Åland42https://iptv-org.github.io/iptv/countries/ax.m3u @@ -693,32 +697,33 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa145https://iptv-org.github.io/iptv/regions/afr.m3u - Americas3132https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1865https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world320https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations365https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2618https://iptv-org.github.io/iptv/regions/asia.m3u - Caribbean112https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia33https://iptv-org.github.io/iptv/regions/cas.m3u + Africa137https://iptv-org.github.io/iptv/regions/afr.m3u + Americas3002https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1855https://iptv-org.github.io/iptv/regions/apac.m3u + Arab world304https://iptv-org.github.io/iptv/regions/arab.m3u + Association of Southeast Asian Nations344https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2583https://iptv-org.github.io/iptv/regions/asia.m3u + Caribbean107https://iptv-org.github.io/iptv/regions/carib.m3u + Central Asia31https://iptv-org.github.io/iptv/regions/cas.m3u Central America113https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States416https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2700https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2289https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America881https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean1023https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America1009https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb63https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa530https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East479https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America2108https://iptv-org.github.io/iptv/regions/nam.m3u - North America2410https://iptv-org.github.io/iptv/regions/noram.m3u - Nordics92https://iptv-org.github.io/iptv/regions/nord.m3u - Oceania97https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia260https://iptv-org.github.io/iptv/regions/sas.m3u - South America725https://iptv-org.github.io/iptv/regions/southam.m3u + Commonwealth of Independent States411https://iptv-org.github.io/iptv/regions/cis.m3u + Europe, the Middle East and Africa2651https://iptv-org.github.io/iptv/regions/emea.m3u + Europe2263https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America862https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean1002https://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 Africa506https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East458https://iptv-org.github.io/iptv/regions/mideast.m3u + Northern America1999https://iptv-org.github.io/iptv/regions/nam.m3u + North America2299https://iptv-org.github.io/iptv/regions/noram.m3u + Nordics99https://iptv-org.github.io/iptv/regions/nord.m3u + Oceania96https://iptv-org.github.io/iptv/regions/oce.m3u + South Asia230https://iptv-org.github.io/iptv/regions/sas.m3u + Southeast Asia355https://iptv-org.github.io/iptv/regions/sea.m3u + South America707https://iptv-org.github.io/iptv/regions/southam.m3u Sub-Saharan Africa69https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa34https://iptv-org.github.io/iptv/regions/wafr.m3u + West Africa35https://iptv-org.github.io/iptv/regions/wafr.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index 8e84400a39..f812e6b5d3 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="3eeshAlAanTV.ae" status="error",3eesh Al Aan TV (720p) +#EXTINF:-1 tvg-id="3eeshAlAanTV.ae" status="blocked",3eesh Al Aan TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x8924av #EXTINF:-1 tvg-id="AbuDhabiAloula.ae" status="online",Abu Dhabi Aloula (1080p) https://admdn2.cdn.mangomolo.com/adtv/smil:adtv.stream.smil/playlist.m3u8 @@ -13,7 +13,7 @@ https://admdn5.cdn.mangomolo.com/adsports2/smil:adsports2.stream.smil/playlist.m https://admdn4ta.cdn.mgmlcdn.com/adsports4/smil:adsports4.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AjmanTV.ae" status="online",Ajman TV [Not 24/7] https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/playlist.m3u8 -#EXTINF:-1 tvg-id="AlAanTV.ae" status="online",Al Aan TV (720p) +#EXTINF:-1 tvg-id="AlAanTV.ae" status="blocked",Al Aan TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x74wje5 #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 @@ -23,14 +23,14 @@ https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 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="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="error",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) @@ -41,11 +41,11 @@ https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8 https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkArabic.ae" status="online",Cartoon Network Arabia (1080p) https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8 -#EXTINF:-1 tvg-id="CitrussTV.ae" status="blocked",Citruss TV (720p) [Geo-blocked] -https://citrusstv.akamaized.net/hls/live/687285/CTV/index.m3u8 +#EXTINF:-1 tvg-id="CitrussTV.ae" status="online",Citruss TV (720p) +https://citrusdemo.live.tactint.com/citrus/6befa38a9c2d2b9e1889a03cca7ac836.sdp/citrus/uae1/playlist.m3u8 #EXTINF:-1 tvg-id="CNBCArabiya.ae" status="online",CNBC Arabia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/cnbcarabiaTV/live -#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="online",CNBC Arabia (1080p) +#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="blocked",CNBC Arabia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNBCArabia #EXTINF:-1 tvg-id="DubaiOne.ae" status="online",Dubai One (1080p) http://dminnvll.cdn.mangomolo.com/dubaione/smil:dubaione.stream.smil/playlist.m3u8 @@ -65,7 +65,7 @@ https://dmitwlvvll.cdn.mangomolo.com/dubaisportshd5/smil:dubaisportshd5.smil/ind https://dmisxthvll.cdn.mgmlcdn.com/dubaitvht/smil:dubaitv.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (1080p) https://weyyak-live.akamaized.net/weyyak_dubai_tv/index.m3u8 -#EXTINF:-1 tvg-id="DubaiTV.ae" status="error",Dubai TV (576p) +#EXTINF:-1 tvg-id="DubaiTV.ae" status="online",Dubai TV (576p) http://210.210.155.37/uq2663/h/h152/index2.m3u8 #EXTINF:-1 tvg-id="DubaiZaman.ae" status="online",Dubai Zaman (1080p) [Not 24/7] https://dmiffthvll.cdn.mangomolo.com/dubaizaman/smil:dubaizaman.stream.smil/playlist.m3u8 @@ -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="online",Towheed TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TowheedTV.ae" status="error",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/af.m3u b/streams/af.m3u index 171579daad..1c4c38ca40 100644 --- a/streams/af.m3u +++ b/streams/af.m3u @@ -19,11 +19,11 @@ http://51.210.199.56/hls/stream.m3u8 https://raw.githubusercontent.com/LaneSh4d0w/IPTV_Exception/master/channels/af/fazatv.m3u8 #EXTINF:-1 tvg-id="HewadTV.af" status="online",Hewad TV (720p) [Not 24/7] http://51.210.199.58/hls/stream.m3u8 -#EXTINF:-1 tvg-id="KayhanTV.af" status="error",Kayhan TV (720p) +#EXTINF:-1 tvg-id="KayhanTV.af" status="online",Kayhan TV (720p) https://playout395.livestreamingcdn.com/live/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="LemarTV.af" status="online",Lemar TV (720p) https://raw.githubusercontent.com/taodicakhia/IPTV_Exception/master/channels/af/lemartv.m3u8 -#EXTINF:-1 tvg-id="PamirTV.af" status="error",Pamir TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PamirTV.af" status="online",Pamir TV (1080p) [Not 24/7] http://live.stream.cdn.pamirtv.com/ptv/d0dbe915091d400bd8ee7f27f0791303.sdp/index.m3u8 #EXTINF:-1 tvg-id="SolhTV.af" status="online",Solh TV (576p) [Not 24/7] http://51.210.199.42/hls/stream.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index 286d1b5e40..cdc0551e4e 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -1,8 +1,8 @@ #EXTM3U -#EXTINF:-1 tvg-id="21Plus.xk" status="error",21 Plus (576p) [Not 24/7] -http://46.29.169.15:4001/play/a00b/index.m3u8 #EXTINF:-1 tvg-id="ABCNews.al" status="online",ABC News (720p) [Not 24/7] https://tv2.abcnews.al/live/abcnews/playlist.m3u8 +#EXTINF:-1 tvg-id="AlbMusik.al" status="online",AlbMusik (720p) [Not 24/7] +http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AlbUKTV.uk" status="online",AlbUK TV (1080p) [Not 24/7] http://albuk.dyndns.tv:1935/albuk/albuk.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AlpoTV.al" status="online",ALPO (720p) [Not 24/7] @@ -11,6 +11,8 @@ https://5d00db0e0fcd5.streamlock.net/7236/7236/playlist.m3u8 http://93.157.62.180/KlanPlus/index.m3u8 #EXTINF:-1 tvg-id="News24.al" status="online",News 24 (392p) [Not 24/7] http://tv.balkanweb.com/news24/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="News24.al" status="online",News 24 Albania +http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="OraNews.al" status="timeout",ORA News (720p) http://93.157.62.180/OraNews/index.m3u8 #EXTINF:-1 tvg-id="ReportTV.al" status="online",Report TV @@ -49,7 +51,7 @@ https://tvlive.rtsh.dev/live/rtsh_shqip_ott/playlist.m3u8 https://tvlive.rtsh.dev/live/rtsh_sport_ott11/playlist.m3u8 #EXTINF:-1 tvg-id="SyriTV.al" status="online",Syri TV (720p) [Not 24/7] http://live.syri.tv:6969/live/syriblue/hd/23.ts -#EXTINF:-1 tvg-id="TopNews.al" status="online",Top News (720p) +#EXTINF:-1 tvg-id="TopNews.al" status="blocked",Top News (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="TopNews.al" status="timeout",Top News http://93.157.62.180/TopNews/index.m3u8 @@ -61,8 +63,6 @@ https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8 https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 #EXTINF:-1 tvg-id="TVOpoja.al" status="online",TV Opoja (720p) [Not 24/7] http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ALB Music (720p) [Not 24/7] -http://albmusic.dyndns.tv:1935/albuk/albmus.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",AlbDreams TV (720p) http://live.albavision.net:1123/live/albdreams.m3u8 #EXTINF:-1 tvg-id="" status="online",AlbKanale Music TV @@ -71,9 +71,7 @@ https://albportal.net/albkanalemusic.m3u8 http://46.99.146.236/0.m3u8 #EXTINF:-1 tvg-id="" status="online",Korça + (1080p) [Not 24/7] http://32.shqiptv.org/korca/albplus/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",News 24 Albania -http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",RTV Arberia Musik +#EXTINF:-1 tvg-id="" status="online",RTV Arberia Musik http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Shqiponja (720p) [Not 24/7] http://ott.iptvshqipott.com:8080/live/shqiponja/tv/236.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index fd4eb49d54..5e36046776 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) @@ -53,7 +53,7 @@ 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) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s5/index.m3u8 -#EXTINF:-1 tvg-id="NorHayastanTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Նոր Հայաստան (480p) +#EXTINF:-1 tvg-id="NorHayastanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Նոր Հայաստան (480p) #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/s12/index.m3u8 #EXTINF:-1 tvg-id="ShantTV.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",Շանթ (1080p) diff --git a/streams/ar.m3u b/streams/ar.m3u index 6717e16993..999a2382f4 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -11,18 +11,18 @@ https://59c5c86e10038.streamlock.net/6605140/6605140/playlist.m3u8 https://panel.dattalive.com/6605140/6605140/playlist.m3u8 #EXTINF:-1 tvg-id="247CanaldeNoticias.ar" status="online",24/7 Canal de Noticias https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="A24.ar" status="error" user-agent="iPhone",A24 (720p) +#EXTINF:-1 tvg-id="A24.ar" status="online" user-agent="iPhone",A24 (720p) #EXTVLCOPT:http-user-agent=iPhone 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) +#EXTINF:-1 tvg-id="A24HD.ar" status="error",A24 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCR9120YBAqMfntqgRTKmkjQ/live -#EXTINF:-1 tvg-id="AcequiaTV.ar" status="online",Acequia TV +#EXTINF:-1 tvg-id="AcequiaTV.ar" status="error",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 #EXTINF:-1 tvg-id="Am1020.ar" status="online",Am1020 (360p) http://51.79.83.93:9998/live/am1020/playlist.m3u8 -#EXTINF:-1 tvg-id="AmericaSports.ar" status="online",América Sports (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AmericaSports.ar" status="error",América Sports (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnx743KuO_16sCMIbEg7Y7Q/live #EXTINF:-1 tvg-id="AmericaTucuman.ar" status="error",América Tucumán (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZ8sgVyD7HqDor8ujB-TZpg/live @@ -31,7 +31,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://raw.githubusercontent.com/MachineSystems/archived_m3u8/main/america_hls.m3u8 #EXTINF:-1 tvg-id="Antena91.ar" status="online",Antena 91 https://tuvideoonline.com.ar:3393/live/antena91live.m3u8 -#EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" status="online",Argentinísima Satelital (720p) +#EXTINF:-1 tvg-id="ArgentinisimaSatelital.ar" status="error",Argentinísima Satelital (720p) http://186.0.233.76:1935/Argentinisima/smil:argentinisima.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AZMTV.ar" status="online",AZM TV https://live.canalnueve.tv/canal.m3u8 @@ -41,13 +41,15 @@ https://streaming02.gbasat.com.ar:19360/bayrestv/bayrestv.m3u8 https://59537faa0729a.streamlock.net/beatsradio/beatsradio/playlist.m3u8 #EXTINF:-1 tvg-id="BVC.ar" status="online",BVC (720p) https://vivo.solumedia.com:19360/bvconline/bvconline.m3u8 -#EXTINF:-1 tvg-id="C5N.ar" status="online",C5N Canal 5 Noticias (1080p) +#EXTINF:-1 tvg-id="C5N.ar" status="online",C5N (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/c5n/live +#EXTINF:-1 tvg-id="C5N.ar" status="error",C5N Canal 5 Noticias (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFgk2Q2mVO1BklRQhSv6p0w/live #EXTINF:-1 tvg-id="Cadena103.ar" status="online",Cadena 103 https://59d52c5a5ce5e.streamlock.net:4443/cadena103/cadena103/playlist.m3u8 #EXTINF:-1 tvg-id="CadenaVivo.ar" status="online",Cadena VIVO (720p) https://videostream.shockmedia.com.ar:19360/tvnoficial/tvnoficial.m3u8 -#EXTINF:-1 tvg-id="CalchaquiTV.ar" status="online",Calchaquí TV (480p) +#EXTINF:-1 tvg-id="CalchaquiTV.ar" status="error",Calchaquí TV (480p) https://video.streamtvradio.com:8443/uv068/uv068/chunks.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 @@ -57,13 +59,15 @@ https://streamcasthd.com:1936/tecnovisioncanal2tv/tecnovisioncanal2tv/playlist.m https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 #EXTINF:-1 tvg-id="Canal2Sanagasta.ar" status="online",Canal 2 (Sanagasta) https://stmvideo1.livecastv.com/canal2/canal2/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal3Formosa.ar" status="online",Canal 3 Formosa (720p) +https://stmvideo2.livecastv.com/agenfor/agenfor/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] https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3Rosario.ar" status="online",Canal 3 Rosario (704p) [Geo-blocked] https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4Eldorado.ar" status="online",Canal 4 Eldorado (720p) +#EXTINF:-1 tvg-id="Canal4Eldorado.ar" status="error",Canal 4 Eldorado (720p) https://stream.arcast.com.ar/canal4eldorado/canal4eldorado/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Esquel.ar" status="online",Canal 4 Esquel (720p) https://stream.arcast.com.ar/canal4esquel/canal4esquel/playlist.m3u8 @@ -95,7 +99,7 @@ https://stream.arcast.live/canal7jujuy/ngrp:canal7jujuy_all/playlist.m3u8 https://panel.dattalive.com/8074/8074/playlist.m3u8 #EXTINF:-1 tvg-id="Canal8MardelPlata.ar" status="online",Canal 8 Mar del Plata (720p) https://stream.arcast.com.ar/c8mdp/ngrp:c8mdp_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal8ValledeUco.ar" status="online",Canal 8 Valle de Uco (720p) +#EXTINF:-1 tvg-id="Canal8ValledeUco.ar" status="error",Canal 8 Valle de Uco (720p) https://videostream.shockmedia.com.ar:19360/canal8/canal8.m3u8 #EXTINF:-1 tvg-id="Canal9Chabas.ar" status="online",Canal 9 Chabás (576p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canal9chabas @@ -109,8 +113,6 @@ https://panel.dattalive.com/8250/8250/playlist.m3u8 http://201.217.245.41:8081/testmelucas/canal9/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="online",Canal 9 Televida (720p) [Not 24/7] -https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10Cordoba.ar" status="online",Canal 10 Córdoba (1080p) https://stream.arcast.live/canal10/ngrp:canal10_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10Neuquen.ar" status="online",Canal 10 Neuquén (480p) @@ -151,7 +153,7 @@ http://200.115.193.177/live/26hd-720/playlist.m3u8 http://live-edge01.telecentro.net.ar/live/smil:c26.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal26.ar" status="online",Canal 26 (180p) http://live-edge02.telecentro.net.ar/live/c26.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal26.ar" status="timeout",Canal 26 (720p) +#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="Canal34SanJuan.ar" status="online",Canal 34 San Juan (720p) http://streamyes.alsolnet.com/canal34hd/live/playlist.m3u8 @@ -159,11 +161,11 @@ http://streamyes.alsolnet.com/canal34hd/live/playlist.m3u8 https://coopmorteros.online/canal50/vivo.m3u8 #EXTINF:-1 tvg-id="Canal79MardelPlata.ar" status="online",Canal 79 (Mar del Plata) https://streamconex.com:1936/mardelplata/mardelplata/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal79SanJuan.ar" status="error",Canal 79 (San Juan) +#EXTINF:-1 tvg-id="Canal79SanJuan.ar" status="online",Canal 79 (San Juan) https://streamconex.com:1936/sanjuan/sanjuan/playlist.m3u8 #EXTINF:-1 tvg-id="Canal79SantaClaradelMar.ar" status="online",Canal 79 (Santa Clara del Mar) https://streamconex.com:1936/santaclara/santaclara/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal907FM.ar" status="online",Canal 907 FM +#EXTINF:-1 tvg-id="Canal907FM.ar" status="error",Canal 907 FM https://panel.dattalive.com/canal907/canal907/playlist.m3u8 #EXTINF:-1 tvg-id="CanalAntigua.gt" status="online",Canal Antigua (1080p) https://streannlivefeedlatino.cachefly.net/feedlatino1/feedlatino1/playlist.m3u8 @@ -218,7 +220,7 @@ https://mediacp.hostradios.com.ar:19360/canal7/canal7.m3u8 https://tv.mediacp.eu:19360/cosmos/cosmos.m3u8 #EXTINF:-1 tvg-id="CPEtv.ar" status="online",CPEtv https://stream.arcast.live/cpe/ngrp:cpe_all/playlist.m3u8 -#EXTINF:-1 tvg-id="CrossingCanalIPTV.ar" status="online",Crossing TV (Crossing Contenidos) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CrossingCanalIPTV.ar" status="error",Crossing TV (Crossing Contenidos) (720p) [Not 24/7] 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 @@ -226,21 +228,17 @@ https://stream.cvisiontv.com/cvision_stream.m3u8 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 -#EXTINF:-1 tvg-id="DirecTVSportsArgentina.ar" status="timeout",DirecTV Sports (480p) +#EXTINF:-1 tvg-id="DirecTVSportsArgentina.ar" status="online",DirecTV Sports (480p) http://190.210.221.119/Processor3_9_chunklist_b1300000.m3u8 #EXTINF:-1 tvg-id="ElGarageTV.ar" status="online",El Garage TV (480p) [Not 24/7] http://186.0.233.76:1935/Garage/smil:garage.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ElHistonautaTV.ar" status="online",El Histonauta TV [Not 24/7] -https://stmv1.voxtvhd.com.br/elhistonauta/elhistonauta/playlist.m3u8 #EXTINF:-1 tvg-id="ElNueve.ar" status="online",El Nueve (1080p) https://octubre-live.cdn.vustreams.com/live/channel09/live.isml/live.m3u8 -#EXTINF:-1 tvg-id="ElPalomar.ar" status="error",El Palomar +#EXTINF:-1 tvg-id="ElPalomar.ar" status="online",El Palomar http://video.streamtvradio.com:8081/uv038/uv038/playlist.m3u8 -#EXTINF:-1 tvg-id="ElSiete.ar" status="error",El Siete (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/UC64ZNqX0FQHabP8iIkmnR3A/live #EXTINF:-1 tvg-id="ElTrece.ar" status="online",El Trece (1080p) https://live-01-02-eltrece.vodgc.net/eltrecetv/index.m3u8 -#EXTINF:-1 tvg-id="ElTresTV.ar" status="online",El Tres TV +#EXTINF:-1 tvg-id="ElTresTV.ar" status="blocked",El Tres TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/Rosario3 #EXTINF:-1 tvg-id="EPSTV.ar" status="online",EPS TV Canal 5 (720p) https://live.enhdtv.com:19360/tvplaydigital2/tvplaydigital2.m3u8 @@ -278,7 +276,7 @@ https://streamlov.alsolnet.com/misionescuatro/live/playlist.m3u8 http://panel.dattalive.com:1935/8250/8250/playlist.m3u8 #EXTINF:-1 tvg-id="MusicTop.ar" status="online",MusicTop (720p) http://live-edge01.telecentro.net.ar/live/smil:musictop.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="NeoTV.ar" status="online",Neo TV +#EXTINF:-1 tvg-id="NeoTV.ar" status="error",Neo TV https://videostream.shockmedia.com.ar:19360/neotvdigital/neotvdigital.m3u8 #EXTINF:-1 tvg-id="NETTV.ar" status="online",NET TV (720p) https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8 @@ -288,31 +286,33 @@ https://unlimited6-cl.dps.live/nettv/nettv.smil/playlist.m3u8 http://www.coninfo.net:1935/tvlink/live/playlist.m3u8 #EXTINF:-1 tvg-id="NorteTV.ar" status="online",Norte TV Canal 7 (360p) https://video.streamtvradio.com:8443/uv027/uv027/playlist.m3u8 -#EXTINF:-1 tvg-id="Pakapaka.ar" status="online",Pakapaka (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Pakapaka.ar" status="error",Pakapaka (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVVNYxncuD4EfHpKDlPIYcQ/live #EXTINF:-1 tvg-id="PowerHD.ar" status="online",PowerHD https://live2.tensila.com/1-1-1.power-tv/hls/master.m3u8 -#EXTINF:-1 tvg-id="QuatroTV.ar" status="online",Quatro TV +#EXTINF:-1 tvg-id="PowerHD.ar" status="online",Power TV (720p) [Not 24/7] +https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="QuatroTV.ar" status="error",Quatro TV https://stream.arcast.live/quatro/quatro/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTVNeuquen.ar" status="online",Radio TV Neuquen (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/playlist.m3u8 -#EXTINF:-1 tvg-id="RBDRadioMultimedia.ar" status="error",RBD Radio TV (480p) +#EXTINF:-1 tvg-id="RBDRadioMultimedia.ar" status="online",RBD Radio TV (480p) https://59537faa0729a.streamlock.net/rbdvideo/rbdvideo/playlist.m3u8 #EXTINF:-1 tvg-id="RetroMagico.ar" status="online",RetroMágico https://vivo.solumedia.com:19360/retromagico/retromagico.m3u8 #EXTINF:-1 tvg-id="RTN.ar" status="online",RTN (Neuquén) (720p) [Not 24/7] http://media.neuquen.gov.ar/rtn/television/media.m3u8 +#EXTINF:-1 tvg-id="SanPedroTV.ar" status="online",San Pedro TV (480p) [Not 24/7] +https://srv2.zcast.com.br/sptv2/sptv2/playlist.m3u8 #EXTINF:-1 tvg-id="SantaFeCanal.ar" status="online",Santa Fe Canal (720p) https://api.new.livestream.com/accounts/22636012/events/8242619/live.m3u8 -#EXTINF:-1 tvg-id="SenalUrbana.ar" status="online",Señal Urbana -https://fullvideo.enlaweb.com.ar/video95/video95/playlist.m3u8 -#EXTINF:-1 tvg-id="SenateTV.ar" status="error",Senado TV Argentina (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SenateTV.ar" status="error",Senado TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCStm2uvQKowSXrnCzTWAn6Q/live #EXTINF:-1 tvg-id="SenillosaTV.ar" status="online",Senillosa TV (360p) https://stmv1.srvstm.com/senillosa/senillosa/playlist.m3u8 #EXTINF:-1 tvg-id="SicardiTV.ar" status="online",Sicardi TV (720p) https://vivo.solumedia.com:19360/sicarditv/sicarditv.m3u8 -#EXTINF:-1 tvg-id="SoliveTV.ar" status="online",Solive TV (720p) +#EXTINF:-1 tvg-id="SoliveTV.ar" status="error",Solive TV (720p) https://stmv1.voxtvhd.com.br/solivetv/solivetv/playlist.m3u8 #EXTINF:-1 tvg-id="SomosLaPampa.ar" status="online",Somos La Pampa (1080p) https://stream.arcast.com.ar/somosnoticias/somosnoticias/playlist.m3u8 @@ -326,7 +326,9 @@ https://panel.dattalive.com/8012/8012/playlist.m3u8 https://mediacp.hostradios.com.ar:19360/telediario/telediario.m3u8 #EXTINF:-1 tvg-id="Telediez.ar" status="online",Telediez https://videohd.live:19360/8020/8020.m3u8 -#EXTINF:-1 tvg-id="TeleJunin.ar" status="error",TeleJunín (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Telefe.ar" status="online",Telefe (720p) +https://is-tucuman.cdn.rcs.net.ar/mnp/telefe_hls/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleJunin.ar" status="online",TeleJunín (576p) [Not 24/7] https://videostream.shockmedia.com.ar:1936/telejunin/telejunin/playlist.m3u8 #EXTINF:-1 tvg-id="Telemax.ar" status="online",Telemax (720p) http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/master.m3u8 @@ -344,19 +346,19 @@ https://wowza.telpin.com.ar:1935/telpintv/smil:ttv.stream.smil/playlist.m3u8 https://wowza.telpin.com.ar:1935/telpintv/ttv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TierraMiaTV.ar" status="online",Tierra Mía TV (720p) http://live-edge01.telecentro.net.ar/live/smil:trm.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TN.ar" status="online",TN Todo Noticias (1080p) +#EXTINF:-1 tvg-id="TN.ar" status="error",TN Todo Noticias (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCj6PcyLvpnIRT_2W_mwa9Aw/live #EXTINF:-1 tvg-id="TVManaArgentina.ar" status="timeout",TV Maná Argentina (576p) [Not 24/7] http://streamspub.manasat.com:1935/tvar/tvmanaar2/playlist.m3u8 #EXTINF:-1 tvg-id="TVMAXCBA.ar" status="online",TV MAXCBA (720p) https://panel.dattalive.com/8106/8106/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPublica.ar" status="online",TV Pública (TVP) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPublica.ar" status="error",TV Pública (TVP) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCs231K71Bnu5295_x0MB5Pg/live #EXTINF:-1 tvg-id="TVSolidaria.ar" status="online",TV Solidaria https://canadaremar2.todostreaming.es/live/argentina-web.m3u8 #EXTINF:-1 tvg-id="TVUniversidad.ar" status="online",TVU Universidad Nacional de La Plata (720p) [Not 24/7] https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8 -#EXTINF:-1 tvg-id="UNAMTransmedia.ar" status="error",UNAM Transmedia +#EXTINF:-1 tvg-id="UNAMTransmedia.ar" status="online",UNAM Transmedia http://192.100.186.53:8090/hls/live.stream.m3u8 #EXTINF:-1 tvg-id="UnifeTV.ar" status="online",Unife TV (720p) http://free.fullspeed.tv/iptv-query?provider=universe&streaming-ip=https://playback.dacast.com/content/access?contentId=928203024202811fc3bc6cbe26866ebf-live-adeed196-c997-05a9-430f-188d97dfe346 @@ -366,21 +368,13 @@ 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="error",UTN TV (720p) -https://stream.arcast.com.ar/utntv/utntv/playlist.m3u8 -#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 #EXTINF:-1 tvg-id="VTV.ar" status="online",VerTV (VTV) (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/vertv/vertv/playlist.m3u8 +#EXTINF:-1 tvg-id="XamaTV.ar" status="online",Xama TV (720p) +https://srs.unsj.edu.ar/live/xama.flv #EXTINF:-1 tvg-id="ZondaTV.ar" status="online",Zonda TV https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",C5N (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/c5n/live -#EXTINF:-1 tvg-id="" status="online",La Nación+ (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/LaNacionMas/live #EXTINF:-1 tvg-id="" status="online",La Nación+ (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCba3hpU7EFBSk817y9qZkiA/live -#EXTINF:-1 tvg-id="" status="online",Power TV (720p) [Not 24/7] -https://wowza.telpin.com.ar:1935/live-powerTV/power.stream/playlist.m3u8 diff --git a/streams/at.m3u b/streams/at.m3u index a097d9566f..0b8e9871a3 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -1,4 +1,6 @@ #EXTM3U +#EXTINF:-1 tvg-id="AntenneVorarlberg.at" status="online",Antenne Vorarlberg (720p) [Not 24/7] +https://5857db5306b83.streamlock.net/antennevorarlberg-live/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="DorfTV.at" status="online",Dorf TV (576p) https://stream.openplayout.org/hls/dorftv/live.m3u8 #EXTINF:-1 tvg-id="FS1Salzburg.at" status="online",FS1 Salzburg (720p) [Not 24/7] @@ -15,6 +17,8 @@ https://bitcdn-kronehit.bitmovin.com/v2/hls/playlist.m3u8 https://kronetv.mdn.ors.at/out/u/kronetv-nodrm.m3u8 #EXTINF:-1 tvg-id="M4.at" status="online",M4 (1090p) [Not 24/7] https://5a32c05065c79.streamlock.net/live/stream/playlist.m3u8 +#EXTINF:-1 tvg-id="Oe24TV.at" status="online",oe24 TV (1080p) +https://varoe24live.sf.apa.at/oe24-live1/oe24.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ORF1.at" status="blocked",ORF 1 (720p) [Geo-blocked] https://orf1.mdn.ors.at/out/u/orf1/qxb/manifest.m3u8 #EXTINF:-1 tvg-id="ORF2.at" status="blocked",ORF 2 (540p) [Geo-blocked] @@ -37,15 +41,9 @@ https://schautv.mdn.ors.at/out/u/schautv-nodrm.m3u8 https://stream.swamiji.tv/YogaIPTV/smil:YogaStream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TirolTV.at" status="online",Tirol TV (720p) [Not 24/7] https://streaming14.huberwebmedia.at/LiveApp/streams/livestream.m3u8 -#EXTINF:-1 tvg-id="UpperaBalkan.at" status="blocked",Uppera Balkan (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="UpperaBalkan.at" status="online",Uppera Balkan (720p) [Geo-blocked] http://89.187.168.245:8080/live/sUPPERchannel2/index.m3u8 -#EXTINF:-1 tvg-id="UPPERACommunityTV.at" status="blocked",UPPERA Community TV [Geo-blocked] -http://89.187.168.245:8080/live/sUPPERchannel/index.m3u8 #EXTINF:-1 tvg-id="W24.at" status="online",W24 (720p) [Not 24/7] https://ms01.w24.at/W24/smil:liveevent.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Antenne Vorarlberg (720p) [Not 24/7] -https://5857db5306b83.streamlock.net/antennevorarlberg-live/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Ländle Tv (1080p) https://streaming13.huberwebmedia.at/LiveApp/streams/985585225397790082777809.m3u8 -#EXTINF:-1 tvg-id="" status="online",oe24 TV (1080p) -https://varoe24live.sf.apa.at/oe24-live1/oe24.smil/playlist.m3u8 diff --git a/streams/at_samsung.m3u b/streams/at_samsung.m3u index 2209842942..bf172043bc 100644 --- a/streams/at_samsung.m3u +++ b/streams/at_samsung.m3u @@ -3,11 +3,11 @@ https://rakuten-actionmovies-5-at.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVComedyMoviesAustria.at" status="online",Rakuten TV Comedy Movies Austria (720p) https://rakuten-comedymovies-5-at.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaAustria.at" status="online",Rakuten TV Drama Austria (720p) -https://rakuten-tvshows-5-at.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyAustria.at" status="online",Rakuten TV Family Austria (720p) -https://rakuten-family-5-at.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightAustria.at" status="online",Rakuten TV Spotlight Austria (720p) https://rakuten-spotlight-5-at.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Documentaries Austria (720p) https://rakuten-documentaries-5-at.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Drama Austria (720p) +https://rakuten-tvshows-5-at.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Family Austria (720p) +https://rakuten-family-5-at.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/aw.m3u b/streams/aw.m3u index a8ab9f0702..66cc80c8a7 100644 --- a/streams/aw.m3u +++ b/streams/aw.m3u @@ -1,11 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="ArubaTV.aw" status="online",Aruba.TV (1080p) [Not 24/7] https://ed1ov.live.opencaster.com/GzyysAAvEhht/index.m3u8 -#EXTINF:-1 tvg-id="NosIslaTV.aw" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36",Nos Isla TV (720p) [Not 24/7] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 -https://backend-server-dot-telearuba-app.appspot.com/media/livestream23/playlist.m3u8 -#EXTINF:-1 tvg-id="Telearuba.aw" status="error",Telearuba (720p) +#EXTINF:-1 tvg-id="Telearuba.aw" status="online",Telearuba (720p) http://cdn.setar.aw:1935/Telearuba/smil:telearuba.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Telearuba.aw" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36",Telearuba (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Telearuba.aw" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36",Telearuba (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 https://backend-server-dot-telearuba-app.appspot.com/media/livestream13/playlist.m3u8 diff --git a/streams/az.m3u b/streams/az.m3u index 81dbf313f3..c3e6345385 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7] http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8 #EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 @@ -21,5 +21,5 @@ http://109.205.166.68/server124/idman_az/index.m3u8 http://85.132.81.184:8080/arbkepez/live/index.m3u8 #EXTINF:-1 tvg-id="MuganTV.az" status="online",Muğan TV (1080p) [Not 24/7] http://cdn10-mugantv.yayin.com.tr/mugantv/mugantv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Qəbələ TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="QebeleTV.az" status="online",Qəbələ TV (480p) [Not 24/7] https://qebele.tv/live/stream/index.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index e9adcaf333..3aaa4f83fa 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -7,21 +7,21 @@ https://bhrtstream.bhtelecom.ba/bhrtportal.m3u8 https://bhrtstream.bhtelecom.ba/hls15/bhrtportal.m3u8 #EXTINF:-1 tvg-id="BNTV.ba" status="online",BN TV (480p) https://dns2.rtvbn.com:8080/live/index.m3u8 +#EXTINF:-1 tvg-id="RTVBPK.ba" status="online",RTV Herceg-Bosne [Not 24/7] +https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 #EXTINF:-1 tvg-id="RTVZenica.ba" status="online",RTV Zenica https://stream.rtvze.ba/live/123/123.m3u8 #EXTINF:-1 tvg-id="Televizija5.ba" status="online",Televizija 5 (576p) https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="error",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 #EXTINF:-1 tvg-id="" status="online",Malta (720p) [Not 24/7] http://webtvstream.bhtelecom.ba/malta.m3u8 -#EXTINF:-1 tvg-id="" status="online",RTV Herceg-Bosne [Not 24/7] -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="error",РТРС (576p) [Geo-blocked] https://parh.rtrs.tv/tv/live/playlist.m3u8 diff --git a/streams/bd.m3u b/streams/bd.m3u index dacd2c8869..19ed5511b4 100644 --- a/streams/bd.m3u +++ b/streams/bd.m3u @@ -3,5 +3,3 @@ 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="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 bb0aff7734..d98eb88846 100644 --- a/streams/bd_jagobd.m3u +++ b/streams/bd_jagobd.m3u @@ -7,9 +7,9 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/banglav000.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BijoyTV.bd" status="error",Bijoy TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/bijoy00.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BoishakhiTV.bd" status="online",Boishakhi TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BoishakhiTV.bd" status="error",Boishakhi TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/boishakhitv-org.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="BTVWorld.bd" status="online",BTV World (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BTVWorld.bd" status="error",BTV World (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/btvbd-office-sg.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Channel9.bd" status="blocked",Channel 9 (720p) https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channel9hd.stream/playlist.m3u8 @@ -19,17 +19,17 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/channeli-8-org.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ColosalTV.cr" status="online",Colosal TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/colosal.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="DBCNews.bd" status="online",DBC News (1080p) +#EXTINF:-1 tvg-id="DBCNews.bd" status="error",DBC News (1080p) https://live.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/dbcnews.stream/playlist.m3u8 #EXTINF:-1 tvg-id="GaanBangla.bd" status="error",Gaan Bangla (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/gaanbangla-8-orgd.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="IndependentTV.bd" status="online",Independent TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IndependentTV.bd" status="error",Independent TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/independent-8-org.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="JamunaTV.bd" status="online",Jamuna TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JamunaTV.bd" status="error",Jamuna TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/jamuna-test-sample-ok.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="News24.bd" status="online",News 24 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="News24.bd" status="error",News 24 (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/news24local.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NexusTV.bd" status="online",Nexus TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NexusTV.bd" status="error",Nexus TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/nexustv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NTVEurope.bd" status="online",NTV Europe (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/ntvuk00332211.stream/playlist.m3u8 @@ -37,7 +37,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/rtv-sg.stream/playlist.m3u8 #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] +#EXTINF:-1 tvg-id="SomoyNewsTV.bd" status="error",Somoy News TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/somoyt000011226615544544.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TimeTelevision.us" status="online",Time Television (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/timetvusa.stream/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index 1f507d19df..6e80f20075 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -11,6 +11,8 @@ https://euc-live.fl.freecaster.net/live/eucom/ebsp.m3u8 https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.m3u8 #EXTINF:-1 tvg-id="KetnetJunior.be" status="online",Ketnet Junior (720p) https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.mpd +#EXTINF:-1 tvg-id="Matele.be" status="online",MaTele (1080p) [Not 24/7] +https://live.matele.be/hls/live.m3u8 #EXTINF:-1 tvg-id="MNM.be" status="timeout",MNM (720p) https://live-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.m3u8 #EXTINF:-1 tvg-id="Notele.be" status="online",Notele (576p) [Not 24/7] @@ -21,14 +23,12 @@ 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="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] +#EXTINF:-1 tvg-id="ROBTV.be" status="error",ROB TV (1080p) [Not 24/7] https://api.new.livestream.com/accounts/27755193/events/8462344/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV Oost (720p) [Not 24/7] -https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",TVL (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVLux.be" status="error",TVL (720p) [Not 24/7] https://player-api.new.livestream.com/accounts/27755193/events/8452383/live.m3u8 +#EXTINF:-1 tvg-id="TVOost.be" status="error",TV Oost (720p) [Not 24/7] +https://player-api.new.livestream.com/accounts/27755193/events/8511193/live.m3u8 #EXTINF:-1 tvg-id="" status="online",TVO (576p) https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8 #EXTINF:-1 tvg-id="" status="online",VRT Radio 1 @@ -36,9 +36,9 @@ https://live-radio-cf-vrt.akamaized.net/groupa/live/d6fdec5d-5d67-4cc3-9f8c-e3e8 #EXTINF:-1 tvg-id="" status="online",VRT Radio 1 https://live-radio-cf-vrt.akamaized.net/groupa/live/d6fdec5d-5d67-4cc3-9f8c-e3e8993c8ee4/live.isml/.m3u8 #EXTINF:-1 tvg-id="" status="online",VRT Radio 2 -https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",VRT Radio 2 https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.mpd +#EXTINF:-1 tvg-id="" status="online",VRT Radio 2 +https://live-radio-cf-vrt.akamaized.net/groupa/live/e96793cc-eac5-4ed2-8eb5-617c2f6abc55/live.isml/.m3u8 #EXTINF:-1 tvg-id="" status="online",VRT Radio Klara https://live-radio-cf-vrt.akamaized.net/groupb/live/eee20dc8-158a-4194-8d92-0c5a73ffcd3b/live.isml/.mpd #EXTINF:-1 tvg-id="" status="online",VRT Radio Klara diff --git a/streams/bg.m3u b/streams/bg.m3u index 27cdaa1290..1103eacdc0 100644 --- a/streams/bg.m3u +++ b/streams/bg.m3u @@ -19,9 +19,3 @@ https://streamer1.streamhost.org/salive/GMIlcbgM/playlist.m3u8 https://e113-ts.cdn.bg/sportal/fls/sportal_fullhd/chunklist.m3u8?at=c92098d9ab33bf471967c6b6195361e3 #EXTINF:-1 tvg-id="TVPlus.bg" status="timeout",TV+ http://141.136.14.18/kanal1/kanal1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Bulgaria On Air (720p) -http://edge15.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Bulgaria On Air (720p) -http://hls.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Bulgaria On Air (720p) -http://ios.cdn.bg:2006/fls/bonair.stream/playlist.m3u8 diff --git a/streams/bh.m3u b/streams/bh.m3u index 903cfa2879..5e41ae1468 100644 --- a/streams/bh.m3u +++ b/streams/bh.m3u @@ -1,17 +1,9 @@ #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="error",Bahrain International (720p) [Not 24/7] -https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+International_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="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="error",Bahrain TV (720p) [Not 24/7] -https://5c7b683162943.streamlock.net/live/ngrp:Bahrain+TV_all/playlist.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index d51879d661..d501f29757 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -3,7 +3,13 @@ https://5fc584f3f19c9.streamlock.net/televisionhd/videotelevisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="ATB.bo" status="online",ATB (614p) [Not 24/7] http://186.121.206.197/live/daniel/index.m3u8 -#EXTINF:-1 tvg-id="BoliviaTV72.bo" status="error",Bolivia TV 7.2 (480p) +#EXTINF:-1 tvg-id="ATB.bo" status="blocked",ATB La Paz +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84eirw +#EXTINF:-1 tvg-id="ATB.bo" status="blocked",ATB Santa Cruz +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84t82c +#EXTINF:-1 tvg-id="ATB.bo" status="blocked",ATB Cochabamba +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x89sfvo +#EXTINF:-1 tvg-id="BoliviaTV72.bo" status="online",Bolivia TV 7.2 (480p) https://video1.getstreamhosting.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="BoliviaTV72Deportes.bo" status="online",Bolivia TV 7.2 Deportes (720p) https://5ca3e84a76d30.streamlock.net/boliviatv2/videoboliviatv2/playlist.m3u8 @@ -11,12 +17,8 @@ https://5ca3e84a76d30.streamlock.net/boliviatv2/videoboliviatv2/playlist.m3u8 http://boliviatv1.srfms.com:5735/live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="Bolivision.bo" status="online",Bolivisión (480p) https://d2byzrnrdb259r.cloudfront.net/hls/live.m3u8 -#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="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 #EXTINF:-1 tvg-id="MarivisionTV.bo" status="online",Marivisión TV @@ -31,7 +33,7 @@ https://livefocamundo.com:8081/megavisiontv/index.m3u8 https://master.tucableip.com/pat/playlist.m3u8 #EXTINF:-1 tvg-id="RedADvenirTV.bo" status="online",Red Advenir (360p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 -#EXTINF:-1 tvg-id="RedUnoHD.bo" status="timeout",Red Uno HD (720p) +#EXTINF:-1 tvg-id="RedUnoHD.bo" status="blocked",Red Uno HD (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x825whp #EXTINF:-1 tvg-id="RenuevaDigital.bo" status="blocked",Renueva Digital (720p) https://inliveserver.com:1936/8158/8158/playlist.m3u8 @@ -51,17 +53,11 @@ https://614013e273786.streamlock.net/TvUniversitaria/TvUniversitaria/playlist.m3 https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 #EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="error",Unitel La Paz http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7vsfua -#EXTINF:-1 tvg-id="UnitelSantaCruz.bo" status="online",Unitel Santa Cruz [Not 24/7] +#EXTINF:-1 tvg-id="UnitelSantaCruz.bo" status="blocked",Unitel Santa Cruz [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vsezg #EXTINF:-1 tvg-id="XTOTV.bo" status="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ATB Cochabamba -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x89sfvo -#EXTINF:-1 tvg-id="" status="timeout",ATB La Paz -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84eirw -#EXTINF:-1 tvg-id="" status="online",ATB Santa Cruz -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x84t82c -#EXTINF:-1 tvg-id="" status="online",Unitel Cochabamba +#EXTINF:-1 tvg-id="" status="error",Unitel Cochabamba http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7y922d #EXTINF:-1 tvg-id="" status="online",UPP TV (480p) [Not 24/7] https://d2byzrnrdb259r.cloudfront.net/hls/upptv.m3u8 diff --git a/streams/br.m3u b/streams/br.m3u index ec79037917..10640627fa 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -30,7 +30,7 @@ https://stream01.msolutionbrasil.com.br/hls/canal25/live.m3u8 https://607d2a1a47b1f.streamlock.net/crur/smil:canaldocriador.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalMetropolitanodeNoticias.br" status="online",Canal Metropolitano de Noticia (720p) https://video01.logicahost.com.br/redebemtv/redebemtv/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalRural.br" status="online",Canal Rural (1080p) +#EXTINF:-1 tvg-id="CanalRural.br" status="timeout",Canal Rural (1080p) https://607d2a1a47b1f.streamlock.net/crur/smil:canalrural.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSaude.br" status="online",Canal Saúde (360p) [Not 24/7] https://arkyvbre1g.zoeweb.tv/fiocruz/fiocruz/playlist.m3u8 @@ -38,6 +38,8 @@ 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="CartoonitoBrazil.br" status="online",Cartoonito (Portuguese) +https://playout.cdn.cartoonnetwork.com.br/playout_04/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="CartoonNetworkBrazil.br" status="online",Cartoon Network (Spanish) @@ -48,17 +50,13 @@ https://5b33b873179a2.streamlock.net:1443/catve2/catve2/playlist.m3u8 https://5b33b873179a2.streamlock.net:1443/radiocamera/livestream/playlist.m3u8 #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 -#EXTINF:-1 tvg-id="CBNSaoPaulo.br" status="online",CBN São Paulo (720p) -https://medias.sgr.globo.com/hls/vCBNSP/vCBNSP.m3u8 #EXTINF:-1 tvg-id="CentralTV.br" status="online",Central TV (720p) https://cdn-centraltv-11366.ciclano.io:1443/centraltv-11366/centraltv-11366/playlist.m3u8 #EXTINF:-1 tvg-id="COMBrasil.br" status="online",COM Brasil (720p) [Not 24/7] 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 @@ -74,7 +72,7 @@ https://cdn.jmvstream.com/w/LVW-9883/LVW9883_lFcfKysrHF/chunklist.m3u8 https://d6yfbj4xxtrod.cloudfront.net/out/v1/7836eb391ec24452b149f3dc6df15bbd/index.m3u8 #EXTINF:-1 tvg-id="KpopTVPlay.br" status="online",KpopTV Play (720p) [Not 24/7] https://srv1.zcast.com.br/kpoptv/kpoptv/playlist.m3u8 -#EXTINF:-1 tvg-id="MedalhaoPersa.br" status="online",Medalhão Persa (720p) +#EXTINF:-1 tvg-id="MedalhaoPersa.br" status="error",Medalhão Persa (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCXzXFFbjUBIXKM7ONsIQAbw/live #EXTINF:-1 tvg-id="MKKWebTV.br" status="online",MKK Web TV (720p) [Not 24/7] https://video01.logicahost.com.br/mkkwebtv/mkkwebtv/playlist.m3u8 @@ -84,7 +82,7 @@ http://wz3.dnip.com.br:1935/novaeratv/novaeratv.sdp/live.m3u8 https://stream.live.novotempo.com/tv/smil:tvnovotempo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NuevoTiempo.br" status="online",Nuevo Tiempo (720p) [Not 24/7] https://stream.live.novotempo.com/tv/smil:tvnuevotiempo.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PUCTVGoias.br" status="error",PUC TV Goiás (326p) [Not 24/7] +#EXTINF:-1 tvg-id="PUCTVGoias.br" status="online",PUC TV Goiás (326p) [Not 24/7] http://flash.softhost.com.br:1935/pucgoias/aovivo/live.m3u8 #EXTINF:-1 tvg-id="RBATV.br" status="online",RBATV (720p) https://5cf4a2c2512a2.streamlock.net/rbatv/rbatv/playlist.m3u8 @@ -128,18 +126,16 @@ https://dd8umsy8yf96u.cloudfront.net/live/cnt-riobranco_360p614k/index.m3u8 https://dd8umsy8yf96u.cloudfront.net/live/cnt-rio_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTSalvador.br" status="online",Rede CNT Salvador (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-salvador_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT 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="RedeCNTSaoPaulo.br" status="online",Rede CNT Sao Paulo (360p) +https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana_360p614k/index.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="timeout",Rede Gospel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeGospel.br" status="online",Rede Gospel (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8719/LVW8719_AcLVAxWy5J/playlist.m3u8 #EXTINF:-1 tvg-id="RedeInternacionaldeTV.br" status="online",Rede Internacional de TV (RIT TV) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCA0bOG0NUfJ855eDtHSxOkw/live -#EXTINF:-1 tvg-id="RedeMaoAmiga.br" status="online",Rede Mão Amiga (480p) [Not 24/7] -http://streaming03.zas.media:1935/redemaoamiga/redemaoamiga/live.m3u8 #EXTINF:-1 tvg-id="RedeMassa.br" status="online",SBT Rede Massa (720p) [Not 24/7] https://cdn-cdn-iguacu.ciclano.io:1443/cdn-iguacu/cdn-iguacu/playlist.m3u8 #EXTINF:-1 tvg-id="RedeMeioNorte.br" status="error",Rede Meio Norte (368p) @@ -148,9 +144,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts https://v4-slbps-sambavideos.akamaized.net/live/3282,8114,ec4b5a296d97fa99bf990662f5b4f8e1;base64np;Mc8VDxqNjXKCAf8!/amlst:Mc_tFgfGiHOdQXPB/chunklist_.m3u8 #EXTINF:-1 tvg-id="RedeRC.br" status="online",Rede RC (720p) [Not 24/7] http://tv02.logicahost.com.br:1935/rederc/rederc/live.m3u8 -#EXTINF:-1 tvg-id="RedeSeculo21.br" status="timeout",Rede Século 21 (1080p) [Not 24/7] +#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 @@ -180,29 +176,29 @@ https://streaming.almg.gov.br/live/tvalmg.m3u8 https://stmv5.samcast.com.br/wagner7919/wagner7919/playlist.m3u8 #EXTINF:-1 tvg-id="TVAntena10.br" status="online",TV Antena 10 (720p) https://video02.logicahost.com.br/a10mais/smil:transcoder.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVAparecida.br" status="timeout",TV Aparecida (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVAparecida.br" status="online",TV Aparecida (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-9716/LVW9716_HbtQtezcaw/playlist.m3u8 -#EXTINF:-1 tvg-id="TVAssembleiaCeara.br" status="error",TV Assembléia Ceará (720p) +#EXTINF:-1 tvg-id="TVAssembleiaCeara.br" status="online",TV Assembléia Ceará (720p) https://jjn5dkk9bd.zoeweb.tv/z404-live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVAssembleiaMatoGrosso.br" status="online",Assembleia Legislativa do Estado de Mato Grosso (720p) https://streaming.al.mt.gov.br/test/index.m3u8 #EXTINF:-1 tvg-id="TVAssembleiaPiaui.br" status="online",Assembleia Legislativa do Piauí (432p) https://59e4b6c1beddc.streamlock.net/ronaldoalepi/ronaldoalepi/playlist.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="TVBirigui.br" status="online",TV Birigui (640p) +https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/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 -#EXTINF:-1 tvg-id="TVBrasilCentral.br" status="online",TBC TV Brasil Central (1080p) +#EXTINF:-1 tvg-id="TVBrasilCentral.br" status="error",TBC TV Brasil Central (1080p) https://tbc.zoeweb.tv/tbc/tbc/playlist.m3u8 #EXTINF:-1 tvg-id="TVCamara2.br" status="online",TV Câmara 2 (1080p) [Not 24/7] https://stream3.camara.gov.br/tv2/manifest.m3u8 #EXTINF:-1 tvg-id="TVCamara.br" status="online",TV Câmara (1080p) https://stream3.camara.gov.br/tv1/manifest.m3u8 -#EXTINF:-1 tvg-id="TVCamaradeSaoPaulo.br" status="online",TV Camara de Sao Paulo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVCamaradeSaoPaulo.br" status="error",TV Camara de Sao Paulo (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8711/ngrp:LVW8711_tG0F3TEBDL_all/playlist.m3u8 #EXTINF:-1 tvg-id="TVCancaoNovaRede.br" status="online",Canção Nova TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVrKQMmA2ew9LFzeIDaOFgw/live @@ -210,16 +206,16 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://59f1cbe63db89.streamlock.net:1443/tvcidade/tvcidade/playlist.m3u8 #EXTINF:-1 tvg-id="TVCidadedePetropolis.br" status="online",TV Cidade de Petrópolis (1080p) [Not 24/7] https://video01.kshost.com.br:4443/inside2133/inside2133/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCinec.br" status="error",TV Cinec (240p) [Not 24/7] +#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="online",Cultura PR Catve (720p) +#EXTINF:-1 tvg-id="TVCulturaNacional.br" status="timeout",Cultura PR Catve (720p) http://wowza4.catve.com.br:1935/live/livestream/media.m3u8 #EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p) http://tv02.logicahost.com.br:1935/pascoal/pascoal/live.m3u8 -#EXTINF:-1 tvg-id="TVDestak.br" status="online",TV Destak (360p) -https://59f2354c05961.streamlock.net:1443/pascoal/_definst_/pascoal/playlist.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="TVDiversa.br" status="online",TV Diversa (1080p) @@ -234,9 +230,9 @@ http://stream2.ba.gov.br/hls-live/livepkgr/_definst_/irdeb/pgm-1.m3u8 https://5f593df7851db.streamlock.net/evangelizar/tv/playlist.m3u8 #EXTINF:-1 tvg-id="TVFuturo.br" status="online",TV Futuro (1080p) https://streaming03.zas.media:1936/tvfuturo/tvfuturo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGalegaBlumenau.br" status="error",TV Galega Blumenau (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVGalegaBlumenau.br" status="online",TV Galega Blumenau (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8538/LVW8538_KBtZ9UMIZn/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGazeta.br" status="timeout",Gazeta (1080p) +#EXTINF:-1 tvg-id="TVGazeta.br" status="blocked",Gazeta (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/tvgazeta #EXTINF:-1 tvg-id="TVGideoes.br" status="online",TV Gideoes (1080p) [Not 24/7] https://streaming01.zas.media/gideoes/programacao/playlist.m3u8 @@ -252,8 +248,6 @@ https://evpp.mm.uol.com.br/ne10/ne10-tvjornal-caruaru-video-web.sdp/playlist.m3u https://evpp.mm.uol.com.br/ne10/ne10.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVJustica.br" status="online",TV Justiça (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC0qlZ5jxxueKNzUERcrllNw/live -#EXTINF:-1 tvg-id="TVMackenzie.br" status="error",TV Mackenzie (480p) [Not 24/7] -https://player.internetaovivo.com:8443/live_tvmackenzieabr/tvmackenzieabr/playlist.m3u8 #EXTINF:-1 tvg-id="TVMaticComedy.br" status="timeout",TVMatic Comedy (720p) http://cdn.tvmatic.net/comedy.m3u8 #EXTINF:-1 tvg-id="TVMaticCrafts.br" status="timeout",TVMatic Crafts (720p) @@ -288,7 +282,7 @@ https://5e837408ea907.streamlock.net:1936/tvpantanalms/tvpantanalms/playlist.m3u http://200.189.113.201/hls/tve.m3u8 #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="blocked",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 @@ -309,12 +303,8 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="error",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 #EXTINF:-1 tvg-id="" status="online",CBTV Now (1080p) https://oj7lng29dg82-hls-live.5centscdn.com/lives/f7b44cfafd5c52223d5498196c8a2e7b.sdp/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",Mundo TV -https://59f1cbe63db89.streamlock.net:1443/mundotv/mundotv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Portal Cultura (720p) http://www.portalcultura.com.br/playerhtml/funtelpa/tv_funtelpa/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TV Brusque (720p) diff --git a/streams/br_pluto.m3u b/streams/br_pluto.m3u index 2845a26832..9807ca63ee 100644 --- a/streams/br_pluto.m3u +++ b/streams/br_pluto.m3u @@ -4,24 +4,24 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171d344 #EXTINF:-1 tvg-id="NickClassico.br" status="online",Pluto TV Classic Nick (Brazil) (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f12151794c1800007a8ae63&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=730&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f121460b73ac6000719fbaf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7cb2cbb9010009b4fe32/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVAsPistasdeBlue.us" status="online",Pluto TV As Pistas de Blue (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99aad4e82db50007fac4b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineDramaBrazil.br" status="online",Pluto TV Cine Drama (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1210d14ae1f80007bafb1d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineFamiliaBrazil.br" status="online",Pluto TV Cine Família (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171f032cd22e0007f17f3d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNaturezaBrazil.br" status="online",Pluto TV Natureza (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0ecebc00070e170f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVPortadosFundos.us" status="online",Pluto TV Porta dos Fundos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f36f2346ede750007332d11/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1210d14ae1f80007bafb1d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Família (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171f032cd22e0007f17f3d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVRetroBrazil.br" status="online",Pluto TV Retrô (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212ad1728050007a523b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVVidaRealBrazil.br" status="online",Pluto TV Vida Real (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Investigação (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32cf37c9ff2b00082adbc8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV (Brazil) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212fb81e85c00077ae9ef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Natureza (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213ba0ecebc00070e170f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Retrô (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1212ad1728050007a523b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Vida Real (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f32d4d9ec194100070c7449/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS diff --git a/streams/br_samsung.m3u b/streams/br_samsung.m3u index f17953772c..f3ddb23b31 100644 --- a/streams/br_samsung.m3u +++ b/streams/br_samsung.m3u @@ -7,7 +7,5 @@ https://darkmatter-por-samsungbrazil.amagi.tv/playlist.m3u8 https://fueltv-fueltv-9-br.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="MyTimemovienetworkBrazil.br" status="online",MyTime movie network Brazil (720p) https://appletree-mytime-samsungbrazil.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RecordNews.br" status="timeout",Record News (540p) -https://rede-muhler-recordnews-1-br.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="TastemadeBrazil.br" status="online",Tastemade Brasil (1080p) https://tastemade-pt16intl-samsungbrazil.amagi.tv/playlist.m3u8 diff --git a/streams/by.m3u b/streams/by.m3u index b4ae81adb6..cb9c6aff4a 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -27,7 +27,7 @@ http://rtmp.one.by:2300 http://95.46.208.8:26259/nashe #EXTINF:-1 tvg-id="ONT.by" status="online",ОНТ (576p) [Not 24/7] https://stream.dc.beltelecom.by/ont/ont/playlist.m3u8 -#EXTINF:-1 tvg-id="STV.by" status="online",СТВ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="STV.by" status="error",СТВ (576p) [Not 24/7] http://212.98.171.116/HLS/ctvby/playlist.m3u8 #EXTINF:-1 tvg-id="Vitebsk.by" status="online",Витебск (720p) [Not 24/7] https://flu.vtv.by/tvt-non-by/playlist.m3u8 diff --git a/streams/bz.m3u b/streams/bz.m3u index 586606a606..f1fa7c474a 100644 --- a/streams/bz.m3u +++ b/streams/bz.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="Channel7.bz" status="online",Channel 7 Belize +#EXTINF:-1 tvg-id="Channel7.bz" status="timeout",Channel 7 Belize https://kalends.anl.bz/localchannels/channel7.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="LoveFMTV.bz" status="online",Love Television (480p) -https://kalends.anl.bz/localchannels/lovetel.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Krem TV +#EXTINF:-1 tvg-id="KremTV.bz" status="timeout",Krem TV https://kalends.anl.bz/localchannels/kremtel.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="LoveFMTV.bz" status="timeout",Love Television (480p) +https://kalends.anl.bz/localchannels/lovetel.stream/playlist.m3u8 diff --git a/streams/ca.m3u b/streams/ca.m3u index 8fcb83d476..de5f5e6002 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -9,13 +9,15 @@ 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="BNNBloomberg.ca" status="online",BNN Bloomberg +https://pe-ak-lp01a-9c9media.akamaized.net/live/News1BNNDigi/p/dash/00000001/1bba52dc66e4c68e/manifest.mpd #EXTINF:-1 tvg-id="CanadaOne.ca" status="online",Canada One (720p) [Not 24/7] http://cdn8.live247stream.com/canadaone/tv/playlist.m3u8 #EXTINF:-1 tvg-id="CanadaStarTV.ca" status="online",Canada Star TV (720p) https://main.clickstreamcdn.com/agm/star-canada/playlist.m3u8 -#EXTINF:-1 tvg-id="CanadianArabTV.ca" status="online",Canadian Arab TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanadianArabTV.ca" status="error",Canadian Arab TV (720p) [Not 24/7] http://live.catvmedia.ca:8080/hls/catv/index.m3u8 #EXTINF:-1 tvg-id="CanBanglaTV.ca" status="online",CanBangla TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/canbanglatv.stream/playlist.m3u8 @@ -67,18 +69,18 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/f05d55e42dc746c8bd36edafbace7cc1/p 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="LegislativeAssemblyofBritishColumbia.ca" status="error",Legislative Assembly of British Columbia (540p) +https://hbsprim-1be2a.kxcdn.com/legbcca-prim-chamber-httpo/ChamberP.smil/playlist.m3u8 #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 -#EXTINF:-1 tvg-id="NACTV.ca" status="online",NACTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NACTV.ca" status="timeout",NACTV (720p) [Not 24/7] http://stream.pivotalelements.com/nactv/stream.m3u8 #EXTINF:-1 tvg-id="NETVToronto.ca" status="online",NETV Toronto (720p) [Not 24/7] https://live.streams.ovh/NetvToronto/NetvToronto/playlist.m3u8 #EXTINF:-1 tvg-id="Noovo.ca" status="online",Noovo [Not 24/7] https://pe-fa-lp03a.9c9media.com/live/NOOVO/p/hls/00000201/716cf4c845225692/manifest.m3u8 -#EXTINF:-1 tvg-id="NovaScottaLegislativeTV.ca" status="error",Nova Scotia Legislature Legislative TV (720p) [Not 24/7] -https://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7uGg4Vl72PojfywgKz8gmA/live #EXTINF:-1 tvg-id="NRBTV.ca" status="online",NRB TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/nrb-eu.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NTV.ca" status="online",NTV (Newfoundland) (576p) [Not 24/7] @@ -94,9 +96,9 @@ http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="ParnianTV.ca" status="online",Parnian TV (720p) https://live2.parnian.tv/hls/.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) -https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8 -#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="error",Plymouth Rock TV (1080p) https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtvedge/playlist.m3u8 +#EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) +https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtv/playlist.m3u8 #EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="online",Prime Canada TV (720p) [Not 24/7] http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="QuoVadisTV.ca" status="online",Quo Vadis Ministry TV (720p) @@ -115,7 +117,7 @@ http://cdn11.live247stream.com/tag/tv/playlist.m3u8 http://live.tamilvision.tv:8081/TVI/HD/playlist.m3u8 #EXTINF:-1 tvg-id="TamilVisionTV.ca" status="online",Tamil Vision TV (720p) http://live.tamilvision.tv:8081/TVI/SD/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="blocked",Télé Culturelle Médias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleCulturelleMedias.ca" status="error",Télé Culturelle Médias (720p) [Not 24/7] https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 #EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="online",Télé-Mag Québec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live @@ -135,11 +137,5 @@ http://dee7mwgg9dzvl.cloudfront.net/hls/uvagut/playlist.m3u8 https://uni6rtmp.tulix.tv/vbstv/vbsabr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="WCGtv.ca" status="online",WCGtv Public (720p) https://wowzastream.westmancom.com/wcgtvlive/wcgtvPSA.stream/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Azstar TV (1080p) [Not 24/7] -http://live.livestreamtv.ca/azstar/smil:azstar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",BNN Bloomberg -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 https://5caf24a595d94.streamlock.net:1937/8132/8132/playlist.m3u8 diff --git a/streams/ca_samsung.m3u b/streams/ca_samsung.m3u index 69fc756000..c493f1392e 100644 --- a/streams/ca_samsung.m3u +++ b/streams/ca_samsung.m3u @@ -1,6 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="DegrassiTheNextGenerationCanada.ca" status="online",Degrassi The Next Generation (Canada) (720p) http://dhx-degrassi-2-ca.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="DryBarComedy.ca" status="online",DryBar Comedy +https://drybar-drybarcomedy-1-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="FuelTV.us" status="online",Fuel TV (720p) https://fueltv-fueltv-1-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="HeartlandWebFeed.us" status="online",Heartland @@ -9,6 +11,10 @@ https://d76toswjmqqzm.cloudfront.net/playlist.m3u8 https://insighttv-samsung-canada.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="InWonder.nl" status="online",InWonder (720p) https://inwonder-samsung-canada.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="KidoodleTV.ca" status="online",Kidoodle TV +https://kidoodletv-kdtv-1-ca.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="MHZ.ca" status="online",MHZ +https://mhz-samsung-linear-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTV.ca" status="online",Outside TV (720p) https://outside-tv-samsung-ca.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="PlayersTV.ca" status="online",Players TV (1080p) @@ -19,20 +25,14 @@ https://jukin-weatherspy-2-ca.samsung.wurl.com/manifest/playlist.m3u8 https://d22ljxpuae2sin.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Bein Sport Xtra https://bein-xtra-samsung-canada.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",DryBar Comedy -https://drybar-drybarcomedy-1-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",FailArmy https://failarmy-international-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",FTF https://elevensports-samsunguk-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Haunt TV https://blueantmediacanada-haunttv-samsungca.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Kidoodle TV -https://kidoodletv-kdtv-1-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mav TV https://mavtv-1-ca.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",MHZ -https://mhz-samsung-linear-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",People are Awesome https://jukin-peopleareawesome-2-ca.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",PowerNation diff --git a/streams/cd.m3u b/streams/cd.m3u index 92fa575d6b..0175a6b606 100644 --- a/streams/cd.m3u +++ b/streams/cd.m3u @@ -3,7 +3,7 @@ http://178.33.237.146/rtnc1.m3u8 #EXTINF:-1 tvg-id="BossBrothersTV.cd" status="online",Boss Brothers TV (1080p) http://51.254.199.122:8080/bossbrothersTV/index.m3u8 -#EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" status="timeout",Congo Planet Television (1080p) +#EXTINF:-1 tvg-id="CongoPlanetTelevision.cd" status="online",Congo Planet Television (1080p) https://radio.congoplanet.com/Congo_Planet_TV.sdp/Congo_Planet_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Congo Planet Television Pop (1080p) +#EXTINF:-1 tvg-id="" status="online",Congo Planet Television Pop (1080p) https://radio.congoplanet.com/Congo_Planet_TV_Pop.sdp/Congo_Planet_TV_Pop/playlist.m3u8 diff --git a/streams/ch.m3u b/streams/ch.m3u index 0f7b7c715e..4468a56d0c 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -9,14 +9,14 @@ https://edge.vedge.infomaniak.com/livecast/ik:canalalpha/playlist.m3u8 https://www.onairport.live/die-neue-zeit-tv-live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="DieuTV.ch" status="online",Dieu TV (1080p) https://katapy.hs.llnwd.net/dieutvwza1/DIEUTVLIVE/smil:dieutv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Français (1080p) -https://edge.vedge.infomaniak.com/livecast/ik:livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 auf Deutsch (1080p) https://edge.vedge.infomaniak.com/livecast/ik:livesd2/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Français (1080p) https://livehd.vedge.infomaniak.com/livecast/livehd/master.m3u8 #EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 auf Deutsch (1080p) https://livesd2.vedge.infomaniak.com/livecast/ik:livesd2/master.m3u8 +#EXTINF:-1 tvg-id="Kanal9.ch" status="online",Kanal 9 en Français (1080p) +https://edge.vedge.infomaniak.com/livecast/ik:livehd/master.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" status="online",La Télé (1080p) https://edge.vedge.infomaniak.com/livecast/ik:latele/playlist.m3u8 #EXTINF:-1 tvg-id="LaTele.ch" status="online",La Télé (1080p) @@ -33,7 +33,7 @@ https://lfmhd.vedge.infomaniak.com/livecast/lfmhd/playlist.m3u8 https://lfmmd.vedge.infomaniak.com/livecast/smil:lfmmd.smil/manifest.m3u8 #EXTINF:-1 tvg-id="Meteonews.ch" status="online",Meteonews (1080p) https://streaming.meteonews.net/hls/stream.m3u8 -#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",My Cinema Europe (576p) +#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="online",My Cinema Europe (576p) http://210.210.155.37/uq2663/h/h18/index.m3u8 #EXTINF:-1 tvg-id="OneTV.ch" status="online",One TV (720p) https://edge.vedge.infomaniak.com/livecast/ik:onefmmd/manifest.m3u8 @@ -53,8 +53,6 @@ https://event.vedge.infomaniak.com/livecast/event.stream/playlist.m3u8 https://rougetv.vedge.infomaniak.com/livecast/rougetv/playlist.m3u8 #EXTINF:-1 tvg-id="RoyalTV.ch" status="timeout",Royal TV (720p) http://source2.primetime.ch:2981/play/royaltv/index.m3u8 -#EXTINF:-1 tvg-id="Schweiz5.ch" status="timeout",Schweiz 5 (1080p) -https://stream.schweiz5.ch/schweiz52020/stream.m3u8 #EXTINF:-1 tvg-id="Tele1.ch" status="online",Tele 1 (1080p) https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_xias5bqq/format/applehttp/protocol/https/a.m3u8 #EXTINF:-1 tvg-id="Telebasel.ch" status="online",Telebasel (432p) @@ -73,7 +71,7 @@ http://livevideo.infomaniak.com/streaming/livecast/tvm3/playlist.m3u8 https://edge.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8 #EXTINF:-1 tvg-id="TVM3.ch" status="online",TVM3 (1080p) [Not 24/7] https://tvm3.vedge.infomaniak.com/livecast/tvm3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVO.ch" status="online",TVO (CH) (1080p) [Not 24/7] -https://s3.welocal.world/tvo/media/447348/videos/hls.m3u8 #EXTINF:-1 tvg-id="TVO.ch" status="online",TVO (CH) (720p) https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_t5h46v64/format/applehttp/protocol/https/a.m3u8 +#EXTINF:-1 tvg-id="TVO.ch" status="error",TVO (CH) (1080p) [Not 24/7] +https://s3.welocal.world/tvo/media/447348/videos/hls.m3u8 diff --git a/streams/ch_samsung.m3u b/streams/ch_samsung.m3u index 12b47079f6..02c1d564ae 100644 --- a/streams/ch_samsung.m3u +++ b/streams/ch_samsung.m3u @@ -3,9 +3,9 @@ https://rakuten-actionmovies-4-ch.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVComedyMoviesSwitzerland.ch" status="online",Rakuten TV Comedy Movies Switzerland (720p) https://rakuten-comedymovies-4-ch.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaSwitzerland.ch" status="online",Rakuten TV Drama Switzerland (720p) +#EXTINF:-1 tvg-id="RakutenTVDramaMoviesSwitzerland.ch" status="online",Rakuten TV Drama Switzerland (720p) https://rakuten-tvshows-4-ch.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilySwitzerland.ch" status="online",Rakuten TV Family Switzerland (720p) +#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesSwitzerland.ch" status="online",Rakuten TV Family Switzerland (720p) https://rakuten-family-4-ch.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightSwitzerland.ch" status="online",Rakuten TV Spotlight Switzerland (720p) https://rakuten-spotlight-4-ch.samsung.wurl.tv/playlist.m3u8 diff --git a/streams/cl.m3u b/streams/cl.m3u index 442a2c2992..254da70b01 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -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="error",Arica TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="AricaTV.cl" status="online",Arica TV (480p) [Not 24/7] https://5eff35271151c.streamlock.net:1936/8002/8002/playlist.m3u8 #EXTINF:-1 tvg-id="AtacamaTV.cl" status="online",Atacama TV (Copiapó) (720p) [Not 24/7] https://v2.tustreaming.cl/atacamatv/index.m3u8 @@ -30,9 +30,9 @@ https://unlimited1-us.dps.live/canal2/canal2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal2Quellon.cl" status="online",TV Quellón (1080p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/tvquellon/tvquellon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] -https://unlimited1-us.dps.live/c9/c9.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] +https://unlimited1-us.dps.live/c9/c9.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal11Aysen.cl" status="online",Canal 11 Aysén https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8 #EXTINF:-1 tvg-id="Canal13.cl" status="blocked",Canal 13 (720p) [Geo-blocked] @@ -59,10 +59,10 @@ https://v1.tustreaming.cl:19360/canalsurpatagoniatv/canalsurpatagoniatv.m3u8 https://wifispeed.trapemn.tv:1936/comunales/caracola-tv/playlist.m3u8 #EXTINF:-1 tvg-id="CarolinaTV.cl" status="online",Carolina TV (1080p) [Not 24/7] https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CarolinaTV.cl" status="online",Carolina TV (1080p) -https://unlimited6-cl.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CarolinaTV.cl" status="online",Carolina TV (480p) https://unlimited1-us.dps.live/carolinatv/carolinatv.smil/carolinatv/livestream2/playlist.m3u8 +#EXTINF:-1 tvg-id="CarolinaTV.cl" status="error",Carolina TV (1080p) +https://unlimited6-cl.dps.live/carolinatv/carolinatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CDTV.cl" status="online",CDTV (720p) [Not 24/7] http://camara.03.cl.cdnz.cl/camara19/live/playlist.m3u8 #EXTINF:-1 tvg-id="CEACTV.cl" status="online",CEAC TV (Santiago) (480p) @@ -83,14 +83,18 @@ https://paneltv.online:1936/8154/8154/playlist.m3u8 https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 #EXTINF:-1 tvg-id="EnerGeek1.cl" status="online",EnerGeek Señal 1 (720p) [Not 24/7] https://stream.wifispeed.cl:3103/live/energeek1live.m3u8 -#EXTINF:-1 tvg-id="EnerGeek2.cl" status="online",EnerGeek Señal 2 (720p) [Not 24/7] -https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 +#EXTINF:-1 tvg-id="EnerGeek1.cl" status="online",EnerGeek Señal 1 (720p) [Not 24/7] +https://wifispeed.trapemn.tv:1936/infantil/energeek-1/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeek3.cl" status="online",EnerGeek Señal 3 (720p) [Not 24/7] https://stream.wifispeed.cl:3852/live/energeeklive.m3u8 -#EXTINF:-1 tvg-id="EnerGeek4.cl" status="online",EnerGeek Señal 4 (720p) [Not 24/7] -https://live.tubyte.xyz/LiveApp/streams/531839509402196773557900.m3u8 +#EXTINF:-1 tvg-id="EnerGeek3.cl" status="online",EnerGeek Señal 3 (720p) [Not 24/7] +https://wifispeed.trapemn.tv:1936/infantil/energeek-tres/playlist.m3u8 +#EXTINF:-1 tvg-id="EnerGeekFanpop.cl" status="online",EnerGeek Fanpop (720p) [Not 24/7] +https://stream.wifispeed.cl:3247/live/energeek2live.m3u8 +#EXTINF:-1 tvg-id="EnerGeekFanpop.cl" status="online",EnerGeek Fanpop (720p) [Not 24/7] +https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeekRadio.cl" status="online",EnerGeek Radio (720p) [Not 24/7] -https://live.tubyte.xyz/LiveApp/streams/839593913716085646044793.m3u8 +https://streamtest.energeek.cl/hls/stream.m3u8 #EXTINF:-1 tvg-id="EstacionTV.cl" status="timeout",Estación TV (720p) http://unlimited1-cl.dps.live/estaciontv/estaciontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="EstudioTV.cl" status="online",Estudio TV (La Ligua) @@ -133,13 +137,13 @@ https://paneltv.online:1936/8118/8118/playlist.m3u8 https://server1.oklanet.cl:1936/maximavideo1/maximavideo1/playlist.m3u8 #EXTINF:-1 tvg-id="Mega.cl" status="blocked",Mega [Geo-blocked] http://186.67.117.178:8081/play/a00x -#EXTINF:-1 tvg-id="Meganoticias.cl" status="online",Meganoticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Meganoticias.cl" status="error",Meganoticias (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkccyEbqhhM3uKOI6Shm-4Q/live #EXTINF:-1 tvg-id="MundodelaMusica.cl" status="online",Mundo de la Música (480p) https://videostreaming.cloudserverlatam.com/8078/8078/playlist.m3u8 #EXTINF:-1 tvg-id="Nublevision.cl" status="online",Ñublevisión (Chillán) (720p) https://cdn.oneplaychile.cl:1936/regionales/nublevision.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="OndaRadio.cl" status="online",Onda Radio +#EXTINF:-1 tvg-id="OndaRadio.cl" status="error",Onda Radio https://tv.streaming-chile.com:19360/ondaradio/ondaradio.m3u8 #EXTINF:-1 tvg-id="Opinionsur.cl" status="online",Opinionsur https://mediacpstreamchile.com:1936/opinionsur/opinionsur/playlist.m3u8 @@ -193,7 +197,7 @@ https://tls.cdnz.cl/rewindtv/rewindtv/playlist.m3u8 https://5eae379fb77bb.streamlock.net/rtctelevision/rtctelevision/playlist.m3u8 #EXTINF:-1 tvg-id="RuidosFM.cl" status="online",Ruidos FM (720p) https://593b04c4c5670.streamlock.net/8038/8038/playlist.m3u8 -#EXTINF:-1 tvg-id="SantaMariaTelevision.cl" status="error",Santa María Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SantaMariaTelevision.cl" status="online",Santa María Televisión (720p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/smtv/smtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SoloBailalo.cl" status="online",SoloBáilalo https://5ff3d9babae13.streamlock.net/8000/8000/playlist.m3u8 @@ -201,7 +205,7 @@ https://5ff3d9babae13.streamlock.net/8000/8000/playlist.m3u8 https://5ff3d9babae13.streamlock.net/8016/8016/playlist.m3u8 #EXTINF:-1 tvg-id="SoloStandUp.cl" status="online",SoloStandUp (480p) [Not 24/7] https://paneltv.online:1936/8116/8116/playlist.m3u8 -#EXTINF:-1 tvg-id="SpectrumChannel.cl" status="blocked",Spectrum Channel (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SpectrumChannel.cl" status="online",Spectrum Channel SMAS (720p) [Not 24/7] https://panel.miplay.cl:8081/spectrumchannel/index.m3u8 #EXTINF:-1 tvg-id="StgoTV.cl" status="online",Stgo.TV (720p) https://stv.janus.cl/playlist/stream.m3u8 @@ -239,7 +243,7 @@ https://unlimited1-us.dps.live/inet2/inet2.smil/playlist.m3u8 https://pantera1-100gb-cl-movistar.dps.live/tvo/tvo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVOSanVicente.cl" status="timeout",TVO San Vicente (720p) [Not 24/7] 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] +#EXTINF:-1 tvg-id="TVOTocopilla.cl" status="error",TVO Tocopilla (360p) [Not 24/7] http://srv3.zcast.com.br/cristian5592/cristian5592/playlist.m3u8 #EXTINF:-1 tvg-id="TVPop.cl" status="online",TV Pop (720p) https://v4.tustreaming.cl/poptv/playlist.m3u8 @@ -285,15 +289,15 @@ https://unlimited1-us.dps.live/vtv/vtv.smil/playlist.m3u8 https://unlimited6-cl.dps.live/vtv/vtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Wapp.cl" status="online",Wapp (1080p) https://mdstrm.com/live-stream-playlist/6046495ddf98b007fa2fe807.m3u8 -#EXTINF:-1 tvg-id="YungayOnline.cl" status="timeout",Yungay Online +#EXTINF:-1 tvg-id="YungayOnline.cl" status="online",Yungay Online https://mediacpstreamchile.com:1936/8028/8028/playlist.m3u8 #EXTINF:-1 tvg-id="ZizaTV.cl" status="online",Ziza TV (Chiguayante) (720p) [Not 24/7] https://v2.tustreaming.cl/zizatv/index.m3u8 #EXTINF:-1 tvg-id="ZonaLatina.cl" status="timeout",Zona Latina (480p) [Not 24/7] http://38.131.11.9:1080/play/a00x -#EXTINF:-1 tvg-id="" status="error",CHV Noticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",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="timeout",PlanetaTV 90s (720p) +#EXTINF:-1 tvg-id="" status="online",PlanetaTV 90s (720p) https://mediacpstreamchile.com:1936/8102/8102/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Región Televisión Ñuble (Chillán) (720p) [Not 24/7] https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 diff --git a/streams/cm.m3u b/streams/cm.m3u index 66f51e3d46..96084381e9 100644 --- a/streams/cm.m3u +++ b/streams/cm.m3u @@ -1,7 +1,7 @@ #EXTM3U -#EXTINF:-1 tvg-id="MyTVChannel.cm" status="online",My TV Channel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MyTVChannel.cm" status="error",My TV Channel (720p) [Not 24/7] http://connectiktv.ddns.net:5000/mytvchannel/@mytvchannel/playlist.m3u8 -#EXTINF:-1 tvg-id="PlayTV.cm" status="online",Play TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlayTV.cm" status="error",Play TV (720p) [Not 24/7] http://connectiktv.ddns.net:5000/playtv/@playtv/playlist.m3u8 #EXTINF:-1 tvg-id="Vision4.cm" status="online",Vision 4 (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/vision4/hls_video/index.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index bc3040c094..71d82712dd 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -5,8 +5,6 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225618/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225642/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1综合 (1080p) http://117.169.120.140:8080/live/cctv-1/.m3u8 -#EXTINF:-1 tvg-id="CCTV1.cn" status="online",CCTV-1综合 (1080p) -http://183.207.248.71/cntv/live1/cctv-1/cctv-1 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/cctv1hd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) @@ -15,8 +13,6 @@ 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=29&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv1/HD-2500k-1080P-cctv1 -#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (576p) -http://183.207.248.71/gitv/live1/G_CCTV-1/G_CCTV-1 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://183.207.249.9/PLTV/3/224/3221225530/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) @@ -39,6 +35,10 @@ http://223.110.245.170/PLTV/3/224/3221225530/index.m3u8 http://223.110.245.170/PLTV/3/224/3221226316/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 +#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) +http://183.207.248.71/cntv/live1/cctv-1/cctv-1 +#EXTINF:-1 tvg-id="CCTV1.cn" status="error",CCTV-1综合 (576p) +http://183.207.248.71/gitv/live1/G_CCTV-1/G_CCTV-1 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) @@ -91,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="online",CCTV-4 Asia (576p) +#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 @@ -191,6 +191,8 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225624/index.m3u8 http://117.169.120.140:8080/live/cctv-7/.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) http://183.207.248.10/PLTV/3/224/3221225546/index.m3u8 +#EXTINF:-1 tvg-id="CCTV7.cn" status="online",CCTV-7国防军事 (1080p) +http://183.207.248.71/cntv/live1/cctv-7/cctv-7 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (540p) http://112.25.48.68/live/program/live/cctv7/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) @@ -204,8 +206,6 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (360p) http://125.210.152.18:9090/live/CCTV7HD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) -http://183.207.248.71/cntv/live1/cctv-7/cctv-7 -#EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) http://183.207.249.9/PLTV/3/224/3221225546/index.m3u8 #EXTINF:-1 tvg-id="CCTV7.cn" status="timeout",CCTV-7国防军事 (1080p) http://183.207.249.15/PLTV/3/224/3221225546/index.m3u8 @@ -253,6 +253,8 @@ http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv8/HD-2500k-1080P-cctv8 http://39.134.115.163:8080/PLTV/88888910/224/3221225646/index.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) http://39.135.138.59:18890/PLTV/88888910/224/3221225626/index.m3u8 +#EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) +http://183.207.248.71/cntv/live1/cctv-news/cctv-news #EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=33&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="CCTV9.cn" status="timeout",CCTV-9纪录 (1080p) @@ -260,8 +262,6 @@ http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (360p) http://125.210.152.18:9090/live/CCTVJLHD_H265.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (1080p) -http://183.207.248.71/cntv/live1/cctv-news/cctv-news -#EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (1080p) http://183.207.249.6/PLTV/3/224/3221225532/index.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="timeout",CCTV-9纪录 (576p) http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221225868/index.m3u8 @@ -385,6 +385,8 @@ http://live.cztv.cc:85/live/ggpd.m3u8 http://live.cztv.cc:85/live/sjpd.m3u8 #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="SinoVision.cn" status="online",美国中文电视 (406p) [Not 24/7] +https://jpts.sinovision.net/livestream.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="error",Toonmax TV (576p) http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) @@ -435,7 +437,7 @@ https://news.cgtn.com/resource/live/french/cgtn-f.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=119&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",CNC中文 (720p) [Not 24/7] http://source07.v.news.cn/live/CNC_CN/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",CNC英语 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",CNC英语 (720p) [Not 24/7] http://source07.v.news.cn/live/CNC_EN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",NewTV动画王国 (1080p) http://183.207.249.15/PLTV/3/224/3221225555/index.m3u8 @@ -541,7 +543,7 @@ http://live.mudu.tv/watch/4zbn2f.m3u8 http://l.cztvcloud.com/channels/lantian/SXshangyu1/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",上虞3新商都 (720p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXshangyu3/720p.m3u8 -#EXTINF:-1 tvg-id="" status="online",上虞經濟文化 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",上虞經濟文化 (720p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXshangyu2/720p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",东南卫视 (360p) http://125.210.152.18:9090/live/DNWSHD_H265.m3u8 @@ -645,7 +647,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 @@ -665,7 +667,7 @@ http://l.cztvcloud.com/channels/lantian/SXyuyao1/720p.m3u8 http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=182&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",佛山公共 (576p) http://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=182&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",侨乡 (1080p) +#EXTINF:-1 tvg-id="" status="blocked",侨乡 (1080p) http://stream.jinjiang.tv/1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",兵团卫视 (540p) [Not 24/7] http://112.25.48.68/live/program/live/btws/1300000/mnf.m3u8 @@ -713,7 +715,7 @@ http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226923/index.m3u8 http://223.110.245.136/PLTV/3/224/3221226975/index.m3u8 #EXTINF:-1 tvg-id="" status="error",凤台文化生活 (576p) [Not 24/7] http://60.175.115.119:1935/live/wenhua/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",凤台综合 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7] http://60.175.115.119:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",利川公共 (180p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 @@ -739,13 +741,13 @@ http://183.207.248.71/gitv/live1/G_BEIJING/G_BEIJING http://39.134.115.163:8080/PLTV/88888910/224/3221225673/index.m3u8 #EXTINF:-1 tvg-id="" status="online",北京卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225674/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",北京卫视 (1080p) +http://183.207.248.71/cntv/live1/beijingstv/beijingstv #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=30&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://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=30&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) -http://183.207.248.71/cntv/live1/beijingstv/beijingstv -#EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-beijingstv/HD-2500k-1080P-beijingstv #EXTINF:-1 tvg-id="" status="timeout",北京卫视 (1080p) http://183.207.249.7/PLTV/3/224/3221225574/index.m3u8 @@ -771,7 +773,7 @@ http://ivi.bupt.edu.cn/hls/btv1.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225675/index.m3u8 #EXTINF:-1 tvg-id="" status="online",北京紀實 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225676/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",北京衛視 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",北京衛視 (1080p) [Geo-blocked] http://14.152.88.77/liveplay-kk.rtxapp.com/live/program/live/bjwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",北京财经 [Not 24/7] http://ivi.bupt.edu.cn/hls/btv5.m3u8 @@ -887,7 +889,7 @@ http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel35/pla http://flv.drs.tv.yatv.tv:8080/channellive/gonggong.flv #EXTINF:-1 tvg-id="" status="online",四川 Ⅰ 雅安综合 (720p) http://flv.drs.tv.yatv.tv:8080/channellive/xinwen.flv -#EXTINF:-1 tvg-id="" status="error",四川公共 (720p) +#EXTINF:-1 tvg-id="" status="timeout",四川公共 (720p) http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (360p) http://125.210.152.18:9090/live/SCWSHD_H265.m3u8 @@ -901,12 +903,10 @@ http://183.207.248.71/gitv/live1/SCWS/SCWS http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221225814/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=3&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",四川妇女儿童 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",四川妇女儿童 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8 #EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked] http://stream2.jlntv.cn/sptv/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",增城綜合 (1080p) -http://202.168.164.38:8083/videos/live/19/27/QEQXMtU5AUpwo/QEQXMtU5AUpwo.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大冶一套 [Geo-blocked] http://dayeyun.live.tempsource.cjyun.org/videotmp/s10102-TC1T.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大冶二套 [Geo-blocked] @@ -943,7 +943,7 @@ http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221227407/index.m3u8 http://223.110.245.170/PLTV/3/224/3221227212/index.m3u8 #EXTINF:-1 tvg-id="" status="online",奇妙電視 (720p) http://media.fantv.hk/m3u8/archive/channel2_stream1.m3u8 -#EXTINF:-1 tvg-id="" status="online",奥视卫星 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",奥视卫星 (720p) [Not 24/7] http://61.244.22.5/ch3/ch3.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",女性时尚 (576p) http://223.110.245.169/PLTV/4/224/3221227026/index.m3u8 @@ -995,10 +995,10 @@ http://183.207.249.15/PLTV/3/224/3221225634/index.m3u8 http://223.110.245.147/ott.js.chinamobile.com/PLTV/3/224/3221225634/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) http://223.110.254.203:6610/cntv/live1/HD-8000k-1080P-anhuistv/HD-8000k-1080P-anhuistv/1.m3u8 +#EXTINF:-1 tvg-id="" status="online",安徽卫视 (1080p) [Not 24/7] +http://183.207.248.71/cntv/live1/anhuistv/anhuistv #EXTINF:-1 tvg-id="" status="blocked",安徽卫视 (1080p) [Not 24/7] http://zbbf2.ahtv.cn/live/749.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) [Not 24/7] -http://183.207.248.71/cntv/live1/anhuistv/anhuistv #EXTINF:-1 tvg-id="" status="timeout",安徽卫视 (1080p) [Timeout] http://112.25.48.68/live/program/live/ahwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="blocked",安徽小说评书广播 [Geo-blocked] @@ -1019,11 +1019,11 @@ http://39.134.19.153/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226462/inde http://223.110.245.139/PLTV/4/224/3221227011/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",家有购物 (720p) [Not 24/7] http://183.207.248.71/cntv/live1/SD-1500k-576P-jiayougw/SD-1500k-576P-jiayougw -#EXTINF:-1 tvg-id="" status="online",宿州公共 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",宿州公共 (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-ggpd/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",宿州新闻综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",宿州新闻综合 (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-szzh/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",宿州科教 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",宿州科教 (1080p) [Not 24/7] http://live.ahsz.tv/video/s10001-kxjy/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宿迁公共 (480p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221226939/index.m3u8 @@ -1081,7 +1081,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 http://117.169.120.140:8080/live/shanxistv/.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=144&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) +#EXTINF:-1 tvg-id="" status="timeout",岳阳公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8?BVUUID=C236454D-5355-2F5F-FA96-1887C72E55CE&auth=654837809071524@615@2E9A5FD0B225B012E3178551CF3754A8 #EXTINF:-1 tvg-id="" status="timeout",岷县电视台 (1080p) http://117.156.28.119/270000001111/1110000130/index.m3u8 @@ -1203,27 +1203,19 @@ http://183.207.249.7/PLTV/3/224/3221225949/index.m3u8 http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225949/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州-4 (1080p) http://183.207.249.15/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",徐州公共頻道 (720p) -http://stream1.huaihai.tv/ggpd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (1080p) http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",徐州影视 (720p) -http://stream1.huaihai.tv/wyys/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",徐州新聞綜合 (720p) -http://stream1.huaihai.tv/xwzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (1080p) http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州新聞綜合 (1080p) http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",徐州生活 (240p) -http://stream1.huaihai.tv/jjsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州經濟生活 (1080p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州贾汪旅游 (576p) 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="online",房山电视台 (576p) +#EXTINF:-1 tvg-id="" status="error",房山电视台 (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 @@ -1233,16 +1225,6 @@ http://111.75.179.195:30767/video/live_vide.m3u8 http://117.156.28.119/270000001111/1110000028/index.m3u8 #EXTINF:-1 tvg-id="" status="online",文山综合 (1080p) [Not 24/7] http://m3u8.channel.wsrtv.com.cn/cms/videos/nmip-media/channellive/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",新唐人-美西 (486p) -http://live.ntdimg.com/uwlive520/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",新唐人亚太臺 (480p) -https://live.ntdimg.com/aplive200/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",新唐人加西臺 (216p) -https://live.ntdimg.com/cwlive220/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",新唐人旧金山臺 (486p) -http://live.ntdimg.com/sflive990/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",新唐人美西臺 (486p) -https://live.ntdimg.com/uwlive990/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",新昌休闲影视 (1080p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXxinchang2/720p.m3u8 #EXTINF:-1 tvg-id="" status="online",新昌新聞綜合 (1080p) [Not 24/7] @@ -1259,7 +1241,7 @@ http://111.17.214.4:1935/live/xtsh/playlist.m3u8 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="error",新泰综合 (480p) [Not 24/7] +#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/xtxc/playlist.m3u8 @@ -1279,11 +1261,11 @@ http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆卫视 (576p) http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",新疆少儿 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb12.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆汉语信息服务 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb11.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 #EXTINF:-1 tvg-id="" status="online",新郑综合 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 @@ -1335,11 +1317,11 @@ http://stream.appwuhan.com/4tzb/sd/live.m3u8 http://live.wjyanghu.com/live/CH1.m3u8 #EXTINF:-1 tvg-id="" status="online",武进生活 (576p) [Not 24/7] http://live.wjyanghu.com/live/CH2.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",永新电视一套 (576p) +#EXTINF:-1 tvg-id="" status="online",永新电视一套 (576p) http://jxyx.chinashadt.com:2036/live/1002.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",永新电视三套 (576p) +#EXTINF:-1 tvg-id="" status="online",永新电视三套 (576p) http://jxyx.chinashadt.com:2036/live/1004.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",永新电视二套 (576p) +#EXTINF:-1 tvg-id="" status="online",永新电视二套 (576p) http://jxyx.chinashadt.com:2036/live/1003.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",江津文化旅游 (576p) http://222.179.155.21:1935/ch2.m3u8 @@ -1383,17 +1365,17 @@ http://223.110.245.170/PLTV/3/224/3221227255/index.m3u8 http://183.207.248.71/cntv/live1/jiangsustv/jiangsustv #EXTINF:-1 tvg-id="" status="timeout",江苏卫视 (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-jiangsustv/HD-2500k-1080P-jiangsustv -#EXTINF:-1 tvg-id="" status="timeout",江苏城市 (576p) +#EXTINF:-1 tvg-id="" status="online",江苏城市 (576p) http://183.207.248.71/gitv/live1/G_JSCS/G_JSCS #EXTINF:-1 tvg-id="" status="timeout",江苏城市 (576p) http://223.110.245.143/ott.js.chinamobile.com/PLTV/3/224/3221225929/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",江苏影视 (576p) http://223.110.243.134/PLTV/4/224/3221225937/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",江苏影视 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",江苏影视 (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_JSYS/G_JSYS #EXTINF:-1 tvg-id="" status="timeout",江苏教育 (576p) http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225923/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",江苏教育 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",江苏教育 (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_JSJY/G_JSJY #EXTINF:-1 tvg-id="" status="timeout",江苏综艺 (576p) [Not 24/7] http://183.207.248.71/gitv/live1/G_JSZY/G_JSZY @@ -1425,7 +1407,7 @@ http://223.110.254.199:6610/cntv/live1/jiangxistv/jiangxistv/1.m3u8 http://hebcx.chinashadt.com:2036/live/10002.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",沧县电视综合 (576p) http://hebcx.chinashadt.com:2036/live/10001.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",河北公共 (540p) +#EXTINF:-1 tvg-id="" status="online",河北公共 (540p) http://live7.plus.hebtv.com/hbggx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北农民 (240p) http://live3.plus.hebtv.com/nmpdx/playlist.m3u8 @@ -1440,9 +1422,9 @@ http://112.25.48.68/live/program/live/hbws/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) http://39.134.115.163:8080/PLTV/88888910/224/3221225732/index.m3u8 #EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) -http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) http://183.207.248.71/gitv/live1/G_HEBEI/G_HEBEI +#EXTINF:-1 tvg-id="" status="online",河北卫视 (576p) +http://hbpx.chinashadt.com:2036/live/px4.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (576p) http://223.110.245.149/ott.js.chinamobile.com/PLTV/3/224/3221225840/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北卫视 (1080p) @@ -1453,7 +1435,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 @@ -1497,7 +1479,7 @@ http://live.shaoxing.com.cn/video/s10001-sxtv3/index.m3u8 http://live.shaoxing.com.cn/video/s10001-sxtv1/index.m3u8 #EXTINF:-1 tvg-id="" status="online",浙江公共 (1080p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel07/1080p.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",浙江卫视 (576p) +#EXTINF:-1 tvg-id="" status="error",浙江卫视 (576p) http://183.207.248.71/gitv/live1/G_ZHEJIANG/G_ZHEJIANG #EXTINF:-1 tvg-id="" status="online",浙江卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225703/index.m3u8 @@ -1561,7 +1543,7 @@ http://183.207.248.11/PLTV/4/224/3221225810/index.m3u8 http://livelyws.chinamcache.com/lyws/zb01.m3u8?auth_key=1593241343-0-0-90b80e74457c94b2015f9428a1cb9b0e #EXTINF:-1 tvg-id="" status="timeout",海南卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=114&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",海南州藏語頻道 (480p) +#EXTINF:-1 tvg-id="" status="online",海南州藏語頻道 (480p) http://live.hnzzzzzdst.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",海盐新闻 (720p) http://haiyan.liveyun.hoge.cn/xwpd/sd/live.m3u8 @@ -1593,16 +1575,16 @@ http://223.110.243.171/PLTV/3/224/3221227217/index.m3u8 http://223.110.245.139/PLTV/4/224/3221227307/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",深圳卫视 (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-shenzhenstv/HD-2500k-1080P-shenzhenstv -#EXTINF:-1 tvg-id="" status="error",深州綜合頻道 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",深州綜合頻道 (360p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",深州綜合頻道 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",深州綜合頻道 (576p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",湖北 Ⅰ 荆门公共台 (1080p) [Geo-blocked] http://jingmen.live.cjyun.org/video/s10101-jmggpd.m3u8 +#EXTINF:-1 tvg-id="" status="online",湖北卫视 (576p) +http://183.207.248.71/gitv/live1/G_HUBEI/G_HUBEI #EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (576p) http://183.207.249.16/PLTV/4/224/3221225877/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",湖北卫视 (576p) -http://183.207.248.71/gitv/live1/G_HUBEI/G_HUBEI #EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225699/index.m3u8 #EXTINF:-1 tvg-id="" status="online",湖北卫视 (1080p) @@ -1632,9 +1614,9 @@ 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="error",湖南卫视 (576p) +http://183.207.248.71/gitv/live1/G_HUNAN/G_HUNAN #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) @@ -1667,9 +1649,9 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=70&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖南都市 (576p) http://hnsd.chinashadt.com:2036/live/stream:hunandushi.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",湘潭公共 (576p) +#EXTINF:-1 tvg-id="" status="timeout",湘潭公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8 -#EXTINF:-1 tvg-id="" status="online",湘潭新闻综合 (720p) +#EXTINF:-1 tvg-id="" status="timeout",湘潭新闻综合 (720p) http://live.hnxttv.com:9601/live/xwzh/800K/tzwj_video.m3u8 #EXTINF:-1 tvg-id="" status="timeout",滁州公共 (450p) http://183.167.193.45:1935/live/cztvgg/playlist.m3u8 @@ -1701,9 +1683,9 @@ 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=192&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8 #EXTINF:-1 tvg-id="" status="timeout",澳亚卫视 (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=192&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",澳视卫星 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",澳视卫星 (720p) [Not 24/7] http://61.244.22.5/ch3/_definst_/ch3.live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",澳视澳门 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",澳视澳门 (720p) [Not 24/7] http://61.244.22.4/ch1/ch1.live/playelist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳视葡文 (720p) [Not 24/7] http://61.244.22.4/ch2/ch2.live/chunklist_w1632175875.m3u8 @@ -1731,10 +1713,10 @@ http://112.25.48.68/live/program/live/gsws/1300000/mnf.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225724/index.m3u8 #EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) http://117.169.120.140:8080/live/gansustv/.m3u8 +#EXTINF:-1 tvg-id="" status="online",甘肃卫视 (576p) +http://183.207.248.71/gitv/live1/G_GANSU/G_GANSU #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=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) -http://183.207.248.71/gitv/live1/G_GANSU/G_GANSU #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (576p) [Not 24/7] http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=142&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",甘肃卫视 (1080p) @@ -1745,13 +1727,13 @@ http://39.134.39.39/PLTV/88888888/224/3221226240/index.m3u8 https://hls.gstv.com.cn/49048r/y72q36.m3u8 #EXTINF:-1 tvg-id="" status="timeout",生活 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227311/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",电白视窗 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",电白视窗 (360p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video2.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",电白视窗 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",电白视窗 (576p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",电白综合 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",电白综合 (360p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video1.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",电白综合 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",电白综合 (576p) [Not 24/7] http://gddb.chinashadt.com:1935/live/video1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",白城新闻综合 [Geo-blocked] http://stream2.jlntv.cn/baicheng1/sd/live.m3u8 @@ -1799,7 +1781,7 @@ http://wanzhoulive.cbg.cn:8017/iTXwrGs/800/live.m3u8 http://117.156.28.119/270000001111/1110000152/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",篮球资讯 (576p) http://223.110.245.139/PLTV/4/224/3221227023/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",娄底综合 (720p) +#EXTINF:-1 tvg-id="" status="online",娄底综合 (720p) http://119.39.242.52:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",精品电影 (1080p) http://183.207.248.71/cntv/live1/jdianying/jdianying @@ -1811,12 +1793,10 @@ http://39.135.138.59:18890/PLTV/88888910/224/3221225655/index.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225786/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",继续教育 (576p) http://111.63.117.13:6060/030000001000/G_CETV-2/G_CETV-2.m3u8 -#EXTINF:-1 tvg-id="" status="error",罗山电视台 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",罗山电视台 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/11521-1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",置业 (576p) http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227037/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",美国中文电视 (406p) [Not 24/7] -https://jpts.sinovision.net/livestream.m3u8 #EXTINF:-1 tvg-id="" status="online",美国狗狗宠物 (1080p) https://video.blivenyc.com/broadcast/prod/2061/22/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",翡翠台 (576p) @@ -1857,7 +1837,7 @@ http://www.pxitv.com:8099/hls-live/livepkgr/_definst_/pxitvevent/pxtv1stream.m3u http://l.cztvcloud.com/channels/lantian/SXxiaoshan1/720p.m3u8 #EXTINF:-1 tvg-id="" status="timeout",蓝屏 432 (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=109&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",蓬安新闻综合 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",蓬安新闻综合 (720p) [Not 24/7] http://palive.patv123.com:8091/live/xwpd_800K.m3u8 #EXTINF:-1 tvg-id="" status="online",蕪湖教育頻道 (576p) http://live1.wuhubtv.com/channel4/sd/live.m3u8 @@ -1893,7 +1873,7 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://183.207.249.16/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="online",西藏藏語 (576p) http://media.vtibet.com/masvod/HLSLive/7/zangyuTV_q1.m3u8 -#EXTINF:-1 tvg-id="" status="error",西青新闻综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",西青新闻综合 (1080p) [Not 24/7] http://221.238.209.44:81/hls/live1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",贵州卫视 (360p) http://125.210.152.18:9090/live/GZWSHD_H265.m3u8 @@ -1915,7 +1895,7 @@ http://hbzx.chinashadt.com:2036/zhibo/stream:zx2.stream/playlist.m3u8 http://zsxj.chinashadt.com:1935/live/xjxw.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",辛集生活頻道 (480p) [Not 24/7] http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",辽宁卫视 (576p) +#EXTINF:-1 tvg-id="" status="online",辽宁卫视 (576p) http://183.207.248.71/cntv/live1/liaoningstv/liaoningstv #EXTINF:-1 tvg-id="" status="timeout",辽宁卫视 (576p) http://183.207.249.12/PLTV/4/224/3221225802/index.m3u8 @@ -1979,8 +1959,6 @@ http://112.25.48.68/live/program/live/jykt/1300000/mnf.m3u8 http://stream.ycgbtv.com.cn/ycgg/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",银川生活 (360p) [Not 24/7] http://stream.ycgbtv.com.cn/ycxw/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",長豐新聞綜合 (576p) -http://218.23.114.19:1935/live/xinwen/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",长乐综合 [Geo-blocked] http://35908.hlsplay.aodianyun.com/guangdianyun_35908/tv_channel_327.m3u8 #EXTINF:-1 tvg-id="" status="online",长春综合 [Geo-blocked] @@ -2049,7 +2027,7 @@ http://visit.jjbctv.com:1935/live/xwzhpc/playlist.m3u8 http://117.156.28.119/270000001111/1110000147/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",鞍山图文 (480p) http://116.199.5.51:8114/index.m3u8?Fsv_chan_hls_se_idx=12&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= -#EXTINF:-1 tvg-id="" status="timeout",风尚购物 (1080p) +#EXTINF:-1 tvg-id="" status="online",风尚购物 (1080p) http://183.207.248.71/cntv/live1/fengshanggw/fengshanggw #EXTINF:-1 tvg-id="" status="online",餘姚姚江文化 (576p) [Not 24/7] http://l.cztvcloud.com/channels/lantian/SXyuyao2/720p.m3u8 @@ -2079,7 +2057,7 @@ http://183.207.248.71/gitv/live1/G_HEILONGJIANG/G_HEILONGJIANG http://223.110.245.161/ott.js.chinamobile.com/PLTV/3/224/3221227492/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江 (1080p) http://ott.js.chinamobile.com/PLTV/3/224/3221227252/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",黑龙江卫 (1080p) +#EXTINF:-1 tvg-id="" status="online",黑龙江卫 (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-heilongjiangstv/HD-2500k-1080P-heilongjiangstv #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (576p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=27&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= @@ -2091,7 +2069,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225736/index.m3u8 http://183.207.249.36/PLTV/4/224/3221227323/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",黑龙江卫视 (1080p) http://223.110.254.143:6610/cntv/live1/HD-8000k-1080P-heilongjiangstv/HD-8000k-1080P-heilongjiangstv/1.m3u8 -#EXTINF:-1 tvg-id="" status="error",黑龙江台 +#EXTINF:-1 tvg-id="" status="timeout",黑龙江台 http://stream3.hljtv.com/hljws2/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",黔西南公共 (288p) [Geo-blocked] http://live.qxndt.com/channel3/sd/live.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index 4b4f027742..a0484da7fc 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -7,6 +7,8 @@ https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist. https://59ef525c24caa.streamlock.net/atntelevision/atntelevision/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] https://movil.ejeserver.com/live/verteve.m3u8 +#EXTINF:-1 tvg-id="ATV.co" status="online",ATV (Soacha | Cundinamarca) (360p) [Not 24/7] +https://video.ejeserver.com/live/verteve.m3u8 #EXTINF:-1 tvg-id="AvivamientoTV.co" status="online",Avivamiento TV (1080p) [Not 24/7] https://s1.abntelevision.com/avivamientoabr/stream/avivamientohd/avivamientohd/playlist.m3u8 #EXTINF:-1 tvg-id="BuenisimaRadioTV.co" status="online",Buenísima Radio TV (Gamarra | Cesar) (1080p) [Not 24/7] @@ -17,7 +19,7 @@ https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8 https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 #EXTINF:-1 tvg-id="CampoTelevision.co" status="online",Campo Televisión (Santa Marta) https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 -#EXTINF:-1 tvg-id="Canal1.co" status="blocked",Canal 1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="Canal1.co" status="online",Canal 1 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 #EXTINF:-1 tvg-id="Canal2Alpavision.co" status="online",Canal 2 Alpavisión (Neiva | Huila) (720p) [Not 24/7] https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 @@ -27,16 +29,14 @@ https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 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="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="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 +#EXTINF:-1 tvg-id="CanalVIP.co" status="blocked",Canal VIP https://play.cdn.enetres.net/B9E570CFE54949C7ABB985D4F8F77F7F0211/02267/playlist.m3u8 #EXTINF:-1 tvg-id="CanalVisionDorada.co" status="online",Canal Visión Dorada (720p) [Not 24/7] https://movil.ejeserver.com/live/visiondorada.m3u8 +#EXTINF:-1 tvg-id="CanalVisionDorada.co" status="online",Canal Visión Dorada (720p) [Not 24/7] +https://video.ejeserver.com/live/visiondorada.m3u8 #EXTINF:-1 tvg-id="CaracolTelevision.co" status="blocked",Canal Caracol (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/574463697b9817cf0886fc17.m3u8 #EXTINF:-1 tvg-id="CNCCartagena.co" status="online",Canal CNC Cartagena (Cartagena | Bolívar) (720p) @@ -48,11 +48,13 @@ http://66.240.236.25:1936/eduvision/eduvision/playlist.m3u8 #EXTINF:-1 tvg-id="HuilaTV.co" status="online",Huila TV https://plataformavideo.com:19360/8020/8020.m3u8 #EXTINF:-1 tvg-id="MasTV.co" status="online",Más TV +https://movil.ejeserver.com/live/teledoradahd.m3u8 +#EXTINF:-1 tvg-id="MasTV.co" status="online",Más TV 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="blocked",Memorias TV -https://cloud10.vsgtech.co:3262/live/memoriastv2live.m3u8 +#EXTINF:-1 tvg-id="MemoriasTV.co" status="online",Memorias TV +https://stmv2.zcastbr.com/memoriastv/memoriastv/playlist.m3u8 #EXTINF:-1 tvg-id="MovieFe.co" status="online",MovieFe (360p) [Not 24/7] https://vcp.myplaytv.com/moviefe/ngrp:moviefe_all/playlist.m3u8 #EXTINF:-1 tvg-id="MulticanalTelevision.co" status="online",Multicanal Televisión (Santiago de Cali | Valle del Cauca) (720p) @@ -61,31 +63,31 @@ https://cloud2.streaminglivehd.com:1936/8010/8010/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] -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 -#EXTINF:-1 tvg-id="TeleAmiga.co" status="error",Tele Amiga (Bogotà | Cundinamarca) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleAmiga.co" status="online",Tele Amiga (Bogotà | Cundinamarca) (480p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/teleamigatvlive/smil:dvrlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Teleantioquia.co" status="error",Teleantioquia (Medellín | Antioquia) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Teleantioquia.co" status="online",Teleantioquia (Medellín | Antioquia) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:dvrlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecafe.co" status="error",Telecafé (Manizales | Caldas) +#EXTINF:-1 tvg-id="Telecafe.co" status="online",Telecafé (Manizales | Caldas) #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/telecafelive/smil:dvrlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telecaribe.co" status="online",Telecaribe (Puerto Colombia | Atlántico) (720p) https://tkx.mp.lura.live/rest/v2/mcp/video/adstB64MXYxqLZwy?anvack=4gXmVVoVIp3YeECJWm6af3j0mlHwl6vO&eud=SKjoH1L/9Enwo5zQBiBTRfTSNGfENMNO6udm4CQNVvix/L9XX8kucBOvzWalIghNrL5GllGH8ou17ICYGv29Rg== -#EXTINF:-1 tvg-id="Teleislas.co" status="error",Teleislas (San Andrés) (486p) [Not 24/7] +#EXTINF:-1 tvg-id="Teleislas.co" status="online",Teleislas (San Andrés) (486p) [Not 24/7] https://5ab772334c39c.streamlock.net/live-teleislas/teleislas/playlist.m3u8 -#EXTINF:-1 tvg-id="Telemedellin.co" status="error",Telemedellin (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Telemedellin.co" status="online",Telemedellin (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ https://liveingesta118.cdnmedia.tv/telemedellintvlive/smil:dvrlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TelemusicaTV.co" status="timeout",Telemúsica TV (480p) 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="online",Tele San Jacinto +#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="online",Tele San Jacinto (San Jacinto | Bolivar) +https://movil.ejeserver.com/live/telesanjacinto.m3u8 +#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="online",Tele San Jacinto (San Jacinto | Bolivar) https://video.ejeserver.com/live/telesanjacinto.m3u8 #EXTINF:-1 tvg-id="Trece.co" status="online",Trece (1080p) https://stream.logicideas.media/canaltrece-live/smil:live.smil/playlist.m3u8 @@ -97,15 +99,15 @@ http://179.1.7.198:1935/live/TVAgroHD.stream/playlist.m3u8 https://streamyes.alsolnet.com/tvgracia/live/playlist.m3u8 #EXTINF:-1 tvg-id="UAOPlay.co" status="online",UAO Play https://play.cdn.enetres.net/184784E1D210401F8041E3E1266822CC023/028/playlist.m3u8 -#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Television (Guadalajara de Buga | Valle del Cauca) +#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Televisión (Guadalajara de Buga | Valle del Cauca) https://movil.ejeserver.com/live/veotv.m3u8 -#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Televisión +#EXTINF:-1 tvg-id="VeoTelevision.co" status="online",Veo Televisión (Guadalajara de Buga | Valle del Cauca) https://video.ejeserver.com/live/veotv.m3u8 -#EXTINF:-1 tvg-id="ZonaJovenTV.co" status="online",Zona Joven TV -https://stmv2.voxtvhd.com.br/zonajoventv/zonajoventv/playlist.m3u8 #EXTINF:-1 tvg-id="Zoom.co" status="online",Zoom (Bogotà | Cundinamarca) (1080p) https://canalzoom.itex.com.co:3027/live/canalzoombr1live.m3u8 #EXTINF:-1 tvg-id="ZuldemaydaCanal13.co" status="online",Zuldemayda Canal 13 (Armenia | Quindio) +https://movil.ejeserver.com/live/zuldemayda.m3u8 +#EXTINF:-1 tvg-id="ZuldemaydaCanal13.co" status="online",Zuldemayda Canal 13 (Armenia | Quindio) https://video.ejeserver.com/live/zuldemayda.m3u8 #EXTINF:-1 tvg-id="" status="online",Ondambiantal TV (Bogotà | Cundinamarca) https://server12.videostreaming.net:3230/stream/play.m3u8 diff --git a/streams/cr.m3u b/streams/cr.m3u index b21d29c036..1e2b06feb0 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -7,7 +7,7 @@ https://5fc584f3f19c9.streamlock.net/agrotendencia/videoagrotendencia_hls1/playl http://inliveserver.com:1935/14510/14510/playlist.m3u8 #EXTINF:-1 tvg-id="Canal8.cr" status="online",Canal 8 (720p) http://mdstrm.com/live-stream-playlist/5a7b1e63a8da282c34d65445.m3u8 -#EXTINF:-1 tvg-id="Canal13Sinart.cr" status="timeout",Canal 13 Sinart (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal13Sinart.cr" status="blocked",Canal 13 Sinart (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vh8g3 #EXTINF:-1 tvg-id="Canal38.cr" status="online",Canal 38 (720p) [Not 24/7] https://rtmp.info/canal38/envivo/chunks.m3u8 @@ -15,7 +15,7 @@ https://rtmp.info/canal38/envivo/chunks.m3u8 https://rtmp.info/canal38/envivo/playlist.m3u8 #EXTINF:-1 tvg-id="ColosalTV.cr" status="online",Colosal TV (720p) [Not 24/7] http://tv.ticosmedia.com:1935/COLOSAL/COLOSAL/playlist.m3u8 -#EXTINF:-1 tvg-id="EJTV.cr" status="online",Enlace Juvenil (EJTV) (288p) [Not 24/7] +#EXTINF:-1 tvg-id="EJTV.cr" status="error",Enlace Juvenil (EJTV) (288p) [Not 24/7] https://api.new.livestream.com/accounts/ejtvla/events/2294538/live.m3u8 #EXTINF:-1 tvg-id="ExtremaTV.cr" status="online",Extrema TV (720p) https://www.livestreamcdn.net:444/ExtremaTV/ExtremaTV/playlist.m3u8 @@ -27,13 +27,13 @@ https://59ef525c24caa.streamlock.net/nicoyatv/nicoyatv/playlist.m3u8 http://186.15.50.30:8080/hls/smotv.m3u8 #EXTINF:-1 tvg-id="TeleredTelevision.cr" status="online",Telered Television (720p) [Not 24/7] http://k4.usastreams.com/ARBtv/teleplus/playlist.m3u8 -#EXTINF:-1 tvg-id="Telesistema.cr" status="blocked",Telesistema (486p) +#EXTINF:-1 tvg-id="Telesistema.cr" status="online",Telesistema (486p) https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",TeleSUR Costa Rica (720p) [Not 24/7] 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="blocked",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 diff --git a/streams/cu.m3u b/streams/cu.m3u index c62c741bc5..3064a51140 100644 --- a/streams/cu.m3u +++ b/streams/cu.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="online",CubaVision Internacional (480p) [Not 24/7] +#EXTINF:-1 tvg-id="CubavisionInternacional.cu" status="online",CubaVision Internacional (480p) [Not 24/7] http://190.122.96.187:8888/http/010 diff --git a/streams/cy.m3u b/streams/cy.m3u index 09b4072d87..44af6215ff 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -7,16 +7,18 @@ https://dev.aftermind.xyz/hls/unitrust/alfasports/index.m3u8?token=8TXWzhY3h6jrz https://www.ast.tv/stream/1/master.m3u8 #EXTINF:-1 tvg-id="ASTTV2.cy" status="online",AST TV 2 (PC) (1080p) [Not 24/7] https://www.ast.tv/stream/2/master.m3u8 -#EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (720p) [Not 24/7] -http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 #EXTINF:-1 tvg-id="BRT1HD.cy" status="online",BRT 1 HD (576p) [Not 24/7] http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8 +#EXTINF:-1 tvg-id="BRT1HD.cy" status="error",BRT 1 HD (720p) [Not 24/7] +http://kuzeykibris.tv/m3u8/tv_brt1.m3u8 #EXTINF:-1 tvg-id="BRT3.cy" status="online",BRT 3 (406p) [Not 24/7] http://wms.brtk.net:1935/live/brt2/playlist.m3u8 #EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu #EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p) https://dev.aftermind.xyz/hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu +#EXTINF:-1 tvg-id="KibrisTV.cy" status="error",Kuzey Kibris TV (720p) [Not 24/7] +http://kuzeykibris.tv/m3u8/tv_kktv.m3u8 #EXTINF:-1 tvg-id="MyCamTVAnal.cy" status="online",MyCamTV Anal http://live.mycamtv.com/anal.m3u8 #EXTINF:-1 tvg-id="MyCamTVAsian.cy" status="online",MyCamTV Asian @@ -57,8 +59,6 @@ https://svs.itworkscdn.net/sat7parslive/sat7pars.smil/playlist_dvr.m3u8 https://svs.itworkscdn.net/sat7turklive/sat7turk.smil/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="SigmaTV.cy" status="online",Sigma (576p) [Not 24/7] https://sl2.sigmatv.com/hls/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",Kuzey Kibris TV (720p) [Not 24/7] -http://kuzeykibris.tv/m3u8/tv_kktv.m3u8 #EXTINF:-1 tvg-id="" status="online",Reload (804p) http://web.onair-radio.eu:1935/video/video/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p) diff --git a/streams/cz.m3u b/streams/cz.m3u index fe50e1a357..8729c95a58 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) +#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) diff --git a/streams/de.m3u b/streams/de.m3u index 8748865a29..da55d50404 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 @@ -46,9 +46,9 @@ http://tv.artcom-venture.de:1322/dmf/tv.m3u8 #EXTINF:-1 tvg-id="DeutschesMusikFernsehen.de" status="timeout",Deutsches Musik Fernsehen (720p) [Not 24/7] https://tv.artcom-venture.de/dmf/tv.m3u8 #EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/dwarabic/live -#EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) https://dwamdstream103.akamaized.net/hls/live/2015526/dwstream103/index.m3u8 +#EXTINF:-1 tvg-id="DWArabic.de" status="online",DW Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/dwarabic/live #EXTINF:-1 tvg-id="DWDeutsch.de" status="blocked",DW Deutsch (1080p) [Geo-blocked] https://dwamdstream106.akamaized.net/hls/live/2017965/dwstream106/index.m3u8 #EXTINF:-1 tvg-id="DWDeutschPlus.de" status="blocked",DW Deutsch+ (1080p) [Geo-blocked] @@ -69,8 +69,6 @@ http://5.135.92.131:1935/live/euroAl/playlist.m3u8 http://62.113.210.2/filstalwelle-live/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="FinestTV.de" status="online",Finest TV (288p) [Not 24/7] http://media.finest.tv/hls/live.m3u8 -#EXTINF:-1 tvg-id="FOLXMusic.de" status="timeout",FOLX Music (1080p) -https://serve-first.folxplay.tv/folx/ch-4/master.m3u8 #EXTINF:-1 tvg-id="FrankenFernsehen.de" status="online",Franken Fernsehen (Nürnberg) (1080p) [Not 24/7] https://frankentv.iptv-playoutcenter.de/frankentv/frankentv.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="HauptstadtTV.de" status="online",Hauptstadt.TV (Potsdam) (720p) [Not 24/7] @@ -152,13 +150,13 @@ https://s.ok54.de/mok-ks/kassel/playlist.m3u8 #EXTINF:-1 tvg-id="OKLudwigshafen.de" status="online",OK Ludwigshafen (720p) [Not 24/7] https://s.ok54.de/oklu/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="OKMagdeburg.de" status="online",OK Magdeburg (1080p) -http://58bd5b7a98e04.streamlock.net/medienasa-live/ok-magdeburg_high/playlist.m3u8 -#EXTINF:-1 tvg-id="OKMagdeburg.de" status="online",OK Magdeburg (1080p) http://62.113.210.250/medienasa-live/ok-magdeburg_high/playlist.m3u8 #EXTINF:-1 tvg-id="OKMagdeburg.de" status="online",OK Magdeburg (1080p) http://62.113.210.250:1935/medienasa-live/_definst_/mp4:ok-magdeburg_high/playlist.m3u8 #EXTINF:-1 tvg-id="OKMagdeburg.de" status="online",OK Magdeburg (1080p) https://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ok-magdeburg_high/playlist.m3u8 +#EXTINF:-1 tvg-id="OKMagdeburg.de" status="error",OK Magdeburg (1080p) +http://58bd5b7a98e04.streamlock.net/medienasa-live/ok-magdeburg_high/playlist.m3u8 #EXTINF:-1 tvg-id="OKMerseburgQuerfurt.de" status="online",OK Merseburg-Querfurt (1080p) [Not 24/7] http://58bd5b7a98e04.streamlock.net/medienasa-live/ok-merseburg_high/playlist.m3u8 #EXTINF:-1 tvg-id="OKMerseburgQuerfurt.de" status="online",OK Merseburg @@ -191,24 +189,20 @@ https://s.ok54.de/ott/webstream/playlist.m3u8 https://s.ok54.de/oktvmainz/webstream/playlist.m3u8 #EXTINF:-1 tvg-id="OKWeinstrasseNeustadt.de" status="online",OK Weinstraße (Neustadt) (432p) https://s.ok54.de/okweinstrasse/okweinstrasse/playlist.m3u8 -#EXTINF:-1 tvg-id="OKWernigerode.de" status="online",OK Wernigerode (1080p) +#EXTINF:-1 tvg-id="OKWernigerode.de" status="error",OK Wernigerode (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/mp4:ok-wernigerode_high/playlist.m3u8 -#EXTINF:-1 tvg-id="OKWernigerode.de" status="online",OK Wernigerode (1080p) +#EXTINF:-1 tvg-id="OKWernigerode.de" status="error",OK Wernigerode (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/ok-wernigerode_high/playlist.m3u8 -#EXTINF:-1 tvg-id="OKWernigerode.de" status="online",Campus-TV-Magdeburg+ (1080p) +#EXTINF:-1 tvg-id="OKWernigerode.de" status="error",Campus-TV-Magdeburg+ (1080p) http://62.113.210.250/medienasa-live/ok-wernigerode_high/chunklist_w937425968.m3u8 -#EXTINF:-1 tvg-id="OKWernigerode.de" status="online",Campus TV Magdeburg (1080p) +#EXTINF:-1 tvg-id="OKWernigerode.de" status="error",Campus TV Magdeburg (1080p) http://62.113.210.250/medienasa-live/ok-wernigerode_high/hasbahca.m3u8 -#EXTINF:-1 tvg-id="OKWernigerode.de" status="online",Campus TV Magdeburg (1080p) +#EXTINF:-1 tvg-id="OKWernigerode.de" status="error",Campus TV Magdeburg (1080p) http://62.113.210.250/medienasa-live/ok-wernigerode_high/hasbahca.m3u8?bitrate=800 -#EXTINF:-1 tvg-id="OKWernigerode.de" status="online",OK Wernigerode +#EXTINF:-1 tvg-id="OKWernigerode.de" status="error",OK Wernigerode http://62.113.210.250:1935/medienasa-live/_definst_/mp4:ok-wernigerode_high/playlist.m3u8 #EXTINF:-1 tvg-id="oldenburgeins.de" status="online",oldenburg eins (1080p) [Not 24/7] https://oeins.de/live/studio.m3u8 -#EXTINF:-1 tvg-id="One1MusicTV.de" status="timeout",ONE1 Music (1080p) -https://serve-first.folxplay.tv/folx/ch-3/master.m3u8 -#EXTINF:-1 tvg-id="ONE1Slovenia.si" status="timeout",ONE1 Slovenija (1080p) -https://serve-first.folxplay.tv/folx/ch-6/master.m3u8 #EXTINF:-1 tvg-id="Parlamentsfernsehen1.de" status="online",Parlamentsfernsehen 1 (1080p) https://cldf-hlsgw.r53.cdn.tv1.eu/1000153copo/hk1.m3u8 #EXTINF:-1 tvg-id="Parlamentsfernsehen2.de" status="online",Parlamentsfernsehen 2 (270p) @@ -267,8 +261,6 @@ https://rnf.iptv-playoutcenter.de/rnf/rnf.stream_1/playlist.m3u8 https://stream.rockantenne.de/rockantenne/stream/mp3 #EXTINF:-1 tvg-id="RocklandTV.de" status="blocked",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 #EXTINF:-1 tvg-id="SaarlandFernsehen1.de" status="online",Saarland Fernsehen 1 (1080p) https://saarland1.iptv-playoutcenter.de/saarland1/saarland1.stream_1/playlist.m3u8 #EXTINF:-1 tvg-id="SaarlandFernsehen2.de" status="online",Saarland Fernsehen 2 (720p) [Not 24/7] @@ -315,7 +307,7 @@ https://stream.tiviturk.de/live/tiviturk.m3u8 http://62.113.221.3/tv38-live/_definst_/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVAHD.de" status="online",TVA (1080p) [Not 24/7] https://tvaktuellr.iptv-playoutcenter.de/tvaktuellr/tvaktuellr.stream_1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVBayernLive.de" status="online",TV Bayern Live (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVBayernLive.de" status="error",TV Bayern Live (1080p) [Not 24/7] https://s3.welocal.world/tvbayernlive/media/134371/videos/hls.m3u8 #EXTINF:-1 tvg-id="TVMainfranken.de" status="online",TV Mainfranken (1080p) [Not 24/7] https://tvtouringw.iptv-playoutcenter.de/tvtouringw/tvtouringw.stream_1/playlist.m3u8 @@ -344,9 +336,11 @@ https://brcdn.vo.llnwd.net/br/fs/bfs_sued/hls/de/master.m3u8 http://ott-cdn.ucom.am/s26/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Filstalwelle Göppingen (576p) http://62.113.210.2/filstalwelle-live/_definst_/mp4:livestream/chunklist_w660034089.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",FOLX Music (1080p) +https://serve-first.folxplay.tv/folx/ch-4/master.m3u8 #EXTINF:-1 tvg-id="" status="timeout",FOLX Slovenija (1080p) https://serve-first.folxplay.tv/folx/ch-5/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Franken Fernsehen (1080p) +#EXTINF:-1 tvg-id="" status="error",Franken Fernsehen (1080p) https://s3.welocal.world/frankenfernsehen/media/191627/videos/hls.m3u8 #EXTINF:-1 tvg-id="" status="timeout",hr-fernsehen (1080p) https://hrhls.akamaized.net/hls/live/2024525/hrhls/index.m3u8 @@ -362,7 +356,7 @@ https://58bd5b7a98e04.streamlock.net/medienasa-live/_definst_/mp4:mdf1_high/play https://mytvplus.iptv-playoutcenter.de/mytvplus/mytvplus.stream_1/playlist.m3u8 #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="online",NDR Niedersachsen (720p) https://mcdn.ndr.de/ndr/hls/ndr_fs/ndr_nds/master.m3u8 @@ -374,6 +368,10 @@ https://fms.nrwision.de/live/livestreamHD.stream_source/playlist.m3u8 https://www.oeins.de/live/studio.m3u8 #EXTINF:-1 tvg-id="" status="online",Offener Kanal Fulda https://s.ok54.de/mok-fu/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ONE1 Music (1080p) +https://serve-first.folxplay.tv/folx/ch-3/master.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",ONE1 Slovenija (1080p) +https://serve-first.folxplay.tv/folx/ch-6/master.m3u8 #EXTINF:-1 tvg-id="" status="online",PunktUM (1080p) http://58bd5b7a98e04.streamlock.net/medienasa-live/punktum_high/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",PunktUm Hettstedt (1080p) diff --git a/streams/de_adultswim.m3u b/streams/de_adultswim.m3u index d2f22363da..8027fe759d 100644 --- a/streams/de_adultswim.m3u +++ b/streams/de_adultswim.m3u @@ -37,7 +37,7 @@ http://adultswim-vodlive.cdn.turner.com/live/mr-pickles/stream_de.m3u8 https://adultswim-vodlive.cdn.turner.com/live/primal/stream_de.m3u8 #EXTINF:-1 tvg-id="" status="online",Adult Swim Rick and Morty (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/live/rick-and-morty/stream_de.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Adult Swim Squidbillies (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Adult Swim Squidbillies (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/squidbillies/stream_de.m3u8 #EXTINF:-1 tvg-id="" status="online",Adult Swim Superjail! (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/superjail/stream_de.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index 485de1a0cb..e4ea2fa17a 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -8,9 +8,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8b551ddcd2550007 #EXTINF:-1 tvg-id="BeybladeBurstGermany.de" status="online",Pluto TV Beyblade Burst Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b551ddcd25500072c4dad/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) -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="BlazeunddieMonsterMaschinenNickGermany.de" status="online",Pluto TV Blaze Nick (720p) +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="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) @@ -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) @@ -72,9 +72,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Animals (Germany) (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ae7b456c8cf265ce922&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=301&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4948418101147596fd6c5a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=91083755-0728-11eb-aeab-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany) (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4948418101147596fd6c5a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4948418101147596fd6c5a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=91083755-0728-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central (Made in Germany)+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b8923fc302800079e4f4f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e7b8923fc302800079e4f4f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ee59b770-663e-4463-bf9b-3f7c374fbc39&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (Germany) (720p) diff --git a/streams/de_rakuten.m3u b/streams/de_rakuten.m3u index 17def5b4da..560f0c3b46 100644 --- a/streams/de_rakuten.m3u +++ b/streams/de_rakuten.m3u @@ -5,19 +5,19 @@ https://rakuten-actionmovies-3-eu.rakuten.wurl.tv/playlist.m3u8 https://rakuten-comedymovies-5-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVComedyMoviesGermany.de" status="online",Rakuten Comedy Movies Germany (720p) https://rakuten-comedymovies-3-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaAustria.at" status="online",Rakuten TV Shows Austria (720p) -https://rakuten-tvshows-5-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaGermany.de" status="online",Rakuten TV Shows Germany (720p) -https://rakuten-tvshows-3-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilyGermany.de" status="online",Rakuten TV Family Germany (720p) -https://rakuten-family-5-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightAustria.at" status="online",Rakuten Spotlight Austria (720p) https://rakuten-spotlight-5-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightGermany.de" status="online",Rakuten Spotlight Germany (720p) https://rakuten-spotlight-3-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopFreeGermany.de" status="online",Rakuten Top Free Germany (720p) -https://rakuten-topfree-3-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="Revry.us" status="online",Revry (720p) https://revry-revry-3-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten Top Free Germany (720p) +https://rakuten-topfree-3-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Documentaries Germany (720p) https://rakuten-documentaries-5-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Family Germany (720p) +https://rakuten-family-5-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Austria (720p) +https://rakuten-tvshows-5-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Germany (720p) +https://rakuten-tvshows-3-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/dk.m3u b/streams/dk.m3u index 3eb9947e1f..a60c6ef5a9 100644 --- a/streams/dk.m3u +++ b/streams/dk.m3u @@ -7,9 +7,9 @@ https://drlive02hls.akamaized.net/hls/live/2014187/drlive02/master.m3u8 https://drlive03hls.akamaized.net/hls/live/2014190/drlive03/master.m3u8 #EXTINF:-1 tvg-id="KanalHovedstaden.dk" status="online",Kanal Hovedstaden (720p) https://59b954022ec35.streamlock.net/liveTV2/smil:liveTVstream2.transcoder.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KKRtv.dk" status="online",KKRtv (720p) +#EXTINF:-1 tvg-id="KKRtv.dk" status="timeout",KKRtv (720p) http://stream.kkr.dk/live/kkr/playlist.m3u8 -#EXTINF:-1 tvg-id="KKRtv.dk" status="online",KKRtv (720p) +#EXTINF:-1 tvg-id="KKRtv.dk" status="timeout",KKRtv (720p) http://stream.kkr.dk/live/ngrp:kkr_adaptive/playlist.m3u8 #EXTINF:-1 tvg-id="TV2Bornholm.dk" status="online",TV2/Bornholm (1080p) [Not 24/7] https://live.tv2bornholm.dk/stream/live/playlist.m3u8 diff --git a/streams/do.m3u b/streams/do.m3u index cc909ce679..eafe7b398b 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -1,7 +1,7 @@ #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="BonaoTV.do" status="error",Bonao TV +#EXTINF:-1 tvg-id="BonaoTV.do" status="online",Bonao TV https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 #EXTINF:-1 tvg-id="Camara809.do" status="blocked",Camara 809 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 @@ -13,10 +13,8 @@ https://cdn4.hostlagarto.com:8081/static/telecanal12/playlist.m3u8 https://ss3.domint.net:3150/c25_str/canal25/playlist.m3u8 #EXTINF:-1 tvg-id="CanalCatorce.do" status="online",Canal Catorce https://video.misistemareseller.com/catorcetv/catorcetv/playlist.m3u8 -#EXTINF:-1 tvg-id="CascaraTV.do" status="online",Cáscara TV +#EXTINF:-1 tvg-id="CascaraTV.do" status="error",Cáscara TV https://ss3.domint.net:3144/ctv_str/cascaratv/playlist.m3u8 -#EXTINF:-1 tvg-id="CieloTV.do" status="timeout",Cielo TV -https://62ac3ff10e9f0.streamlock.net:1936/cielotv/cielotv/playlist.m3u8 #EXTINF:-1 tvg-id="CinevisionCanal19.do" status="online",Cinevision Canal 19 (720p) https://live.teledom.info:3713/live/cinevisionlive.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV @@ -25,13 +23,13 @@ https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 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 -#EXTINF:-1 tvg-id="DANTV.do" status="online",DAN TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DANTV.do" status="error",DAN TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Punaltv/punaltvHD.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Digital15.do" status="online",Digital 15 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/27456795/events/8268514/player #EXTINF:-1 tvg-id="Digital809TV.do" status="online",Digital809 TV https://inliveserver.com:1936/digital809tv/digital809tv/playlist.m3u8 -#EXTINF:-1 tvg-id="Ecovision.do" status="error",Ecovisión (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ecovision.do" status="online",Ecovisión (480p) [Not 24/7] https://vdo1.streamgato.us:3014/live/ecovisionlive.m3u8 #EXTINF:-1 tvg-id="entelevision.do" status="online",Entelevisión https://video.misistemareseller.com/entelevision/entelevision/playlist.m3u8 @@ -43,9 +41,9 @@ https://video.misistemareseller.com/Fuegotv/Fuegotv/playlist.m3u8 https://vdo1.streamgato.us:3839/live/galaxiatvlive.m3u8 #EXTINF:-1 tvg-id="GDMTV.do" status="online",GDMTV (720p) [Not 24/7] https://ss2.domint.net:3200/gdm_str/gdmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="GuacaraTV.do" status="online",Guacara TV +#EXTINF:-1 tvg-id="GuacaraTV.do" status="error",Guacara TV https://cloudflare.streamgato.us:3180/live/guacaratvlive.m3u8 -#EXTINF:-1 tvg-id="HermanasMirabalTV.do" status="blocked",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 @@ -67,13 +65,13 @@ http://server3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 http://stream3.prostudionetwork.com:1943/megavision/MV/playlist.m3u8 #EXTINF:-1 tvg-id="Microvision10.do" status="online",Microvision 10 (720p) [Not 24/7] http://190.103.183.24:1935/live/MicroHD/playlist.m3u8 -#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 #EXTINF:-1 tvg-id="MorroTV.do" status="online",MorroTV https://cloudflare.streamgato.us:3044/live/morrotvlive.m3u8 -#EXTINF:-1 tvg-id="Musavision.do" status="online",Musavisión +#EXTINF:-1 tvg-id="Musavision.do" status="blocked",Musavisión https://cm.hostlagarto.com:4445/Musavisionhd/Musavisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="NaranjaTV.do" status="online",Naranja TV https://cdn.streamingcpanel.com:3526/live/teleraiceslive.m3u8 @@ -87,7 +85,7 @@ https://ss3.domint.net:3134/otv_str/orbittv/playlist.m3u8 https://ss5.domint.net:3048/pvv_str/peravia/playlist.m3u8 #EXTINF:-1 tvg-id="PHTV.do" status="online",PHTV Canal 34 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/phtv/Phtv.myStream/chunks.m3u8 -#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="error",Punta Cana TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PuntaCanaTV.do" status="online",Punta Cana TV (720p) [Not 24/7] https://cdn4.hostlagarto.com:8081/static/puntacanatv/playlist.m3u8 #EXTINF:-1 tvg-id="ReadyTVCanal6.do" status="online",Ready TV Canal 6 (720p) [Not 24/7] http://190.103.183.24:1935/ReadyTV/ReadyHD/playlist.m3u8 @@ -113,7 +111,7 @@ https://ss8.domint.net:3128/stv_str/tv55/master.m3u8 http://108.175.14.125:1935/tdn/tdn/playlist.m3u8 #EXTINF:-1 tvg-id="TeleBendicion.do" status="timeout",TeleBendicion (720p) [Not 24/7] http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecanal28.do" status="blocked",Telecanal 28 (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telecanal28.do" status="online",Telecanal 28 (360p) [Geo-blocked] http://cm.hostlagarto.com:8081/Telecanal-28/telecanal.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 @@ -141,7 +139,7 @@ http://newyorkstream.ddns.net:1935/telenord12/telenord12/playlist.m3u8 https://cdn5.streamgato.us:3315/live/telesantodomingolive.m3u8 #EXTINF:-1 tvg-id="TelesurCanal10.do" status="online",Telesur Canal (360p) [Not 24/7] https://ss3.domint.net:3124/tls_str/telesur/playlist.m3u8 -#EXTINF:-1 tvg-id="Teletur.do" status="error",Teletur +#EXTINF:-1 tvg-id="Teletur.do" status="online",Teletur https://cdn4.hostlagarto.com:8081/static/teletur/playlist.m3u8 #EXTINF:-1 tvg-id="Teleunion.do" status="online",Teleunion (480p) [Not 24/7] http://server3.prostudionetwork.com:1945/teleunion/TU/playlist.m3u8 @@ -157,8 +155,6 @@ 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="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 #EXTINF:-1 tvg-id="Vallevision.do" status="online",Vallevision Canal 10 (720p) [Not 24/7] diff --git a/streams/dz.m3u b/streams/dz.m3u index 0c777697da..b4f490f341 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#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] +#EXTINF:-1 tvg-id="AlAnisTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Anis TV [Geo-blocked] #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="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] @@ -12,7 +12,7 @@ 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="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",Echorouk TV (720p) [Geo-blocked] +#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] #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="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] @@ -38,10 +38,10 @@ https://cdn02.hta.dz/abr_htatv/SamiraTV/playlist.m3u8 #EXTINF:-1 tvg-id="TV1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/PROGRAMME_NATIONAL/playlist.m3u8 -#EXTINF:-1 tvg-id="TV2.dz" status="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] +#EXTINF:-1 tvg-id="TV2.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Canal Algérie [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/CANAL_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="TV3.dz" status="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] @@ -50,13 +50,13 @@ https://cdn02.hta.dz/abr_htatv/TV_4/playlist.m3u8 #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="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",Algérie TV6 [Geo-blocked] +#EXTINF:-1 tvg-id="TV6.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_6_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="TV7.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] +#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] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV7_ELMAARIFA/playlist.m3u8 -#EXTINF:-1 tvg-id="TV8.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV8 Edhakira [Geo-blocked] +#EXTINF:-1 tvg-id="TV8.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV8 Edhakira [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV8_EDHAKIRA/playlist.m3u8 #EXTINF:-1 tvg-id="" status="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",AL24 News diff --git a/streams/ec.m3u b/streams/ec.m3u index 04f98b192f..36535b3798 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -5,7 +5,7 @@ https://asomatv.duckdns.org/livestream/stream.m3u8 https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 #EXTINF:-1 tvg-id="Ecuavisa.ec" status="blocked",Ecuavisa [Geo-blocked] https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8 -#EXTINF:-1 tvg-id="EducaTV.ec" status="online",EducaTV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EducaTV.ec" status="error",EducaTV (1080p) [Not 24/7] https://cloud7.streamingcnt.net/cnt/educa/playlist.m3u8 #EXTINF:-1 tvg-id="ElSolNetworkTV.ec" status="online",El Sol Network TV https://rctvhd.net:8081/elsol105fm/index.m3u8 @@ -19,7 +19,7 @@ https://plataformavideo.com:19360/nortvision/nortvision.m3u8 https://srv.panelcast.net/puruwalive/puruwalive/playlist.m3u8 #EXTINF:-1 tvg-id="RadioImpacto2.ec" status="online",Radio Impacto 2 (1080p) [Not 24/7] https://sv72.ecuaradiotv.net/impacto2tv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="SonoOndaTV.ec" status="timeout",Sono Onda TV +#EXTINF:-1 tvg-id="SonoOndaTV.ec" status="online",Sono Onda TV https://mediacpstreamchile.com:1936/sonoonda/sonoonda/playlist.m3u8 #EXTINF:-1 tvg-id="Telerama.ec" status="online",Telerama (240p) [Not 24/7] https://envivo.telerama.ec/stream.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index b8b7b0733d..95db5e6fde 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -1,15 +1,15 @@ #EXTM3U #EXTINF:-1 tvg-id="AghapyTV.eg" status="online",Aghapy TV (1080p) [Not 24/7] https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlGhadTV.eg" status="online",Al Ghad (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlGhadTV.eg" status="error",Al Ghad (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alghadtv/live #EXTINF:-1 tvg-id="AlHayatTV.us" status="online",Al Hayat TV (720p) 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="online",CBC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CBC.eg" status="error",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 +#EXTINF:-1 tvg-id="CBCSofra.eg" status="error",CBC Sofra http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CBCSofraStream/live #EXTINF:-1 tvg-id="CopticTV.eg" status="online",Coptic TV (720p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 @@ -25,10 +25,8 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MekameleenTV.eg" status="online",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MESatHD.eg" status="online",MESat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MESatHD.eg" status="error",MESat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live -#EXTINF:-1 tvg-id="NobleTV.eg" status="online",Noble TV (360p) -https://5d39f1ab8ba65.streamlock.net:1935/arabic-test/arabic-test/playlist.m3u8 #EXTINF:-1 tvg-id="SadaElbalad.eg" status="online",Sada Elbalad (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/elbaladtv #EXTINF:-1 tvg-id="TeN.eg" status="online",Ten TV (720p) [Not 24/7] diff --git a/streams/es.m3u b/streams/es.m3u index 7954aa1834..65ae83d9b6 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -15,7 +15,7 @@ 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="AlacantiTV.es" status="online",Alacantí TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AlacantiTV.es" status="error",Alacantí TV (576p) [Not 24/7] https://streaming01.gestec-video.com/hls/artequatreAlacanti.m3u8 #EXTINF:-1 tvg-id="AlcarriaTV.es" status="online",Alcarria TV (576p) [Not 24/7] http://cls.alcarria.tv/alcarriatv/livestream/playlist.m3u8 @@ -49,7 +49,7 @@ https://rtvelivestream.akamaized.net/segments/24h/24h_main.m3u8 https://common01.todostreaming.es/live/tvbarbastro-livestream.m3u8 #EXTINF:-1 tvg-id="Canal33Madrid.es" status="online",Canal 33 Madrid (720p) [Not 24/7] https://5ab29cc78f681.streamlock.net/canal33tvmadridgmailcom/livestream/master.m3u8 -#EXTINF:-1 tvg-id="Canal56.es" status="error",Canal 56 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal56.es" status="online",Canal 56 (576p) [Not 24/7] https://videos.canal56.com/directe/stream/index.m3u8 #EXTINF:-1 tvg-id="Canal2000.es" status="online",Canal 2000 La Solana (720p) http://canal2000.berkano-systems.net/streaming/streams/canal2000.m3u8 @@ -57,7 +57,7 @@ http://canal2000.berkano-systems.net/streaming/streams/canal2000.m3u8 https://5d8d85cf2c308.streamlock.net:1936/CanalcostaTV/WXP6YT/playlist.m3u8 #EXTINF:-1 tvg-id="CanalDiocesano.es" status="online",Canal Diocesano (576p) [Not 24/7] https://cdn01.yowi.tv/DDDDDDDDDD/master.m3u8 -#EXTINF:-1 tvg-id="CanalDonana.es" status="error",Canal Doñana (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalDonana.es" status="online",Canal Doñana (720p) [Not 24/7] https://secure5.todostreaming.es/live/division-alm.m3u8 #EXTINF:-1 tvg-id="CanalExtremadura.es" status="online",Canal Extremadura (576p) [Not 24/7] https://cdnlive.shooowit.net/canalextremaduralive/smil:channel1DVR.smil/playlist.m3u8 @@ -71,12 +71,12 @@ http://217.125.136.93:8080/canalsierradecadiz1080.m3u8 http://217.125.136.93:8080/canalsierradecadiz720.m3u8 #EXTINF:-1 tvg-id="CanalSierradeCadiz.es" status="online",Canal Sierra de Cádiz (576p) http://217.125.136.93:8080/canalsierradecadiz576.m3u8 -#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqwjtgaJflHga2aPWphG5PQ/live #EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (720p) https://cdnlive.codev8.net/rtvalive/smil:channel1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="online",Canal Sur Andalucía (720p) https://cdnlive.shooowit.net/rtvalive/smil:channel1.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalSurAndalucia.es" status="error",Canal Sur Andalucía (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqwjtgaJflHga2aPWphG5PQ/live #EXTINF:-1 tvg-id="CanalTaronja.es" status="blocked",Canal Taronja Osona i Moianés (480p) [Not 24/7] https://taronjavic.streaming-pro.com/hls/vic.m3u8 #EXTINF:-1 tvg-id="ClanTVE.es" status="timeout",Clan TVE (1080p) [Geo-blocked] @@ -95,14 +95,14 @@ 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="ElToroTV.es" status="online",El Toro TV (720p) -https://streaming003.gestec-video.com/hls/eltoro_bal.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://streaming011.gestec-video.com/hls/eltoro_bal.m3u8 +#EXTINF:-1 tvg-id="ElToroTV.es" status="error",El Toro TV (720p) +https://streaming003.gestec-video.com/hls/eltoro_bal.m3u8 #EXTINF:-1 tvg-id="ETB1.es" status="online",ETB 1 (720p) https://multimedia.eitb.eus/live-content/etb1hd-hls/master.m3u8 #EXTINF:-1 tvg-id="ETB2.es" status="online",ETB 2 (720p) @@ -123,20 +123,10 @@ 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) -https://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8 -#EXTINF:-1 tvg-id="HQMFolk.es" status="online",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) -https://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8 -#EXTINF:-1 tvg-id="HQMRock.es" status="online",HQM Rock (1080p) -https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8 -#EXTINF:-1 tvg-id="HQMSpanish.es" status="online",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 #EXTINF:-1 tvg-id="IB3.es" status="online",IB3 Global (720p) [Not 24/7] @@ -166,9 +156,9 @@ https://ztnr.rtve.es/ztnr/5190066.m3u8 #EXTINF:-1 tvg-id="La1Catalunya.es" status="timeout",La 1 Catalunya (576p) [Geo-blocked] https://ztnr.rtve.es/ztnr/3293681.m3u8 #EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p) -https://ztnr.rtve.es/ztnr/1688885.m3u8 -#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="timeout",La 2 (1080p) +https://ztnr.rtve.es/ztnr/1688885.m3u8 #EXTINF:-1 tvg-id="La7.es" status="online",LA7 (720p) https://cdnlive.shooowit.net/la7live/smil:channel1.smil/master.m3u8 #EXTINF:-1 tvg-id="La8Avila.es" status="online",La 8 Avila (720p) [Not 24/7] @@ -211,7 +201,7 @@ https://limited2.todostreaming.es/live/m95-livestream.m3u8 https://stream.maestrat.tv/hls/stream.m3u8 #EXTINF:-1 tvg-id="MirameTV.es" status="online",Mírame TV (360p) [Not 24/7] https://bit.controlstreams.com:5443/LiveApp/streams/mirametv.m3u8 -#EXTINF:-1 tvg-id="NoroesteTV.es" status="timeout",Noroeste TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NoroesteTV.es" status="online",Noroeste TV (720p) [Not 24/7] https://cloudvideo.servers10.com:8081/8032/index.m3u8 #EXTINF:-1 tvg-id="Pequeradio.es" status="online",Pequeradio (720p) [Not 24/7] https://canadaremar2.todostreaming.es/live/peque-pequetv.m3u8 @@ -231,7 +221,7 @@ https://bit.controlstreams.com:5443/LiveApp/streams/punt3.m3u8 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 -#EXTINF:-1 tvg-id="RealMadridTV.es" status="timeout",Real Madrid TV +#EXTINF:-1 tvg-id="RealMadridTV.es" status="error",Real Madrid TV http://154.62.74.11:1935/live/realmadridnntv/playlist.m3u8 #EXTINF:-1 tvg-id="RTVC.es" status="blocked",RTVC (Radio Televisión Canaria) (720p) https://rtvc-live1-rm.flumotion.com/playlist.m3u8 @@ -245,9 +235,11 @@ https://canadaremar2.todostreaming.es/live/solidariatv-webhd.m3u8 https://www.onairport.live/sophiatv-es-live/livestream/master.m3u8 #EXTINF:-1 tvg-id="SophiaTV.es" status="online",Sophia TV (720p) https://www.onairport.live/sophiatv-es-live/livestream_high/master.m3u8 +#EXTINF:-1 tvg-id="Taroteame.es" status="online",Tarotéame (576p) +https://5d2733224ac48.streamlock.net/taroteame/tarot_web/playlist.m3u8 #EXTINF:-1 tvg-id="Teledeporte.es" status="timeout",Teledeporte TDP (1080p) https://rtvelivestream.akamaized.net/segments/tdp/tdp_main.m3u8 -#EXTINF:-1 tvg-id="Teleganes.es" status="online",TVL Teleganés (720p) +#EXTINF:-1 tvg-id="Teleganes.es" status="error",TVL Teleganés (720p) https://live.yowi.tv/f79437b2aa253f8e59f1/master.m3u8 #EXTINF:-1 tvg-id="TeleGilena.es" status="online",TeleGilena (360p) [Not 24/7] https://5940924978228.streamlock.net/Directo1/Directo1/master.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index 6fedec93ca..16cf83e861 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -19,20 +19,20 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (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 (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (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="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] @@ -55,11 +55,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d54be https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a637c6fd00079c652f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a637c6fd00079c652f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVMusicMadeinSpain.us" status="online",Pluto TV MTV Music Made in Spain (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a26a056d55b30007918d5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS diff --git a/streams/es_rakuten.m3u b/streams/es_rakuten.m3u index 70a1dab78d..b126237cbd 100644 --- a/streams/es_rakuten.m3u +++ b/streams/es_rakuten.m3u @@ -29,8 +29,6 @@ https://jukin-peopleareawesome-2-eu.rakuten.wurl.tv/playlist.m3u8 https://rakuten-actionmovies-2-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVComedyMoviesSpain.es" status="online",Rakuten Comedy Movies Spain (720p) https://rakuten-comedymovies-2-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVFamilySpain.es" status="online",Rakuten TV Family Spain (720p) -https://rakuten-family-2-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightSpain.es" status="online",Rakuten Spotlight Spain (720p) https://rakuten-spotlight-2-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="ThePetCollectiveSpain.es" status="online",The Pet Collective Europe (720p) @@ -47,5 +45,7 @@ https://edgesports-row-rakuten.amagi.tv/playlist.m3u8 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 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Family Spain (720p) +https://rakuten-family-2-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Spain (720p) https://rakuten-tvshows-2-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/es_samsung.m3u b/streams/es_samsung.m3u index 9a07609cc8..e8fae7fc05 100644 --- a/streams/es_samsung.m3u +++ b/streams/es_samsung.m3u @@ -17,8 +17,6 @@ http://tracesportstars-samsunges.amagi.tv/hls/amagi_hls_data_samsunguk-tracespor https://dhx-caillou-1-es.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",iHola Play https://rakuten-hola-2-es.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Love Nature Español (1080p) [Geo-blocked] -https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00090-blueantmedia-lnrcastilian-samsungspain/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",People are Awesome https://jukin-peopleareawesome-2-es.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Planeta Junior TV diff --git a/streams/fi.m3u b/streams/fi.m3u index 872513d08c..e0ff8fa5c4 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -1,19 +1,23 @@ #EXTM3U #EXTINF:-1 tvg-id="AlfaTV.fi" status="online",AlfaTV (432p) [Not 24/7] https://alfatv.digitacdn.net/live/_definst_/alfatv/amlst:alfatv.amlst/playlist.m3u8 +#EXTINF:-1 tvg-id="ArvasTV.fi" status="online",ÅrvasTV +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC__baaN73Zp5Hn0N_d4BTdg/live #EXTINF:-1 tvg-id="HimlenTV7.fi" status="online",Himlen TV7 (720p) https://vod.tv7.fi/tv7-se/smil:tv7-se.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="INEZ.fi" status="online",INEZ (720p) +#EXTINF:-1 tvg-id="INEZ.fi" status="error",INEZ (720p) https://inezsecondary.digitacdn.net/live/_definst_/inez/amlst:inezlive.amlst/master.m3u8 #EXTINF:-1 tvg-id="KotiTV.fi" status="online",KotiTV (720p) [Not 24/7] https://kotitv.digitacdn.net/amlst:kotitv.amlst/playlist.m3u8 +#EXTINF:-1 tvg-id="MTVUutiset.fi" status="online",MTV Uutiset +https://mtvdashliveusp2-a.akamaized.net/live/E39USP/E39USP.isml/E39USP.m3u8 #EXTINF:-1 tvg-id="NarTV.fi" status="online",NärTV (360p) https://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="NebesaTV7.ru" status="online",Небеса ТВ7 (720p) https://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="OhoLiveTV.fi" status="online",Oho Live TV -https://5e4bcaad013b8.streamlock.net/live/Stream1/playlist.m3u8 -#EXTINF:-1 tvg-id="SundomTV.fi" status="online",Sundom TV (1080p) +#EXTINF:-1 tvg-id="NopolaNews.fi" status="online",Nopola News +https://virta2.nopolanews.fi:8443/live/smil:Stream1.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="SundomTV.fi" status="error",Sundom TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCyDiTtktwmrc20Bvs_G4pow/live #EXTINF:-1 tvg-id="TaevasTV7.fi" status="online",Taevas TV7 (720p) https://vod.tv7.fi/tv7-ee/smil:tv7-ee.smil/playlist.m3u8 diff --git a/streams/fi_rakuten.m3u b/streams/fi_rakuten.m3u new file mode 100644 index 0000000000..136441ffd2 --- /dev/null +++ b/streams/fi_rakuten.m3u @@ -0,0 +1,17 @@ +#EXTM3U +#EXTINF:-1 tvg-id="FilmRiseSciFiFinland.fi" status="online",FilmRise Sci-Fi Finland +https://d39g1vxj2ef6in.cloudfront.net/v1/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod-rakuten-stitched/d658fce8-d72e-4407-ba5b-14b823553af5/5.m3u8 +#EXTINF:-1 tvg-id="RakutenTVActionMoviesFinland.fi" status="online",Rakuten TV Toiminta +https://rakuten-action-12-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVComedyMoviesFinland.fi" status="online",Rakuten TV Komedia +https://rakuten-comedy-12-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVDocumentariesFinland.fi" status="online",Rakuten TV Dokumentit +https://rakuten-documentaries-12-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVDramaMoviesFinland.fi" status="online",Rakuten TV Draama +https://rakuten-drama-12-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVFamilyMoviesFinland.fi" status="online",Rakuten TV Perhe +https://rakuten-family-12-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVRakutenStoriesFinland.fi" status="online",Rakuten TV Rakuten Stories +https://rakuten-spotlight-12-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RakutenTVTopMoviesFinland.fi" status="online",Rakuten TV Huippuelokuvat +https://rakuten-huippuelokuvat-1-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index 33d0449127..22ab9b56d4 100644 --- a/streams/fr.m3u +++ b/streams/fr.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="7ALimoges.fr" status="online",7ALimoges (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="7ALimoges.fr" status="error",7ALimoges (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCdFv_ZWQ3Xk_NfRiaK-ryGg/live #EXTINF:-1 tvg-id="AlpedHuezTV.fr" status="online",Alpe d’Huez TV (720p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:adhtv/chunklist.m3u8 @@ -19,21 +19,21 @@ https://live.creacast.com/grandlittoral/smil:grandlittoral.smil/playlist.m3u8 http://biptv.tv/live/biptvstream_orig/index.m3u8 #EXTINF:-1 tvg-id="C8.fr" status="blocked",C8 https://s13.tntendirect.com/d8/live/playlist.m3u8 -#EXTINF:-1 tvg-id="C8.fr" status="timeout",C8 (1080p) +#EXTINF:-1 tvg-id="C8.fr" status="blocked",C8 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/C8TV -#EXTINF:-1 tvg-id="C8.fr" status="timeout",C8 +#EXTINF:-1 tvg-id="C8.fr" status="blocked",C8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5gv5rr #EXTINF:-1 tvg-id="CanalPlusFrance.fr" status="blocked",Canal+ France http://hls-m007.live-lv3.canalplus-cdn.net/live/disk/canalplusclair-hd/hls-ios-fhd-clair/canalplusclair-hd.m3u8 -#EXTINF:-1 tvg-id="CanalPlusFrance.fr" status="timeout",Canal+ France +#EXTINF:-1 tvg-id="CanalPlusFrance.fr" status="blocked",Canal+ France http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x5gv6be #EXTINF:-1 tvg-id="CentralTV.fr" status="online",Central TV (614p) [Not 24/7] 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) +#EXTINF:-1 tvg-id="CNews.fr" status="blocked",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] +#EXTINF:-1 tvg-id="CNews.fr" status="blocked",Cnews (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x3b68jn #EXTINF:-1 tvg-id="CStar.fr" status="blocked",CStar (360p) https://s13.tntendirect.com/d17/live/playlist.m3u8 @@ -41,7 +41,7 @@ https://s13.tntendirect.com/d17/live/playlist.m3u8 https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 #EXTINF:-1 tvg-id="DBMTV.fr" status="online",DBM TV (1080p) http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="timeout",El Heddaf TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="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 @@ -53,7 +53,7 @@ https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/euronewsHungarian/live #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews по-русски (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live -#EXTINF:-1 tvg-id="EuronewsRussian.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",Euronews по-русски (480p) +#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",Euronews по-русски (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s89/index.m3u8 #EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews en Español (720p) [Not 24/7] @@ -89,11 +89,11 @@ 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="online",France 24 Arabic (1080p) +#EXTINF:-1 tvg-id="France24Arabic.fr" status="error",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) +#EXTINF:-1 tvg-id="France24Espanol.fr" status="error",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="online",France 24 French (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24/live @@ -165,24 +165,18 @@ http://51.210.199.20/hls/stream.m3u8 http://51.210.199.21/hls/stream.m3u8 #EXTINF:-1 tvg-id="PersianaSonnati.fr" status="timeout",Persiana Sonati (576p) [Not 24/7] http://51.210.199.59/hls/stream.m3u8 -#EXTINF:-1 tvg-id="PublicSenat.fr" status="timeout",Public Sénat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PublicSenat.fr" status="blocked",Public Sénat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/xkxbzc #EXTINF:-1 tvg-id="RMCDecouverte.fr" status="blocked",RMC Découverte (720p) https://s13.tntendirect.com/rmcdecouverte/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="online",Tele Grenoble +#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="blocked",Tele Grenoble http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x128fjo -#EXTINF:-1 tvg-id="Telenantes.fr" status="online",Télénantes (480p) +#EXTINF:-1 tvg-id="Telenantes.fr" status="blocked",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 +#EXTINF:-1 tvg-id="Telesud.fr" status="blocked",TeleSud http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wrxqb #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) -http://gratuittv.free.fr/Files/tfx/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Tiji.fr" status="blocked",Tiji (1080p) -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="TraceLatina.uk" status="blocked",Trace Latina http://185.234.217.27:8002/play/a02f/index.m3u8 #EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="timeout",TV5 Monde Asie (576p) @@ -191,7 +185,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="online",TV8 Mont-Blanc (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV8MontBlanc.fr" status="blocked",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 @@ -217,6 +211,10 @@ https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3 http://51.210.199.16/hls/stream.m3u8 #EXTINF:-1 tvg-id="" status="online",Sqool TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaEqMbRYYOmI3WrALMhxuIg/live +#EXTINF:-1 tvg-id="" status="blocked",Tiji (1080p) +https://shls-tiji-tv-prod-dub.shahid.net/out/v1/ee05878a88474f408ff04495d44cc249/index.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Tiji Russia (576p) [Not 24/7] +http://188.40.68.167/russia/tiji/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Wéo (Hauts-de-France) (480p) [Not 24/7] https://live.digiteka.com/1/WGQ1NnhEN0lzM0NU/dk1EOHhw/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Wéo (Picardie) (480p) [Not 24/7] diff --git a/streams/fr_euronews.m3u b/streams/fr_euronews.m3u index 92c064c577..f6656f4832 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -11,3 +11,5 @@ https://euronews.alteox.app/hls/it_stream.m3u8 https://euronews.alteox.app/hls/pt_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews Russian https://euronews.alteox.app/hls/ru_stream.m3u8 +#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="online",Euronews Spanish +https://euronews.alteox.app/hls/es_stream.m3u8 diff --git a/streams/fr_pluto.m3u b/streams/fr_pluto.m3u index 35204bf25e..99b9ec0495 100644 --- a/streams/fr_pluto.m3u +++ b/streams/fr_pluto.m3u @@ -6,9 +6,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f92b5ba0 #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Bob l'éponge+ (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/609a33d06972da0007748ecf/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc9fd0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=195dd54b-932b-4f28-be70-7e736585335a #EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BoblepongeFrance.fr" status="online",Pluto TV Bob l'éponge (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffc8c345822750007e167de/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Clubbing TV (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/600ad8f86e1eba00081da3ce/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ae1b0-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=97358d7c-5219-43db-bcda-c5057f0bc369 #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Pluto TV Clubbing TV (720p) @@ -33,10 +33,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed52a62fa750007 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] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="timeout",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="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p) @@ -53,12 +53,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f062 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV 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 Investiga (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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) @@ -74,9 +74,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb9 #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="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/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 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 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/fr_rakuten.m3u b/streams/fr_rakuten.m3u index 719a60cb78..cbb6a7af64 100644 --- a/streams/fr_rakuten.m3u +++ b/streams/fr_rakuten.m3u @@ -7,18 +7,10 @@ https://rakuten-actionmovies-7-eu.rakuten.wurl.tv/playlist.m3u8 https://rakuten-comedymovies-7-fr.plex.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVComedyMoviesFrance.fr" status="online",Rakuten Comedy Movies France (720p) https://rakuten-comedymovies-7-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaFrance.fr" status="online",Rakuten TV Films Drames (720p) -https://rakuten-tvshows-7-fr.plex.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaFrance.fr" status="online",Rakuten TV Films Drames (720p) -https://rakuten-tvshows-7-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightFrance.fr" status="online",Rakuten Spotlight France (720p) https://rakuten-spotlight-7-fr.plex.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightFrance.fr" status="online",Rakuten Spotlight France (720p) https://rakuten-spotlight-7-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopFreeFrance.fr" status="online",Rakuten TV Top Films (720p) -https://rakuten-topfree-7-fr.plex.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopFreeFrance.fr" status="online",Rakuten TV Top Films (720p) -https://rakuten-topfree-7-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Anime Digital Network https://amg00762-adn-adn-rakuten-jnwoo.amagi.tv/hls/amagi_hls_data_rakutenAA-adn-rakuten/CDN/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV BBC Doctor Who France (720p) @@ -29,6 +21,10 @@ https://bbceu-bbcdrama-1-fr.rakuten.wurl.tv/playlist.m3u8 https://rakuten-documentaries-7-fr.plex.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Documentaires (720p) https://rakuten-documentaries-7-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Films Drames (720p) +https://rakuten-tvshows-7-fr.plex.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Films Drames (720p) +https://rakuten-tvshows-7-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Films Français (720p) https://rakuten-films-francais-1-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Films Thriller (720p) @@ -41,3 +37,7 @@ https://alchimie-ateliersdeschefs-rakuten.amagi.tv/playlist.m3u8 https://rakuten-romance-7-fr.plex.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Romance (720p) https://rakuten-romance-7-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Top Films (720p) +https://rakuten-topfree-7-fr.plex.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Top Films (720p) +https://rakuten-topfree-7-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/ge.m3u b/streams/ge.m3u index 8d04006833..3e50f64d55 100644 --- a/streams/ge.m3u +++ b/streams/ge.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="1TV.ge" status="online",1TV (240p) [Geo-blocked] https://tv.cdn.xsg.ge/gpb-1tv/index.m3u8 -#EXTINF:-1 tvg-id="2TV.ge" status="online",2TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2TV.ge" status="error",2TV (720p) [Not 24/7] https://tv.cdn.xsg.ge/gpb-2tv/index.m3u8 #EXTINF:-1 tvg-id="AbazaTV.ru" status="online",Abaza TV http://clients.apsny.camera/tv_abaza_tv/index.m3u8 @@ -9,11 +9,11 @@ http://clients.apsny.camera/tv_abaza_tv/index.m3u8 https://c4635.cdn.xsg.ge/c4635/TVFormula/index.m3u8 #EXTINF:-1 tvg-id="Formula.ge" status="online",Formula (1080p) https://tv.cdn.xsg.ge/c4635/TVFormula/playlist.m3u8 -#EXTINF:-1 tvg-id="MtavariArkhi.ge" status="error",Mtavari Arkhi (480p) +#EXTINF:-1 tvg-id="MtavariArkhi.ge" status="online",Mtavari Arkhi (480p) https://bozztv.com/36bay2/mtavariarxi/playlist.m3u8 #EXTINF:-1 tvg-id="PalitraNews.ge" status="online",Palitra News (480p) [Not 24/7] https://live.palitranews.ge/hls/palitratv/index.m3u8 #EXTINF:-1 tvg-id="PalitraNews.ge" status="online",Palitra News (480p) [Not 24/7] https://livestream.palitra.ge/hls/palitratv/index.m3u8 -#EXTINF:-1 tvg-id="RioniTV.ge" status="online",Rioni TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RioniTV.ge" status="timeout",Rioni TV (720p) [Not 24/7] http://video.rionitv.com:9090/hls/live/rioni.m3u8 diff --git a/streams/gr.m3u b/streams/gr.m3u index 3f695ceed5..dab71279c5 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -13,8 +13,6 @@ 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="error",ART TV (720p) [Not 24/7] -http://176.9.123.140:1935/arttv/arttv/playlist.m3u8 #EXTINF:-1 tvg-id="BarazaTV.gr" status="online",Baraza TV (1080p) https://eco.streams.ovh/BarazaTV/BarazarazaTV/BarazaTV/playlist.m3u8 #EXTINF:-1 tvg-id="BarazaTV.gr" status="online",Baraza TV (1080p) @@ -27,10 +25,6 @@ https://live.streams.ovh/netmedia/netmedia/playlist.m3u8 https://stream.net7.gr/hls/best/index.m3u8 #EXTINF:-1 tvg-id="CanaliTV.gr" status="online",Canali TV (720p) [Geo-blocked] http://live.streams.ovh:1935/cannali/cannali/playlist.m3u8 -#EXTINF:-1 tvg-id="Channel9.gr" status="online",Channel 9 (720p) -http://176.9.123.140:1935/channel9/channel9/playlist.m3u8 -#EXTINF:-1 tvg-id="Channel9.gr" status="online",Channel 9 (720p) -https://e-e.cyou:8222/channel9/channel9/playlist.m3u8 #EXTINF:-1 tvg-id="Choice.gr" status="online",Choice (956p) [Not 24/7] https://vod.streams.ovh:3528/stream/play.m3u8 #EXTINF:-1 tvg-id="CorfuTV.gr" status="online",Corfu TV (576p) [Not 24/7] @@ -47,10 +41,6 @@ https://liveopen.siliconweb.com/openTvLive/openEcclessia/playlist.m3u8 https://video.streams.ovh:1936/egnatiatv/egnatiatv/index.m3u8 #EXTINF:-1 tvg-id="EllasTV.gr" status="online",Ellas TV (1080p) http://ellastv.gotdns.com:88/freetv/promo/index.m3u8 -#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="error",Epirus TV1 (1080p) [Not 24/7] -http://176.9.123.140:1935/radioepirus/radioepirus/playlist.m3u8 #EXTINF:-1 tvg-id="ERT1.gr" status="blocked",ERT 1 (1080p) [Geo-blocked] https://ert1-live.ert.insyscd.net/out/v1/bc7e22e489c7452280769c91743cc2f3/ert1-live.m3u8 #EXTINF:-1 tvg-id="ERT2.gr" status="blocked",ERT 2 (1080p) [Geo-blocked] @@ -61,11 +51,9 @@ https://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3.m3u8 https://ert-live-bcbs15228.siliconweb.com/media/ert_news/ert_news.m3u8 #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="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 (480p) http://wpso.com:1936/hls/wzra.m3u8 -#EXTINF:-1 tvg-id="ERTWorld.gr" status="error",ERT World (720p) +#EXTINF:-1 tvg-id="ERTWorld.gr" status="timeout",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 @@ -74,9 +62,9 @@ https://s1.cystream.net/live/faros1/playlist.m3u8 #EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked] https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 #EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] -https://vdo3.alphaserver.gr:3466/stream/play.m3u8 -#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="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) @@ -94,9 +82,9 @@ https://stream.ioniantv.gr/ionian/live_abr/playlist.m3u8 #EXTINF:-1 tvg-id="IridaTV.gr" status="online",Irida TV (226p) [Not 24/7] https://www.hellasnet.tv/rest.live.hn/ws.iri/playlist.m3u8 #EXTINF:-1 tvg-id="KontraChannel.gr" status="online",Kontra Channel (1080p) -http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8 -#EXTINF:-1 tvg-id="KontraChannel.gr" status="error",Kontra Channel (1080p) http://flashcloud.mediacdn.com/live/kontratv/.m3u8 +#EXTINF:-1 tvg-id="KontraChannel.gr" status="online",Kontra Channel (1080p) +http://kontralive.siliconweb.com/live/kontratv/playlist.m3u8 #EXTINF:-1 tvg-id="KritiTV.gr" status="online",Κρήτη TV (720p) [Not 24/7] http://live.cretetv.gr:1935/cretetv/myStream/f1tv.m3u8 #EXTINF:-1 tvg-id="MagicTV.gr" status="online",Magic TV (480p) @@ -105,8 +93,6 @@ https://itv.streams.ovh/magictv/magictv/playlist.m3u8 http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 #EXTINF:-1 tvg-id="MEGATVHD.gr" status="blocked",Mega TV https://streamcdnb7-c98db5952cb54b358365984178fb898a.msvdn.net/live/S86713049/gonOwuUacAxM/playlist.m3u8 -#EXTINF:-1 tvg-id="MesogeiosTV.gr" status="error",Mesogeios TV (432p) -http://176.9.123.140:1935/mesogeiostv/stream/master.m3u8 #EXTINF:-1 tvg-id="MessatidaTV.gr" status="online",Μεσσάτιδα TV (450p) [Not 24/7] https://vod.streams.ovh:3037/stream/play.m3u8 #EXTINF:-1 tvg-id="MGRTV.gr" status="online",MGR TV (1080p) [Not 24/7] @@ -125,8 +111,6 @@ http://live.streams.ovh:1935/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="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 #EXTINF:-1 tvg-id="OpenTVBUP.gr" status="timeout",Open TV BUP @@ -155,10 +139,10 @@ https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8 http://wpso.com:1936/hls/music1.m3u8 #EXTINF:-1 tvg-id="TV100.gr" status="online",TV 100 (576p) [Not 24/7] https://live.fm100.gr/hls/tv100/index.m3u8 -#EXTINF:-1 tvg-id="TVCreta.gr" status="online",Creta (540p) [Not 24/7] -http://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8 #EXTINF:-1 tvg-id="TVCreta.gr" status="online",TV Creta (540p) [Not 24/7] https://live.streams.ovh/tvcreta/tvcreta/chunklist.m3u8 +#EXTINF:-1 tvg-id="TVCreta.gr" status="blocked",Creta (540p) [Not 24/7] +http://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8 #EXTINF:-1 tvg-id="TVFilopoli.gr" status="online",TV Filopoli (360p) [Not 24/7] http://live.streams.ovh:1935/tvfilopoli/tvfilopoli/playlist.m3u8 #EXTINF:-1 tvg-id="Xplore.gr" status="online",Xplore (714p) [Geo-blocked] @@ -175,8 +159,6 @@ 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="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 #EXTINF:-1 tvg-id="" status="online",Start TV diff --git a/streams/gt.m3u b/streams/gt.m3u index 3825fec151..bcd56938f3 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -3,9 +3,9 @@ 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 https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8 -#EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV +#EXTINF:-1 tvg-id="ElOlamTV.gt" status="online",El Olam TV https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 -#EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente +#EXTINF:-1 tvg-id="FeViviente.gt" status="error",Fe Viviente https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 #EXTINF:-1 tvg-id="FranchsTV.gt" status="online",Franchs TV https://stream.oursnetworktv.com/latin/franchstv/playlist.m3u8 @@ -15,7 +15,7 @@ https://prensalibre-live.cdn.vustreams.com/live/cd8f5328-7a1c-49d9-b318-9190858d http://streamingcontrol.com:1935/ectv/ectv/playlist.m3u8 #EXTINF:-1 tvg-id="NimTV.gt" status="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 diff --git a/streams/hk.m3u b/streams/hk.m3u index fb4545ad36..5e437b6c71 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -3,49 +3,114 @@ 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) +#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",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="HKIBC.hk" status="online",HKIBC http://uc6.i-cable.com/live_freedirect/opentvhd002_h.live/playlist.m3u8 +#EXTINF:-1 tvg-id="HKSTV.hk" status="online",香港衛視 (576p) [Not 24/7] +http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 #EXTINF:-1 tvg-id="HKSTV.hk" status="blocked",HKSTV (香港衛視) (720p) [Not 24/7] https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 -#EXTINF:-1 tvg-id="HKSTV.hk" status="timeout",香港衛視 (576p) [Not 24/7] -http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 -#EXTINF:-1 tvg-id="HongKongOpenTV.hk" status="online",香港开电视 / HKSTV-HKS (720p) +#EXTINF:-1 tvg-id="HOYTV.hk" status="online",HOY TV (720p) http://media.fantv.hk/m3u8/archive/channel2.m3u8 +#EXTINF:-1 tvg-id="HOYTV.hk" status="online",HOY TV (720p) +http://uc6.i-cable.com/live_freedirect/opentvhd001_h.live/playlist.m3u8 +#EXTINF:-1 tvg-id="HOYTV.hk" status="online",HOY TV (480p) +http://uc6.i-cable.com/live_freedirect/opentvhd001.live/playlist.m3u8 +#EXTINF:-1 tvg-id="HOYTV.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",HOY TV (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/77/index.m3u8 +#EXTINF:-1 tvg-id="HOYTV.hk" status="blocked",HOY TV (1080p) [Geo-blocked] +https://d3lbtdzocyu3ke.cloudfront.net/out/v1/214e9e20c822494ea5bc1f1428833428/index.m3u8 #EXTINF:-1 tvg-id="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="Kix.hk" status="online",Kix (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="ICableNewsChannel.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",i-Cable News Channel (有線新聞台) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/78/index.m3u8 +#EXTINF:-1 tvg-id="Kix.hk" status="error",Kix (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h07/index.m3u8 -#EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) +https://allanf181.github.io/adaptive-streams/streams/hk/MiaoMi.m3u8 +#EXTINF:-1 tvg-id="MiaoMi.hk" status="error",Miao Mi (1080p) [Not 24/7] https://kr-streams.onrender.com/scraper?channel=521 -#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (576p) -http://210.210.155.37/uq2663/h/h157/index2.m3u8 +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (1080p) +https://playtv-live.ifeng.com/live/06OLEGEGM4G_tv1.m3u8 #EXTINF:-1 tvg-id="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 (鳳凰衛視資訊) (1080p) +https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8 #EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) http://210.210.155.37/qwr9ew/s/s21/index.m3u8 #EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="timeout",鳳凰衛視資訊台HD (720p) [Not 24/7] http://117.169.120.138:8080/live/fhzixun/.m3u8 -#EXTINF:-1 tvg-id="RTHKTV31.hk" status="blocked",RTHK (港台電視31) (360p) [Geo-blocked] +#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="RTHKTV31.hk" status="online",RTHK (港台電視31) (1080p) +https://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.m3u8 +#EXTINF:-1 tvg-id="RTHKTV31.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",RTHK (港台電視31) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/31/index.m3u8 #EXTINF:-1 tvg-id="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="RTHKTV32.hk" status="online",RTHK (港台電視32) (1080p) +https://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8 +#EXTINF:-1 tvg-id="RTHKTV32.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",RTHK (港台電視32) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/32/index.m3u8 +#EXTINF:-1 tvg-id="SPOTV2.hk" status="online",SPOTV2 (1080p) +https://bcovlive-a.akamaihd.net/48eee16919834d3b97df1082a649bcfa/ap-northeast-1/6271486521001/playlist.m3u8 +#EXTINF:-1 tvg-id="SPOTV.hk" status="online",SPOTV (1080p) +https://bcovlive-a.akamaihd.net/99545824f51f4c1592b35314c6ece3b0/ap-northeast-1/6271486521001/playlist.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="TVBFinanceSportsInformationChannel.hk" status="online",TVB Finance and Sport Channel (Cantonese Subtitles) (720p) +http://9.zhxinda.xyz/newss.php?id=2 +#EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="online",TVB Finance and Sport Channel (720p) +https://tvp22.sky4k.top/index2.php +#EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Finance and Sport Channel (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/85/index.m3u8 #EXTINF:-1 tvg-id="TVBJ2.hk" status="online",TVB J2 https://j3.lhlh.app/mv.m3u8 +#EXTINF:-1 tvg-id="TVBJ2.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB J2 (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/82/index.m3u8 +#EXTINF:-1 tvg-id="TVBJade.hk" status="online",TVB Jade (翡翠台) (Cantonese Subtitles) (720p) +http://23.237.10.66:16106 +#EXTINF:-1 tvg-id="TVBJade.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Jade (翡翠台) (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/81/index.m3u8 #EXTINF:-1 tvg-id="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="TVBNewsChannel.hk" status="online",TVB News Channel (720p) +http://9.zhxinda.xyz/newss.php?id=1 +#EXTINF:-1 tvg-id="TVBNewsChannel.hk" status="online",TVB News Channel (720p) +https://tvp22.sky4k.top/index1.php +#EXTINF:-1 tvg-id="TVBNewsChannel.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB News Channel (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/83/index.m3u8 +#EXTINF:-1 tvg-id="TVBPearl.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",TVB Pearl (珍珠台) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/84/index.m3u8 #EXTINF:-1 tvg-id="TVBPearl.hk" status="timeout",TVB明珠台 (PEARL) http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=12&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= #EXTINF:-1 tvg-id="TVBPearl.hk" status="timeout",TVB明珠台 (PEARL) 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="TVBPearl.hk" 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="TVBXingHe.hk" status="error",TVB Xing He 星河 (720p) +http://206.221.176.47:64020 +#EXTINF:-1 tvg-id="ViuTV.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",ViuTV (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/99/index.m3u8 +#EXTINF:-1 tvg-id="ViuTVsix.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246",ViuTVsix (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/96/index.m3u8 #EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix http://61.238.6.49:8000/bysid/96 diff --git a/streams/hn.m3u b/streams/hn.m3u index cd2b0f318a..d16539a031 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -21,7 +21,7 @@ https://emisoras.hn:8081/diostevetv/playlist.m3u8 https://emisoras.hn:8081/diostevekids/playlist.m3u8 #EXTINF:-1 tvg-id="EDNTV.hn" status="online",EDN TV (1080p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/edntv/videoedntv/playlist.m3u8 -#EXTINF:-1 tvg-id="HCH.hn" status="online",HCH (Hable Como Habla) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HCH.hn" status="blocked",HCH (Hable Como Habla) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81za5c #EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (480p) https://emisoras.hn:8081/jbn/index.m3u8 @@ -41,7 +41,7 @@ http://lencatelevision.com:8080/hls/ltv3.m3u8 https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8 #EXTINF:-1 tvg-id="SercanoTV.hn" status="online",Sercano TV (720p) http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SuyapaTV.hn" status="online",Suyapa TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SuyapaTV.hn" status="error",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 @@ -59,11 +59,9 @@ 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="error",Omega Tv (288p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 -#EXTINF:-1 tvg-id="" status="error",Todo Deportes TV + +#EXTINF:-1 tvg-id="" status="online",Todo Deportes TV + http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/tododeportesplus/ -#EXTINF:-1 tvg-id="" status="error",Vida TV (720p) [Not 24/7] -http://184.173.181.2:1935/8070/8070/playlist.m3u8 diff --git a/streams/hr.m3u b/streams/hr.m3u index 55da4348a4..f1dc40f184 100644 --- a/streams/hr.m3u +++ b/streams/hr.m3u @@ -26,12 +26,12 @@ http://195.29.70.67/PLTV/88888888/224/3221226027/index.m3u8 #EXTINF:-1 tvg-id="MAXtvPromoKanal.hr" status="online" user-agent="Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0",MAXtv Promo Kanal (528p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0 http://195.29.70.84/PLTV/88888888/224/3221226027/index.m3u8 -#EXTINF:-1 tvg-id="OTV.hr" status="online",OTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="OTV.hr" status="blocked",OTV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x654gen #EXTINF:-1 tvg-id="RTLCroatia.hr" status="online" user-agent="Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0",RTL (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux i686; rv:90.0) Gecko/20100101 Firefox/90.0 http://195.29.70.67/PLTV/88888888/224/3221226195/index.m3u8 -#EXTINF:-1 tvg-id="TVJadran.hr" status="online",TV Jadran (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJadran.hr" status="blocked",TV Jadran (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x670ug8 #EXTINF:-1 tvg-id="" status="online",History 2 HD http://109.105.205.250:8081/live/HISTORY2/playlist.m3u8 diff --git a/streams/ht.m3u b/streams/ht.m3u index 8e19a7adb4..45c74d8f26 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,25 +1,25 @@ #EXTM3U #EXTINF:-1 tvg-id="HaitiViralNews.ht" status="error",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="error",Kajou TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 -#EXTINF:-1 tvg-id="NETALKOLETV.ht" status="online",NETALKOLE TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NETALKOLETV.ht" status="error",NETALKOLE TV (720p) [Not 24/7] https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 #EXTINF:-1 tvg-id="RadioTeleAmenFM.ht" status="timeout",Radio Tele Amen FM (360p) [Not 24/7] http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Télé Pitit Manman Mari (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="error",Radio Télé Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live #EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="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="online",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 -#EXTINF:-1 tvg-id="" status="blocked",Radio Télévision Hirondelle (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Radio Télévision Hirondelle (480p) [Not 24/7] https://watch.haitilive.net/gethb/rtvh16/index.m3u8 diff --git a/streams/hu.m3u b/streams/hu.m3u index 0aadb3cbf6..3032982c96 100644 --- a/streams/hu.m3u +++ b/streams/hu.m3u @@ -17,6 +17,8 @@ http://cloudfront44.lexanetwork.com:1732/hlsrelay003/hls/livestream.sdp.m3u8 https://stream.y5.hu/stream/stream_filmp/hls1/stream.m3u8 #EXTINF:-1 tvg-id="FilmPlus.hu" status="online",Film+ (360p) [Not 24/7] https://stream.y5.hu/stream/stream_filmp/hls0/stream.m3u8 +#EXTINF:-1 tvg-id="FixTV.hu" status="online",Fix TV (720p) [Not 24/7] +https://fixhd.tv:8082/fix/1080i/playlist.m3u8 #EXTINF:-1 tvg-id="HalomTV.hu" status="online",Halom TV (540p) http://stream.battanet.hu:8080/hls/livestream1/1_2/index.m3u8 #EXTINF:-1 tvg-id="Hatoscsatorna.hu" status="online",Hatoscsatorna (360p) [Not 24/7] @@ -57,12 +59,16 @@ https://www.tiszatv.hu/onlinetv/tiszatv_1.m3u8 https://stream.y5.hu/stream/stream_bekescsaba/stream.m3u8 #EXTINF:-1 tvg-id="VTVFuzesabony.hu" status="online",VTV Füzesabony (720p) [Not 24/7] https://stream.unrealhosting.hu:7962/live.m3u8 +#EXTINF:-1 tvg-id="Zenebutik.hu" status="blocked",Zenebutik (720p) [Not 24/7] +https://streaming.mytvback.com/stream/glkVRNvh_A6a2yUWuOYDBQ/1665263514/channel049/stream.m3u8 #EXTINF:-1 tvg-id="" status="timeout",1Music Channel Hungary (576p) http://1music.hu/1music.m3u8 #EXTINF:-1 tvg-id="" status="timeout",1Music Channel Hungary (576p) http://www.1music.hu/1music.m3u8 #EXTINF:-1 tvg-id="" status="online",Bonum TV (360p) https://stream.y5.hu/stream/stream_bonum/stream.m3u8 +#EXTINF:-1 tvg-id="" status="online",Classics TV (720p) [Not 24/7] +https://s03.diazol.hu:7152/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",FEM3 [Geo-blocked] https://streaming.mytvback.com/stream/Nc8b6c6tUH4gh3GdRR-zFw/1617462698/channel016/stream.m3u8 #EXTINF:-1 tvg-id="" status="timeout",H!T Music Channel (480p) diff --git a/streams/id.m3u b/streams/id.m3u index 03d4f01d52..c8f6909724 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ADiTV.id" status="online",ADiTV (720p) [Not 24/7] https://v2.siar.us/aditv/livestream/chunks.m3u8 -#EXTINF:-1 tvg-id="AhsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AhsanTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch4.m3u8 #EXTINF:-1 tvg-id="Ainos.id" status="online",Ainos (576i) @@ -13,12 +13,12 @@ https://h1.intechmedia.net/intech/ch64.m3u8 https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8 #EXTINF:-1 tvg-id="ANTV.id" status="error",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] +#EXTINF:-1 tvg-id="AswajaTV.id" status="blocked",Aswaja TV [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x748iuo -#EXTINF:-1 tvg-id="BalikapanTV.id" status="online",Balikapan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BalikapanTV.id" status="error",Balikapan TV (720p) [Not 24/7] http://122.248.43.138:1935/ch10/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="BaliTV.id" status="blocked",Bali TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(8e867ae0-b2c0-4968-9f60-a11aee8c0987)/index.m3u8 @@ -38,10 +38,10 @@ 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] +#EXTINF:-1 tvg-id="BETV.id" status="error" 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="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] @@ -59,8 +59,6 @@ https://v2.siar.us/bmstv/livestream/playlist.m3u8 https://e1.siar.us/badartv/live/playlist.m3u8 #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 #EXTINF:-1 tvg-id="Channel4U.id" status="blocked",Channel 4U (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(81b456ab-b398-4d35-ae05-9be0a173ad71)/index.m3u8 #EXTINF:-1 tvg-id="CNBCIndonesia.id" status="online",CNBC Indonesia (720p) @@ -71,8 +69,6 @@ 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",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 @@ -80,11 +76,9 @@ https://h1.intechmedia.net/intech/ch51.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 #EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] https://dutatv.siar.us/dutatv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ElshintaTV.id" status="online",Elshinta TV (480p) [Not 24/7] [Geo-blocked] -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="error",Fajar TV (240p) [Not 24/7] +http://210.210.155.37/qwr9ew/s/s10/index.m3u8 +#EXTINF:-1 tvg-id="FajarTV.id" status="online",Fajar TV (240p) [Not 24/7] http://122.248.43.138:1935/ch27/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="GarudaTV.id" status="online",Garuda TV (720p) [Not 24/7] https://ms.digdaya.tv/live/digdayatv/live.m3u8 @@ -103,7 +97,7 @@ https://v3.siar.us/humabetangtv/live/playlist.m3u8 http://iamchannel.org:1935/tes/1/playlist.m3u8 #EXTINF:-1 tvg-id="Indosiar.id" status="online",Indosiar (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s04/index.m3u8 -#EXTINF:-1 tvg-id="InsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Insan TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="InsanTV.id" status="online" 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] @@ -116,10 +110,10 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(7a73ed02-e0de-4d 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="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch29.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch52.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] @@ -128,7 +122,7 @@ http://122.248.43.138:1935/ch14/myStream/playlist.m3u8 http://128.199.90.131:1935/jektv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online",Jogja Istimewa TV (720p) http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch65.m3u8 #EXTINF:-1 tvg-id="JogjaTV.id" status="error",Jogja TV (720p) [Not 24/7] @@ -153,7 +147,7 @@ https://re1.siar.us/madutv/hd720/playlist.m3u8 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 -#EXTINF:-1 tvg-id="MataMilenialIndonesiaTV.id" status="online",Mata Milenial Indonesia TV [Not 24/7] +#EXTINF:-1 tvg-id="MataMilenialIndonesiaTV.id" status="error",Mata Milenial Indonesia TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/channel/UCvew2SW7fPHK0m8c4Ez44Nw/live #EXTINF:-1 tvg-id="Max2U.id" status="blocked",Max2U (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8 @@ -161,16 +155,16 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-46 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="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] +#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="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (1080p) [Not 24/7] 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="error",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="online",MGS TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/mgstv/ingestmgstv.m3u8 @@ -189,14 +183,12 @@ http://210.210.155.37/uq2663/h/h192/index.m3u8 http://210.210.155.37/uq2663/h/h193/index.m3u8 #EXTINF:-1 tvg-id="MyFamily.id" status="online",My Family Channel (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h194/index.m3u8 -#EXTINF:-1 tvg-id="MyKidz.id" status="error",My Kidz (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MyKidz.id" status="online",My Kidz (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h191/index.m3u8 #EXTINF:-1 tvg-id="NabawiTV.id" status="online",Nabawi TV (576p) https://alfa.kugo.id/nabawitv/nabawitv/playlist.m3u8 #EXTINF:-1 tvg-id="NET.id" status="online",NET. [Not 24/7] 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] 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] @@ -206,18 +198,18 @@ https://h1.intechmedia.net/intech/ch10.m3u8 https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8 #EXTINF:-1 tvg-id="OChannel.id" status="online",Moji (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s41/index.m3u8 -#EXTINF:-1 tvg-id="OneTVAsia.sg" status="online",One TV Asia (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="OneTVAsia.sg" status="timeout",One TV Asia (576p) [Geo-blocked] http://210.210.155.37/uq2663/h/h143/index.m3u8 -#EXTINF:-1 tvg-id="PadangTV.id" status="error",Padang TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PadangTV.id" status="online",Padang TV (720p) [Not 24/7] 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="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 -#EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 +#EXTINF:-1 tvg-id="PONTV.id" status="error",Pon TV (360p) [Not 24/7] +http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PopMusik.id" status="online",POP musik (576i) https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="error",Puja TV Aceh (1080p) [Not 24/7] @@ -233,7 +225,7 @@ http://210.210.155.37/dr9445/h/h10/index.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/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] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="online" 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="RCTI.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",RCTI (720p) @@ -244,12 +236,8 @@ https://d35d0ifx19oopq.cloudfront.net/RCTI_2021.m3u8 http://122.248.43.138:1935/ch9/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="RCTV.id" status="online",RCTV (576p) [Not 24/7] 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] +#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="RiauTV.id" status="online",Riau TV (576p) [Not 24/7] -https://bravo.kugo.id/riautv/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RodjaTV.id" status="blocked",Rodja TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(6f7158e4-f151-45dd-874f-e02c15c7cd4b)/index.m3u8 #EXTINF:-1 tvg-id="RodjaTV.id" status="timeout",Rodja TV [Geo-blocked] @@ -258,29 +246,23 @@ https://tv.rodja.live/live/ngrp:rodja_all/playlist.m3u8 http://36.89.47.217:11935/rrinet/live/index.m3u8 #EXTINF:-1 tvg-id="RuangTrampil.id" status="blocked",Ruang Trampil (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(2b945e2e-4297-4be9-9a45-aa023c890e13)/index.m3u8 -#EXTINF:-1 tvg-id="SaktiTV.id" status="online",Sakti TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SaktiTV.id" status="error",Sakti TV (480p) [Not 24/7] https://v2.siar.us/saktitv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="SalamTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SalamTV.id" status="online" 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) -https://bravo.kugo.id/salingsapa/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SangajiTV.id" status="online",Sangaji TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/sangajitv/ingestsangajitv.m3u8 -#EXTINF:-1 tvg-id="SCTV.id" status="online",SCTV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="SCTV.id" status="error",SCTV (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s03/index.m3u8 #EXTINF:-1 tvg-id="SEAToday.id" status="blocked",Sea Today (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-467e-84b7-b684a49571d5)/manifest.mpd -#EXTINF:-1 tvg-id="SemarangTV.id" status="error",Semarang TV (720p) +#EXTINF:-1 tvg-id="SemarangTV.id" status="online",Semarang TV (720p) http://116.254.112.74/hls/cakralive.m3u8 #EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7] http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 -#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] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline #EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline @@ -288,13 +270,11 @@ http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch17.m3u8 -#EXTINF:-1 tvg-id="SurauTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SurauTV.id" status="error" 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] https://v2.siar.us/tatv/live.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TawafTV.id" status="online",Tawaf TV (720p) -https://bravo.kugo.id/tawaftv/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TegarTVLampung.id" status="online",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] http://wms.klikhost.com:1935/tegartv/tegartv/playlist.m3u8 #EXTINF:-1 tvg-id="TegarTVLampung.id" status="online",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] @@ -311,11 +291,9 @@ https://5bf7b725107e5.streamlock.net/tv9/tv9/playlist.m3u8 http://118.98.229.118:1935/live/tve.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVMu.id" status="online",tvMu (720p) https://tvmu.siar.us/tvmu/live/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMu.id" status="online",tvMu (720p) -https://bravo.kugo.id/tvmu/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne +#EXTINF:-1 tvg-id="tvOne.id" status="error",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,9 +328,9 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJATENGSEM #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalteng)/index.m3u8 -#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIKALTENG)/index.m3u8 +#EXTINF:-1 tvg-id="TVRICentralKalimantan.id" status="online",TVRI Kalimantan Tengah (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIKalteng)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTENGPALU)/index.m3u8 #EXTINF:-1 tvg-id="TVRICentralSulawesi.id" status="online",TVRI Sulawesi Tengah (720p) @@ -384,11 +362,11 @@ http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p) https://alfa.kugo.id/tvrintt/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIGorontalo)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="timeout",TVRI Gorontalo (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIJAMBI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] @@ -402,25 +380,25 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRILampung)/index.m3u8 #EXTINF:-1 tvg-id="TVRILampung.id" status="online",TVRI Lampung (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRILAMPUNG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIMALUKUAMBON)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIMalukuambon)/index.m3u8 #EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIMALUKUAMBON)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIMALUKUAMBON)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/index.m3u8 -#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p) -http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIPapua)/index.m3u8 +#EXTINF:-1 tvg-id="TVRINasional.id" status="error",TVRI Nasional (480p) +http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="timeout",TVRI Papua (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIPapua.id" status="timeout",TVRI Papua (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIPapua)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] @@ -428,11 +406,11 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRIRiau.id" status="online",TVRI Riau (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIriau)/index.m3u8 #EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 +#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRISultra)/index.m3u8 #EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="online",TVRI Sulawesi Tenggara (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRISoutheastSulawesi.id" status="timeout",TVRI Sulawesi Tenggara (480p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRISULTRA)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIKALSELBANJARMSN)/index.m3u8 #EXTINF:-1 tvg-id="TVRISouthKalimantan.id" status="online",TVRI Kalimantan Selatan (720p) @@ -545,9 +523,9 @@ http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVTabalong.id" status="online",TV Tabalong (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8 -#EXTINF:-1 tvg-id="UChannel.id" status="error",U Channel (576p) [Not 24/7] [Geo-blocked] +#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) @@ -564,7 +542,7 @@ https://v2.siar.us/ammedia/720/playlist.m3u8 https://ammedia.siar.us/ammedia/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ATVLI (720p) https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s36/index.m3u8 @@ -574,7 +552,7 @@ http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 http://210.210.155.35/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="error",Dens ShowBiz (576p) [Geo-blocked] +#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="online",dTVi (720p) https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 @@ -582,21 +560,13 @@ https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 https://v3.siar.us/ficomchannel/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Garda TV (576p) https://bintangtv.siar.us/bintangtv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",KSB (576p) -https://bravo.kugo.id/ksb/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Kugo 1 (720p) -https://bravo.kugo.id/kugoone/udp.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Kugo 1 (720p) https://alfa.kugo.id/playout/kugo1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",kugo Star (576i) https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",kugo Star (576i) -https://bravo.kugo.id/kugostar/udp.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Pal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",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 -#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RB TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch59.m3u8 #EXTINF:-1 tvg-id="" status="online",The Indonesia Channel diff --git a/streams/ie.m3u b/streams/ie.m3u index df30ff3234..fca4ff7361 100644 --- a/streams/ie.m3u +++ b/streams/ie.m3u @@ -13,5 +13,3 @@ https://d33zah5htxvoxb.cloudfront.net/el/live/cr4/hls.m3u8 https://d33zah5htxvoxb.cloudfront.net/el/live/dail/hls.m3u8 #EXTINF:-1 tvg-id="OireachtasTVSeanadEireann.ie" status="online",Oireachtas TV Seanad Éireann (720p) https://d33zah5htxvoxb.cloudfront.net/el/live/seanad/hls.m3u8 -#EXTINF:-1 tvg-id="RTENews.ie" status="blocked",RTÉ News (1080p) [Geo-blocked] -https://live.rte.ie/live/a/channel3/news.isml/.m3u8 diff --git a/streams/il.m3u b/streams/il.m3u index b64142397f..42ac022cb7 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -17,17 +17,17 @@ https://bcovlive-a.akamaihd.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/53 https://live.pars-israel.com/iptv/stream.m3u8 #EXTINF:-1 tvg-id="KabbalahforthePeopleIsrael.il" status="online",Kabbalah for the People (Israel) (504p) [Not 24/7] https://edge3.uk.kab.tv/live/tv66-heb-high/playlist.m3u8 -#EXTINF:-1 tvg-id="Kan11.il" status="online",KAN 11 Israel (360p) [Geo-blocked] -https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8 -#EXTINF:-1 tvg-id="Kan11.il" status="timeout",Kan 11 +#EXTINF:-1 tvg-id="Kan11.il" status="blocked",Kan 11 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wjmog -#EXTINF:-1 tvg-id="KanEducational.il" status="online",Kan Kids (720p) -https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 -#EXTINF:-1 tvg-id="KanEducational.il" status="timeout",Kan Kids (720p) +#EXTINF:-1 tvg-id="Kan11.il" status="blocked",KAN 11 Israel (360p) [Geo-blocked] +https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8 +#EXTINF:-1 tvg-id="KanEducational.il" status="blocked",Kan Kids (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7ymw7f +#EXTINF:-1 tvg-id="KanEducational.il" status="blocked",Kan Kids (720p) +https://kan23.media.kan.org.il/hls/live/2024691/2024691/master.m3u8 #EXTINF:-1 tvg-id="KnessetChannel.il" status="online",Knesset Channel (480p) [Not 24/7] https://contact.gostreaming.tv/Knesset/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Makan33.il" status="timeout",Makan 33 (1080p) +#EXTINF:-1 tvg-id="Makan33.il" status="blocked",Makan 33 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/k2slq6Tpsh2bm4wA43P #EXTINF:-1 tvg-id="Now14.il" status="online",Now 14 https://dvr.ch20-cdnwiz.com/hls/live.m3u8 @@ -37,7 +37,7 @@ https://shoppingil-rewriter.vidnt.com/index.m3u8 https://stream71.shidur.net/htvlive2/smil:live2.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",KAN 11 Israel (360p) [Geo-blocked] https://kanlivep2event-i.akamaihd.net/hls/live/747610/747610/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Musayof (Israel) (240p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Musayof (Israel) (240p) [Not 24/7] http://wowza.media-line.co.il/Musayof-Live/livestream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Reshet 13 (720p) https://d18b0e6mopany4.cloudfront.net/out/v1/08bc71cf0a0f4712b6b03c732b0e6d25/index.m3u8 diff --git a/streams/in.m3u b/streams/in.m3u index 9f5da03426..7905978914 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="online",Aaj Tak (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AajTak.in" status="blocked",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 @@ -31,10 +31,6 @@ http://14.199.164.20:4001/play/a0k6/index.m3u8 https://vidcdn.vidgyor.com/asianet-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="AsianetNews.in" status="online",Asianet News (576p) http://103.199.161.254/Content/asianetnews/Live/Channel(Asianetnews)/index.m3u8 -#EXTINF:-1 tvg-id="AsianetNews.in" status="blocked",Asianet News (480p) -https://live.neestream.net/neestream_01/asianetnews/index.m3u8?token=693400 -#EXTINF:-1 tvg-id="AsianetNewsBangla.in" status="online",Asianet News Bangla (360p) [Not 24/7] -https://vidcdn.vidgyor.com/rplus-origin/rplusasianetlive/playlist.m3u8 #EXTINF:-1 tvg-id="AsianetNewsKannada.in" status="online",Asianet News Kannada (360p) [Not 24/7] https://vidcdn.vidgyor.com/suvarna-origin/liveabr/playlist.m3u8 #EXTINF:-1 tvg-id="AsianetNewsTamil.in" status="online",Asianet News Tamil (360p) [Not 24/7] @@ -55,8 +51,6 @@ http://103.199.160.85/Content/captain/Live/Channel(Captain)/index.m3u8 http://cdn19.live247stream.com/channely/tv/playlist.m3u8 #EXTINF:-1 tvg-id="CNBCBajar.in" status="blocked",CNBC Bajar (504p) [Geo-blocked] https://cnbcbazar-lh.akamaihd.net/i/cnbcbajar_1@178933/index_5_av-p.m3u8 -#EXTINF:-1 tvg-id="DarshanaTV.in" status="blocked",Darshana TV (360p) [Not 24/7] -https://live.neestream.net/neestream_01/darshanatv/index.m3u8 #EXTINF:-1 tvg-id="DDMalayalam.in" status="online",DD Malayalam (576p) http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8 #EXTINF:-1 tvg-id="DDNational.in" status="online",DD National (576p) @@ -110,12 +104,8 @@ https://indiatodaylive.akamaized.net/hls/live/2014320/indiatoday/indiatodaylive/ http://103.199.161.254/Content/isaiaruvi/Live/Channel(IsaiAruvi)/index.m3u8 #EXTINF:-1 tvg-id="JaihindTV.in" status="online",Jaihind TV (576p) http://103.199.161.254/Content/jaihind/Live/Channel(Jaihind)/index.m3u8 -#EXTINF:-1 tvg-id="JaihindTV.in" status="blocked",Jaihind TV (480p) -https://live.neestream.net/neestream_01/jaihindtv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="JanamTV.in" status="online",Janam TV (720p) https://vidcdn.vidgyor.com/janamtv-origin/liveabr/playlist.m3u8 -#EXTINF:-1 tvg-id="JanamTV.in" status="blocked",Janam TV (480p) -https://live.neestream.net/neestream_01/janamtv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="JanamTV.in" status="timeout",Janam TV (576p) [Not 24/7] http://14.199.164.20:4001/play/a0ja/index.m3u8 #EXTINF:-1 tvg-id="JantaTV.in" status="online",Janta TV (360p) [Not 24/7] @@ -128,14 +118,10 @@ http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8 https://cdn.smartstream.video/smartstream-us/jonakk/jonakk/playlist.m3u8 #EXTINF:-1 tvg-id="KadakHits.in" status="online",Kadak Hits (1080p) [Not 24/7] https://live.hungama.com/linear/kadak-hits/playlist.m3u8 -#EXTINF:-1 tvg-id="KairaliNews.in" status="online",Kairali News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KairaliNews.in" status="error",Kairali News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCkCWitaToNG1_lR-Si1oMrg/live -#EXTINF:-1 tvg-id="KairaliNews.in" status="blocked",Kairali News (480p) -https://live.neestream.net/neestream_01/kairalinews/index.m3u8?token=693400 #EXTINF:-1 tvg-id="KairaliTV.in" status="online",Kairali TV (480p) http://103.199.161.254/Content/kairali/Live/Channel(Kairali)/index.m3u8 -#EXTINF:-1 tvg-id="KairaliTV.in" status="blocked",Kairali TV (480p) -https://live.neestream.net/neestream_01/kairalitv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="KairaliWe.in" status="online",Kairali We (576p) http://103.199.161.254/Content/we/Live/Channel(We)/index.m3u8 #EXTINF:-1 tvg-id="KalaignarMurasu.in" status="online",Kalaignar Murasu (576p) [Not 24/7] @@ -154,7 +140,7 @@ https://idvd.multitvsolution.com/idvo/kappatv.m3u8 http://103.199.161.254/Content/kasthuritv/Live/Channel(KasthuriTV)/index.m3u8 #EXTINF:-1 tvg-id="KCV.in" status="online",KCV (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/KCVTV/index.m3u8?token=GTR -#EXTINF:-1 tvg-id="KCVMovies.in" status="online",KCV Movies (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KCVMovies.in" status="error",KCV Movies (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/KCVMOVIE/index.m3u8?token=GTR #EXTINF:-1 tvg-id="KhabrainAbhiTak.in" status="online",Khabrain Abhi Tak (480p) [Not 24/7] https://vidcdn.vidgyor.com/kat-origin/liveabr/playlist.m3u8 @@ -170,18 +156,14 @@ http://103.78.18.137:1935/live/mlpchannel/chunklist.m3u8 http://103.199.160.85/Content/mangalam/Live/Channel(Mangalam)/index.m3u8 #EXTINF:-1 tvg-id="ManoramaNews.in" status="online",Manorama News (576p) http://103.199.161.254/Content/manoramanews/Live/Channel(ManoramaNews)/index.m3u8 -#EXTINF:-1 tvg-id="MathrubhumiNews.in" status="online",Mathrubhumi News (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwXrBBZnIh2ER4lal6WbAHw/live #EXTINF:-1 tvg-id="MathrubhumiNews.in" status="online",Mathrubhumi News (576p) [Not 24/7] http://103.199.161.254/Content/mathrubhuminews/Live/Channel(Mathrubhuminews)/index.m3u8 -#EXTINF:-1 tvg-id="MathrubhumiNews.in" status="blocked",Mathrubhumi News (480p) -https://live.neestream.net/neestream_01/mathrubhuminews/index.m3u8?token=693400 +#EXTINF:-1 tvg-id="MathrubhumiNews.in" status="error",Mathrubhumi News (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCwXrBBZnIh2ER4lal6WbAHw/live #EXTINF:-1 tvg-id="MazhavilManorama.in" status="timeout",Mazhavil Manorama (576p) [Not 24/7] http://14.199.164.20:4001/play/a0kd/index.m3u8 #EXTINF:-1 tvg-id="MediaOne.in" status="online",Media One (576p) http://103.199.161.254/Content/mediaone/Live/Channel(MediaOne)/index.m3u8 -#EXTINF:-1 tvg-id="MediaOne.in" status="blocked",Media One (480p) -https://live.neestream.net/neestream_01/mediaone/index.m3u8?token=693400 #EXTINF:-1 tvg-id="MHOneShraddha.in" status="online",Shraddha (360p) [Not 24/7] http://rtmp.smartstream.video:1935/mhoneshradha/mhoneshradha/playlist.m3u8 #EXTINF:-1 tvg-id="MirrorNow.in" status="timeout",Mirror Now @@ -210,13 +192,11 @@ https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680-b/ndtvprofit/master https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/master.m3u8 #EXTINF:-1 tvg-id="NDTVProfit.in" status="blocked",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 #EXTINF:-1 tvg-id="NethraTV.in" status="timeout",Nethra TV (480p) [Not 24/7] https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8 #EXTINF:-1 tvg-id="News7Tamil.in" status="online",News 7 Tamil (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC2f4w_ppqHplvjiNaoTAK9w/live -#EXTINF:-1 tvg-id="News18TamilNadu.in" status="online",News 18 Tamil (720p) [Not 24/7] +#EXTINF:-1 tvg-id="News18TamilNadu.in" status="error",News 18 Tamil (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCat88i6_rELqI_prwvjspRA/live #EXTINF:-1 tvg-id="NewsJ.in" status="online",News J (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCsfh2Zb7-m4qzT8jLhK_Fzw/live @@ -262,11 +242,11 @@ https://j78dp346yq5r-hls-live.5centscdn.com/safari/live.stream/playlist.m3u8 http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 #EXTINF:-1 tvg-id="SanaTV.in" status="online",Sana TV (576p) [Not 24/7] http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 -#EXTINF:-1 tvg-id="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 -#EXTINF:-1 tvg-id="ShekinahTV.in" status="online",Shekinah TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ShekinahTV.in" status="error",Shekinah TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCHtYUfPnQci6GoUpPlWfrOg/live #EXTINF:-1 tvg-id="Shubhsandesh.in" status="online",Shubhsandesh (720p) [Not 24/7] https://6284rn2xr7xv-hls-live.wmncdn.net/shubhsandeshtv1/live123.stream/index.m3u8 @@ -302,20 +282,18 @@ http://cloud.logicwebs.in:1935/timevision/timevision/playlist.m3u8 https://vidcdn.vidgyor.com/tv9kannada-origin/live/playlist.m3u8 #EXTINF:-1 tvg-id="TwentyFourNews.in" status="online",Twenty Four News (576p) [Not 24/7] http://103.199.160.85/Content/24news/Live/Channel(24news)/index.m3u8 -#EXTINF:-1 tvg-id="UBLHD.in" status="timeout",UBL HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="UBLHD.in" status="error",UBL HD (1080p) [Not 24/7] https://cdn.logicwebs.in/hls/ublhdkey.m3u8 #EXTINF:-1 tvg-id="UtsavGold.in" status="blocked",Utsav Gold (720p) [Geo-blocked] 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="error",Wion (576p) +#EXTINF:-1 tvg-id="WION.in" status="online",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] +#EXTINF:-1 tvg-id="Yolo.in" status="error",Yolo (410p) [Not 24/7] http://cdn.logicwebs.in/hls/yolo.m3u8 #EXTINF:-1 tvg-id="Zoom.in" status="timeout",Zoom (1080p) http://103.81.104.118/hls/stream8.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",Anand TV -https://live.neestream.net/neestream_01/anandtv/index.m3u8?token=693400 #EXTINF:-1 tvg-id="" status="online",Desi Beats HD (720p) http://cdn7.live247stream.com/desibeats/tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Desi Channel (720p) @@ -326,10 +304,8 @@ http://cdn2.live247stream.com/desiplus/tv/playlist.m3u8 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="online",Indywood TV +#EXTINF:-1 tvg-id="" status="error",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 #EXTINF:-1 tvg-id="" status="online",Keralabhumi http://103.153.92.157:11037/hls/kbh.m3u8 #EXTINF:-1 tvg-id="" status="online",KITE Victers (Kerala) (720p) [Not 24/7] @@ -338,8 +314,6 @@ https://932y4x26ljv8-hls-live.5centscdn.com/victers/tv.stream/playlist.m3u8 http://59c3ec70cfde0.streamlock.net/channel_6/channel6/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mandra TV http://192.99.2.28/mandra_hls/mandra.m3u8 -#EXTINF:-1 tvg-id="" status="online",Metro 7 -http://weone.livebox.co.in/Metro7hls/Metro7.m3u8 #EXTINF:-1 tvg-id="" status="online",MH1 Music (360p) [Not 24/7] http://rtmp.smartstream.video:1935/mhonemusic/mhonemusic/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",MH1 Prime (360p) [Not 24/7] @@ -377,15 +351,11 @@ https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8 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 -#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (576p) [Geo-blocked] -http://210.210.155.35/x6bnqe/s/s81/01.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Vathanam TV http://95.216.167.183:5080/LiveApp/streams/443106610169904881506470.m3u8 #EXTINF:-1 tvg-id="" status="online",Vyas NIC (480p) #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://hls.media.nic.in/hls/live/vyas/vyas.m3u8 -#EXTINF:-1 tvg-id="" status="online",Wion (domestic feed) (576p) -https://bravo.kugo.id/wion/udp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Xplore Channel (720p) http://cdn18.live247stream.com/ndachannel/tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Zainabia Channel diff --git a/streams/iq.m3u b/streams/iq.m3u index a9211f1650..2713e4cc00 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -5,10 +5,10 @@ http://rtmp1.abnsat.com/hls/arabic.m3u8 https://5ab29cc78f681.streamlock.net/afarinTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="AlEtejah.iq" status="online",Al-Etejah (576p) [Not 24/7] http://streaming.aletejahtv.iq:1935/etejah-newLive/smil:etejahNew.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlghadeerTV.iq" status="online",AlGhadeer (720p) [Not 24/7] +https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 #EXTINF:-1 tvg-id="AlghadeerTV.iq" status="timeout",AlGhadeer (720p) [Not 24/7] https://asdiuhiu12.myvodu.app:3356/live/Alghadeer/index.m3u8 -#EXTINF:-1 tvg-id="AlghadeerTV.iq" status="timeout",AlGhadeer (720p) [Not 24/7] -https://sd343444.vodu.store:3356/live/Alghadeer/index.m3u8 #EXTINF:-1 tvg-id="AlIraqia.iq" status="blocked",Al Iraqia https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News @@ -25,8 +25,6 @@ https://stream.alkafeel.net/live/alkafeel/rAa5PGot2/manifest.m3u8 https://stream.alkafeel.net/live/alkafeel/rAa5PGot1/manifest.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] @@ -45,9 +43,9 @@ https://anbsat.ddns.net/anb/live/ANB/playlist.m3u8 https://cdn3.wowza.com/1/OWNQVXVWc0dQclJz/RXJPdHJx/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="BayyinatTV.iq" status="online",Bayyinat TV https://nl2.livekadeh.com/hls2/Bayyinat.m3u8 -#EXTINF:-1 tvg-id="DijlahTarab.iq" status="online",Dijlah Tarab (576p) [Not 24/7] +#EXTINF:-1 tvg-id="DijlahTarab.iq" status="error",Dijlah Tarab (576p) [Not 24/7] https://ghaasiflu.online/tarab/index.m3u8 -#EXTINF:-1 tvg-id="DijlahTarab.iq" status="online",Dijlah Tarab +#EXTINF:-1 tvg-id="DijlahTarab.iq" status="error",Dijlah Tarab https://ghaasiflu.online/tarab/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="DijlahTV.iq" status="online",Dijlah (1080p) http://91.134.145.75:10001/Dijlah/index.m3u8 @@ -61,14 +59,14 @@ https://svs.itworkscdn.net/inewsiqlive/inewsiq.smil/playlist.m3u8 https://d1x82nydcxndze.cloudfront.net/live/index.m3u8 #EXTINF:-1 tvg-id="KurdistanTV.iq" status="online",Kurdistan TV (720p) [Not 24/7] https://5a3ed7a72ed4b.streamlock.net/live/SMIL:myStream.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="online",KurdMax Music (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KurdMaxMusic.iq" status="error",KurdMax Music (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/kurdmaxmusic/live #EXTINF:-1 tvg-id="Kurdsat.iq" status="online",KurdSat (720p) http://ikomg2.s.llnwi.net/kurdsathd/playlist.m3u8 -#EXTINF:-1 tvg-id="KurdsatNews.iq" status="online",KurdSat News (1080p) [Not 24/7] -https://ikomg2.mmdlive.lldns.net/ikomg2/107b7df8f5444d778f349100739a09cd/manifest.m3u8 #EXTINF:-1 tvg-id="KurdsatNews.iq" status="online",KurdSat News (720p) http://ikomg2.s.llnwi.net/kurdsatnewshd/playlist.m3u8 +#EXTINF:-1 tvg-id="KurdsatNews.iq" status="online",KurdSat News (1080p) [Not 24/7] +https://ikomg2.mmdlive.lldns.net/ikomg2/107b7df8f5444d778f349100739a09cd/manifest.m3u8 #EXTINF:-1 tvg-id="NRTTV.iq" status="online",NRT TV (720p) [Not 24/7] https://media.streambrothers.com:1936/8226/8226/playlist.m3u8 #EXTINF:-1 tvg-id="PayamTV.iq" status="online",Payam TV (720p) [Not 24/7] diff --git a/streams/ir.m3u b/streams/ir.m3u index 8024d22078..456a2d1460 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -11,17 +11,15 @@ https://live.al-zahratv.com/live/playlist2/index.m3u8 http://51.210.199.5/hls/stream.m3u8 #EXTINF:-1 tvg-id="AVASeries.ir" status="online",AVA Series (720p) http://51.210.199.4/hls/stream.m3u8 -#EXTINF:-1 tvg-id="AyenehTV.ir" status="online",Ayeneh TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AyenehTV.ir" status="blocked",Ayeneh TV (720p) [Not 24/7] 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="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 -#EXTINF:-1 tvg-id="GEMAZ.ir" status="timeout",GEM AZ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="GEMAZ.ir" status="online",GEM AZ (576p) [Not 24/7] http://216.66.42.47:7777/GemAZ_HD.m3u8 -#EXTINF:-1 tvg-id="GEMComedy.ir" status="timeout",GEM Comedy (576p) [Not 24/7] +#EXTINF:-1 tvg-id="GEMComedy.ir" status="online",GEM Comedy (576p) [Not 24/7] http://216.66.42.47:7777/GemComedy_HD.m3u8 #EXTINF:-1 tvg-id="GolestanTV.ir" status="online",GOLESTAN (240p) http://cdn1.live.irib.ir:1935/epg-live/smil:golestan/playlist.m3u8 @@ -29,18 +27,8 @@ http://cdn1.live.irib.ir:1935/epg-live/smil:golestan/playlist.m3u8 https://live.hastitv.com/hls/livetv.m3u8 #EXTINF:-1 tvg-id="HispanTV.ir" status="online",HispanTV (480p) https://live1.presstv.ir/live/hispan.m3u8 -#EXTINF:-1 tvg-id="HispanTV.ir" status="online",HispanTV (480p) -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] -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 -#EXTINF:-1 tvg-id="iFilmEnglish.ir" status="online",iFILM English (480p) [Geo-blocked] -https://live1.presstv.ir/live/ifilmen.m3u8 -#EXTINF:-1 tvg-id="iFilmPersian.ir" status="online",iFILM (720p) [Not 24/7] -https://live.presstv.ir/ifilmlive/smil:ifilmtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="IranBeauty.ir" status="online",Iran Beauty (720p) [Not 24/7] http://51.210.199.57/hls/stream.m3u8 #EXTINF:-1 tvg-id="JahanbinTV.ir" status="online",JAHANBIN (240p) @@ -73,13 +61,11 @@ https://hls.pmchd.live/hls/stream.m3u8 http://51.210.199.29/hls/stream.m3u8 #EXTINF:-1 tvg-id="PressTV.ir" status="online",Press TV French (1080p) [Not 24/7] https://live1.presstv.ir/live/presstvfr/index.m3u8 -#EXTINF:-1 tvg-id="PressTV.ir" status="online",Press TV English (720p) -https://live.presstv.ir/liveprs/smil:liveprs/playlist.m3u8 #EXTINF:-1 tvg-id="QazvinTV.ir" status="online",QAZVIN (240p) http://cdn1.live.irib.ir:1935/epg-live/smil:qazvin/playlist.m3u8 #EXTINF:-1 tvg-id="SahandTV.ir" status="online",SAHAND (240p) http://cdn1.live.irib.ir:1935/epg-live/smil:sahand/playlist.m3u8 -#EXTINF:-1 tvg-id="SalamTV.ir" status="online",Salam TV (720p) +#EXTINF:-1 tvg-id="SalamTV.ir" status="error",Salam TV (720p) https://iptv.salaamtv.org/salaam/playlist.m3u8 #EXTINF:-1 tvg-id="SepanjTV.ir" status="online",Sepanj TV (720p) [Not 24/7] http://51.210.199.30/hls/stream.m3u8 @@ -87,8 +73,6 @@ 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="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 #EXTINF:-1 tvg-id="TBNNejatTV.ir" status="online",TBN Nejat TV (540p) [Not 24/7] diff --git a/streams/it.m3u b/streams/it.m3u index 7366a233c6..519148a448 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -111,9 +111,9 @@ 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] +#EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="online",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 @@ -132,11 +132,11 @@ https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803 #EXTINF:-1 tvg-id="Rai1.it" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Rai 1 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s29/04.m3u8 -#EXTINF:-1 tvg-id="Rai1.it" status="online",Rai 1 (302p) [Geo-blocked] +#EXTINF:-1 tvg-id="Rai1.it" status="blocked",Rai 1 (302p) [Geo-blocked] http://stream.tvtap.net:8081/live/it-rai1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Rai2.it" status="online",Rai 2 (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718 -#EXTINF:-1 tvg-id="Rai2.it" status="error",Rai 2 (302p) [Geo-blocked] +#EXTINF:-1 tvg-id="Rai2.it" status="blocked",Rai 2 (302p) [Geo-blocked] http://stream.tvtap.net:8081/live/it-rai2.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Rai3.it" status="online",Rai 3 (720p) [Not 24/7] http://wzstreaming.rai.it/TVlive/liveStream/chunklist_w823540263.m3u8 @@ -144,17 +144,17 @@ http://wzstreaming.rai.it/TVlive/liveStream/chunklist_w823540263.m3u8 http://wzstreaming.rai.it/TVlive/liveStream/playlist.m3u8 #EXTINF:-1 tvg-id="Rai3.it" status="online",Rai 3 (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709 -#EXTINF:-1 tvg-id="Rai3.it" status="online",Rai 3 (432p) [Geo-blocked] +#EXTINF:-1 tvg-id="Rai3.it" status="blocked",Rai 3 (432p) [Geo-blocked] http://stream.tvtap.net:8081/live/it-rai3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Rai4.it" status="online",Rai 4 (576p) http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=746966 #EXTINF:-1 tvg-id="Rai4.it" status="online",Rai 4 (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966 -#EXTINF:-1 tvg-id="Rai4.it" status="online",Rai 4 (302p) [Geo-blocked] +#EXTINF:-1 tvg-id="Rai4.it" status="blocked",Rai 4 (302p) [Geo-blocked] http://stream.tvtap.net:8081/live/it-rai4.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Rai5.it" status="online",Rai 5 (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276 -#EXTINF:-1 tvg-id="Rai5.it" status="online",Rai 5 (302p) [Geo-blocked] +#EXTINF:-1 tvg-id="Rai5.it" status="blocked",Rai 5 (302p) [Geo-blocked] http://stream.tvtap.net:8081/live/it-rai5.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RaiGulp.it" status="online",Rai Gulp (576p) https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953 @@ -178,7 +178,7 @@ https://59d7d6f47d7fc.streamlock.net/reggiotv/reggiotv/playlist.m3u8 https://live3-mediaset-it.akamaized.net/Content/hls_h0_clr_vos/live/channel(r4)/index.m3u8 #EXTINF:-1 tvg-id="Rete55.it" status="online",Rete 55 (720p) [Not 24/7] https://stream.internet.one/Rete55_Live/index.m3u8 -#EXTINF:-1 tvg-id="ReteBiellaTV.it" status="timeout",Rete Biella TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ReteBiellaTV.it" status="online",Rete Biella TV (720p) [Not 24/7] https://sb.top-ix.org/retebiella/streaming/playlist.m3u8 #EXTINF:-1 tvg-id="Retemia.it" status="online",Retemia (720p) [Not 24/7] https://5db313b643fd8.streamlock.net/Retemia/Retemia/playlist.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="error",TV7 Triveneta (270p) [Not 24/7] +#EXTINF:-1 tvg-id="TV7Triveneta.it" status="online",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="blocked",Visual Radio (576p) [Not 24/7] +#EXTINF:-1 tvg-id="VisualRadio.it" status="online",Visual Radio (576p) [Not 24/7] http://wms.shared.streamshow.it:1935/visualradio/visualradio/live.m3u8 #EXTINF:-1 tvg-id="Vuemme.it" status="online",Vuemme (480p) https://5db313b643fd8.streamlock.net/Vuemme/Vuemme/playlist.m3u8 @@ -308,7 +308,7 @@ https://video-ar.radioradicale.it/diretta/camera2/playlist.m3u8 http://wms.shared.streamshow.it/canale7/mp4:canale7/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CANALE 8 (480p) http://wms.shared.streamshow.it/canale8/mp4:canale8/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Canale 21 (480p) [Not 24/7] +#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="error",Canale 21 Extra (480p) [Not 24/7] https://stream.mariatvcdn.com/canaleventunodue/61d14e72c90980498c9d7cee64fde847.sdp/playlist.m3u8 @@ -332,8 +332,6 @@ https://video-ar.radioradicale.it/diretta/padtv2/playlist.m3u8 http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=2606803 #EXTINF:-1 tvg-id="" status="online",Rai YoYo (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899 -#EXTINF:-1 tvg-id="" status="online",Rete 7 (576p) -https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Super J TV (720p) https://54627d4fc5996.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Super TV Oristano (720p) [Not 24/7] @@ -348,7 +346,7 @@ http://wms.shared.streamshow.it/telepavia/mp4:telepavia/playlist.m3u8 http://wms.shared.streamshow.it:1935/telepavia/telepavia/live.m3u8 #EXTINF:-1 tvg-id="" status="online",TSN Tele Sondrio News (480p) [Not 24/7] http://wms.shared.streamshow.it/tsn/tsn_mobile/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",TV7 Azzurra (270p) [Not 24/7] +#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) http://ftp.tiscali.it/francescovernata/TVUNO/monoscopioTvUNOint-1.wmv diff --git a/streams/it_rakuten.m3u b/streams/it_rakuten.m3u index 5a01d1f392..185af585c7 100644 --- a/streams/it_rakuten.m3u +++ b/streams/it_rakuten.m3u @@ -3,13 +3,13 @@ https://rakuten-actionmovies-6-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVComedyMoviesItaly.it" status="online",Rakuten Comedy Movies Italy (720p) https://rakuten-comedymovies-6-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVDramaItaly.it" status="online",Rakuten TV Shows Italy (720p) -https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVSpotlightItaly.it" status="online",Rakuten Spotlight Italy (720p) https://rakuten-spotlight-6-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopFreeItaly.it" status="online",Rakuten Top Free Italy (720p) -https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TheDesignNetwork.us" status="online",The Design Network (720p) https://thedesignnetwork-tdn-6-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten Top Free Italy (720p) +https://rakuten-topfree-6-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Documentaries Italy (720p) https://rakuten-documentaries-6-eu.rakuten.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Rakuten TV Shows Italy (720p) +https://rakuten-tvshows-6-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/it_samsung.m3u b/streams/it_samsung.m3u index eab5f2808a..a446602e97 100644 --- a/streams/it_samsung.m3u +++ b/streams/it_samsung.m3u @@ -11,26 +11,26 @@ https://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8 https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FuelTV.us" status="online",Fuel TV (1080p) https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ItalianFishingTV.it" status="online",Italian Fishing TV +https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SofyTV.ch" status="online",Sofy TV (720p) https://sofytv-samsungit.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Alma TV Food -https://promosrl-almatvfood-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Alma TV Travel -https://promosrl-almatvtravel-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Amuse Animation https://amuse-amuseanimation-1-it.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",BBC Drama +https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Bizzarro Movies https://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CGTV https://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Cinema Segreto https://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Donna TV -https://promosrl-donnatv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Failarmy https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Italian Fishing TV -https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Full Moon +https://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Humanity Documentari +https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mondo TV Kids https://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Motor1 TV diff --git a/streams/jm.m3u b/streams/jm.m3u index 440899f795..107f5ff0c8 100644 --- a/streams/jm.m3u +++ b/streams/jm.m3u @@ -1,5 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="JamaicaOnlineTV.jm" status="online",Jamaica Online TV (1080p) [Not 24/7] -https://vse2-sa-all4.secdn.net/tvstartup11-channel/live/mp4:jotvedge/playlist.m3u8 #EXTINF:-1 tvg-id="SportsMax.jm" status="timeout",SportsMax (720p) http://cdn.tvmatic.net/sport.m3u8 diff --git a/streams/jo.m3u b/streams/jo.m3u index d71353e131..494c841c53 100644 --- a/streams/jo.m3u +++ b/streams/jo.m3u @@ -3,7 +3,7 @@ https://almamlka-live.ercdn.net/almamlka/almamlka.m3u8 #EXTINF:-1 tvg-id="AmmanTV.jo" status="online",Amman TV (720p) https://ammantv.c.s73cdn.net/23153d43-375a-472a-bc5f-9827582b5d22/elemental/live/master.m3u8 -#EXTINF:-1 tvg-id="AmmanTV.jo" status="error",Amman TV (720p) +#EXTINF:-1 tvg-id="AmmanTV.jo" status="blocked",Amman TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/ammantv #EXTINF:-1 tvg-id="AOneTV.jo" status="online",A One TV https://master.starmena-cloud.com/hls/a1jo.m3u8 @@ -19,7 +19,7 @@ https://jrtv-live.ercdn.net/jordanhd/jordanhd.m3u8 https://cdn3.wowza.com/1/OVRrOWxXUEswS2Yv/eGVxSWZy/hls/live/playlist.m3u8 #EXTINF:-1 tvg-id="NojoumTV.jo" status="online",Nojoum TV (720p) https://nojoumhls.wns.live/hls/stream.m3u8 -#EXTINF:-1 tvg-id="RadioFannJordanCityView.jo" status="online",Radio Fann Jordan: City View (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioFannJordanCityView.jo" status="error",Radio Fann Jordan: City View (180p) [Not 24/7] http://188.247.86.66/RadioFann/CityView1/playlist.m3u8 #EXTINF:-1 tvg-id="RadioFannJordanControlStudio.jo" status="online",Radio Fann Jordan: Control Studio (220p) [Not 24/7] http://188.247.86.66/RadioFann/ControlStudio1/playlist.m3u8 @@ -29,7 +29,7 @@ http://188.247.86.66/RadioFann/OnAirStudio1/playlist.m3u8 http://188.247.86.66/MixFM/CityView1/playlist.m3u8 #EXTINF:-1 tvg-id="RadioYaqeenJordanControlStudio.jo" status="online",Radio Yaqeen Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/MixFM/ControlStudio1/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioYaqeenJordanStudio.jo" status="online",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioYaqeenJordanStudio.jo" status="error",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/MixFM/OnAirStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaRadioJordanCityView.jo" status="online",Rotana Radio Jordan: City View (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/CityView1/playlist.m3u8 @@ -37,13 +37,13 @@ http://188.247.86.66/RotanaRadio/CityView1/playlist.m3u8 http://188.247.86.66/RotanaRadio/ControlStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaRadioJordanStudio.jo" status="online",Rotana Radio Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/OnAirStudio1/playlist.m3u8 -#EXTINF:-1 tvg-id="RotanaTarabJordanCityView.jo" status="error",Rotana Tarab Jordan: City View (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RotanaTarabJordanCityView.jo" status="online",Rotana Tarab Jordan: City View (180p) [Not 24/7] http://188.247.86.66/RadioFann/Audio32/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaTarabJordanControlStudio.jo" status="online",Rotana Tarab Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/Audio32/playlist.m3u8 #EXTINF:-1 tvg-id="RoyaTV.jo" status="online",Roya TV (720p) [Not 24/7] https://weyyak-live.akamaized.net/weyyak_roya/index.m3u8 -#EXTINF:-1 tvg-id="ThakafahTV.jo" status="online",Thakafah TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ThakafahTV.jo" status="error",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="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 f98409741e..d5a53eef2c 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -95,17 +95,17 @@ https://cdnv148.cloudrsst.com/jptv/disney_junior/playlist.m3u8 https://cdnv148.cloudrsst.com/jptv/gekijjyou/playlist.m3u8 #EXTINF:-1 tvg-id="FamilyGekijyo.jp" status="online",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] +#EXTINF:-1 tvg-id="FujiTV.jp" status="error",Fuji TV (540p) [Not 24/7] https://fujitv2.mov3.co/hls/fujitv.m3u8 -#EXTINF:-1 tvg-id="GSTV.jp" status="blocked",GSTV (720p) +#EXTINF:-1 tvg-id="GSTV.jp" status="online",GSTV (720p) https://gstv-tnz-gsmediastreaming.preview-jpea.channel.media.azure.net/dfd06b62-e9d1-4a7f-bcbb-89d2ecbc82ee/preview.ism/manifest(format=mpd-time-csf,audio-only=false) #EXTINF:-1 tvg-id="GunmaTV.jp" status="online",Gunma TV (720p) 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] +#EXTINF:-1 tvg-id="JOABDTV.jp" status="error",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] +#EXTINF:-1 tvg-id="JOABDTV.jp" status="error",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 @@ -113,41 +113,41 @@ https://cdn.us195.jpnettv.live/jptv/kanto_nhk_g_720/playlist.m3u8 https://cdnv148.cloudrsst.com/jptv/kansi_tv_720/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (720p) https://cdnv148.cloudrsst.com/jptv/kanto_nhk_g_720/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",Kansai TV (関西 テレビ) (JODX-DTV) (540p) +#EXTINF:-1 tvg-id="JOAKDTV.jp" status="error",Kansai TV (関西 テレビ) (JODX-DTV) (540p) https://cdn.us195.jpnettv.live/jptv/kansi_tv_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (540p) +#EXTINF:-1 tvg-id="JOAKDTV.jp" status="error",NHK G (JOAK-DTV) (540p) https://cdn.us195.jpnettv.live/jptv/kanto_nhk_g_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",Kansai TV (関西 テレビ) (JODX-DTV) (540p) +#EXTINF:-1 tvg-id="JOAKDTV.jp" status="error",Kansai TV (関西 テレビ) (JODX-DTV) (540p) https://cdnv148.cloudrsst.com/jptv/kansi_tv_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (540p) +#EXTINF:-1 tvg-id="JOAKDTV.jp" status="error",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="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) +#EXTINF:-1 tvg-id="JOAXDTV.jp" status="error",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) +#EXTINF:-1 tvg-id="JOAXDTV.jp" status="error",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) +#EXTINF:-1 tvg-id="JOAYDTV.jp" status="error",ABC Asahi (540p) https://cdn.us195.jpnettv.live/jptv/kansi_abc_asahi_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAYDTV.jp" status="online",ABC Asahi (540p) +#EXTINF:-1 tvg-id="JOAYDTV.jp" status="error",ABC Asahi (540p) https://cdnv148.cloudrsst.com/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) +#EXTINF:-1 tvg-id="JOIXDTV.jp" status="error",YTV Yomiuri TV (540p) https://cdn.us195.jpnettv.live/jptv/kansi_yomiuri_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOIXDTV.jp" status="online",YTV Yomiuri TV (540p) +#EXTINF:-1 tvg-id="JOIXDTV.jp" status="error",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) +#EXTINF:-1 tvg-id="JOMXDTV.jp" status="error",Tokyo MX 1 (540p) +https://cdn.us195.jpnettv.live/jptv/kanto_tokyo_mx1_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOMXDTV.jp" status="error",Tokyo MX 1 (540p) +https://cdnv148.cloudrsst.com/jptv/kanto_tokyo_mx1_540/playlist.m3u8 +#EXTINF:-1 tvg-id="JOOYDTV.jp" status="error",MBS TV (540p) https://cdn.us195.jpnettv.live/jptv/kansi_mbs_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOOYDTV.jp" status="online",MBS TV (540p) +#EXTINF:-1 tvg-id="JOOYDTV.jp" status="error",MBS TV (540p) https://cdnv148.cloudrsst.com/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 @@ -155,9 +155,9 @@ https://tbs2.mov3.co/hls/tbs.m3u8 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] +#EXTINF:-1 tvg-id="JOUHDTV.jp" status="error",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] +#EXTINF:-1 tvg-id="JOUHDTV.jp" status="error",Sun TV (540p) [Not 24/7] https://cdnv148.cloudrsst.com/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 @@ -181,6 +181,8 @@ http://cdnv148.cloudrsst.com:1935/jptv/jsports4_540/playlist.m3u8 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="MoviePlus.jp" status="online",Movie Plus (540p) +http://cdn.us195.jpnettv.live:1935/jptv/movieplus_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] @@ -217,16 +219,16 @@ https://nhkw-zh-hlscomp.akamaized.net/8thz5iufork8wjip/playlist.m3u8 https://nhkw-zh-hlscomp.akamaized.net/ixxemlzk1vqvy44o/playlist.m3u8 #EXTINF:-1 tvg-id="NHKEducationalTV.jp" status="online",NHK E (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/ryowa1hd/index.m3u8 -#EXTINF:-1 tvg-id="NHKGeneralTV.jp" status="online",NHK G (540p) [Not 24/7] -https://nhk2.mov3.co/hls/nhk.m3u8 #EXTINF:-1 tvg-id="NHKGeneralTV.jp" status="online",NHK G (480p) [Not 24/7] http://redlabmcdn.s.llnwi.net/nv02/ryowa2hd/index.m3u8 -#EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (YouTube) (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSPEjw8F2nQDtmUKPFNF7_A/live +#EXTINF:-1 tvg-id="NHKGeneralTV.jp" status="error",NHK G (540p) [Not 24/7] +https://nhk2.mov3.co/hls/nhk.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" status="online",NHK World Japan (1080p) https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8 #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="NHKWorldJapan.jp" status="error",NHK World Japan (YouTube) (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSPEjw8F2nQDtmUKPFNF7_A/live #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) @@ -297,9 +299,21 @@ https://movie.mcas.jp/mcas/mx2_2/master.m3u8 https://movie.mcas.jp/mcas/smil:mx2_prod.smil/master.m3u8 #EXTINF:-1 tvg-id="TVAsahi.jp" status="online",TV Asahi (480p) http://redlabmcdn.s.llnwi.net/nv02/ryowa4hd/index.m3u8 -#EXTINF:-1 tvg-id="TVOsaka.jp" status="online",TV Osaka (テレビ大阪) (540p) +#EXTINF:-1 tvg-id="TVOsaka.jp" status="error",TV Osaka (テレビ大阪) (540p) https://cdn.us195.jpnettv.live/jptv/kansi_tv_osaka_540/playlist.m3u8 -#EXTINF:-1 tvg-id="TVOsaka.jp" status="online",TV Osaka (テレビ大阪) (540p) +#EXTINF:-1 tvg-id="TVOsaka.jp" status="error",TV Osaka (テレビ大阪) (540p) https://cdnv148.cloudrsst.com/jptv/kansi_tv_osaka_540/playlist.m3u8 #EXTINF:-1 tvg-id="Weathernews.jp" status="online",Weathernews (720p) http://movie.mcas.jp/mcas/wn1_2/master.m3u8 +#EXTINF:-1 tvg-id="WOWOWCinema.jp" status="online",WOWOW Cinema (720p) +http://cdn.us195.jpnettv.live:1935/jptv/wowcinema_720/playlist.m3u8 +#EXTINF:-1 tvg-id="WOWOWCinema.jp" status="online",WOWOW Cinema (540p) +http://cdn.us195.jpnettv.live:1935/jptv/wowcinema_540/playlist.m3u8 +#EXTINF:-1 tvg-id="WOWOWLive.jp" status="online",WOWOW Live (720p) +http://cdn.us195.jpnettv.live:1935/jptv/wowlive_720/playlist.m3u8 +#EXTINF:-1 tvg-id="WOWOWLive.jp" status="online",WOWOW Live (540p) +http://cdn.us195.jpnettv.live:1935/jptv/wowlive_540/playlist.m3u8 +#EXTINF:-1 tvg-id="WOWOWPrime.jp" status="online",WOWOW Prime (720p) +http://cdn.us195.jpnettv.live:1935/jptv/wowprime_720/playlist.m3u8 +#EXTINF:-1 tvg-id="WOWOWPrime.jp" status="online",WOWOW Prime (540p) +http://cdn.us195.jpnettv.live:1935/jptv/wowprime_540/playlist.m3u8 diff --git a/streams/ke.m3u b/streams/ke.m3u index 8ec594b116..56874e542a 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,13 +1,17 @@ #EXTM3U -#EXTINF:-1 tvg-id="AkiliKids.ke" status="online",Akili Kids! (480p) +#EXTINF:-1 tvg-id="AkiliKids.ke" status="blocked",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] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj +#EXTINF:-1 tvg-id="KamemeTV.ke" status="blocked",Kameme TV (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/KamemeTv +#EXTINF:-1 tvg-id="KTN.ke" status="error",KTN (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/KTNHome/live #EXTINF:-1 tvg-id="KTNNews.ke" status="error",KTN News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/standardgroupkenya/live -#EXTINF:-1 tvg-id="NTVKenya.ke" status="timeout",NTV (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6shkab -#EXTINF:-1 tvg-id="TV47Kenya.ke" status="error",TV47 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NTVKenya.ke" status="error",NTV (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/NTVKenyaOnline/live +#EXTINF:-1 tvg-id="TV47Kenya.ke" status="online",TV47 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tv47kenya/ +#EXTINF:-1 tvg-id="" status="online",Inoro Tv (720p) [Geo-blocked] +https://74937-castr.akamaized.net/5ea49827ff3b5d7b22708777/live_cd93fa8063f411ecb28b5d4f40b51a46/index.m3u8 diff --git a/streams/kh.m3u b/streams/kh.m3u index 387d3c0a6c..2a19b51196 100644 --- a/streams/kh.m3u +++ b/streams/kh.m3u @@ -7,10 +7,10 @@ http://203.176.130.123:8989/live/bayontv_480k.stream/playlist.m3u8 http://167.99.65.12:1935/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PNN.kh" status="online",PNN (360p) [Not 24/7] http://203.176.130.123:8989/live/pnn_480k.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SEATV.kh" status="online",SEATV (1080p) -https://seatv.netlinkbroadcaster.com/hls/test.m3u8 #EXTINF:-1 tvg-id="SEATV.kh" status="online",SEA TV (360p) [Not 24/7] http://203.176.130.123:8989/live/seatv_480k.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="SEATV.kh" status="error",SEATV (1080p) +https://seatv.netlinkbroadcaster.com/hls/test.m3u8 #EXTINF:-1 tvg-id="TV9.kh" status="online",TV9 (360p) [Not 24/7] http://203.176.130.123:8989/live/ctv9_480k.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVK2.kh" status="online",TVK Camboya (720p) diff --git a/streams/kr.m3u b/streams/kr.m3u index 9fc097bd17..bbe8ce3d6d 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -2,13 +2,21 @@ #EXTINF:-1 tvg-id="AndongMBCTV.kr" status="online",MBC Andong (안동MBC) (360p) [Not 24/7] http://andong.webcasting.co.kr/live/mbc/playlist.m3u8 #EXTINF:-1 tvg-id="Anibox.kr" status="online",Anibox (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Anibox.m3u8 +#EXTINF:-1 tvg-id="Anibox.kr" status="error",Anibox (1080p) https://kr-streams.onrender.com/scraper?channel=436 #EXTINF:-1 tvg-id="AnimaxKorea.kr" status="online",Animax (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/AnimaxKorea.m3u8 +#EXTINF:-1 tvg-id="AnimaxKorea.kr" status="error",Animax (1080p) https://kr-streams.onrender.com/scraper?channel=409 #EXTINF:-1 tvg-id="Anione.kr" status="online",Anione (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Anione.m3u8 +#EXTINF:-1 tvg-id="Anione.kr" status="error",Anione (1080p) https://kr-streams.onrender.com/scraper?channel=426 -#EXTINF:-1 tvg-id="Aniplus.kr" status="error",Aniplus (1080p) +#EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) https://kr-streams.onrender.com/scraper?channel=217 +#EXTINF:-1 tvg-id="Aniplus.kr" status="online",Aniplus (1080p) +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) @@ -20,26 +28,32 @@ http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist #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="ArtTVArte.kr" status="online",Arte TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCPglj7zGwmOlH8_31Tpgh8Q/live +#EXTINF:-1 tvg-id="ArirangTV.kr" status="error",Arirang (720p) +https://amdlive-ch02-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AsiaN.kr" status="online",AsiaN (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/AsiaN.m3u8 #EXTINF:-1 tvg-id="AsiaN.kr" status="online",AsiaN (1080p) https://kr-streams.onrender.com/scraper?channel=215 #EXTINF:-1 tvg-id="BadukTV.kr" status="online",Baduk TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/BadukTV.m3u8 +#EXTINF:-1 tvg-id="BadukTV.kr" status="error",Baduk TV (1080p) https://kr-streams.onrender.com/scraper?channel=289 #EXTINF:-1 tvg-id="BBSTV.kr" status="online",BBS Buddhist Broadcasting (1080p) http://bbstv.clouducs.com:1935/bbstv-live/livestream/playlist.m3u8 +#EXTINF:-1 tvg-id="BilliardsTV.kr" status="online",Billiards TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/BilliardsTV.m3u8 #EXTINF:-1 tvg-id="BilliardsTV.kr" status="error",Billiards TV (1080p) https://kr-streams.onrender.com/scraper?channel=236 -#EXTINF:-1 tvg-id="BravoKids.kr" status="online",Bravo Kids (1080p) +#EXTINF:-1 tvg-id="BravoKids.kr" status="error",Bravo Kids (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCu6mog947IWOXL23AzKlImw/live #EXTINF:-1 tvg-id="BTNTV.kr" status="online",BTN TV (1080p) http://btn.nowcdn.co.kr/btn/btnlive2m/playlist.m3u8 #EXTINF:-1 tvg-id="BusanMBCTV.kr" status="online",MBC Busan (부산MBC) (360p) [Not 24/7] http://stream.bsmbc.com/livetv/BusanMBC_TV_onairstream/playlist.m3u8 #EXTINF:-1 tvg-id="CarrieTV.kr" status="online",Carrie TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/CarrieTV.m3u8 +#EXTINF:-1 tvg-id="CarrieTV.kr" status="error",Carrie TV (1080p) https://kr-streams.onrender.com/scraper?channel=506 #EXTINF:-1 tvg-id="CBSTV.kr" status="online",CBS (1080p) http://cbs-live.gscdn.com/cbs-live/cbs-live.stream/playlist.m3u8 @@ -47,20 +61,30 @@ http://cbs-live.gscdn.com/cbs-live/cbs-live.stream/playlist.m3u8 http://cgntv-glive.ofsdelivery.net/live/cgntv_kr01/playlist.m3u8 #EXTINF:-1 tvg-id="CGNTV.kr" status="timeout",CGNTV (720p) http://cgntv-glive.ofsdelivery.net/live/cgntv_kr02/playlist.m3u8 +#EXTINF:-1 tvg-id="ChannelA.kr" status="online",Channel A (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ChannelA.m3u8 #EXTINF:-1 tvg-id="ChannelA.kr" status="online",Channel A http://han.ddkdxmkj.com/api/han123.php?id=15 #EXTINF:-1 tvg-id="ChannelChina.kr" status="online",Channel China (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ChannelChina.m3u8 +#EXTINF:-1 tvg-id="ChannelChina.kr" status="error",Channel China (1080p) https://kr-streams.onrender.com/scraper?channel=458 -#EXTINF:-1 tvg-id="ChannelOllehTV.kr" status="error",Channel olleh tv (1080p) -https://kr-streams.onrender.com/scraper?channel=404 +#EXTINF:-1 tvg-id="ChannelOllehTV.kr" status="online",Channel olleh tv (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ChannelOllehTV.m3u8 #EXTINF:-1 tvg-id="ChannelSeezn.kr" status="online",Channel Seezn (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ChannelSeezn.m3u8 +#EXTINF:-1 tvg-id="ChannelSeezn.kr" status="error",Channel Seezn (1080p) https://kr-streams.onrender.com/scraper?channel=470 -#EXTINF:-1 tvg-id="ChuncheonMBCTV.kr" status="error",MBC Chuncheon (춘천 MBC) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ChuncheonMBCTV.kr" status="online",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] +#EXTINF:-1 tvg-id="ChungbukMBCTV.kr" status="blocked",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="online",Chunghwa TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ChunghwaTV.m3u8 #EXTINF:-1 tvg-id="ChunghwaTV.kr" status="error",Chunghwa TV (1080p) https://kr-streams.onrender.com/scraper?channel=287 +#EXTINF:-1 tvg-id="CinemaHeaven.kr" status="online",Cinema Heaven (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/CinemaHeaven.m3u8 #EXTINF:-1 tvg-id="CinemaHeaven.kr" status="error",Cinema Heaven (1080p) https://kr-streams.onrender.com/scraper?channel=821 #EXTINF:-1 tvg-id="CJBTV.kr" status="online",SBS CJB (CJB청주방송) (540p) [Not 24/7] @@ -76,8 +100,12 @@ https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8 #EXTINF:-1 tvg-id="DaejeonMBCTV.kr" status="online",MBC Daejeon (대전 MBC) (720p) [Not 24/7] https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="online",Daekyo Kids TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/DaekyoKidsTV.m3u8 +#EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="online",Daekyo Kids TV (1080p) https://kr-streams.onrender.com/scraper?channel=278 #EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online",DreamWorks (1080p) +https://allanf181.github.io/adaptive-streams/streams/us/DreamWorksChannelAsia.m3u8 +#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="error",DreamWorks (1080p) https://kr-streams.onrender.com/scraper?channel=451 #EXTINF:-1 tvg-id="EBS1TV.kr" status="online",EBS 1 (400p) http://ebsonair.ebs.co.kr/ebs1familypc/familypc1m/playlist.m3u8 @@ -87,10 +115,10 @@ http://ebsonair.ebs.co.kr/groundwavefamilypc/familypc1m/playlist.m3u8 http://ebsonair.ebs.co.kr/ebs2familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBSEnglish.kr" status="online",EBS e (400p) http://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8 +#EXTINF:-1 tvg-id="EBSKids.kr" status="online",EBS kids (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/EBSKids.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="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) @@ -99,6 +127,8 @@ http://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8 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="online",FTV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/FTV.m3u8 #EXTINF:-1 tvg-id="FTV.kr" status="error",FTV (1080p) https://kr-streams.onrender.com/scraper?channel=239 #EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (1080p) [Not 24/7] @@ -106,6 +136,8 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel #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="GolfPBA.kr" status="online",Golf & PBA (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/GolfPBA.m3u8 +#EXTINF:-1 tvg-id="GolfPBA.kr" status="error",Golf & PBA (1080p) https://kr-streams.onrender.com/scraper?channel=237 #EXTINF:-1 tvg-id="GongyoungHomeShopping.kr" status="online",Gongyoung Shopping (720p) https://etv.publichs.com/live5.stream/playlist.m3u8 @@ -121,30 +153,46 @@ http://mediaworks.dema.mil.kr:1935/live_edge/cudo.sdp/playlist.m3u8 https://media.kjmbc.co.kr/hls/live/stream/playlist.m3u8 #EXTINF:-1 tvg-id="HomeShopping.kr" status="online",Home & Shopping (720p) https://s28.qtcdn.co.kr/media/liveM3U8/idx/518045142/enc/1860408350/playlist.m3u8 +#EXTINF:-1 tvg-id="HoneyTV.kr" status="online",Honey TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/HoneyTV.m3u8 #EXTINF:-1 tvg-id="HyundaiHomeShopping.kr" status="online",Hyundai Home Shopping (720p) https://livejj.hyundaihmall.com:8443/live/ngrp:hmall.stream_pc/playlist.m3u8 #EXTINF:-1 tvg-id="HyundaiHomeShoppingPlusShop.kr" status="online",Hyundai Home Shopping Plus (720p) https://dtvstreaming.hyundaihmall.com/newcjp3/_definst_/newcjpstream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="IBSports.kr" status="online",IB Sports (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/IBSports.m3u8 +#EXTINF:-1 tvg-id="IBSports.kr" status="error",IB Sports (1080p) https://kr-streams.onrender.com/scraper?channel=271 #EXTINF:-1 tvg-id="iHQDrama.kr" status="online",iHQ drama (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/iHQDrama.m3u8 +#EXTINF:-1 tvg-id="iHQDrama.kr" status="error",iHQ drama (1080p) https://kr-streams.onrender.com/scraper?channel=457 -#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] +#EXTINF:-1 tvg-id="JIBSTV.kr" status="online",SBS JIBS (JIBS SBS) (720p) [Not 24/7] http://123.140.197.22/stream/1/play.m3u8 -#EXTINF:-1 tvg-id="JTBC2.kr" status="error",JTBC2 (1080p) +#EXTINF:-1 tvg-id="JTBC2.kr" status="online",JTBC2 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/JTBC2.m3u8 +#EXTINF:-1 tvg-id="JTBC2.kr" status="online",JTBC2 (1080p) https://kr-streams.onrender.com/scraper?channel=455 #EXTINF:-1 tvg-id="JTBC4.kr" status="online",JTBC4 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/JTBC4.m3u8 +#EXTINF:-1 tvg-id="JTBC4.kr" status="error",JTBC4 (1080p) https://kr-streams.onrender.com/scraper?channel=523 +#EXTINF:-1 tvg-id="JTBC.kr" status="online",JTBC (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/JTBC.m3u8 #EXTINF:-1 tvg-id="JTBC.kr" status="error",JTBC (1080p) [Not 24/7] https://kr-streams.onrender.com/scraper?channel=273 #EXTINF:-1 tvg-id="JTBCGolf.kr" status="online",JTBC Golf (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/JTBCGolf.m3u8 +#EXTINF:-1 tvg-id="JTBCGolf.kr" status="error",JTBC Golf (1080p) https://kr-streams.onrender.com/scraper?channel=299 -#EXTINF:-1 tvg-id="JTBCGolfSports.kr" status="error",JTBC Golf & Sports (480p) [Not 24/7] [Geo-blocked] -http://jtbc3sports.flive.skcdn.com/jtbc3sports1/_definst_/A7E4AF6A622B88CF736285E7C9E82ED75BFA3019202CFA322A45FDDD118778DE/playlist.m3u8 +#EXTINF:-1 tvg-id="JTBCGolfSports.kr" status="online",JTBC Golf & Sports (1080p) +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="online",K-Baduk (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/KBaduk.m3u8 #EXTINF:-1 tvg-id="KBaduk.kr" status="error",K-Baduk (1080p) https://kr-streams.onrender.com/scraper?channel=238 #EXTINF:-1 tvg-id="KBCTV.kr" status="online",SBS KBC (KBC 광주방송) (1080p) [Not 24/7] @@ -160,7 +208,7 @@ http://ye23.vip/z7z8/2021/kbs2020.php?id=6 #EXTINF:-1 tvg-id="KBSKids.kr" status="online",KBS Kids (480p) http://ye23.vip/z7z8/2021/kbs2020.php?id=9 #EXTINF:-1 tvg-id="KBSKorea.kr" status="timeout",KBS Korea (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/kbsworldtv/live +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5BMQOsAB8hKUyHu9KI6yig/live #EXTINF:-1 tvg-id="KBSLife.kr" status="online",KBS Life (480p) http://ye23.vip/z7z8/2021/kbs2020.php?id=7 #EXTINF:-1 tvg-id="KBSLiveCamDokDo.kr" status="online",KBS LiveCam DokDo (540p) @@ -171,16 +219,24 @@ 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="timeout",KBS World (720p) +#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="blocked",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="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (1080p) -http://220.95.92.160:9981/stream/channelid/1445999617 +#EXTINF:-1 tvg-id="KLeague1.kr" status="online",K League 1 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/KLeague1.m3u8 +#EXTINF:-1 tvg-id="KLeague2.kr" status="online",K League 2 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/KLeague2.m3u8 +#EXTINF:-1 tvg-id="KLeague3.kr" status="online",K League 3 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/KLeague3.m3u8 #EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (450p) [Not 24/7] http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (KNN 부산경남대표방송) (1080p) +http://220.95.92.160:9981/stream/channelid/1445999617 +#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/KoreaEconomyTV.m3u8 #EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) https://kr-streams.onrender.com/scraper?channel=408 #EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping @@ -189,13 +245,25 @@ https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 https://pchlslivesw.lotteimall.com/live/livestream/lotteimalllive_mp4.m3u8 #EXTINF:-1 tvg-id="LotteOneTV.kr" status="error",Lotte OneTV (1080p) https://kr-streams.onrender.com/scraper?channel=923 +#EXTINF:-1 tvg-id="MBCDrama.kr" status="blocked",MBC Drama (480p) [Geo-blocked] +http://mytv.dothome.co.kr/ch/catv/26.php #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="MBCNet.kr" status="blocked",MBC Net (480p) [Geo-blocked] +http://mytv.dothome.co.kr/ch/catv/28.php #EXTINF:-1 tvg-id="MBCTV.kr" status="online",MBC (1080p) [Not 24/7] http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 +#EXTINF:-1 tvg-id="MBN.kr" status="online",MBN (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/MBN.m3u8 +#EXTINF:-1 tvg-id="MBN.kr" status="error",MBN (480p) +https://www.mbn.co.kr/player/mbnStreamAuth_new_live.mbn?vod_url=https://hls-live.mbn.co.kr/mbn-on-air/600k/playlist.m3u8 #EXTINF:-1 tvg-id="MBN.kr" status="error",MBN (1080p) -https://kr-streams.onrender.com/scraper?channel=274 +https://www.mbn.co.kr/player/mbnStreamAuth_new_live.mbn?vod_url=https://hls-live.mbn.co.kr/mbn-on-air/1000k/playlist.m3u8 +#EXTINF:-1 tvg-id="Midnight.kr" status="online",Midnight (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Midnight.m3u8 #EXTINF:-1 tvg-id="Mnet.kr" status="online",Mnet (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Mnet.m3u8 +#EXTINF:-1 tvg-id="Mnet.kr" status="error",Mnet (1080p) https://kr-streams.onrender.com/scraper?channel=285 #EXTINF:-1 tvg-id="MokpoMBCTV.kr" status="online",MBC Mokpo (목포 MBC) (720p) [Not 24/7] http://vod.mpmbc.co.kr:1935/live/encoder-tv/playlist.m3u8 @@ -210,6 +278,8 @@ https://m.webcast.go.kr/live/_definst_/smil:natv_240p.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="error",National Assembly TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCL-WOj1FxKR8Hlzg5tvnWKg/live #EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="online",National Geographic Wild Korea (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/NationalGeographicWildKorea.m3u8 +#EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="error",National Geographic Wild Korea (1080p) https://kr-streams.onrender.com/scraper?channel=232 #EXTINF:-1 tvg-id="NBS.kr" status="online",NBS Korea Agricultural Broadcasting (720p) https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8 @@ -219,67 +289,135 @@ http://nonghyup.flive.skcdn.com/nonghyup/_definst_/nhlive/playlist.m3u8 https://livestream.nsmall.com/IPHONE/nsmallMobile.m3u8 #EXTINF:-1 tvg-id="NSShopPlus.kr" status="online",NS Shop Plus (720p) https://shoppstream.nsmall.com/IPHONE/mobile.m3u8 -#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (540p) +#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/OBSGyeonginTV.m3u8 +#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="error",OBS Gyeongin TV (540p) http://59.23.231.102:1935/live/obsstream1/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (540p) +#EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="error",OBS Gyeongin TV (540p) https://vod.obs.co.kr:444/live/obsstream1/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="OCN.kr" status="online",OCN (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/OCN.m3u8 +#EXTINF:-1 tvg-id="OCN.kr" status="error",OCN (1080p) https://kr-streams.onrender.com/scraper?channel=407 +#EXTINF:-1 tvg-id="OLife.kr" status="online",OLIFE (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/OLife.m3u8 #EXTINF:-1 tvg-id="OLife.kr" status="error",OLIFE (1080p) https://kr-streams.onrender.com/scraper?channel=503 #EXTINF:-1 tvg-id="Pinkfong.kr" status="online",Pinkfong (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Pinkfong.m3u8 +#EXTINF:-1 tvg-id="Pinkfong.kr" status="online",Pinkfong (1080p) https://kr-streams.onrender.com/scraper?channel=505 +#EXTINF:-1 tvg-id="PlayboyTVKorea.kr" status="online",Playboy TV Korea (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/PlayboyTVKorea.m3u8 +#EXTINF:-1 tvg-id="PLAYYActionMovie.kr" status="online",PLAYY Action Movie (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYActionMovie.m3u8 #EXTINF:-1 tvg-id="PLAYYActionMovie.kr" status="error",PLAYY Action Movie (1080p) https://kr-streams.onrender.com/scraper?channel=468 #EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="online",PLAYY Healing Movie (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYHealingMovie.m3u8 +#EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="online",PLAYY Healing Movie (1080p) https://kr-streams.onrender.com/scraper?channel=469 #EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="online",PLAYY Premium Movie (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYPremiumMovie.m3u8 +#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="error",PLAYY Premium Movie (1080p) https://kr-streams.onrender.com/scraper?channel=453 #EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="online",PLAYY Well-Made Movie (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/PLAYYWellMadeMovie.m3u8 +#EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="error",PLAYY Well-Made Movie (1080p) https://kr-streams.onrender.com/scraper?channel=452 #EXTINF:-1 tvg-id="PoyoTV.kr" status="online",Poyo TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/PoyoTV.m3u8 +#EXTINF:-1 tvg-id="PoyoTV.kr" status="error",Poyo TV (1080p) https://kr-streams.onrender.com/scraper?channel=509 +#EXTINF:-1 tvg-id="ProfessionalBaseball1.kr" status="online",Professional Baseball 1 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball1.m3u8 +#EXTINF:-1 tvg-id="ProfessionalBaseball2.kr" status="online",Professional Baseball 2 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball2.m3u8 +#EXTINF:-1 tvg-id="ProfessionalBaseball3.kr" status="online",Professional Baseball 3 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball3.m3u8 +#EXTINF:-1 tvg-id="ProfessionalBaseball4.kr" status="online",Professional Baseball 4 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball4.m3u8 +#EXTINF:-1 tvg-id="ProfessionalBaseball5.kr" status="online",Professional Baseball 5 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ProfessionalBaseball5.m3u8 #EXTINF:-1 tvg-id="PublicHomeShopping.kr" status="online",Public Home Shopping (1080p) https://kr-streams.onrender.com/scraper?channel=921 +#EXTINF:-1 tvg-id="SBSFL.kr" status="online",SBS F!L (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/SBSFL.m3u8 #EXTINF:-1 tvg-id="SBSFL.kr" status="error",SBS F!L (1080p) https://kr-streams.onrender.com/scraper?channel=524 #EXTINF:-1 tvg-id="SBSGolf.kr" status="online",SBS Golf (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/SBSGolf.m3u8 +#EXTINF:-1 tvg-id="SBSGolf.kr" status="error",SBS Golf (1080p) https://kr-streams.onrender.com/scraper?channel=504 +#EXTINF:-1 tvg-id="SBSTV.kr" status="online",SBS (#3) +https://allanf181.github.io/adaptive-streams/streams/kr/SBSTV.m3u8 +#EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="online",Screen Golfzon (1080p) +https://nv-streams.onrender.com/scraper?channel=3077128 +#EXTINF:-1 tvg-id="ScreenGolfzon.kr" status="online",Screen Golfzon (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/ScreenGolfzon.m3u8 #EXTINF:-1 tvg-id="SEN.kr" status="online",SEN Seoul Economy TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC3p-0EWA8OXko2EUDUXAy5w/live #EXTINF:-1 tvg-id="ShinsegaeTVShopping.kr" status="online",Shinsegae Shopping TV (720p) https://liveout.catenoid.net/live-02-shinsegaetvshopping/shinsegaetvshopping_720p/playlist.m3u8 #EXTINF:-1 tvg-id="ShoppingNT.kr" status="online",Shopping NT (720p) https://live.shoppingntmall.com/live/10011.m3u8 -#EXTINF:-1 tvg-id="SKStoa.kr" status="error",SK Stoa (1080p) +#EXTINF:-1 tvg-id="SKStoa.kr" status="online",SK Stoa (1080p) https://kr-streams.onrender.com/scraper?channel=925 +#EXTINF:-1 tvg-id="SkySports.kr" status="online",skySports (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/SkySports.m3u8 #EXTINF:-1 tvg-id="SkySports.kr" status="error",skySports (1080p) https://kr-streams.onrender.com/scraper?channel=525 -#EXTINF:-1 tvg-id="TBCTV.kr" status="online",SBS TBC (TBC 대구방송) (540p) [Not 24/7] +#EXTINF:-1 tvg-id="SPOTV2.kr" status="online",SPOTV2 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/SpoTV2.m3u8 +#EXTINF:-1 tvg-id="SPOTV.kr" status="online",SPOTV1 (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/SpoTV1.m3u8 +#EXTINF:-1 tvg-id="TBCTV.kr" status="timeout",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="online",Telenovela (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Telenovela.m3u8 #EXTINF:-1 tvg-id="Telenovela.kr" status="error",Telenovela (1080p) https://kr-streams.onrender.com/scraper?channel=216 +#EXTINF:-1 tvg-id="TheMovie.kr" status="online",THE MOVIE (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/TheMovie.m3u8 #EXTINF:-1 tvg-id="TheMovie.kr" status="error",THE MOVIE (1080p) https://kr-streams.onrender.com/scraper?channel=141 #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="online",Tomato TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/TomatoTV.m3u8 #EXTINF:-1 tvg-id="TomatoTV.kr" status="error",Tomato TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-https://www.youtube.com/channel/UCgJ5pT6S2NuTVP-6-AlLZew/live= #EXTINF:-1 tvg-id="Tooniverse.kr" status="online",Tooniverse (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Tooniverse.m3u8 +#EXTINF:-1 tvg-id="Tooniverse.kr" status="error",Tooniverse (1080p) https://kr-streams.onrender.com/scraper?channel=456 +#EXTINF:-1 tvg-id="TVChosun2.kr" status="online",TV Chosun 2 (720p) +#EXTVLCOPT:http-referrer=http://broadcast.tvchosun.com/onair/on2.cstv +http://onair2.cdn.tvchosun.com/origin2/_definst_/tvchosun_s3/playlist.m3u8 +#EXTINF:-1 tvg-id="TVChosun.kr" status="online",TV Chosun (720p) +#EXTVLCOPT:http-referrer=http://broadcast.tvchosun.com/onair/on.cstv +http://onair.cdn.tvchosun.com/origin1/_definst_/tvchosun_s1/playlist.m3u8 +#EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/tvN.m3u8 #EXTINF:-1 tvg-id="tvN.kr" status="online",tvN (1080p) https://kr-streams.onrender.com/scraper?channel=280 #EXTINF:-1 tvg-id="TVNAsia.hk" status="online",tvN Asia (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h20/index.m3u8 #EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/tvNDrama.m3u8 +#EXTINF:-1 tvg-id="tvNDrama.kr" status="error",tvN DRAMA (1080p) https://kr-streams.onrender.com/scraper?channel=282 #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="online",tvN SHOW (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/tvNShow.m3u8 +#EXTINF:-1 tvg-id="tvNShow.kr" status="error",tvN SHOW (1080p) https://kr-streams.onrender.com/scraper?channel=284 #EXTINF:-1 tvg-id="tvNStory.kr" status="online",tvN STORY (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/tvNStory.m3u8 +#EXTINF:-1 tvg-id="tvNStory.kr" status="error",tvN STORY (1080p) https://kr-streams.onrender.com/scraper?channel=283 #EXTINF:-1 tvg-id="TVWorkNet.kr" status="online",TVWorkNet (480p) http://live.worktv.or.kr:1935/live/wowtvlive1.sdp/playlist.m3u8 @@ -287,6 +425,8 @@ http://live.worktv.or.kr:1935/live/wowtvlive1.sdp/playlist.m3u8 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="online",Viki (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/Viki.m3u8 #EXTINF:-1 tvg-id="WBCTV.kr" status="online",WBC TV (1080p) https://cdnlive179.smartucc.kr/smartlive/312/46324be24454bd98f785039457ac695d/playlist.m3u8 #EXTINF:-1 tvg-id="WBS.kr" status="online",WBS (480p) @@ -295,19 +435,27 @@ http://192.241.153.173/live/livestream.m3u8 https://liveout.catenoid.net/live-05-wshopping/wshopping_1500k/playlist.m3u8 #EXTINF:-1 tvg-id="YeosuMBCTV.kr" status="online",MBC Yeosu (여수 MBC) (1080p) [Not 24/7] https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8 +#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (1080p) +https://nv-streams.onrender.com/scraper?channel=3214537 +#EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="online",Yonhap News TV (1080p) +https://allanf181.github.io/adaptive-streams/streams/kr/YonhapNewsTV.m3u8 #EXTINF:-1 tvg-id="YonhapNewsTV.kr" status="error",Yonhap News TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-https://www.youtube.com/channel/UCTHCOPwqNfZ0uiKOvFyhGwg/live= #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) +https://allanf181.github.io/adaptive-streams/streams/kr/YTN.m3u8 +#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) https://kr-streams.onrender.com/scraper?channel=211 +#EXTINF:-1 tvg-id="YTN.kr" status="timeout",YTN (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live +#EXTINF:-1 tvg-id="YTN.kr" status="error",YTN (1080p) [Not 24/7] +https://nv-streams.onrender.com/scraper?channel=3544902 #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) 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="timeout",All The K-POP +#EXTINF:-1 tvg-id="" status="error",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 @@ -319,27 +467,27 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/pla http://amdlive.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",arteTV -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/TheArteTV/live +#EXTINF:-1 tvg-id="" status="error",arteTV +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCPglj7zGwmOlH8_31Tpgh8Q/live +#EXTINF:-1 tvg-id="" status="error",Channel A News [Not 24/7] +https://nv-streams.onrender.com/scraper?channel=3591828 #EXTINF:-1 tvg-id="" status="online",EBS E (400p) https://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",GoodTV (1080p) http://mobliestream.c3tv.com:1935/live/goodtv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Indie Film (1080p) +#EXTINF:-1 tvg-id="" status="error",Indie Film (1080p) https://kr-streams.onrender.com/scraper?channel=818 #EXTINF:-1 tvg-id="" status="online",JCN TV https://jcnonair-1108.acs.wecandeo.com/ms/3162/1108/index.m3u8 #EXTINF:-1 tvg-id="" status="online",KBS News -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcQTRi69dsVYHN3exePtZ1A/live #EXTINF:-1 tvg-id="" status="online",Korea TV https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Korean Election TV http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Korean Song Channel +#EXTINF:-1 tvg-id="" status="timeout",Korean Song Channel http://live.kytv.co.kr:8080/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="online",KT Alpha Shopping (1080p) +#EXTINF:-1 tvg-id="" status="error",KT Alpha Shopping (1080p) https://kr-streams.onrender.com/scraper?channel=438 -#EXTINF:-1 tvg-id="" status="online",Maeil Business Newspaper TV (매일경제 TV) (1080p) +#EXTINF:-1 tvg-id="" status="error",Maeil Business Newspaper TV (매일경제 TV) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnfwIKyFYRuqZzzKBDt6JOA/live -#EXTINF:-1 tvg-id="" status="online",SPOTV (1080p) -https://bcovlive-a.akamaihd.net/99545824f51f4c1592b35314c6ece3b0/ap-northeast-1/6271486521001/playlist.m3u8 diff --git a/streams/kw.m3u b/streams/kw.m3u index 1e2e7e8b6d..6418ca45f1 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlBawadi.kw" status="blocked",Al-Bawadi (360p) -https://gulfsat.cdn.easybroadcast.fr/live/Al-Bawadi_abr/playlist.m3u8 #EXTINF:-1 tvg-id="AlMaaliTV.kw" status="online",Al Maali TV (1080p) https://kali.vdopanel.com:3986/live/mbashalive.m3u8 #EXTINF:-1 tvg-id="AlMaarefTV.kw" status="online",Al Maaref (350p) @@ -11,11 +9,11 @@ https://gulfsat.cdn.easybroadcast.fr/live/Al-Sabah_abr/playlist.m3u8 https://gulfsat.cdn.easybroadcast.fr/abr_live/Al-Shahed/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.kw" status="blocked",ATV (360p) [Not 24/7] https://gulfsat.cdn.easybroadcast.fr/live/Aladalah_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="Ch4Teen.kw" status="online",Ch4Teen (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4Teen.kw" status="blocked",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="online",Ch4teen Clip (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4TeenClip.kw" status="blocked",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="online",Ch4teen Documentary (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4TeenDocumentary.kw" status="blocked",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 @@ -23,5 +21,7 @@ https://gulfsat.cdn.easybroadcast.fr/live/FunoonHd_abr/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVSportExtra #EXTINF:-1 tvg-id="KTVArabe.kw" status="online",KTV Arabe (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.media.gov.kw/LiveTV.aspx?PanChannel=KTVArabe -#EXTINF:-1 tvg-id="MarinaTV.kw" status="online",Marina TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MarinaTV.kw" status="error",Marina TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/marinai/live +#EXTINF:-1 tvg-id="" status="blocked",Al-Bawadi (360p) +https://gulfsat.cdn.easybroadcast.fr/live/Al-Bawadi_abr/playlist.m3u8 diff --git a/streams/kz.m3u b/streams/kz.m3u index e36c403f89..c0c2ac9a28 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -3,11 +3,11 @@ https://abaitv-stream.qazcdn.com/abaitv/abaitv/playlist.m3u8 #EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (1080p) [Not 24/7] http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="timeout",Atameken Business (576p) [Not 24/7] https://sc.id-tv.kz/Atameken.m3u8 -#EXTINF:-1 tvg-id="CaspianNews.kz" status="timeout",Caspian News (576p) [Not 24/7] +#EXTINF:-1 tvg-id="CaspianNews.kz" status="online",Caspian News (576p) [Not 24/7] https://sc.id-tv.kz/CaspianNews.m3u8 -#EXTINF:-1 tvg-id="ElArna.kz" status="timeout",Ел Арна (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ElArna.kz" status="online",Ел Арна (576p) [Not 24/7] https://sc.id-tv.kz/ElArna.m3u8 #EXTINF:-1 tvg-id="GakkuTV.kz" status="online",Gakku (576p) [Not 24/7] https://sc.id-tv.kz/Gakku.m3u8 @@ -27,7 +27,7 @@ https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8 http://serv25.vintera.tv:8081/novoetv/nov_tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",7 канал (576p) [Not 24/7] https://sc.id-tv.kz/7_kanal.m3u8 -#EXTINF:-1 tvg-id="" status="online",31 канал (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",31 канал (576p) [Not 24/7] https://sc.id-tv.kz/31Kanal.m3u8 #EXTINF:-1 tvg-id="" status="online",Balapan TV https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 @@ -35,9 +35,9 @@ https://balapantv-stream.qazcdn.com/balapantv/balapantv/playlist.m3u8 https://qazaqstantv-stream.qazcdn.com/qazaqstantv/qazaqstantv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Qazaqstan TV International https://qazaqstantv-stream.qazcdn.com/international/international/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Алматы (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Алматы (576p) [Not 24/7] https://sc.id-tv.kz/Almaty.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Алматы (720p) [Not 24/7] http://live-almatytv.cdnvideo.ru/almatytv/almatytv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Астана (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Астана (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 diff --git a/streams/lb.m3u b/streams/lb.m3u index cc3afd4fe6..a8c1c4a4b1 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -7,16 +7,16 @@ https://svs.itworkscdn.net/alimanlive/imantv.smil/playlist.m3u8 http://185.105.4.151:8080/_defapp_/ittihad/index.m3u8 #EXTINF:-1 tvg-id="AlIttihad.lb" status="online",Al Ittihad (552p) [Not 24/7] https://live.alittihad.tv:444/ittihad/index.m3u8 -#EXTINF:-1 tvg-id="AlJadeed.lb" status="error",Al Jadeed (480p) +#EXTINF:-1 tvg-id="AlJadeed.lb" status="blocked",Al Jadeed (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/aljadeedtv #EXTINF:-1 tvg-id="AlManar.lb" status="online",Al Manar (576p) [Not 24/7] https://manar.live/iptv/playlist.m3u8 #EXTINF:-1 tvg-id="AlManar.lb" status="online",Al Manar (576p) [Not 24/7] https://manar.live/x.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="online",Al Mayadeen (576p) https://mdnlv.cdn.octivid.com/almdn/smil:mpegts.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlMayadeenTV.lb" status="error",Al Mayadeen (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCO-kV7ZFOiKwcP2U0h4aEbA/live #EXTINF:-1 tvg-id="ArabicaTV.lb" status="online",Arabica TV (720p) http://istream.binarywaves.com:8081/hls/arabica/playlist.m3u8 #EXTINF:-1 tvg-id="CharityTV.lb" status="online",CharityTV (1080p) [Not 24/7] diff --git a/streams/li.m3u b/streams/li.m3u index 32310d8e8d..fc18460fcf 100644 --- a/streams/li.m3u +++ b/streams/li.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="KommuTV.li" status="online",Kommu TV (720p) [Not 24/7] http://31.10.19.12:8066/live/999/0.m3u8 -#EXTINF:-1 tvg-id="MediashopTV.li" status="online",Mediashop TV (576p) +#EXTINF:-1 tvg-id="" status="online",Mediashop TV (576p) https://mediashop.akamaized.net/hls/live/2032402/Meine_Einkaufswelt/1.m3u8 diff --git a/streams/lk.m3u b/streams/lk.m3u index f7b2a7bd2e..71231042bf 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="timeout",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/lu.m3u b/streams/lu.m3u index 33eebc794b..7b69755565 100644 --- a/streams/lu.m3u +++ b/streams/lu.m3u @@ -3,6 +3,10 @@ https://media02.webtvlive.eu/chd-edge/smil:chamber_tv_hd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="eldoTV.lu" status="online",eldo.TV (1080p) https://eldo-streaming.eldo.lu/eldotv/smil:eldotv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="LuxeTV.lu" status="online",Luxe TV (1080p) +https://alchimie-luxe-fr-rakuten.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="LuxeTV.lu" status="online",Luxe TV (1080p) +https://alchimie-luxe-uk-rakuten.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RTL.lu" status="online",RTL (TV) (1080p) https://live-edge.rtl.lu/channel1/smil:channel1/playlist.m3u8 #EXTINF:-1 tvg-id="RTL.lu" status="online",RTL (WebRadio) (1080p) diff --git a/streams/ly.m3u b/streams/ly.m3u index 69e8c2e6b5..2b95838543 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -13,5 +13,5 @@ https://master.starmena-cloud.com/hls/jam.m3u8 https://video.zidivo.com/live983/GrtjM_FNGC/playlist.m3u8 #EXTINF:-1 tvg-id="LibyaAlhadath.ly" status="online",Libya Al Hadath (576p) [Not 24/7] http://82.212.74.100:8000/live/8103.m3u8 -#EXTINF:-1 tvg-id="Tanasuh.ly" status="online",Tanasuh (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Tanasuh (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRaoHR6b3zViY9QxfgFNntQ/live diff --git a/streams/ma.m3u b/streams/ma.m3u index ebbec73959..e10e486b39 100644 --- a/streams/ma.m3u +++ b/streams/ma.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="2MMonde.ma" status="online",2M Monde (360p) -https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/2m_monde/hls_video_ts_tuhawxpiemz257adfc/2m_monde.m3u8 #EXTINF:-1 tvg-id="AlAoulaLaayoune.ma" status="blocked",Al Aoula Laayoune (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/al_aoula_laayoune/hls_snrt/al_aoula_laayoune.m3u8 #EXTINF:-1 tvg-id="AlMaghribia.ma" status="blocked",Al Maghribia (360p) @@ -27,6 +25,8 @@ http://streaming1.medi1tv.com/live/smil:medi1tv.smil/playlist.m3u8 https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/tamazight_tv8_snrt/hls_snrt/tamazight_tv8_snrt.m3u8 #EXTINF:-1 tvg-id="TeleMaroc.ma" status="online",Télé Maroc (1080p) https://api.new.livestream.com/accounts/27130247/events/8196478/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",2M Monde (360p) +https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/2m_monde/hls_video_ts_tuhawxpiemz257adfc/2m_monde.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Al Aoula International (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/al_aoula_inter/hls_snrt/al_aoula_inter.m3u8 #EXTINF:-1 tvg-id="" status="online",Maghreb Arabe Press (720p) [Not 24/7] diff --git a/streams/mk.m3u b/streams/mk.m3u index 22f6faca24..b94ca347d9 100644 --- a/streams/mk.m3u +++ b/streams/mk.m3u @@ -2,6 +2,6 @@ #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="online",Sky Folk TV (720p) [Not 24/7] -https://eu.live.skyfolk.mk/live.m3u8 -#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/mo.m3u b/streams/mo.m3u index 9da7208210..3fae0471b3 100644 --- a/streams/mo.m3u +++ b/streams/mo.m3u @@ -1,19 +1,19 @@ #EXTM3U #EXTINF:-1 tvg-id="CanalMacau.mo" status="online",Canal Macau (720p) [Not 24/7] http://live4.tdm.com.mo/ch2/_definst_/ch2.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMInfoMacau.mo" status="online",TDM Info. Macau (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",TDM Info. Macau (720p) [Not 24/7] http://live4.tdm.com.mo/ch5/_definst_/info_ch5.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMMacau.mo" status="online",TDM Macau (720p) +#EXTINF:-1 tvg-id="" status="error",TDM Macau (720p) http://live4.tdm.com.mo/ch1/_definst_/ch1.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMMacauSatelite.mo" status="online",TDM Macau Satelite (720p) +#EXTINF:-1 tvg-id="" status="online",TDM Macau Satelite (720p) http://live4.tdm.com.mo/ch3/_definst_/ch3.live/playlist.m3u8 -#EXTINF:-1 tvg-id="TDMSportsMacau.mo" status="online",TDM Sports Macau (720p) +#EXTINF:-1 tvg-id="" status="online",TDM Sports Macau (720p) http://live4.tdm.com.mo/ch4/_definst_/sport_ch4.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳视澳门 (720p) http://live3.tdm.com.mo:1935/ch1/ch1.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳門綜藝 (720p) http://live4.tdm.com.mo/ch6/_definst_/hd_ch6.live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",澳门体育 (720p) +#EXTINF:-1 tvg-id="" status="online",澳门体育 (720p) http://live3.tdm.com.mo:1935/ch4/sport_ch4.live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",澳门卫星 (720p) http://live3.tdm.com.mo:1935/ch3/ch3.live/playlist.m3u8 diff --git a/streams/mt.m3u b/streams/mt.m3u index 83c8eae297..83dd10fc3f 100644 --- a/streams/mt.m3u +++ b/streams/mt.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="One.mt" status="error",One +#EXTINF:-1 tvg-id="One.mt" status="online",One https://2-fss-1.streamhoster.com/pl_148/201830-1293592-1/playlist.m3u8 diff --git a/streams/mx.m3u b/streams/mx.m3u index 5ea848e840..6f5441422d 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -27,7 +27,7 @@ https://5e50264bd6766.streamlock.net/canal44/videocanal44/playlist.m3u8 https://edge.canaldelcongreso.gob.mx/live_sd1/smil:canal-sd1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalIberoamericano.mx" status="online",Canal Iberoamericano https://icsbaldeastd.aldeasolutions.mx/EVLiveCan18ABR/_definst_/mp4:7NBH6B8L/playlist.m3u8 -#EXTINF:-1 tvg-id="Capital21.mx" status="online",Capital 21 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Capital21.mx" status="timeout",Capital 21 (720p) [Not 24/7] https://video.cdmx.gob.mx/livestream/stream.m3u8 #EXTINF:-1 tvg-id="ConectaTV.mx" status="online",Conecta TV (720p) http://204.12.211.210:1935/conectatv/conectatv/playlist.m3u8 @@ -45,13 +45,13 @@ http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live #EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live -#EXTINF:-1 tvg-id="ImagenTV.mx" status="timeout",Imagen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenTV.mx" status="blocked",Imagen TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if #EXTINF:-1 tvg-id="JaliscoTV.mx" status="online",Jalisco TV (720p) [Geo-blocked] https://5fa5de1a545ae.streamlock.net/sisjalisciense/sisjalisciense/playlist.m3u8 #EXTINF:-1 tvg-id="MariaVision.mx" status="online",María Visión Mexico (360p) [Not 24/7] https://1601580044.rsc.cdn77.org/live/_jcn_/amlst:Mariavision/master.m3u8 -#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="online",México Travel Channel (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MexicoTravelChannel.mx" status="blocked",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] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFxHplbcoJK9m70c4VyTIxg/live @@ -67,11 +67,9 @@ https://mdstrm.com/live-stream-playlist/57b4dbf5dbbfc8f16bb63ce1.m3u8 http://201.168.205.12:8000/play/a0cp/index.m3u8 #EXTINF:-1 tvg-id="NoticiasCanal10.mx" status="online",Noticias Canal 10 (360p) [Not 24/7] https://canal10.mediaflix.istream.mx/wza_live/live/movil/playlist.m3u8 -#EXTINF:-1 tvg-id="OnceMexico.mx" status="online",Once Mexico (720p) -https://d24sa4vr9gvjv.cloudfront.net/index.m3u8 #EXTINF:-1 tvg-id="OnceNinasyNinos.mx" status="blocked",Once Niñas Y Niños http://jjooliveclarovideo.akamaized.net/Content/hls/Live/Channel(tveducationch01)/index.m3u8 -#EXTINF:-1 tvg-id="QuieroTV.mx" status="online",Quiero TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="QuieroTV.mx" status="blocked",Quiero TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x8452uw #EXTINF:-1 tvg-id="RCGTV2.mx" status="online",RCG TV 2 (360p) [Not 24/7] http://wowzacontrol.com:1936/stream23/stream23/playlist.m3u8 @@ -91,7 +89,7 @@ http://mdstrm.com/live-stream-playlist/57b4dc126338448314449d0c.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5ZtV3bu3bjSuOLoA6oCFIg/live #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 @@ -101,15 +99,15 @@ 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/UCnxTRk2K1iNsQkgpWXxyj4w/live #EXTINF:-1 tvg-id="TelevisaLaguna.mx" status="timeout",Televisa Laguna (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC_mwCcsKDJLSWjply5s0h8w/live -#EXTINF:-1 tvg-id="TelevisaMexicali.mx" status="timeout",Televisa Mexicali (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaMexicali.mx" status="error",Televisa Mexicali (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcmuFsMIIIHO3LBqeBVfm8Q/live #EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="online",Televisa Monterrey (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCGDJLLphnP0zQQaE3kgo5Wg/live -#EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="timeout",Televisa Morelos +#EXTINF:-1 tvg-id="TelevisaMorelos.mx" status="error",Televisa Morelos http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcC9ykApQrgl4UxbKg2U4zw/live #EXTINF:-1 tvg-id="TelevisaNewsMexico.mx" status="timeout",Televisa News Mexico (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCUsm-fannqOY02PNN67C0KA/live -#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="online",Televisa Piedras Negras (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxK8C1E8UZ5RipNXIBYEvTA/live @@ -121,15 +119,15 @@ 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="TelevisaSanLuisPotosi.mx" status="online",Televisa San Luis Potosí (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaSanLuisPotosi.mx" status="error",Televisa San Luis Potosí (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live -#EXTINF:-1 tvg-id="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 -#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="online",Televisa Veracruz (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="error",Televisa Veracruz (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5EnLdE7ASjYzWt7wvT-QSg/live -#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="error",Televisa Zacatecas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaZacatecas.mx" status="online",Televisa Zacatecas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live #EXTINF:-1 tvg-id="TlaxcalaTV.mx" status="online",Tlaxcala Televisión (360p) [Not 24/7] https://vid.mega00.com:5443/LiveApp/streams/928111829917388844551988/928111829917388844551988.m3u8?token=null @@ -147,12 +145,20 @@ https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico3/obregon.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVUNAM.mx" status="online",TV Unam (720p) https://5ca3e84a76d30.streamlock.net/tvunam/videotvunam/playlist.m3u8?DVR= +#EXTINF:-1 tvg-id="XEIMTTDT2.mx" status="blocked",Canal 22 (XEIMT-TDT2) (720p) +https://5fc584f3f19c9.streamlock.net/canal222/videocanal222/playlist.m3u8 +#EXTINF:-1 tvg-id="XEIPNTDT.mx" status="online",Once Mexico (1080p) +https://vivo.canaloncelive.tv/alivepkgr3/ngrp:cepro_all/playlist.m3u8 #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="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 +#EXTINF:-1 tvg-id="XHMNLTDT.mx" status="online",TV Nuevo León Canal 28 (XHMNL-TDT) (720p) +https://60ed5b6d0df78.streamlock.net:1936/canal28/canal28/playlist.m3u8 +#EXTINF:-1 tvg-id="XHTRESTDT.mx" status="blocked",El Heraldo de México (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/heraldodemexico #EXTINF:-1 tvg-id="" status="online",Alcarria TV (576p) [Not 24/7] http://217.182.77.27/live/alcarriatv-livestream.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Canal 22 (XEIMT-TDT) [Geo-blocked] @@ -167,5 +173,5 @@ https://linear-193.frequency.stream/193/hls/master/playlist.m3u8 http://mdstrm.com/live-stream-playlist/5d5d51a4e9a40e25f4a0332c.m3u8 #EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",TELE SISTEMA CANAL 9 (486p) [Geo-blocked] http://k4.usastreams.com/ARBtv/ARBtv/playlist.m3u8 diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index 4181d7b8ba..45569427e8 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -13,12 +13,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df175 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 (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="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="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) @@ -51,11 +51,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddc4e8bcbb9010009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96dad1652631e36d43320/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96dad1652631e36d43320&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=967&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVComedyCentralLatino.us" status="online",Pluto TV Comedy Central Latino (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96dad1652631e36d43320/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCompetencias.us" status="online",Pluto TV Competencias (720p) +#EXTINF:-1 tvg-id="PlutoTVCompetencias.us" status="timeout",Pluto TV Competencias (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6d935d000120009bc1132/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="PlutoTVCurroJimenez.us" status="online",Pluto TV Curro Jiménez (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acd36779de70007a680d1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDeportes.us" status="online",Pluto TV Deportes (720p) +#EXTINF:-1 tvg-id="PlutoTVDeportes.us" status="error",Pluto TV Deportes (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde07af1c85b0009b18651/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVDogelcazarrecompensas.us" status="online",Pluto TV Dog el cazarrecompensas (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f9992c685a2a80007fa414a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -91,7 +91,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e67d41b9331210007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acbed25948a0007ffbe65/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLosnuevosdetectives.us" status="online",Pluto TV Los nuevos detectives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acba0d1f6340007db8843/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="timeout",Pluto TV Minuto Para Ganar (720p) +#EXTINF:-1 tvg-id="PlutoTVMinutoParaGanar.us" status="online",Pluto TV Minuto Para Ganar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46e64dc73db400094b5f0b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMisteriosMedicos.us" status="online",Pluto TV Misterios Medicos (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f230e416b68ff00075b0139/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= @@ -102,9 +102,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98537a5 #EXTINF:-1 tvg-id="PlutoTVMTVEnVivo.us" status="online",Pluto TV MTV En Vivo (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6130d6f3f3f7bb0007dbd092/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="PlutoTVMTVLatino.us" status="online",Pluto TV MTV Latino (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96d351652631e36d4331f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96d351652631e36d4331f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=965&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVMTVLatino.us" status="online",Pluto TV MTV Latino (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96d351652631e36d4331f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVMTVLatino.us" status="online",Pluto TV MTV Latino (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96d351652631e36d4331f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf96d351652631e36d4331f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=965&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMTVTattooADos.us" status="online",Pluto TV MTV Tattoo A Dos (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/611b87946b7f420007c22361/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMundo.us" status="online",Pluto TV Mundo (720p) @@ -128,11 +128,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a #EXTINF:-1 tvg-id="PlutoTVNovelasDramas.us" status="online",Pluto TV Novelas Dramas (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a838b60007ffbba1/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY +#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84db2db3851800077c871e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=941&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dc59026b9b000766f9a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=943&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) diff --git a/streams/my.m3u b/streams/my.m3u index 126f933226..9545bfdc15 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -1,12 +1,10 @@ #EXTM3U -#EXTINF:-1 tvg-id="8TV.my" status="online",8TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="8TV.my" status="error",8TV (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/8TV.m3u8 #EXTINF:-1 tvg-id="AstroAEC.my" status="timeout",Astro AEC (720p) http://172.96.160.37:9138/stream/live/c20418.m3u8 #EXTINF:-1 tvg-id="AstroAOD311.my" status="timeout",Astro AOD 311 (720p) http://172.96.140.34:9138/stream/live/c20419.m3u8 -#EXTINF:-1 tvg-id="AstroAOD352.my" status="error",Astro AOD 352 (720p) -http://123.253.32.125:9995/stream/live/c21007.m3u8 #EXTINF:-1 tvg-id="AstroAOD354.my" status="timeout",Astro AOD 354 (720p) http://104.238.221.63:9138/stream/live/c21010.m3u8 #EXTINF:-1 tvg-id="AstroArena2.my" status="timeout",Astro Arena 2 (720p) @@ -17,8 +15,6 @@ http://104.238.221.63:9138/stream/live/c20422.m3u8 http://172.96.160.37:9138/stream/live/c21034.m3u8 #EXTINF:-1 tvg-id="AstroAwani.my" status="timeout",Astro Awani (720p) http://172.96.140.34:9138/stream/live/c20467.m3u8 -#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="AstroBollyOneHD.my" status="timeout",Astro BollyOne (720p) http://172.96.160.37:9138/stream/live/c21016.m3u8 #EXTINF:-1 tvg-id="AstroBoxOfficeThangathirai.my" status="timeout",Astro Box Office Movies Thangathirai (720p) @@ -57,19 +53,19 @@ http://172.96.140.34:9138/stream/live/c20401.m3u8 http://172.96.140.34:9138/stream/live/c20620.m3u8 #EXTINF:-1 tvg-id="BeritaRTM.my" status="blocked",Berita RTM (1080p) https://rtmlive03tv.secureswiftcontent.com/rtmchannel/03-manifest.mpd -#EXTINF:-1 tvg-id="BernamaTV.my" status="online",Bernama TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BernamaTV.my" status="error",Bernama TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcZg5r9hBqK_VPUT2I7eYVw/live #EXTINF:-1 tvg-id="Boo.my" status="timeout",Boo (720p) http://104.238.221.63:9138/stream/live/c20420.m3u8 #EXTINF:-1 tvg-id="ChuttiTVMalaysia.my" status="timeout",Chutti TV (480p) http://104.238.221.63:9138/stream/live/c21018.m3u8 +#EXTINF:-1 tvg-id="CinemaWorld.my" status="online",CinemaWorld (576p) +http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h04/index.m3u8 -#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) -http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="ColorsMalaysia.my" status="timeout",Colors (480p) http://104.238.221.63:9138/stream/live/c20526.m3u8 -#EXTINF:-1 tvg-id="DramaSangat.my" status="online",Drama Sangat (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DramaSangat.my" status="error",Drama Sangat (720p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/Drama_Sangat.m3u8 #EXTINF:-1 tvg-id="eGGNetwork.my" status="online",Egg Network (720p) http://210.210.155.37/uq2663/h/h22/index.m3u8 @@ -85,7 +81,7 @@ http://104.238.221.63:9138/stream/live/c20413.m3u8 http://172.96.140.34:9138/stream/live/c20426.m3u8 #EXTINF:-1 tvg-id="MaahTV.my" status="online",Maah TV (720p) [Not 24/7] http://51.210.199.33/hls/stream.m3u8 -#EXTINF:-1 tvg-id="NTV7.my" status="online",NTV 7 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NTV7.my" status="error",NTV 7 (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/DidikTVKPM.m3u8 #EXTINF:-1 tvg-id="OKEY.my" status="blocked",OKEY (1080p) https://rtmlive02tv.secureswiftcontent.com/rtmchannel/02-manifest.mpd @@ -103,15 +99,9 @@ https://rtmlive06tv.secureswiftcontent.com/rtmchannel/06-manifest.mpd http://172.96.140.34:9138/stream/live/c21056.m3u8 #EXTINF:-1 tvg-id="TADAA.my" status="timeout",TA-DAA! (720p) http://172.96.160.37:9138/stream/live/c20478.m3u8 -#EXTINF:-1 tvg-id="TV3.my" status="error",TV3 (480p) -https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/TV3.m3u8 -#EXTINF:-1 tvg-id="TV9.my" status="online",TV9 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV9.my" status="error",TV9 (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/TV9.m3u8 -#EXTINF:-1 tvg-id="TVAlhijrah.my" status="error",TV Alhijrah -https://172048-castr.akamaized.net/61e0e9a88ecf869e0a595bfa/live_7284c6607dcb11ec8005ad1f1e0e9f60/index.m3u8 #EXTINF:-1 tvg-id="TVBJadeMalaysia.my" status="timeout",TVB Jade (720p) http://172.96.140.34:9138/stream/live/c20410.m3u8 #EXTINF:-1 tvg-id="TVIKIM.my" status="online",TVIKIM (720p) [Not 24/7] http://edge.vediostream.com/abr/tvikim/playlist.m3u8 -#EXTINF:-1 tvg-id="TVS.my" status="error",TVS (720p) -https://v-t-e-r.github.io/Umbrella/Playlist/Ch/TVSwak.m3u8 diff --git a/streams/ng.m3u b/streams/ng.m3u index 046df57347..8d8f28368c 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -3,19 +3,19 @@ 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 -#EXTINF:-1 tvg-id="ChannelsTV.ng" status="online",Channels TV (720p) +#EXTINF:-1 tvg-id="ChannelsTV.ng" status="error",Channels TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ChannelsTelevision/live #EXTINF:-1 tvg-id="GalaxyTV.ng" status="online",Galaxy TV (576p) https://5d846bfda90fc.streamlock.net:1935/live/galaxytv/playlist.m3u8 -#EXTINF:-1 tvg-id="LagosTelevision.ng" status="error",Lagos Television (360p) [Not 24/7] +#EXTINF:-1 tvg-id="LagosTelevision.ng" status="online",Lagos Television (360p) [Not 24/7] http://185.105.4.193:1935/ltv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="NTAInternational.ng" status="online",NTA International (576p) [Not 24/7] https://api.visionip.tv/live/ASHTTP/visiontvuk-entertainment-ntai-hsslive-25f-4x3-MB/playlist.m3u8 -#EXTINF:-1 tvg-id="SilverbirdTV.ng" status="timeout",Silverbird TV (480p) +#EXTINF:-1 tvg-id="SilverbirdTV.ng" status="error",Silverbird TV (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x81uq2d #EXTINF:-1 tvg-id="TrustTV.ng" status="online",Trust TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCTlqstA2Wrt4fimd_VWKr8g/live -#EXTINF:-1 tvg-id="TVC.ng" status="online",TVC (1080p) +#EXTINF:-1 tvg-id="TVC.ng" status="timeout",TVC (1080p) https://tvce.gridpapaservers.com/TVCSEPT/ngrp:myStream_all/playlist.m3u8 #EXTINF:-1 tvg-id="TVCNews.ng" status="online",TVC News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/tvcnewsnigeria/live diff --git a/streams/ni.m3u b/streams/ni.m3u index f465fa0721..9c7e8aad69 100644 --- a/streams/ni.m3u +++ b/streams/ni.m3u @@ -3,7 +3,7 @@ http://138.117.4.70:8075/channel2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 http://138.117.4.70:8075/channel6/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6.ni" status="online",Canal 6 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal6.ni" status="blocked",Canal 6 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/canal6nicaraguaoficial #EXTINF:-1 tvg-id="Canal9.ni" status="online",Canal 9 http://138.117.4.70:8075/channel9/playlist.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index bf6e0eff9f..7b26f73afa 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -17,13 +17,11 @@ https://video.uitzending.tv:19360/gigantfm/gigantfm.m3u8 http://593aed234297b.streamlock.net:1935/gotvsjoerd/gotvsjoerd/playlist.m3u8 #EXTINF:-1 tvg-id="Groningen1.nl" status="online",Groningen1 (1080p) [Not 24/7] http://59132e529e3d1.streamlock.net/Groningen1/Groningen1/playlist.m3u8 -#EXTINF:-1 tvg-id="HK13TV.nl" status="online",HK13 TV (1080p) [Not 24/7] -http://mtxstr001.matrixdata.nl/live/hk13/playlist.m3u8 #EXTINF:-1 tvg-id="IdeaalTV.nl" status="online",Ideaal TV (480p) [Not 24/7] https://ms2.mx-cd.net/dtv-09/236-2051366/Ideaal_TV.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="JenzTV.nl" status="online",JenZ (1080p) +#EXTINF:-1 tvg-id="JenzTV.nl" status="error",JenZ (1080p) https://ms2.mx-cd.net/tv/192-840604/Jenz_TV.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="JinTV.nl" status="online",JIN TV (720p) +#EXTINF:-1 tvg-id="JinTV.nl" status="error",JIN TV (720p) https://live.jintv.org:12443/medialive/jintv.m3u8 #EXTINF:-1 tvg-id="LansingerlandTV.nl" status="online",Lansingerland TV (1080p) https://streaming-outbound-video-02.rtvlansingerland.nl/hls/livetv/index.m3u8 @@ -89,8 +87,6 @@ http://highvolume04.streampartner.nl/regiomedia/regiomedia/playlist.m3u8 https://streaming.rn7.nl/rn7live_abr/visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RTVAmstelveen.nl" status="online",RTV Amstelveen (720p) [Not 24/7] https://live.rtva.nl/live/zender.m3u8 -#EXTINF:-1 tvg-id="RTVConnectTV.nl" status="online",RTV Connect TV (480p) -https://ms7.mx-cd.net/tv/163-669433/RTV_Arnhem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTVDordrecht.nl" status="online",RTV Dordrecht (480p) https://ms2.mx-cd.net/dtv-02/107-475823/RTV_Dordrecht.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTVDordrecht.nl" status="online",RTV Dordrecht (480p) @@ -105,10 +101,10 @@ http://stream.rtvmaastricht.nl:8081/rtvm_live/tv/playlist.m3u8 https://media.rtvnoord.nl/live/rtvnoord/tv/index.m3u8 #EXTINF:-1 tvg-id="RTVNoordExtra.nl" status="online",RTV Noord Extra (1080p) [Not 24/7] https://media.rtvnoord.nl/live/rtvnoord/extra/index.m3u8 -#EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="online",RTV Noordoost Friesland (Achtkarspelen / Tytsjerksteradiel) [Not 24/7] -https://5ebd833552d56.streamlock.net/rtvnof3/rtvnof3/playlist.m3u8 #EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="online",RTV Noordoost Friesland (720p) [Not 24/7] https://593aed234297b.streamlock.net/rtvnof2/live/playlist.m3u8 +#EXTINF:-1 tvg-id="RTVNoordoostFriesland.nl" status="error",RTV Noordoost Friesland (Achtkarspelen / Tytsjerksteradiel) [Not 24/7] +https://5ebd833552d56.streamlock.net/rtvnof3/rtvnof3/playlist.m3u8 #EXTINF:-1 tvg-id="RTVOost.nl" status="online",RTV Oost (720p) https://d34cg2bnc08ruf.cloudfront.net/live/rtvoost/tv/index.m3u8 #EXTINF:-1 tvg-id="RTVPurmerend.nl" status="online",RTV Purmerend (720p) @@ -171,7 +167,7 @@ https://web.omroepgelderland.nl/live/livetv.m3u8 https://www.a1mediagroep.nl/hls/a1tv.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Radio NL (1080p) [Not 24/7] https://61ae39677a1ab.streamlock.net/radionl/radionl_1080p/playlist.m3u8?ref=Hoofdwebsite&token_endtime=1661322499&token_hash=yPCofcNBmbfuVCU4UqsLrQ6GgnKJGC5gQ0tn5_F9FSE=&token_starttime=0 -#EXTINF:-1 tvg-id="" status="online",RTV Arnhem (480p) +#EXTINF:-1 tvg-id="" status="error",RTV Arnhem (480p) https://ms2.mx-cd.net/tv/163-669433/RTV_Arnhem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Zed TV http://190.2.148.141:8080/bar7657/index.m3u8 diff --git a/streams/no.m3u b/streams/no.m3u index 5f78d1746e..365446eeec 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -7,17 +7,17 @@ https://digicom.hls.iptvdc.com/motorstv/index.m3u8 https://frikanalen.no/stream/index.m3u8 #EXTINF:-1 tvg-id="Kanal10Asia.se" status="online",Kanal 10 Asia (540p) http://cdn-kanal10.crossnet.net:1935/kanal10/kanal10asia/playlist.m3u8 -#EXTINF:-1 tvg-id="StortingetHS2.no" status="online",Stortinget HS2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="StortingetHS2.no" status="timeout",Stortinget HS2 (576p) [Not 24/7] https://bbe19a83414b545d91f32f94316aab71-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal2_1/playlist.m3u8?dvr= -#EXTINF:-1 tvg-id="StortingetN202.no" status="online",Stortinget N-202 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="StortingetN202.no" status="timeout",Stortinget N-202 (576p) [Not 24/7] https://98d91ca32ff6fbca255f6ec9f29fc4d0-httpcache0-19333-cachelive0.dna.ip-only.net/19333-cachelive0/smil:push-sal3_1/playlist.m3u8?dvr= #EXTINF:-1 tvg-id="" status="online",TV2 Nyhetsstrømmen (720p) 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="online",Viasat History Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="timeout",Viasat History Kazakhstan (720p) https://sc.id-tv.kz/ViasatHistory.m3u8 -#EXTINF:-1 tvg-id="" status="online",Viasat Nature Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="timeout",Viasat Nature Kazakhstan (720p) https://sc.id-tv.kz/ViasatNature.m3u8 -#EXTINF:-1 tvg-id="" status="online",Viasat TV1000 Kazakhstan (720p) +#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 839b85b4b9..7e545877e9 100644 --- a/streams/om.m3u +++ b/streams/om.m3u @@ -7,3 +7,5 @@ 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="timeout",Oman Mubashir (1080p) +https://partwold.cdn.mangomolo.com/omlive/smil:omlive.stream.smil/playlist.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index 3372af0839..9212a39cd6 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ANTV.pa" status="online",ANTV +#EXTINF:-1 tvg-id="ANTV.pa" status="blocked",ANTV https://dacastmmd.mmdlive.lldns.net/dacastmmd/bdc928e938f54ab280e8bfa0e265eddd/playlist.m3u8 #EXTINF:-1 tvg-id="ASondeSalsa.pa" status="online",A Son de Salsa (720p) [Not 24/7] https://cloud01.mipaneltv.xyz/asondesalsa/asondesalsa/playlist.m3u8 @@ -13,11 +13,11 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 #EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88d659120a717cf93ce620.m3u8 -#EXTINF:-1 tvg-id="Telemetro.pa" status="online",Telemetro (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telemetro.pa" status="blocked",Telemetro (720p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88dd2229b0890723df2165.m3u8 #EXTINF:-1 tvg-id="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 78e06d5254..c28962cb45 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -3,16 +3,12 @@ https://cloudvideo.servers10.com:8081/8126/index.m3u8 #EXTINF:-1 tvg-id="AgroTV.pe" status="online",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 -#EXTINF:-1 tvg-id="AndesTelevision.pe" status="online",Andes Televisión (Sicusani) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AndesTelevision.pe" status="error",Andes Televisión (Sicusani) (720p) [Not 24/7] https://stmv1.voxhdnet.com/tvsicuani/tvsicuani/playlist.m3u8 #EXTINF:-1 tvg-id="AntaresTelevision.pe" status="online",Antares Televisión (720p) [Not 24/7] 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="timeout",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] @@ -35,8 +31,6 @@ http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8 https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8 #EXTINF:-1 tvg-id="Canal8Catacaos.pe" status="online",Canal 8 (Catacaos) (360p) [Not 24/7] https://tvdatta.com:3838/live/canalcatacaoslive.m3u8 -#EXTINF:-1 tvg-id="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 #EXTINF:-1 tvg-id="CaribeTelevision.pe" status="timeout",Caribe Televisión (Otuzco) (1080p) [Not 24/7] @@ -47,7 +41,7 @@ https://5c3fb01839654.streamlock.net:1963/iptvcentraltv/livecentraltvtv/playlist https://cloudvideo.servers10.com:8081/8168/index.m3u8 #EXTINF:-1 tvg-id="ChicosIPe.pe" status="online",Chicos IPe (1080p) [Not 24/7] http://cdnh4.iblups.com/hls/OVJNKV4pSr.m3u8 -#EXTINF:-1 tvg-id="ChinchaTV.pe" status="online",Chincha TV [Not 24/7] +#EXTINF:-1 tvg-id="ChinchaTV.pe" status="error",Chincha TV [Not 24/7] https://tvdatta.com:3548/live/chinchatvlive.m3u8 #EXTINF:-1 tvg-id="CineClubTV.pe" status="online",TecSatel Cine TV (Arequipa) (720p) [Not 24/7] https://servilive.com:3176/live/cineclublive.m3u8 @@ -59,7 +53,7 @@ https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 https://cloudvideo.servers10.com:8081/8150/index.m3u8 #EXTINF:-1 tvg-id="Conecta2TV.pe" status="online",Conecta2TV (Lima) (720p) [Not 24/7] https://servilive.com:3114/live/liveulive.m3u8 -#EXTINF:-1 tvg-id="CongresoTV.pe" status="online",Congreso TV [Not 24/7] +#EXTINF:-1 tvg-id="CongresoTV.pe" status="error",Congreso TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/CongresodelaRepúblicadelPerúTVenvivo/live #EXTINF:-1 tvg-id="ContactoDeportivo.pe" status="online",Contacto Deportivo (720p) [Not 24/7] https://live.obslivestream.com/cdeportivo/index.m3u8 @@ -73,9 +67,7 @@ https://live.obslivestream.com/crtvmux/index.m3u8 http://190.108.83.142:8000/play/a007/index.m3u8 #EXTINF:-1 tvg-id="Cultura24.pe" status="online",Cultura 24 (360p) [Not 24/7] https://vs8.live.opencaster.com/cultura24/smil:cultura24/playlist.m3u8 -#EXTINF:-1 tvg-id="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="error",Diáspora TV [Not 24/7] +#EXTINF:-1 tvg-id="DiasporaTV.pe" status="online",Diáspora TV [Not 24/7] https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 #EXTINF:-1 tvg-id="DMJ.pe" status="online",DMJ (Cuzco) (720p) [Not 24/7] https://v4.tustreaming.cl/s1tv/playlist.m3u8 @@ -99,8 +91,6 @@ http://190.108.83.142:8000/play/a00x/index.m3u8 https://stream.plixitv.live/goresamtv/goresamtv/playlist.m3u8 #EXTINF:-1 tvg-id="HatunTV.pe" status="online",Hatun TV (720p) [Not 24/7] 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="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] @@ -117,15 +107,15 @@ https://stmv.panel.grupolimalive.com/imperu/imperu/playlist.m3u8 https://live.tvcontrolcp.com:1936/8170/8170/playlist.m3u8 #EXTINF:-1 tvg-id="JN19.pe" status="online",JN19 (720p) [Not 24/7] https://servilive.com:3149/live/jn19tvlive.m3u8 -#EXTINF:-1 tvg-id="JusticiaTV.pe" status="online",JusticiaTV [Not 24/7] +#EXTINF:-1 tvg-id="JusticiaTV.pe" status="error",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] https://cu.onliv3.com/livevd/user1.m3u8 -#EXTINF:-1 tvg-id="KBO.pe" status="online",KBO Quillabamba (1080p) [Not 24/7] +#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="LaAbeja.pe" status="online",La Abeja (720p) [Not 24/7] http://cdnhd.iblups.com/hls/F87ppt1YAT.m3u8 -#EXTINF:-1 tvg-id="LaIslillaTV.pe" status="error",La Islilla TV [Not 24/7] +#EXTINF:-1 tvg-id="LaIslillaTV.pe" status="online",La Islilla TV [Not 24/7] http://190.108.83.142:8000/play/a00b/index.m3u8 #EXTINF:-1 tvg-id="LaLuzTV.pe" status="online",La Luz TV (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59ce7f292cdc7ba015a93b82/playlist.m3u8 @@ -158,11 +148,11 @@ http://iptv.perueduca.pe:1935/canal2/canal22/playlist.m3u8 #EXTINF:-1 tvg-id="MitosTV.pe" status="online",MitosTV (Mitos de la Selva | Pucallpa) (480p) [Not 24/7] https://inliveserver.com:1936/19018/19018/playlist.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] -https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_hd720/index.m3u8 +#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] +https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 #EXTINF:-1 tvg-id="NacionalTV.pe" status="online",NacionalTV (720p) [Not 24/7] @@ -177,13 +167,13 @@ https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist https://live.obslivestream.com/norselvatv/index.m3u8 #EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima -#EXTINF:-1 tvg-id="OasisRTV.pe" status="error",Oasis RTV (Trujillo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OasisRTV.pe" status="online",Oasis RTV (Trujillo) (720p) [Not 24/7] https://7.innovatestream.pe:19360/oasisrtv/oasisrtv.m3u8 #EXTINF:-1 tvg-id="OKTeVe.pe" status="online",OK TeVe (Yurimaguas) (720p) [Not 24/7] https://stream.plixitv.live/oktv/oktv/playlist.m3u8 #EXTINF:-1 tvg-id="OndaDigital.pe" status="online",Onda Digital (720p) [Not 24/7] https://tv.ondadigital.pe:1936/ondatv2/ondatv2/playlist.m3u8 -#EXTINF:-1 tvg-id="OrientalTV.pe" status="error",Oriental TV 21 (Pucallpa) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="OrientalTV.pe" status="online",Oriental TV 21 (Pucallpa) (480p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientaltv/orientaltv/playlist.m3u8 #EXTINF:-1 tvg-id="OvacionTV.pe" status="online",Ovacion TV (720p) [Not 24/7] http://cdn2.ujjina.com:1935/iptvovacion1/liveovacion1tv/playlist.m3u8 @@ -193,7 +183,7 @@ 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="online",PBO Digital (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PBO.pe" status="error",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 @@ -203,8 +193,6 @@ https://stmv.panel.grupolimalive.com/peruvian/peruvian/playlist.m3u8 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 -#EXTINF:-1 tvg-id="ProyectaTelevision.pe" status="online",Proyecta Televisión (Huacho) (720p) [Not 24/7] -https://servilive.com:3194/live/proyectatvlive.m3u8 #EXTINF:-1 tvg-id="QTTelevision.pe" status="online",QT Televisión (Cuzco) (720p) [Not 24/7] https://servilive.com:3753/live/qosqotimeslive.m3u8 #EXTINF:-1 tvg-id="QuattroTV.pe" status="online",Quattro TV (720p) [Not 24/7] @@ -215,16 +203,14 @@ http://v4.tustreaming.cl/quillavision/index.m3u8 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="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="RadioOndaDigital.pe" status="online",Radio Onda Digital (720p) [Not 24/7] +https://servilive.com:3960/live/radiotvondadigitallive.m3u8 #EXTINF:-1 tvg-id="RadioSanBorjaTV.pe" status="online",Radio San Borja TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 #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="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 #EXTINF:-1 tvg-id="RadioTVTendencias.pe" status="online",Radio TV Tendencias [Not 24/7] @@ -241,7 +227,7 @@ https://multimedia.tmcreativos.com:1936/wsgzmqbxse/wsgzmqbxse/playlist.m3u8 http://38.131.11.9:1080/play/a0d8 #EXTINF:-1 tvg-id="RSelvaTV.pe" status="online",RSelvaTV (Tarapoto) (720p) [Not 24/7] https://live.obslivestream.com/selvatv/index.m3u8 -#EXTINF:-1 tvg-id="RTVTotalYurimaguas.pe" status="error",RTV Total (Yurimaguas) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RTVTotalYurimaguas.pe" status="online",RTV Total (Yurimaguas) (480p) [Not 24/7] https://7.innovatestream.pe:19360/rtvtotal/rtvtotal.m3u8 #EXTINF:-1 tvg-id="SalgaluTV.pe" status="timeout",Salgalú TV [Not 24/7] https://6075e60da1f27.streamlock.net/live/wowza/playlist.m3u8 @@ -257,7 +243,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="online",SoriTV [Not 24/7] +#EXTINF:-1 tvg-id="SoriTV.pe" status="error",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 @@ -267,12 +253,10 @@ 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 -#EXTINF:-1 tvg-id="TelesurCamana.pe" status="online",Telesur (Camana) (480p) [Not 24/7] -https://1667517699.rsc.cdn77.org/hls/camana.m3u8 #EXTINF:-1 tvg-id="TelesurIlo.pe" status="online",Telesur (Ilo) (720p) [Not 24/7] https://1667517699.rsc.cdn77.org/hls/ilo.m3u8 #EXTINF:-1 tvg-id="TelesurMollendo.pe" status="online",Telesur (Mollendo) (240p) [Not 24/7] @@ -287,7 +271,7 @@ 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] +#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 @@ -305,9 +289,9 @@ 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="online",TV Huarmey (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVHuarmey.pe" status="error",TV Huarmey (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tvhuarmey -#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="online",TV Norte (Chiclayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="blocked",TV Norte (Chiclayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TVNORTEHD #EXTINF:-1 tvg-id="TVNoticias73.pe" status="online",TV Noticias 7.3 (768p) http://cdnh4.iblups.com/hls/RMuwrdk7M9.m3u8 @@ -333,11 +317,11 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/acda902f73a646daac3fdc9dcddbc971/p https://stmv.panel.grupolimalive.com/uniteltv/uniteltv/playlist.m3u8 #EXTINF:-1 tvg-id="UranioTV.pe" status="online",Uranio TV (Yurimaguas) (720p) [Not 24/7] https://live.obslivestream.com/uraniotv/index.m3u8 -#EXTINF:-1 tvg-id="USMPTV.pe" status="timeout",USMPTV (720p) +#EXTINF:-1 tvg-id="USMPTV.pe" status="error",USMPTV (720p) https://streamusmptv.ddns.net/live/stream.m3u8 #EXTINF:-1 tvg-id="VamisaTV.pe" status="online",VamisaTV (Lima) (480p) [Not 24/7] https://vps1.lnx.pe/vamisa/envivo/index.m3u8 -#EXTINF:-1 tvg-id="ViaAltomayo.pe" status="online",Vía Altomayo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ViaAltomayo.pe" status="error",Vía Altomayo (720p) [Not 24/7] 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 @@ -349,7 +333,7 @@ https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 https://multimedia.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 #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] +#EXTINF:-1 tvg-id="WillaxTV.pe" status="blocked",Willax (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/WillaxTV #EXTINF:-1 tvg-id="XTVChachapoyas.pe" status="online",X TV (Chachapoyas) [Not 24/7] https://stmv.panel.grupolimalive.com/xtv/xtv/playlist.m3u8 diff --git a/streams/ph.m3u b/streams/ph.m3u index 94dc81030e..e9c5398aff 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,7 +5,7 @@ http://122.55.252.134:8443/live/bba5b536faeacb9b56a3239f1ee8e3b3/1.m3u8 https://streaming.cnnphilippines.com/live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="DepEdTV.ph" status="blocked",DepEd TV (480p) [Geo-blocked] https://d3cbe0gidjd4k2.cloudfront.net/channel_7/channel7/playlist.m3u8 -#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="online",DZRH News TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DZRHNewsTV.ph" status="error",DZRH News TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/DZRHNewsTelevision/live #EXTINF:-1 tvg-id="INCTV.ph" status="online",INC TV (1080p) https://cocphil.akamaized.net/hls/live/2042846/inctv/playlist.m3u8 @@ -15,7 +15,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/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) +#EXTINF:-1 tvg-id="PIE.ph" status="error",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="online",PTV 4 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/PTVPhilippines/live diff --git a/streams/pk.m3u b/streams/pk.m3u index f261f1003a..b062458faa 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -6,11 +6,9 @@ https://securecontributions.sechls01.visionip.tv/live/securecontributions-secure https://6zklx4wryw9b-hls-live.5centscdn.com/arydigitalusa/498f1704b692c3ad4dbfdf5ba5d04536.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="ATV.pk" status="online",ATV https://streamone.simpaisa.com:8443/pitvlive1/atv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AVTKhyber.pk" status="online",AVT Khyber -https://streamone.simpaisa.com:8443/pitvlive1/khyber.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AwazTVNetwork.pk" status="online",Awaz TV https://streamone.simpaisa.com:8443/pitvlive1/awaztv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BolNews.pk" status="online",Bol News (1080p) +#EXTINF:-1 tvg-id="BolNews.pk" status="error",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="online",Dawn News (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaxR-D8FjZ-2otbU0_Y2grg/live @@ -22,16 +20,16 @@ https://imob.dunyanews.tv/livehd/_definst_/ngrp:dunyalivehd_2_all/playlist.m3u8 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] +#EXTINF:-1 tvg-id="DunyaNews.pk" status="error",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) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=rjn7zlpvzOM #EXTINF:-1 tvg-id="HumNews.pk" status="online",Hum News (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC0Um3pnZ2WGBEeoA3BX2sKw/live #EXTINF:-1 tvg-id="K21News.pk" status="online",K21 News https://streamone.simpaisa.com:8443/pitvlive1/k21.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="KhyberMiddleEastTV.pk" status="online",Khyber Middle East +https://streamone.simpaisa.com:8443/pitvlive1/khyber.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KhyberNews.pk" status="online",Khyber News https://streamone.simpaisa.com:8443/pitvlive1/khybernews.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LahoreNewsHD.pk" status="online",Lahore News (720p) [Not 24/7] @@ -48,9 +46,9 @@ https://streamone.simpaisa.com:8443/pitvlive1/mehran.smil/playlist.m3u8 https://streamone.simpaisa.com:8443/pitvlive1/neo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="OneGolf.pk" status="online",One Golf (720p) http://162.250.201.58:6211/pk/ONEGOLF/index.m3u8 -#EXTINF:-1 tvg-id="PTVHome.pk" status="online",PTV Home (1080p) +#EXTINF:-1 tvg-id="PTVHome.pk" status="error",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="online",PTV News (1080p) +#EXTINF:-1 tvg-id="PTVNews.pk" status="error",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 6981b3ef27..d89d33ddc2 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -51,7 +51,7 @@ http://hbbtvlive.v3.tvp.pl/hbbtvlive/livestream.php?app_id=tvpinfo https://tvreg.klemit.net/regionalna/stream/index.m3u8 #EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (1080p) https://ec08.luz1.cache.orange.pl/jupiter/o2-cl7/live/tvrepublika/live.m3u8 -#EXTINF:-1 tvg-id="TVRepublika.pl" status="online",TV Republika (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRepublika.pl" status="error",TV Republika (540p) [Not 24/7] http://m1-tvrepublika.4vod.tv/smil:premium_abr.ism/playlist.m3u8 #EXTINF:-1 tvg-id="TVTorun.pl" status="online",TV Toruń (1080p) http://217.173.176.107:1935/live/tvk.stream/playlist.m3u8 diff --git a/streams/pr.m3u b/streams/pr.m3u index fb2dbdda4f..c6d356252a 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -1,13 +1,11 @@ #EXTM3U -#EXTINF:-1 tvg-id="ConectateTV.pr" status="error",Conéctate TV (ACS Network) (480p) [Not 24/7] -https://play.amelbasoluciones.co:3257/live/acsnetworklive.m3u8 #EXTINF:-1 tvg-id="PuraPalabra.pr" status="online",Pura Palabra (718p) [Not 24/7] https://59825a54e4454.streamlock.net:8443/william233/william233/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CDM International (480p) [Not 24/7] https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CDM TV (480p) [Not 24/7] http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",CTNi (Christian Television Network International) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",CTNi (Christian Television Network International) (480p) [Not 24/7] https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mas TV (1080p) https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 diff --git a/streams/ps.m3u b/streams/ps.m3u index 3550c36280..c74cb9f7c9 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -1,9 +1,9 @@ #EXTM3U #EXTINF:-1 tvg-id="7alaTV.ps" status="blocked",7ala TV [Geo-blocked] http://vstream3.hadara.ps:8081/7alafm2020/7alafm2020/playlist.m3u8 -#EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AjyalTV.ps" status="error",Ajyal TV (720p) [Not 24/7] http://htvajyal.mada.ps:8888/ajyal/index.m3u8 -#EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AjyalTV.ps" status="error",Ajyal TV (720p) [Not 24/7] http://htvmada.mada.ps:8888/ajyal/index.m3u8 #EXTINF:-1 tvg-id="AlAqsaTV.ps" status="online",Al Aqsa Channel (416p) [Not 24/7] https://live-1.linuxway.info/aqsatv/live/tv/playlist.m3u8 @@ -33,7 +33,7 @@ https://pbc.furrera.ps/palestinelivehd/index.m3u8 https://live.paltoday.tv/paltv/live/playlist.m3u8 #EXTINF:-1 tvg-id="RajeenTV.ps" status="online",Rajeen TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/palabroad/live/playlist.m3u8 -#EXTINF:-1 tvg-id="SerajTV.ps" status="online",Seraj TV (1080p) +#EXTINF:-1 tvg-id="SerajTV.ps" status="timeout",Seraj TV (1080p) https://live01.iflex.ps/Aqsa/index.m3u8 #EXTINF:-1 tvg-id="ShababFM.ps" status="online",Shabab FM (720p) [Not 24/7] https://streaming.zaytonatube.com:8081/ShababFM/shabab/index.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index a91a99d38f..afb6670d69 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -9,7 +9,7 @@ https://w2.manasat.com/kkids/smil:kkids.smil/playlist.m3u8 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 -#EXTINF:-1 tvg-id="MTVPortugal.pt" status="online",MTV Portugal (576p) +#EXTINF:-1 tvg-id="MTVPortugal.pt" status="timeout",MTV Portugal (576p) http://176.79.76.155:8000/play/a01x/index.m3u8 #EXTINF:-1 tvg-id="PortoCanal.pt" status="online",Porto Canal (360p) [Not 24/7] https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8 @@ -26,10 +26,10 @@ https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtp2.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP3.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/livetvhlsDVR/rtpnHDdvr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP3.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (504p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP3.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP3 (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/livetvhlsDVR/rtpndvr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAcores.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Açores (720p) [Not 24/7] @@ -41,7 +41,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpacores.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPAfrica.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP África (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/smil:rtpafrica.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPiAsia.pt" status="error",RTP Internacional Asia (480p) +#EXTINF:-1 tvg-id="RTPiAsia.pt" status="online",RTP Internacional Asia (480p) http://210.210.155.37/qwr9ew/s/s38/index.m3u8 #EXTINF:-1 tvg-id="RTPInternacional.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP Internacional (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 @@ -49,11 +49,13 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPMadeira.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)",RTP Madeira (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPMemoria.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",RTP Memória (504p) +#EXTINF:-1 tvg-id="RTPMemoria.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",RTP Memória (504p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://streaming-live.rtp.pt/liverepeater/smil:rtpmem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SIC.pt" status="online",SIC (1080p) http://93.152.174.144:4000/play/sic/index.m3u8 +#EXTINF:-1 tvg-id="SIC.pt" status="online",SIC (1080p) +https://d1zx6l1dn8vaj5.cloudfront.net/out/v1/b89cc37caa6d418eb423cf092a2ef970/index.m3u8 #EXTINF:-1 tvg-id="SICNoticias.pt" status="blocked",SIC Noticias [Geo-blocked] http://live.impresa.pt/live/sicnot/sicnot.m3u8 #EXTINF:-1 tvg-id="SobrenaturalTV.pt" status="online",Sobrenatural TV (1080p) diff --git a/streams/py.m3u b/streams/py.m3u index 476b62bb67..e3f837cfca 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -21,7 +21,7 @@ https://rds3.desdeparaguay.net/mitv/mitv/playlist.m3u8 https://59ce1298bfb98.streamlock.net/motorsur/motorsur/playlist.m3u8 #EXTINF:-1 tvg-id="Nanduti.py" status="online",Ñanduti TV (720p) https://tvdatta.com:3839/live/nandutitvlive.m3u8 -#EXTINF:-1 tvg-id="ObediraTV.py" status="online",Obedira TV +#EXTINF:-1 tvg-id="ObediraTV.py" status="error",Obedira TV https://59ce1298bfb98.streamlock.net/obediratv/obediratv/playlist.m3u8 #EXTINF:-1 tvg-id="OviedoTV.py" status="online",Oviedo TV https://59ce1298bfb98.streamlock.net/oviedotv/oviedotv/playlist.m3u8 @@ -39,7 +39,7 @@ https://59ce1298bfb98.streamlock.net/sucesotv/sucesotv/playlist.m3u8 https://stream.rpc.com.py/live/trece.m3u8 #EXTINF:-1 tvg-id="TVAire.py" status="online",TV Aire https://59ce1298bfb98.streamlock.net/tvaire/tvaire/playlist.m3u8 -#EXTINF:-1 tvg-id="Unicanal.py" status="error",Unicanal (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Unicanal.py" status="online",Unicanal (720p) [Not 24/7] http://45.55.127.106/live/unicanal_mid.m3u8 #EXTINF:-1 tvg-id="Uniradio.py" status="online",Uniradio https://59ce1298bfb98.streamlock.net/uniradiotv/uniradiotv/playlist.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index dd2b3f9dad..d36a1f8873 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -9,7 +9,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljaz 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) +#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" 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",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="AlJazeeraDocumentary.qa" status="online",Al Jazeera Documentary (270p) [Geo-blocked] @@ -20,11 +20,6 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljaz https://live-hls-v3-aje.getaj.net/AJE-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) https://live-hls-web-aje.getaj.net/AJE/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraEnglish.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 English (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/s23/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajmubasher/live #EXTINF:-1 tvg-id="AlJazeeraMubasher.qa" status="online",Al Jazeera Mubasher (1080p) https://live-hls-web-ajm.getaj.net/AJM/index.m3u8 #EXTINF:-1 tvg-id="AlRayyanOldTV.qa" status="online",Al Rayyan Al Qadeem (1080p) diff --git a/streams/ro.m3u b/streams/ro.m3u index 8530d3a3d1..e6214d7d8f 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -11,7 +11,7 @@ http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8 http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8 #EXTINF:-1 tvg-id="AntenaSport.ro" status="online",AntenaSport (720p) [Not 24/7] https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8 -#EXTINF:-1 tvg-id="B1.ro" status="error",B1 (272p) [Not 24/7] +#EXTINF:-1 tvg-id="B1.ro" status="online",B1 (272p) [Not 24/7] https://stream.adunity.com/b1/b1.m3u8 #EXTINF:-1 tvg-id="BucovinaTV.ro" status="online",Bucovina TV (480p) http://46.4.14.12:9999/btvsvlive/playlist.m3u8 @@ -21,8 +21,6 @@ http://89.149.30.158:1935/CorneaTV/myStream/playlist.m3u8 http://cdn.credonet.tv:1935/ctv/smil:livecredo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="EstTVNeamt.ro" status="online",Est TV (Neamt) (576p) [Not 24/7] http://89.38.8.130:39435 -#EXTINF:-1 tvg-id="EuronewsRomania.ro" status="error",Euronews Romania (1080p) -https://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCbATDExtWstHnwWELZnXNZA/live #EXTINF:-1 tvg-id="IntermediaTV.ro" status="online",Intermedia TV (576p) http://46.4.14.12:9999/intermedia1/playlist.m3u8 #EXTINF:-1 tvg-id="LightChannel.ro" status="online",Light Channel (480p) [Not 24/7] diff --git a/streams/rs.m3u b/streams/rs.m3u index 0f59f90e98..9f31ca7038 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="DjakTV.rs" status="online",Djak TV (720p) +#EXTINF:-1 tvg-id="DjakTV.rs" status="error",Djak TV (720p) https://srv1.adriatelekom.com/DjakTV/index.m3u8 #EXTINF:-1 tvg-id="KlanKosova.rs" status="timeout",Klan Kosova http://93.157.62.180/KlanKosova/index.m3u8 @@ -7,7 +7,7 @@ http://93.157.62.180/KlanKosova/index.m3u8 http://51.15.154.138/providus/live2805_hq/index.m3u8 #EXTINF:-1 tvg-id="KurirTV.rs" status="online",Kurir TV (360p) https://kurir-tv.haste-cdn.net/providus/live2805.m3u8 -#EXTINF:-1 tvg-id="MISTelevizija.rs" status="online",MIS Televizija (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MISTelevizija.rs" status="timeout",MIS Televizija (720p) [Not 24/7] https://5afd52b55ff79.streamlock.net/MISTV/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="MuzzikAMVA2020.rs" status="blocked",Muzzik AMVA 2020 (720p) [Geo-blocked] https://muzzik-live.morescreens.com/mts-8/playlist.m3u8 @@ -33,7 +33,7 @@ https://muzzik-live.morescreens.com/mts-6/playlist.m3u8 https://muzzik-live.morescreens.com/mts-5/playlist.m3u8 #EXTINF:-1 tvg-id="NisvilleTV.rs" status="timeout",Nisville TV RS (720p) http://92.60.237.32:1935/live/nisville/playlist.m3u8 -#EXTINF:-1 tvg-id="PiKanal.rs" status="online",TV Pi Canal Pirot (576p) [Not 24/7] +#EXTINF:-1 tvg-id="PiKanal.rs" status="error",TV Pi Canal Pirot (576p) [Not 24/7] http://stream.pikanal.rs/pikanal/pgm.m3u8 #EXTINF:-1 tvg-id="PinkExtra.rs" status="blocked",Pink Extra (576p) http://109.105.201.198/PINKEXTRA/playlist.m3u8 @@ -73,7 +73,7 @@ rtsp://212.200.255.151/rtv1 mmsh://212.200.255.151/rtv2 #EXTINF:-1 tvg-id="RTV2.rs" status="timeout",RTV 2 (576p) [Not 24/7] rtsp://212.200.255.151/rtv2 -#EXTINF:-1 tvg-id="RTVCityUb.rs" status="timeout",RTV City Ub (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RTVCityUb.rs" status="error",RTV City Ub (576p) [Not 24/7] http://167.172.39.13/hls/tvcityub.m3u8 #EXTINF:-1 tvg-id="RTVNoviPazar.rs" status="online",RTV Novi Pazar (576p) https://rtvnp.rs/hls/rtvnp.m3u8 @@ -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="online",TV Belle Amie (540p) [Not 24/7] http://92.60.238.10:1935/live/belleamie/playlist.m3u8 -#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="error",TV Duga Plus (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVDugaPlus.rs" status="online",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 5548ddf39f..4545a2caae 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="error",1HD Music Television (404p) [Not 24/7] +#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="timeout",1HD Music Television (404p) [Not 24/7] https://sc.id-tv.kz/1hd.m3u8 #EXTINF:-1 tvg-id="2x2.ru" status="online",2x2 (720p) [Not 24/7] https://bl.uma.media/live/317805/HLS/4614144_3,2883584_2,1153024_1/1613019214/3754dbee773afc02014172ca26d3bb79/playlist.m3u8 @@ -7,15 +7,10 @@ https://bl.uma.media/live/317805/HLS/4614144_3,2883584_2,1153024_1/1613019214/37 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 #EXTINF:-1 tvg-id="9Volna.ru" status="online",9 Волна (576p) [Geo-blocked] http://cdn-01.bonus-tv.ru:8080/9volna/playlist.m3u8 #EXTINF:-1 tvg-id="9Volna.ru" status="blocked",9 Волна (720p) [Geo-blocked] https://strm.yandex.ru/kal/acb/acb0.m3u8 -#EXTINF:-1 tvg-id="43kanal.ru" status="online",43 канал (720p) -http://sochinskayatrk.ru/hdtv/hls/43Channel_hd/playlist.m3u8 #EXTINF:-1 tvg-id="360deg.ru" status="online",360° (1080p) [Not 24/7] https://edge2-tv-ll.facecast.io/evacoder_hls_hi/CkxfR1xNUAJwTgtXTBZTAJli/index.m3u8 #EXTINF:-1 tvg-id="360deg.ru" status="blocked",360° (576p) @@ -28,7 +23,7 @@ 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) #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="online",A2 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="A2.ru" status="timeout",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 @@ -37,10 +32,6 @@ 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 -#EXTINF:-1 tvg-id="Arhyz24.ru" status="online",Архыз 24 (1080p) -https://live.mediacdn.ru/sr1/arhis24/playlist.m3u8 -#EXTINF:-1 tvg-id="Arhyz24.ru" status="blocked",Архыз 24 (720p) [Geo-blocked] -https://strm.yandex.ru/kal/arhyz24/arhyz240.m3u8 #EXTINF:-1 tvg-id="Aris24.ru" status="online",Арис 24 (720p) [Not 24/7] http://serv25.vintera.tv:8081/test/aris/playlist.m3u8 #EXTINF:-1 tvg-id="Arsenal.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) @@ -52,18 +43,10 @@ https://streaming.astrakhan.ru/astrakhan24/playlist.m3u8 http://83.234.104.142/astrakhan24hd/playlist.m3u8 #EXTINF:-1 tvg-id="Astrahan24.ru" status="blocked",Астрахань 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/astrahan24/astrahan240.m3u8 -#EXTINF:-1 tvg-id="AstrahanRuSport.ru" status="online",Астрахань.Ru Sport (720p) +#EXTINF:-1 tvg-id="AstrahanRuSport.ru" status="error",Астрахань.Ru Sport (720p) https://streaming.astrakhan.ru/astrakhanrusporthd/playlist.m3u8 #EXTINF:-1 tvg-id="AstrahanRuTV.ru" status="online",Астрахань.Ru TV (480p) https://streaming.astrakhan.ru/astrakhanrulivehd/playlist.m3u8 -#EXTINF:-1 tvg-id="Avto24.ru" status="blocked",Авто 24 (576p) [Geo-blocked] -http://185.52.77.67:8080/Avto24/tracks-v1a1/mono.m3u8 -#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="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 #EXTINF:-1 tvg-id="Bashkortostan24.ru" status="blocked",Башкортостан 24 (1080p) http://live.gtrk.tv/hls/b24-hls.m3u8 #EXTINF:-1 tvg-id="Bashkortostan24.ru" status="blocked",Башкортостан 24 (1080p) [Geo-blocked] @@ -74,28 +57,15 @@ http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8 http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 #EXTINF:-1 tvg-id="BigAsia.ru" status="blocked",Большая Азия (1080p) [Geo-blocked] https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 -#EXTINF:-1 tvg-id="Bober.ru" status="online",Бобер (576p) [Not 24/7] +#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="online",Bollywood HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="timeout",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 -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 @@ -103,12 +73,6 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_PERETZ/variant.m3u8 https://sc.id-tv.kz/Cinema.m3u8 #EXTINF:-1 tvg-id="Dagestan.ru" status="online",Дагестан (1080p) https://dagestan.mediacdn.ru/cdn/dagestan/playlist.m3u8 -#EXTINF:-1 tvg-id="DayvingTV.ru" status="blocked",Дайвинг.TV (720p) [Geo-blocked] -https://strm.yandex.ru/kal/diving/diving0.m3u8 -#EXTINF:-1 tvg-id="Dialogiorybalke.ru" status="blocked",Диалоги о рыбалке (1080p) -http://strm.yandex.ru/kal/dialogi/dialogi0.m3u8 -#EXTINF:-1 tvg-id="Doktor.ru" status="online",Доктор (720p) [Not 24/7] -http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/512/index.m3u8 #EXTINF:-1 tvg-id="Domashniy.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",Домашний (540p) [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://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 @@ -117,43 +81,30 @@ 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="online",Дом Кино Премиум (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",Дом Кино Премиум (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 -#EXTINF:-1 tvg-id="Dorama.uk" status="online",Дорама (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Dorama.uk" status="timeout",Дорама (1080p) [Not 24/7] https://sc.id-tv.kz/dorama_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) +#EXTINF:-1 tvg-id="Dorama.uk" 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/s95/index.m3u8 -#EXTINF:-1 tvg-id="Dozhd.ru" status="blocked",Дождь (1080p) [Geo-blocked] -https://strm.yandex.ru/kal/tvrain/tvrain0.m3u8 -#EXTINF:-1 tvg-id="EhoTV.ru" status="online",Эхо TV (Рязань) (576p) [Not 24/7] -https://live-echotv.cdnvideo.ru/echotv/echotv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="Enisey.ru" status="online",Енисей (1080p) [Not 24/7] http://hls-eniseytv.cdnvideo.ru/eniseytv/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="EuropaPlusTV.ru" status="blocked",Europa Plus TV (1080p) [Geo-blocked] http://strm.yandex.ru/kal/europaplus/europaplus0.m3u8 -#EXTINF:-1 tvg-id="Evraziya.ru" status="online",Евразия (Орск) (720p) -http://infochhdcdn.trkeurasia.ru/orsk-infochhd/infochhd/playlist.m3u8 -#EXTINF:-1 tvg-id="Evraziya.ru" status="online",Евразия (Орск) (720p) -https://infochh.trkeurasia.ru/hlsinfoch/infochhd.m3u8 #EXTINF:-1 tvg-id="Evronovosti.ru" status="timeout",Евроновости (576p) http://185.32.44.154/euronews/index.m3u8 #EXTINF:-1 tvg-id="FAN.ru" status="timeout",FAN (576p) [Not 24/7] http://194.9.27.164:8103/play/FAN/index.m3u8 #EXTINF:-1 tvg-id="FreshTV.ru" status="blocked",FreshTV (720p) [Geo-blocked] https://strm.yandex.ru/kal/fresh/fresh0.m3u8 -#EXTINF:-1 tvg-id="Futbol.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/s41/index.m3u8 #EXTINF:-1 tvg-id="GlobalStarTV.ru" status="timeout",Global Star TV (720p) http://stream2.hardlife.tv:8134/hls-live/hlsGS/_definst_/liveevent/gs.m3u8 #EXTINF:-1 tvg-id="Gorodskoytelekanal.ru" status="online",Городской телеканал (Ярославль) (576p) http://www.gtk.tv/hls/gtyar.m3u8 #EXTINF:-1 tvg-id="Guberniya33.ru" status="online",Губерния 33 (Владимир) (360p) 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="online",HDL (404p) [Not 24/7] +#EXTINF:-1 tvg-id="HDL.ru" status="error",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 @@ -168,8 +119,6 @@ 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 -#EXTINF:-1 tvg-id="K16.ru" status="online",К16 (Саров) (406p) [Not 24/7] -http://serv25.vintera.tv:8081/test/k16/playlist.m3u8 #EXTINF:-1 tvg-id="KabbalaTV.ru" status="online",Каббала ТВ (360p) [Not 24/7] https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 #EXTINF:-1 tvg-id="Karusel.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] @@ -177,38 +126,30 @@ 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="Khabar24.kz" status="online",Хабар 24 (576p) [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] +#EXTINF:-1 tvg-id="Khabar.kz" status="error",Хабар (576p) [Not 24/7] https://sc.id-tv.kz/Khabar.m3u8 -#EXTINF:-1 tvg-id="Kinohit.ru" status="online",Кинохит (404p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinohit.ru" status="timeout",Кинохит (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 -#EXTINF:-1 tvg-id="Kinokomedija.ru" status="online",Кинокомедия (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",Кинокомедия (360p) [Not 24/7] https://sc.id-tv.kz/Kinokomediya_hd.m3u8 #EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",Киномикс (1080p) [Not 24/7] https://sc.id-tv.kz/Kinomix_hd.m3u8 #EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",Кинопремьера (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosemja.ru" status="online",Киносемья (1080p) [Not 24/7] +#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="online",Киносвидание (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosvidanie.ru" status="timeout",Киносвидание (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 #EXTINF:-1 tvg-id="Komediya.ru" status="blocked",Комедия (576p) [Not 24/7] http://188.40.68.167/russia/komediya/playlist.m3u8 #EXTINF:-1 tvg-id="Komediynoe.ru" status="timeout",Комедийное (540p) 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) -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 -#EXTINF:-1 tvg-id="Krym24.ru" status="timeout",Крым 24 (540p) [Not 24/7] -http://mr2live.1tvcrimea.ru:8080/24tvcrimea.m3u8 -#EXTINF:-1 tvg-id="KuraiTV.ru" status="online",Курай (576p) -https://bsttv.bonus-tv.ru/cdn/kurai/playlist.m3u8 #EXTINF:-1 tvg-id="Kuzbass1HD.ru" status="timeout",Кузбасс 1 (1080p) [Not 24/7] https://www.10kanal.ru:1443/10kanal/k24/playlist.m3u8 #EXTINF:-1 tvg-id="LDPRTV.ru" status="online",ЛДПР ТВ (1080p) @@ -224,18 +165,12 @@ https://rt-nw-spb-htlive.cdn.ngenix.net/hls/CH_R02_LENTVSD/variant.m3u8 https://tvshops.bonus-tv.ru/cdn/shop24/playlist.m3u8 #EXTINF:-1 tvg-id="Lipeckoevremya.ru" status="online",Липецкое время (576p) [Not 24/7] http://serv25.vintera.tv:8081/liptime/liptime/playlist.m3u8 -#EXTINF:-1 tvg-id="Luch.ru" status="online",Луч (Пуровск) (720p) [Not 24/7] -https://live.trk-luch.ru/hls/live.m3u8 #EXTINF:-1 tvg-id="LuxuryHD.ru" status="online",Luxury (1080p) http://nano.teleservice.su:8080/hls/luxury.m3u8 #EXTINF:-1 tvg-id="LyubimoeTV.ru" status="blocked",Любимое.ТВ (720p) [Geo-blocked] https://strm.yandex.ru/kal/lovedtv/lovedtv0.m3u8 #EXTINF:-1 tvg-id="MaturTV.ru" status="online",Матур ТВ (1080p) https://public.streaming.matur-tv.ru/hls/h264_aac/stream.m3u8 -#EXTINF:-1 tvg-id="MezhduNet.ru" status="online",Между.Net (Междуреченск) (720p) [Not 24/7] -http://212.77.128.179:8089/www_mezhdunet/mezhdunet/playlist.m3u8 -#EXTINF:-1 tvg-id="MilleniumTV.ru" status="timeout",Millenium TV (1080p) -http://tv1.mmg.ooo/live/hd.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Millet.ru" status="online",Миллет (540p) [Not 24/7] http://live.trkmillet.ru/millet/index.m3u8 #EXTINF:-1 tvg-id="Ministerstvoidey.ru" status="online",Министерство идей (720p) @@ -250,15 +185,9 @@ https://sc.id-tv.kz/Mir24.m3u8 http://188.40.68.167/russia/mir24/playlist.m3u8 #EXTINF:-1 tvg-id="Mir.ru" status="online",Мир (1080p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8 -#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",Мир Белогорья (720p) [Geo-blocked] -http://live-mirbelogorya.cdnvideo.ru/mirbelogorya/mirbelogorya1.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="online",Мир Белагорья (720p) [Geo-blocked] -http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 -#EXTINF:-1 tvg-id="MirBelogoryaTV.ru" status="timeout",Мир Белогорья (720p) [Geo-blocked] -http://stream.tvbelgorod.ru:8080/mirbelogorya/index.m3u8 #EXTINF:-1 tvg-id="MirPlus2.ru" status="online",Мир +2 (540p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv2_2500/playlist.m3u8 -#EXTINF:-1 tvg-id="MirPlus3.ru" status="online",Мir +3 (512p) [Not 24/7] +#EXTINF:-1 tvg-id="MirPlus3.ru" status="timeout",Мir +3 (512p) [Not 24/7] https://sc.id-tv.kz/Mir.m3u8 #EXTINF:-1 tvg-id="MirPlus4.ru" status="online",Мир +4 (540p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv3_2500/playlist.m3u8 @@ -278,10 +207,6 @@ http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/742/index.m3u8 https://radio-live-mg.rtr-vesti.ru/hls/moscow_24/playlist.m3u8 #EXTINF:-1 tvg-id="Moskva24.ru" status="blocked",Москва 24 (720p) https://strm.yandex.ru/kal/msk24_supres/msk24_supres0.m3u8 -#EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) [Not 24/7] -http://retc.educom.ru/mosobrtv/tv1/index.m3u8 -#EXTINF:-1 tvg-id="MOSOBRTV.ru" status="timeout",MOSOBR.TV (720p) -http://retj.educom.ru/mosobrtv/tv1/index.m3u8 #EXTINF:-1 tvg-id="MTV.ru" status="online",МТВ (Волгоград) (720p) [Not 24/7] http://hls.volgograd1vtv.cdnvideo.ru/volgograd1vtv/volgograd1vtv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="MTVmix.ru" status="timeout",MTVmix (Уфа) (384p) @@ -303,7 +228,7 @@ http://ott-cdn.ucom.am/s28/index.m3u8 http://nano.teleservice.su:8080/hls/nano.m3u8 #EXTINF:-1 tvg-id="NashaSibir.ru" status="timeout",Наша Сибирь / Кемерово (1080p) [Not 24/7] https://strm.yandex.ru/kal/sibir/sibir0.m3u8 -#EXTINF:-1 tvg-id="Nauka.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="Nauka.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/s98/index.m3u8 #EXTINF:-1 tvg-id="NikaTV.ru" status="online",Ника ТВ (576p) [Not 24/7] @@ -312,8 +237,6 @@ https://live-nikatv.cdnvideo.ru/nikatv/nikatv.sdp/playlist.m3u8 https://live-vestinn.cdnvideo.ru/vestinn/nn24-khl/playlist.m3u8 #EXTINF:-1 tvg-id="NovorossiyaTV.ru" status="online",Новороссия ТВ (720p) http://ott.inmart.tv:8081/19/index.m3u8 -#EXTINF:-1 tvg-id="Novyymir.ru" status="online",Новый мир (406p) [Not 24/7] -http://stream.studio360.tv/nw/nw_576p/playlist.m3u8 #EXTINF:-1 tvg-id="Noyabrsk24.ru" status="blocked",Ноябрьск 24 (1080p) [Geo-blocked] https://strm.yandex.ru/kal/noyabrsk24/noyabrsk240.m3u8 #EXTINF:-1 tvg-id="NTM.ru" status="online",НТМ (Народное телевидение Мордовии) (720p) [Not 24/7] @@ -328,20 +251,10 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_NTV/variant.m3u8 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 #EXTINF:-1 tvg-id="NVKSakha.ru" status="online",НВК Саха (1080p) [Not 24/7] http://live-saha.cdnvideo.ru/saha/saha/playlist.m3u8 -#EXTINF:-1 tvg-id="O2.ru" status="blocked",О2ТВ (1080p) [Geo-blocked] -https://strm.yandex.ru/kal/o2/o20.m3u8 -#EXTINF:-1 tvg-id="O.ru" status="online",О! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="O.ru" status="timeout",О! (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 -http://ott-cdn.ucom.am/s62/index.m3u8 -#EXTINF:-1 tvg-id="OhotnikirybolovInternational.ru" status="blocked",Охотник и рыболов International (1080p) [Geo-blocked] -https://strm.yandex.ru/kal/ohotnik/ohotnik0.m3u8 #EXTINF:-1 tvg-id="Olala.ru" status="timeout",O-la-la [Not 24/7] http://92.242.14.114:4022/udp/225.0.55.234:1234 #EXTINF:-1 tvg-id="OplotTV.ru" status="online",Оплот ТВ (1080p) @@ -352,8 +265,6 @@ http://185.97.150.19:8082/2235 https://strm.yandex.ru/kal/otr/otr0.m3u8 #EXTINF:-1 tvg-id="OTS.ru" status="blocked",ОТС (1080p) [Geo-blocked] https://strm.yandex.ru/kal/otstv/otstv0.m3u8 -#EXTINF:-1 tvg-id="Pervyykrymskiy.ru" status="timeout",Первый крымский (540p) [Not 24/7] -http://mrlive.1tvcrimea.ru:8080/1tvcrimea.m3u8 #EXTINF:-1 tvg-id="PervyyPskovskiy.ru" status="online",Первый Псковский (540p) [Not 24/7] http://194.190.78.91/pskov/rewind-10800.m3u8 #EXTINF:-1 tvg-id="PervyyRespublikanskiy.ru" status="online",Первый республиканский (720p) @@ -373,24 +284,12 @@ https://tele2dvrnat01-02.cdnvideo.ru/stream/NAT_Prima/hls/index.m3u8 http://serv25.vintera.tv:8081/1pnk/1pnk/playlist.m3u8 #EXTINF:-1 tvg-id="Prosveshchenie.ru" status="online",Просвещение (540p) [Geo-blocked] https://cdn-01.bonus-tv.ru/prosveschenie_edge/playlist.m3u8 -#EXTINF:-1 tvg-id="Pyatnitsa.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_PYATNIZZA/variant.m3u8 -#EXTINF:-1 tvg-id="PyatnitsaInternational.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",Пятница! International (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/s50/index.m3u8 #EXTINF:-1 tvg-id="Radio1018.ru" status="online",Радио 101.8 (540p) https://video.penzainform.ru/e/r1018.m3u8 -#EXTINF:-1 tvg-id="RadioGovoritMoskva.ru" status="online",Радио Говорит Москва (404p) [Not 24/7] -http://video.govoritmoskva.ru:8080/live/rufmbk-1/index.m3u8 -#EXTINF:-1 tvg-id="RadioGovoritMoskva.ru" status="online",Радио Говорит Москва (Веб-камера) (720p) -https://video.govoritmoskva.ru/rufm/index.m3u8 #EXTINF:-1 tvg-id="RadioHit.ru" status="online",Радио Хит (Орск) (720p) http://lova.me/hls/hithd.m3u8 #EXTINF:-1 tvg-id="RadioHit.ru" status="online",Радио Хит (Орск) (300p) http://lova.me/hls/hit.m3u8 -#EXTINF:-1 tvg-id="RadioPilot.ru" status="online",Радио Пилот (720p) [Not 24/7] -https://pilotfm.ru/cam/hls/pilothd.m3u8 #EXTINF:-1 tvg-id="RadioShanson.ru" status="online",Радио Шансон (720p) [Not 24/7] http://chanson-video.hostingradio.ru:8080/hls/chansonabr/live.m3u8 #EXTINF:-1 tvg-id="RamenskoeTV.ru" status="timeout",Раменское ТВ (720p) @@ -408,8 +307,6 @@ 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] @@ -417,8 +314,6 @@ 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] -https://sc.id-tv.kz/RenTV.m3u8 #EXTINF:-1 tvg-id="RodnoeKino.ru" status="timeout",Родное кино (576p) [Not 24/7] https://sc.id-tv.kz/Rodnoe_kino.m3u8 #EXTINF:-1 tvg-id="Rodnoykanal.ru" status="online",Родной канал (720p) [Not 24/7] @@ -441,8 +336,6 @@ https://hls.rt.com/hls/rtdru.m3u8 http://ott-cdn.ucom.am/s93/index.m3u8 #EXTINF:-1 tvg-id="RTDoc.ru" status="timeout",RT Documentary Russian (1080p) [Not 24/7] https://strm.yandex.ru/kal/rtd_hd/rtd_hd0.m3u8 -#EXTINF:-1 tvg-id="RTDocumentary.ru" status="online",RT Documentary (1080p) [Geo-blocked] -https://rt-rtd.rttv.com/live/rtdoc/playlist.m3u8 #EXTINF:-1 tvg-id="RTenEspanol.ru" status="online",RT en Español (1080p) [Geo-blocked] https://rt-esp.rttv.com/live/rtesp/playlist.m3u8 #EXTINF:-1 tvg-id="RTFrance.fr" status="online",RT France (1080p) [Geo-blocked] @@ -453,12 +346,6 @@ http://ott-cdn.ucom.am/s63/index.m3u8 #EXTINF:-1 tvg-id="RTGTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",RTG (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s80/index.m3u8 -#EXTINF:-1 tvg-id="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="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 @@ -486,7 +373,7 @@ 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) +#EXTINF:-1 tvg-id="RussiaK.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/s16/index.m3u8 #EXTINF:-1 tvg-id="RusskiyDetektiv.ru" status="timeout",Русский Детектив (576p) @@ -562,21 +449,6 @@ 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) -#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="online",СТС (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 #EXTINF:-1 tvg-id="Subbota.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",Суббота! (450p) [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_SUPER/variant.m3u8 @@ -588,18 +460,14 @@ https://bsttv.bonus-tv.ru/cdn/tamyr/playlist.m3u8 http://stream.efir24.tv:1935/live/efir24tv/playlist.m3u8 #EXTINF:-1 tvg-id="TBN.ru" status="timeout",ТБН (720p) http://62.32.67.187:1935/WEB_TBN/TBN.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="Telekanal86.ru" status="online",Телеканал 86 (Сургут) (1080p) [Not 24/7] -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="TKR.ru" status="online",ТКР (Рязань) (1080p) [Not 24/7] http://live.tkr.cdnvideo.ru/tkr/tkr.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TNT4.ru" status="online",ТНТ4 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TNT4.ru" status="timeout",ТНТ4 (576p) [Not 24/7] https://sc.id-tv.kz/tnt4.m3u8 #EXTINF:-1 tvg-id="TNT.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ТНТ (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -607,19 +475,15 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_TNT/variant.m3u8 #EXTINF:-1 tvg-id="TNTInternational.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",ТНТ International (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/s19/04.m3u8 -#EXTINF:-1 tvg-id="TNTMusic.ru" status="online",ТНТ Music (1080p) -http://83.222.205.65:8080/tntmusic/index.m3u8 #EXTINF:-1 tvg-id="TNTMusic.ru" status="blocked",ТНТ Music (1080p) [Geo-blocked] 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="TNTMusic.ru" status="blocked",ТНТ Music (1080p) +http://83.222.205.65:8080/tntmusic/index.m3u8 #EXTINF:-1 tvg-id="ToiDuman.kz" status="timeout",Той Думан (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="online",Туран ТВ (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] @@ -636,32 +500,25 @@ 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) #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="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] http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.m3u8 #EXTINF:-1 tvg-id="TVMChannel.ru" status="blocked",TVMChannel (720p) [Geo-blocked] https://strm.yandex.ru/kal/tvm_supres/tvm_supres0.m3u8 -#EXTINF:-1 tvg-id="TVTUR.ru" status="blocked",ТВТУР (720p) [Geo-blocked] -https://strm.yandex.ru/kal/tvtour/tvtour0.m3u8 #EXTINF:-1 tvg-id="U.ru" status="blocked",Ю (576p) [Geo-blocked] https://strm.yandex.ru/kal/utv/utv0.m3u8 #EXTINF:-1 tvg-id="UniverTV.ru" status="online",Univer TV (1080p) [Not 24/7] 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="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 #EXTINF:-1 tvg-id="Vetta24.ru" status="online",Ветта 24 (Пермь) (576p) [Not 24/7] http://serv24.vintera.tv:8081/vetta/vetta_office/playlist.m3u8 +#EXTINF:-1 tvg-id="ViasatHistoryHDRussia.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",Viasat History (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/s23/index.m3u8 #EXTINF:-1 tvg-id="VIVARussia.ru" status="online",VIVA Russia (1080p) [Not 24/7] https://live.prd.dlive.tv/hls/live/viva-russia.m3u8 #EXTINF:-1 tvg-id="VmesteRF.ru" status="online",Вместе-РФ (1080p) [Geo-blocked] @@ -678,12 +535,8 @@ http://iptv.rubintele.com:8552/play/a007 https://wfcint.mediacdn.ru/cdn/wfcintweb/playlist.m3u8 #EXTINF:-1 tvg-id="WorldFashionChannelRussia.ru" status="online",World Fashion Channel Russia (1080p) https://wfcrus.mediacdn.ru/cdn/wfcrusweb/playlist.m3u8 -#EXTINF:-1 tvg-id="Yugra.ru" status="online",Югра (576p) -http://live.ugratv.cdnvideo.ru/ugratv/smil:ugrastream1.smil/playlist.m3u8 #EXTINF:-1 tvg-id="YuTV.ru" status="blocked",ЮТВ (Чебоксары) (432p) [Not 24/7] http://serv24.vintera.tv:8081/utv/Stream/playlist.m3u8 -#EXTINF:-1 tvg-id="YuvelirochkaTV.ru" status="online",Ювелирочка ТВ (576p) -http://live-uvelirochka.cdnvideo.ru/uvelirochka/uvelirochka_720p3/playlist.m3u8 #EXTINF:-1 tvg-id="Zagorodnyy.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/s31/index.m3u8 @@ -693,7 +546,7 @@ http://185.161.224.216/dash/JaraTv_SD.ism/playlist.mpd http://streamer.rtcommufa.ru:1935/ptica/ptica1/playlist.m3u8 #EXTINF:-1 tvg-id="ZharPtitsa.ru" status="blocked",Жар Птица (1080p) [Geo-blocked] https://strm.yandex.ru/kal/firebird/firebird0.m3u8 -#EXTINF:-1 tvg-id="ZooTV.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="ZooTV.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/s92/index.m3u8 #EXTINF:-1 tvg-id="Zvezda.ru" status="online",Звезда (1080p) [Not 24/7] @@ -701,25 +554,167 @@ 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) #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="online",43 канал (720p) +http://sochinskayatrk.ru/hdtv/hls/43Channel_hd/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error",Backus TV (720p) [Not 24/7] +http://stream.backustv.ru/live/btv/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",Backus TV Страшное (720p) [Not 24/7] +http://stream.backustv.ru/live/btv2/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",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/s34/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",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="" 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="error",Millenium TV (1080p) +http://tv1.mmg.ooo/live/hd.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",MOSOBR.TV (720p) +http://retj.educom.ru/mosobrtv/tv1/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",MOSOBR.TV (720p) [Not 24/7] +http://retc.educom.ru/mosobrtv/tv1/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",RT Documentary (1080p) [Geo-blocked] +https://rt-rtd.rttv.com/live/rtdoc/playlist.m3u8 +#EXTINF:-1 tvg-id="" 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="" status="blocked",RT News (1080p) +https://strm.yandex.ru/kal/rt_hd/rt_hd0.m3u8 +#EXTINF:-1 tvg-id="" status="online",RT News (1080p) [Geo-blocked] +https://rt-glb.rttv.com/live/rtnews/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",TRK 555 (720p) +http://trk555.tv:8888/live +#EXTINF:-1 tvg-id="" status="blocked",Авто 24 (576p) [Geo-blocked] +http://185.52.77.67:8080/Avto24/tracks-v1a1/mono.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Архыз 24 (720p) [Geo-blocked] +https://strm.yandex.ru/kal/arhyz24/arhyz240.m3u8 +#EXTINF:-1 tvg-id="" status="online",Архыз 24 (1080p) +https://live.mediacdn.ru/sr1/arhis24/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",БСТ (Башкирское спутниковое телевидение) (576p) +https://bsttv.bonus-tv.ru/cdn/bst/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Губерния (Самара) (576p) +http://live.guberniatv.cdnvideo.ru/guberniatv/guberniatv.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Дайвинг.TV (720p) [Geo-blocked] +https://strm.yandex.ru/kal/diving/diving0.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Диалоги о рыбалке (1080p) +http://strm.yandex.ru/kal/dialogi/dialogi0.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Дождь (1080p) [Geo-blocked] +https://strm.yandex.ru/kal/tvrain/tvrain0.m3u8 +#EXTINF:-1 tvg-id="" status="online",Доктор (720p) [Not 24/7] +http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/512/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Евразия (Орск) (720p) +http://infochhdcdn.trkeurasia.ru/orsk-infochhd/infochhd/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Евразия (Орск) (720p) +https://infochh.trkeurasia.ru/hlsinfoch/infochhd.m3u8 +#EXTINF:-1 tvg-id="" status="online",К16 (Саров) (406p) [Not 24/7] +http://serv25.vintera.tv:8081/test/k16/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Классика Кино (720p) [Geo-blocked] +https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Крым 24 (540p) [Not 24/7] +http://mr2live.1tvcrimea.ru:8080/24tvcrimea.m3u8 +#EXTINF:-1 tvg-id="" status="online",Курай (576p) +https://bsttv.bonus-tv.ru/cdn/kurai/playlist.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",Луч (Пуровск) (720p) [Not 24/7] +https://live.trk-luch.ru/hls/live.m3u8 +#EXTINF:-1 tvg-id="" status="online",Между.Net (Междуреченск) (720p) [Not 24/7] +http://212.77.128.179:8089/www_mezhdunet/mezhdunet/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Мир Белагорья (720p) [Geo-blocked] +http://mirbelogorya.ru:8080/mirbelogorya/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Мир Белогорья (720p) [Geo-blocked] +http://live-mirbelogorya.cdnvideo.ru/mirbelogorya/mirbelogorya1.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Мир Белогорья (720p) [Geo-blocked] +http://stream.tvbelgorod.ru:8080/mirbelogorya/index.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",Новый мир (406p) [Not 24/7] +http://stream.studio360.tv/nw/nw_576p/playlist.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/s77/index.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",О2ТВ (1080p) [Geo-blocked] +https://strm.yandex.ru/kal/o2/o20.m3u8 #EXTINF:-1 tvg-id="" status="online",Оплот 2 (1080p) http://ott.inmart.tv:8081/17/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Охотник и Рыболов (480p) +#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/s62/index.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Охотник и рыболов International (1080p) [Geo-blocked] +https://strm.yandex.ru/kal/ohotnik/ohotnik0.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="timeout",Первый канал Евразия (576p) [Not 24/7] +https://sc.id-tv.kz/1KanalEvraziya.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Первый крымский (540p) [Not 24/7] +http://mrlive.1tvcrimea.ru:8080/1tvcrimea.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Продвижение (1080p) [Geo-blocked] https://strm.yandex.ru/kal/prodvizheniye/prodvizheniye0.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_PYATNIZZA/variant.m3u8 +#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Пятница! International (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/s50/index.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_5TV/variant.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Радио 10 (1024p) [Not 24/7] http://langate.tv/acc/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Радио Говорит Москва (404p) [Not 24/7] +http://video.govoritmoskva.ru:8080/live/rufmbk-1/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Радио Говорит Москва (Веб-камера) (720p) +https://video.govoritmoskva.ru/rufm/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Радио Пилот (720p) [Not 24/7] +https://pilotfm.ru/cam/hls/pilothd.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",РЕН ТВ International (576p) [Not 24/7] +https://sc.id-tv.kz/RenTV.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",Русский Экстрим 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",СТРК (720p) [Not 24/7] +http://sochinskayatrk.ru/hdtv/hls/strc_hd/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",СТС (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="" 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="" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",СТС (540p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 +https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",СТС (576p) [Not 24/7] +https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="" status="error",Такт/Рен ТВ (Курск) (294p) [Not 24/7] http://109.194.62.29:8080 +#EXTINF:-1 tvg-id="" status="online",ТВ Кварц (576p) [Not 24/7] +https://video.quartztelecom.ru:18080/hls/2386168/71fe656b993c510f39a5/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ТВ Экстра (720p) +http://live-1.otcnet.ru/tvextra720b/index.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",ТВТУР (720p) [Geo-blocked] +https://strm.yandex.ru/kal/tvtour/tvtour0.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",Телеканал 86 (Сургут) (1080p) [Not 24/7] +https://sitv.ru/hls/s86.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) +http://tnv.bonus-tv.ru/cdn/tnvplanet/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Футбол (480p) +#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/s41/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/s20/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",Эхо TV (Рязань) (576p) [Not 24/7] +https://live-echotv.cdnvideo.ru/echotv/echotv.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Ювелирочка ТВ (576p) +http://live-uvelirochka.cdnvideo.ru/uvelirochka/uvelirochka_720p3/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Югра (576p) +http://live.ugratv.cdnvideo.ru/ugratv/smil:ugrastream1.smil/playlist.m3u8 #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/ru_catcast.m3u b/streams/ru_catcast.m3u index cc315b552d..3b7ddda5f2 100644 --- a/streams/ru_catcast.m3u +++ b/streams/ru_catcast.m3u @@ -3,15 +3,15 @@ https://v2.catcast.tv/content/38144/index.m3u8 #EXTINF:-1 tvg-id="FreshTV.am" status="timeout",Fresh TV (720p) https://freshtv.catcast.tv/content/33718/index.m3u8 -#EXTINF:-1 tvg-id="IPTVPLAYFantastika.ru" status="online",Фантастика Sci-Fi (400p) [Not 24/7] -https://v2.catcast.tv/content/38801/index.m3u8 #EXTINF:-1 tvg-id="SSSRTV.ru" status="online",СССР ТВ (432p) [Not 24/7] https://v2.catcast.tv/content/38821/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Eurodance 90 HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Eurodance 90 HD (1080p) [Not 24/7] https://eurodance90.catcast.tv/content/36987/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Metal TV (720p) [Not 24/7] https://v2.catcast.tv/content/33816/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Кинозал (VHS 90s) (720p) [Not 24/7] https://v2.catcast.tv/content/37925/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Ужастик (304p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Ужастик (304p) [Not 24/7] https://v2.catcast.tv/content/38896/index.m3u8 +#EXTINF:-1 tvg-id="" status="error",Фантастика Sci-Fi (400p) [Not 24/7] +https://v2.catcast.tv/content/38801/index.m3u8 diff --git a/streams/ru_okkotv.m3u b/streams/ru_okkotv.m3u index 9066fac36a..951da3f326 100644 --- a/streams/ru_okkotv.m3u +++ b/streams/ru_okkotv.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="5Kanal.ru" status="blocked",5 канал (480p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/5_OTT.m3u8 #EXTINF:-1 tvg-id="A1.ru" status="blocked",A1 (720p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/A1_HD.m3u8 #EXTINF:-1 tvg-id="A2.ru" status="blocked",A2 (1080p) [Geo-blocked] @@ -17,12 +15,6 @@ https://okkotv-live.cdnvideo.ru/channel/Pervii_Kanal_OTT_HD.m3u8 https://okkotv-live.cdnvideo.ru/channel/Che_OTT_2.m3u8 #EXTINF:-1 tvg-id="CTCKids.ru" status="blocked",СТС Kids (1080p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/CTC_Kids_HD.m3u8 -#EXTINF:-1 tvg-id="Dikayaohota.ru" status="blocked",Дикая охота (1080p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/Dikaya_Ohota_HD.m3u8 -#EXTINF:-1 tvg-id="Dikayarybalka.ru" status="blocked",Дикая рыбалка (1080p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/Dikaya_Rybalka_HD.m3u8 -#EXTINF:-1 tvg-id="DikijTelekanal.ru" status="blocked",Дикий (480p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/Dikiy.m3u8 #EXTINF:-1 tvg-id="DisneyChannelRussia.ru" status="blocked",Канал Disney (480p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/Disney.m3u8 #EXTINF:-1 tvg-id="Domashniy.ru" status="blocked",Домашний (1080p) [Geo-blocked] @@ -35,8 +27,6 @@ https://okkotv-live.cdnvideo.ru/channel/Fox_Life_HD.m3u8 https://okkotv-live.cdnvideo.ru/channel/Fox_HD.m3u8 #EXTINF:-1 tvg-id="Izvestia.ru" status="blocked",Известия (1080p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/Izvestiya_HD_2.m3u8 -#EXTINF:-1 tvg-id="Kaleydskop.ru" status="blocked",Калейдскоп (480p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/Kaleidoskop.m3u8 #EXTINF:-1 tvg-id="Mir.ru" status="blocked",Мир (480p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/Mir_OTT.m3u8 #EXTINF:-1 tvg-id="Multilandia.ru" status="blocked",Мультиландия (1080p) [Geo-blocked] @@ -61,10 +51,6 @@ https://okkotv-live.cdnvideo.ru/channel/Russia_K_SD.m3u8 https://okkotv-live.cdnvideo.ru/channel/Sony_SciFi.m3u8 #EXTINF:-1 tvg-id="Spas.ru" status="blocked",СПАС (480p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/Spas.m3u8 -#EXTINF:-1 tvg-id="STS.ru" status="blocked",СТС (1080p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/CTC_HD_OTT.m3u8 -#EXTINF:-1 tvg-id="STSLove.ru" status="blocked",СТС Love (480p) [Geo-blocked] -https://okkotv-live.cdnvideo.ru/channel/CTC_Love_OTT_2.m3u8 #EXTINF:-1 tvg-id="TV1000ActionEast.ru" status="blocked",TV1000 Action Russia (1080p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/TV1000_Action_HD.m3u8 #EXTINF:-1 tvg-id="TV1000East.ru" status="blocked",TV1000 Russia (1080p) [Geo-blocked] @@ -89,3 +75,17 @@ https://okkotv-live.cdnvideo.ru/channel/VIP_Premiere_HD.m3u8 https://okkotv-live.cdnvideo.ru/channel/VIP_Serial_HD.m3u8 #EXTINF:-1 tvg-id="Zvezda.ru" status="blocked",Звезда (480p) [Geo-blocked] https://okkotv-live.cdnvideo.ru/channel/Zvezda_SD.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",5 канал (480p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/5_OTT.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Дикая охота (1080p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/Dikaya_Ohota_HD.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Дикая рыбалка (1080p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/Dikaya_Rybalka_HD.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Дикий (480p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/Dikiy.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Калейдскоп (480p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/Kaleidoskop.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",СТС (1080p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/CTC_HD_OTT.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",СТС Love (480p) [Geo-blocked] +https://okkotv-live.cdnvideo.ru/channel/CTC_Love_OTT_2.m3u8 diff --git a/streams/sa.m3u b/streams/sa.m3u index faf1863b3b..ef0f56a561 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -50,9 +50,9 @@ https://5aafcc5de91f1.streamlock.net/atfal1.com/atfal2/playlist.m3u8 #EXTINF:-1 tvg-id="AtfalWaMawaheb.sa" status="online",Atfal Wa Mawaheb (1080p) https://5d658d7e9f562.streamlock.net/atfal1.com/atfal2/playlist.m3u8 #EXTINF:-1 tvg-id="Ayaat.sa" status="online",Ayaat (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live -#EXTINF:-1 tvg-id="Ayaat.sa" status="online",Ayaat (720p) https://stream.holol.com/live/ayat/playlist.m3u8 +#EXTINF:-1 tvg-id="Ayaat.sa" status="error",Ayaat (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ayaat_Group/live #EXTINF:-1 tvg-id="Beity.sa" status="timeout",Beity http://82.212.74.2:8000/live/7312.m3u8 #EXTINF:-1 tvg-id="ENTV.sa" status="timeout",EN TV @@ -121,10 +121,6 @@ https://edge.taghtia.com/sa/11.m3u8 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) -https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/38c9aca1b6bb4239bb7ca409548a2762/index.m3u8 #EXTINF:-1 tvg-id="SSCActionWaleed.sa" status="online",SSC Action Waleed (1080p) [Not 24/7] https://shls-live-event2-prod-dub.shahid.net/out/v1/0456ede1a39145d98b3d8c8062ddc998/index.m3u8 #EXTINF:-1 tvg-id="SSCActionWaleedExtra.sa" status="online",SSC Action Waleed Extra (1080p) [Not 24/7] @@ -133,9 +129,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="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] +#EXTINF:-1 tvg-id="ZadTV.sa" status="error",ZAD TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCOll3M-P7oKs5cSrQ9ytt6g/live #EXTINF:-1 tvg-id="" status="blocked",SSC7 HD (1080p) https://shls-mbcaction-prod-dub.shahid.net/out/v1/b3ece6f93df54fa39d0065fee8e5d40d/index.m3u8 diff --git a/streams/sg.m3u b/streams/sg.m3u index 02f42184a4..5fbc8e13d6 100644 --- a/streams/sg.m3u +++ b/streams/sg.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AniplusAsia.sg" status="online",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="AniplusAsia.sg" status="error",Aniplus (Indonesian subtitle) (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h02/index.m3u8 #EXTINF:-1 tvg-id="Channel5.sg" status="blocked",Channel 5 [Geo-blocked] https://ddftztnzt6o79.cloudfront.net/hls/clr4ctv_okto/master.m3u8 @@ -13,13 +13,13 @@ https://d2ko4czujk9652.cloudfront.net/hls/clr4ctv_cnas/master.m3u8 https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8 #EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p) http://210.210.155.37/uq2663/h/h19/index.m3u8 -#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Hits.sg" status="online",HITS (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="KPlus.sg" status="online",K+ (Indonesian subtitle) (576p) http://210.210.155.37/uq2663/h/h08/index.m3u8 -#EXTINF:-1 tvg-id="RockEntertainment.sg" status="error",Rock Entertainment (576p) [Geo-blocked] +#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/si.m3u b/streams/si.m3u index afbc78ed8a..675c3aa1a8 100644 --- a/streams/si.m3u +++ b/streams/si.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="AdriaMusicTV.si" status="timeout",Adria Music RS -http://91.212.150.248/AdriaMusicTV/index.m3u8 #EXTINF:-1 tvg-id="GTV.si" status="online",GTV (360p) [Not 24/7] http://91.220.221.60/gtv_hls/gtv_03.m3u8 #EXTINF:-1 tvg-id="KanalA.si" status="online",Kanal A @@ -9,6 +7,8 @@ https://streamer01.xploretv.si/qdcnm4/__cl/cg:prod/__c/A1_SI_AKANALHD_ott/__op/d http://5ca49f2417d90.streamlock.net/live/dolnykubin1/playlist.m3u8 #EXTINF:-1 tvg-id="VeseljakTV.si" status="online",Veseljak TV (1080p) https://stream.veseljak.tv/hls/stream.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Adria Music RS +http://91.212.150.248/AdriaMusicTV/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Boomerang HD https://streamer12.xploretv.si/qdcnm4/__cl/cg:prod/__c/A1_SI_BOOMERANG_ott/__op/dash-default/__dci/__f/index.m3u8?admin=xploreTv_test_user&redirect=true #EXTINF:-1 tvg-id="" status="online",Cartoon Network diff --git a/streams/sl.m3u b/streams/sl.m3u index a9518c2614..ec24ac1704 100644 --- a/streams/sl.m3u +++ b/streams/sl.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",AYV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",AYV (720p) [Not 24/7] https://1219373429.rsc.cdn77.org/live/stream-1/chunklist.m3u8 diff --git a/streams/sm.m3u b/streams/sm.m3u index a80cda7e31..9603b58f99 100644 --- a/streams/sm.m3u +++ b/streams/sm.m3u @@ -1,5 +1,3 @@ #EXTM3U #EXTINF:-1 tvg-id="SanMarinoRTV.sm" status="online",San Marino RTV (720p) https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch01/_definst_/smil:ch-01.smil/chunklist_b1692000_slita.m3u8 -#EXTINF:-1 tvg-id="SanMarinoRTVSport.sm" status="online",San Marino RTV Sport (720p) -https://d2hrvno5bw6tg2.cloudfront.net/smrtv-ch02/smil:ch-02.smil/master.m3u8 diff --git a/streams/sn.m3u b/streams/sn.m3u index f0faf27123..d97f200e08 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="2STV.sn" status="timeout",2STV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2STV.sn" status="blocked",2STV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7vidbb #EXTINF:-1 tvg-id="A2iMusic.sn" status="online",A2i Music (720p) [Not 24/7] https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 @@ -7,13 +7,13 @@ https://stream.sen-gt.com/A2iMusic/myStream/playlist.m3u8 https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="A2iReligion.sn" status="online",A2i Religion (720p) [Not 24/7] https://stream.sen-gt.com/A2iReligion/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Africa7.sn" status="online",Africa 7 (480p) +#EXTINF:-1 tvg-id="Africa7.sn" status="blocked",Africa 7 (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7xq2dw -#EXTINF:-1 tvg-id="RFM.sn" status="error",RFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RFM.sn" status="blocked",RFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wi5y1 #EXTINF:-1 tvg-id="SenTV.sn" status="online",Sen TV (480p) https://live3.acangroup.org:1929/acanabr/sentv.stream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="TFM.sn" status="online",TFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TFM.sn" status="blocked",TFM (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7wcr45 #EXTINF:-1 tvg-id="" status="online",A2i TV (1080p) [Not 24/7] https://stream.sen-gt.com/A2itv/myStream/playlist.m3u8 diff --git a/streams/sv.m3u b/streams/sv.m3u index 74a81556cc..b5c1573132 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -21,9 +21,6 @@ https://secure-video.tcsgo.com/tcshd/index.m3u8 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 -#EXTINF:-1 tvg-id="TVMElSalvador.sv" status="timeout" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",TVM El Salvador (720p) -#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 -http://168.227.22.18:1935/tvm/tvm.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TVOCanal23.sv" status="blocked",TVO Canal 23 (720p) [Not 24/7] https://5fc584f3f19c9.streamlock.net/tvo/smil:tvo.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVX.sv" status="online",TVX (720p) [Not 24/7] diff --git a/streams/sy.m3u b/streams/sy.m3u index cac53a704c..9f02a0b8cb 100644 --- a/streams/sy.m3u +++ b/streams/sy.m3u @@ -1,16 +1,14 @@ #EXTM3U #EXTINF:-1 tvg-id="AlmahaliyaTV.sy" status="online",Almahaliya (576p) [Not 24/7] http://vod.ortas.sy:1935/oLive/aloula05042022/playlist.m3u8 -#EXTINF:-1 tvg-id="HalabTodayTV.sy" status="online",Halab Today TV (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnh5Faqn_r9HxeNd_dsvGHQ/live #EXTINF:-1 tvg-id="HalabTodayTV.sy" status="online",Halab Today TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8320/8320/playlist.m3u8 +#EXTINF:-1 tvg-id="HalabTodayTV.sy" status="error",Halab Today TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnh5Faqn_r9HxeNd_dsvGHQ/live #EXTINF:-1 tvg-id="LanaTV.lb" status="online",Lana TV (720p) https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc/master22-vod.m3u8 #EXTINF:-1 tvg-id="LanaTVPlus.lb" status="online",Lana TV Plus (720p) https://eitc.secure2.footprint.net/egress/chandler/emirates/eitc2/m3u8/sdi2-720p.m3u8 -#EXTINF:-1 tvg-id="NoorAlSham.sy" status="online",Noor Al-Sham (360p) [Not 24/7] -http://vod.ortas.sy:1935/oLive/nour05042022/playlist.m3u8 #EXTINF:-1 tvg-id="SamaTV.sy" status="online",Sama TV (578p) [Not 24/7] http://142.132.224.85:1935/redirect/live/smil:mystream1.smil?scheme=m3u8 #EXTINF:-1 tvg-id="SouryanaRadio.sy" status="online",Souryana Radio (360p) [Not 24/7] @@ -23,9 +21,11 @@ https://streams.spacetoon.com/live/stchannel/smil:livesmil.smil/playlist.m3u8 http://vod.alikhbaria.net:1935/oLive/snews05042022/playlist.m3u8 #EXTINF:-1 tvg-id="SyrianNewsChannel.sy" status="online",Syrian News Channel (360p) [Not 24/7] http://vod.ortas.sy:1935/oLive/snews05042022/playlist.m3u8 -#EXTINF:-1 tvg-id="SyrianSatelliteChannel.sy" status="error",Syria Satellite Channel (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SyrianSatelliteChannel.sy" status="online",Syria Satellite Channel (360p) [Not 24/7] http://vod.ortas.sy:1935/oLive/sat05042022/playlist.m3u8 #EXTINF:-1 tvg-id="SyriaTV.sy" status="online",Syria TV (1080p) [Not 24/7] https://svs.itworkscdn.net/syriatvlive/syriatv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",alltv (400p) http://185.96.70.242:1935/live/alltv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Noor Al-Sham (360p) [Not 24/7] +http://vod.ortas.sy:1935/oLive/nour05042022/playlist.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index 76f9be5969..cd8f7e862d 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,40 +9,40 @@ 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="timeout",DLTV 2 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV2.th" status="error",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 #EXTINF:-1 tvg-id="DLTV3.th" status="timeout",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="online",DLTV 4 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV4.th" status="error",DLTV 4 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 -#EXTINF:-1 tvg-id="DLTV5.th" status="online",DLTV 5 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV5.th" status="error",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 -#EXTINF:-1 tvg-id="DLTV6.th" status="online",DLTV 6 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV6.th" status="timeout",DLTV 6 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 -#EXTINF:-1 tvg-id="DLTV7.th" status="online",DLTV 7 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV7.th" status="timeout",DLTV 7 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV8.th" status="error",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 -#EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV9.th" status="error",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 -#EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV10.th" status="error",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 #EXTINF:-1 tvg-id="DLTV11.th" status="timeout",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 #EXTINF:-1 tvg-id="DLTV12.th" status="timeout",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 -#EXTINF:-1 tvg-id="DLTV13.th" status="online",DLTV 13 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV13.th" status="error",DLTV 13 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv13.m3u8 -#EXTINF:-1 tvg-id="DLTV14.th" status="online",DLTV 14 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV14.th" status="error",DLTV 14 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv14.m3u8 -#EXTINF:-1 tvg-id="DLTV15.th" status="online",DLTV 15 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV15.th" status="timeout",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 #EXTINF:-1 tvg-id="GolfChannelThailand.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",Golf Channel Thailand (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 https://smart-tv.livedoomovie.com:4431/02_golfhd_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="NBTWorld.th" status="error",NBT World +#EXTINF:-1 tvg-id="NBTWorld.th" status="online",NBT World https://thainews.prd.go.th/lv/live/ch1_L_L.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="News1.th" status="online",ASTV News 1 (720p) [Not 24/7] http://news1.live14.com/stream/news1.m3u8 @@ -81,8 +81,6 @@ https://smart-tv.livedoomovie.com:4431/02_2sporthd4_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="TrueTennisHD.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 Tennis HD (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_TennisHD_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVMuslimThailand.th" status="online",TV Muslim (1080p) [Not 24/7] -http://vip2.liveanywhere.asia:1935/tvmuslim/tvmuslim/playlist.m3u8 #EXTINF:-1 tvg-id="WhiteChannel.th" status="online",White Channel (1080p) http://symc-cdn.violin.co.th:1935/tndedge/whitechannel/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",NBT Bangkok (1080p) [Not 24/7] diff --git a/streams/tn.m3u b/streams/tn.m3u index 9249cf76b8..ae8e7deb7a 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -12,10 +12,10 @@ 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="Watania1.tn" status="online",Watania 1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Watania1.tn" status="error",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 5d490e7685..0c0b28f8a1 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -20,7 +20,7 @@ https://broadcasttr.com:446/altastv/bant1/index.m3u8 https://live.al-zahratv.com/live/playlist.m3u8 #EXTINF:-1 tvg-id="AnadoluAgency.tr" status="online",AA Live (720p) [Not 24/7] http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArasTV.tr" status="error",ARAS TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ArasTV.tr" status="online",ARAS TV (576p) [Not 24/7] http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ASTV.tr" status="online",Bursa AS TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/astv/bant1/playlist.m3u8 @@ -40,7 +40,7 @@ http://139.162.182.79/live/test/index.m3u8 https://waw2.artiyerelmedya.net/brtv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="BursaTV.tr" status="online",Bursa TV (720p) [Not 24/7] https://cdn-bursatv.yayin.com.tr/bursatv/bursatv/playlist.m3u8 -#EXTINF:-1 tvg-id="BursaTV.tr" status="error",Bursa TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BursaTV.tr" status="online",Bursa TV (720p) [Not 24/7] https://win1.yayin.com.tr/bursatv/bursatv/playlist.m3u8 #EXTINF:-1 tvg-id="CanTV.tr" status="online",Can TV (720p) http://canbroadcast.com:7000/canlican/tv.m3u8 @@ -84,20 +84,18 @@ https://cdn.yayin.com.tr/TVEM/TVEM/playlist.m3u8 http://win20.yayin.com.tr/ertsahtv/ertsahtv/playlist.m3u8 #EXTINF:-1 tvg-id="ERTV.tr" status="online",Er TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="ErzurumWebTV.tr" status="online",Erzurum Web TV (720p) -https://win29.yayin.com.tr/erzurumwebtv/erzurumwebtv/playlist.m3u8 #EXTINF:-1 tvg-id="ETVManisa.tr" status="online",ETV Manisa (1080p) [Not 24/7] https://broadcasttr.com:446/manisaetv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="online",Fenerbahçe TV (FBTV) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="blocked",Fenerbahçe TV (FBTV) (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x21oo10 #EXTINF:-1 tvg-id="FinansTurkTV.tr" status="timeout",Finans Turk TV (720p) http://live.arkumedia.com:1935/finansturktv/finansturktv/playlist.m3u8 #EXTINF:-1 tvg-id="FoxTurkey.tr" status="online",Fox Türkiye (720p) https://foxtv.blutv.com/blutv_foxtv_live/live.m3u8 -#EXTINF:-1 tvg-id="GRT.tr" status="online",GRT Gaziantep (720p) [Geo-blocked] -http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GRT.tr" status="online",GRT (720p) https://waw2.artiyerelmedya.net/grt/bant1/chunks.m3u8 +#EXTINF:-1 tvg-id="GRT.tr" status="blocked",GRT Gaziantep (720p) [Geo-blocked] +http://yerelmedya.tv:1935/grt/_definst_/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="GSTV.tr" status="blocked",GSTV [Geo-blocked] https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p) @@ -213,11 +211,11 @@ https://broadcasttr.com:446/oncurtv/bant1/playlist.m3u8 http://live.arkumedia.com:1935/marmaratv/marmaratv/playlist.m3u8 #EXTINF:-1 tvg-id="PowerTurkTV.tr" status="online",Power Turk (1080p) [Not 24/7] https://livetv.powerapp.com.tr/powerturkTV/powerturkhd.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="PowerTurkTV.tr" status="online",PowerTürk TV (720p) [Geo-blocked] +https://waw2.artiyerelmedya.net/powerturktv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="PowerTurkTV.tr" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Power Turk (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://mn-nl.mncdn.com/blutv_powerturk/smil:powerturk_sd.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="PowerTurkTV.tr" status="online",PowerTürk TV (720p) [Geo-blocked] -https://waw2.artiyerelmedya.net/powerturktv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="PowerTV.tr" status="online",Power TV (1080p) https://livetv.powerapp.com.tr/powerTV/powerhd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="SariyerTV.tr" status="online",Sarıyer TV (360p) @@ -234,16 +232,16 @@ https://tv.ensonhaber.com/tv/tr/showtv/index.m3u8 https://s01.vpis.io/sinopyildiz/sinopyildiz.m3u8 #EXTINF:-1 tvg-id="SportsTV.tr" status="online",Sports TV (720p) [Geo-blocked] https://live.sportstv.com.tr/hls/low/sportstv.m3u8 -#EXTINF:-1 tvg-id="StarTV.tr" status="online",Star TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StarTV.tr" status="blocked",Star TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=http://www.dailymotion.com/video/x729whv #EXTINF:-1 tvg-id="SunRTV.tr" status="online",Sun RTV (720p) [Not 24/7] https://tr.socialsmart.tv/suntv/bant1/chunks.m3u8 -#EXTINF:-1 tvg-id="TempoTV.tr" status="error",Tempo TV +#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) [Not 24/7] -https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) https://tv.ensonhaber.com/tv/tr/tgrtbelgesel/index.m3u8 +#EXTINF:-1 tvg-id="TGRTBelgesel.tr" status="online",TGRT Belgesel TV (576p) [Not 24/7] +https://b01c02nl.mediatriple.net/videoonlylive/mtsxxkzwwuqtglive/broadcast_5fe462afc6a0e.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TGRTEU.tr" status="online",TGRT EU (576p) https://tv.ensonhaber.com/tv/tr/tgrteu/index.m3u8 #EXTINF:-1 tvg-id="TGRTHaber.tr" status="online",TGRT Haber (360p) [Not 24/7] @@ -254,7 +252,7 @@ https://waw2.artiyerelmedya.net/tontv/bant1/chunks.m3u8 https://59cba4d34b678.streamlock.net/canlitv/topraktv/playlist.m3u8 #EXTINF:-1 tvg-id="TRT1.tr" status="online",TRT 1 (720p) [Geo-blocked] https://tv-trt1.medya.trt.com.tr/master.m3u8 -#EXTINF:-1 tvg-id="TRT2.tr" status="blocked",TRT 2 [Geo-blocked] +#EXTINF:-1 tvg-id="TRT2.tr" status="online",TRT 2 [Geo-blocked] https://tv-trt2.medya.trt.com.tr/master.m3u8 #EXTINF:-1 tvg-id="TRTArabi.tr" status="online",TRT Arabi (720p) [Not 24/7] https://tv-trtarabi.live.trt.com.tr/master.m3u8 diff --git a/streams/tt.m3u b/streams/tt.m3u index 35b683ba19..25d07a7ca4 100644 --- a/streams/tt.m3u +++ b/streams/tt.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="TheIslamicNetwork.tt" status="online",The Islamic Network (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TheIslamicNetwork.tt" status="error",The Islamic Network (480p) [Not 24/7] http://daruttarbiyah.srfms.com:1935/daruttarbiyah/livestream/playlist.m3u8 diff --git a/streams/tw.m3u b/streams/tw.m3u index 6600ab1cd4..e5dd2eef78 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -1,88 +1,140 @@ #EXTM3U -#EXTINF:-1 tvg-id="AsiaTravel.tw" status="blocked",Asia Travel (720p) +#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="online",CN卡通频道 (720p) +#EXTINF:-1 tvg-id="CartoonNetworkTaiwan.tw" status="blocked",Cartoon Network Taiwan (CN卡通频道) (720p) http://50.7.220.74:8278/momo1_twn/playlist.m3u8?ct=19225&tid=MA0A4898983648989836&tsum=bd109117d126916f203880b1f2063d5e -#EXTINF:-1 tvg-id="CTiAsia.tw" status="blocked",CTi亞洲台 (720p) +#EXTINF:-1 tvg-id="CTiAsia.tw" status="online",CTi Asia (中天亞洲台) (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 +#EXTINF:-1 tvg-id="CTiEntertainment.tw" status="blocked",CTi Entertainment (中天娛樂台) (720p) +http://50.7.220.74:8278/ctient/playlist.m3u8?ct=17874&tid=m6780c60bd34a13540795&tsum=06089e289a460b0685447b7656d550e3 +#EXTINF:-1 tvg-id="CTiNews.tw" status="online",CTi News (中天新聞台) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ctitv/live -#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="online",CTV News Channel +#EXTINF:-1 tvg-id="CTiVariety.tw" status="online",CTi Variety (中天綜合台) (720p) +http://23.237.10.66:16372 +#EXTINF:-1 tvg-id="CTiVariety.tw" status="blocked",CTi Variety (中天綜合台) (720p) +http://50.7.220.74:8278/ctizhonghe/playlist.m3u8?ct=19193&tid=MBBB1520797915207979&tsum=3a6f7f0c591c2ec6678d51b741f290b2 +#EXTINF:-1 tvg-id="CTS.tw" status="online",CTS HD (華視) (720p) +http://50.7.220.74:8278/ctshd_twn/playlist.m3u8?ct=19226&tid=MAFA1309481213094812&tsum=429f7c40691cdcc6c1fb108dbd11e002 +#EXTINF:-1 tvg-id="CTSNews.tw" status="blocked",CTS News (華視新聞資訊) [Geo-blocked] +http://seb.sason.top/sc/hsxw_fhd.m3u8 +#EXTINF:-1 tvg-id="CTV.tw" status="online",CTV (CTV中視) (720p) +http://50.7.220.74:8278/zhongshihd_twn/playlist.m3u8?ct=19226&tid=MB8B7313326473133264&tsum=ae7506028e559f3a6e2a3519b2f6a91e +#EXTINF:-1 tvg-id="CTVClassic.tw" status="online",CTV Classic (中視經典台) (720p) +http://50.7.220.74:8278/zhongshi_twn/playlist.m3u8?ct=18335&tid=mffe9aaf8765f&tsum=bcdd7a2ce4a5498b1449cb26a01150c0 +#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="online",CTV News Channel (中视新闻台) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/twctvnews/live -#EXTINF:-1 tvg-id="DaAi1.tw" status="blocked",大愛1 (720p) +#EXTINF:-1 tvg-id="DaAi1.tw" status="online",DaAi1 (大愛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) +#EXTINF:-1 tvg-id="DaAi1.tw" status="online",DaAi1 (大愛1) (720p) +https://pulltv1.wanfudaluye.com/live/tv1.m3u8 +#EXTINF:-1 tvg-id="DaAi2.tw" status="online",DaAi2 (大愛2) (720p) https://pulltv2.wanfudaluye.com/live/tv2.m3u8 -#EXTINF:-1 tvg-id="DaliTV.tw" status="online",大立電視台 (720p) +#EXTINF:-1 tvg-id="DaliTV.tw" status="online",DaLi TV (大立電視台) (720p) http://www.dalitv.com.tw:4568/live/dali/index.m3u8 -#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="blocked",東森財經新聞 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="blocked",EBC Financial News (東森財經新聞台) (1080p) [Not 24/7] http://seb.sason.top/sc/dscjxw_fhd.m3u8 -#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="blocked",EBC Financial News (720p) +#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="blocked",EBC Foreign Movie (720p) +#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="error",EBC Financial News (東森財經新聞台) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/57東森財經新聞/live +#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="blocked",EBC Foreign Movie (東森洋片台) (720p) http://50.7.220.74:8278/ettvwestern/playlist.m3u8?ct=17874&tid=mfdfc048e6c2416337202&tsum=cad39b26202d525ea820bee1d69e545f -#EXTINF:-1 tvg-id="EBCMovie.tw" status="blocked",EBC Movie (720p) +#EXTINF:-1 tvg-id="EBCMovie.tw" status="online",EBC Movie (東森電影台) (720p) http://50.7.220.74:8278/ettvmovie/playlist.m3u8?ct=19225&tid=MDED1943740419437404&tsum=120834a4218c4b5c3bb19efb8116f859 -#EXTINF:-1 tvg-id="EBCNews.tw" status="blocked",東森新聞 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EBCNews.tw" status="blocked",EBC News (東森新聞台) (1080p) [Not 24/7] http://seb.sason.top/sc/dsxw_fhd.m3u8 -#EXTINF:-1 tvg-id="EraNews.tw" status="online",年代新聞台 (720p) +#EXTINF:-1 tvg-id="EBCNews.tw" status="error",EBC News (東森新聞台) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newsebc/live +#EXTINF:-1 tvg-id="EBCVariety.tw" status="online",EBC Variety (東森綜合台) (720p) +http://50.7.220.74:8278/ettvzhonghe/playlist.m3u8?ct=17874&tid=m65c4e525f24617101171&tsum=663db593cfeefc92ce4b5d7461988f3f +#EXTINF:-1 tvg-id="EBCYoyo.tw" status="online",EBC Yoyo (東森幼幼台) +https://raw.githubusercontent.com/etag2000/IPTV/YTlive/ebcyoyo.m3u8 +#EXTINF:-1 tvg-id="EBCYoyo.tw" status="blocked",EBC Yoyo (東森幼幼台) (720p) +http://50.7.220.74:8278/yoyo_twn/playlist.m3u8?ct=17874&tid=m84c9b210bc7f11269156&tsum=51340c8fb7ca02ab978ee0791843501d +#EXTINF:-1 tvg-id="EraNews.tw" status="online",Era News (年代新聞台) (720p) http://50.7.220.74:8278/niandainews_twn/playlist.m3u8?ct=19226&tid=MA6A4647720946477209&tsum=48a66838dbcf633b2fb41307b29ef50a -#EXTINF:-1 tvg-id="ETTVNews.tw" status="online",ETTV News (720p) +#EXTINF:-1 tvg-id="ETTVNews.tw" status="blocked",ETTV News (720p) http://50.7.220.74:8278/ettvnews/playlist.m3u8?ct=19225&tid=MAEA2793211727932117&tsum=151345e2ab6bc0c89ac85598f1988cd3 -#EXTINF:-1 tvg-id="FTV.tw" status="blocked",民視 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FTV.tw" status="blocked",FTV (民視) (720p) +http://50.7.220.74:8278/ftvhd_taiwan/playlist.m3u8?ct=18335&tid=m15b424641a89&tsum=ba82cdbfb8253c45a13df5354e6d0dbc +#EXTINF:-1 tvg-id="FTV.tw" status="blocked",FTV (民視) (720p) [Not 24/7] http://seb.sason.top/ptv/ftv.php?id=ms -#EXTINF:-1 tvg-id="FTVOne.tw" status="blocked",民視第一 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FTVNews.tw" status="error",FTV News (民視新聞台) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FTVCP/live +#EXTINF:-1 tvg-id="FTVOne.tw" status="blocked",FTV One (民視第一台) (720p) [Not 24/7] http://seb.sason.top/ptv/ftv.php?id=dy -#EXTINF:-1 tvg-id="FTVTaiwan.tw" status="blocked",民視台灣 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FTVTaiwan.tw" status="blocked",FTV Taiwan (民視台灣台) (720p) [Not 24/7] http://seb.sason.top/ptv/ftv.php?id=tw +#EXTINF:-1 tvg-id="Good2.tw" status="online",GOOD TV CH2 真理台 (720p) +https://live.streamingfast.net/osmflivech2.m3u8 +#EXTINF:-1 tvg-id="GoodTV.tw" status="online",GOOD TV CH1 綜合台 (720p) [Not 24/7] +https://live.streamingfast.net/osmflivech1.m3u8 #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) +#EXTINF:-1 tvg-id="GTV1.tw" status="online",GTV1 (八大第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) +#EXTINF:-1 tvg-id="GTVDrama.tw" status="blocked",GTV Drama (八大戏剧台) (720p) http://50.7.220.74:8278/badadrama/playlist.m3u8?ct=19225&tid=ME4E4734124647341246&tsum=c4e596572a79ad99675ee2137d1cc43d -#EXTINF:-1 tvg-id="GTVEntertainment.tw" status="blocked",八大综合台 (720p) +#EXTINF:-1 tvg-id="GTVEntertainment.tw" status="online",GTV Entertainment (八大综合台) (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) +#EXTINF:-1 tvg-id="HBOTaiwan.tw" status="online",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) +#EXTINF:-1 tvg-id="HollywoodMovieChannel.tw" status="online",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="JETTV.tw" status="blocked",JET綜合台 (720p) +#EXTINF:-1 tvg-id="JETTV.tw" status="online",JET TV (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) +#EXTINF:-1 tvg-id="LSTimeMovie.tw" status="blocked",LS Time Movie (720p) +http://50.7.220.74:8278/cb7a1fec69/playlist.m3u8?ct=18335&tid=md05ab4002297&tsum=ebe4254ee0e073c2d3c9789e679c00a5 +#EXTINF:-1 tvg-id="MATVFilm.hk" status="blocked",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="NextTVNews.tw" status="error",壹電視新聞台 (1080p) -http://stream.nexttv.com.tw/n001/hd/live.m3u8 -#EXTINF:-1 tvg-id="SETNews.tw" status="online",SET News (720p) +#EXTINF:-1 tvg-id="NationalGeographicHDTaiwan.tw" status="blocked",National Geographic HD (720p) +http://50.7.220.74:8278/natgeohd_twn/playlist.m3u8?ct=17874&tid=ma1f0b9808d5014467661&tsum=73dfb91284f5b1358251546e6f03da3d +#EXTINF:-1 tvg-id="PTS.tw" status="online",PTS (公视) (720p) +http://50.7.220.74:8278/ctv_taiwan/playlist.m3u8?ct=17990&tid=13765524&tsum=03eb77c1c186944b97737f14e95076c0 +#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="SETNews.tw" status="blocked",三立新聞 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="SETNews.tw" status="blocked",SET News (三立新聞) (1080p) [Geo-blocked] http://seb.sason.top/sc/sllive_fhd.m3u8 -#EXTINF:-1 tvg-id="StarChineseChannel.hk" status="blocked",卫视中文台HD (720p) +#EXTINF:-1 tvg-id="SETNews.tw" status="error",SET News (三立新聞) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/三立LIVE新聞/live +#EXTINF:-1 tvg-id="SETTaiwan.tw" status="online",SET Taiwan (三立臺灣台) (720p) +http://50.7.220.74:8278/sanlitaiwan/playlist.m3u8?ct=17874&tid=m92ccadc4dc3718157816&tsum=3570a8198ca0fb7ebb803807e38b33fb +#EXTINF:-1 tvg-id="StarChineseChannel.hk" status="online",Star Chinese Channel HD (卫视中文台) (720p) http://50.7.220.74:8278/weishichinese_twn/playlist.m3u8?ct=19226&tid=MA8A7894022878940228&tsum=c0323ce59263e0096d4181626874e17c -#EXTINF:-1 tvg-id="TaiwanIndigenousTV.tw" status="online",原住民電視 (720p) +#EXTINF:-1 tvg-id="TaiwanIndigenousTV.tw" status="online",Taiwan Indigenous TV (原住民電視) (720p) http://streamipcf.akamaized.net/live/_definst_/live_720/key_b1500.m3u8 #EXTINF:-1 tvg-id="TaiwanPlusTV.tw" status="online",Taiwan Plus (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7c6rvyAZLpKGk8ttVnpnLA/live -#EXTINF:-1 tvg-id="TTVNews.tw" status="online",TTV News +#EXTINF:-1 tvg-id="TTV.tw" status="online",TTV (台视) (720p) +http://50.7.220.74:8278/ttv_taiwan/playlist.m3u8?ct=17874&tid=mdea1ba75c9e516139101&tsum=95f1742d36f959fe6e241587a4f8e970 +#EXTINF:-1 tvg-id="TTVNews.tw" status="error",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="online",TVBS News (720p) +#EXTINF:-1 tvg-id="TVBSEntertainmentChannel.tw" status="online",TVBS Entertainment Channel (TVBS歡樂台) (720p) +http://50.7.220.74:8278/tvbshuanle_twn/playlist.m3u8?ct=19193&tid=MC8C2318787923187879&tsum=394d2b9af3df7846e2cdc60d69dd4219 +#EXTINF:-1 tvg-id="TVBSNews.tw" status="online",TVBS News (TVBS新聞台) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/TVBSNEWS01/live +#EXTINF:-1 tvg-id="TVBSNews.tw" status="blocked",TVBS News (TVBS新聞台) [Geo-blocked] +http://seb.sason.top/sc/tvbsxw_fhd.m3u8 +#EXTINF:-1 tvg-id="TVBSNews.tw" status="blocked",TVBS News (TVBS新聞台) (720p) http://50.7.220.74:8278/tvbs_n/playlist.m3u8?ct=19226&tid=MEFE5283322452833224&tsum=5f4e9bb0782ab3aae36328763cba2ffd +#EXTINF:-1 tvg-id="UniqueSatelliteTV.tw" status="blocked",Unique Satellite TV (非凡新聞台) (720p) +http://50.7.220.74:8278/feifannews_twn/playlist.m3u8?ct=17874&tid=m050e7aad65f614336734&tsum=4ea1b829d195ac69a6c2ca51b21ae378 +#EXTINF:-1 tvg-id="VideolandMovie.tw" status="online",Videoland Movie (緯來電影台) (720p) +http://50.7.220.74:8278/videolandmovie/playlist.m3u8?ct=18335&tid=ma2dac66da407&tsum=9a5a39559f64a71081ef9b3a85f2886c #EXTINF:-1 tvg-id="VideolandSports.tw" status="blocked",Videoland Sports (720p) http://50.7.220.74:8278/videolandsport/playlist.m3u8?ct=19226&tid=MA6A1192684511926845&tsum=0b7ca9a61e7371df68108a27dc358c68 #EXTINF:-1 tvg-id="WXTV.tw" status="online",唯心電視 (480p) http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/chunklist_w1177047531.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH1 綜合台 (720p) [Not 24/7] -https://live.streamingfast.net/osmflivech1.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH2 真理台 (720p) -https://live.streamingfast.net/osmflivech2.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Cinemax Taiwan (720p) +http://50.7.220.74:8278/cinemax_twn/playlist.m3u8?ct=17874&tid=mf18038aaba6311485855&tsum=63ee6bcdb705ee72ea3d0f0d84ed6df1 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH3 真情部落格 短版 (720p) https://live.streamingfast.net/osmflivech3.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH5 共享觀點 短版 (720p) [Not 24/7] @@ -91,7 +143,7 @@ https://live.streamingfast.net/osmflivech5.m3u8 https://live.streamingfast.net/osmflivech6.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH7 禱告大軍 信息 (720p) https://live.streamingfast.net/osmflivech7.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH9 愛+好醫生 短版 (720p) +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH9 愛+好醫生 短版 (720p) https://live.streamingfast.net/osmflivech9.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH12 維他命施 (720p) https://live.streamingfast.net/osmflivech12.m3u8 @@ -107,7 +159,7 @@ https://live.streamingfast.net/osmflivech17.m3u8 https://live.streamingfast.net/osmflivech18.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH20 恩典時分 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech20.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH21 華語講員 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH21 華語講員 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech21.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH24 劉三講古 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech24.m3u8 @@ -123,7 +175,7 @@ https://live.streamingfast.net/osmflivech30.m3u8 https://live.streamingfast.net/osmflivech31.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH32 特會系列:禱告與轉化 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech32.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH33 特會系列:研經培靈 (720p) +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH33 特會系列:研經培靈 (720p) https://live.streamingfast.net/osmflivech33.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH38 特會系列:青年特會 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech38.m3u8 @@ -137,10 +189,14 @@ https://live.streamingfast.net/osmflivech47.m3u8 https://live.streamingfast.net/osmflivech49.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH50 國際講員 中文發音 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech50.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",TVBS新聞 [Geo-blocked] -http://seb.sason.top/sc/tvbsxw_fhd.m3u8 -#EXTINF:-1 tvg-id="" status="online",大愛1 (720p) -https://pulltv1.wanfudaluye.com/live/tv1.m3u8 +#EXTINF:-1 tvg-id="" status="blocked",Great Wall Elite (720p) +http://50.7.220.74:8278/chcfamily/playlist.m3u8?ct=18393&tid=ME7E3282776332827763&tsum=c098f25f9c140478d2a814b22a7ccbd3 +#EXTINF:-1 tvg-id="" status="error",MNews (鏡電視新聞台) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC4LjkybVKXCDlneVXlKAbmw/live +#EXTINF:-1 tvg-id="" status="blocked",SET Variety (三立綜合台) (720p) +http://50.7.220.74:8278/sanlizhonghe/playlist.m3u8?ct=17874&tid=m3362167a08a014596868&tsum=4472a7c943b67bf52fe5e836ca9f3b6b +#EXTINF:-1 tvg-id="" status="online",Star Chinese Movies HD (星卫HD电影台) (720p) +http://50.7.220.74:8278/xingwei_movie/playlist.m3u8?ct=17874&tid=ma80888ed462f18082236&tsum=2824e7b9d4ec19ce7b4f8f69d23d7ceb #EXTINF:-1 tvg-id="" status="online",立法院IVOD直播交通委員會 (450p) https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live6/hls-cl-tv/index.m3u8 #EXTINF:-1 tvg-id="" status="online",立法院IVOD直播內政委員會 (450p) @@ -161,7 +217,3 @@ https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live5/hls-cl-tv/ind https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live2/hls-cl-tv/index.m3u8 #EXTINF:-1 tvg-id="" status="online",立法院IVOD直播院會 (450p) https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live1/hls-cl-tv/index.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",華視新聞資訊 [Geo-blocked] -http://seb.sason.top/sc/hsxw_fhd.m3u8 -#EXTINF:-1 tvg-id="" status="online",鏡電視新聞台 -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC4LjkybVKXCDlneVXlKAbmw/live diff --git a/streams/ua.m3u b/streams/ua.m3u index 38a9094616..5913516f26 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -3,32 +3,22 @@ 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 -#EXTINF:-1 tvg-id="7kanal.ua" status="online",7 канал (720p) -https://cdn10.live-tv.od.ua:8083/7tvod/7tvod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="7kanal.ua" status="online",7 канал (720p) -https://cdn10.live-tv.od.ua:8083/7tvod/7tvod/playlist.m3u8 #EXTINF:-1 tvg-id="24Kanal.ua" status="online",24 Канал (1080p) http://streamvideol1.luxnet.ua/news24/smil:news24.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="100News.ua" status="online",100% News (576p) http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8 -#EXTINF:-1 tvg-id="ATR.ua" status="timeout",ATR (504p) -http://stream.atr.ua/atr/live/index.m3u8 -#EXTINF:-1 tvg-id="BamBarBiaTV.ua" status="online",BamBarBia TV (1080p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/bbb/bbbtv-abr/playlist.m3u8 #EXTINF:-1 tvg-id="ChPinfo.ua" status="timeout",ЧП Инфо (576p) http://edge3.iptv.macc.com.ua/life/magnolia_3/index.m3u8 -#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://hls-live-media.cdn01.net/default/stream_10429_1.m3u8 -#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_1.m3u8 -#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://hls-live-media.cdn01.net/default/stream_10429_2.m3u8 -#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_2.m3u8 #EXTINF:-1 tvg-id="DonbassOnline.ua" status="timeout",Донбас Online (1080p) [Not 24/7] http://176.110.1.30:1935/live/donbasonline/playlist.m3u8 -#EXTINF:-1 tvg-id="DumskayaTVHD.ua" status="online",Думская ТВ (1080p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/dumska/dumska-abr/playlist.m3u8 #EXTINF:-1 tvg-id="FirstBusiness.ua" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",Первый Деловой (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0 http://pershij-dlovij.cdn-02.cosmonova.net.ua/hls/pershij-dlovij_ua.m3u8 @@ -40,7 +30,7 @@ http://pershij-dlovij.cdn-02.cosmonova.net.ua/hls/pershij-dlovij_ua_mid/index.m3 https://stream.uagit.tv/gittv.m3u8 #EXTINF:-1 tvg-id="Glas.ua" status="online",Глас (576p) http://85.238.112.69:8811/hls_sec/239.0.4.18-.m3u8 -#EXTINF:-1 tvg-id="HersonPlyus.ua" status="blocked",Херсон Плюс (576p) +#EXTINF:-1 tvg-id="HersonPlyus.ua" status="timeout",Херсон Плюс (576p) http://46.175.163.130/ks_plus/index.m3u8 #EXTINF:-1 tvg-id="Inter.ua" status="timeout",IHTEP (576p) https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8 @@ -48,10 +38,6 @@ https://edge1.iptv.macc.com.ua/img/inter_3/index.m3u8 https://edge3.iptv.macc.com.ua/img/inter_3/index.m3u8 #EXTINF:-1 tvg-id="IRT.ua" status="timeout",ИРТ (Днепр) (576p) [Not 24/7] http://91.193.128.233:1935/live/irt.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="IzmailTV.ua" status="online",Измаил ТВ (576p) [Not 24/7] -https://cdn10.live-tv.od.ua:8083/izod/izod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="IzmailTV.ua" status="online",Измаил ТВ (576p) [Not 24/7] -https://cdn10.live-tv.od.ua:8083/izod/izod/playlist.m3u8 #EXTINF:-1 tvg-id="K1.ua" status="timeout",К1 (576p) http://edge3.iptv.macc.com.ua/life/k1.m3u8 #EXTINF:-1 tvg-id="K1.ua" status="timeout",K1 (512p) @@ -74,18 +60,10 @@ https://edge2.iptv.macc.com.ua/img/ntn_3/index.m3u8 https://edge3.iptv.macc.com.ua/img/ntn_3/index.m3u8 #EXTINF:-1 tvg-id="ObshchestvennoeNezavisimoeTelevidenie.ua" status="online",Общественное Независимое Телевидение (576p) http://85.238.112.40:8810/hls_sec/239.33.75.33-.m3u8 -#EXTINF:-1 tvg-id="PervyygorodskoyKrivoyRog.ua" status="online",Первый городской (Кривой Рог) (720p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/1tvkr/1tvkr-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="PervyygorodskoyKrivoyRog.ua" status="online",Первый Городской (Кривой Рог) (720p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/1tvkr/1tvkr/playlist.m3u8 #EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="online",Первый городской (Одесса) (1080p) [Not 24/7] http://91.194.79.46:8081/stream1/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="online",Первый Городской (Одесса) (576p) http://91.194.79.46:8081/stream2/channel2/playlist.m3u8 -#EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="online",Первый Городской (Одесса) (504p) -https://cdn1.live-tv.od.ua:8083/1tvod/1tvod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="PervyygorodskoyOdessa.ua" status="online",Первый Городской (Одесса) (504p) -https://cdn1.live-tv.od.ua:8083/1tvod/1tvod/playlist.m3u8 #EXTINF:-1 tvg-id="PravdaTUT.ua" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",ПравдаТУТ (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0 http://pravdatytkievshina.cdn-02.cosmonova.net.ua/hls/pravdatytkievshina_ua.m3u8 @@ -104,8 +82,6 @@ http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_mid/index.m3u8 http://prm.cdn-02.cosmonova.net.ua/hls/prm_ua_low/index.m3u8 #EXTINF:-1 tvg-id="Renome.ua" status="online",Renome (576p) http://85.238.112.40:8810/hls_sec/online/list-renome.m3u8 -#EXTINF:-1 tvg-id="SK1.ua" status="online",СК 1 (720p) [Not 24/7] -https://cdn10.live-tv.od.ua:8083/sk1zt/sk1zt-abr/playlist.m3u8 #EXTINF:-1 tvg-id="Skrypinua.ua" status="online",Skrypin.ua (1080p) [Not 24/7] https://open-cdn.lanet.tv/play/skrypin.m3u8 #EXTINF:-1 tvg-id="STB.ua" status="timeout",СТБ @@ -114,35 +90,16 @@ http://188.35.9.11:11021/j http://80.91.177.102:1935/live/live1/playlist.m3u8 #EXTINF:-1 tvg-id="Svarozhichi.ua" status="online",Сварожичи (720p) http://tv.tv-project.com:1935/live/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="TISTV.ua" status="online",Тис ТВ (480p) [Not 24/7] -https://cdn10.live-tv.od.ua:8083/riood/tisod504/playlist.m3u8 -#EXTINF:-1 tvg-id="TravelGuideTV.ua" status="online",Travel Guide TV (720p) -https://cdn10.live-tv.od.ua:8083/leonovtv/test1/playlist.m3u8 -#EXTINF:-1 tvg-id="TravelGuideTV.ua" status="online",Travel Guide TV (720p) -https://cdn10.live-tv.od.ua:8083/leonovtv/test-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="TretiyCifrovoy.ua" status="online",Третий Цифровой (576p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/3tvod/3tvod-abr/playlist.m3u8 #EXTINF:-1 tvg-id="TRKAleks.ua" status="online",ТРК Алекс (576p) http://46.46.112.223/live/livestream1.m3u8 -#EXTINF:-1 tvg-id="TRKKrug.ua" status="online",Круг (576p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/krugod/krugod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="TRKKrug.ua" status="online",ТРК Круг (576p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/krugod/krugod/playlist.m3u8 #EXTINF:-1 tvg-id="TVA.ua" status="online",ТВА (Чернiвцi) (576p) http://hls.cdn.ua/tva.ua_live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVA.ua" status="online",ТВА (Чернiвцi) (576p) http://rtsp.cdn.ua/tva.ua_live/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVDom.ua" status="timeout",ТВ Дом http://46.149.48.21:1234 -#EXTINF:-1 tvg-id="UAOdesa.ua" status="online",UA: Одеса (384p) [Not 24/7] -https://cdn10.live-tv.od.ua:8083/odtrkod/odtrkod-abr/playlist.m3u8 -#EXTINF:-1 tvg-id="UATV.ua" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0",UATV (720p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0 -https://ua-tv.cdn-02.cosmonova.net.ua/hls/ua-tv_ua.m3u8 -#EXTINF:-1 tvg-id="UATV.ua" status="blocked",UATV (720p) -https://ua-tv.cdn-02.cosmonova.net.ua/hls/ua-tv_ua_mid/index.m3u8 -#EXTINF:-1 tvg-id="UATV.ua" status="blocked",UATV (720p) -https://ua-tv.cdn-02.cosmonova.net.ua/hls/ua-tv_ua_low/index.m3u8 +#EXTINF:-1 tvg-id="UATV.ua" status="online",Freedom (FREEДOM) (UATV) (720p) +https://freedom.cdn-01.cosmonova.net.ua/mobile-app/main/freedom/master.m3u8 #EXTINF:-1 tvg-id="Z.ua" status="online",Z (Запорожье) (1080p) https://stream.ztv.zp.ua/hls/live.m3u8 #EXTINF:-1 tvg-id="" status="online",4 канал (1080p) @@ -161,7 +118,5 @@ http://91.193.128.233:1935/live/otv.stream/playlist.m3u8 http://cdn1.live-tv.od.ua:8081/31chod/31chod-abr/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Репортер (720p) [Not 24/7] http://cdn1.live-tv.od.ua:8081/31chod/31chod/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ТРК Репортер (480p) [Not 24/7] -https://cdn1.live-tv.od.ua:8083/31chod/31chod-sub/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",ЯТБ (576p) http://46.175.163.130/live_yatb/playlist.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index a64fadeb19..1e29a02191 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -14,9 +14,9 @@ http://akaal.zecast.net/akaal-live/smil:akaaltv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Alaraby2TV.uk" status="online",Alaraby 2 TV (1080p) https://alaraby.cdn.octivid.com/alaraby2n/smil:alaraby2n.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live -#EXTINF:-1 tvg-id="AlarabyTV.uk" status="online",Alaraby TV (1080p) https://alaraby.cdn.octivid.com/alaraby/smil:alaraby.stream.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlarabyTV.uk" status="error",Alaraby TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlarabyTv_News/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alhiwarchannels/live #EXTINF:-1 tvg-id="AlHiwarTV.uk" status="online",Alhiwar TV (1080p) [Not 24/7] @@ -36,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 @@ -44,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 @@ -266,9 +266,9 @@ https://d3cq7cdp2cfi92.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68 #EXTINF:-1 tvg-id="GarshomTV.uk" status="online",Garshom TV (360p) [Not 24/7] http://og2qd3aal7an-hls-live.5centscdn.com/garshomtv/d0dbe915091d400bd8ee7f27f0791303.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/GBNewsOnline/live -#EXTINF:-1 tvg-id="GBNews.uk" status="online",GB News (1080p) https://live-gbnews-ssai.simplestreamcdn.com/v1/master/82267e84b9e5053b3fd0ade12cb1a146df74169a/gbnews-live/live.m3u8 +#EXTINF:-1 tvg-id="GBNews.uk" status="error",GB News (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/GBNewsOnline/live #EXTINF:-1 tvg-id="GemsTV.uk" status="online",Gems TV (360p) http://57d6b85685bb8.streamlock.net:1935/abrgemporiaukgfx/livestream_360p/index.m3u8 #EXTINF:-1 tvg-id="HalaLondon.uk" status="online",Hala London (1080p) @@ -293,16 +293,8 @@ https://live.playstop.me/1816184091/index.m3u8 https://live.playstop.me/LS-63503-4/index.m3u8 #EXTINF:-1 tvg-id="IslamChannel.uk" status="online",Islam Channel (576p) [Not 24/7] https://live.islamchannel.tv/islamtv_english/live.m3u8 -#EXTINF:-1 tvg-id="ITV2.uk" status="online",ITV2 (432p) [Geo-blocked] -http://31.220.41.88:8081/live/itv2.stream/chunks.m3u8 #EXTINF:-1 tvg-id="ITV2.uk" status="timeout",ITV2 (576p) [Not 24/7] http://93.190.139.35:8278/streams/d/itv2_antik/playlist.m3u8 -#EXTINF:-1 tvg-id="ITV3.uk" status="online",ITV3 (432p) [Geo-blocked] -http://31.220.41.88:8081/live/itv3.stream/chunks.m3u8 -#EXTINF:-1 tvg-id="ITV4.uk" status="online",ITV4 (302p) [Geo-blocked] -http://31.220.41.88:8081/live/itv4.stream/chunks.m3u8 -#EXTINF:-1 tvg-id="ITV.uk" status="online",ITV (302p) [Geo-blocked] -http://31.220.41.88:8081/live/itv1.stream/chunks.m3u8 #EXTINF:-1 tvg-id="JewelleryMaker.uk" status="online",Jewelery Maker (1080p) https://lo2-1.gemporia.com/abrjewellerymaker/smil:livestream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JimJamRussia.ru" status="blocked",JimJam Россия (576p) [Not 24/7] @@ -355,7 +347,7 @@ https://live-sonybebanjo.simplestreamcdn.com/live/popmax/bitrate1.isml/live.m3u8 https://live-uk.s4c-cdn.co.uk/out/v1/a0134f1fd5a2461b9422b574566d4442/live_uk.m3u8 #EXTINF:-1 tvg-id="S4C.uk" status="blocked",S4C (540p) [Geo-blocked] https://vs-cmaf-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:s4cpbs/iptv_hd_abr_v1.mpd -#EXTINF:-1 tvg-id="SangatTV.uk" status="online",Sangat Television (368p) [Not 24/7] +#EXTINF:-1 tvg-id="SangatTV.uk" status="error",Sangat Television (368p) [Not 24/7] https://api.new.livestream.com/accounts/6986636/events/5362122/live.m3u8 #EXTINF:-1 tvg-id="SheffieldLiveTV.uk" status="online",Sheffield Live TV (360p) [Not 24/7] http://tv.sheffieldlive.org/hls/main.m3u8 @@ -369,7 +361,7 @@ https://skynewsau-live.akamaized.net/hls/live/2002689/skynewsau-extra1/master.m3 https://skynewsau-live.akamaized.net/hls/live/2002690/skynewsau-extra2/master.m3u8 #EXTINF:-1 tvg-id="SkyNewsExtra3.au" status="online",Sky News Extra 3 (1080p) https://skynewsau-live.akamaized.net/hls/live/2002691/skynewsau-extra3/master.m3u8 -#EXTINF:-1 tvg-id="SportsTonight.uk" status="online",Sports Tonight (576p) [Not 24/7] +#EXTINF:-1 tvg-id="SportsTonight.uk" status="error",Sports Tonight (576p) [Not 24/7] http://sports.ashttp9.visionip.tv/live/visiontvuk-sports-sportstonightlive-hsslive-25f-4x3-SD/chunklist.m3u8 #EXTINF:-1 tvg-id="SportyStuffTV.uk" status="online",Sporty Stuff TV (720p) https://ayozat-live.secure2.footprint.net/egress/bhandler/ayozat/sportystufftv/playlist.m3u8 @@ -395,9 +387,18 @@ https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(TJCOTT)/index. https://abr.de1se01.v2beat.live/playlist.m3u8 #EXTINF:-1 tvg-id="V2BEAT.uk" status="online",V2BEAT (720p) [Not 24/7] https://de1se01.v2beat.live/playlist.m3u8 -#EXTINF:-1 tvg-id="XpandedTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV +#EXTINF:-1 tvg-id="XpandedTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV Studio Cam +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +https://vod2t.xpanded.com/x3tv2/index_wlan.m3u8 +#EXTINF:-1 tvg-id="XpandedTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV Studio Cam +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +https://vod2t.xpanded.com/x3tv2hq/index_wlan.m3u8 +#EXTINF:-1 tvg-id="XpandedTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV (640p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://vod2t.xpanded.com/x3tv/index_wlan.m3u8 +#EXTINF:-1 tvg-id="XpandedTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV (1280p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 +https://vod2t.xpanded.com/x3tvhq/index_wlan.m3u8 #EXTINF:-1 tvg-id="XYMax.uk" status="blocked",XY Max http://95.87.227.29:8080/XYMAX_FOR_PLATFORM/index.m3u8 #EXTINF:-1 tvg-id="XYMix.uk" status="blocked",XY Mix @@ -436,10 +437,5 @@ http://w4.12all.tv:4000/play/itv1/index.m3u8 https://5a0e89631aa14.streamlock.net/LatestTV/LatestTV/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",n TV (US Eastern) (720p) [Not 24/7] https://a.jsrdn.com/broadcast/22680_3BR3zocwi9/-0500/c.m3u8 -#EXTINF:-1 tvg-id="" status="online",Onlymotors (1080p) [Not 24/7] -https://gpuserver004cdn.broadcastgmt.net/CLOUDIETV-OMTVUK/index.m3u8?SiteID=668709&ptype=20 #EXTINF:-1 tvg-id="" status="online",Shelanu TV (720p) https://1247634592.rsc.cdn77.org/1247634592/tracks-v1a1/mono.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Xpanded TV 2 -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 -https://vod2t.xpanded.com/x3tv2/index_wlan.m3u8 diff --git a/streams/uk_channelbox.m3u b/streams/uk_channelbox.m3u index 3eaef0fe40..13a968c537 100644 --- a/streams/uk_channelbox.m3u +++ b/streams/uk_channelbox.m3u @@ -11,7 +11,7 @@ http://81.94.196.204/tsstreamer/France24_SD.ts http://88.150.241.11/tsstreamer/RotCinemaLDAI_SD.ts #EXTINF:-1 tvg-id="RotanaClassic.sa" status="timeout",Rotana Classic (360p) http://78.129.218.6/tsstreamer/RotClassicLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",Africanews +#EXTINF:-1 tvg-id="" status="timeout",Africanews http://95.154.197.48/tsstreamer/AfricanewsLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Africanews http://109.169.55.98/tsstreamer/AfricanewsLDAI_SD.ts @@ -19,31 +19,31 @@ http://109.169.55.98/tsstreamer/AfricanewsLDAI_SD.ts http://78.129.253.189/tsstreamer/AutoAllstarsLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",AutoAllstars http://109.200.6.10/tsstreamer/AutoAllstarsLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",AWE +#EXTINF:-1 tvg-id="" status="timeout",AWE http://78.129.150.52/tsstreamer/AWELDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",AWE http://212.38.189.94/tsstreamer/AWELDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",BalleBalle -http://176.227.202.68/tsstreamer/BalleBalleLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",BalleBalle http://78.129.218.6/tsstreamer/BalleBalleLDAI_SD.ts +#EXTINF:-1 tvg-id="" status="timeout",BalleBalle +http://176.227.202.68/tsstreamer/BalleBalleLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",BilliardTV http://88.150.241.11/tsstreamer/BilliardTVLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",BilliardTV http://31.3.227.66/tsstreamer/BilliardTVLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",Bloomberg -http://176.227.202.68/tsstreamer/BloombergLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Bloomberg http://78.129.218.6/tsstreamer/BloombergLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",BloombergQt -http://176.227.202.68/tsstreamer/BloombergQtLDAI_SD.ts +#EXTINF:-1 tvg-id="" status="timeout",Bloomberg +http://176.227.202.68/tsstreamer/BloombergLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",BloombergQt http://78.129.218.6/tsstreamer/BloombergQtLDAI_SD.ts +#EXTINF:-1 tvg-id="" status="timeout",BloombergQt +http://176.227.202.68/tsstreamer/BloombergQtLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",BollywoodClassic http://88.150.241.11/tsstreamer/BollywoodClassicLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",BollywoodClassic http://31.3.227.66/tsstreamer/BollywoodClassicLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",BollywoodHD +#EXTINF:-1 tvg-id="" status="timeout",BollywoodHD http://95.154.197.48/tsstreamer/BollywoodHDLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",BollywoodHD http://109.169.55.98/tsstreamer/BollywoodHDLDAI_SD.ts @@ -53,15 +53,15 @@ http://95.154.194.78/tsstreamer/CMusicLDAI_SD.ts http://78.129.193.17/tsstreamer/CMusicLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",CurrentTime http://81.94.196.204/tsstreamer/CurrentTime_SD.ts -#EXTINF:-1 tvg-id="" status="online",DuckTV +#EXTINF:-1 tvg-id="" status="timeout",DuckTV http://78.129.150.52/tsstreamer/DuckTVLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",DuckTV http://212.38.189.94/tsstreamer/DuckTVLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",EuronewsEng +#EXTINF:-1 tvg-id="" status="timeout",EuronewsEng http://95.154.197.48/tsstreamer/EuronewsEngLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",EuronewsEng http://109.169.55.98/tsstreamer/EuronewsEngLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",EuronewsRus +#EXTINF:-1 tvg-id="" status="timeout",EuronewsRus http://95.154.197.48/tsstreamer/EuronewsRusLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",EuronewsRus http://109.169.55.98/tsstreamer/EuronewsRusLDAI_SD.ts @@ -69,7 +69,7 @@ http://109.169.55.98/tsstreamer/EuronewsRusLDAI_SD.ts http://109.169.55.98/tsstreamer/ExtremePlusLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",ExtremePlus http://176.227.215.109/tsstreamer/ExtremePlusLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",Fashion +#EXTINF:-1 tvg-id="" status="timeout",Fashion http://95.154.230.50/tsstreamer/FashionLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Fashion http://212.84.160.41/tsstreamer/FashionLDAI_SD.ts @@ -83,18 +83,14 @@ http://176.227.215.109/tsstreamer/FightLDAI_SD.ts http://78.129.193.17/tsstreamer/FuelLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",Hellenic http://188.227.164.31/tsstreamer/Hellenic_SD.ts -#EXTINF:-1 tvg-id="" status="online",Heritage +#EXTINF:-1 tvg-id="" status="timeout",Heritage http://95.154.230.50/tsstreamer/HeritageLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Heritage http://212.84.160.41/tsstreamer/HeritageLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",Karaoke http://82.145.63.157/tsstreamer/KaraokeLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",LawCrime -http://109.169.55.30/tsstreamer/LawCrimeLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",MMA TV (360p) http://212.38.189.94/tsstreamer/MMALDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",Naturescape -http://109.169.55.30/tsstreamer/NaturescapeLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Naturescape http://176.227.215.109/tsstreamer/NaturescapeLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",NollyAfrica @@ -107,11 +103,11 @@ http://78.129.193.20/tsstreamer/NTD_SD.ts http://212.84.160.41/tsstreamer/OANLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Qello http://109.200.6.10/tsstreamer/QelloLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",SacredSites +#EXTINF:-1 tvg-id="" status="timeout",SacredSites http://95.154.230.50/tsstreamer/SacredSitesLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",SacredSites http://212.84.160.41/tsstreamer/SacredSitesLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="online",TimesNavbharat +#EXTINF:-1 tvg-id="" status="timeout",TimesNavbharat http://78.129.150.52/tsstreamer/TimesNavbharatLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",TimesNavbharat http://212.38.189.94/tsstreamer/TimesNavbharatLDAI_SD.ts diff --git a/streams/uk_pluto.m3u b/streams/uk_pluto.m3u index 3e3187d8da..73e9d2d897 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -16,6 +16,8 @@ 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 @@ -23,8 +25,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef 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="PlutoTVSherlockUK.uk" status="online",Pluto TV Sherlock (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2c00abfed110009d97243/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (England) (720p) @@ -34,13 +34,13 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007a #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bb941b95267e225e59c2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) diff --git a/streams/uk_samsung.m3u b/streams/uk_samsung.m3u index 8778015c96..2df7b12265 100644 --- a/streams/uk_samsung.m3u +++ b/streams/uk_samsung.m3u @@ -2,9 +2,9 @@ #EXTINF:-1 tvg-id="BeanoTV.uk" status="online",Beano TV (720p) https://a7b60a6853d843dd9105acfa8d6e74c7.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung-gb_BeanoTV/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTVPlus.us" status="online",Bloomberg TV+ UHD (2160p) -https://bloomberg-bloombergtv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 -#EXTINF:-1 tvg-id="BloombergTVPlus.us" status="error",Bloomberg TV+ UHD (2160p) https://bc20d7c2a7b14dd0ae827a2e3eb99116.mediatailor.us-east-1.amazonaws.com/v1/master/44f73ba4d03e9607dcd9bebdcb8494d86964f1d8/Samsung-gb_Bloomberg/playlist.m3u8 +#EXTINF:-1 tvg-id="BloombergTVPlus.us" status="online",Bloomberg TV+ UHD (2160p) +https://bloomberg-bloombergtv-1-gb.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="ClubbingTV.fr" status="online",Clubbing TV (720p) https://clubbingtv-samsunguk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="CNNInternationalEurope.us" status="online",CNN International UK (720p) [Not 24/7] @@ -43,7 +43,7 @@ https://cdn-ue1-prod.tsv2.amagi.tv/linear/qwestAAAA-qwestmix-uk-samsungtv/playli https://realstories-samsung-uk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SofyTV.ch" status="online",Sofy TV (720p) https://sofytv-samsunguk.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="SparkTV.uk" status="online",Spark Tv (720p) +#EXTINF:-1 tvg-id="SparkTV.uk" status="error",Spark Tv (720p) https://sparktv-samsunguk.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Qello Concerts by Stingray (1080p) https://d2gjhy8g9ziabr.cloudfront.net/v1/master/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod-samsungtvplus-stitched/samsungtvplus_uk_stingrayqello_001.m3u8 diff --git a/streams/us.m3u b/streams/us.m3u index 6ab7782dad..ae365c98ed 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -66,7 +66,7 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://reflect-tuolumne.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="ACCNetwork.us" status="online",ACC Network (720p) https://a.jsrdn.com/broadcast/542cb2ce3c/+0000/c.m3u8 -#EXTINF:-1 tvg-id="ActionMaxEast.us" status="online",ActionMax East (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="ActionMaxEast.us" status="blocked",ActionMax East (360p) [Geo-blocked] http://31.220.41.88:8081/live/us-cinemaxaction.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AdultSwimEast.us" status="online",Adult Swim East (720p) https://tve-live-lln.warnermediacdn.com/hls/live/2023183/aseast/noslate/VIDEO_1_5128000.m3u8 @@ -78,8 +78,6 @@ https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_1_ https://tve-live-lln.warnermediacdn.com/hls/live/2023185/aswest/noslate/VIDEO_3_1928000.m3u8 #EXTINF:-1 tvg-id="AdventureSportsTV.us" status="online",Adventure Sports TV (360p) [Not 24/7] https://gizmeon.s.llnwi.net/channellivev3/live/master.m3u8?channel=275 -#EXTINF:-1 tvg-id="AEEast.us" status="online",A&E East (720p) -http://168.138.70.50:5080/channel/n10ad5cd4/index.m3u8 #EXTINF:-1 tvg-id="AghapyKids.us" status="online",Aghapy Kids (1080p) https://5b622f07944df.streamlock.net/aghapykids.tv/aghapykids2/playlist.m3u8 #EXTINF:-1 tvg-id="Akaku53.us" status="online",Akaku 53 (Hawaii) (1080p) @@ -96,10 +94,10 @@ https://broadcast.blivenyc.com/speed/broadcast/71/desktop-playlist.m3u8 https://broadcast.blivenyc.com/speed/broadcast/29/desktop-playlist.m3u8 #EXTINF:-1 tvg-id="AlFadyTV.us" status="online",Al-Fady TV (1080p) [Not 24/7] https://5d658d7e9f562.streamlock.net/alfadytv.tv/alfadytv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (1080p) -http://media.smc-host.com:1935/alhorreya.tv/mp4:alhorreya3/playlist.m3u8 #EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (720p) http://media.smc-host.com:1935/alhorreya.tv/alhorreya.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="AlHorreyaTV.us" status="online",Al Horreya TV (1080p) +http://media.smc-host.com:1935/alhorreya.tv/mp4:alhorreya3/playlist.m3u8 #EXTINF:-1 tvg-id="Alhurra.us" status="online",Al Hurra (720p) https://mbnv-video-ingest.akamaized.net/hls/live/2038904/MBNV_ALHURRA_MAIN_HLS/merge.m3u8 #EXTINF:-1 tvg-id="AlientoVision.us" status="online",Aliento Vision (720p) [Not 24/7] @@ -172,13 +170,11 @@ https://cdn.herringnetwork.com/80A4DFF/awee_nva/AWE_Encore.m3u8 https://dikcfc9915kp8.cloudfront.net/hls/1080p/playlist.m3u8 #EXTINF:-1 tvg-id="AXSTVNow.us" status="online",AXS TV Now (1080p) https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 -#EXTINF:-1 tvg-id="AyenehTV.us" status="online",Ayeneh TV (720p) +#EXTINF:-1 tvg-id="AyenehTV.us" status="blocked",Ayeneh TV (720p) https://2nbyjjx7y53k-hls-live.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="BabyFirst.us" status="online",BabyFirst (720p) -http://168.138.70.50:5080/channel/n511cab5a/index.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 @@ -222,7 +218,7 @@ https://uni10rtmp.tulix.tv/betterlife/betterlife.stream/playlist.m3u8 https://cdn3.wowza.com/5/V2Y2VmhqMEFDTUkx/beverlyhills/G0072_006/playlist.m3u8 #EXTINF:-1 tvg-id="BHTV35.us" status="online",Beverly Hills Television 35 (720p) https://cdn3.wowza.com/5/V2Y2VmhqMEFDTUkx/beverlyhills/G0072_007/playlist.m3u8 -#EXTINF:-1 tvg-id="BibleExplorations.us" status="online",Bible Explorations (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BibleExplorations.us" status="error",Bible Explorations (480p) [Not 24/7] http://stream.iphonewebtown.com:1935/bibleexplorations/bexplorationsmobile.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BizTV.us" status="online",Biz TV (1080p) https://thegateway.app/BizAndYou/BizTV/playlist.m3u8 @@ -272,8 +268,6 @@ https://content.uplynk.com/channel/7ad2b600b40b4a89933ab6981757f8b3.m3u8 http://butv10-livestream.bu.edu/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 #EXTINF:-1 tvg-id="Buzzr.us" status="online",Buzzr (1080p) https://buzzrota-web.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BYUTV.us" status="online",Byu TV (720p) -http://168.138.70.50:5080/channel/655c192c/index.m3u8 #EXTINF:-1 tvg-id="CableHits.us" status="online",Cable Hits (720p) [Not 24/7] https://bk7l2w4nlx53-hls-live.5centscdn.com/AETV/514c04b31b5f01cf00dd4965e197fdda.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="CaliforniaMusicChannel.us" status="online",CMC (California Music Channel) @@ -288,9 +282,9 @@ https://stream.ads.ottera.tv/playlist.m3u8?network_id=269 https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=65 #EXTINF:-1 tvg-id="CapitalCityConnectionMontgomery.us" status="online",City TV Capital City Connection https://vblive-c.viebit.com/5f0d9ca5-4e85-4c01-a426-9ec8d44c2c9c/chunklist.m3u8 -#EXTINF:-1 tvg-id="CAPSChannel6.us" status="online",CAPS Media Channel 6 (Ventura CA) (480p) +#EXTINF:-1 tvg-id="CAPSChannel6.us" status="timeout",CAPS Media Channel 6 (Ventura CA) (480p) https://reflect-stream6-capsmedia.cablecast.tv/live/live.m3u8 -#EXTINF:-1 tvg-id="CAPSChannel15.us" status="online",CAPS Media Channel 15 (Ventura CA) (480p) +#EXTINF:-1 tvg-id="CAPSChannel15.us" status="timeout",CAPS Media Channel 15 (Ventura CA) (480p) https://reflect-stream15-capsmedia.cablecast.tv/live/live.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkAsia.sg" status="timeout",Cartoon Network Asia (720p) http://198.16.106.62:8278/streams/d/Cn/playlist.m3u8 @@ -361,12 +355,10 @@ http://media3.smc-host.com:1935/cycnow.com/smil:cyc.smil/playlist.m3u8 http://media.smc-host.com:1935/cycnow.com/cyc2/playlist.m3u8 #EXTINF:-1 tvg-id="ChristmasMusic.us" status="online",Faithlife TV Christmas Music (720p) https://vse2-na-us-ne24.secdn.net/logos-channel/live/christmas/playlist.m3u8 -#EXTINF:-1 tvg-id="CinemaxEast.us" status="online",Cinemax East (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="CinemaxEast.us" status="blocked",Cinemax East (360p) [Geo-blocked] http://31.220.41.88:8081/live/us-cinemax.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CinePride.us" status="online",CinePride (720p) https://content.uplynk.com/channel/e54d7e92a0154d67ae0770c9d4210e77.m3u8 -#EXTINF:-1 tvg-id="Circle.us" status="online",Circle (720p) -http://168.138.70.50:5080/channel/48ca4b24/index.m3u8 #EXTINF:-1 tvg-id="CitiCABLE.us" status="online",Torrance CitiCABLE (Torrance CA) (360p) https://cdn3.wowza.com/5/dk84U1p2UUdoMGxT/torrance/G0057_005/playlist.m3u8 #EXTINF:-1 tvg-id="CityofFairfieldChannel26.us" status="online",Fairfield Government Access Channel 26 (Fairfield CA) (720p) [Geo-blocked] @@ -403,14 +395,12 @@ https://reflect-pinellas-park-fl.cablecast.tv/live-6/live/live.m3u8 https://cdn3.wowza.com/5/dk84U1p2UUdoMGxT/sandiego/G1826_005/playlist.m3u8 #EXTINF:-1 tvg-id="CityTVWhittier.us" status="online",Whittier CityTV (Whittier CA) (720p) https://cdn-unified-hls.streamspot.com/ingest1/89cbf0c54c/playlist.m3u8?origin=1 -#EXTINF:-1 tvg-id="Civilized.us" status="online",Civilized. (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Civilized.us" status="blocked",Civilized. (1080p) [Not 24/7] https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2531932c8368bdbfd87c/playlist.m3u8 #EXTINF:-1 tvg-id="ClassicArtsShowcase.us" status="online",Classic Arts Showcase https://classicarts.akamaized.net/hls/live/1024257/CAS/master.m3u8 #EXTINF:-1 tvg-id="ClassicCinema.us" status="online",Classic Cinema (240p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-classiccinema/mono.m3u8 -#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Classic Movies Channel (720p) -https://b83608fe932143099bb8b25a66857730.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f86075a0d552957bf5aa4dd/playlist.m3u8 #EXTINF:-1 tvg-id="CloudflareTV.us" status="online",Cloudflare TV (720p) https://cloudflare.tv/hls/live.m3u8 #EXTINF:-1 tvg-id="CMAC1.us" status="online",Fresno CMAC 1 Public Channel (720p) @@ -444,10 +434,10 @@ https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_2_ https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_3_1464000.m3u8 #EXTINF:-1 tvg-id="CNN.us" status="online",CNN USA (360p) https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_1064000.m3u8 -#EXTINF:-1 tvg-id="CNN.us" status="online",CNN USA (360p) -http://stream.tvtap.live:8081/live/us-cnn.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CNN.us" status="blocked",CNN https://16live00.akamaized.net/CNN/index.m3u8 +#EXTINF:-1 tvg-id="CNN.us" status="blocked",CNN USA (360p) +http://stream.tvtap.live:8081/live/us-cnn.stream/playlist.m3u8 #EXTINF:-1 tvg-id="CNNBrasil.br" status="online",CNN Brasil (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCvdwhh_fDyWccR42-rReZLw/live #EXTINF:-1 tvg-id="CNNChile.cl" status="timeout",CNN Chile (720p) @@ -502,8 +492,6 @@ https://reflect-creatv.cablecast.tv/live-19/live/live.m3u8 https://reflect-creatv.cablecast.tv/live-14/live/live.m3u8 #EXTINF:-1 tvg-id="CreaTVChannel30.us" status="online",CreaTV The Outlet Channel 30 (San Jose CA) (720p) https://reflect-creatv.cablecast.tv/live-16/live/live.m3u8 -#EXTINF:-1 tvg-id="CrimePlusInvestigationNetworkUSA.us" status="timeout",Crime + Investigation (720p) -http://168.138.70.50:5080/channel/n6ee78855/index.m3u8 #EXTINF:-1 tvg-id="CruzTV.us" status="online",Cruz TV https://tvsantacruz.secure.footprint.net/egress/bhandler/tvsantacruz/streamb/playlist.m3u8 #EXTINF:-1 tvg-id="CSatTV.us" status="online",CSat TV (1080p) [Not 24/7] @@ -530,8 +518,6 @@ http://video.ct-n.com/live/web2stream/playlist.m3u8 http://video.ct-n.com/live/ctnstream/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="CTV.us" status="online",Calabasas Channel (480p) https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/calabasas/G0009_003/playlist.m3u8 -#EXTINF:-1 tvg-id="CuriosityChannel.us" status="online",Curiosity Channel (720p) -http://168.138.70.50:5080/channel/n327bef50/index.m3u8 #EXTINF:-1 tvg-id="CutleryCornerNetwork.us" status="online",Cutlery Corner Network CCN (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCj3dt20MAZcvDN8GKeT2FBg/live #EXTINF:-1 tvg-id="CVCEducation.us" status="online",Bolton Community Voice Channel (CVC) Education (Bolton CT) (480p) @@ -540,8 +526,6 @@ https://s3-us-west-2.amazonaws.com/bolton.castus-vod/live/ch2/video.m3u8 https://s3-us-west-2.amazonaws.com/bolton.castus-vod/live/ch3/video.m3u8 #EXTINF:-1 tvg-id="CVCPublic.us" status="online",Bolton Community Voice Channel (CVC) Public (Bolton CT) (480p) https://s3-us-west-2.amazonaws.com/bolton.castus-vod/live/ch1/video.m3u8 -#EXTINF:-1 tvg-id="CWSeed.us" status="error",CW Seed (432p) [Geo-blocked] -https://cwseedlive.cwtv.com/ingest/playlist.m3u8 #EXTINF:-1 tvg-id="CypressChannel36.us" status="online",Cypress Public Access Channel 36 (Cypress CA) (360p) https://edge-f.swagit.com/live/cypressca/smil:std-16x9-1-b/playlist.m3u8 #EXTINF:-1 tvg-id="DareToDreamNetwork.us" status="online",Dare To Dream Network (3ABN) (720p) @@ -552,8 +536,6 @@ https://hls-live-media.cdn01.net/dvr/stream_37099_1.m3u8 https://video.oct.dc.gov/out/u/DCC.m3u8 #EXTINF:-1 tvg-id="DCCouncilHearingRoom120.us" status="online",DC.gov Council Hearing Room 120 (Washington DC) (1080p) https://video.oct.dc.gov/out/u/97_12.m3u8 -#EXTINF:-1 tvg-id="Decades.us" status="timeout",Decades (720p) -http://168.138.70.50:5080/channel/n3aaf80c1/index.m3u8 #EXTINF:-1 tvg-id="Denver8TV.us" status="online",Denver 8 TV (Denver CO) (720p) https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/denver/G0080_002/playlist.m3u8 #EXTINF:-1 tvg-id="DidgahTV.us" status="online",Didgah TV (280p) @@ -568,16 +550,14 @@ https://divineplayout-us2.tulix.tv/live/Stream1/.m3u8 https://video.oct.dc.gov/out/u/DKN.m3u8 #EXTINF:-1 tvg-id="DMTV.us" status="online",Del Mar TV (720p) https://d25ykpi2vxhoyc.cloudfront.net/delmar-cdn/dmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="DoveChannel.us" status="timeout",Dove Channel (720p) -http://168.138.70.50:5080/channel/45583a91/index.m3u8 #EXTINF:-1 tvg-id="DoverTV.us" status="online",Dover TV (Dover DE) (480p) https://dover-de.secure.footprint.net/egress/bhandler/doverde/streama/playlist.m3u8 #EXTINF:-1 tvg-id="DreamforceBtl.us" status="online",Dreamforce Btl https://srv.panelcast.net/dreamforcebtl/dreamforcebtl/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="DrGeneScott.us" status="online",Dr. Gene Scott (480p) +https://wescottcc.piksel.tech/Manifest/UTB-NetworkStream.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) @@ -596,7 +576,7 @@ http://135.181.79.179/ElmaqarTVHD/playlist.m3u8?token=mobileuser https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/elsegundo/G0014_002/playlist.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="timeout",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 @@ -633,8 +613,6 @@ https://reflect-fcpublicmedia.cablecast.tv/live-3/live/live.m3u8 https://reflect-vod-fcgov.cablecast.tv/live-9/live/live.m3u8 #EXTINF:-1 tvg-id="FernandinaBeachChannel.us" status="online",Fernandina Beach City Meeting (Fernandina Beach FL) (720p) [Not 24/7] https://edge-f.swagit.com/live/fernandinabeachfl/live-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="FETV.us" status="timeout",Fetv (720p) -http://168.138.70.50:5080/channel/n4fb814b/index.m3u8 #EXTINF:-1 tvg-id="FightingSpirit.us" status="online",Fighting Spirit (720p) https://a.jsrdn.com/broadcast/47cff5378f/+0000/c.m3u8 #EXTINF:-1 tvg-id="FightSports.us" status="online",FIGHT SPORTS (1080p) @@ -671,8 +649,6 @@ https://edge.fstv-live-linear-channel.top.comcast.net/Content/HLS_HLSv3/Live/cha http://104.143.4.5:2080/funroads.m3u8 #EXTINF:-1 tvg-id="FVTV.us" status="online",Fountain Valley TV Channel 3 (360p) https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/fountainvalley/G0806_001/playlist.m3u8 -#EXTINF:-1 tvg-id="FYIEast.us" status="online",FYI East (720p) -http://168.138.70.50:5080/channel/n10ad43de/index.m3u8 #EXTINF:-1 tvg-id="G10TV.us" status="online",Jacksonville Onslow Government Television (G10TV) (Jacksonville NC) (1080p) http://jacksonville.cablecast.tv/live-6/live/live.m3u8 #EXTINF:-1 tvg-id="GalavisionEast.us" status="online",Galavisión East [Geo-blocked] @@ -683,8 +659,6 @@ https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_west/a https://stream.swagit.com/live-edge/galvestontx/smil:hd-16x9-1-b/playlist.m3u8 #EXTINF:-1 tvg-id="GalxyTV.us" status="online",Galxy TV (720p) https://content.uplynk.com/channel/f467430e4a8e49a59ff3183cf51092b2.m3u8 -#EXTINF:-1 tvg-id="GameShowNetworkEast.us" status="timeout",Game Show Network East (720p) -http://168.138.70.50:5080/channel/565b62a5/index.m3u8 #EXTINF:-1 tvg-id="GanjeHozourTV.us" status="online",Ganj e Hozour TV (720p) http://topfi.ios.internapcdn.net/topfi/live_1/Test/Test.m3u8 #EXTINF:-1 tvg-id="GBNTV.us" status="online",Gospel Broadcasting Network (GBN) (1080p) @@ -697,10 +671,6 @@ https://reflect-golden-co.cablecast.tv/live-3/live/live.m3u8 https://amg01460-gemshoppingnetw-gem-ono-x662c.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="GenesisTV.us" status="timeout",Genesis TV (720p) [Not 24/7] http://201.144.184.98:1935/genesis/smil:television.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="GetTV.us" status="online",GetTV (720p) -http://168.138.70.50:5080/channel/4f6539e0/index.m3u8 -#EXTINF:-1 tvg-id="GetTV.us" status="online",GetTV (480p) -http://168.138.70.50:5080/channel/n5a7f0a3b/index.m3u8 #EXTINF:-1 tvg-id="Glendale11AZ.us" status="online",Glendale 11 AZ (360p) https://stream.swagit.com/live-edge/glendaleaz/smil:std-4x3-1-a/playlist.m3u8 #EXTINF:-1 tvg-id="GlendaleTV.us" status="online",Glendale TV (720p) [Geo-blocked] @@ -709,8 +679,6 @@ https://reflect-gtv6-glendale.cablecast.tv/live-2/live/live.m3u8 https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/us/gbnus.m3u8 #EXTINF:-1 tvg-id="GlobalFashionChannel.us" status="online",Global Fashion Channel (1080p) https://vcngfcssai.teleosmedia.com/linear/globalfashionchannel/globalfashionchannel/playlist.m3u8 -#EXTINF:-1 tvg-id="GodsLearningChannel.us" status="online",GLC TV God's Learning Channel (480p) -https://2-fss-1.streamhoster.com/pl_122/200562-1176456-1/playlist.m3u8 #EXTINF:-1 tvg-id="GoldenPanregional.mx" status="online",Golden TV (240p) [Not 24/7] https://rpn1.bozztv.com/36bay2/gusa-goldentv/mono.m3u8 #EXTINF:-1 tvg-id="GoodLife45.us" status="online",GoodLife 45 (720p) [Not 24/7] @@ -729,12 +697,6 @@ https://edge-f.swagit.com/live/stjohnscountyfl/live-1-a/playlist.m3u8 https://d3cajslujfq92p.cloudfront.net/playlist.m3u8 #EXTINF:-1 tvg-id="GVTV881.us" status="online",GVTV 881 (Greenwood Village CO) (1080p) https://reflect-greenwood.cablecast.tv/live-3/live/live.m3u8 -#EXTINF:-1 tvg-id="HallmarkChannelEast.us" status="timeout",Hallmark Channel (720p) -http://168.138.70.50:5080/channel/n9f07d63/index.m3u8 -#EXTINF:-1 tvg-id="HallmarkDrama.us" status="online",Hallmark Drama (720p) -http://168.138.70.50:5080/channel/4531e81/index.m3u8 -#EXTINF:-1 tvg-id="HallmarkMoviesMysteriesEast.us" status="online",Hallmark Movies & Mysteries East (720p) -http://168.138.70.50:5080/channel/406c974c/index.m3u8 #EXTINF:-1 tvg-id="HarleyDavidsonFactoryTV.us" status="blocked",Harley Davidson Factory TV (1080p) [Not 24/7] https://hdtv.prod2.ioio.tv/broker/play/e529407a-cb61-45ce-a9ad-94f0ad5e0ad9.m3u8 #EXTINF:-1 tvg-id="HarleyDavidsonRacingTV.us" status="blocked",Harley Davidson Racing TV (720p) [Not 24/7] @@ -743,13 +705,9 @@ https://hdtv.prod2.ioio.tv/broker/play/de245a96-516c-413d-81e9-419c05bbc6a7.m3u8 https://hdtv.prod2.ioio.tv/broker/play/d4b0111a-3dcb-46fb-b2bb-1c27eca5df35.m3u8 #EXTINF:-1 tvg-id="HBTV.us" status="online",Huntington Beach TV Channel 3 (720p) https://cdn3.wowza.com/5/M0lyamVmM2JWcjhQ/huntingtonbeach/G0088_005/playlist.m3u8 -#EXTINF:-1 tvg-id="HeartlandEastern.us" status="online",Heartland TV (720p) -http://168.138.70.50:5080/channel/n67596f35/index.m3u8 #EXTINF:-1 tvg-id="HeartlandEastern.us" status="online",The Heartland Network (720p) https://bcovlive-a.akamaihd.net/1ad942d15d9643bea6d199b729e79e48/us-east-1/6183977686001/playlist.m3u8 -#EXTINF:-1 tvg-id="HeroesIcons.us" status="online",Heroes & Icons (720p) -http://168.138.70.50:5080/channel/n12330924/index.m3u8 -#EXTINF:-1 tvg-id="HighTimes.us" status="online",High Times (720p) +#EXTINF:-1 tvg-id="HighTimes.us" status="blocked",High Times (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e2503932c8368bdbfd875/playlist.m3u8 #EXTINF:-1 tvg-id="HighVisionTV.ir" status="online",High Vision (1080p) [Not 24/7] https://streamer1.connectto.com/HIGHVISION_WEB_1205/tracks-v1a1/mono.m3u8 @@ -757,8 +715,6 @@ https://streamer1.connectto.com/HIGHVISION_WEB_1205/tracks-v1a1/mono.m3u8 https://cdn3.wowza.com/5/M0lyamVmM2JWcjhQ/hillsboroughcounty/G2155_002/playlist.m3u8 #EXTINF:-1 tvg-id="HistoryEast.us" status="online",History East (720p) [Not 24/7] https://bk7l2w4nlx53-hls-live.5centscdn.com/HISTORY/961ac1c875f5884f31bdd177365ef1e3.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="HistoryEast.us" status="timeout",History Channel East (720p) -http://168.138.70.50:5080/channel/21100583/index.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 #EXTINF:-1 tvg-id="HLN.us" status="online",HLN (720p) @@ -815,16 +771,12 @@ https://indtv.secure.footprint.net/egress/bhandler/indtv/streama/playlist.m3u8 http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8 #EXTINF:-1 tvg-id="InfoWars.us" status="online",InfoWars (540p) https://freespeech.akamaized.net/hls/live/2016712/live1/playlist.m3u8 -#EXTINF:-1 tvg-id="INSP.us" status="online",INSP (720p) -http://168.138.70.50:5080/channel/n4fa028a/index.m3u8 #EXTINF:-1 tvg-id="IraneFardaTV.us" status="online",Irane Farda (576p) [Not 24/7] http://51.210.199.53/hls/stream.m3u8 #EXTINF:-1 tvg-id="IslandEscape.us" status="timeout",Island Escape (720p) https://a.jsrdn.com/broadcast/41e3e6703e/+0000/c.m3u8 #EXTINF:-1 tvg-id="ItsSupernaturalNetwork.us" status="online",It's Supernatural! Network (ISN Network) (1080p) https://isntv.mmdlive.lldns.net/isntv/f79b65204e7141c6a5cc74e63cf0dae5/playlist.m3u8 -#EXTINF:-1 tvg-id="IVTVChannel5716.us" status="online",International Vietnamese Television IVTV Channel 57.16 (720p) -https://59d39900ebfb8.streamlock.net/8478/8478/playlist.m3u8 #EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7] http://uni8rtmp.tulix.tv:1935/shalomtv-pc/smil:shalomtv.smil/master.m3u8 #EXTINF:-1 tvg-id="JBS.us" status="online",JBS (404p) [Not 24/7] @@ -843,8 +795,6 @@ https://jlt2104.cdn.nextologies.com/ebaed9568f2b8e61/ffaaf4b7e1d0e7a8/ea5f88d4e7 https://johnnycarson-zype.amagi.tv/playlistR432p.m3u8 #EXTINF:-1 tvg-id="Journy.us" status="online",Journy (1080p) 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="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) @@ -869,8 +819,6 @@ https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 https://edge1.lifestreamcdn.com/live/geb/playlist.m3u8 #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 #EXTINF:-1 tvg-id="KCAT.us" status="online",KCAT Public Media TV (1080p) https://reflect-kcat-live.cablecast.tv/live-2/live/live.m3u8 #EXTINF:-1 tvg-id="KCENDT1.us" status="online",NBC 6 Waco TX (KCEN) (1080p) @@ -917,6 +865,8 @@ https://livevideo01.king5.com/hls/live/2006665/live/live.m3u8 https://fuel-streaming-prod01.fuelmedia.io/v1/sem/c4067ddc-0e67-4928-b7ec-624481f721a6.m3u8 #EXTINF:-1 tvg-id="KLCSDT3.us" status="online",PBS 58 Create (KLCS-DT3) (Los Angeles CA) (720p) [Geo-blocked] https://d1mxoeplf1ak5a.cloudfront.net/index.m3u8 +#EXTINF:-1 tvg-id="KLNMLD1.us" status="online",KLNM (KLNM-LD1) (720p) +https://broadcast.mytvtogo.net/klmntv/klmntv/playlist.m3u8 #EXTINF:-1 tvg-id="KMGHDT1.us" status="online",ABC 7 Denver CO (KMGH) (720p) https://content.uplynk.com/channel/64ca339f04964a5e961c3207a7771bf1.m3u8 #EXTINF:-1 tvg-id="KMTVDT1.us" status="online",CBS 3 Omaha NE (KMTV-TV) (720p) @@ -931,8 +881,6 @@ https://securestream6.champds.com/hlssstc/KOCTCALIVE/KOCTCALIVE.m3u8 https://securestream6.champds.com/hlssstc/KOCTCALIVE2/KOCTCALIVE2.m3u8 #EXTINF:-1 tvg-id="KOMODT1.us" status="online",ABC 4 Seattle WA (KOMO-TV) (720p) https://content.uplynk.com/2c88dfe19e1447e6a6aa27e8e143a140.m3u8 -#EXTINF:-1 tvg-id="KoolTV.us" status="timeout",Kool TV (1080p) -http://209.182.219.50:1935/roku/roku/playlist.m3u8 #EXTINF:-1 tvg-id="KPAS.us" status="online",Pasadena Government Channel (KPAS) (Pasadena CA) (720p) https://pasadenamed.secure.footprint.net/egress/bhandler/pasadenamed/streama/playlist.m3u8 #EXTINF:-1 tvg-id="KPNXDT1.us" status="online",NBC 12 Phoenix AZ (KPNX) (1080p) @@ -943,8 +891,6 @@ https://uni01rtmp.tulix.tv/kqsltv/kqsltv/playlist.m3u8 https://content.uplynk.com/channel/49fbfb5d15574052bb429eb8593e7662.m3u8 #EXTINF:-1 tvg-id="KREMDT1.us" status="online",CBS 2 Spokane WA (KREM) (1080p) https://livevideo01.krem.com/hls/live/2017156/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="KRSUDT1.us" status="error",RSUTV Public Television (1080p) -https://2-fss-2.streamhoster.com/pl_118/amlst:202742-1432010/chunklist_b4500000.m3u8 #EXTINF:-1 tvg-id="KSAR15.us" status="online",Saratoga Community Access TV (KSAR 15) (Saratiga CA) (720p) https://cdn3.wowza.com/5/WDIrTW5sM1JEY1NN/saratoga/G0135_002/playlist.m3u8 #EXTINF:-1 tvg-id="KSBYDT1.us" status="online",KSBY News San Louis Obispo CA (720p) @@ -1015,8 +961,6 @@ https://livefta.malimarcdn.com/ftaedge00/laothaius.sdp/playlist.m3u8 https://live.latinosnc.tv:1443/MRR/live/playlist.m3u8 #EXTINF:-1 tvg-id="LatinZone.us" status="online",Latin Zone TV (720p) https://cdn.streamingcpanel.com:3784/live/latinzonetvlive.m3u8 -#EXTINF:-1 tvg-id="LawCrime.us" status="online",Law & Crime Trial Network (720p) -http://168.138.70.50:5080/channel/c6a22b8/index.m3u8 #EXTINF:-1 tvg-id="LawCrime.us" status="online",Law & Crime (720p) https://lawcrime.s.llnwi.net/h72/lawcrimech2/playlist_scte.m3u8 #EXTINF:-1 tvg-id="LaxSportsNetworkTV.us" status="online",Lax Sports Network TV (720p) @@ -1029,15 +973,11 @@ http://edu.leominster.tv/Edu/smil:Edu.smil/playlist.m3u8 http://gov.leominster.tv/Gov/smil:Gov.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LeominsterTVPublic.us" status="online",Leominster TV Public (720p) [Not 24/7] http://gov.leominster.tv/Pub/smil:Pub.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="LifetimeEast.us" status="timeout",Lifetime East (720p) -http://168.138.70.50:5080/channel/n2e0b92e3/index.m3u8 -#EXTINF:-1 tvg-id="LifetimeMoviesEast.us" status="online",LMN (Lifetime Movies) East (720p) -http://168.138.70.50:5080/channel/n10ad2ec7/index.m3u8 #EXTINF:-1 tvg-id="LifevisionTV.us" status="online",LifevisionTV (406p) [Not 24/7] https://uni5rtmp.tulix.tv/lifevision/lifevision.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Littleton8TV.us" status="online",Littleton 8 TV (Littleton CO) (1080p) https://ch8.littletongov.org/live-2/live/live.m3u8 -#EXTINF:-1 tvg-id="LivingFaithTV.us" status="error",Living Faith TV (540p) +#EXTINF:-1 tvg-id="LivingFaithTV.us" status="online",Living Faith TV (540p) https://cdn-unified-hls.streamspot.com/ingest1/0b5c0f18e9/playlist.m3u8?origin=1 #EXTINF:-1 tvg-id="LLBNHisLight.us" status="online",Lighting Lives Blessing Nations His Light (LLBN) (720p) https://brightstar-hisword.secure.footprint.net/egress/bhandler/brightstar/brightstarHisLight/manifest.m3u8 @@ -1069,8 +1009,6 @@ https://58cc65c534c67.streamlock.net/logoschannel.com/logoshym/playlist.m3u8 https://5aafcc5de91f1.streamlock.net/logoschannel.com/logoseng/playlist.m3u8 #EXTINF:-1 tvg-id="LoneStar.us" status="online",Lone Star (960p) https://a.jsrdn.com/broadcast/5oWx2VgEmK/+0000/c.m3u8 -#EXTINF:-1 tvg-id="LonghornNetwork.us" status="online",Longhorn Network (720p) -http://168.138.70.50:5080/channel/6e891e9e/index.m3u8 #EXTINF:-1 tvg-id="LongmontPublicMediaChannel14.us" status="online",Longmont Public Media Channel (Channel 14) (Longmont CO) (720p) https://ch8reflector.longmontpublicmedia.org/hls/14/ch14.m3u8 #EXTINF:-1 tvg-id="LongmontPublicMediaChannel16.us" status="online",Longmont Public Media Channel (Channel 16) (Longmont CO) (720p) @@ -1151,7 +1089,7 @@ https://d18fcxaqfnwjhj.cloudfront.net/CDN_Ingest/MCN6_MUSIC.smil/Playlist.m3u8 https://5b200f5268ceb.streamlock.net/MCPSS/MCPSS247.smil/playlist.m3u8 #EXTINF:-1 tvg-id="MCTV.us" status="online",Millbrae Community Television (720p) https://603591da64140.streamlock.net/live/mp4:MCTVtest_aac/playlist.m3u8 -#EXTINF:-1 tvg-id="Mesa11.us" status="error",Mesa Channel 11 (Mesa AZ) (720p) +#EXTINF:-1 tvg-id="Mesa11.us" status="online",Mesa Channel 11 (Mesa AZ) (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxhnbjW5_gD9I4gk_5t6-Aw/live #EXTINF:-1 tvg-id="MetroCable14.us" status="online",Metro Cable 14 (Sacramento CA) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/CountyofSacramento1/live @@ -1165,9 +1103,9 @@ https://59ec5453559f0.streamlock.net/miamitv/smil:miamitv/playlist.m3u8 https://5ee7c2b857b7f.streamlock.net/latino/latino/playlist.m3u8 #EXTINF:-1 tvg-id="MiamiTVMexico.us" status="online",Miami TV México (720p) [Not 24/7] https://59ec5453559f0.streamlock.net/mexicotv/smil:miamitvmexicoROKU/playlist.m3u8 -#EXTINF:-1 tvg-id="MidpenMediaCenterChannel26.us" status="online",Midpen Media Center Government etc Channel 26 (720p) +#EXTINF:-1 tvg-id="MidpenMediaCenterChannel26.us" status="error",Midpen Media Center Government etc Channel 26 (720p) https://5c2974786200d.streamlock.net/live-chan26/ngrp:ch26_all/playlist.m3u8 -#EXTINF:-1 tvg-id="MidpenMediaCenterChannel28.us" status="online",Midpen Media Center Youth Education and Sports Channel 28 (720p) +#EXTINF:-1 tvg-id="MidpenMediaCenterChannel28.us" status="error",Midpen Media Center Youth Education and Sports Channel 28 (720p) https://5c2974786200d.streamlock.net/live-chan28/ngrp:ch28_all/playlist.m3u8 #EXTINF:-1 tvg-id="MidpenMediaCenterChannel29.us" status="online",Midpen Media Center Government etc Channel 29 (720p) https://5c2974786200d.streamlock.net/live-chan29/ngrp:ch29_all/playlist.m3u8 @@ -1177,8 +1115,6 @@ https://5c2974786200d.streamlock.net/live-chan30/ngrp:ch30_all/playlist.m3u8 https://5c2974786200d.streamlock.net/live-chan75/ngrp:ch75_all/playlist.m3u8 #EXTINF:-1 tvg-id="MihanTV.us" status="online",Mihan TV (360p) https://iptv.mihantv.com/mihantv/playlist1/index.m3u8 -#EXTINF:-1 tvg-id="MilitaryHistory.us" status="online",Military History Channel (720p) -http://168.138.70.50:5080/channel/n7a63f64b/index.m3u8 #EXTINF:-1 tvg-id="MillenniumTV24.us" status="online",Millennium TV 24 (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/mnews24.stream/playlist.m3u8 #EXTINF:-1 tvg-id="MillenniumTVUSA.us" status="online",Millennium TV USA (1080p) [Not 24/7] @@ -1203,10 +1139,10 @@ https://castus-vod-dev.s3.amazonaws.com/vod_clients/monroe/live/ch1/video.m3u8 https://agp-nimble.streamguys1.com/MBCh20/MBCh20/playlist.m3u8 #EXTINF:-1 tvg-id="Movee4U.us" status="online",Movee 4U (480p) https://rebroadcast.mytvtogo.net/mytvtogo/movee4u/playlist.m3u8 -#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom TV -https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom (720p) https://a.jsrdn.com/broadcast/e9b4093a41/+0000/c.m3u8 +#EXTINF:-1 tvg-id="MovieKingdom.us" status="online",Movie Kingdom TV +https://a.jsrdn.com/broadcast/e9b4093a41/+0000/high/c.m3u8 #EXTINF:-1 tvg-id="MPTV.us" status="online",Moorpark Government Channel (360p) https://cdn3.wowza.com/5/cXdyRHF0Z3kxN0k2/moorpark/G0086_003/playlist.m3u8 #EXTINF:-1 tvg-id="MSTV.us" status="online",Manatee Schools Television MSTV (Manatee County FL) (1080p) @@ -1215,15 +1151,17 @@ https://reflect-mcsb-vod.cablecast.tv/live-16/live/live.m3u8 https://dacastmmd.mmdlive.lldns.net/dacastmmd/3659c04b92f04b808b0bc36d1d23aeb7/index.m3u8 #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="MYTV26.us" status="online",Mytv 26 (720p) +http://free.fullspeed.tv/iptv-query?provider=universe&streaming-ip=https://playback.dacast.com/content/access?contentId=76866b55f0d895d60850f58d2db81833-live-320c44899312d6399e01ae8f89764d41 #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 #EXTINF:-1 tvg-id="NapaValleyChannel28.us" status="online",Napa Valley TV Public Access Channel 28 (480p) https://cdn3.wowza.com/5/WDIrTW5sM1JEY1NN/napatv/G0360_004/playlist.m3u8 +#EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p) +http://iphone-streaming.ustream.tv/uhls/6540154/streams/live/iphone/playlist.m3u8 #EXTINF:-1 tvg-id="NASATV.us" status="online",NASA TV (720p) [Not 24/7] https://hls.ums.ustream.tv/playlist/directhls/channel/6540154/playlist.m3u8?sgn=31d0dfb847c358d4cedcd2256dc4e1c42a7f13a7 -#EXTINF:-1 tvg-id="NASATV.us" status="blocked",NASA TV (720p) -http://iphone-streaming.ustream.tv/uhls/6540154/streams/live/iphone/playlist.m3u8 -#EXTINF:-1 tvg-id="NASATVISSViews.us" status="blocked",NASA TV ISS Views (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NASATVISSViews.us" status="online",NASA TV ISS Views (480p) [Not 24/7] http://iphone-streaming.ustream.tv/uhls/9408562/streams/live/iphone/playlist.m3u8 #EXTINF:-1 tvg-id="NASATVMedia.us" status="online",NASA TV Media (720p) https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 @@ -1231,9 +1169,9 @@ https://ntv2.akamaized.net/hls/live/2013923/NASA-NTV2-HLS/master.m3u8 https://ntv1.akamaized.net/hls/live/2014075/NASA-NTV1-HLS/master.m3u8 #EXTINF:-1 tvg-id="NASATVUHD.us" status="online",NASA TV UHD (2160p) https://endpnt.com/hls/nasa4k60/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="online",National Geographic Wild Russia (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NationalGeographicWildRussia.ru" status="timeout",National Geographic Wild Russia (1080p) [Not 24/7] https://sc.id-tv.kz/NatGeoWildHD_34_35.m3u8 -#EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" status="online",NAU-TV Northern Arizona University (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NAUTVNorthernArizonaUniversity.us" status="error",NAU-TV Northern Arizona University (720p) [Not 24/7] http://stream.ec.nau.edu/live/amlst:channelfour/playlist.m3u8 #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",NBC News Now (1080p) http://nbcnews2.akamaized.net/hls/live/723426-b/NBCNewsPlaymaker24x7Linear99a3a827-ua/master.m3u8 @@ -1273,17 +1211,17 @@ https://content.uplynk.com/channel/4bb4901b934c4e029fd4c1abfc766c37.m3u8 https://content.uplynk.com/channel/387c33ce09da4de699668c0c7d1244a8.m3u8 #EXTINF:-1 tvg-id="NickelodeonAustralia.au" status="online",Nickelodeon Australia (576p) http://c0.cdn.trinity-tv.net/stream/7tsewn83ddjifz69us9je7eftbm5nuausb4dsvz9g5aydin9672n734qbb9jgcfpiqtpwudvs9dpi2udjc3eh4h462eie5azjmfbfgfjeqfuhjmmgx9zuj736ijg7nffhf8rviq5svkgxbp639y9nfgc.m3u8 -#EXTINF:-1 tvg-id="NickelodeonEast.us" status="online",Nickelodeon East (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="NickelodeonEast.us" status="blocked",Nickelodeon East (360p) [Geo-blocked] http://31.220.41.88:8081/live/us-nick.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NickJrTooUK.uk" status="timeout",Nick Jr Too UK (576p) [Geo-blocked] http://212.224.98.213:2200/EX/Nick_Jr_Too-uk/index.m3u8?token= #EXTINF:-1 tvg-id="NMBTV.us" status="online",North Miami Beach TV (NMBTV) (North Miami Beach FL) (720p) https://cdn3.wowza.com/5/cXdyRHF0Z3kxN0k2/citynmb/G2044_002/playlist.m3u8 -#EXTINF:-1 tvg-id="NoseyDivorceCourt.us" status="online",Nosey Divorce Court (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NoseyDivorceCourt.us" status="blocked",Nosey Divorce Court (720p) [Not 24/7] https://stitcheraws.unreel.me/wse-node02.powr.com/powr/ngrp:5eb1e76d1474f9020c06f9ee_all/playlist.m3u8 #EXTINF:-1 tvg-id="NoseyJerrySpringer.us" status="timeout",Nosey Jerry Springer https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e7f848f1ff2e1d2555a2_all/playlist.m3u8 -#EXTINF:-1 tvg-id="NoseyJudgeKarensCourt.us" status="online",Nosey Judge Karen's Court (480p) +#EXTINF:-1 tvg-id="NoseyJudgeKarensCourt.us" status="blocked",Nosey Judge Karen's Court (480p) https://stitcheraws.unreel.me/wse-node02.powr.com/powr/ngrp:5eb1e7261474f9020c06f9ec_all/playlist.m3u8 #EXTINF:-1 tvg-id="NoseyMaury.us" status="timeout",Nosey Maury https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e88458ad7801fa2cfc2e_all/playlist.m3u8 @@ -1291,10 +1229,6 @@ https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e88458ad78 https://stitcheraws.unreel.me/wse-node04.powr.com/powr_480pt/ngrp:5eb1e84c95ee0253b97679d7_all/playlist.m3u8 #EXTINF:-1 tvg-id="NothingScripted.us" status="online",Nothing Scripted (720p) https://30a-tv.com/NothingScripted.m3u8 -#EXTINF:-1 tvg-id="NOTV.us" status="online",New Orleans Television (NOTV) (720p) -http://media4.tripsmarter.com:1935/LiveTV/NOTVHD/playlist.m3u8 -#EXTINF:-1 tvg-id="NOTV.us" status="online",New Orleans Television (NOTV) (720p) -https://5b0f5374bdf0c.streamlock.net:444/LiveTV/NOTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="Novelisima.us" status="online",Novelísima [Not 24/7] https://novelisima.akamaized.net/hls/live/2031534/novelisimaABR/master.m3u8 #EXTINF:-1 tvg-id="NRBTV.us" status="online",NRB TV (480p) @@ -1327,10 +1261,6 @@ http://otv3.ocfl.net:1936/OrangeTV/smil:OrangeTV.smil/playlist.m3u8 https://otv3.ocfl.net/OrangeTV/smil:OrangeTV.smil/playlist.m3u8 #EXTINF:-1 tvg-id="OURTV.us" status="online",Opportunities in Urban Renaissance Television (OURTV) (720p) https://hls-cdn.tvstartup.net/barakyah-channel/play/mp4:ourtvedge/playlist.m3u8 -#EXTINF:-1 tvg-id="OutdoorChannel.us" status="online",Outdoor Channel (720p) -http://168.138.70.50:5080/channel/65c3c0eb/index.m3u8 -#EXTINF:-1 tvg-id="Ovation.us" status="online",Ovation (720p) -http://168.138.70.50:5080/channel/n3bd3d0db/index.m3u8 #EXTINF:-1 tvg-id="PADNET.us" status="online",Long Beach Padnet (720p) https://reflect-padnet-live.cablecast.tv/live/live.m3u8 #EXTINF:-1 tvg-id="PalmBeachesTV.us" status="online",Palm Beaches TV (720p) @@ -1361,8 +1291,6 @@ https://livestream.pbskids.org/out/v1/00a3b9014fa54c40bee6ca68a104a8a4/mst.m3u8 https://livestream.pbskids.org/out/v1/c707b9310f2848de849b336f9914adbc/pst.m3u8 #EXTINF:-1 tvg-id="PCCtv.us" status="online",Pasadena City College Education Channel (PCCtv) (Pasadena CA) (720p) https://pasadenamed.secure.footprint.net/egress/bhandler/pasadenamed/streamc/playlist.m3u8 -#EXTINF:-1 tvg-id="PCNTV.us" status="online",Pennsylvania Cable Network TV (PCN) (720p) -http://168.138.70.50:5080/channel/4367b311/index.m3u8 #EXTINF:-1 tvg-id="PCTChannel26.us" status="online",Pacific Coast TV MWSD Channel 26 (720p) https://pacifica-ca.secure.footprint.net/egress/bhandler/pacificaca/streamb/manifest.m3u8 #EXTINF:-1 tvg-id="PCTChannel27.us" status="online",Pacific Coast TV HMB Coastside Channel 27 (720p) @@ -1379,11 +1307,9 @@ https://peopletv-oo.akamaized.net/playlist.m3u8 https://peopletv-samsungus-ingest.akamaized.net/playlist.m3u8 #EXTINF:-1 tvg-id="PeoriaChannel11.us" status="online",Peoria Channel 11 (Peoria AZ) (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCr2anV7zsCAo1Rvjga7nYEA/live -#EXTINF:-1 tvg-id="PixLTV.us" status="online",Pixl (720p) -http://168.138.70.50:5080/channel/n4f669ff/index.m3u8 #EXTINF:-1 tvg-id="PlacentiaTV.us" status="online",Placentia TV (Placentia CA) (720p) https://cdn3.wowza.com/5/M0lyamVmM2JWcjhQ/placentia/G0928_002/playlist.m3u8 -#EXTINF:-1 tvg-id="PlantBasedNetwork.us" status="error",Plant Based Network (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PlantBasedNetwork.us" status="online",Plant Based Network (1080p) [Not 24/7] https://hls-cdn.tvstartup.net/barakyah-channel/live/pbtv/playlist.m3u8 #EXTINF:-1 tvg-id="PomonaInternetStreamingChannel.us" status="online",Pomona Internet Streaming Channel (Pomona CA) (720p) https://live.pomonaca.gov/live-3/live/live.m3u8 @@ -1401,6 +1327,8 @@ https://storage.sardius.media/archives/-KyMV-J0vDqnClcSXs8p/events/site_1a4721d3 https://vse2-sa-all62.secdn.net/tvstartup6-channel/live/pymestv/playlist.m3u8 #EXTINF:-1 tvg-id="QVC2Deutsch.us" status="online",QVC2 (Deutsch) (540p) http://live.qvcde.simplestreamcdn.com/live/qvcde_plus_clean/bitrate1.isml/live.m3u8 +#EXTINF:-1 tvg-id="QVC3.us" status="online",QVC 3 (1080p) +https://qvc-amd-live.akamaized.net/hls/live/2034113/lsqvc3us/master.m3u8 #EXTINF:-1 tvg-id="QVC.us" status="online",QVC (German) (540p) https://d2mn03dhv5o3g8.cloudfront.net/live/qvcde_main_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVCBeauty.uk" status="online",QVC Beauty (German) (540p) @@ -1423,7 +1351,7 @@ http://live.qvcuk.simplestreamcdn.com/live/qvcuk_beauty_clean/bitrate1.isml/live https://live-qvcuk.simplestreamcdn.com/live/qvcuk_extra_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="QVCUKPlus1.us" status="online",QVC UK +1 (540p) https://live-qvcuk.simplestreamcdn.com/hera/remote/qvcuk_primary_sdi1/live.m3u8 -#EXTINF:-1 tvg-id="QVCUKStyle.us" status="online",QVC UK Style (540p) +#EXTINF:-1 tvg-id="QVCUKStyle.us" status="timeout",QVC UK Style (540p) http://live.qvcuk.simplestreamcdn.com/live/qvcuk_style_clean/bitrate1.isml/live.m3u8 #EXTINF:-1 tvg-id="RadioJavanTV.us" status="online",Radio Javan (720p) https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.m3u8 @@ -1431,22 +1359,16 @@ https://stream.rjtv.stream/live/smil:rjtv.smil/playlist.m3u8 https://stream.rjtv.tv/live/smil:rjtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RadioUTV.us" status="online",Radio U TV (720p) [Not 24/7] https://cdnlive.radiou.com/LS-ATL-43240-1/index.m3u8 -#EXTINF:-1 tvg-id="RBTV.us" status="error",Riviera Beach TV (RBTV) (Riviera Beach FL) (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC-PJC58-FAYgQULlvSIKJeg/live #EXTINF:-1 tvg-id="RCTV3.us" status="online",Rancho Cucamonga RCTV3 (Rancho Cucamonga CA) (480p) https://vod.cityofrc.us/live-6/live/live.m3u8 #EXTINF:-1 tvg-id="RCTV.us" status="online",Rifle Community TV RCTV (Rifle CO) (720p) https://riflecmttv.secure.footprint.net/egress/bhandler/riflecmttv/streamb/manifest.m3u8 #EXTINF:-1 tvg-id="RealVision.us" status="online",Real Vision (720p) https://a.jsrdn.com/broadcast/2a755012a8/+0000/c.m3u8 -#EXTINF:-1 tvg-id="RecipeTV.us" status="online",Recipe TV (720p) -http://168.138.70.50:5080/channel/n516b4ff2/index.m3u8 #EXTINF:-1 tvg-id="RedApple21.us" status="online",Red Apple 21 (Fairfax County Public Schools) (480p) [Not 24/7] https://cs.ebmcdn.net/eastbay-live-hs-1/fcps/mp4:fcps/playlist.m3u8 #EXTINF:-1 tvg-id="Reelz.us" status="online",Reelz Channel https://bcovlive-a.akamaihd.net/c733a9aa448a4a44a10c527c6f5bf7a4/us-east-1/5245389775001/playlist.m3u8 -#EXTINF:-1 tvg-id="Reelz.us" status="timeout",Reelz (720p) -http://168.138.70.50:5080/channel/n4d667d90/index.m3u8 #EXTINF:-1 tvg-id="Reelz.us" status="timeout",Reelz (720p) [Not 24/7] https://a.jsrdn.com/broadcast/d37066a396/+0000/c.m3u8 #EXTINF:-1 tvg-id="RelaxingRain.us" status="timeout",Relaxing Rain (720p) @@ -1521,8 +1443,6 @@ https://cdnlive.myspirit.tv/LS-ATL-43240-2/index.m3u8 https://playout4multirtmp.tulix.tv/live6/Stream1/playlist.m3u8 #EXTINF:-1 tvg-id="Sportskool.us" status="online",Sportskool TV (720p) https://a.jsrdn.com/broadcast/fabeab4b08/+0000/c.m3u8 -#EXTINF:-1 tvg-id="SportsmanChannel.us" status="online",Sportsman Channel (720p) -http://168.138.70.50:5080/channel/n30bfcb96/index.m3u8 #EXTINF:-1 tvg-id="SpringsTV.us" status="online",SpringsTV (Colorado Springs CO) (720p) https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/coloradosprings/G1424_002/playlist.m3u8 #EXTINF:-1 tvg-id="SPTV.us" status="online",St. Pete TV (SPTV) (St Petersburg FL) (360p) @@ -1549,7 +1469,7 @@ https://lompoccmttv.secure.footprint.net/egress/bhandler/lompoccmttv/streama/pla https://lompoccmttv.secure.footprint.net/egress/bhandler/lompoccmttv/streamb/playlist.m3u8 #EXTINF:-1 tvg-id="TAPTVChannel25.us" status="online",Lompoc TAP TV Channel 25 (720p) https://lompoccmttv.secure.footprint.net/egress/bhandler/lompoccmttv/streamc/playlist.m3u8 -#EXTINF:-1 tvg-id="TasteItTV.us" status="online",Taste It TV (720p) +#EXTINF:-1 tvg-id="TasteItTV.us" status="blocked",Taste It TV (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5af61f59d5eeee7af3d1db8f/playlist.m3u8 #EXTINF:-1 tvg-id="Tastemade.us" status="online",Tastemade (1080p) https://tastemadessai.akamaized.net/amagi_hls_data_tastemade-tastemade/CDN/playlist.m3u8 @@ -1561,7 +1481,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 @@ -1591,10 +1511,10 @@ https://reflect-temecula.cablecast.tv/live-2/live/live.m3u8 https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/tempe/G0355_003/chunklist.m3u8 #EXTINF:-1 tvg-id="TGJunior.us" status="online",TG Junior (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31 -#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p) -https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us #EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 +#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p) +https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us #EXTINF:-1 tvg-id="TheBoatShow.us" status="online",The Boat Show (720p) https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/14c063cc-8be5-11eb-a7de-bacfe1f83627/0/master.m3u8?country=DE&optout=0&uid=749544ec3d9a45d48c600d03cac91dfd&vendor=philips #EXTINF:-1 tvg-id="TheBurbankChannel.us" status="online",Burbank Channel (720p) @@ -1607,10 +1527,6 @@ https://endpnt.com/hls/tcn4k/playlist.m3u8 https://cdn.tcncountry.net/scte35_aws/index.m3u8 #EXTINF:-1 tvg-id="TheFirstTV.us" status="online",The First (1080p) https://thefirst-distroscale.amagi.tv/index.m3u8 -#EXTINF:-1 tvg-id="TheFloridaChannel.us" status="online",The Florida Channel (480p) -https://cdnapisec.kaltura.com/p/2593311/sp/259331100/playManifest/entryId/1_ta2cmesd/format/applehttp/protocol/https/a.m3u8 -#EXTINF:-1 tvg-id="TheGrioTV.us" status="online",TheGrio TV (720p) -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,BNC.m3u8 #EXTINF:-1 tvg-id="TheLoveDestination.us" status="online",The Love Destination (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=43 #EXTINF:-1 tvg-id="TheMontereyChannel.us" status="online",Monterey Channel (Monterey CA) (720p) @@ -1627,12 +1543,6 @@ 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 (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="TheWeatherChannel.us" status="timeout",The Weather Channel -http://168.138.70.50:5080/channel/n104f84b1/index.m3u8 -#EXTINF:-1 tvg-id="TheWeatherChannel.us" status="timeout",THe Weather Channel (720p) -http://168.138.70.50:5080/channel/410404e3/index.m3u8 #EXTINF:-1 tvg-id="ThisTVNetwork.us" status="online",This TV Network (480p) https://cdn.igocast.com/channel11_hls/channel11_master.m3u8 #EXTINF:-1 tvg-id="Thornton8.us" status="online",Thornton Government Access Channel 17 (Thornton CO) (1080p) @@ -1649,10 +1559,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] @@ -1745,7 +1655,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 @@ -1757,8 +1667,6 @@ https://unidfp-nlds155.global.ssl.fastly.net/nlds/univisionnow/univision_east2/a https://cdn.untvweb.com/live-stream/playlist.m3u8 #EXTINF:-1 tvg-id="UNWebTV.us" status="online",UN Web TV (540p) https://cdnapi.kaltura.com/p/2503451/sp/250345100/playManifest/entryId/1_gb6tjmle/protocol/https/format/applehttp/a.m3u8 -#EXTINF:-1 tvg-id="UpTV.us" status="online",Up TV (720p) -http://168.138.70.50:5080/channel/n4f4826f/index.m3u8 #EXTINF:-1 tvg-id="VallenatoInternacional.us" status="online",Vallenato Internacional (720p) [Not 24/7] https://59a564764e2b6.streamlock.net/vallenato/Vallenato2/playlist.m3u8 #EXTINF:-1 tvg-id="VBSTV.us" status="online",VBS TV (480p) [Not 24/7] @@ -1775,16 +1683,10 @@ https://5dcc6a9f1621dc5dd511ca14-s-5.ssai.zype.com/5dcc6a9f1621dc5dd511ca14-s-5/ https://5f3491c50b093e00015a3c4c-samsung.eu.ssai.zype.com/5f3491c50b093e00015a3c4c_samsung_eu/manifest.m3u8 #EXTINF:-1 tvg-id="ViceTV.us" status="online",Vice East https://d2do1g43aq7264.cloudfront.net/playlist.m3u8 -#EXTINF:-1 tvg-id="ViceTV.us" status="online",VICE (720p) -http://168.138.70.50:5080/channel/n4f42e77/index.m3u8 #EXTINF:-1 tvg-id="VictorValleyTV.us" status="online",Victor Valley Movies (1080p) [Not 24/7] https://2-fss-1.streamhoster.com/pl_122/201794-1414514-1/playlist.m3u8 -#EXTINF:-1 tvg-id="VictoryTelevisionNetwork.us" status="timeout",Victory Television Network (240p) -http://184.173.179.163:1935/victorytelevisionnetwork/victorytelevisionnetwork/playlist.m3u8 #EXTINF:-1 tvg-id="VisionTV.us" status="online",Orange County Vision TV (Orange County FL) (720p) https://otv3.ocfl.net/VisionTV/smil:VisionTV.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VPODTV.us" status="online",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) -https://81988.global.ssl.fastly.net/6054f2db9a679c037cbbb2b2/live_7749cbc088e711eb99623595db260c33/index.m3u8 #EXTINF:-1 tvg-id="VSCTV.us" status="online",Valley Shore Community Television (VSCTV) (Clinton CT) (1080p) https://reflect-vsctv.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="VSiN.us" status="online",VSiN (720p) @@ -1871,7 +1773,7 @@ https://cdn1-8p.teleuptv.net/3773db6d-881b-4096-b9cc-b4fe99ab68ac/index.m3u8 https://livevideo01.wgrz.com/hls/live/2016286/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WHASDT1.us" status="online",ABC 11 Louisville KY (WHAS) (1080p) https://livevideo01.whas11.com/hls/live/2016284/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="WHIODT1.us" status="timeout",CBS 7 Dayton OH (WHIO) +#EXTINF:-1 tvg-id="WHIODT1.us" status="error",CBS 7 Dayton OH (WHIO) https://svc-lvanvato-cxtv-whio.cmgvideo.com/whio/2596k/index.m3u8 #EXTINF:-1 tvg-id="WhitePlainsCommunityMedia.us" status="online",White Plains Community Media (360p) https://stream.swagit.com/live-edge/whiteplainsny/smil:std-4x3-1-b/playlist.m3u8 @@ -1931,8 +1833,6 @@ https://livevideo01.wnep.com/hls/live/2011655/newscasts/live.m3u8 https://livevideo01.weareiowa.com/hls/live/2011593/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WorldChannel.us" status="online",PBS World Channel (480p) https://cs.ebmcdn.net/eastbay-live-hs-1/apt/mp4:apt-world/playlist.m3u8 -#EXTINF:-1 tvg-id="WorldFishingNetwork.us" status="online",World Fishing Network (720p) -http://168.138.70.50:5080/channel/38daf0f6/index.m3u8 #EXTINF:-1 tvg-id="WorldHarvestTV.us" status="online",World Harvest TV (360p) https://597865f6e4114.streamlock.net/live/leseaorigin.stream/playlist.m3u8 #EXTINF:-1 tvg-id="WPAATV.us" status="online",WPAA TV (1080p) @@ -1953,8 +1853,6 @@ 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="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 #EXTINF:-1 tvg-id="WRGBDT1.us" status="online",CBS 6 Albany NY (WRGB) (720p) @@ -1977,8 +1875,6 @@ https://5e6cea03e25b6.streamlock.net/live/WTLHCW.stream/playlist.m3u8 https://5e6cea03e25b6.streamlock.net/live/HI.stream/playlist.m3u8 #EXTINF:-1 tvg-id="WTLVDT1.us" status="online",NBC / ABC Jacksonville FL (WTLV) (1080p) https://livevideo01.firstcoastnews.com/hls/live/2014550/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="WTOGDT1.us" status="online",CW 44 Tampa Bay (WTOG-DT1) (720p) -http://168.138.70.50:5080/channel/2443dbbc/index.m3u8 #EXTINF:-1 tvg-id="WTOLDT1.us" status="online",CBS 11 Toledo OH (WTOL) (1080p) https://livevideo01.wtol.com/hls/live/2017153/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WTSPDT1.us" status="online",CBS 10 Tampa FL (WTSP) (1080p) @@ -1987,8 +1883,6 @@ https://livevideo01.wtsp.com/hls/live/2015503/newscasts/live.m3u8 https://content.uplynk.com/channel/ext/f05837c508c44712aa7129d531f7dbe6/wtvd_24x7_news.m3u8 #EXTINF:-1 tvg-id="WTVQDT1.us" status="online",WTVQ-DT News Lexington KY (720p) https://dai.google.com/linear/hls/event/7xSxXPG1RqKkNva1wIWlVw/master.m3u8 -#EXTINF:-1 tvg-id="WTVTDT1.us" status="timeout",FOX 13 Tampa Bay (WTVT-DT1) (720p) -http://168.138.70.50:5080/channel/24ac38b5/index.m3u8 #EXTINF:-1 tvg-id="WTWCDT1.us" status="online",WTWC (News) https://content.uplynk.com/channel/aa92b664ac5941de81cd410803329da2.m3u8 #EXTINF:-1 tvg-id="WTWCDT3.us" status="blocked",Charge! Tallahassee FL (WTWC-TV3) (480p) @@ -2003,8 +1897,6 @@ https://livevideo01.wusa9.com/hls/live/2015498/newscasts/live.m3u8 https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73 #EXTINF:-1 tvg-id="WVCYDT1.us" status="online",VCY America (360p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/30337923/events/9488449/ -#EXTINF:-1 tvg-id="WVEADT1.us" status="timeout",Univision Tampa Bay (WVEA-DT1) (720p) -http://168.138.70.50:5080/channel/271db755/index.m3u8 #EXTINF:-1 tvg-id="WVECDT1.us" status="online",ABC 13 Norfolk VA (WVEC) (1080p) https://livevideo01.13newsnow.com/hls/live/2014545/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WVTV.us" status="online",Westlake Village WVTV Channel 10 (Westlake Village CA) (360p) @@ -2047,7 +1939,7 @@ https://5e6cea03e25b6.streamlock.net/live/WTXLHD.stream/playlist.m3u8 https://cdn.igocast.com/channel3_hls/channel3_master.m3u8 #EXTINF:-1 tvg-id="" status="online",Action (KCKS-LD4) (480p) https://cdn.igocast.com/channel4_hls/channel4_master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Actionable (720p) +#EXTINF:-1 tvg-id="" status="blocked",Actionable (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7e25a1932c8368bdbfd87d/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ACTV Phoenix AZ https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/6361162879_AZ-247.stream_247/chunklist.m3u8 @@ -2055,7 +1947,7 @@ https://cdn3.wowza.com/5/ODB6NmF5K3l4T1h5/persis/6361162879_AZ-247.stream_247/ch https://cdn.igocast.com/channel5_hls/channel5_master.m3u8 #EXTINF:-1 tvg-id="" status="online",AWC TV https://arizonawesterncol.secure.footprint.net/egress/bhandler/arizonawesterncol/streama/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",AXN East Asia (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="" status="timeout",AXN East Asia (Indonesian subtitle) (576p) http://210.210.155.37/dr9445/h/h141/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",AXN Latinoamérica (576p) http://209.91.213.10:8088/play/a011 @@ -2065,8 +1957,10 @@ http://45.5.8.78:8000/play/a029 https://cdn.igocast.com/channel1_hls/channel1_master.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Cartoon Network Latin America http://209.91.213.10:8088/play/a00k -#EXTINF:-1 tvg-id="" status="online",CF97 Soccer Live [Not 24/7] (1080p) +#EXTINF:-1 tvg-id="" status="error",CF97 Soccer Live [Not 24/7] (1080p) https://d1sp4cpu5on4l7.cloudfront.net/out/v1/ec82e0a9c5564fb497366186c09052e5/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",CFM TV Channel 98 (Fort Myers FL) (360p) +http://cdn3.wowza.com/5/djRwZmQvTEJidmZD/cityftmyers/G2083_002/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Channel 11 Scottsdale AZ https://cdn3.wowza.com/5/RXJNMFI3VlVkOEFP/scottsdale/G0040_007/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",CityTV Santa Barbara (1080p) @@ -2087,15 +1981,11 @@ http://5.255.90.184:2004/play/a006/index.m3u8 http://198.16.106.62:8278/streams/d/Disneyjr/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Disney Junior Latinoamérica http://209.91.213.10:8088/play/a00n -#EXTINF:-1 tvg-id="" status="online",Dove Family Movies (720p) -http://168.138.70.50:5080/channel/n676f5d53/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Dove Kids Channel (720p) -http://168.138.70.50:5080/channel/4dd50b0f/index.m3u8 #EXTINF:-1 tvg-id="" status="online",edTV https://arizonawesterncol.secure.footprint.net/egress/bhandler/arizonawesterncol/streamb/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",EMT Media TV Los Angeles CA +#EXTINF:-1 tvg-id="" status="online",EMT Media TV Los Angeles CA https://hwlive.streamingmediahosting.com/14135-live/0_lkq7fay8/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",EMT Media TV Los Angeles CA [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",EMT Media TV Los Angeles CA [Geo-blocked] https://mediaplatform.streamingmediahosting.com/p/14135/sp/1413500/playManifest/entryId/0_lkq7fay8/format/applehttp/protocol/https/uiConfId/6710347/a.m3u8 #EXTINF:-1 tvg-id="" status="online",EPlusTV 6 Jackson TN https://jacksonenergy.secure.footprint.net/egress/bhandler/jacksonenergy/streama/index.m3u8 @@ -2103,15 +1993,13 @@ https://jacksonenergy.secure.footprint.net/egress/bhandler/jacksonenergy/streama https://eyeonesports.com/ES2RA-628g.m3u8 #EXTINF:-1 tvg-id="" status="online",External Ottera (720p) https://otteravision-tg.ottera.tv/live/master.m3u8?channel=tg_tg_us -#EXTINF:-1 tvg-id="" status="timeout",Family Movie Classics (FMC) (720p) -http://168.138.70.50:5080/channel/n58038747/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",Fast&Fun Box (Russian) (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/s79/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",FightBox HD (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s86/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Fox HD Russia +#EXTINF:-1 tvg-id="" status="timeout",Fox HD Russia https://sc.id-tv.kz/FOX_HD.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Fox Tallahassee FL (WTWC-TV2) (720p) https://5e6cea03e25b6.streamlock.net/live/WTWC-FX.stream/playlist.m3u8 @@ -2121,22 +2009,22 @@ https://16live00.akamaized.net/FREEFORM/index.m3u8 https://unidfp-nlds153.global.ssl.fastly.net/nlds/univisionnow/futbol/as/live/futbol_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="" status="timeout",FX Peru http://209.91.213.10:8088/play/a01z -#EXTINF:-1 tvg-id="" status="timeout",Great American Family (720p) -http://168.138.70.50:5080/channel/4b5b6efd/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Great American Living (720p) -http://168.138.70.50:5080/channel/560d5642/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",GLC TV God's Learning Channel (480p) +https://2-fss-1.streamhoster.com/pl_122/200562-1176456-1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Grit Tallahassee FL (WTXL-TV3) (480p) [Not 24/7] https://5e6cea03e25b6.streamlock.net/live/GRIT.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Grit Xtra https://scripps-gritxtra-1-us.vizio.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",International Vietnamese Television IVTV Channel 57.16 (720p) +https://59d39900ebfb8.streamlock.net/8478/8478/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",KBSV/AssyriaSat (720p) [Not 24/7] +http://66.242.170.53/hls/live/temp/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Knoxville Community Media https://knoxville-tn.secure.footprint.net/egress/bhandler/knoxvilletn/streama/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Kool TV (1080p) +http://209.182.219.50:1935/roku/roku/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Level One https://stitcheraws.unreel.me/wse-node04.powr.com/live/5af61be7d5eeee7af3d1db47/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",MeTV (720p) -http://168.138.70.50:5080/channel/n4f7da92/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Movies! TV Network -http://168.138.70.50:5080/channel/n76f63fc1/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",MTV Hits Latinoamérica (576p) http://209.91.213.10:8088/play/a00z #EXTINF:-1 tvg-id="" status="timeout",MTV Latinoamérica (1080p) @@ -2145,6 +2033,10 @@ http://209.91.213.10:8088/play/a01a http://5.255.90.184:2001/play/a04i #EXTINF:-1 tvg-id="" status="blocked",NBC Tallahassee FL (WTWC-TV1) (720p) https://5e6cea03e25b6.streamlock.net/live/WTWC-NB.stream/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",New Orleans Television (NOTV) (720p) +http://media4.tripsmarter.com:1935/LiveTV/NOTVHD/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",New Orleans Television (NOTV) (720p) +https://5b0f5374bdf0c.streamlock.net:444/LiveTV/NOTVHD/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",News4JAX+ https://dai.google.com/linear/hls/event/RDmbn03GRCOLNG1eetEKhg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",NewsNet (KCKS-LD2) (480p) [Not 24/7] @@ -2156,19 +2048,7 @@ https://unilivemtveu-lh.akamaihd.net/i/nickde_1@448749/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Novelas [Geo-blocked] https://unidfp-nlds166.global.ssl.fastly.net/nlds/univisionnow/novelas2plist/as/live/novelas2plist_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) -https://live.ntdimg.com/mllive860/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) -http://live.ntdimg.com/uwlive990/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) -http://live2.ntdimg.com/aplive200/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) -http://live2.ntdimg.com/live330/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) -https://live.ntdimg.com/live400/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) http://cnhls.ntdtv.com/cn/live400/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",NTD TV (New Tang Dynasty Television) -http://live.ntdimg.com/cwlive220/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",NTD TV UK (New Tang Dynasty Television) https://ntd02.akamaized.net/NTD-UK/index.m3u8 #EXTINF:-1 tvg-id="" status="online",NTD TV West (New Tang Dynasty Television) @@ -2185,8 +2065,6 @@ https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/phoenix/G1498_002/chunklist.m3u8 https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8 #EXTINF:-1 tvg-id="" status="online",Prescott Valley TV Prescott Valley AZ https://live-h1.frontlayer.net/fl207891/live/chunks.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",QVC (720p) -http://168.138.70.50:5080/channel/n10ad1af6/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Ritmo (1080p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro TV (720p) @@ -2201,28 +2079,24 @@ https://cdn.igocast.com/channel7_hls/channel7_master.m3u8 https://shoutfactory-screamfactorytv-1-us.ono.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Shop LC (KCKS-LD10) (480p) [Not 24/7] https://cdn.igocast.com/channel10_hls/channel10_master.m3u8 -#EXTINF:-1 tvg-id="" status="online",Slimo (540p) +#EXTINF:-1 tvg-id="" status="blocked",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 #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",Start TV (720p) -http://168.138.70.50:5080/channel/n18d0ebac/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Story Television (720p) -http://168.138.70.50:5080/channel/n6e7126f/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Temple University TV (Tutv) (720p) https://templeuni.secure.footprint.net/egress/bhandler/templeuni/streama/manifest.m3u8 +#EXTINF:-1 tvg-id="" status="online",The Florida Channel (480p) +https://cdnapisec.kaltura.com/p/2593311/sp/259331100/playManifest/entryId/1_ta2cmesd/format/applehttp/protocol/https/a.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) https://5ebe6889de541.streamlock.net/live/stream_10/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",The Weather Channel (Spanish) (1080p) -http://168.138.70.50:5080/channel/n70486ae7/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",TNT https://16live00.akamaized.net/TNT/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath East (480p) +#EXTINF:-1 tvg-id="" status="timeout",Toonami Aftermath East (480p) http://api.toonamiaftermath.com:3000/est/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Movies (540p) +#EXTINF:-1 tvg-id="" status="timeout",Toonami Aftermath Movies (540p) http://api.toonamiaftermath.com:3000/movies/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Radio (480p) http://api.toonamiaftermath.com:3000/radio/playlist.m3u8 @@ -2237,10 +2111,14 @@ https://cdn3.wowza.com/5/UWpORHhLSEs5SkJs/bullheadcity/G0860_001/playlist.m3u8 https://cdn.igocast.com/channel8_hls/channel8_master.m3u8 #EXTINF:-1 tvg-id="" status="online",VH1 (1080p) https://content.uplynk.com/channel/36953f5b6546464590d2fcd954bc89cf.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",Victory Television Network (240p) +http://184.173.179.163:1935/victorytelevisionnetwork/victorytelevisionnetwork/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",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 +#EXTINF:-1 tvg-id="" status="online",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) +https://81988.global.ssl.fastly.net/6054f2db9a679c037cbbb2b2/live_7749cbc088e711eb99623595db260c33/index.m3u8 #EXTINF:-1 tvg-id="" status="online",WDAY-X Automatic Weather Frago ND (720p) https://player-api.new.livestream.com/accounts/27442514/events/8331542/live.m3u8 #EXTINF:-1 tvg-id="" status="online",WeatherNation (KCKS-LD6) (480p) [Not 24/7] diff --git a/streams/us_bumblebee.m3u b/streams/us_bumblebee.m3u index 4fd3388ecf..33503a2bc5 100644 --- a/streams/us_bumblebee.m3u +++ b/streams/us_bumblebee.m3u @@ -1,67 +1,57 @@ #EXTM3U -#EXTINF:-1 tvg-id="BumblebeeTVAuroraLive.us" status="online",Bumblebee TV Aurora Live (1080p) +#EXTINF:-1 tvg-id="BumblebeeTVAuroraLive.us" status="blocked",Bumblebee TV Aurora Live (1080p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953819932c837b49397345/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVAutoMoto.us" status="online",Bumblebee TV AutoMoto (720p) +#EXTINF:-1 tvg-id="BumblebeeTVAutoMoto.us" status="blocked",Bumblebee TV AutoMoto (720p) https://stitcheraws.unreel.me/wse-node01.powr.com/live/5bf220fad5eeee0f5a40941a/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVBeachesLive.us" status="online",Bumblebee TV Beaches Live (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BumblebeeTVBeachesLive.us" status="blocked",Bumblebee TV Beaches Live (1080p) [Not 24/7] https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95396f932c837b49397360/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVCoronaVirusGov.us" status="online",Bumblebee TV CoronaVirus.Gov (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BumblebeeTVCoronaVirusGov.us" status="blocked",Bumblebee TV CoronaVirus.Gov (720p) [Not 24/7] https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e7559e8a46b495a2283c5e8/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVCountryBoyKidsVideo.us" status="online",Bumblebee TV Country Boy Kids Video (720p) +#EXTINF:-1 tvg-id="BumblebeeTVCountryBoyKidsVideo.us" status="blocked",Bumblebee TV Country Boy Kids Video (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf225aed5eeee0f5a4094bd/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVCuteZone.us" status="online",Bumblebee TV Cute Zone (720p) +#EXTINF:-1 tvg-id="BumblebeeTVCuteZone.us" status="blocked",Bumblebee TV Cute Zone (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22518d5eeee0f5a409486/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVDocsChannel.us" status="online",Bumblebee TV Docs Channel (720p) -https://0813a4e76b5d404a97a4070b8e087bc4.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f8609d9d6344257cbfb6ee4/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVEpicM.us" status="online",Bumblebee TV Epic M (720p) +#EXTINF:-1 tvg-id="BumblebeeTVEpicM.us" status="blocked",Bumblebee TV Epic M (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22225d5eeee0f5a40941d/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVFGTV.us" status="online",Bumblebee TV FGTV (720p) +#EXTINF:-1 tvg-id="BumblebeeTVFGTV.us" status="blocked",Bumblebee TV FGTV (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2624990145130f25474620/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVForestLive.us" status="online",Bumblebee TV Forest Live (1080p) +#EXTINF:-1 tvg-id="BumblebeeTVForestLive.us" status="blocked",Bumblebee TV Forest Live (1080p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c953836932c837b49397355/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVFunZone.us" status="online",Bumblebee TV Fun Zone (720p) +#EXTINF:-1 tvg-id="BumblebeeTVFunZone.us" status="blocked",Bumblebee TV Fun Zone (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625030145130f25474622/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVGiggleZone.us" status="online",Bumblebee TV Giggle Zone (720p) +#EXTINF:-1 tvg-id="BumblebeeTVGiggleZone.us" status="blocked",Bumblebee TV Giggle Zone (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22526d5eeee0f5a4094b8/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVLakeLive.us" status="online",Bumblebee TV Lake Live (720p) +#EXTINF:-1 tvg-id="BumblebeeTVLakeLive.us" status="blocked",Bumblebee TV Lake Live (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95385c932c837b49397356/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVLegoToons.us" status="online",Bumblebee TV Lego Toons (720p) +#EXTINF:-1 tvg-id="BumblebeeTVLegoToons.us" status="blocked",Bumblebee TV Lego Toons (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22549d5eeee0f5a4094ba/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVLetsPlayMinecraft.us" status="online",Bumblebee TV Lets Play Minecraft (720p) +#EXTINF:-1 tvg-id="BumblebeeTVLetsPlayMinecraft.us" status="blocked",Bumblebee TV Lets Play Minecraft (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625700145130f25474624/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVLifeBae.us" status="online",Bumblebee TV LifeBae (720p) +#EXTINF:-1 tvg-id="BumblebeeTVLifeBae.us" status="blocked",Bumblebee TV LifeBae (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22681932c8304fc453418/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVMasterBuilder.us" status="online",Bumblebee TV Master Builder (720p) +#EXTINF:-1 tvg-id="BumblebeeTVMasterBuilder.us" status="blocked",Bumblebee TV Master Builder (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf2256ed5eeee0f5a4094bb/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVMountainLive.us" status="online",Bumblebee TV Mountain Live (1080p) +#EXTINF:-1 tvg-id="BumblebeeTVMountainLive.us" status="blocked",Bumblebee TV Mountain Live (1080p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95387b932c837b49397357/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVNowYouKnow.us" status="online",Bumblebee TV Now You Know (720p) +#EXTINF:-1 tvg-id="BumblebeeTVNowYouKnow.us" status="blocked",Bumblebee TV Now You Know (720p) https://stitcheraws.unreel.me/wse-node01.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8 #EXTINF:-1 tvg-id="BumblebeeTVNowYouKnow.us" status="timeout",Bumblebee TV Now You Know https://stitcheraws.unreel.me/wse-node04.powr.com/live/5b284f40d5eeee07522b775e/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVRecoilTV.us" status="online",Bumblebee TV Recoil TV (540p) +#EXTINF:-1 tvg-id="BumblebeeTVRecoilTV.us" status="blocked",Bumblebee TV Recoil TV (540p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c7dff0f932c8368bdbfd5fd/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVRiversLive.us" status="online",Bumblebee TV Rivers Live (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BumblebeeTVRiversLive.us" status="blocked",Bumblebee TV Rivers Live (1080p) [Not 24/7] https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c95388f932c837b4939735a/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVShortsChannel.us" status="online",Bumblebee TV Shorts Channel (540p) -https://b29da26d9a17436eafe339c08e488f33.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f8609010d552957bf5aa546/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVSmosh.us" status="online",Bumblebee TV Smosh (720p) +#EXTINF:-1 tvg-id="BumblebeeTVSmosh.us" status="blocked",Bumblebee TV Smosh (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2625af5748670f12a3bee9/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVSunsetLive.us" status="online",Bumblebee TV Sunset Live (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BumblebeeTVSunsetLive.us" status="blocked",Bumblebee TV Sunset Live (1080p) [Not 24/7] https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538a5932c837b4939735b/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVThinknoodles.us" status="online",Bumblebee TV Thinknoodles (Test for Bitcentral) (360p) -https://2459f78c2f5d42c996bb24407b76877a.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_60f88620abf1e257404a9250/playlist.m3u8 #EXTINF:-1 tvg-id="BumblebeeTVThinknoodles.us" status="timeout",Bumblebee TV Thinknoodles https://stitcheraws.unreel.me/wse-node04.powr.com/live/5afc8Bumblebee+TV10e932c833522744733/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVToyZone.us" status="online",Bumblebee TV Toy Zone (720p) +#EXTINF:-1 tvg-id="BumblebeeTVToyZone.us" status="blocked",Bumblebee TV Toy Zone (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5bf22491932c8304fc4533e4/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVTrinityBeyond.us" status="online",Bumblebee TV Trinity & Beyond (720p) +#EXTINF:-1 tvg-id="BumblebeeTVTrinityBeyond.us" status="blocked",Bumblebee TV Trinity & Beyond (720p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5e2626030145130f25474626/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVTropicsLive.us" status="online",Bumblebee TV Tropics Live (1080p) +#EXTINF:-1 tvg-id="BumblebeeTVTropicsLive.us" status="blocked",Bumblebee TV Tropics Live (1080p) https://stitcheraws.unreel.me/wse-node02.powr.com/live/5c9538b9932c837b4939735c/playlist.m3u8 -#EXTINF:-1 tvg-id="BumblebeeTVWaterfallsLive.us" status="online",Bumblebee TV Waterfalls Live (1080p) -https://95771f8415a84e31bd152fe9c6c9905c.mediatailor.us-east-1.amazonaws.com/v1/master/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5c953910932c837b4939735d/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Bumblebee TV Classics #1 (480p) -https://b83608fe932143099bb8b25a66857730.mediatailor.us-east-1.amazonaws.com/v1/manifest/82ded7a88773aef3d6dd1fedce15ba2d57eb6bca/wse_powr_com_5f86075a0d552957bf5aa4dd/0d14dc99-cc30-4c0e-8531-40cdfe650694/1.m3u8 -#EXTINF:-1 tvg-id="" status="online",Bumblebee TV Classics #2 (720p) +#EXTINF:-1 tvg-id="" status="blocked",Bumblebee TV Classics #2 (720p) https://stitcheraws.unreel.me/wse-node05.powr.com/live/60f881602da3a5575eceb854/playlist.m3u8 diff --git a/streams/us_distro.m3u b/streams/us_distro.m3u index bf2acced13..7f652576a3 100644 --- a/streams/us_distro.m3u +++ b/streams/us_distro.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ClassicRerunsTV.us" status="online",Classic Reruns TV (720p) [Not 24/7] https://dai.google.com/linear/hls/event/wnQPvAN9QBODw9hP-H0rZA/master.m3u8 -#EXTINF:-1 tvg-id="DarkMatterTV.us" status="online",Dark Matter TV (720p) +#EXTINF:-1 tvg-id="DarkMatterTV.us" status="blocked",Dark Matter TV (720p) https://distroscale-public.s3-us-west-2.amazonaws.com/strm/channels/darkmatter/v3.m3u8 #EXTINF:-1 tvg-id="HardKnocks.ca" status="online",Hard Knocks (1080p) [Not 24/7] https://d397e8970cd346fdac04c0af81290c3a.mediatailor.us-west-2.amazonaws.com/v1/master/9d062541f2ff39b5c0f48b743c6411d25f62fc25/Hard-Knocks-DistroTV/109.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index 121e1371b3..b0cfb22096 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -5,22 +5,19 @@ 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) #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/3.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WABCDT1.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",WABC-DT1 (ABC 7) (720p) +#EXTINF:-1 tvg-id="WABCDT1.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",WABC-DT1 (ABC 7) (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/7.1/playlist.m3u8 #EXTINF:-1 tvg-id="WABCDT2.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",WABC-DT2 (Localish) #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/7.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WABCDT4.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",WABC-DT4 (HSN) (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/7.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT1.us" status="timeout" 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-DT1 (TCT) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="WACPDT1.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-DT1 (TCT) (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT2.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-DT2 (AceTV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT4.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) +#EXTINF:-1 tvg-id="WACPDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8 #EXTINF:-1 tvg-id="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) @@ -38,13 +35,10 @@ http://v-ny.theus6tv.duckdns.org/hls/2.1/playlist.m3u8 #EXTINF:-1 tvg-id="WCBSDT2.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-DT2 (Start TV) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/2.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WCBSDT3.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-DT3 (Dabl) +#EXTINF:-1 tvg-id="WCBSDT3.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",WCBS-DT3 (Dabl) #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/2.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WCBSDT4.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-DT4 (FaveTV) -#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/2.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WDPNDT2.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",WDPN-DT2 (Grit) (432p) +#EXTINF:-1 tvg-id="WDPNDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT2 (Grit) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/2.2/playlist.m3u8 #EXTINF:-1 tvg-id="WDPNDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT5 (Retro TV) (432p) @@ -53,7 +47,7 @@ http://v-pi.theus6tv.duckdns.org/hls/2.5/playlist.m3u8 #EXTINF:-1 tvg-id="WELLLD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WELL-LD1 (Daystar) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/45.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WFMZDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WFMZ-DT1 (720p) +#EXTINF:-1 tvg-id="WFMZDT1.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",WFMZ-DT1 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/69.1/playlist.m3u8 #EXTINF:-1 tvg-id="WFUTDT1.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",WFUT-DT1 (Unimas Nueva York) @@ -62,7 +56,7 @@ http://v-ny.theus6tv.duckdns.org/hls/68.1/playlist.m3u8 #EXTINF:-1 tvg-id="WFUTDT1.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",WFUT-DT2 (True Crime Network) #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/68.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WHYYDT2.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WHYY-DT2 (Y2) (432p) +#EXTINF:-1 tvg-id="WHYYDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WHYY-DT2 (Y2) (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/12.2/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT1 (MeTV New York) @@ -74,7 +68,7 @@ http://v-ny.theus6tv.duckdns.org/hls/33.2/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT3 (Grit) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WJLPDT4.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT4 (Ion Mystery) +#EXTINF:-1 tvg-id="WJLPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT4 (Ion Mystery) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.4/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT5 (Retro TV) @@ -86,7 +80,7 @@ http://v-ny.theus6tv.duckdns.org/hls/33.6/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT7.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT7 (Story Television) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.7/playlist.m3u8 -#EXTINF:-1 tvg-id="WKOBLD6.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD6 (Estrella TV) (480p) +#EXTINF:-1 tvg-id="WKOBLD6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-LD6 (Estrella TV) (480p) #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/42.6/playlist.m3u8 #EXTINF:-1 tvg-id="WLIWDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT1 (PBS WLIW) (1080p) @@ -101,19 +95,19 @@ http://v-ny.theus6tv.duckdns.org/hls/21.3/playlist.m3u8 #EXTINF:-1 tvg-id="WLIWDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT4 (All Arts) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/21.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WMBQCD1.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMBQ-LD (FNX) (432p) +#EXTINF:-1 tvg-id="WMBQCD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMBQ-LD (FNX) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/46.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WMCNDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMCN-DT1 (ShopHQ) (720p) +#EXTINF:-1 tvg-id="WMCNDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WMCN-DT1 (ShopHQ) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/44.1/playlist.m3u8 #EXTINF:-1 tvg-id="WNBCDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNBC-DT1 (NBC 4) (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WNBCDT2.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNBC-DT2 (COZI TV) (432p) +#EXTINF:-1 tvg-id="WNBCDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNBC-DT2 (COZI TV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WNETDT1.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNET-DT1 (PBS THIRTEEN) (1080p) +#EXTINF:-1 tvg-id="WNETDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNET-DT1 (PBS THIRTEEN) (1080p) #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/13.1/playlist.m3u8 #EXTINF:-1 tvg-id="WNETDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNET-DT2 (PBS KIDS) (720p) @@ -131,10 +125,10 @@ http://v-ny.theus6tv.duckdns.org/hls/47.2/playlist.m3u8 #EXTINF:-1 tvg-id="WNYEDT1.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-DT1 (NYC Life) (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.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYEDT2.us" status="timeout" 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-DT2 (NYC Gov) (432p) +#EXTINF:-1 tvg-id="WNYEDT2.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-DT2 (NYC Gov) (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/25.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYEDT3.us" status="timeout" 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) +#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) @@ -143,43 +137,37 @@ 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="timeout" 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="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!) #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="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-DT3 (FOX Weather) #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.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYWDT4.us" status="timeout" 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) #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) #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.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WPHLDT2.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",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="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="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-DT4 (Rewind TV) (480p) +#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) #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.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WPPXDT4.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WPPX-DT4 (TrueReal) (480p) +#EXTINF:-1 tvg-id="WPPXDT4.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",WPPX-DT4 (TrueReal) (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/61.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WPPXDT5.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WPPX-DT5 (Laff) (432p) +#EXTINF:-1 tvg-id="WPPXDT5.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",WPPX-DT5 (Laff) (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/61.5/playlist.m3u8 -#EXTINF:-1 tvg-id="WPVIDT1.us" status="timeout" 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) +#EXTINF:-1 tvg-id="WPVIDT1.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",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) #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="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) +#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) #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) @@ -197,31 +185,25 @@ http://v-ny.theus6tv.duckdns.org/hls/31.6/playlist.m3u8 #EXTINF:-1 tvg-id="WPXNDT7.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-DT7 (Newsy) #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.7/playlist.m3u8 -#EXTINF:-1 tvg-id="WRNNDT1.us" status="timeout" 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) +#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="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="timeout" 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) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/51.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WTVEDT2.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT2 (TimelessTV) (432p) +#EXTINF:-1 tvg-id="WTVEDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT2 (TimelessTV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/51.2/playlist.m3u8 #EXTINF:-1 tvg-id="WTXFDT1.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",WTXF-DT1 (FOX 29) (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/29.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WUVPDT3.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",WUVP-DT3 (True Crime Network) (432p) +#EXTINF:-1 tvg-id="WUVPDT3.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",WUVP-DT3 (True Crime Network) (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/65.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WWORDT1.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WWOR-DT1 (my9) +#EXTINF:-1 tvg-id="WWORDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WWOR-DT1 (my9) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/9.1/playlist.m3u8 #EXTINF:-1 tvg-id="WWORDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WWOR-DT3 (Heroes & Icons) @@ -230,12 +212,9 @@ http://v-ny.theus6tv.duckdns.org/hls/9.3/playlist.m3u8 #EXTINF:-1 tvg-id="WWSIDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WWSI-DT2 (teleXitos) (432p) #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/62.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WXTVDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WXTV-DT1 (Univision 41) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 -http://v-ny.theus6tv.duckdns.org/hls/41.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WXTVDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WXTV-DT2 (Bounce TV) +#EXTINF:-1 tvg-id="WXTVDT2.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",WXTV-DT2 (Bounce TV) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/41.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WXTVDT3.us" status="timeout" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WXTV-DT3 (Twist) +#EXTINF:-1 tvg-id="WXTVDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WXTV-DT3 (Twist) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/41.3/playlist.m3u8 diff --git a/streams/us_plex.m3u b/streams/us_plex.m3u index bab10fc243..0db565d104 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 418ed90f23..abfbf3faed 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -73,10 +73,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d0009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=54ff7ba69222cb1c2624c584&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=224&terminate=false&userId= #EXTINF:-1 tvg-id="BounceXL.us" status="online",Bounce XL (720p) https://siloh.pluto.tv/lilo/production/BounceXL/master.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= #EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=599375885ceaac3cabccbed7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=635&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7] @@ -121,10 +121,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0da 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] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) @@ -149,14 +149,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c37d6712 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f99e24636d67d0007a94e6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralEast.us" status="online",Comedy Central East (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d4947590ba40f75dc29c26b&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=400&terminate=false&userId= -#EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4947590ba40f75dc29c26b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5ca4fefb-0728-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central + (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcea6bc6fb8890009322ff3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dcea6bc6fb8890009322ff3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=90d72ed4-4920-4983-a25f-2926c714e415&terminate=false&userId= #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca671f215a62078d2ec0abf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13bde24f4ca800093d57b5/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel +#EXTINF:-1 tvg-id="ComedyCentralPlutoTV.us" status="online",Pluto TV Comedy Central (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc29c26b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d4947590ba40f75dc29c26b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=5ca4fefb-0728-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1f7e089f23700009d66303/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e1f7e089f23700009d66303&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=367&terminate=false&userId= #EXTINF:-1 tvg-id="Cops.us" status="online",Pluto TV Cops (480p) @@ -203,8 +203,6 @@ 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) @@ -214,6 +212,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b #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="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 @@ -224,9 +224,9 @@ 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= +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/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 +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] @@ -234,9 +234,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c16 #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/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 +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/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +https://service-stitcher.clusters.pluto.tv/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="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] @@ -245,16 +245,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c58a539f 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 (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 (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/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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b0f2237a6ff45d16c3f9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=726&terminate=false&userId= -#EXTINF:-1 tvg-id="Fight.us" status="online",Pluto TV Fight (360p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/v1/stitch/embed/hls/channel/5ad9bda9fd87eb3a2717cce0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 (240p) @@ -292,23 +290,23 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c47f36 #EXTINF:-1 tvg-id="HappyDays.us" status="online",Pluto TV Happy Days (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794162a4559000781fc12/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/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= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bc207ef2767e1846e5a0/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118dd7e6000077e31af/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="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= +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="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59b722526996084038c01e1b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59b722526996084038c01e1b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=734&terminate=false&userId= #EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f06bc60e236570007793f31&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) @@ -359,12 +357,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cbf6a868a1bce4a3d http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b821249444e05d09cc4c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=815&terminate=false&userId= +#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bca67ef2767e1846e5a1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b821249444e05d09cc4c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MinecrafTV.us" status="online",Pluto TV MinecrafTV (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MissionImpossible.us" status="online",Pluto TV Mission: Impossible (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f77977bd924d80007eee60c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MLB.us" status="online",Pluto TV MLB (720p) @@ -390,13 +388,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a2 #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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="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= #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) @@ -421,7 +419,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7 http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="timeout",Pluto TV MTV Spankin' New (720p) [Not 24/7] https://siloh-aka.plutotv.net/lilo/production/MTVSpankingNew/master.m3u8 -#EXTINF:-1 tvg-id="Narcos.us" status="online",Pluto TV Narcos (684p) +#EXTINF:-1 tvg-id="Narcos.us" status="error",Pluto TV Narcos (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId= @@ -439,10 +437,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f2 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="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ced7d5df64be98e07ed47b6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=708&terminate=false&userId= +#EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede45451dce190007ef9ff2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede45451dce190007ef9ff2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=d1d4cf70-0714-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) @@ -451,8 +449,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede45451 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6748a37b88b269472dad9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=978&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrPlutoTV.us" status="online",Pluto TV Nick Jr. (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca6748a37b88b269472dad9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ede448d3d50590007a4419e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=fbbb3638-0714-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) @@ -461,10 +457,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2b57d6c6080007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://siloh.pluto.tv/lilo/production/Nick/01/master.m3u8 +#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY +#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= #EXTINF:-1 tvg-id="Nosey.us" status="online",Pluto TV nosey (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aec96ec5126c2157123c657/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aec96ec5126c2157123c657&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=159&terminate=false&userId= #EXTINF:-1 tvg-id="Nosey.us" status="online",Pluto TV nosey (720p) @@ -475,10 +473,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2ba1a9 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",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="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] @@ -496,11 +494,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb95d63b #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/5f1ac1780e94100007f94b3f/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="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="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="timeout",Pluto TV People are Awesome (720p) +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",Pluto TV People are Awesome (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed0720dc198000728f9d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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] @@ -511,10 +509,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007 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 (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="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="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) @@ -575,22 +573,22 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b1c4f1ca3f062 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) 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="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="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="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/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="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="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= #EXTINF:-1 tvg-id="PlutoTVDarkMatter.us" status="online",Pluto TV Dark Matter (720p) @@ -607,6 +605,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc190f7bfed110009d934c3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a1f190ec-0582-11eb-a59f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama+ (720p) @@ -619,14 +619,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7b https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= #EXTINF:-1 tvg-id="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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="PlutoTVDuckDynasty.us" status="online",Pluto TV Duck Dynasty (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b54b9e67cf60007d4cef1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVExplore.us" status="online",Pluto TV Explore (720p) @@ -660,9 +658,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca7f16c37b88b2694 #EXTINF:-1 tvg-id="PlutoTVGamer.us" status="online",Pluto TV Gamer (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca7f16c37b88b2694731c79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="online",Pluto TV Gaming TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVGamingTV.us" status="timeout",Pluto TV Gaming TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eccd81062c300078a11df/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVGarfield.us" status="online",Pluto TV Garfield (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6054ab20a365c70007e4fd44/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGetfactual.us" status="online",Pluto TV Get.factual (720p) [Not 24/7] @@ -674,17 +672,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f27bbe47 #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9be1be738977e2c312134/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9be1be738977e2c312134&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=f6e88030-d7c8-47c8-8fed-7e24dd0a038a&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5417a212ff9fba68282fbf5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=736&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d6f5e738977e2c310949/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9be1be738977e2c312134/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVGloryKickboxing.us" status="online",Pluto TV Glory Kickboxing (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5417a212ff9fba68282fbf5e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5417a212ff9fba68282fbf5e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=736&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVGoDiegoGo.us" status="online",Pluto TV Go Diego Go! (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa89d42a0500007363ea3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVHealth.us" status="online",Pluto TV Health (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2d7ae59bf23c192c411c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5eb96303f5bb020008e7e44f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8044788b-0583-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVHome.us" status="online",Pluto TV Home (720p) @@ -694,9 +690,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f #EXTINF:-1 tvg-id="PlutoTVHomesUnderHammer.us" status="online",Pluto TV Homes Under Hammer (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) https://stitcher.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=&appStoreUrl=&appVersion=2.0.0&app_name=&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceLat=38.5783&deviceLon=-90.6666&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012&userId= +#EXTINF:-1 tvg-id="PlutoTVHorror.us" status="online",Pluto TV Horror (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/569546031a619b8f07ce6e25/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=569546031a619b8f07ce6e25&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=75&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVHumor.us" status="online",Pluto TV Humor (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8397936791b30007ebb5a7/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVHunter.us" status="online",Pluto TV Hunter (720p) @@ -721,7 +717,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="timeout",Pluto TV Kids Animation (360p) +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f92b625c1ffbc0007e60c37/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= @@ -752,18 +748,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f #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/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="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="PlutoTVMTVPranks.us" status="online",Pluto TV MTV Pranks (720p) +#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="PlutoTVMTVPranks.us" status="timeout",Pluto TV MTV Pranks (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98a911c881310007d7aae2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVRealities.us" status="online",Pluto TV MTV Realities (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6130d8dc943001000708548d/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 @@ -792,9 +788,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd833b41 #EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1c3f9851dd5632e2c91b2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=1e26d24e-0585-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed58b2db26f0007b4aa73/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVNature.us" status="online",Pluto TV Nature (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be1c3f9851dd5632e2c91b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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="PlutoTVQwestTVJazzBeyond.us" status="online",Pluto TV Qwest TV Jazz & Beyond (720p) @@ -810,9 +806,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8bf0b06 #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=886c7aee-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a8542c9b-0714-11eb-a18c-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVRetroToons.us" status="online",Pluto TV Retro Toons (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c669094e0e80009b22ab8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1c669094e0e80009b22ab8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=a8542c9b-0714-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRugrats.us" status="online",Pluto TV Rugrats (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/610c09219fc0430007a3fce6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSabrina.us" status="online",Pluto TV Sabrina (720p) @@ -832,13 +828,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4fc274694c027be6ed3eea&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=151&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc274694c027be6ed3eea/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6a38eaa5b68b0007a00e7a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSciFi.us" status="online",Pluto TV Sci-Fi (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f2817d3d7573a00080f9175/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSecretDealers.us" status="online",Pluto TV Secret Dealers (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSensingMurder.us" status="online",Pluto TV Sensing Murder (720p) @@ -866,15 +862,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e281b0b8840007 #EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e281b0b8840007324b55/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6de52b9914200091f047a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f0d668b872e4400073acc68&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9c22837c-0715-11eb-9b92-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6de52b9914200091f047a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c6dc88fcd232425a6e0f06e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=76&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThePriceisRight.us" status="online",Pluto TV The Price is Right (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b8372da90007fd45e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheSimpleLife.us" status="online",Pluto TV The Simple Life (720p) @@ -914,8 +910,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce0465 #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8df4bc16e34700077e77d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e8df4bc16e34700077e77d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=526&terminate=false&userId= @@ -923,10 +917,10 @@ 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) 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) @@ -943,10 +937,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f21e831e9fe730007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21e831e9fe730007706acb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58d947b9e420d8656ee101ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=489&terminate=false&userId= -#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58d947b9e420d8656ee101ab/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="RiffTrax.us" status="online",Pluto TV RiffTrax (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Pluto TV Shout! Factory TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/55a6a3275616b6240c26f393/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=55a6a3275616b6240c26f393&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=542&terminate=false&userId= #EXTINF:-1 tvg-id="ShowtimeSelects.us" status="online",Pluto TV Showtime Select (720p) @@ -1008,9 +1002,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef396d1be50a30007 #EXTINF:-1 tvg-id="TheCarolBurnettShow.us" status="online",Pluto TV The Carol Burnett Show (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef396d1be50a3000722808b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheChallenge.us" status="online",Pluto TV The Challenge (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48685da7e9f476aa8a1888&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=298&terminate=false&userId= -#EXTINF:-1 tvg-id="TheChallenge.us" status="online",Pluto TV The Challenge (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TheChallenge.us" status="error",Pluto TV The Challenge (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d48685da7e9f476aa8a1888/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d48685da7e9f476aa8a1888&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=298&terminate=false&userId= #EXTINF:-1 tvg-id="TheDesignNetwork.us" status="online",Pluto TV The Design Network (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ff8c8bcf3d600078af3eb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheFirstTV.us" status="online",Pluto TV The First (720p) @@ -1030,12 +1024,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c6 #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a07694c027be6ed1417/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -1044,7 +1036,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336 #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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="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) @@ -1074,11 +1068,11 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae08472 #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [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="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/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="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) @@ -1089,12 +1083,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b7158 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TYTNetwork.us" status="online",Pluto TV TYT Network (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5331d5fb753499095a00045a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e96a0423e067bd6df6901&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=379&terminate=false&userId= #EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd05b4694d45d266bc951f2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e96a0423e067bd6df6901/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e96a0423e067bd6df6901&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=379&terminate=false&userId= #EXTINF:-1 tvg-id="Vevo2K.us" status="online",Pluto TV VEVO 2K (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5fd7bca3e0a4ee0007a38e8c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Vevo70s.us" status="online",Pluto TV VEVO 70's (1080p) @@ -1166,9 +1160,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099 #EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Comédia (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12101f0b12f00007844c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Cine Drama (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac947dcd00d0007937c08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Cinéma (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed0f17564a300082b676a/master.m3u8?appVersion=5.4.0&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-abe73477534 #EXTINF:-1 tvg-id="" status="online",Pluto TV Comedy Central @@ -1195,18 +1189,18 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebbeabd18520007b https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc190f7bfed110009d934c3&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=200&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfcb229eff00091b6bdf/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=a6f8 -#EXTINF:-1 tvg-id="" status="online",Pluto TV FashionBox (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee8d84bfb286e0007285aad/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Fashionbox (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f516730b78b7600079294f5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV FashionBox (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee8d84bfb286e0007285aad/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Filmes Ação (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f120f41b7d403000783a6d6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Food (720p) 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 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 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) @@ -1261,10 +1255,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf37 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 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) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d2c57ee4f9ddf73da8a0ba5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=480&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d08395f39465da6fb3ec4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Nick Jr. Club (Brazil) (720p) [Not 24/7] @@ -1274,6 +1264,8 @@ http://siloh-sp.plutotv.net/lilo/production/NickUkraine/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5adf96e3e738977e2c31cb04&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=669&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f98487036af340008da1e37&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=77386fa6-3401-11eb-8335-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5adf96e3e738977e2c31cb04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -1285,8 +1277,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed9461 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f98487036af340008da1e37/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/612ce5214bb5790007ad3016/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&serverSideAds=false&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Paranormal (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed9461b35690007a0bc3a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Pluto After School Cartoons (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56171fafada51f8004c4b40f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56171fafada51f8004c4b40f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=990&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Retro Drama (720p) diff --git a/streams/us_ssh101.m3u b/streams/us_ssh101.m3u index 748eee2d25..6b1255e03d 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AigaioTV.gr" status="online",Aigaio TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AigaioTV.gr" status="error",Aigaio TV (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/aigaiotv1/index.m3u8 #EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7] @@ -14,7 +14,7 @@ https://tna5.bozztv.com/jesstv/index.m3u8 #EXTINF:-1 tvg-id="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/OrbitaFM/index.m3u8 -#EXTINF:-1 tvg-id="SolarTelevision.pe" status="error",Solar Televisión (Abancay) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SolarTelevision.pe" status="online",Solar Televisión (Abancay) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/televisionsolar/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" status="online",Uchu TV (Cusco) (720p) [Not 24/7] diff --git a/streams/us_stirr.m3u b/streams/us_stirr.m3u index 0502a5b669..a4a874fe0b 100644 --- a/streams/us_stirr.m3u +++ b/streams/us_stirr.m3u @@ -95,53 +95,53 @@ https://dai.google.com/linear/hls/event/5bqbG8j7T_6_qMONC1SDsg/master.m3u8 https://dai.google.com/linear/hls/event/6RPZlzksTCyB1euPqLcBZQ/master.m3u8 #EXTINF:-1 tvg-id="StingrayQello.ca" status="online",Qello Concerts (1080p) https://dai.google.com/linear/hls/event/BakMHO8xRSmGKYeiyhsq3A/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityAbilene.us" status="online",STIRR City Abilene (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityAbilene.us" status="error",STIRR City Abilene (720p) [Not 24/7] https://dai.google.com/linear/hls/event/uxPBn5ErTQ-FOjxIYle2PA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityAlbany.us" status="online",STIRR City Albany (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityAlbany.us" status="error",STIRR City Albany (720p) [Not 24/7] https://dai.google.com/linear/hls/event/fD3VBzTxRXGz-v7HV0vryQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityAlbany.us" status="online",STIRR City Albany (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityAlbany.us" status="error",STIRR City Albany (720p) [Not 24/7] https://dai.google.com/linear/hls/event/LT14Y2LdQSWx9OQCmgVfuA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityAmarillo.us" status="online",STIRR City Amarillo (720p) +#EXTINF:-1 tvg-id="STIRRCityAmarillo.us" status="error",STIRR City Amarillo (720p) https://dai.google.com/linear/hls/event/qvOGhZEeQh-s6TMFz7dVcg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityAustin.us" status="online",STIRR City Austin (480p) +#EXTINF:-1 tvg-id="STIRRCityAustin.us" status="error",STIRR City Austin (480p) https://dai.google.com/linear/hls/event/zDh7VBx8S7Sog5vzcXuehg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBakersfield.us" status="online",STIRR City Bakersfield (480p) [Not 24/7] https://dai.google.com/linear/hls/event/-4GLQIcZTUWzP8vDAXNQsQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="online",STIRR City Baltimore (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityBaltimore.us" status="error",STIRR City Baltimore (720p) [Not 24/7] https://dai.google.com/linear/hls/event/jCNW8TtPRe6lnJMMVBZWVA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBayCity.us" status="online",STIRR City Bay City (720p) +#EXTINF:-1 tvg-id="STIRRCityBayCity.us" status="error",STIRR City Bay City (720p) https://dai.google.com/linear/hls/event/kJPGlFKuS0itUoW7TfuDYQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBeaumont.us" status="online",STIRR City Beaumont (720p) +#EXTINF:-1 tvg-id="STIRRCityBeaumont.us" status="error",STIRR City Beaumont (720p) https://dai.google.com/linear/hls/event/FKoa3RaEQxyyrf8PfPbgkg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBeaumontPortArthur.us" status="online",STIRR City Beaumont Port Arthur (720p) +#EXTINF:-1 tvg-id="STIRRCityBeaumontPortArthur.us" status="error",STIRR City Beaumont Port Arthur (720p) https://dai.google.com/linear/hls/event/tlvrrqidRaG0KbLN4Hd5mg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityBirmingham.us" status="online",STIRR City Birmingham (720p) +#EXTINF:-1 tvg-id="STIRRCityBirmingham.us" status="error",STIRR City Birmingham (720p) https://dai.google.com/linear/hls/event/4RH6FntvSLOIv5FB-p4I8w/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityBoise.us" status="online",STIRR City Boise (480p) https://dai.google.com/linear/hls/event/EXltT2IOQvCIn8v23_15ow/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityCadillac.us" status="online",STIRR City Cadillac (720p) +#EXTINF:-1 tvg-id="STIRRCityCadillac.us" status="error",STIRR City Cadillac (720p) https://dai.google.com/linear/hls/event/do9arGJBTD--KARQ056kpw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityCedarRapids.us" status="online",STIRR City Cedar Rapids (720p) https://dai.google.com/linear/hls/event/zPJC-rOUTg28uymLdmYw5w/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityChampaign.us" status="online",STIRR City Champaign (720p) +#EXTINF:-1 tvg-id="STIRRCityChampaign.us" status="error",STIRR City Champaign (720p) https://dai.google.com/linear/hls/event/YLDvM8DGQyqsYnDsgxOBPQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityCharleston.us" status="online",STIRR City Charleston (720p) https://dai.google.com/linear/hls/event/kMNMCCQsQYyyk2n2h_4cNw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityCharlestonHuntington.us" status="online",STIRR City Charleston Huntington (234p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityCharlestonHuntington.us" status="error",STIRR City Charleston Huntington (234p) [Not 24/7] https://dai.google.com/linear/hls/event/fLqJePs_QR-FRTttC8fMIA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityChattanooga.us" status="online",STIRR City Chattanooga (720p) +#EXTINF:-1 tvg-id="STIRRCityChattanooga.us" status="error",STIRR City Chattanooga (720p) https://dai.google.com/linear/hls/event/7_v7qMjnQWGZShy2eOvR5g/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityChicoRedding.us" status="online",STIRR City Chico-Redding (720p) [Not 24/7] https://dai.google.com/linear/hls/event/sHnor7AERX60rGA1kR_wPA/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityCincinnati.us" status="online",STIRR City Cincinnati (720p) [Not 24/7] https://dai.google.com/linear/hls/event/ZaLvGYKiTfuSYgJuBZD67Q/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityColumbia.us" status="online",STIRR City Columbia (720p) [Not 24/7] -https://dai.google.com/linear/hls/event/nkNBP1eHT_GQwS7oYq23zw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityColumbia.us" status="online",STIRR City Columbia (720p) https://dai.google.com/linear/hls/event/btXotLiMRvmsa5J5AetBGQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityColumbus1.us" status="online",STIRR City Columbus #1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityColumbia.us" status="error",STIRR City Columbia (720p) [Not 24/7] +https://dai.google.com/linear/hls/event/nkNBP1eHT_GQwS7oYq23zw/master.m3u8 +#EXTINF:-1 tvg-id="STIRRCityColumbus1.us" status="error",STIRR City Columbus #1 (720p) [Not 24/7] https://dai.google.com/linear/hls/event/wV5ExXM9RxabBzbWnVv9RA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityColumbus2.us" status="online",STIRR City Columbus #2 (720p) +#EXTINF:-1 tvg-id="STIRRCityColumbus2.us" status="error",STIRR City Columbus #2 (720p) https://dai.google.com/linear/hls/event/QLfrYVtERpCnzM7qE_PkUw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityDayton.us" status="online",STIRR City Dayton (720p) [Not 24/7] https://dai.google.com/linear/hls/event/nqvIiznDQO60CBNaJ5mmdQ/master.m3u8 @@ -157,19 +157,19 @@ https://dai.google.com/linear/hls/event/bERQw8-YRoK3MtJ0UUaI5w/master.m3u8 https://dai.google.com/linear/hls/event/6Ll-qQyAQlWgCt4PhH11Kw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityFresnoVisalia.us" status="online",STIRR City Fresno-Visalia (720p) https://dai.google.com/linear/hls/event/tFAJ7xPcTYaLKwIfUA-JIw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityGainesville.us" status="online",STIRR City Gainesville (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityGainesville.us" status="error",STIRR City Gainesville (720p) [Not 24/7] https://dai.google.com/linear/hls/event/Ybz6nJKqSS2fcQYflsmpRw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityGrandRapids.us" status="online",STIRR City Grand Rapids (480p) [Not 24/7] https://dai.google.com/linear/hls/event/leOKmL9fQ6eZyhdoROSh5Q/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityGreenBay.us" status="online",STIRR City Green Bay (720p) +#EXTINF:-1 tvg-id="STIRRCityGreenBay.us" status="error",STIRR City Green Bay (720p) https://dai.google.com/linear/hls/event/a6lsWNYDQwyM9fjytUCrcw/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityGreenvilleAsheville.us" status="online",STIRR City Greenville Asheville (720p) https://dai.google.com/linear/hls/event/trvuY4TqQCmrAKFTlr6tPQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityGreenvilleNewBern.us" status="online",STIRR City Greenville New Bern (720p) +#EXTINF:-1 tvg-id="STIRRCityGreenvilleNewBern.us" status="error",STIRR City Greenville New Bern (720p) https://dai.google.com/linear/hls/event/B6RsXGIZSVqeVZGZIEZESg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityHarrisburg.us" status="online",STIRR City Harrisburg (720p) https://dai.google.com/linear/hls/event/W_NyV_9eQ-qa0XDSMfYkEg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityHastings.us" status="online",STIRR City Hastings (720p) +#EXTINF:-1 tvg-id="STIRRCityHastings.us" status="error",STIRR City Hastings (720p) https://dai.google.com/linear/hls/event/xtKyBDIFSZa6cT4Of9yaGQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityJohnstownAltoona.us" status="online",STIRR City Johnstown Altoona (720p) https://dai.google.com/linear/hls/event/BXZlH0kXTeGczlQ49-0QFQ/master.m3u8 @@ -177,77 +177,77 @@ https://dai.google.com/linear/hls/event/BXZlH0kXTeGczlQ49-0QFQ/master.m3u8 https://dai.google.com/linear/hls/event/yDGZP35hTsqdf2rwaP1BGQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityLewiston.us" status="online",STIRR City Lewiston (720p) https://dai.google.com/linear/hls/event/knBsxnquSYqFXTP_UzcGgw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityLittleRock.us" status="online",STIRR City Little Rock (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityLittleRock.us" status="error",STIRR City Little Rock (720p) [Not 24/7] https://dai.google.com/linear/hls/event/MqeaRgFBR2WJ_40ngbDruQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityLosAngeles.us" status="online",STIRR City Los Angeles (480p) https://dai.google.com/linear/hls/event/n3PVAFmPTJSVYjdSVf7XZw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityLynchburgRoanoke.us" status="online",STIRR City Lynchburg Roanoke (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityLynchburgRoanoke.us" status="error",STIRR City Lynchburg Roanoke (720p) [Not 24/7] https://dai.google.com/linear/hls/event/Fwm4J95UQi67l2FEV7N5kQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityMacon.us" status="online",STIRR City Macon (234p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityMacon.us" status="error",STIRR City Macon (234p) [Not 24/7] https://dai.google.com/linear/hls/event/PPMxI7GZSRG6Kgkp2gSF1g/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityMedford.us" status="online",STIRR City Medford (720p) [Not 24/7] https://dai.google.com/linear/hls/event/1g9qH9IOSIGGwAqw8fPzmw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityMilwaukee.us" status="online",STIRR City Milwaukee (720p) +#EXTINF:-1 tvg-id="STIRRCityMilwaukee.us" status="error",STIRR City Milwaukee (720p) https://dai.google.com/linear/hls/event/jWaxnXHPQjGX1yTxuFxpuw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityMinneapolis.us" status="online",STIRR City Minneapolis (720p) +#EXTINF:-1 tvg-id="STIRRCityMinneapolis.us" status="error",STIRR City Minneapolis (720p) https://dai.google.com/linear/hls/event/0P8RZiJkSBWfVDtjy-IiIQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityMissoula.us" status="online",STIRR City Missoula (720p) +#EXTINF:-1 tvg-id="STIRRCityMissoula.us" status="error",STIRR City Missoula (720p) https://dai.google.com/linear/hls/event/ARX9M-X8RieADdAEYPXNuA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityNashville.us" status="online",STIRR City Nashville (720p) +#EXTINF:-1 tvg-id="STIRRCityNashville.us" status="error",STIRR City Nashville (720p) https://dai.google.com/linear/hls/event/IG9ThaPaTwCojeoEWVNZRQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityNorfolkPortsmouth.us" status="online",STIRR City Norfolk Portsmouth (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityNorfolkPortsmouth.us" status="error",STIRR City Norfolk Portsmouth (720p) [Not 24/7] https://dai.google.com/linear/hls/event/QuSOUXM4RPaC5zL4J8ZY3w/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityOklahomaCity.us" status="online",STIRR City Oklahoma City (234p) +#EXTINF:-1 tvg-id="STIRRCityOklahomaCity.us" status="error",STIRR City Oklahoma City (234p) https://dai.google.com/linear/hls/event/pRd-k6tZSiCRsw_f51Vcvg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityOttumwa.us" status="online",STIRR City Ottumwa (720p) +#EXTINF:-1 tvg-id="STIRRCityOttumwa.us" status="error",STIRR City Ottumwa (720p) https://dai.google.com/linear/hls/event/jH-4z3EkQO-fLYYgjX7d3g/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityPensacola.us" status="online",STIRR City Pensacola (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityPensacola.us" status="error",STIRR City Pensacola (720p) [Not 24/7] https://dai.google.com/linear/hls/event/CAU96LSyR_e7MSeK6UTmGQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityPittsburgh.us" status="online",STIRR City Pittsburgh (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityPittsburgh.us" status="error",STIRR City Pittsburgh (720p) [Not 24/7] https://dai.google.com/linear/hls/event/qJU_NkxXQoCbACvG5BWrXQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p) https://dai.google.com/linear/hls/event/npdISdLWSIa1E_j7NCUDBg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="online",STIRR City Portland (720p) +#EXTINF:-1 tvg-id="STIRRCityPortland.us" status="error",STIRR City Portland (720p) https://dai.google.com/linear/hls/event/OaqAqJ0yQPiEIUIYqD7IGQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityProvidence.us" status="online",STIRR City Providence (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityProvidence.us" status="error",STIRR City Providence (720p) [Not 24/7] https://dai.google.com/linear/hls/event/5hLTCUyrQcS3B-NF8fNp-g/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityQuincy.us" status="online",STIRR City Quincy (720p) +#EXTINF:-1 tvg-id="STIRRCityQuincy.us" status="error",STIRR City Quincy (720p) https://dai.google.com/linear/hls/event/bjWdbDzwTMOMd8Wmxl4rwg/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityRaleighDurham.us" status="online",STIRR City Raleigh Durham (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityRaleighDurham.us" status="error",STIRR City Raleigh Durham (720p) [Not 24/7] https://dai.google.com/linear/hls/event/86JIujPNRWiVvtfzksp8QQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityReno.us" status="online",STIRR City Reno (480p) [Not 24/7] https://dai.google.com/linear/hls/event/0Zb5SSQcTme6P7FYwwAwcQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityRochester.us" status="online",STIRR City Rochester (720p) +#EXTINF:-1 tvg-id="STIRRCityRochester.us" status="error",STIRR City Rochester (720p) https://dai.google.com/linear/hls/event/FftwN8CLTnaX1pFHztXlYw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySaltLakeCity.us" status="online",STIRR City Salt Lake City (720p) +#EXTINF:-1 tvg-id="STIRRCitySaltLakeCity.us" status="error",STIRR City Salt Lake City (720p) https://dai.google.com/linear/hls/event/1bMiswhQQxqH-X8D3qbmKQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySanAntonio.us" status="online",STIRR City San Antonio (720p) +#EXTINF:-1 tvg-id="STIRRCitySanAntonio.us" status="error",STIRR City San Antonio (720p) https://dai.google.com/linear/hls/event/TIQuLmldSj2SqS8y2ud9Xg/master.m3u8 #EXTINF:-1 tvg-id="STIRRCitySeattle.us" status="online",STIRR City Seattle (720p) https://dai.google.com/linear/hls/event/VLEduzwwQfGSwV4eNdkj0g/master.m3u8 #EXTINF:-1 tvg-id="STIRRCitySiouxCity.us" status="online",STIRR City Sioux City (720p) [Not 24/7] https://dai.google.com/linear/hls/event/0Uj4AmiOSw6oTX9ilyV2rQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySouthBend.us" status="online",STIRR City South Bend (480p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCitySouthBend.us" status="error",STIRR City South Bend (480p) [Not 24/7] https://dai.google.com/linear/hls/event/VGpvNIxIQRO7PXYRy7P0qw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySpringfield2.us" status="online",STIRR City Springfield #2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCitySpringfield2.us" status="error",STIRR City Springfield #2 (720p) [Not 24/7] https://dai.google.com/linear/hls/event/IaAlq3prS8Ghiq0FhLtzGQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityStLouis.us" status="online",STIRR City St. Louis (720p) [Not 24/7] https://dai.google.com/linear/hls/event/O5W1HC47QEKGc5tyscvsLw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCitySyracuse.us" status="online",STIRR City Syracuse (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCitySyracuse.us" status="error",STIRR City Syracuse (720p) [Not 24/7] https://dai.google.com/linear/hls/event/HSX_ZpxDQNy5aXzJHjhGGQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityToledo.us" status="online",STIRR City Toledo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityToledo.us" status="error",STIRR City Toledo (720p) [Not 24/7] https://dai.google.com/linear/hls/event/1QSZA8OjS1y2Q64uTl5vWQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityTriCities.us" status="online",STIRR City Tri-Cities (720p) https://dai.google.com/linear/hls/event/KPOafkGTRle7jOcRb9_KFw/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityTulsa.us" status="online",STIRR City Tulsa (720p) +#EXTINF:-1 tvg-id="STIRRCityTulsa.us" status="error",STIRR City Tulsa (720p) https://dai.google.com/linear/hls/event/5kbHZRGGS--RHp41xaUJHQ/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityWashingtonDC.us" status="online",STIRR City Washington D.C. (480p) [Not 24/7] https://dai.google.com/linear/hls/event/_VmeKujXTf-nc9Lr2NO6tA/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityWestPalmBeach.us" status="online",STIRR City West Palm Beach (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityWestPalmBeach.us" status="error",STIRR City West Palm Beach (720p) [Not 24/7] https://dai.google.com/linear/hls/event/ji4LMCwtRCOw3TrRUKlQMQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityWheelingSteubenville.us" status="online",STIRR City Wheeling Steubenville (720p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityWheelingSteubenville.us" status="error",STIRR City Wheeling Steubenville (720p) [Not 24/7] https://dai.google.com/linear/hls/event/dcaYfE2nRnqC6eAvCFWfzQ/master.m3u8 -#EXTINF:-1 tvg-id="STIRRCityWilkesBarreScranton.us" status="online",STIRR City Wilkes Barre Scranton (480p) [Not 24/7] +#EXTINF:-1 tvg-id="STIRRCityWilkesBarreScranton.us" status="error",STIRR City Wilkes Barre Scranton (480p) [Not 24/7] https://dai.google.com/linear/hls/event/jlf2tRLPTg2xjMtKe5ey-w/master.m3u8 #EXTINF:-1 tvg-id="STIRRCityYakimaPasco1.us" status="online",STIRR City Yakima Pasco #1 (720p) https://dai.google.com/linear/hls/event/Ae0L5AucTcqefaIvaS504A/master.m3u8 @@ -325,7 +325,7 @@ https://dai.google.com/linear/hls/event/N3c94WZQQq2fruixzfcCUQ/master.m3u8 https://dai.google.com/linear/hls/event/28oUp4GcQ-u49U4_jjC4Iw/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR CineLife (1080p) https://dai.google.com/linear/hls/event/PFJ1Jhd6SsSMcu3qq86wzQ/master.m3u8 -#EXTINF:-1 tvg-id="" status="online",STIRR City (480p) +#EXTINF:-1 tvg-id="" status="error",STIRR City (480p) https://dai.google.com/linear/hls/event/4aD5IJf0QgKUJwPbq2fngg/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Classica (1080p) https://dai.google.com/linear/hls/event/AaFxJXOhQl-BsTVC9OCunQ/master.m3u8 @@ -359,7 +359,7 @@ https://dai.google.com/linear/hls/event/YoBM0ae5Q62TPdrfFHS4RQ/master.m3u8 https://mavtv-1.sinclair.wurl.com/manifest/playlist.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) +#EXTINF:-1 tvg-id="" status="error",STIRR National (720p) https://dai.google.com/linear/hls/event/-V3XSvA2Sa6e8h7cnHXB8w/master.m3u8 #EXTINF:-1 tvg-id="" status="online",STIRR Outside TV (1080p) https://dai.google.com/linear/hls/event/HJAq3zH1SUy_B6fb1j80_Q/master.m3u8 diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index 0aaadafb98..8a89d0eedb 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -43,8 +43,6 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-KTVU-Monetizer.m3u8 https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Localish.m3u8 #EXTINF:-1 tvg-id="News12NewYork.us" status="online",News 12 New York (1080p) https://lnc-news12.tubi.video/index.m3u8 -#EXTINF:-1 tvg-id="Pattrn.us" status="online",Pattrn (720p) -https://live-news-manifest.tubi.video/live-news-manifest/csm/extlive/tubiprd01,Cloudfront-Pattrn.m3u8 #EXTINF:-1 tvg-id="PeopleTV.us" status="online",People TV (1080p) https://lnc-people-tv.tubi.video/index.m3u8 #EXTINF:-1 tvg-id="RealMadridTV.es" status="online",Real Madrid TV US Version (720p) [Not 24/7] diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index fd11c77de9..05f185b68b 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -33,7 +33,7 @@ https://circle-xumo.amagi.tv/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcircletv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ComedyDynamics.us" status="online",Comedy Dynamics (1080p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo-host-comedydynamics/CDN/master.m3u8 -#EXTINF:-1 tvg-id="Complex.us" status="timeout",Complex (720p) +#EXTINF:-1 tvg-id="Complex.us" status="online",Complex (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcomplex/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="CONtvAnime.us" status="online",CONtv Anime (1080p) https://contvanime.cinedigm.com/conapp-ssai/amagi_hls_data_xumo-host-contvanime-junction/CDN/playlist.m3u8 @@ -61,7 +61,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather https://foxweather-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="FunnyorDie.us" status="timeout",Funny or Die (720p) +#EXTINF:-1 tvg-id="FunnyorDie.us" status="online",Funny or Die (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfunnyordie/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FuseEast.us" status="online",Fuse East (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfuse/CDN/playlist.m3u8 @@ -71,7 +71,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglamour/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GoTraveler.us" status="online",Go Traveler (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgotraveler/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GQ.us" status="online",GQ (720p) +#EXTINF:-1 tvg-id="GQ.us" status="timeout",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) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgravitas/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 @@ -111,7 +111,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8 https://outsidetvplus-xumo.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetvplusxumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="OutsideTVPlus.us" status="online",Outside TV Plus (1080p) https://outsidetvplus-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="online",People are Awesome (720p) +#EXTINF:-1 tvg-id="PeopleareAwesomeUS.us" status="timeout",People are Awesome (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpeopleareawesome/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleTV.us" status="online",People TV (1080p) https://peopletvssai.akamaized.net/amagi_hls_data_peopletvA-peopletvxumo/CDN/master.m3u8 @@ -148,9 +148,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayclassicrock/CDN/pla #EXTINF:-1 tvg-id="StingrayClassicRock.ca" status="online",Stingray Classic Rock (1080p) https://xumo-redbox.ott-channels.stingray.com/101/master.m3u8 #EXTINF:-1 tvg-id="StingrayGreatestHits.ca" status="online",Stingray Greatest Hits (1080p) -https://xumo-redbox.ott-channels.stingray.com/155/master.m3u8 -#EXTINF:-1 tvg-id="StingrayGreatestHits.ca" status="timeout",Stingray Greatest Hits (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingraygreatesthits/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="StingrayGreatestHits.ca" status="online",Stingray Greatest Hits (1080p) +https://xumo-redbox.ott-channels.stingray.com/155/master.m3u8 #EXTINF:-1 tvg-id="StingrayHitList.ca" status="online",Stingray Hit List (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxstingrayhitlist/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="StingrayHitList.ca" status="online",Stingray Hit List (1080p) @@ -184,9 +184,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpetcollective/CDN/playlist. #EXTINF:-1 tvg-id="TheYoungTurks.us" status="online",The Young Turks (TYT) (1080p) [Not 24/7] 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-viziotmz/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TMZ.us" status="timeout",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtmz/CDN/playlist.m3u8 +#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 #EXTINF:-1 tvg-id="USAToday.us" status="online",USA Today (720p) @@ -199,11 +199,11 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo80s/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvevo/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Vogue.us" status="online",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) +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="timeout",Voyager Documentaries (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxvoyager/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="WeatherSpy.us" status="timeout",WeatherSpy (720p) +#EXTINF:-1 tvg-id="WeatherSpy.us" status="online",WeatherSpy (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Wired.us" status="timeout",Wired (720p) +#EXTINF:-1 tvg-id="Wired.us" status="online",Wired (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8 @@ -213,3 +213,5 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Hi-YAH! (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxhi-ya/CDN/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",ION Mystery (1080p) +https://scripps-ionmystery-1-us.xumo.wurl.tv/playlist.m3u8 diff --git a/streams/uy.m3u b/streams/uy.m3u index c69a85ad40..bd914a6598 100644 --- a/streams/uy.m3u +++ b/streams/uy.m3u @@ -3,5 +3,7 @@ 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="online",UCL (720p) +http://162.246.18.122:8081/telepuerto-master/ucl-abr/playlist.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/uz.m3u b/streams/uz.m3u index 711e6db6c6..43fa451b47 100644 --- a/streams/uz.m3u +++ b/streams/uz.m3u @@ -1,5 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="AzonTV.uz" status="error",Azon TV (1080p) [Not 24/7] -http://tv2.azon.uz/high/stream.m3u8 #EXTINF:-1 tvg-id="Milliy.uz" status="online",Milliy (480p) [Not 24/7] http://milliy.tv/hls/index.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 5c41c3c73e..c0ab3015b9 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -7,7 +7,9 @@ https://vcp.myplaytv.com/canali/canali/playlist.m3u8 https://vcp.myplaytv.com/coll/coll/playlist.m3u8 #EXTINF:-1 tvg-id="CTN.ve" status="online",CTN https://5bf8041cb3fed.streamlock.net/CTNTV/CTNTV/playlist.m3u8 -#EXTINF:-1 tvg-id="Globovision.ve" status="online",Globovision (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="eSportsMaxTV.ve" status="online",Esports Max [Not 24/7] +http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8 +#EXTINF:-1 tvg-id="Globovision.ve" status="error",Globovision (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfJtBtmhnIyfUB6RqXeImMw/live #EXTINF:-1 tvg-id="Italianissimo.ve" status="online",Italianissimo (360p) [Not 24/7] https://vcp.myplaytv.com/italianissimo/italianissimo/playlist.m3u8 @@ -15,9 +17,9 @@ 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="error",Panavisión https://vcp.myplaytv.com/panavision/ngrp:panavision_all/playlist.m3u8 -#EXTINF:-1 tvg-id="PromarTV.ve" status="error",PromarTV (Yaracuy) (1080p) [Not 24/7] +#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] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live @@ -31,15 +33,13 @@ https://cloud.streamingconnect.tv/hls/televen/televenweb.m3u8 https://cloud.streamingconnect.tv:455/televen/televenweb.m3u8 #EXTINF:-1 tvg-id="TVFamilia.ve" status="online",TV Familia (720p) https://cdn01.yowi.tv/KPFPGJU8A6/master.m3u8 -#EXTINF:-1 tvg-id="VenezolanadeTelevision.ve" status="online",Venezolana de Televisión (720p) +#EXTINF:-1 tvg-id="VenezolanadeTelevision.ve" status="blocked",Venezolana de Televisión (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/VTV #EXTINF:-1 tvg-id="VePlusVenezuela.ve" status="online",Ve Plus (480p) [Not 24/7] http://190.122.96.187:8888/http/006 -#EXTINF:-1 tvg-id="VPItv.ve" status="online",VPItv (480p) [Not 24/7] +#EXTINF:-1 tvg-id="VPItv.ve" status="blocked",VPItv (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vpitv #EXTINF:-1 tvg-id="" status="online",BitRadio https://vcp.myplaytv.com/petrotv/petrotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Esports Max [Not 24/7] -http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TNO Radio https://stmv1.srvstm.com/tnovideo1/tnovideo1/playlist.m3u8 diff --git a/streams/vn.m3u b/streams/vn.m3u index 403494d724..11a6ddfd38 100644 --- a/streams/vn.m3u +++ b/streams/vn.m3u @@ -45,7 +45,7 @@ https://livefta.malimarcdn.com/ftaedge00/oylaotv.sdp/playlist.m3u8 https://livefta.malimarcdn.com/ftaedge00/pntv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="QRT.vn" status="online",QRT (404p) [Not 24/7] http://113.161.6.157:8081/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 -#EXTINF:-1 tvg-id="QuocHoiTV.vn" status="online",Quốc Hội (720p) +#EXTINF:-1 tvg-id="QuocHoiTV.vn" status="timeout",Quốc Hội (720p) http://113.164.225.140:1935/live/quochoitvlive.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="SupremeMasterTV.tw" status="online",Supreme Master TV (720p) https://lbs-us1.suprememastertv.com/720p.m3u8 @@ -61,23 +61,23 @@ https://livefta.malimarcdn.com/ftaedge00/uniquely.sdp/playlist.m3u8 https://livefta.malimarcdn.com/ftaedge00/vajtswv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="VITV.vn" status="online",VITV (180p) http://210.86.230.202:8134/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 -#EXTINF:-1 tvg-id="VNews.vn" status="timeout",V News +#EXTINF:-1 tvg-id="VNews.vn" status="online",V News https://16371213858134.vnns.net/ttxvn_abr/playlist.m3u8 -#EXTINF:-1 tvg-id="VTV1.vn" status="online",VTV1 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV1.vn" status="blocked",VTV1 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv1hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV2.vn" status="online",VTV2 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV2.vn" status="blocked",VTV2 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv2_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV3.vn" status="online",VTV3 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV3.vn" status="blocked",VTV3 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv3hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV4.vn" status="online",VTV4 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV4.vn" status="blocked",VTV4 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv4_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV5.vn" status="online",VTV5 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV5.vn" status="blocked",VTV5 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv5hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV6.vn" status="online",VTV6 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV6.vn" status="blocked",VTV6 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda1/vtv6hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV7.vn" status="online",VTV7 (1080p) [Geo-blocked] [Not 24/7] +#EXTINF:-1 tvg-id="VTV7.vn" status="blocked",VTV7 (1080p) [Geo-blocked] [Not 24/7] https://vips-livecdn.fptplay.net/hda3/vtv7hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV8.vn" status="online",VTV8 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV8.vn" status="blocked",VTV8 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv8hd_vhls.smil/chunklist_b5000000.m3u8 -#EXTINF:-1 tvg-id="VTV9.vn" status="online",VTV9 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTV9.vn" status="blocked",VTV9 (1080p) [Geo-blocked] https://vips-livecdn.fptplay.net/hda2/vtv9_vhls.smil/chunklist_b5000000.m3u8 diff --git a/streams/vn_fptplay.m3u b/streams/vn_fptplay.m3u index ed6fb6472d..c8d3c5ec76 100644 --- a/streams/vn_fptplay.m3u +++ b/streams/vn_fptplay.m3u @@ -1,103 +1,103 @@ #EXTM3U -#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) +#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://livecdn.fptplay.net/hda3/animaxport_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) +#EXTINF:-1 tvg-id="AnimaxAsia.sg" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Animax Asia (Vietnamese Subs) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://livecdn.fptplay.net/hda3/animaxport_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="BabyTV.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BabyTV.uk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Baby TV Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/babytvhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BBCEarthAsia.uk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",BBC Earth (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/bbcearth_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="BoomerangSoutheastAsia.us" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Boomerang South East Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/boomerang_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CartoonNetworkVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Cartoon Network Vietnam [Geo-blocked] (1080p) +#EXTINF:-1 tvg-id="CartoonNetworkVietnam.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Cartoon Network Vietnam [Geo-blocked] (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/cartoonnetworkhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CBeebiesAsia.uk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",CBeebies Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="CBeebiesAsia.uk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",CBeebies Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/cbeebies_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="CNBCAsia.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",CNBC Asia (720p) +#EXTINF:-1 tvg-id="CNBCAsia.sg" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",CNBC Asia (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://livecdn.fptplay.net/sdb/cnbc_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DaVinciAsia.de" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) +#EXTINF:-1 tvg-id="DaVinciAsia.de" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Da Vinci Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/davincihd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) +#EXTINF:-1 tvg-id="DreamWorksChannelAsia.us" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Dreamworks Channel Asia (Vietnamese dub) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/dreamworks_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="HTV1.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV1 (576p) +#EXTINF:-1 tvg-id="HTV1.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV1 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv1_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="HTV3.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV3 (576p) +#EXTINF:-1 tvg-id="HTV3.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV3 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv3_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="HTV4.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV4 (576p) +#EXTINF:-1 tvg-id="HTV4.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HTV4 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/htv4_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) +#EXTINF:-1 tvg-id="Kix.hk" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Kix (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/kixhd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="MTVVietnam.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) +#EXTINF:-1 tvg-id="MTVVietnam.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",MTV Vietnam (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/mtv_hls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="RockEntertainment.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Entertainment (1080p) +#EXTINF:-1 tvg-id="RockEntertainment.sg" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Entertainment (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/blueantent_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Extreme (1080p) +#EXTINF:-1 tvg-id="RockExtreme.sg" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",Rock Extreme (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda1/blueantext_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="VTC1.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC1 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTC1.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC1 (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc1_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="VTC3.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC3 (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc3_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC4.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC4 (720p) +#EXTINF:-1 tvg-id="VTC4.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC4 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdc/vtc4_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC5.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC5 (576p) +#EXTINF:-1 tvg-id="VTC5.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC5 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc5_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC6.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC6 (576p) +#EXTINF:-1 tvg-id="VTC6.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC6 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc6_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC8.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC8 (576p) +#EXTINF:-1 tvg-id="VTC8.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC8 (576p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc8_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VTC9.vn" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC9 (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="VTC9.vn" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC9 (576p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc9_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Cinemax Asia (720p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",Cinemax Asia (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 https://livecdn.fptplay.net/hda1/cinemax_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",HBO Asia #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/hbo_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Asia (1080p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda2/natgeohd_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",National Geographic Wild Asia (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/hda3/natgeowild_vhls.smil/chunklist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL1 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda1/vinhlong1_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL2 HD (720p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL2 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda2/vinhlong2_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL3 HD (720p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL3 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda2/vinhlong3_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL4 HD (720p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",THVL4 HD (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/hda3/vinhlong4hd_vhls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p) +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://vips-livecdn.fptplay.net/sdb/vtc2_hls.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",VTC2 (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 https://livecdn.fptplay.net/sdb/vtc2_hls.smil/playlist.m3u8 diff --git a/streams/ye.m3u b/streams/ye.m3u index ec9e84a359..3689fcd9e7 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -15,7 +15,7 @@ https://svs.itworkscdn.net/almasiralive/almasira/playlist.m3u8 https://svs.itworkscdn.net/almasiramubacherlive/almasira.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlyamanShabab.ye" status="online",Alyaman Shabab (1080p) [Not 24/7] https://master.starmena-cloud.com/hls/yemenshabab.m3u8 -#EXTINF:-1 tvg-id="BelqeesTV.ye" status="online",Belqees TV (1080p) +#EXTINF:-1 tvg-id="BelqeesTV.ye" status="error",Belqees TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxA_zZwALQMmVMSZyLKC-Nw/live #EXTINF:-1 tvg-id="HadramoutTV.ye" status="online",Hadramout http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/hadhramauttv1